@charset "UTF-8";
/* ===================================================================
CSS information

file name	: common.css
author		 : Abilive
style info : 基本・共通設定
=================================================================== */
#contents .con_main, #contents .con_main2, #contents .rakuten_note, .c_ank1 ul, .c_ank2 ul {
  max-width: 1400px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  #contents .con_main, #contents .con_main2, #contents .rakuten_note, .c_ank1 ul, .c_ank2 ul {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main, #contents .con_main2, #contents .rakuten_note, .c_ank1 ul, .c_ank2 ul {
    width: 84.1121495327%;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?4cgj2w");
  src: url("../fonts/icomoon.eot?4cgj2w#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4cgj2w") format("truetype"), url("../fonts/icomoon.woff?4cgj2w") format("woff"), url("../fonts/icomoon.svg?4cgj2w#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html {
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.542rem + 0.28vw, 0.875rem);
}

body {
  color: #000;
  -webkit-text-size-adjust: none;
  font-size: 1rem;
}
body a {
  color: #000;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
  line-height: 1;
  height: auto;
}

body,
pre,
input,
textarea,
select {
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
}

svg {
  height: auto;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #abi_page {
  min-width: 1400px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1200px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sparkle:before {
  content: "\e90a";
}

.icon-x:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90c";
}

.icon-line:before {
  content: "\e90d";
}

.icon-plane1:before {
  content: "\e916";
}

.icon-hotel1:before {
  content: "\e917";
}

.icon-facebook:before {
  content: "\e938";
}

.icon-youtube1:before {
  content: "\e93c";
}

.icon-slippa:before {
  content: "\e900";
}

.icon-sham:before {
  content: "\e901";
}

.icon-dry:before {
  content: "\e902";
}

.icon-con1:before {
  content: "\e903";
}

.icon-body:before {
  content: "\e904";
}

.icon-bath02:before {
  content: "\e905";
}

.ic-chevron-right:before {
  content: "\e908";
}

.ic-chevron-left:before {
  content: "\e909";
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

[data-text]::before {
  content: attr(data-text) "";
}

.wide_link {
  text-decoration: none;
}
.wide_link:focus:not(:active):not(:hover):not(:hover)::before {
  border: 2px solid cornflowerblue;
}
.wide_link::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.25rem;
  content: "";
}

.no_img {
  background-color: #CACACA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.no_img::before {
  margin: auto;
  color: #fff;
}
#abi_page {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  #abi_page {
    width: 100%;
    margin: auto;
  }
}
@media print {
  #abi_page {
    width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  #abi_page {
    font-size: 100% !important;
  }
}

