@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
/* Font */
.Round-font {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}
.Round-font.black {
  font-weight: 900;
}

* {
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
}

.bk_img {
  background-image: url(../images/bg_image.jpg);
  background-color: #EAE9DE;
}

.textLeft {
  text-align: left;
}

.head-wrap {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sp-g-nav {
  display: none;
}

.g-nav {
  width: 100%;
}

.head-nav {
  display: flex;
  align-items: center;
  justify-content: right;
}
.head-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 0.6em 0;
  padding: 0;
  vertical-align: text-bottom;
}
.head-nav li {
  vertical-align: text-bottom;
  padding-top: 0;
  padding-bottom: 0.6em;
}
.head-nav a {
  margin-left: 2em;
  text-decoration: none;
  color: #603813;
  font-size: 18px;
  font-weight: 700;
}
.head-nav a span {
  vertical-align: text-bottom;
}
.head-nav a:hover {
  padding-bottom: 2px;
  border-bottom: 3px solid #603813;
}

.head-lang ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}
.head-lang a {
  margin-left: 1em;
  text-decoration: none;
  color: #603813;
  font-size: 16px;
  font-weight: 700;
}
.head-lang a span {
  vertical-align: middle;
}

.btn-nav-outline {
  display: block;
  padding: 0 0.7em;
  border-radius: 14px;
  border: 2px solid #603813;
}
.btn-nav-outline:hover {
  background-color: #603813;
  color: #fff;
}

.btn_gnav {
  display: block;
  padding: 0.3em 0.5em;
  border-radius: 7px;
  border: 2px solid #603813 !important;
}
.btn_gnav:hover {
  background-color: #603813;
  color: #fff;
  padding: 0.3em 0.5em !important;
  border-bottom: 3px solid #603813 !important;
}

/* hero-image
----------------------- */
.hero_block {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 200px;
}
.hero_block div {
  width: 100%;
}
.hero_block img {
  width: 100%;
}

/* 
----------------------- */
.info_block {
  width: 990px;
  background-image: url("../images/bkg_info_board.png");
  background-repeat: no-repeat;
  padding-top: 350px;
  padding-bottom: 60px;
  margin: 0 auto 100px;
}

.info-block-head {
  display: none;
}

.info-btn-guide {
  width: 920px;
  margin: 0 auto 100px;
  display: grid;
  grid-template-areas: "a b" "a c" "a d";
  grid-row: 1em;
}
.info-btn-guide div:nth-child(1) {
  grid-area: a;
}
.info-btn-guide div:nth-child(2) {
  grid-area: b;
}
.info-btn-guide div:nth-child(3) {
  grid-area: c;
}
.info-btn-guide div:nth-child(4) {
  grid-area: d;
}

/* NEWS
--------------------------- */
.news_block {
  position: relative;
  width: 70%;
  max-width: 900px;
  margin: 0 auto 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news-block-info {
  margin: 0;
  padding: 0 2em;
  text-align: center;
}

.news-more-link {
  text-decoration: none;
  color: #603813;
  font-size: 1.1em;
  font-weight: 600;
}
.news-more-link:hover {
  opacity: 0.65;
  text-decoration: underline;
}

.ico_arrow {
  margin-left: 0.6em;
  font-weight: 900;
  color: #fff;
  background-color: #603813;
  padding: 0.2em 0.4em;
  border-radius: 2em;
}

.news-block-list {
  width: 100%;
}
.news-block-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 6px dotted #654e34;
}
.news-block-list li {
  padding-left: 0.6em;
  font-size: 18px;
  font-weight: 600;
}
.news-block-list time {
  display: block;
  margin-bottom: 0.6em;
  color: #603813;
  font-size: 16px;
}
.news-block-list a {
  text-decoration: none;
  color: #603813;
  padding: 0;
}
.news-block-list a:hover {
  opacity: 0.65;
}

.news-item {
  padding: 10px 0 10px;
  border-top: 6px dotted #654e34;
}

/* 
----------------------------- */
.about_block {
  position: relative;
  width: 90%;
  margin: 0 auto 100px;
  padding: 2em;
  background-image: url(../images/bkg_about_back.png);
  background-repeat: no-repeat;
  background-position: top center;
}

.about-block-head {
  text-align: center;
}

.about_section_1 {
  font-size: 20px;
  line-height: 2;
  text-align: center;
}

.about-img-block {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.about-img-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1em;
}

