@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background-color: #FFFDF5;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}
body.wrap {
  overflow: hidden;
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.noto_sc {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
}

.noto_tc {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 500;
}

.noto_ko {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ▼▼▼ common
====================================================== */
.txt_center {
  text-align: center;
  margin-bottom: 32px;
}

h2.sec_ttl {
  text-align: center;
  margin-bottom: 4px;
  position: relative;
}
h2.sec_ttl img {
  height: 22px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  h2.sec_ttl img {
    height: 30px;
  }
}
h2.sec_ttl::before {
  position: absolute;
  top: -52px;
  left: 50%;
  translate: -50%;
}
@media screen and (min-width: 768px) {
  h2.sec_ttl::before {
    top: -63px;
  }
}

.sec_sub_ttl {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  .sec_sub_ttl {
    font-size: 22px;
    margin-bottom: 47px;
  }
}

.shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .shop_list {
    gap: 45px 20px;
  }
}
.shop_list li {
  width: calc(50% - 6px);
}
@media screen and (min-width: 768px) {
  .shop_list li {
    width: calc(33.3333333333% - 14px);
  }
}
.shop_list li .shop_img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.shop_list li .shop_img .break_area {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 10px;
  color: #fff;
  padding: 5px 8px;
}
@media screen and (min-width: 768px) {
  .shop_list li .shop_img .break_area {
    font-size: 16px;
    padding: 8px 15px;
  }
}
.shop_list li .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .shop_list li .name {
    font-size: 18px;
  }
}
.shop_list li .category {
  font-size: 13px;
  line-height: 1.6;
}

.btn {
  max-width: 250px;
  margin: 0 auto;
}
.btn a {
  position: relative;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .btn a {
    font-size: 14px;
    padding: 15px;
  }
}
.btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.btn.red a {
  background-color: #E65A4D;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .btn.red a {
    padding: 25px;
  }
}
.btn.blue a {
  background-color: #468AB5;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .btn.blue a {
    padding: 25px;
  }
}
.btn.pink a {
  background-color: #AF184F;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .btn.pink a {
    padding: 25px;
  }
}
.btn.green a {
  background-color: #62B472;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .btn.green a {
    padding: 25px;
  }
}
.btn.duty a {
  background-color: #fff;
  border: 2px solid #AF4B91;
}
.btn.duty a::after {
  border-bottom: solid 1px #AF4B91;
  border-right: solid 1px #AF4B91;
}
.btn.duty a img {
  max-width: 168px;
}
.btn.wh a {
  background-color: #fff;
  border: 2px solid #E2CCA8;
  color: #2D2825;
  padding: 23px 0;
  margin-bottom: 37px;
}

/* ▼▼▼ メイン 
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.mv {
  margin-bottom: 33px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 38px;
  }
}
.mv img {
  width: 100%;
}

#anchor .anchor_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  #anchor .anchor_wrap {
    max-width: 928px;
    margin: 0 auto 81px;
    gap: 10px;
  }
}
#anchor .anchor_wrap li {
  width: calc(50% - 7px);
  height: 65px;
}
@media screen and (min-width: 768px) {
  #anchor .anchor_wrap li {
    width: calc(33.3333333333% - 11px);
    height: 70px;
  }
}
#anchor .anchor_wrap li a {
  background-color: #F0990E;
  border-radius: 10px;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#anchor .anchor_wrap li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #anchor .anchor_wrap li a::after {
    width: 9px;
    height: 9px;
  }
}
#anchor .anchor_wrap li a img {
  height: 12px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #anchor .anchor_wrap li a img {
    height: 14px;
  }
}
#anchor .anchor_wrap li a.line2 img {
  height: 28px;
}
@media screen and (min-width: 768px) {
  #anchor .anchor_wrap li a.line2 img {
    height: 14px;
  }
}
@media screen and (min-width: 768px) {
  #anchor .anchor_wrap li a.line2 picture {
    margin-top: -14px;
  }
}
#anchor .anchor_wrap li a.line3 img {
  height: 44px;
}
@media screen and (min-width: 768px) {
  #anchor .anchor_wrap li a.line3 img {
    height: 52px;
  }
}

#access {
  padding-bottom: 46px;
}
@media screen and (min-width: 768px) {
  #access {
    padding-bottom: 96px;
  }
}
#access h2.sec_ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #access h2.sec_ttl {
    margin-bottom: 25px;
  }
}
#access .access_wrap {
  border: 2px solid #E65A4D;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 36px;
  height: 248px;
}
@media screen and (min-width: 768px) {
  #access .access_wrap {
    max-width: 800px;
    margin: 0 auto 65px;
    height: 400px;
  }
}
#access .access_wrap iframe {
  width: 100%;
  height: 100%;
}
#access .facility {
  margin: 0 auto 36px;
  max-width: 468px;
}
@media screen and (min-width: 768px) {
  #access .facility {
    margin-bottom: 59px;
  }
}
#access .floor {
  position: relative;
  margin-bottom: 30px;
}
#access .floor::before {
  content: "";
  position: absolute;
  background: url(../img/arrow_tr_sp.svg) no-repeat center/contain;
  width: 15px;
  height: 59px;
  top: -58px;
  right: 38%;
}
@media screen and (min-width: 768px) {
  #access .floor::before {
    background: url(../img/arrow_tr_pc.svg) no-repeat center/contain;
    width: 16px;
    height: 42px;
    top: -41px;
    right: 50%;
    translate: 50%;
  }
}
#access .floor_wrap {
  background-color: #fff;
  border: 2px solid #E65A4D;
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px 28px;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  #access .floor_wrap {
    padding: 13px 0 17px;
    overflow: visible;
  }
}
#access .floor_wrap .floor_img {
  width: 600px;
}
@media screen and (min-width: 768px) {
  #access .floor_wrap .floor_img {
    width: 100%;
  }
}
#access .tax_free .inner_wrap h2 {
  margin: 65px 0 30px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #access .tax_free .inner_wrap h2 {
    margin: 70px 0 35px 0;
  }
}
#access .tax_free .inner_wrap .ff_box {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #access .tax_free .inner_wrap .ff_box {
    padding: 25px 50px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  #access .tax_free .inner_wrap .d_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 50px;
  }
}
#access .tax_free .inner_wrap .d_flex img {
  display: block;
}
#access .tax_free .inner_wrap .d_flex img:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #access .tax_free .inner_wrap .d_flex img:nth-of-type(1) {
    margin-bottom: 0;
  }
}

#breakfast {
  background-color: #FFFBD0;
  border-radius: 20px 20px 0px 0px;
  padding: 85px 0 98px;
}
@media screen and (min-width: 768px) {
  #breakfast {
    padding: 105px 0 85px;
  }
}
#breakfast h2.sec_ttl::before {
  content: "";
  background: url(../img/icon_breakfast.svg) no-repeat center/contain;
  width: 39px;
  height: 39px;
}
@media screen and (min-width: 768px) {
  #breakfast h2.sec_ttl::before {
    width: 47px;
    height: 47px;
  }
}
#breakfast .break_area {
  background-color: #F5A94A;
}

#food {
  background-color: #E5EDDE;
  border-radius: 20px 20px 0px 0px;
  padding: 85px 0 98px;
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  #food {
    padding: 125px 0 143px;
  }
}
#food h2.sec_ttl::before {
  content: "";
  background: url(../img/icon_food.svg) no-repeat center/contain;
  width: 39px;
  height: 39px;
}
@media screen and (min-width: 768px) {
  #food h2.sec_ttl::before {
    width: 47px;
    height: 47px;
  }
}
#food .break_area {
  background-color: #62B472;
}

#souvenirs {
  background-color: #DFEAF1;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  margin-top: -30px;
  padding: 85px 0 98px;
}
@media screen and (min-width: 768px) {
  #souvenirs {
    padding: 125px 0 143px;
  }
}
#souvenirs h2.sec_ttl::before {
  content: "";
  background: url(../img/icon_souvenirs.svg) no-repeat center/contain;
  width: 26px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  #souvenirs h2.sec_ttl::before {
    width: 33px;
    height: 44px;
  }
}
@media screen and (min-width: 768px) {
  #souvenirs .sec_sub_ttl {
    margin-bottom: 20px;
  }
}
#souvenirs .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 37px;
}
@media screen and (min-width: 768px) {
  #souvenirs .item_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 21px;
    margin-bottom: 47px;
  }
}
#souvenirs .item_list li {
  width: calc(33.3333333333% - 9px);
}
@media screen and (min-width: 768px) {
  #souvenirs .item_list li {
    width: 100%;
  }
}

#duty {
  background-color: #F7ECF4;
  border-radius: 20px 20px 0px 0px;
  position: relative;
  margin-top: -30px;
  padding: 85px 0 45px;
}
@media screen and (min-width: 768px) {
  #duty {
    padding: 125px 0 135px;
  }
}
#duty h2.sec_ttl::before {
  content: "";
  background: url(../img/icon_duty.svg) no-repeat center/contain;
  width: 26px;
  height: 33px;
}
@media screen and (min-width: 768px) {
  #duty h2.sec_ttl::before {
    width: 36px;
    height: 47px;
  }
}
#duty .txt_center_duty {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  #duty .shop_list {
    gap: 45px 24px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  #duty .shop_list li {
    width: calc(25% - 18px);
  }
}
@media screen and (min-width: 768px) {
  #duty .shop_list li .name {
    font-size: 16px;
  }
}

#service {
  background-color: #E65A4D;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #service {
    padding: 65px 0;
  }
}
#service h2.sec_ttl {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #service h2.sec_ttl {
    margin-bottom: 30px;
  }
}
#service .service_list {
  max-width: 474px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
#service .service_list li {
  max-width: 105px;
  width: 100%;
  height: 165px;
  background-color: #fff;
  border-radius: 10px;
  color: #E65A4D;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #service .service_list li {
    max-width: 176px;
    height: 176px;
    font-size: 18px;
  }
}
#service .service_list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service .service_list li:nth-child(1) a {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #service .service_list li:nth-child(1) a {
    font-size: 14px;
  }
}
#service .service_list li:nth-child(1) a img {
  max-width: 28px;
  width: 100%;
  margin-bottom: 11px;
}
@media screen and (min-width: 768px) {
  #service .service_list li:nth-child(1) a img {
    max-width: 39px;
    margin-bottom: 17px;
  }
}
#service .service_list li:nth-child(2) img {
  max-width: 46px;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #service .service_list li:nth-child(2) img {
    max-width: 64px;
  }
}
#service .service_list li:nth-child(3) {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #service .service_list li:nth-child(3) {
    font-size: 14px;
  }
}
#service .service_list li:nth-child(3) img {
  max-width: 45px;
  width: 100%;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  #service .service_list li:nth-child(3) img {
    max-width: 63px;
  }
}
#service .modal-wrapper {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
#service .modal-content {
  margin: 0 auto;
  width: 95%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #service .modal-content {
    width: 70%;
  }
}
#service .close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#service .close:hover,
#service .close:focus {
  text-decoration: none;
  cursor: pointer;
}
#service .modal-inner-content {
  display: none; /* 初期状態では非表示 */
  position: relative;
}
#service .modal-inner-content img {
  max-width: 100%;
  height: auto;
}
#service .wifi_btn {
  position: absolute;
  width: 17%;
  height: 10%;
  right: 6%;
}
#service .wifi_btn.btn_google {
  bottom: 12%;
}
#service .wifi_btn.btn_app {
  bottom: 26%;
}