#header {
  width: 100%;
  position: relative;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header .con_attention, #header .con_fixattention {
  position: relative;
}
#header .con_attention a, #header .con_fixattention a {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
  background: #363636;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #header .con_attention a, #header .con_fixattention a {
    padding: 8px 3em 12px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_attention a, #header .con_fixattention a {
    padding: 0.6em 2.5em 0.6em 1.7em;
  }
}
#header .con_attention a:hover, #header .con_fixattention a:hover {
  text-decoration: underline;
  background: #505050;
}
#header .con_attention .btn, #header .con_fixattention .btn {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: 1.3020833333%;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #header .con_attention .btn, #header .con_fixattention .btn {
    width: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_attention .btn, #header .con_fixattention .btn {
    font-size: 1.7333333333rem;
    top: 0;
    right: 0;
    margin: 0;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.4em;
  }
}
#header .con_attention .btn:hover, #header .con_fixattention .btn:hover {
  color: #000;
}
#header .con_nav {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #header .con_nav {
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .con_nav {
    height: 70px;
  }
}
@media print {
  #header .con_nav {
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_nav {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_nav {
    background: #fff;
  }
}
#header .con_nav .logo {
  display: block;
  position: relative;
  padding-top: 1.0666666667rem;
}
@media only screen and (min-width: 768px) {
  #header .con_nav .logo {
    padding-left: 1.5625%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .logo {
    padding-left: 4.6728971963%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .logo {
    width: 100%;
  }
}
#header .con_nav .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: auto;
  text-decoration: none;
}
.mouse #header .con_nav .logo a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse #header .con_nav .logo a:hover, .touch #header .con_nav .logo a.touchstart {
  opacity: 0.7;
}
.touch #header .con_nav .logo a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch #header .con_nav .logo a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (max-width: 767px) {
  #header .con_nav .logo a {
    -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;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_nav .logo a .img {
    max-width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .con_nav .logo a .img {
    max-width: 320px;
  }
}
@media print {
  #header .con_nav .logo a .img {
    max-width: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_nav .logo a .img {
    max-width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .logo a .img {
    max-width: 55%;
  }
}
#header .con_nav .logo a .img img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  #header .con_nav .logo a .img {
    max-width: 250px;
  }
}
#header .con_nav .logo a .txt {
  line-height: 1.0666666667;
  letter-spacing: 0.02rem;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  #header .con_nav .logo a .txt {
    margin-left: 1.4666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .logo a .txt {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1561px) {
  #header .con_nav .logo a .txt {
    font-size: 1.3333333333rem;
  }
}
@media print {
  #header .con_nav .logo a .txt {
    font-size: 1.3333333333rem;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  #header .con_nav .logo a .txt {
    font-size: 1.0666666667rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_nav .logo a .txt {
    font-size: 1.0666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .logo a .txt {
    margin-top: 0.6666666667rem;
    font-size: 1.2rem;
  }
}
#header .con_nav .box_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  #header .con_nav .box_nav {
    width: auto;
  }
}
#header .con_nav .box_nav .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0.6666666667rem;
}
#header .con_nav .box_nav .gnav li {
  margin-right: 7.2886297376%;
}
#header .con_nav .box_nav .gnav li a {
  position: relative;
  text-decoration: none;
  letter-spacing: 0.02rem;
  display: block;
  text-align: center;
  white-space: nowrap;
}
#header .con_nav .box_nav .gnav li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-bottom: -1em;
  opacity: 0;
  background: #11818D;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#header .con_nav .box_nav .gnav li a.is-active:before, #header .con_nav .box_nav .gnav li a:hover:before {
  opacity: 1;
}
#header .con_nav .box_nav .gnav li.sns {
  position: relative;
}
@media only screen and (min-width: 1561px) {
  #header .con_nav .box_nav .gnav li.sns {
    margin-right: 1.5em;
  }
}
@media print {
  #header .con_nav .box_nav .gnav li.sns {
    margin-right: 1.5em;
  }
}
.mouse #header .con_nav .box_nav .gnav li.sns a i {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse #header .con_nav .box_nav .gnav li.sns a i:hover, .touch #header .con_nav .box_nav .gnav li.sns a i.touchstart {
  opacity: 0.7;
}
.touch #header .con_nav .box_nav .gnav li.sns a i {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch #header .con_nav .box_nav .gnav li.sns a i.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
#header .con_nav .box_nav .gnav li.sns a i:before {
  content: "\e90c";
  margin-right: 0.5em;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: -webkit-gradient(linear, left top, left bottom, from(#5655CD), color-stop(36%, #9D3BC4), color-stop(70%, #DC2E74), to(#FDB34F));
  background: linear-gradient(180deg, #5655CD 0%, #9D3BC4 36%, #DC2E74 70%, #FDB34F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.2rem;
}
#header .con_nav .box_nav .gnav li.sns a.is-active:before, #header .con_nav .box_nav .gnav li.sns a:hover:before {
  opacity: 0;
}
#header .con_nav .box_nav .gnav li.menu {
  background: #2D484A;
  border-radius: 0.3333333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #header .con_nav .box_nav .gnav li.menu {
    padding: 0.4rem 2.1333333333rem;
  }
}
@media only screen and (min-width: 1200px) {
  #header .con_nav .box_nav .gnav li.menu {
    padding: 0.4rem 2.1333333333rem;
  }
}
@media print {
  #header .con_nav .box_nav .gnav li.menu {
    padding: 0.4rem 2.1333333333rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_nav .box_nav .gnav li.menu {
    padding: 0.4rem 1.0666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .box_nav .gnav li.menu {
    padding: 0.4rem 1.0666666667rem;
  }
}
#header .con_nav .box_nav .gnav li.menu:hover {
  opacity: 0.7;
  cursor: pointer;
}
#header .con_nav .box_nav .gnav li.menu p {
  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;
  color: #fff;
}
#header .con_nav .box_nav .gnav li.menu p span {
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.9333333333rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02rem;
}
#header .con_nav .box_nav .gnav li.menu p .ic-menu:after {
  content: "\e5d2";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin-left: 0.2em;
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_nav .box_nav .gnav li:not([class]) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_nav .box_nav .rsv {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  #header .con_nav .box_nav .rsv {
    width: 200px;
  }
}
@media print {
  #header .con_nav .box_nav .rsv {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_nav .box_nav .rsv {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .box_nav .rsv {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_nav .box_nav .rsv {
    background: url("../images/common/bg_btn.webp") no-repeat;
    background-size: cover;
    border-radius: 0 0 0 1.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .box_nav .rsv {
    background: #11818D;
    border-radius: 0 0 0 40px;
  }
}
#header .con_nav .box_nav .rsv:hover {
  cursor: pointer;
}
#header .con_nav .box_nav .rsv span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
}
.mouse #header .con_nav .box_nav .rsv span {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse #header .con_nav .box_nav .rsv span:hover, .touch #header .con_nav .box_nav .rsv span.touchstart {
  opacity: 0.7;
}
.touch #header .con_nav .box_nav .rsv span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch #header .con_nav .box_nav .rsv span.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (min-width: 1200px) {
  #header .con_nav .box_nav .rsv span {
    padding: 1.9333333333rem 0;
  }
}
@media print {
  #header .con_nav .box_nav .rsv span {
    padding: 1.9333333333rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_nav .box_nav .rsv span {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .box_nav .rsv span {
    padding: 1rem 1.6666666667rem;
  }
}
#header .con_nav .box_nav .rsv span:before {
  content: "\e8b6";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  font-size: 1.8666666667rem;
}
@media only screen and (min-width: 768px) {
  #header .con_nav .box_nav .rsv span:before {
    margin: 0 0.5em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .box_nav .rsv span:before {
    margin: 0 0.2em 0 0;
  }
}
#header .con_nav .box_nav .con_memberpage {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  width: 200px;
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}
#header .con_nav .box_nav .con_memberpage .btn_member {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 0.6666666667rem;
  border-radius: 0.3333333333rem 0 0 0.3333333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9333333333rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02rem;
}
#header .con_nav .box_nav .con_memberpage .btn_member:after {
  content: "\e313";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  font-size: 1.0666666667rem;
}
#header .con_nav .box_nav .con_memberpage .box_memberpage {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  display: none;
}
#header .con_nav .box_nav .con_memberpage .box_memberpage ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 0 0.3333333333rem;
  border: 1px solid #F7F7F7;
}
#header .con_nav .box_nav .con_memberpage .box_memberpage ul li {
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .con_nav .box_nav .con_memberpage .box_memberpage ul li:hover {
  background: #F7F7F7;
}
#header .con_nav .box_nav .con_memberpage .box_memberpage ul li + li {
  border-top: 1px solid #F7F7F7;
}
#header .con_nav .box_nav .con_memberpage .box_memberpage ul li a {
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8rem;
  font-size: 0.9333333333rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02rem;
}
#header .con_nav .box_nav .con_memberpage .box_memberpage .login {
  width: 28.7769784173%;
  margin-left: 0.9592326139%;
}
#header .con_nav .box_nav .con_memberpage .box_memberpage .login a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 0.6666666667rem;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.8666666667rem;
  line-height: 1.6923076923;
  letter-spacing: 0.02rem;
}
.mouse #header .con_nav .box_nav .con_memberpage .box_memberpage .login a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse #header .con_nav .box_nav .con_memberpage .box_memberpage .login a:hover, .touch #header .con_nav .box_nav .con_memberpage .box_memberpage .login a.touchstart {
  opacity: 0.7;
}
.touch #header .con_nav .box_nav .con_memberpage .box_memberpage .login a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch #header .con_nav .box_nav .con_memberpage .box_memberpage .login a.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
#header .con_nav .box_nav .h_menu {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #header .con_nav .box_nav .h_menu {
    width: 38px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .box_nav .h_menu {
    width: 3.0666666667rem;
  }
}
#header .con_nav .box_nav .h_menu > button {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: #000;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  font-size: 1.0666666667rem;
}
#header .con_nav .box_nav .h_menu > button .icon {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #header .con_nav .box_nav .h_menu > button .icon {
    height: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_nav .box_nav .h_menu > button .icon {
    height: 2.0666666667rem;
  }
}
#header .con_nav .box_nav .h_menu > button .icon:before, #header .con_nav .box_nav .h_menu > button .icon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scaleY(0.5) translateY(1px);
          transform: scaleY(0.5) translateY(1px);
}
#header .con_nav .box_nav .h_menu > button .icon:before {
  top: 0;
}
#header .con_nav .box_nav .h_menu > button .icon:after {
  top: 100%;
}
#header .con_nav .box_nav .h_menu > button .icon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: scaleY(0.5) translateY(1px);
          transform: scaleY(0.5) translateY(1px);
}
#header .con_nav .box_nav .h_menu > button.is-active .icon i {
  opacity: 0;
}
#header .con_nav .box_nav .h_menu > button.is-active .icon:before, #header .con_nav .box_nav .h_menu > button.is-active .icon:after {
  height: 1px;
  -webkit-transition-delay: 0ms, 400ms, 0ms, 0ms;
          transition-delay: 0ms, 400ms, 0ms, 0ms;
}
#header .con_nav .box_nav .h_menu > button.is-active .icon:before {
  top: 50%;
  width: 100%;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#header .con_nav .box_nav .h_menu > button.is-active .icon:after {
  top: 50%;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

