@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
body, html {
font-family: 'Gilda Display', serif;
font-display: block;
margin: 0;
overflow-x: hidden;
scroll-behavior: smooth;
color: #997C36;
}
h1, h2, h3, h4, h5 {
font-weight: normal;
}
img {
width: 100%;
}
.container {
margin: auto;
padding: 15px;
max-width: 1200px;
}
.pc {
display: block;
}
.sp {
display: none;
}

@media screen and (max-width:768px) {
.pc {
display: none;
}
.sp {
display: block;
}
}
/*--opening screen--*/
#opening-intro {
z-index: 1900;
width: 100%;
height: 100%;
position: fixed;
background: #ffe6ea;
top: 0;
}
#opening-intro .intro-svg {
position: absolute;
width: 85%;
max-width: 800px;
margin: auto;
top: 65vh;
left: 0;
right: 0;
text-align: center;
}
#opening-intro .intro-svg svg {
fill: #997C36;
}
/*--header---*/
#header {
position: relative;
height: 100vh;
}
#header .header-inner {
position: relative;
background: url("../img/top_bg.jpg") top center no-repeat;
background-size: cover;
height: 100vh;
}
#header .header-inner img {
width: 100%;
height: 100%;
object-fit: cover;
}
#header .hero-logo {
position: absolute;
width: 85%;
max-width: 800px;
margin: auto;
top: 65vh;
left: 0;
right: 0;
z-index: 2;
}
#header .hero-logo svg {
fill: #997C36;
}

@media screen and (max-width:990px) {
#opening-intro .intro-svg {
position: absolute;
width: 70%;
max-width: 800px;
margin: auto;
top: 65vh;
left: 0;
right: 0;
text-align: center;
}
#header .hero-logo {
position: absolute;
width: 70%;
max-width: 800px;
margin: auto;
top: 65vh;
left: 0;
right: 0;
z-index: 2;
}
}

@media screen and (max-width:768px) {
#opening-intro .intro-svg {
position: absolute;
width: 85%;
max-width: 800px;
margin: auto;
top: 50vh;
left: 0;
right: 0;
text-align: center;
}
#header .hero-logo {
position: absolute;
width: 85%;
max-width: 800px;
margin: auto;
top: 50vh;
left: 0;
right: 0;
z-index: 2;
}
}
nav {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
nav .logo {
margin: auto;
text-align: center;
}
nav svg.menu_logo {
fill: #997C36;
transition: .7s all;
-moz-transition: .7s all;
-webkit-transition: .7s all;
-o-transition: .7s all;
}
nav.large svg.menu_logo {
opacity: 0;
width: 200px;
transform: scale(0);
}
nav.small svg.menu_logo {
opacity: 1;
transform: scale(1);
max-width: 200px;
padding: 20px 0 30px;
}
nav ul.menu {
padding: 0;
margin: auto;
display: flex;
text-align: center;
max-width: 1000px;
}
nav .burger {
display: none;
position: absolute;
top: 20px;
right: 20px;
}
nav .burger div {
width: 25px;
height: 1px;
background: #997C36;
margin-bottom: 7px;
transition: all 0.5s ease;
}
 @keyframes navLinkFade {
 from {
 opacity: 0;
 transform: translateX(50px);
}
 to {
 opacity: 1;
 transform: translateX(0);
}
}
.toggle .line1 {
transform: rotate(-45deg) translate(-6px, 7px );
}
.toggle .line2 {
opacity: 0;
}
.toggle .line3 {
transform: rotate(45deg) translate(-4px, -6px );
}
nav ul.menu li {
display: inline-block;
color: #997C36;
font-weight: bold;
list-style-type: none;
margin: auto;
letter-spacing: 1px;
transition: .5s all;
-moz-transition: .5s all;
-webkit-transition: .5s all;
-o-transition: .5s all;
}
nav ul.menu li a {
color: #997C36;
text-decoration: none;
position: relative;
transition: 0.5s ease;
transform: translateX(0%);
}
nav ul.menu > li > a::after {
content: '';
display: block;
background-color: #997C36;
margin-top: 4px;
width: 0;
height: 1px;
transition: 0.5s all ease-in-out;
}
nav ul.menu > li > a:hover::after {
width: 100%;
}
nav ul.menu li.sns_block {
margin-right: 0;
}
nav ul.menu li.sns_block ul {
padding: 0;
margin: 0;
}
nav ul.menu li.sns_block li.icon {
width: 20px;
margin-left: 15px;
transition: 0.3s all linear;
}
nav ul.menu li.sns_block li.icon:hover {
transform: translateY(-5px);
}
nav ul.menu li.icon svg {
fill: #997C36;
}
nav ul.menu .logo_sp {
display: none;
width: 100px;
margin: auto;
text-align: center;
}
nav ul.menu .logo_sp svg {
fill: #997C36;
}

@media only screen and (max-width: 990px) {
nav.large svg.menu_logo {
opacity: 0;
width: 150px;
transform: scale(0);
}
nav.small svg.menu_logo {
opacity: 1;
transform: scale(1);
max-width: 150px;
padding: 18px 0 30px;
}
nav ul.menu {
position: absolute;
right: 0;
top: 0;
min-height: 100vh;
background: rgb(255, 230, 234, 0.85);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
margin: 0;
padding: 150px 0 0 0;
transform: translateX(100%);
transition: All 0.5s ease-in;
}
nav ul.menu.nav-active {
transform: translateX(0);
}
nav ul.menu li {
margin: 20px auto;
}
nav ul.menu li.sns_block {
margin-right: auto;
}
nav ul.menu li.sns_block li.icon {
width: 20px;
margin-left: 8px;
margin-right: 8px;
}
nav ul.menu li a {
opacity: 0;
}
nav .burger {
display: block;
}
nav ul.menu .logo_sp {
display: block;
bottom: 20px;
}
}
main {
margin: 160px 0;
}

@media screen and (max-width:768px) {
main {
margin: 100px 0;
}
}
/*--about--*/

#about {
position: relative;
display: flex;
align-content: center;
text-align: center;
color: #997c36;
background: #ffe6ea;
}
@media screen and (min-width:769px){
#about {
min-height:512px;
}
}
#about .cont_left {
width: 45%;
background: url(../img/about_left.jpg) top no-repeat;
background-size: cover;
}
#about .cont_right {
width: 45%;
margin: auto;
}
#about .container {
padding-top: 60px;
padding-bottom: 130px;
}
#about h2 {
font-size: 60px;
}
#about p {
font-size: 20px;
letter-spacing: 1px;
line-height: 48px;
}

@media screen and (max-width:990px) {
#about {
flex-direction: column;
}
#about .cont_left {
width: 100%;
height: 500px;
background: url(../img/about_left.jpg) top no-repeat;
background-position-y: -45px;
background-size: 100%;
}
#about .cont_right {
width: 100%;
}
#about .container {
padding-top: 60px;
padding-bottom: 60px;
display: flex;
flex-direction: column;
justify-content: center;
}
#about h2 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 20px;
}
#about p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 32px;
}
}

@media screen and (max-width:768px) {
#about .cont_left {
height: 280px;
background-position-y: 0;
}
#about .container {
padding-top: 30px;
padding-bottom: 30px;
}
#about h2 {
margin-top: 0;
margin-bottom: 15px;
font-size: 35px;
}
#about p {
font-size: 14px;
letter-spacing: 1px;
line-height: 24px;
}
}
/*--NEWS--*/

#news {
background-color: #fff;
color: #997C36;
padding: 50px 0 100px;
position: relative;
}
#news .container {
max-width: 100%;
padding-left: 100px;
}
#news h2 {
font-size: 100px;
position: relative;
}
#news .swiper a {
color: #3C2F10;
line-height: 20px;
text-decoration: none;
transition: 0.3s all linear;
}
#news .swiper a p {
margin: 10px 0 0;
}
#news .swiper a p span {
display: block;
font-size: 13px;
margin-bottom: 5px;
}
#news a:hover {
opacity: 0.8;
}
#news .swiper_content {
margin-right: 0;
margin-left: auto;
}
#news .swiper_nav {
position: absolute;
left: 355px;
top: 58px;
width: 150px;
}
.swiper-button-prev, .swiper-button-next {
color: #897655;
}
.swiper-button-prev:after, .swiper-button-next:after {
font-size: 30px;
}

@media screen and (max-width:990px) {
#news .container {
padding-left: 15px;
}
#news h2 {
font-size: 80px;
}
#news .swiper_nav {
position: absolute;
right: 10px;
top: 40px;
left: auto;
}
}

@media screen and (max-width:768px) {
#news {
padding: 50px 0 80px;
}
#news h2 {
font-size: 60px;
margin-top: 0;
margin-bottom: 0;
}
#news .swiper_nav {
width: 100px;
top: 30px;
}
}
/*--gallery--*/

#gallery .wrapper {
background-color: #fff;
color: #997C36;
padding: 0 0 100px;
display: flex;
}
#gallery h2 {
font-size: 140px;
text-align: center;
color: #997C36;
}
#gallery .container {
width: 20%;
margin-right: -250px;
z-index: 3;
margin: inherit;
padding-left: 100px;
}
#gallery .swiper_content {
width: 70%;
margin-right: 0;
margin-left: auto;
margin-top: 203px;
}
#gallery .swiper .swiper-slide {
position: relative;
}
#gallery .swiper a {
color: #fff;
text-decoration: none;
}
#gallery .swiper a div {
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(217, 201, 174, 0.5);
text-align: center;
opacity: 0;
transition: 0.3s all linear;
}
#gallery .swiper a span {
position: absolute;
left: 0;
right: 0;
top: 30%;
font-size: 30px;
margin: auto;
display: block;
color: #fff;
}
#gallery a div:hover {
opacity: 1;
}
#gallery .seemore-gallery {
display: none;
}

@media screen and (max-width:990px) {
#gallery .wrapper {
padding-bottom: 0;
}
#gallery h2 {
font-size: 120px;
}
#gallery .container {
padding-left: 15px;
}
#gallery .swiper_content {
width: 80%;
}
#gallery .seemore-gallery {
display: block;
position: relative;
width: 250px;
height: 250px;
border: 1px solid #997c36;
border-radius: 100%;
color: #997c36;
font-size: 23px;
text-align: center;
text-decoration: none;
line-height: 250px;
margin-left: 80px;
margin-top: -75px;
z-index: 4;
}
#gallery .seemore-gallery a {
text-decoration: none;
color: #997c36;
}
}

@media screen and (max-width:768px) {
#gallery .wrapper {
flex-direction: column;
}
#gallery .container {
width: 100%;
margin-right: auto;
z-index: 3;
margin: auto;
}
#gallery .swiper_content {
width: 90%;
margin-right: 0;
margin-left: auto;
margin-top: -34px;
}
#gallery h2 {
font-size: 60px;
margin-bottom: 0;
text-align: left;
}
#gallery .seemore-gallery {
display: block;
position: relative;
width: 200px;
height: 200px;
border: 1px solid #997c36;
border-radius: 100%;
color: #997c36;
font-size: 20px;
text-align: center;
text-decoration: none;
line-height: 200px;
margin-left: auto;
margin-right: auto;
margin-top: -55px;
z-index: 4;
}
}
/*--SHOP SECTION--*/

.shop_section {
background-color: #fff;
text-align: center;
}
.shop_section a {
position: relative;
display: block;
z-index: 3;
text-decoration: none;
font-size: 40px;
color: #fff;
padding: 150px 0;
}
.shop_section a span {
display: block;
font-size: 20px;
letter-spacing: 1px;
padding-bottom: 5px;
}
#shoplist {
position: relative;
background: url("../img/store_bg1.jpg") no-repeat;
background-position-x: center;
background-position-y: -50px;
background-size: 100%;
z-index: 0;
transition: 1s linear;
}
#shoplist::before {
content: '';
position: absolute;
background: rgba(150,104,104,0.7);
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
transition: 0.5s linear;
}
#shoplist:hover {
background-size: 105%;
}
#shoplist:hover#shoplist::before {
background: rgba(150,104,104,0.4);
}
#tkljp {
position: relative;
background: url("../img/store_bg2.jpg") no-repeat;
background-position-x: center;
background-position-y: -50px;
background-size: 100%;
transition: 1s linear;
}
#tkljp::before {
content: '';
position: absolute;
background: rgba(123,108,50,0.7);
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
transition: 0.5s linear;
}
#tkljp:hover {
background-size: 105%;
}
#tkljp:hover::before {
background: rgba(123,108,50,0.4);
}
#tklovs {
position: relative;
background: url("../img/store_bg3.jpg") no-repeat;
background-position-x: center;
background-position-y: -50px;
background-size: 100%;
transition: 1s linear;
}
#tklovs::before {
content: '';
position: absolute;
background: rgba(114,96,70,0.7);
width: 100%;
height: 100%;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
transition: 0.5s linear;
}
#tklovs:hover {
background-size: 105%;
}
#tklovs:hover::before {
background: rgba(114,96,70,0.4);
}

@media screen and (max-width:990px) {
.shop_section a {
font-size: 40px;
padding: 100px 0;
}
}

@media screen and (max-width:768px) {
.shop_section a span {
font-size: 12px;
padding-bottom: 3px;
}
.shop_section a {
font-size: 25px;
padding: 40px 0;
}
#tklovs, #tkljp, #shoplist {
background-position-y: 0;
}
}
footer {
background-color: #ffe6ea;
color: #997c36;
position: relative;
}
footer a {
color: #997c36;
text-decoration: none;
}
footer ul {
padding: 0;
marign: 0;
}
footer ul li {
list-style-type: none;
display: block;
line-height: 20px;
margin-bottom: 20px;
}
footer .wrapper {
display: flex;
}
footer .footer_top {
padding-bottom: 40px;
}
footer .footer_top .logo {
width: 260px;
}
footer .footer_top .logo svg {
fill: #997c36;
}
footer .footer_left {
padding: 60px 30px 80px 60px;
width: 45%;
}
footer ul.footer_menu li.sns_block {
padding-top: 20px;
}
footer ul.footer_menu li.sns_block ul {
padding: 0;
margin: 0;
display: flex;
}
footer ul.footer_menu li.sns_block li.icon {
width: 20px;
margin-right: 15px;
transition: 0.3s all linear;
display: inline-block;
}
footer ul.footer_menu li.sns_block li.icon:hover {
transform: translateY(-5px);
}
footer ul.footer_menu li.icon svg {
fill: #997C36;
}
footer .copyright {
font-size: 10px;
position: absolute;
bottom: 20px;
}
footer .footer_right {
width: 55%;
background: url("../img/footer_bg.jpg") center no-repeat;
background-size: cover;
}

@media screen and (max-width:768px) {
footer .wrapper {
flex-direction: column-reverse;
}
footer .footer_top .logo {
width: 200px;
}
footer .footer_left {
padding: 60px 30px;
width: 100%;
}
footer .footer_right {
width: 100%;
height: 200px;
background-size: 100%;
}
}
/*---GALLERY PAGE --*/