#spot {
  background-color: #2D2825;
  padding: 50px 0 8px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #spot {
    padding: 63px 0 0;
  }
}
#spot h2.sec_ttl img {
  height: 52px;
}
@media screen and (min-width: 768px) {
  #spot h2.sec_ttl img {
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  #spot .spot_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    padding-bottom: 67px;
  }
}
#spot .spot_wrap .spot_box {
  margin-bottom: 35px;
}
#spot .spot_wrap .spot_box .spot_ttl {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #spot .spot_wrap .spot_box .spot_ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#spot .spot_wrap .spot_box .img {
  width: 100%;
  margin-bottom: 10px;
}
#spot .spot_wrap .spot_box .spot_txt {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #spot .spot_wrap .spot_box .spot_txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  #spot .spot_wrap .spot_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
  #spot .spot_wrap .spot_flex .img {
    max-width: 480px;
    width: 100%;
  }
}

/* ▼▼▼ フッター
===================================== */
footer {
  width: 100%;
  background: #2D2825;
  padding: 20px;
  clear: both;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 20px 0;
  }
}

.pagetop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pagetop {
    padding: 0;
  }
}
.pagetop::after {
  content: "";
  width: 11px;
  height: 11px;
  border-left: #000 1px solid;
  border-top: #000 1px solid;
  position: absolute;
  top: calc(50% - 3px);
  right: calc(50% - 6px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

#copyright {
  font-size: 10px;
  color: #fff;
  text-align: center;
}