@media only screen and (min-width: 768px) {
  #footer {
    margin-top: 9.3333333333rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 6.6666666667rem;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 10px) env(safe-area-inset-left, 0);
  }
}
#footer .con_hotel-acc {
  background: #2D484A;
}
@media only screen and (min-width: 768px) {
  #footer .con_hotel-acc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_hotel-acc .img {
    width: 65.625%;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .con_hotel-acc .img {
    width: 65.625%;
  }
}
@media print {
  #footer .con_hotel-acc .img {
    width: 65.625%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_hotel-acc .img {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel-acc .img {
    width: 100%;
  }
}
#footer .con_hotel-acc .img img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  #footer .con_hotel-acc .img {
    overflow: hidden;
  }
  #footer .con_hotel-acc .img img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
#footer .con_hotel-acc .box_hotel-add {
  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;
}
@media only screen and (min-width: 768px) {
  #footer .con_hotel-acc .box_hotel-add {
    width: 34.375%;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .con_hotel-acc .box_hotel-add {
    width: 34.375%;
  }
}
@media print {
  #footer .con_hotel-acc .box_hotel-add {
    width: 34.375%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_hotel-acc .box_hotel-add {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel-acc .box_hotel-add {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel-acc .box_hotel-add {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_hotel-acc .box_hotel-add .wrp_hotel-add {
    width: 56.0606060606%;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .con_hotel-acc .box_hotel-add .wrp_hotel-add {
    width: 56.0606060606%;
  }
}
@media print {
  #footer .con_hotel-acc .box_hotel-add .wrp_hotel-add {
    width: 56.0606060606%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_hotel-acc .box_hotel-add .wrp_hotel-add {
    width: 87.8787878788%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel-acc .box_hotel-add .wrp_hotel-add {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  #footer .con_hotel-acc .box_hotel-add .wrp_hotel-add {
    width: 75.7575757576%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel-acc .box_hotel-add .wrp_hotel-add {
    max-width: 90.9090909091%;
  }
}
#footer .con_hotel-acc .box_hotel-add .wrp_hotel-add .name {
  color: #fff;
  font-size: 1.3333333333rem;
  line-height: 1.0666666667;
  letter-spacing: 0.02rem;
}
#footer .con_hotel-acc .box_hotel-add .wrp_hotel-add address {
  color: #fff;
  margin-top: 2rem;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
}
#footer .con_hotel-acc .box_hotel-add .wrp_hotel-add .wrp_tel {
  color: #fff;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.02rem;
}
#footer .con_hotel-acc .box_hotel-add .wrp_hotel-add .btn {
  margin-top: 1.3333333333rem;
}
@media only screen and (min-width: 768px) {
  #footer .con_hotel-acc .box_hotel-add .wrp_hotel-add .btn {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_hotel-acc .box_hotel-add .wrp_hotel-add .btn {
    width: 80%;
  }
}
#footer .con_logo {
  border-top: 1px solid #000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #footer .con_logo {
    padding: 4.6666666667rem 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_logo {
    padding: 1.3333333333rem 0;
  }
}