#gallery-page nav.large svg.menu_logo {
opacity: 1;
width: 200px;
transform: scale(1);
padding: 20px 0 30px;
}
#gallery-page nav.small svg.menu_logo {
opacity: 1;
transform: scale(1);
max-width: 200px;
padding: 20px 0 30px;
}
#gallery-page h1 {
text-align: center;
font-size: 100px;
margin: 0 auto 50px 0;
}
#gallery-page h2 {
text-align: center;
font-size: 30px;
margin: 0 auto 100px 0;
}
.gallery-swipper {
padding-bottom: 150px;
}
.gallery-page-swipe .swiper-slide {
background-color: #fff;
display: flex;
align-items: flex-end;
}
.gallery-page-swipe .swiper-slide img {
width: 50%;
height: auto;
}
.gallery-page-swipe .swiper-slide .slider_items {
height: auto;
display: inline-block;
bottom: 0;
margin: 50px 0 0 20px;
padding: 30px 0 10px 10px;
}
.gallery-page-swipe .swiper-slide .slider_items p {
padding-bottom: 10px;
font-size: 15px;
}
.gallery-page-swipe .swiper-slide .slider_items ul {
padding: 0;
margin: 0;
}
.gallery-page-swipe .swiper-slide .slider_items li {
padding-bottom: 10px;
font-size: 12px;
list-style-type: none;
}
.gallery-page-swipe .swiper-slide .slider_items li a {
text-decoration: underline;
color: #997C36;
}
.gallery-page-swipe-thb {
padding: 20px;
}
.gallery-page-swipe-thb .swiper-slide {
opacity: .4;
}
.gallery-page-swipe-thb .swiper-slide.swiper-slide-thumb-active {
border: 0;
opacity: 1;
}
.gallery-page-swipe-thb .swiper-slide:hover {
opacity: 1;
}
.gallery-page-swipe-thb .swiper-slide.swiper-slide-thumb-active img {
border: 2px solid #d9a85a;
}

@media screen and (max-width:990px) {
#gallery-page nav.large svg.menu_logo {
opacity: 1;
width: 150px;
transform: scale(1);
padding: 18px 0 30px;
}
#gallery-page nav.small svg.menu_logo {
opacity: 1;
transform: scale(1);
max-width: 150px;
padding: 18px 0 30px;
}
.gallery-page-swipe .swiper-slide img {
width: 65%;
height: auto;
}
}

@media screen and (max-width:768px) {
#gallery-page h1 {
font-size: 60px;
margin: 0 auto 30px 0;
}
#gallery-page h2 {
text-align: center;
font-size: 20px;
margin: 0 auto 80px 0;
}
.gallery-swipper {
padding-bottom: 100px;
}
.gallery-page-swipe .swiper-slide {
flex-direction: column;
align-items: flex-start;
}
.gallery-page-swipe .swiper-slide img {
width: 100%;
height: auto;
margin: auto;
}
.gallery-page-swipe .swiper-slide .slider_items {
height: auto;
width: 100%;
display: inline-block;
bottom: 0;
border-left: none;
margin: 20px auto 0;
padding: 0;
}
}


/*---SHOPLIST PAGE --*/


