-----
/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #181B39;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Serif", serif;
}
input {
  font-family: "Noto Serif", serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  opacity: 0;
  transition: 3s;
}
body.on{
    opacity: 1;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.smt{
    scroll-margin-top: 100px;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 998;
    padding-right: 2%;
    padding-top: 75px;
    transition: .3s;
}
.black header{
    background-color: rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    padding-top: 10px;
}
nav{
    margin: 0 0 0 auto;
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}
nav li{
    margin-right: 58px;
}
nav li:last-child{
    margin-right: 0;
}
nav li a{
    color: #fff;
    font-weight: 700;
}
nav li a{
    color: #fff;
    font-weight: 700;
    transition: .3s;
}
nav li:hover a{
    color: #000;
}
.langChenge{
    margin-right: 74px;
    position: relative;
    z-index: 999;
}
.langChenge.sp{
    display: none;
}
.gtranslate_wrapper{
    display: flex;
}
.gt-current-lang{
    position: relative;
}
.gt-current-lang::before{
    display: block;
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    background-color: #fff;
    top: 100%;
    left: 0;
    position: absolute;
}
.langChenge a{
    color: #fff;
    display: block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.langChenge a::after{
    display: block;
    content: "";
    width: 2px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(10deg);
}
.langChenge a:last-child{
    margin-right: 0;
    padding-right: 0;
}
.langChenge a:last-child:after{
    display: none;
}
.subMenu.on .langChenge a{
    color: #424649;
}
.subMenu.on .langChenge a::after{
    background-color: #424649;
}
.subMenu.on .gt-current-lang::before{
    background-color: #000;
}
.subMenu{
    margin: 0 0 0 auto;
    align-items: center;
}
.hbWrap{
    width: 60px;
    height: 60px;
}
.hbBtn{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}
.hbBtn span{
    width: 54px;
    height: 2px;
    display: block;
    background-color: #fff;
}
.hbBtn span:first-child{
    margin-bottom: 6px;
}
.subMenu.on .hbBtn span{
    background-color: #424649;
    transition: .3s;
}
.subMenu.on .hbBtn span:nth-child(1){
    transform: rotate(30deg);
    margin-bottom: -2px;
}
.subMenu.on .hbBtn span:nth-child(2){
    transform: rotate(-30deg);
}
.hbMneu{
    width: 30%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -30%;
    transition: .5s;
    background: url('/wp-content/themes/a/img/bg_content.jpg');
    padding: 185px 0 0;
    box-sizing: border-box;
    z-index: 998;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
}
.hbMneu ul{
    padding: 0 10%;
}
.hbMneu li{
    margin-bottom: 38px;
}
.hbMneu li::after{
display: block;
content: "";
width: 100%;
height: 2px;
background-color: #000;
transform: scale(0,1);
transform-origin: right top;
transition: transform .3s;
}
.hbMneu li:hover::after{
transform: scale(1,1);
transform-origin: left top;
}
.hbMneu li:last-child{
    margin-bottom: 0;
}
.hbMneu li a{
    align-items: center;
}
.hbMneu li a .title{
    font-size: 18px;
    font-weight: 700;
    width: 30%;
}
.hbMneu li a span{
    font-size: 11px;
    font-weight: 400;
    display: block;
    width: 70%;
}
.hbMneu .shopInfo{
    width: 100%;
    background-color: #fff;
    padding: 54px 20% 44px 10%;
    box-sizing: border-box;
}
.hbMneu .shopInfo .shopName{
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
}
.hbMneu .shopInfo .address{
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px;
}
.hbMneu .shopInfo .address > a{
    border-bottom: 1px dashed #707070;
}
.subMenu.on .hbMneu{
    right: 0;
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
.scrollWrap{
    position: fixed;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.scroll{
    margin-bottom: 50px;
}
.scroll p{
    color: #fff;
    margin-bottom: 12px;
    text-align: center;
}
.black .scroll p{
    color: #000;
}
.scrollArrow{
    display: block;
    width: 30px;
    height: 9px;
    margin: 0 auto;
    animation: scrollFloat 2s ease-in-out infinite;
}
body.black .scrollArrow path{
    stroke: #000;
}
@keyframes scrollFloat{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(10px);
    }
    100%{
        transform: translateY(0);
    }
}
.openLink{
    width: 260px;
    height: 55px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    transition: .3s;
}
.openLink:hover{
    background-color: #000;
}
.black .openLink{
    border: 1px solid #000;
}
.openLink p{
    font-size: 24px;
    font-weight: 400;
    align-items: center;
}
.openLink:hover p{
    color: #fff;
}
.openLink p span{
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-left: 41px;
}
.openLink:hover p span{
    color: #fff;
}
.openLink > img{
    width: 7px;
    height: 14px;
    margin-left: 29px;
    transition: .3s;
}
.openLink:hover > img{
    filter: brightness(0) invert(1);
}
.fv{
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: rgba(0,0,0,0.45);
}
.fv .subTit{
    width: fit-content;
    position: absolute;
    top: 20%;
    left: 20%;
}
.fv h1{
    width: fit-content;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
}
.topBlock{
    width: 100%;
    height: 100vh;
    position: relative;
}
.topBlock.no4{
    overflow: auto;
    padding: 0 10%;
    box-sizing: border-box;
    overscroll-behavior: contain;
    position: relative;
    background-color: rgba(0,0,0,0.45);
}
.topBlock.no4 .subTit2{
    font-size: 22px;
    line-height: 1.9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.topBlock.no4.is-ready .subTit2{
    opacity: 1;
}
.topBlock.no4 .subTit2 span{
    color: #fff;
}
.topBlock.no4 .subTit2 .line{
    display: block;
    opacity: 0;
    color: rgba(255, 255, 255, 0.15);
    transition: opacity 0.6s ease, color 0.8s ease;
}
.topBlock.no4 .subTit2 .line.is-visible{
    opacity: 1;
    color: #fff;
}
.topBlock > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topBlock > img.sp{
    display: none;
}
.topBlock .txtBox{
    position: absolute;
    top: 10%;
    left: 10%;
}
.topBlock .txtBox *{
    color: #fff;
}
.tit1{
    font-size: 49px;
    font-weight: 400;
    align-items: flex-end;
}
.tit1 span{
    font-size: 20px;
    font-weight: 400;
    margin-left: 33px;
}
.topBlock .txtBox .tit1{
    margin-bottom: 33px;
}
.topBlock .txtBox p{
    line-height: 44px;
}
.topBlock.no3 .txtBox .tit1{
    margin-bottom: 22px;
}
.contectBox{
    background: url('/wp-content/themes/a/img/bg_content.jpg') no-repeat center;
    background-size: cover;
    padding: 152px 0 128px;
}
.preparation{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 34.48%, #fff 67.49%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.9;
    padding: 22px 0 27px;
    text-align: center;
    font-size: 29px;
}
.topBlock.no3 .note{
    position: absolute;
    bottom: 47px;
    right: 5%;
    font-size: 15px;
    color: #424649;
}
.preparation span{
    display: block;
    font-size: 12px;
    margin-top: 22px;
}
.instaBlock{
    width: 90%;
    max-width: 1324px;
    margin: 0 auto 155px;
}
.instaBlock .tit1{
    margin-bottom: 74px;
}
.overviewBlock{
    width: 85%;
    max-width: 1622px;
    margin: 0 0 151px auto;
}
.overviewBlock .tit1{
    margin-bottom: 71px;
}
.yokiSlide .swiper-wrapper{
    transition-timing-function: linear;
}
.yokiSlide .swiper-wrapper img{
    height: auto;
}
.obi{
    display: block;
    margin-bottom: 152px;
}
.topblockType2{
    width: 90%;
    max-width: 1324px;
    margin: 0 auto;
}
.topblockType2 h2{
    width: 30%;
}
.topblockType2 .right{
    width: 70%;
}
.topblockType2 .right .map{
    aspect-ratio: 997 / 548;
    margin-bottom: 111px;
}
.map iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.topblockType2 .right .shopName{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 58px;
}
.topblockType2 .right .box1{
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 56px;
}
.topblockType2 .right .box1 .txtBox{
    width: 48%;
}
.accessBlock .right .box1 p{
    margin-bottom: 2em;
}
.accessBlock .right .box1 p a{
    border-bottom: 1px dashed #424649;
}
.accessBlock .right .box1 p:last-child{
    margin-bottom: 0;
}
.topblockType2 .right .box1 img{
    width: 48%;
}
.topblockType2 .right .distance{
    justify-content: space-between;
}
.topblockType2 .right .distance p{
    width: 48%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    font-size: 18px;
    font-weight: 400;
}
.accessBlock{
    margin-bottom: 151px;
}
.reserveBlock{
    width: 90%;
    max-width: 1560px;
    margin: 0 auto 153px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 83px 5% 63px;
    border-radius: 10px;
}
.reserveBlock .tit1{
    margin-bottom: 53px;
}
.reserveBlock .txtBox{
    margin-top: 30px;
}
.reserveBlock .titTxt{
    margin-bottom: 18px;
    font-size: 18px;
}
.reserveBlock .tel{
    font-size: 20px;
    font-weight: 700;
}
.tit2{
    font-size: 32px;
    font-weight: 700;
}
.tit2 span{
    font-size: 17px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.kiyaku .memo{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 53px;
}
.kiyaku .box1{
    margin-bottom: 50px;
}
.kiyaku .box1:last-child{
    margin-bottom: 0;
}
.kiyaku .box1 h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}
.kiyaku .box1 p{
    font-size: 18px;
    font-weight: 400;
}
footer{
    background-color: #fff;
    padding: 136px 0 101px;
}
.footerInner{
    width: 90%;
    max-width: 1324px;
    margin: 0 auto;
    justify-content: space-between;
}
.footerInner .langChenge{
    margin-right: 0;
}
.footerInner .langChenge a{
    font-size: 14px;
    color: #424649;
}
.footerInner .langChenge a::after{
    background-color: #424649;
}
.footerBoxInner{
    align-items: center;
    margin-bottom: 92px;
}
.footerBoxInner .logo{
    display: block;
    margin-right: 71px;
}
.footerBox.no2 ul{
    margin-right: 81px;
}
.footerBox.no2 ul:last-child{
    margin-right: 0;
}
.footerBox.no2 ul li{
    margin-bottom: 1em;
}
.footerBox.no2 ul li a{
    font-size: 18px;
    font-weight: 700;
}
.footerBox.no2 ul li a::after{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
.footerBox.no2 ul li a:hover::after{
    transform: scale(1,1);
    transform-origin: left top;
}
.footerBox.no3 .shopName{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
}
.footerBox.no3 .df{
    align-items: flex-end;
    margin-bottom: 25px;
}
.footerBox.no3 .left{
    margin-right: 54px;
}
.footerBox.no3 .df a{
    border-bottom: 1px dashed #707070;
}
.instaLink{
    display: flex;
    align-items: center;
}
.instaLink img{
    display: block;
    margin-right: 8px; 
}
.copy.sp{
    display: none;
}
@media (width < 1500px){
    header{
        padding-top: 30px;
    }
    .langChenge{
        margin-right: 16px;
    }
}
@media (width < 1440px){
    header{
        padding-right: 2%;
    }
    .hbMneu{
        width: 40%;
        right: -40%;
    }
}
@media (width < 1280px){
    nav li{
        margin-right: 40px;
    }
}
@media (width < 1100px){
    nav{
        display: none;
    }
    .hbMneu{
        width: 100%;
        right: -100%;
        padding-top: 120px;
    }
    .subMenu .langChenge.pc{
        display: none;
    }
    .subMenu .langChenge.sp{
        display: flex;
        justify-content: flex-end;
        margin-bottom: 80px;
    }
    .overviewBlock{
        width: 95%;
    }
    .topblockType2{
        flex-direction: column;
    }
    .topblockType2 h2{
        width: 100%;
        margin-bottom: 38px;
    }
    .topblockType2 .right{
        width: 100%;
    }
    .kiyaku h2{
        margin-bottom: 18px;
    }
    .footerInner{
        flex-direction: column;
    }
    .footerBoxInner{
        justify-content: space-between;
        margin-bottom: 0;
    }
    .copy.pc{
        display: none;
    }
    .copy.sp{
        display: block;
        text-align: center;
        font-size: 10px;
    }
    .footerBox.no1{
        margin-bottom: 52px;
    }
    .footerBox.no2{
        margin-bottom: 57px;
    }
    .footerBox.no2 ul{
        width: 48%;
        margin-right: 0;
    }
    .footerBox.no3{
        margin-bottom: 34px;
    }
    .scroll{
        margin-bottom: 20px;
    }
    footer{
        padding-bottom: 260px;
    }
    .topBlock > img.pc{
        display: none;
    }
    .topBlock > img.sp{
        display: block;
    }
}
@media (width < 820px) {
    .hbWrap{
        width: 48px;
        height: 48px;
    }
    .hbBtn span{
        width: 38px;
    }
    .hbBtn span:first-child{
        margin-bottom: 14px;
    }
    .fv .subTit{
        width: 22px;
        top: 10%;
        left: 10%;
    }
    .fv h1{
        width: 83px;
    }
    .openLink{
        width: 145px;
        height: 35px;
    }
    .openLink p{
        font-size: 16px;
    }
    .openLink p span{
        font-size: 10px;
        margin-left: 8px;
    }
    .openLink > img{
        margin-left: 13px;
    }
    .hbMneu{
        padding: 88px 0 0;
        overflow-y: scroll;
    }
    .hbMneu .shopInfo{
        padding: 54px 5% 44px;
    }
    .hbMneu ul{
        margin-bottom: 62px;
    }
    .topBlock.no4 .subTit2{
        font-size: 13px;
        width: 90%;
    }
    .topBlock .txtBox{
        left: 5%;
        width: 90%;
    }
    .tit1{
        font-size: 26px;
    }
    .tit1 span{
        font-size: 11px;
        margin-left: 16px;
    }
    .topBlock .txtBox .tit1{
        margin-bottom: 21px;
    }
    .topBlock .txtBox p{
        font-size: 12px;
        line-height: 24px;
    }
    .contectBox{
        padding: 62px 0 58px;
    }
    .overviewBlock .tit1{
        margin-bottom: 22px;
    }
    .overviewBlock{
        margin-bottom: 62px;
    }
    .obi{
        height: 30vh;
        object-fit: cover;
        margin-bottom: 54px;
    }
    .tit2{
        font-size: 16px;
    }
    .tit2 span{
        font-size: 11px;
        margin-top: 4px;
    }
    .topblockType2 .right .map{
        aspect-ratio: 350 / 191;
        margin-bottom: 24px;
    }
    .topblockType2 .right .shopName{
        margin-bottom: 20px;
        font-size: 12px;
    }
    .accessBlock .right .box1{
        position: relative;
        margin-bottom: 16px;
    }
    .topblockType2 .right .box1 .txtBox{
        width: 100%;
    }
    .accessBlock .right .box1 p{
        font-size: 11px;
        margin-bottom: 21px;
    }
    .topblockType2 .right .box1 img{
        position: absolute;
        right: 0;
        top: 0;
        width: 60%;
    }
    .topblockType2 .right .distance p{
        font-size: 11px;
        height: 25px;
    }
    .accessBlock{
        margin-bottom: 61px;
    }
    .reserveBlock{
         padding: 40px 5% 34px;
         margin-bottom: 63px;
    }
    .reserveBlock .titTxt{
        font-size: 11px;
        margin-bottom: 9px;
    }
    .reserveBlock .tel{
        font-size: 12px;
    }
    .kiyaku .memo{
        font-size: 11px;
        margin-bottom: 66px;
    }
    .kiyaku .box1{
        margin-bottom: 60px;
    }
    .kiyaku .box1 h3{
        margin-bottom: 25px;
        font-size: 12px;
    }
    .kiyaku .box1 p{
        font-size: 11px;
    }
    .footerBoxInner .logo{
        width: 72px;
    }
    footer{
        padding-top: 66px;
        padding-bottom: 190px;
    }
    .footerBox.no2 ul li a{
        font-size: 12px;
    }
    .footerBox.no3 .shopName{
        font-size: 12px;
    }
    .footerBox.no3 .df{
        font-size: 11px;
    }
    .instaLink{
        font-size: 11px;
    }
    .footerInner .langChenge a{
        font-size: 10px;
    }
    .reserveBlock .tit1{
        margin-bottom: 38px;
    }
    .topBlock.no3 .note{
        font-size: 10px;
    }
}