#contents .con_main {
  max-width: 1760px;
  margin-top: -2rem;
  position: relative;
}
#contents .con_main h1 {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#contents .con_main h1 > * {
  display: block;
}
#contents .con_main h1 span {
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 2.1333333333rem;
  line-height: 1.625;
  letter-spacing: 0.02rem;
}
#contents .con_main h1 em {
  font-weight: 200;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.02rem;
  padding-top: 0.3333333333rem;
}
#contents .con_main .img {
  width: 100%;
  margin-top: 4rem;
}
#contents .con_main .img img {
  width: 100%;
}
#contents .con_main2 {
  max-width: 1760px;
  margin-top: 2rem;
  position: relative;
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
}
#contents .con_main2 h1 {
  padding: 6.6666666667rem 0 5.3333333333rem;
  margin: auto;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#contents .con_main2 h1 > * {
  display: block;
}
#contents .con_main2 h1 span {
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 2.1333333333rem;
  line-height: 1.625;
  letter-spacing: 0.02rem;
}
#contents .con_main2 h1 em {
  font-weight: 200;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.02rem;
  padding-top: 0.3333333333rem;
}
#contents .rakuten_note {
  margin-top: 2rem;
  text-align: right;
  color: #ff0000;
}

table.tbl_basic tr th, table.tbl_basic tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9333333333rem;
  line-height: 2;
  letter-spacing: 0.02rem;
}
table.tbl_basic tr th {
  font-weight: 400;
  border-bottom: 1px solid #8A827E;
  padding: 2.4rem 2rem;
}
table.tbl_basic tr td {
  border-bottom: 1px solid #CACACA;
  padding: 2.4rem 2rem;
}
table.tbl_basic tr td ul.txt_list li {
  position: relative;
  padding-left: 0.9333333333rem;
}
table.tbl_basic tr td ul.txt_list li:before {
  content: "";
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  border-radius: 50%;
  background: #9DB79F;
  position: absolute;
  top: 0.8rem;
  left: 0;
}