#shoplist-page nav.large svg.menu_logo {
opacity: 1;
width: 200px;
transform: scale(1);
padding: 20px 0 30px;
}
#shoplist-page nav.small svg.menu_logo {
opacity: 1;
transform: scale(1);
max-width: 200px;
padding: 20px 0 30px;
}
#shoplist-page h1 {
text-align: center;
font-size: 100px;
margin: 0 auto 50px 0;
}
.shop-list_section {
padding-bottom: 140px;
}
.shop-list_section ul {
padding: 0;
margin: 0;
list-style: none;
}
.shop-list_section .region_navi {
display: flex;
justify-content: space-between;
font-size: 30px;
text-align: center;
max-width: 500px;
margin: 30px auto;
}
.shop-list_section .region_navi a {
color: #997C36;
text-decoration: none;
}
.shop-list_section .region_navi .region {
font-size: 20px;
}
.shop-list_section .region_navi .region_e {
margin-top: 10px;
font-size: 25px;
}
.shop-list_section h2.region_title {
font-size: 40px;
text-align: center;
margin-bottom: 20px;
}
.shop-list_section h2.region_title .region_e {
margin-bottom: 20px;
}
.shop-list_section h2.region_title .region {
font-size: 30px;
margin: 0;
padding: 0;
}
.shop-list_section .region_data {
margin: 100px auto;
}
.shop-list_section .region_data .shops {
display: flex;
justify-content: space-between;
}
.shop-list_section .region_data .shops li {
width: 30%;
/*border: 1px solid #997C36;*/
background: #fff6f7;
border-radius: 5px;
padding: 20px;
margin: 10px;
}
.shop-list_section .region_data .shops li .shop {
font-size: 20px;
padding-bottom: 20px;
}
.shop-list_section .region_data .shops li .address {
font-size: 15px;
line-height: 24px;
padding-bottom: 15px;
}
.shop-list_section .region_data .icons {
display: flex;
align-items: center;
width: 70px;
justify-content: space-between;
}
.shop-list_section .region_data .icons a.map {
color: #cf5468;
text-decoration: none;
}
.shop-list_section .region_data .insta-icon {
display: inline-block;
margin-top: 3px;
width: 20px;
}
.shop-list_section .region_data .insta-icon svg {
fill: #cf5468;
}

@media screen and (max-width:990px) {
#shoplist-page nav.large svg.menu_logo {
opacity: 1;
width: 150px;
transform: scale(1);
padding: 18px 0 30px;
}
#shoplist-page nav.small svg.menu_logo {
opacity: 1;
transform: scale(1);
max-width: 150px;
padding: 18px 0 30px;
}
.shop-list_section .region_data .shops {
flex-direction: column;
}
.shop-list_section .region_data .shops li {
width: 90%;
padding: 20px;
margin: 10px auto;
}
}

@media screen and (max-width:768px) {
#shoplist-page h1 {
font-size: 60px;
margin: 0 auto 30px 0;
}
#shoplist-page h2 {
text-align: center;
font-size: 20px;
margin: 0 auto 50px 0;
}
}

/*---INFO PAGE --*/
.popup_info{
visibility: hidden;
opacity:0;
position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    padding: 15px;
    margin: auto;
    z-index: 99;
    transition: 0.5s linear;
}
.popup_info.is-show{
    visibility: visible;
    opacity:1;
     transition: 0.5s linear;
}

.popup_info .overlay{
    position: fixed;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.info_section{
    max-width: 800px;
    margin: auto;
    background: #fff;
    height: 75vh;
    max-height: 700px;
    overflow-y: scroll;
    position: relative;
    border-radius: 20px;
    z-index: 9999;
}

.info_section a.close{
    width: 40px;
    position: absolute;
    right: 3px;
    top: 0px;
}

.info_section a.close::before, .info_section a.close::after{
   content: '';
    position: absolute;
    top: 19px;
    width: 16px;
    height: 2px;
    background-color: #997c36;
    }
    
.info_section a.close::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 12px;
}
.info_section a.close::after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 12px;
    top: 19px;
}

.info_section h1{
text-align:center;
}

.info_section h2{
    font-size: 1.3rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c9bd9e;
}

.info_section span.date{
    text-align: right;
    display: block;
}

.info_section .tabs {
  max-width: 800px;
  margin: 30px auto;
}
.info_section #tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.info_section #tab-button li {
  display: table-cell;
  width: 20%;
}
.info_section #tab-button li a {
  display: block;
  padding: .5em;
  background: #ece7da;
  border: 1px solid #c9bd9e;
  text-align: center;
  color: #7e6c41;
  text-decoration: none;
}
.info_section #tab-button li:not(:first-child) a {
  border-left: none;
}
.info_section #tab-button li a:hover,
.info_section #tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.info_section .tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #c9bd9e;
   position: relative;
    top: -1px;
    margin-top: 0;
}

.info_section .tab-contents p{
font-size: 0.9rem;
line-height: 1.5rem;
}

.info_section .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