.btn_block {
  text-align: center;
  padding: 1em 0 0;
  margin-top: 0;
  margin-bottom: 0;
}

.btn_about_link {
  background-color: #C20012;
  border-radius: 2em;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 1em;
}
.btn_about_link:hover {
  color: #000;
  background-color: #F3CCD0;
}
.btn_about_link:hover .ico_about_arrow {
  color: #fff;
  background-color: #C20012;
}

.ico_about_arrow {
  margin-left: 0.4em;
  font-weight: 900;
  color: #000;
  background-color: #F3CCD0;
  padding: 0.2em 0.4em;
  border-radius: 1em;
}

.about_section_bottom {
  margin-top: 2em;
  text-align: center;
}

/* 
----------------------------- */
.mov_block {
  position: relative;
  width: 70%;
  max-width: 900px;
  margin: 0 auto 100px;
}

.mov-block-head {
  text-align: center;
}

.mov_frame_box {
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 2em auto;
}
.mov_frame_box iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

/* How to
----------------------------- */
.howto_block {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 200px;
}

.howto-block-head {
  text-align: center;
}

.howto_step_head {
  text-align: center;
}

.howto_step_lead {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

.how_step_1_block {
  position: relative;
  max-width: 640px;
  width: 90%;
  margin: auto;
}
.how_step_1_block p {
  font-size: 18px;
  text-align: center;
}
.how_step_1_block:before {
  position: absolute;
  content: "";
  display: block;
  width: 349px;
  height: 214px;
  background-image: url("../images/how_step1_illust_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -105px;
  left: -170px;
}
.how_step_1_block:after {
  position: absolute;
  display: block;
  content: "";
  width: 323px;
  height: 201px;
  background-image: url("../images/how_step1_illust_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -95px;
  right: -150px;
}

.how_step_2_block {
  position: relative;
  width: 680px;
  padding-bottom: 70px;
}
.how_step_2_block p {
  font-size: 16px;
  text-align: center;
}
.how_step_2_block .how_textLeft {
  margin-left: -200px;
}
.how_step_2_block:before {
  position: absolute;
  content: "";
  display: block;
  width: 220px;
  height: 159px;
  background-image: url("../images/how_step2_pufe_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -104px;
  left: 100px;
}
.how_step_2_block:after {
  position: absolute;
  content: "";
  display: block;
  width: 334px;
  height: 178px;
  background-image: url("../images/how_step2_pufe_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -80px;
  right: 10px;
}

.how_step_3_block {
  position: relative;
  width: 680px;
}
.how_step_3_block p {
  font-size: 16px;
  text-align: center;
}
.how_step_3_block:before {
  position: absolute;
  content: "";
  display: block;
  width: 213px;
  height: 156px;
  background-image: url("../images/how_step3_item_1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -108px;
  right: 80px;
}
.how_step_3_block:after {
  position: absolute;
  content: "";
  display: block;
  width: 328px;
  height: 162px;
  background-image: url("../images/how_step3_item_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -180px;
  left: -40px;
}

.how_step_4_block {
  width: 500px;
  margin: auto;
}
.how_step_4_block p {
  font-size: 20px;
  text-align: center;
}
.how_step_4_block:before {
  position: absolute;
  display: block;
  content: url("../images/how_step4_next_1.png");
  bottom: 0px;
  left: -80px;
}

.bkg_step_1 {
  position: relative;
  padding: 10px 0 120px;
  background-image: url(../images/bkg_img_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bkg_step_1:after {
  position: absolute;
  display: block;
  z-index: 10;
  content: "";
  width: 404px;
  height: 868px;
  background-image: url(../images/bkg_how_line_img_1.png);
  background-repeat: no-repeat;
  right: 240px;
  top: 520px;
}

.bkg_step_2 {
  position: relative;
  background-image: url(../images/bkg_how_img_2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bkg_step_2:after {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  width: 779px;
  height: 418px;
  background-image: url(../images/bkg_how_line_img_2.png);
  background-repeat: no-repeat;
  left: 220px;
  top: 650px;
}

.bkg_step_3 {
  position: relative;
  padding: 10px 0 100px;
  background-image: url(../images/bkg_how_img_3.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bkg_step_3:after {
  position: absolute;
  display: block;
  z-index: -1;
  content: "";
  width: 738px;
  height: 408px;
  background-image: url(../images/bkg_how_line_img_3.png);
  background-repeat: no-repeat;
  right: 200px;
  top: 610px;
}

.bkg_step_4 {
  padding: 10px 0 100px;
  background-image: url(../images/bkg_how_img_4.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.how_step_2_rows {
  position: relative;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 250px;
  justify-content: space-between;
  align-items: flex-start;
}

.how_step_3_rows {
  position: relative;
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  justify-content: space-between;
  align-items: flex-start;
}

.how_step_4_rows {
  position: relative;
  display: flex;
  width: 90%;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.how_four_seasons {
  position: relative;
  z-index: 10;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -120px;
}
.how_four_seasons ul {
  width: 1000px;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
}
.how_four_seasons li {
  padding: 0;
  margin-bottom: 1em;
}

.howto_img_group ul {
  list-style-type: none;
  padding: 0;
  margin: 0 -20px 0 0;
  display: grid;
  width: 100%;
  max-width: 520px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  padding: 0;
}
.howto_img_group li {
  display: flex;
  align-items: flex-end;
}
.howto_img_group img {
  width: 100%;
  height: auto;
}

.img-01 {
  grid-column: 1;
  grid-row: 1;
}

.img-02 {
  grid-column: 2;
  grid-row: 1;
}

.img-03 {
  grid-column: 1/span 2;
  grid-row: 2;
}

.img-04 {
  grid-column: 2;
  grid-row: 1;
}

.img-05 {
  justify-content: right;
  align-items: flex-end;
}

/* サイドバー
----------------------------- */
.side_fix_brn {
  position: fixed;
  right: 0;
  top: 130px;
  z-index: 20;
}
.side_fix_brn ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.side_fix_brn li {
  padding: 0;
  margin: 1em 0 0;
}

/* 
----------------------------- */
.access_block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.access_block_rows {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.access_guide_block {
  width: 100%;
  color: #603813;
  font-weight: 700;
}

.access_topic_li {
  line-height: 1;
}

.googleMap_block {
  width: 100%;
}
.googleMap_block iframe {
  border-radius: 12px;
  width: 100%;
}

.aname2 {
  text-align: justify;
  margin-left: 1em;
  margin-right: 1em;
}

.access_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.access_list li {
  line-height: 1;
  margin-bottom: 1em;
}

.access_car:before {
  content: url("../images/SVG/ico_car.svg");
  display: block;
  width: 1.5em;
  margin-bottom: 0.5em;
}

.access_train:before {
  content: url("../images/SVG/ico_train.svg");
  display: block;
  width: 3em;
  margin-bottom: 0.5em;
}

.access_tax:before {
  content: url("../images/SVG/ico_plane.svg");
  display: block;
  width: 1.5em;
  margin-bottom: 0.5em;
}

/* 
----------------------------- */
.footer_block {
  width: 100%;
  max-width: 1200px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
}

.sns_info_block {
  width: 100%;
  color: #603813;
  font-weight: 700;
  margin-bottom: 50px;
  border-right: 3px dashed;
  align-items: center;
  flex-wrap: nowrap;
}

.sns_info {
  font-size: 24px;
  font-weight: 900;
}

.sns_link_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 1em;
}
.sns_link_list a {
  margin: 0;
  padding: 0;
}
.sns_link_list img {
  display: block;
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer_logo {
  margin: 2em 0 0.5em;
  padding: 0;
}

.l-foot_block {
  display: flex;
  justify-content: left;
}

.sns_info_shop {
  font-size: 18px;
  width: 50%;
}

.foot_info_li {
  margin: 0;
  padding: 0;
}

.sns_ingo_cotact {
  width: 148px;
}
.sns_ingo_cotact a {
  text-align: center;
  text-decoration: none;
  color: #603813;
}
.sns_ingo_cotact a span {
  vertical-align: text-bottom;
}

.fnav_link_block {
  width: 100%;
}

/* 
----------------------------- */
.copyright {
  text-align: center;
  background-color: #603813;
  color: #fff;
  padding: 0;
}
.copyright p {
  padding: 0.3em;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .head-wrap {
    width: 100%;
    max-width: initial;
    padding: 0 1em;
    align-items: flex-start;
  }
  .head-nav {
    position: relative;
  }
  .head-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 1em 0 1em auto;
    padding: 0;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
  }
  .head-nav li {
    flex: 1 1 auto;
  }
  .head-nav li:last-child {
    margin-left: auto;
    position: absolute;
    top: 40px;
  }
  .head-nav a {
    margin-left: 1em;
  }
  .btn_gnav {
    margin-top: 1em;
    width: 160px;
    text-align: center;
  }
  .hero_block {
    width: 100%;
    max-width: initial;
  }
  .news_block {
    width: 90%;
  }
  /*
  ------------------------ */
  .info_block {
    width: 100%;
    background-size: contain;
  }
  .info-btn-guide {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .info-btn-guide img {
    width: 100%;
    height: auto;
  }
  /*
  ------------------------ */
  .about_block {
    width: 100%;
  }
  /*
  ------------------------ */
  .how_four_seasons {
    width: 100%;
  }
  .how_four_seasons ul {
    width: 100%;
    gap: 0 2%;
  }
  .how_four_seasons li {
    flex: 1 1 45%;
  }
  .how_four_seasons img {
    width: 100%;
  }
  .how_step_2_block {
    width: 100%;
    margin: 0 auto;
  }
  .how_step_3_block {
    width: 100%;
    margin: 0 auto;
  }
  .how_step_4_block {
    width: 100%;
    margin: 0 auto;
  }
  .howto_img_group {
    width: 50%;
    max-width: initial;
  }
  .howto_img_group ul {
    width: initial;
    max-width: initial;
  }
  .howto_img_group img {
    width: 100%;
  }
  .img-01 {
    align-items: flex-end;
    max-width: initial;
    width: initial;
    flex: 1 1 50%;
  }
  .img-02 {
    max-width: initial;
    width: initial;
    flex: 1 1 50%;
  }
  .img-03 {
    justify-content: center;
    width: 100%;
    width: initial;
    flex: 1 1 auto;
  }
  /*
  ------------------------ */
  .access_block {
    max-width: initial;
  }
  .access_guide_block {
    width: 90%;
  }
  .googleMap_block {
    width: 90%;
  }
  .footer_block {
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .head-nav a {
    margin-left: 0.5em;
  }
  .hero_block {
    margin-bottom: 60px;
  }
  .info_block {
    padding-top: 220px;
    padding-bottom: 0;
  }
  .info-btn-guide {
    display: block;
    grid-template-areas: initial;
    grid-row: initial;
  }
  .info-btn-guide img {
    width: 100%;
  }
  .news_block {
    max-width: initial;
    flex-direction: column;
  }
  .news-block-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .about_block {
    background-size: cover;
  }
  .about-img-block ul {
    gap: 1em;
    flex-direction: column;
  }
  .about_section_bottom {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .about_section_bottom img {
    width: 100%;
    height: auto;
  }
  .mov_block {
    width: 80%;
    max-width: initial;
    margin: 0 auto 100px;
  }
  .mov-block-head {
    width: 100%;
  }
  .mov-block-head img {
    width: 100%;
    height: auto;
  }
  .about-block-head {
    width: 80%;
    margin: auto;
  }
  .about-block-head img {
    width: 100%;
    height: auto;
  }
  .howto-block-head {
    width: 80%;
    margin: auto;
  }
  .howto-block-head img {
    width: 100%;
    height: auto;
  }
  .how_four_seasons ul {
    margin: 0 auto;
    padding: 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
  }
  .bkg_step_1 {
    width: 100%;
    background-position-x: -180px;
    background-position-y: top;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: 100px;
  }
  .bkg_step_1:after {
    display: none;
  }
  .bkg_step_2 {
    width: 100%;
    background-position-x: -240px;
    background-position-y: top;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .bkg_step_2:after {
    display: none;
  }
  .bkg_step_3 {
    width: 100%;
    background-size: cover;
  }
  .bkg_step_3:after {
    display: none;
  }
  .bkg_step_4 {
    width: 100%;
    padding: 10px 0 30px;
    background-size: cover;
  }
  .how_step_1_block:before {
    width: 40%;
    height: auto;
    top: -70px;
    left: -5px;
    aspect-ratio: 349/214;
  }
  .how_step_1_block:after {
    width: 40%;
    height: auto;
    top: -75px;
    right: -10px;
    aspect-ratio: 323/201;
  }
  .how_step_2_block:before {
    display: none;
  }
  .how_step_2_block:after {
    display: none;
  }
  .how_step_3_block:before {
    display: none;
  }
  .how_step_3_block:after {
    display: none;
  }
  .how_step_4_block:before {
    display: none;
  }
  .how_step_2_rows {
    flex-direction: column;
  }
  .how_step_3_rows {
    flex-direction: column;
  }
  .how_step_4_rows {
    flex-direction: column;
  }
  .how_step_4_rows:before {
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url(../images/bkg_how_img_4.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .howto_img_group {
    width: 96%;
  }
  .access_block h2 {
    text-align: center;
  }
  .access_block_rows {
    flex-direction: column;
  }
  .access_guide_block {
    margin: auto;
    padding-bottom: 3em;
  }
  .googleMap_block {
    margin: auto;
  }
  .footer_block {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_block h2 {
    text-align: center;
  }
  .sns_info_block {
    margin-bottom: 50px;
    border-right: initial;
  }
  .fixed-sp {
    position: fixed;
  }
  .g-nav {
    display: none;
  }
  .sp-g-nav {
    display: block;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
  }
  .menu-toggle {
    display: none;
  }
  #menu-icon {
    box-sizing: border-box;
    display: block;
    border: 1px solid #d2c3a6;
    border-radius: 0;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 16px 8px;
    background-color: #fff;
    cursor: pointer;
  }
  #menu-icon img {
    margin: 0;
    padding: 3px;
    display: block;
  }
  /* チェックボックスがチェックされたときのサイドナビゲーションのスタイル */
  .menu-toggle:checked + #menu-icon + .sp-gnav-menu {
    display: block;
  }
  .sp-gnav-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: beige;
    width: 100%;
    height: 100vh;
  }
  .sp-gnav-menu.is-show {
    z-index: 100;
    display: block;
  }
  .sp-nav-panel {
    width: 100%;
    padding: 0.6em;
  }
  .sp-nav-main {
    width: 100%;
  }
  .close-btn {
    box-sizing: border-box;
    display: block;
    position: absolute;
    border: 1px solid #d2c3a6;
    top: 0;
    right: 0;
    font-size: 2.2em;
    font-weight: 200;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 16px 8px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-color: #fff;
  }
  .sp_gnavi-lang {
    margin-top: 4em;
  }
  .sp_gnavi-lang ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right;
  }
  .sp_gnavi-lang li {
    display: inline-block;
    text-align: center;
  }
  .sp_gnavi-lang span {
    vertical-align: text-bottom;
  }
  .sp_gnavi-lang a {
    text-decoration: none;
    padding: 0.6em;
    color: #603713;
  }
  .sp_gnavi_menu-item ul {
    list-style-type: none;
    margin: 1em 0 0;
    padding: 0;
    display: flex;
    gap: 1em;
  }
  .sp_gnavi_menu-item li {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
  }
  .sp_gnavi_menu-item a {
    text-decoration: none;
    padding: 1em;
    display: block;
    width: 100%;
  }
  .sp_gnavi_menu-item a.btn-spnav-reserve {
    background-color: #f00;
    color: #fff;
  }
  .sp_gnavi_menu-item a.btn-spnav-access {
    background-color: rgb(190, 158, 98);
    color: #fff;
  }
  .hd_gnavi-reception {
    text-align: center;
    width: 68vw;
    margin: 25px auto 0 auto;
    padding: 1em;
    background-color: #fff;
    border-radius: 5px;
    border: solid 2px #d2c3a6;
  }
  .hd_gnavi-reception p {
    margin: 0;
    padding: 0;
  }
  .hd_gnavi-reception p a {
    text-decoration: none;
    color: #000;
  }
  .hd_gnavi-reception .reception-number {
    font-size: 1.5em;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hd_gnavi-reception .reception-number:before {
    display: block;
    content: "";
    background-image: url(../images/SVG/call.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    padding-right: 0.2em;
  }
  .hd_gnavi-reception .reception-time {
    font-size: 0.85em;
    line-height: 1.4;
  }
  .sp_gnavi-menu ul {
    margin: 2em 0 0;
    padding: 0;
    list-style-type: none;
    border-top: solid 1px #d2c3a6;
  }
  .sp_gnavi-menu a {
    text-decoration: none;
    color: #52442a;
    display: block;
    padding: 13px 30px 13px 15px;
    border-bottom: solid 1px #d2c3a6;
    position: relative;
  }
  .sp_gnavi-menu a:hover {
    text-decoration: underline;
  }
  .sns_link_list img {
    width: 42px;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */