@charset "UTF-8";

/* ===============================
Reset
=============================== */

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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}


/* ===============================
Font
=============================== */

.font_Ashemore {
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font_YuGothic {
  font-family: "yu-gothic-pr6n", sans-serif;
}


/* ===============================
Base
=============================== */

html {
  font-family: "yu-gothic-pr6n", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

html * p {
  -webkit-text-stroke: 0.02em #000;
  text-stroke: 0.02em #000;
}

html * p.shop_dscp {
  -webkit-text-stroke: 0.02em #fff;
  text-stroke: 0.02em #fff;
}

a {
  text-decoration: none;
  transition: 0.3s ease-out;
  outline: none;
  color: #000;
}

a:hover {
  opacity: .8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


/* ===============================
Layout
=============================== */

.snap_wrap {
  scroll-snap-type: y mandatory;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
}

header {
  position: relative;
  /*
  background: url(../img/bg_top_sp.jpg) center top no-repeat;
  background-size: cover;
*/
  text-align: center;
  background-color: #000;
}

div.bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

div.bgimg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

header .logo {
  margin: min(17.3vh, 110px) 0 min(7.08vw, 45px);
}

header .logo img {
  width: min(18.666vw, 70px);
}

header .msg {
  margin: 0 0 min(32vw, 120px);
}

header .msg img {
  width: min(86.13vw, 323px);
}

header .arw {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

header .arw img {
  width: min(24.53vw, 92px);
}

.content {
  scroll-snap-align: start;
  height: 100vh;
  height: 100dvh;
  -webkit-transform: translateZ(0);
}

.content.section00 {
  /*  scroll-snap-align: none;*/
  height: auto;
  overflow: visible;
}

.content.section00 .view {
  overflow: hidden;
  aspect-ratio: 375/435;
  background-color: #000;
  position: relative;
}

.content.section00 .main {
  padding: min(18.666vw, 70px) min(12.266vw, 46px);
  scroll-snap-align: end;
}

div.copy {
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 1;
  font-size: 23px;
  line-height: 37px;
  color: #fff;
  -webkit-text-stroke: 0.05em #fff;
  text-stroke: 0.05em #fff;
  font-weight: normal;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.view .map_address {
position: absolute;
    padding: 40px min(6.933vw, 26px) 0;
    min-width: 323px;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.view .map_address .address {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.2px;
  margin: 0 0 30px;
  -webkit-text-stroke: 0.05em #fff;
  text-stroke: 0.05em #fff;
}

html:lang(en) .view .map_address .address {
  letter-spacing: 0!important;
}

.view .map_address .map_btn a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  padding: 1em 0;
  color: #000;
  background-color: #fff;
}

.view .map_address .map_btn a .txt {
  font-size: 14px;
  background: url(../img/ico_map_arw.svg) right no-repeat;
  background-size: 68px auto;
  padding: 0 80px 0 0;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.content.section00 .main h1 {
  font-size: 23px;
  line-height: 37px;
  letter-spacing: 3px;
  margin: 0 0 40px;
  font-weight: 600;
}

html:lang(en) .content.section00 .main h1 {
  letter-spacing: 0;
}

.content.section00 .main p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.5px;
}

header .main, .content.section01 .main, .content.section02 .main, .content.section03 .main, .content.section04 .main, .content.map .main {
  position: relative;
  height: 100vh;
  height: 100dvh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

header.content .main.is-inview {
  transition-delay: 0s;
}

.content .shop_name {
  text-align: center;
}

.content .shop_main {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 min(13.333vw, 20px) 0 min(5.333vw, 20px);
}

.content .shop_dscp {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.5px;
  /*  margin: 0 0 20px;*/
  margin: 0 0 40px;
}

.content .shop_dscp span {
  font-size: 11px;
  line-height: 14px;
    -webkit-text-stroke: 0.05em #fff;
  text-stroke: 0.05em #fff;
}

html:lang(en) .content .shop_dscp {
  letter-spacing: 0;
}

div.reserve {
  width: 59%;
  min-width: 220px;
  max-width: 220px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background-color: #9F2D26;
  font-size: 15px;
}

div.reserve a {
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
  font-family: "yu-gothic-pr6n", sans-serif;
  -webkit-text-stroke: 0.07em #fff;
  text-stroke: 0.07em #fff;
  display: block;
  margin-top: 5vh;
  letter-spacing: 0.1em;
}

.content.section03 div.reserve a {
  margin-top: 15px;
}

div.reserve.menu_ {
  background-color: #9F2D26;
  color: #fff;
}

div.reserve.menu_ a {
  margin-top: 15px;
  color: #fff;
  -webkit-text-stroke: 0.07em #fff;
  text-stroke: 0.07em #fff;
}

.content.section03 div.reserve.menu_ a {
  margin-top: 15px;
  color: #fff;
  -webkit-text-stroke: 0.07em #fff;
  text-stroke: 0.07em #fff;
}

.content .snap_num img {
  width: min(36.266vw, 136px);
}

.content.section01 {
  background-color: #000;
}

.content.section01 .shop_name {
  margin: -35vh 0 0;
}

.content.section01 .shop_name img {
  width: min(57.6vw, 216px);
}

.content.section02 {
  background-color: #000;
}

.content.section02 .shop_name {
  margin: -30vh 0 0;
}

.content.section02 .shop_name img {
  width: min(24.8vw, 79px);
}

.content.section03 {
  background-color: #000;
}

.content.section03 .shop_name {
  margin: -35vh 0 0;
}

.content.section03 .shop_name img {
  width: min(31.73vw, 104px);
}

.content.section04 {
  /*
  background: url(../img/bg_theloverslounge_sp.jpg) center top no-repeat;
  background-size: cover;
*/
  background-color: #000;
}

.content.section04 .shop_name {
  margin: -20vh 0 0;
}

.content.section04 .shop_name img {
  width: min(50.133vw, 188px);
}

.content.map {
  padding-top: 40px;
  background-color: #f0f0f0;
}

.content.map .map_main {
  padding: 0;
}

.content.map .map_google {
  aspect-ratio: 375/291;
  width: 100%;
  height: auto;
  background: url(../img/map_sp.png) center top no-repeat;
  background-size: cover;
}

html:lang(en) .content.map .map_google {
  aspect-ratio: 375/291;
  width: 100%;
  height: auto;
  background: url(../img/map_sp_en.png) center top no-repeat;
  background-size: cover;
}

.content.map .map_google iframe {
  aspect-ratio: 1.9/1;
  width: 100%;
  height: auto;
}

.content.map .ttl {
  text-align: center;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-size: 26px;
  padding-bottom: 45px;
}

.content.map .map_address {
  padding: 40px min(6.933vw, 26px) 0;
  min-width: 323px;
}

.content.map .map_address .address {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.2px;
  margin: 0 0 30px;
}

html:lang(en) .content.map .map_address .address {
  letter-spacing: 0!important;
}

.content.map .map_address .map_btn a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  padding: 1em 0;
  color: #000;
}

.content.map .map_address .map_btn a .txt {
  font-size: 14px;
  background: url(../img/ico_map_arw.svg) right no-repeat;
  background-size: 68px auto;
  padding: 0 80px 0 0;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/* ===============================
 for SP
=============================== */

@media (max-width: 640px) {
  .sp_none {
    display: none;
  }
}


/* ===============================
 for PC,Tablet
=============================== */

@media (min-width: 641px) {
  .pc_none {
    display: none!important;
  }
  header {
    /*    background: url(../img/bg_top_pc.jpg) center top no-repeat;
    background-size: cover;*/
  }
  .content.section00 .view {
    overflow: hidden;
    aspect-ratio: 1280/800;
    /*
background: url(../img/img01_pc.jpg) center center no-repeat;
*/
    position: relative;
  }
  div.copy {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 1;
    font-size: 3.125vw;
    line-height: 37px;
    line-height: 1.35;
    color: #fff;
    font-weight: normal;
    transform: translate(-50%, -50%);
    text-align: center;
  }

.view .map_address {
    bottom: 30%;
}



  .content.section01 {
    /*
    background: url(../img/bg_balcony_pc.jpg) center top no-repeat;
    background-size: cover;
*/
  }
  .content.section01 .shop_name {
    margin: -20vh 0 0;
  }
  .content.section02 {
    /*
    background: url(../img/bg_sushiazabu_pc.jpg) center top no-repeat;
    background-size: cover;*/
  }
  .content.section02 .shop_name {
    margin: -20vh 0 0;
  }
  .content.section03 {
    /*
    background: url(../img/bg_ochiairou_pc.jpg) center top no-repeat;
    background-size: cover;
*/
  }
  .content.section03 .shop_name {
    margin: -25vh 0 0;
  }
  .content.section04 {
    /*
    background: url(../img/bg_theloverslounge_pc.jpg) center top no-repeat;
    background-size: cover;
*/
  }
  header .logo img {
    width: min(9.375vw, 120px);
  }
  header .msg img {
    width: min(46.48vw, 595px);
  }
  header .arw img {
    width: min(7.18vw, 92px);
  }
  .content.section00 .main {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 90px 0 100px;
    width: min(77.34vw, 990px);
    margin: 0 auto;
  }
  .content.section00 .main h1 {
    width: calc(100% - min(50.78vw, 650px));
    margin: 0;
    font-size: 23px;
    line-height: 37px;
  }
  .content.section00 .main p {
    width: min(50.78vw, 650px);
    font-size: 15px;
    line-height: 27px;
  }
  .content .shop_main {
    bottom: 42px;
    left: auto;
    right: min(3.125vw, 40px);
    padding: 0;
  }
  .content .shop_dscp {
    width: 270px;
  }
  div.reserve {
    width: 59%;
    min-width: 280px;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #9F2D26;
    font-size: 15px;
  }
  .content.section03 div.reserve a {
    margin-top: 50px;
  }
  div.reserve a {
    padding: 17.5px 0;
    color: #fff;
    font-size: 15px;
    font-family: "yu-gothic-pr6n", sans-serif;
    -webkit-text-stroke: 0.07em #fff;
    text-stroke: 0.07em #fff;
    display: block;
    margin-top: 50px;
    letter-spacing: 0.1em;
  }
  div.reserve.menu_ {
    background-color: #9F2D26;
    color: #fff;
  }
  div.reserve.menu_ a {
    margin-top: 20px;
    color: #fff;
    -webkit-text-stroke: 0.07em #fff;
    text-stroke: 0.07em #fff;
  }
  .content.section03 div.reserve.menu_ a {
    margin-top: 20px;
    color: #fff;
    -webkit-text-stroke: 0.07em #fff;
    text-stroke: 0.07em #fff;
  }
  .content .snap_num img {
    width: 136px;
  }
  .content.section01 .shop_name img {
    width: min(33.36vw, 427px);
  }
  .content.section02 .shop_name img {
    width: min(11.56vw, 148px);
  }
  .content.section03 .shop_name img {
    width: min(13.75vw, 176px);
  }
  .content.section04 .shop_name img {
    width: min(25.39vw, 325px);
  }
  .content.map {
    height: auto !important;
    overflow: visible;
    scroll-snap-align: center;
    padding: 80px 0 40px;
  }
  .content.map .map_main {
    width: min(77.34vw, 990px);
    height: auto !important;
    overflow: visible;
  }
  .content.map .map_google {
    aspect-ratio: 990/520;
    width: 100%;
    height: auto;
    background: url(../img/map.png) center top no-repeat;
    background-size: cover;
  }
  html:lang(en) .content.map .map_google {
    aspect-ratio: 990/520;
    width: 100%;
    height: auto;
    background: url(../img/map_en.png) center top no-repeat;
    background-size: cover;
  }
  .content.map .map_google iframe {
    aspect-ratio: 1.8/1;
  }
  .content.map .map_address {
    padding: 30px 0;
  }
  .content.map .ttl {
    text-align: center;
    font-family: "rosella-solid", sans-serif;
    font-weight: 400;
    font-size: 43px;
    padding-bottom: 52px;
  }
  .content.map .map_address .address {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 1.2px;
    margin: 0 0 24px;
  }
  .content.map .map_address .address br {
    display: none;
  }
  .content.map .map_address .map_btn a {
    width: 250px;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {



.content.section00 .view {
  overflow: hidden;
  aspect-ratio: 375/300;
  background-color: #000;
  position: relative;
}



  .content.section00 .main {
    display: block;
    padding: min(18.666vw, 70px) min(12.266vw, 46px);
  }




  .content.section00 .main h1 {
    width: auto;
    font-size: 23px;
    line-height: 37px;
    letter-spacing: 3px;
    margin: 0 0 40px;
    font-weight: 600;
  }
  .content.section00 .main p {
    width: auto;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1.5px;
  }
  .content.section00 .main p br {
    display: none;
  }
  .content.map {
    padding: 150px 0 90px;
  }
}

.c-footer section.contact {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 90px 0;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
}

.c-footer section.contact .contactus, .c-footer section.contact .instagram {
  width: 33%;
  min-width: 30%;
  max-width: 270px;
}

html:lang(en) .c-footer section.contact .contactus, html:lang(en) .c-footer section.contact .instagram {
  width: 28%;
  min-width: 28%;
}

.c-footer section.contact .map_btn a {
  display: block;
  border: 1px solid #000;
  text-align: center;
  padding: 1em 0;
  color: #000;
  /*    margin-top: 25px;*/
  margin-top: 3px;
}

.c-footer section.contact .map_btn a .txt {
  font-size: 14px;
  background: url(../img/ico_map_arw.svg) right no-repeat;
  background-size: 68px auto;
  padding: 0 80px 0 0;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.c-footer section.contact * p {
  font-size: 13px;
  line-height: 20px;
}

.c-footer section.contact div.mailpoet p {
  display: block;
}

.c-footer section.contact div.mailpoet div.map_btn {
  padding-top: 15px;
  padding-bottom: 10px;
}

#mailpoet_form_1 {
  width: 100%;
  position: relative;
}

input.mailpoet_text {
  border: none;
  border-bottom: solid 1px #000!important;
  font-family: "yu-gothic-pr6n", sans-serif;
}

#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea {
  font-family: "yu-gothic-pr6n", sans-serif!important;
  padding: 5px 0;
}


/*


#mailpoet_form_1 .mailpoet_paragraph {
    line-height: 20px;
    margin-bottom: 20px;
    position: absolute;
}

input.mailpoet_submit {
width: 100%;
background-color: transparent;
position: absolute;
right:0;
}
*/

#mailpoet_form_1 .mailpoet_submit {
  width: 3em!important;
  padding: 5px;
  margin: 0 auto 0 0;
  font-family: "rosella-solid", sans-serif!important;
  font-size: 12px!important;
  line-height: 1.5;
  height: auto;
  border-color: transparent!important;
  background-color: transparent!important;
  position: absolute!important;
  top: -2px!important;
  right: 0!important;
}

#mailpoet_form_1 .mailpoet_message .mailpoet_validate_success {
  width: 100%;
  text-align: left;
  font-size: 0.8rem!important;
  line-height: 1.2em!important;
  top: 25px;
}

.c-footer section.contact .instagram p, .c-footer section.contact .instagram a {
  font-size: 14px;
  line-height: 18px;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-stroke: 0 #000;
  text-stroke: 0 #000;
}

.c-footer section.contact .instagram a {
  font-size: 12px;
  line-height: 18px;
  word-wrap: break-word;
  text-decoration: underline;
}

.c-footer .c-footer-logo {
  /*  width: 180px;
  padding: 80px 0 70px;
  margin: 0 auto*/
}

.c-footer .c-footer-logo img {
  width: 100%;
  height: auto
}

.c-footer .footer-rooms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: .04em;
  line-height: 2.4
}

.c-footer .footer-roomslist {
  margin-right: 100px
}

.c-footer .footer-roomslist-term {
  font-weight: 700
}

.c-footer .footer-roomslist-term a {
  letter-spacing: .05em
}

.c-footer .c-footer-pagenav .c-footer-pagenav-item {
  font-weight: 700
}

.c-footer .footer-sns {
  margin-right: 30px
}

.c-footer .footer-sns li img {
  width: auto;
  height: 100%
}

.c-footer .footer-sns li+li {
  margin-left: 15px
}

.c-footer .footer-sns li:first-child {
  width: 15.5px;
  height: 15.5px
}

.c-footer .footer-sns li:last-child {
  width: 7.64px;
  height: 14.59px
}

.c-footer .c-footer-lang {
  max-width: 1140px;
  margin: 20px auto 30px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: ashemore, "yu-gothic-pr6n", sans-serif;
  font-weight: 500;
  letter-spacing: .08em
}

.c-footer .c-footer-lang .c-footer-lang-item {
  font-size: 14px
}

.c-footer .c-footer-lang .c-footer-lang-item+.c-footer-lang-item {
  margin-left: 7px
}

.c-footer .c-footer-block {
  background: #f5f5f5;
  padding-bottom: 60px;
  margin-bottom: 30px
}

.c-footer .c-footer-block .c-footer-logo {
  padding: 60px 0 48px;
  text-align: center;
  font-size: 16px;
  font-family: "yu-gothic-pr6n", sans-serif;
  -webkit-text-stroke: 0.02em #000;
  text-stroke: 0.02em #000;
  display: block;
  letter-spacing: .05em
}

.c-footer .c-footer-block .c-footer-logo img {
  width: 100%;
  height: auto
}

.c-footer .c-footer-container {
  max-width: 870px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-footer .c-footer-container .footer-menu .footer-menu-title {
  font-size: 15px;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  letter-spacing: .0;
  margin-bottom: 24px
}

.c-footer .c-footer-container .footer-menu .footer-menu-title span {
  font-size: 13px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 600;
  letter-spacing: .0;
  margin-bottom: 24px
}

.c-footer .c-footer-container .footer-menu .footer-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: .05em
}

.c-footer .c-footer-container .footer-menu .footer-menu-list:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2.4)*.5em)
}

.c-footer .c-footer-container .footer-menu dt, .c-footer .c-footer-container .footer-menu dd {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.c-footer .c-footer-container .footer-menu dt a, .c-footer .c-footer-container .footer-menu dd a {
  word-break: break-word;
  white-space: nowrap;
  color: #000;
}

.c-footer .c-footer-container .footer-menu.hotel {
  max-width: 200px
}

.c-footer .c-footer-container .footer-menu.hotel .footer-menu-listtitle {
  width: 50px
}

.c-footer .c-footer-container .footer-menu.wedding .footer-menu-listtitle {
  width: 52px
}

.c-footer .c-footer-container .footer-menu.restaurant {
  max-width: 227px
}

.c-footer .c-footer-container .footer-menu.restaurant .footer-menu-listtitle {
  width: 83px
}

.c-footer .c-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-footer .c-footer-nav li {
  font-size: 11px;
  line-height: 2
}

.c-footer .c-footer-nav li+li:before {
  content: "|";
  display: inline-block;
  margin: 0 .5em
}

.c-footer .copyright {
  font-size: 11px;
  display: block;
  text-align: center;
  line-height: 2;
  padding-bottom: 23px;
  scroll-snap-align: end;
}

@media screen and (max-width:640px) {
  .c-footer section.contact {
    width: 75%;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: column;
  }
  .c-footer section.lang {
    scroll-snap-align: end;
  }
  .c-footer section.contact .mailpoet {
    padding-bottom: 20px;
    width: 100%;
  }
  .c-footer section.contact .contactus {
    padding-bottom: 20px;
    width: 100%;
  }
  html:lang(en) .c-footer section.contact .contactus, html:lang(en) .c-footer section.contact .instagram {
    width: 100%;
    min-width: 100%;
  }
  .c-footer section.contact .instagram {
    width: 100%;
  }
  .c-footer section.contact .instagram svg {
    display: block;
    margin: 0;
  }
  .c-footer section.contact .map_btn a {
    display: block;
    border: 1px solid #000;
    text-align: center;
    padding: 1em 0;
    color: #000;
    margin-top: 25px;
  }
  .c-footer section.contact .map_btn a .txt {
    font-size: 14px;
    background: url(../img/ico_map_arw.svg) right no-repeat;
    background-size: 68px auto;
    padding: 0 80px 0 0;
    font-family: "rosella-solid", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .c-footer section.contact * p {
    font-size: 13px;
    line-height: 20px;
  }
  .c-footer section.contact .instagram p, .c-footer section.contact .instagram a {
    font-size: 14px;
    line-height: 22px;
    font-family: "rosella-solid", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke: 0 #000;
    text-stroke: 0 #000;
  }
  .c-footer section.contact .instagram a {
    font-size: 12px;
    line-height: 22px;
    word-wrap: break-word;
    text-decoration: underline;
  }
  .c-footer .c-footer-logo {
    width: 100%;
    max-width: 12.5rem;
    padding: 7rem 0 6rem
  }
  .c-footer .c-footer-pagenav {
    display: block;
    margin-bottom: 3rem
  }
  .c-footer .c-footer-pagenav .c-footer-pagenav-item {
    font-size: 1.2rem;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    line-height: 1
  }
  .c-footer .c-footer-pagenav .c-footer-pagenav-item:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1)*.5em)
  }
  .c-footer .c-footer-pagenav .c-footer-pagenav-item+.c-footer-pagenav-item {
    margin-top: 1.5rem;
    margin-left: 0
  }
  .c-footer .footer-rooms {
    display: block;
    line-height: 2.4;
    padding: 0 3.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .c-footer .footer-roomslist {
    margin-right: 0;
    margin-bottom: 3rem
  }
  .c-footer .footer-roomslist-term {
    font-size: 1.2rem
  }
  .c-footer .footer-roomslist-description {
    font-size: 1.1rem
  }
  .c-footer .footer-sns {
    margin-right: 3rem
  }
  .c-footer .footer-sns li+li {
    margin-left: 1.5rem
  }
  .c-footer .footer-sns li:first-child {
    width: 1.75rem;
    height: 1.75rem
  }
  .c-footer .footer-sns li:last-child {
    width: .917rem;
    height: 1.75rem
  }
  .c-footer .c-footer-lang {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 3.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 3.5rem;
    letter-spacing: .07em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .c-footer .c-footer-lang .c-footer-lang-item {
    font-size: 1.8rem
  }
  .c-footer .c-footer-lang .c-footer-lang-item+.c-footer-lang-item {
    margin-left: 1rem
  }
  .c-footer .c-footer-block {
    scroll-snap-align: start;
    padding: 0 3rem 5rem;
    margin-bottom: 25px;
  }
  .c-footer .c-footer-block .c-footer-logo {
    max-width: 17rem;
    padding: 5rem 0 2.3rem;
    margin-left: 0
  }
  .c-footer .c-footer-container {
    width: 100%;
    display: block
  }
  .c-footer .c-footer-container .footer-menu+.footer-menu {
    margin-top: 5.3rem;
    margin-left: 0
  }
  .c-footer .c-footer-container .footer-menu .footer-menu-title {
    font-size: 16px;
    margin-bottom: 1rem;
    letter-spacing: .07em
  }
  .c-footer .c-footer-container .footer-menu .footer-menu-list {
    font-size: 10px;
    line-height: 2;
  }
  .c-footer .c-footer-container .footer-menu .footer-menu-list:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2)*.5em)
  }
  .c-footer .c-footer-container .footer-menu.hotel {
    width: auto
  }
  .c-footer .c-footer-container .footer-menu.hotel .footer-menu-listtitle {
    width: 75px;
    min-width: 75px;
  }
  .c-footer .c-footer-container .footer-menu.wedding .footer-menu-listtitle {
    width: 75px;
    min-width: 75px;
  }
  .c-footer .c-footer-container .footer-menu.restaurant {
    width: auto
  }
  .c-footer .c-footer-container .footer-menu.restaurant .footer-menu-listtitle {
    width: 75px;
    min-width: 75px;
  }
  .c-footer .c-footer-nav li {
    font-size: 10px
  }
  .c-footer .copyright {
    font-size: 10px;
    line-height: 2;
    padding-bottom: 25px;
    scroll-snap-align: end;
  }
}


/*=========アニメ定義==========*/

div.spacer {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: relative;
}


/*
.content .main {
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateY(10px);
  transition: all .5s ease;
}

.content .main.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .5s;
}
*/

.content .main h2 {
  opacity: 1;
  /*  filter: blur(100px);
transform: translateY(10px);
  transition: all 1s ease;*/
}

.content .main h2.is-inview {
  /*  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
  transition-delay: 1s;*/
}

p.shop_dscp {
  opacity: 0;
  filter: blur(100px);
  transform: translateY(10px);
  transition: all 1s ease;
}

p.shop_dscp.is-inview {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.section00 h1 {
  opacity: 1;
}

.section00 h1.is-inview {}

.section00 p {
  opacity: 0;
  filter: blur(100px);
  transform: translateY(50px);
  transition: all 1s ease;
}

.section00 p.is-inview {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}


/*スナップ時の画像*/

div.bgimg img {
  filter: blur(10px);
  animation: blur-anim 1.5s linear forwards;
}

/*麻布台の全景*/
.content.section00.is-inview .view img {
    filter: blur(20px);
    opacity: .4;
    transform: scale(1.05);
    animation: blur-anim2 1.5s linear forwards;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@keyframes blur-anim {
  100% {
    filter: blur(0);
  }
}

@keyframes blur-anim2 {
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}


/*===CONTACT===*/

header.contact {
  width: 100%;
  height: 100px;
  display: flex;
  background-color: #fff;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}

header.contact a {
  font-size: 13px;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-indent: 1.5em;
  position: relative;
}

header.contact a::before {
  content: "";
  position: absolute;
  left: 21px;
  top: 3px;
  transform: translateY(-50%);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 6px;
  height: 6px;
  transform: rotate(-135deg);
}

main.c-main {
  width: 75%;
  max-width: 720px;
  margin: 10px auto;
  padding-bottom: 90px;
}

main.c-main h2 {
  font-size: 26px;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: center;
  padding-bottom: 23px;
}

main.c-main h2 span {
  display: block;
  font-family: "yu-gothic-pr6n", sans-serif;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1;
  padding-top: 23px;
}

main.c-main input, main.c-main textarea {
  width: 100%;
  padding: 5px 0;
}

main.c-main input[type="text"], main.c-main input[type="email"] {
  height: 36px;
  border: none;
  border-bottom: 1px solid #000;
}

main.c-main input[type="checkbox"] {
  width: auto;
  display: inline;
}

main.c-main input[type="submit"] {
  display: block;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 0;
  background-color: transparent;
  border: none;
  border: 1px solid #000;
  font-size: 12px;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  cursor: pointer;
  background: url(../img/ico_map_arw.svg) 70% 50% no-repeat;
  text-align: left;
  text-indent: 23%;
}

.submit, .din {
  position: relative;
}

main.c-main textarea {
  border: none;
  border-bottom: 1px solid #000;
  height: 180px;
}

main.c-main input::placeholder, main.c-main textarea::placeholder {
  text-align: center;
}

div.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}

div.flex div {
  width: 50%;
  max-width: 340px;
  padding-bottom: 23px;
}

div.message_form {
  padding-top: 50px;
  padding-bottom: 60px;
}

div.check {}

section.contact div.check.cntr {
  display: flex;
  min-height: 40vh;
  align-items: center;
  justify-content: center;
  align-content: center;
  line-height: 2;
}

div.check p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #8C8C8C;
  padding-bottom: 20px;
  white-space: nowrap;
}

div.check p a {
  text-decoration: underline;
}

html:lang(ja) div.inner.en {
  display: none;
}

html:lang(en) div.inner.ja {
  display: none;
}

html:lang(en) main.c-main h2 span {
  display: none;
}

@media screen and (max-width:640px) {
  header.contact {
    height: 80px;
  }
  div.flex {
    display: block;
  }
  div.flex div {
    width: 100%;
    max-width: 100%;
  }
}


/*==== slick CUSTUM ====*/


/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  opacity: 1;
  position: absolute;
  bottom: 60px;
  /* bottom: auto; */
  display: flex;
  width: 100px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  background-color: transparent;
  left: auto;
  right: min(22vw, 187px);
  transition: all 1s ease;
}