table.tbl_basic2 {
  border-top: 1px solid #11818D;
}
table.tbl_basic2 tr {
  border-bottom: 1px solid #CACACA;
}
table.tbl_basic2 tr th, table.tbl_basic2 tr td {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
  padding: 1.0666666667rem 2rem;
}
table.tbl_basic2 tr th {
  font-weight: 400;
}
table.tbl_basic2 tr td .root li {
  position: relative;
  padding-left: 1rem;
}
table.tbl_basic2 tr td .root li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  border-radius: 50%;
  background: #82713A;
}
table.tbl_basic2 tr td .root2 li {
  position: relative;
  padding-left: 1.3333333333rem;
}
table.tbl_basic2 tr td .root2 li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.6666666667rem;
  height: 4px;
  background: #11818D;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.slider-info {
  position: absolute;
  bottom: 2.6666666667rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.slider-info.slide-one {
  display: none;
}
.slider-info .current-slide, .slider-info .total-slides {
  line-height: 1;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}
.slider-info .prev-slide, .slider-info .next-slide {
  border: none;
  background: transparent;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0;
}
.slider-info .prev-slide i, .slider-info .next-slide i {
  color: #fff;
  font-size: 1.3333333333rem;
}
.slider-info .prev-slide i:before {
  content: "\e5c4";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin-right: 2rem;
}
.slider-info .next-slide i:before {
  content: "\e5c8";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin-left: 2rem;
}
.slider-info .play-pause {
  border: none;
  border-radius: 50%;
  width: 1.7333333333rem;
  height: 1.7333333333rem;
  margin: 0 0.8666666667rem;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
}
.slider-info .play-pause i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-info .play-pause i.fa-play {
  color: #fff;
  font-size: 0.7333333333rem;
}
.slider-info .play-pause i.fa-play:after {
  content: "\e037";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin: 0;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.slider-info .play-pause i.fa-pause {
  color: #fff;
  font-size: 1rem;
}
.slider-info .play-pause i.fa-pause:after {
  content: "\e034";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin-left: 0;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.slider-info2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-left: 2rem;
}
.slider-info2 .current-slide, .slider-info2 .total-slides {
  line-height: 1;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02rem;
}
.slider-info2 .current-slide {
  color: #11818D;
}
.slider-info2 .prev-slide, .slider-info2 .next-slide {
  border: none;
  background: transparent;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0;
}
.slider-info2 .prev-slide i, .slider-info2 .next-slide i {
  color: #000;
  font-size: 1.3333333333rem;
}
.slider-info2 .prev-slide i:before {
  content: "\e5c4";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin-right: 2rem;
}
.slider-info2 .next-slide i:before {
  content: "\e5c8";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin-left: 2rem;
}
.slider-info2 .play-pause {
  border: none;
  border-radius: 50%;
  width: 1.7333333333rem;
  height: 1.7333333333rem;
  margin: 0 0.8666666667rem;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #fff;
  border: 1px solid #000;
}
.slider-info2 .play-pause i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider-info2 .play-pause i.fa-play {
  font-size: 0.7333333333rem;
}
.slider-info2 .play-pause i.fa-play:after {
  content: "\e037";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin: 0;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.slider-info2 .play-pause i.fa-pause {
  font-size: 1rem;
}
.slider-info2 .play-pause i.fa-pause:after {
  content: "\e034";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin-left: 0;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.slick-arrow {
  border: none;
  background: transparent;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.slick-arrow i {
  position: relative;
  display: block;
  width: 4rem;
  height: 0;
  padding-top: 4rem;
  border-radius: 50%;
  background: rgba(227, 241, 243, 0.8);
}
.slick-arrow i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  font-size: 1.2rem;
}
.slick-arrow.prev {
  left: 0;
}
.slick-arrow.prev i:after {
  content: "\e314";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin-left: 0;
}
.slick-arrow.next {
  right: 0;
}
.slick-arrow.next i:after {
  content: "\e5cc";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin-left: 0;
}

.c_st1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.c_st1.left {
  text-align: left;
}
.c_st1 > * {
  display: block;
}
.c_st1 .en {
  font-weight: 200;
  line-height: 1;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.0666666667rem;
  letter-spacing: 0.02rem;
  padding-bottom: 0.3333333333rem;
  color: #11818D;
}
.c_st1 .jp {
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 1.8666666667rem;
  line-height: 1.6428571429;
  letter-spacing: 0.02rem;
}

.c_st2 {
  position: relative;
  font-weight: 400;
  padding-left: 1.3333333333rem;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 1.6666666667rem;
  line-height: 1.76;
  letter-spacing: 0.02rem;
}
.c_st2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #11818D;
}

.c_st3 {
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 1;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02rem;
  padding-left: 1.6666666667rem;
}
.c_st3:before {
  content: "";
  width: 1.2rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #11818D;
}
.c_st3.bottom {
  padding-left: 0;
  padding-bottom: 1.3333333333rem;
}
.c_st3.bottom:before {
  width: 1.0666666667rem;
  height: 2px;
}
.c_st3.jp {
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}

.c_st4 {
  font-weight: 400;
}
.c_st4 > * {
  display: block;
}
.c_st4 .en {
  color: #093F44;
  font-family: "Inter", Verdana, Helvetica, Arial, sans-serif;
  font-size: 2.6666666667rem;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}
.c_st4 .jp {
  position: relative;
  padding-left: 1.7333333333rem;
  font-size: 1.2rem;
  line-height: 1.7777777778;
  letter-spacing: 0.02rem;
}
.c_st4 .jp:before {
  content: "";
  position: absolute;
  top: 1.0666666667rem;
  left: 0;
  width: 1.3333333333rem;
  height: 2px;
  background: #11818D;
}

.c_text {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
}

.c_btn1 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0.8666666667rem 2rem 0.8666666667rem 1.2rem;
  border: 1px solid #11818D;
  border-radius: 0.3333333333rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c_btn1 a:after {
  content: "\e5c8";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #11818D;
  font-size: 1.3333333333rem;
}
.c_btn1 a span {
  position: relative;
  color: #11818D;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
}
.c_btn1.out a span:before {
  content: "\e89e";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  font-size: 1.7333333333rem;
  line-height: 0;
}
.c_btn1.pdf a span:before {
  content: "\e415";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  font-size: 1.7333333333rem;
  margin-right: 0.3em;
  line-height: 0;
}
.c_btn1.login a span:before {
  content: "\f87f";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  font-size: 1.8666666667rem;
}
.c_btn1.black a {
  border-color: #000;
  background: #000;
}
.c_btn1.black a:after {
  color: #fff;
}
.c_btn1.black a span {
  color: #fff;
}
.c_btn1.black:hover a {
  background: #fff;
}
.c_btn1.black:hover a:after {
  color: #000;
}
.c_btn1.black:hover a span {
  color: #000;
}
.c_btn1.white a {
  border-color: #000;
  background: #fff;
}
.c_btn1.white a span {
  color: #000;
}
.c_btn1.white:hover a {
  background: #000;
}
.c_btn1.white:hover a span {
  color: #fff;
}
.c_btn1.gold a {
  border-color: #82713A;
  background: #82713A;
}
.c_btn1.gold a:after {
  color: #fff;
}
.c_btn1.gold a span {
  color: #fff;
}
.c_btn1.gold:hover a {
  background: #fff;
}
.c_btn1.gold:hover a:after {
  color: #82713A;
}
.c_btn1.gold:hover a span {
  color: #82713A;
}
.c_btn1:hover a {
  background: #11818D;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c_btn1:hover a span {
  color: #fff;
}
.c_btn1:hover a:after {
  color: #fff;
}

.c_btn2 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 0.8666666667rem 1.2rem;
  border: 1px solid #11818D;
  border-radius: 0.3333333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c_btn2 a span {
  position: relative;
  color: #11818D;
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
}
.c_btn2.out a span:before {
  content: "\e89e";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  font-size: 1.3333333333rem;
}
.c_btn2.login a span:before {
  content: "\f87f";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  font-size: 1.3333333333rem;
}
.c_btn2.rsv a span:before {
  content: "\e8b6";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  font-size: 1.3333333333rem;
}
.c_btn2.black a {
  border-color: #000;
  background: #000;
}
.c_btn2.black a span {
  color: #fff;
}
.c_btn2.black:hover a {
  background: #fff;
}
.c_btn2.black:hover a span {
  color: #000;
}
.c_btn2.white a {
  border-color: #000;
  background: #fff;
}
.c_btn2.white a span {
  color: #000;
}
.c_btn2.white:hover a {
  background: #000;
}
.c_btn2.white:hover a span {
  color: #fff;
}
.c_btn2.gold a {
  border-color: #82713A;
  background: #82713A;
}
.c_btn2.gold a span {
  color: #fff;
}
.c_btn2.gold:hover a {
  background: #fff;
}
.c_btn2.gold:hover a span {
  color: #82713A;
}
.c_btn2:hover a {
  background: #11818D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c_btn2:hover a span {
  color: #fff;
}

.c_btn3 button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}
.c_btn3 a, .c_btn3 button {
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4rem 2rem 0.4rem 0;
  font-size: 1rem;
  line-height: 1.8666666667;
  letter-spacing: 0.02rem;
}
.mouse .c_btn3 a, .mouse .c_btn3 button {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .c_btn3 a:hover, .touch .c_btn3 a.touchstart, .mouse .c_btn3 button:hover, .touch .c_btn3 button.touchstart {
  opacity: 0.7;
}
.touch .c_btn3 a, .touch .c_btn3 button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .c_btn3 a.touchend, .touch .c_btn3 button.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.c_btn3 a:after, .c_btn3 button:after {
  content: "\e5c8";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.9333333333rem;
  background: #719396;
  color: #fff;
  border-radius: 50%;
  width: 1.4666666667rem;
  height: 1.4666666667rem;
  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;
}

.c_btn4 a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  background: #fff;
  padding: 0.4rem 0.9333333333rem 0.5333333333rem;
  border-radius: 1.4666666667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c_btn4 a span {
  font-size: 0.9333333333rem;
  line-height: 1.5714285714;
  letter-spacing: 0.02rem;
}
.c_btn4 a:hover {
  color: #fff;
  background: #000;
}
.c_btn4.black a {
  border: 1px solid #000;
  border-color: #000;
  background: #000;
}
.c_btn4.black a span {
  color: #fff;
}
.c_btn4.black:hover a {
  background: #fff;
}
.c_btn4.black:hover a span {
  color: #000;
}

.c_btn_rsv {
  text-decoration: none;
  background: url("../images/common/bg_btn.webp") no-repeat;
  background-size: cover;
  border-radius: 0.2666666667rem;
  display: block;
  text-align: center;
}
.mouse .c_btn_rsv {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .c_btn_rsv:hover, .touch .c_btn_rsv.touchstart {
  opacity: 0.7;
}
.touch .c_btn_rsv {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .c_btn_rsv.touchend {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.c_btn_rsv a, .c_btn_rsv > span {
  display: block;
  width: 100%;
  padding: 1.0666666667rem 0;
  text-decoration: none;
  cursor: pointer;
}
.c_btn_rsv span {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8666666667;
  color: #fff;
}
.c_btn_rsv span:before {
  content: "\e8b6";
  margin-right: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  margin: -0.3em 0.25em 0 0;
  font-size: 1.8666666667rem;
}

.c_ank1 {
  padding-bottom: 2.6666666667rem;
  border-bottom: 1px solid #CACACA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_ank1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c_ank1 ul li {
  min-width: 23.9285714286%;
  margin-left: 1.4285714286%;
}
.c_ank1 ul li:first-child, .c_ank1 ul li:nth-child(4n+1) {
  margin-left: 0;
}
.c_ank1 ul li:nth-child(n+5) {
  margin-top: 1.3333333333rem;
}
.c_ank1 ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #11818D;
  padding: 1.0666666667rem;
  border: 1px solid #11818D;
  border-radius: 0.3333333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.2rem;
  line-height: 1.7777777778;
  letter-spacing: 0.02rem;
}
.c_ank1 ul li a:hover {
  color: #fff;
  background: #11818D;
}

.c_ank2 {
  padding: 2.6666666667rem 0;
  background: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c_ank2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c_ank2 ul li {
  margin-left: 1.4285714286%;
}
@media only screen and (min-width: 768px) {
  .c_ank2 ul li {
    width: 23.9285714286%;
  }
}
@media only screen and (max-width: 767px) {
  .c_ank2 ul li {
    width: 48%;
  }
}
.c_ank2 ul li:first-child, .c_ank2 ul li:nth-child(4n+1) {
  margin-left: 0;
}
.c_ank2 ul li:nth-child(n+5) {
  margin-top: 1.3333333333rem;
}
.c_ank2 ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border: 1px solid #CACACA;
  border-radius: 0.3333333333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 400ms ease, color 400ms ease;
  transition: background 400ms ease, color 400ms ease;
  padding: 1rem 2rem 1rem 1rem;
  font-size: 1rem;
  line-height: 1.5333333333;
  letter-spacing: 0.02rem;
}
.c_ank2 ul li a:after {
  content: "\e313";
  margin-left: 0.5em;
  font-family: "Material Symbols Outlined" !important;
  line-height: 1;
  vertical-align: middle;
  font-variation-settings: "wght" 200;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-size: 1.6666666667rem;
  right: 1rem;
}
.c_ank2 ul li a:hover {
  background: #2D484A;
  color: #fff;
}
.c_ank2 ul li a:hover:after {
  color: #fff;
}