@charset "UTF-8";

/* Alegreya */
/* font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; */

/* Noto Sans JP */
/* font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal; */

/* Ruluko */
/* font-family: "Ruluko", sans-serif;
  font-weight: 400;
  font-style: normal; */

body {
    min-width: 1000px;
    color: #666666;
}

html {
	scroll-behavior: smooth;
}

.container ul {
    list-style: none;
    padding-left: 0;
}

.container a {
    text-decoration: none;
    color: #666666;
}



.header1 {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #6ad0b8;
}

.header1 img {
    width: 10%;
}

.menu {
    width: 45%;
}

.blank {
    width: 45%;
}

.menu ul {
    display: flex;
    justify-content: space-around;
    font-family: "Ruluko", sans-serif;
    font-size: 24px;
}

.header2 img {
    width: 100%;
    object-fit: cover;
}

.top {
    width: 80%;
    height: 450px;
    display: flex;
    margin: 200px auto 0 auto;
}

.top1 {
    width: 50%;
}

.top2 {
    width: 50%;
}

.top2 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.top1 h2 {
    text-align: center;
    font-family: "Ruluko", sans-serif;
    font-size: 48px;
}

.top1 p {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 28px;
}

.photo {
    width: 80%;
    margin: 150px auto 0 auto;
}

.photo h2 {
    text-align: left;
    font-family: "Ruluko", sans-serif;
    font-size: 48px;
}

.photo1 ul {
    display: flex;
    list-style: none;
}

.photo1 img {
    width: 95%;
}

.photo2 ul {
    display: flex;
    list-style: none;
}

.photo2 img {
    width: 95%;
    height: 200px;
    object-fit: cover;
}

.photo3 ul {
    display: flex;
}

.photo3 img {
    width: 95%;
    height: 200px;
    object-fit: cover;
}

.photobtn img {
    height: 40px;
}

.photobtn h3 {
    text-align: center;
    font-family: "Ruluko", sans-serif;
    font-size: 32px;
}

/* タブ */
/* https://pote-chil.com/css-stock/ja/tab */

.shop h2 {
    text-align: left;
    font-family: "Ruluko", sans-serif;
    font-size: 48px;
}

.shop{
    width: 80%;
    margin: 150px auto 100px auto;
}

.tab-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
}

.tab-1>label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: .7em 1em .5em;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #e9f0f6;
    color: #868686;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-1>label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1>.shoptab1 {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}
.tab-1>.shoptab2 {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}
.tab-1>.shoptab3 {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: #6ad0b8 #f0f0f0 #fff;
    border-style: solid;
    border-width: 4px 1px 1px;
    border-radius: 5px;
    color: #666666;
}

.tab-1 label:has(:checked)+div {
    display: block;
}

.shoptab1 ul {
    display: flex;
}
.shoptab1 img{
    width: 80%;
    box-shadow: 4px 4px 5px #ccc ;
}

.shoptab2 ul {
    display: flex;
}
.shoptab2 img{
    width: 80%;
    box-shadow: 4px 4px 5px #ccc ;
}

.shoptab3 ul {
    display: flex;
}
.shoptab3 img{
    width: 80%;
    box-shadow: 4px 4px 5px #ccc ;
}

.visit {
    width: 100%;
    height: 450px;
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Ruluko", sans-serif;
    line-height: 50px;
}

.visit h3 {
    font-size: 28px;
    font-weight: normal;
}

.visit h4 {
    font-size: 20px;
}

.visit1 {
    text-align: center;
    padding-top: 40px;
}

.visit2 {
    text-align: center;
    padding-top: 40px;
}

.visit2 ul {
    font-size: 32px;
    line-height: 50px;
}

.visit3{
    padding-top: 40px;
}

.visit3 h3 {
    text-align: center;
}

.visit3 ul {
    font-size: 24px;
    line-height: 40px;
    text-align: left;
}

.sns {
    display: flex;
}

.sns1 img {
    margin-left: 50px;
    height: 40px;
    object-fit: cover;
}

.sns2 img {

    height: 40px;
    object-fit: cover;
}