div.slick-num {
  opacity: 1;
  position: absolute;
  bottom: 46px;
  /* bottom: auto; */
  display: flex;
  width: 145px;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-size: 10px;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
  font-style: normal;
  justify-content: space-between;
  padding-bottom: 10px;
  left: auto;
  right: 164px;
  right: min(19vw, 164px);
  transition: all 1s ease;
}

@media screen and (max-width:640px) {
  .slick-dots {
    bottom: 50px;
    right: auto;
    left: 42px;
  }
  div.slick-num {
    bottom: 36px;
    right: auto;
    left: 20px;
  }
}

header .slick-dots {
  display: none!important;
}

header div.slick-num {
  display: none!important;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 1px 0;
  cursor: pointer;
}

.slick-dots li.slick-active {
  height: 3px;
  padding: 0;
}

.slick-dots li button {
  display: block;
  width: 100%;
  min-width: 10px;
  height: 1px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #fff;
}

.slick-dots li.slick-active button {
  min-width: 10px;
  height: 3px;
  background-color: #fff;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  content: none;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button:before {
  content: none;
}

div.langswitch {
  position: absolute;
  z-index: 1;
  text-align: right;
  color: #fff;
  padding: 20px 2vw;
  /* display: block; */
  /* display: flex; */
  max-width: 100%;
  right: 0;
  font-size: 13px;
  font-family: "rosella-solid", sans-serif;
  font-weight: 400;
}

div.langswitch.contact {
  color: #000;
}

.wovn-switch {
  cursor: pointer;
  font-size: 13px;
}

.wovn-switch.selected {
  border-bottom: 1px solid #fff;
}

.contact .wovn-switch.selected {
  border-bottom: 1px solid #000;
}