@charset "UTF-8";
/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
_mixins.scss

Styleguide 1.3.0
*/
.view_sp {
  display: none !important;
}
@media (max-width: 767px) {
  .view_sp {
    display: block !important;
  }
}

.view_tab {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .view_tab {
    display: block !important;
  }
}

.view_pc {
  display: none !important;
}
@media (min-width: 1025px) {
  .view_pc {
    display: block !important;
  }
}

.view_tab-down {
  display: none !important;
}

/* -----------------------------------------------------------
	スタイルガイド用記述
----------------------------------------------------------- */
/*
フォントサイズ指定

@include fsz(任意のサイズ,親要素のサイズ);<br>
※px不要

Styleguide 1.3.1.1
*/
/* ===================================================================
CSS information

 file name  : top.css
 author     : Ability Consultant
 style info : 総合TOP
=================================================================== */
#homepage .gp-p-homepage__box-list ul + .caution_txt {
  margin-top: 4em;
}
#homepage .gp-p-homepage__box-list ul li > a.caution:before, #homepage .gp-p-homepage__box-list ul li > a.caution_2:before, #homepage .gp-p-homepage__box-list ul li > a.caution_3:before,
#homepage .gp-p-homepage__box-list ul li > div.caution:before,
#homepage .gp-p-homepage__box-list ul li > div.caution_2:before,
#homepage .gp-p-homepage__box-list ul li > div.caution_3:before {
  height: var(--hash-height);
  top: 100%;
  bottom: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #homepage .gp-p-homepage__box-list ul li > a.caution_bottom:before,
  #homepage .gp-p-homepage__box-list ul li > div.caution_bottom:before {
    top: calc(100% + 1.2em);
  }
}
@media (min-width: 1057px) and (max-width: 1280px) {
  #homepage .gp-p-homepage__box-list ul li > a.caution_bottom:before,
  #homepage .gp-p-homepage__box-list ul li > div.caution_bottom:before {
    top: calc(100% + 1.3em);
  }
}
@media (min-width: 1402px) and (max-width: 1538px) {
  #homepage .gp-p-homepage__box-list ul li > a.caution_bottom:before,
  #homepage .gp-p-homepage__box-list ul li > div.caution_bottom:before {
    top: calc(100% + 1.5em);
  }
}
#homepage .gp-p-homepage__box-list ul li > a.caution_3:before,
#homepage .gp-p-homepage__box-list ul li > div.caution_3:before {
  content: "*3" !important;
  position: absolute;
  bottom: -12%;
  left: 4%;
  font-size: 115%;
  z-index: 1;
}
#homepage .gp-p-homepage__box-list .caution_txt,
#homepage .gp-p-homepage__box-list .caution_txt_2,
#homepage .gp-p-homepage__box-list .caution_txt_3 {
  position: static;
}
#homepage .gp-p-homepage__box-list .caution_txt_3 {
  position: static;
  left: 0;
  bottom: 1%;
  padding-left: 1em;
  text-indent: -.8em;
  /* text-align:left; */
  line-height: 1.8;
}
@media (max-width: 767px) {
  #homepage .gp-p-homepage__box-list .caution_txt_3 {
    position: static;
    text-align: center;
    bottom: -5%;
    margin: 2em auto 0;
    text-align: left;
    width: 85%;
  }
}
#homepage .press {
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  padding: 1% 2%;
  color: #fff;
}
@media (max-width: 767px) {
  #homepage .press {
    margin-top: 3%;
  }
}
#homepage .press_box:nth-of-type(n+2) {
  margin-top: .5em;
}
#homepage .press_title {
  font-weight: bold;
}
#homepage .press_news {
  margin-left: 0;
}

#hotels .u-msover.gray-out {
  position: relative;
}
#hotels .u-msover.gray-out:hover {
  opacity: 1.0;
}
#hotels .u-msover.gray-out:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#hotels .u-msover.gray-out a {
  pointer-events: none;
}
#hotels .u-msover.gray-out a .t {
  position: relative;
  z-index: 1;
}
#hotels .u-msover.gray-out a span svg {
  display: none;
}

#breakfast .gp-p-breakfast__box-hotel .photo-hover.gray-out {
  pointer-events: none;
  opacity: 0;
}

#terms .gp-c-title--main--center {
  padding-top: clamp(112px, 5vw, 15%);
}
@media (max-width: 767px) {
  #terms .gp-c-title--main--center {
    padding-top: 15%;
  }
}
#terms .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden;
}
#terms .gp-privacy-cnt-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 100%;
  background-color: #f5f1e9;
  z-index: -1;
  pointer-events: none;
}
#terms .terms .terms_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5%;
}
@media (max-width: 1024px) {
  #terms .terms .terms_flex {
    display: block;
  }
}
#terms .terms .terms_flex li {
  width: 48%;
  font-size: 110%;
  margin-top: 2%;
}
@media (max-width: 1024px) {
  #terms .terms .terms_flex li {
    width: 100%;
  }
}
#terms .terms .terms_flex li a {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 1em 3em;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-right: 5%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#terms .terms .terms_flex li a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2d3e48;
  border-right: 1px solid #2d3e48;
  position: absolute;
  top: 45%;
  right: 15%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (max-width: 767px) {
  #terms .terms .terms_flex li a:after {
    right: 10%;
  }
}
#terms .terms .terms_flex li a:hover {
  background-color: #f0f0f0;
}
#terms .terms .terms_flex li a:hover:after {
  right: 12%;
}
#terms .terms .terms_flex li p {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 1em 3em;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-right: 5%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.gp-p-privacy .gp-c-title--main--center, .gp-p-cookie_policy .gp-c-title--main--center {
  padding-top: 112px;
}
@media (max-width: 767px) {
  .gp-p-privacy .gp-c-title--main--center, .gp-p-cookie_policy .gp-c-title--main--center {
    padding-top: 15%;
  }
}
.gp-p-privacy .f-base__content, .gp-p-cookie_policy .f-base__content {
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-p-privacy .f-base__content, .gp-p-cookie_policy .f-base__content {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .gp-p-privacy .f-base__content, .gp-p-cookie_policy .f-base__content {
    margin-bottom: 10%;
  }
}
.gp-p-privacy .gp-p-cookie_policy__news-cnt-title, .gp-p-cookie_policy .gp-p-cookie_policy__news-cnt-title {
  margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-p-privacy .gp-p-cookie_policy__news-cnt-title, .gp-p-cookie_policy .gp-p-cookie_policy__news-cnt-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .gp-p-privacy .gp-p-cookie_policy__news-cnt-title, .gp-p-cookie_policy .gp-p-cookie_policy__news-cnt-title {
    margin-bottom: 10%;
  }
}
.gp-p-privacy .gp-privacy-cnt-title, .gp-p-privacy .gp-p-cookie_policy__news-cnt-title, .gp-p-cookie_policy .gp-privacy-cnt-title, .gp-p-cookie_policy .gp-p-cookie_policy__news-cnt-title {
  position: relative;
  overflow: hidden;
}
.gp-p-privacy .gp-privacy-cnt-title:before, .gp-p-privacy .gp-p-cookie_policy__news-cnt-title:before, .gp-p-cookie_policy .gp-privacy-cnt-title:before, .gp-p-cookie_policy .gp-p-cookie_policy__news-cnt-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 100%;
  background-color: #f5f1e9;
  z-index: -1;
  pointer-events: none;
}
.gp-p-privacy, .gp-p-cookie_policy__con-date {
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-p-privacy, .gp-p-cookie_policy__con-date {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .gp-p-privacy, .gp-p-cookie_policy__con-date {
    margin-top: 5%;
  }
}
.gp-p-privacy .box-date, .gp-p-cookie_policy__con-date .box-date {
  line-height: 1.4;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-p-privacy .box-date, .gp-p-cookie_policy__con-date .box-date {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .gp-p-privacy .box-date, .gp-p-cookie_policy__con-date .box-date {
    margin-top: 2em;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-p-privacy .box-date, .gp-p-cookie_policy__con-date .box-date {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .gp-p-privacy .box-date, .gp-p-cookie_policy__con-date .box-date {
    margin-bottom: 2em;
  }
}
.gp-p-privacy .box-date .date, .gp-p-cookie_policy__con-date .box-date .date {
  margin-bottom: 1em;
}

.gp-p-privacy, .gp-p-cookie_policy__con-intro {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-p-privacy, .gp-p-cookie_policy__con-intro {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .gp-p-privacy, .gp-p-cookie_policy__con-intro {
    margin-bottom: 3em;
  }
}
.gp-p-privacy .txt, .gp-p-cookie_policy__con-intro .txt {
  margin-bottom: 1em;
}
.gp-p-privacy .intro-list, .gp-p-cookie_policy__con-intro .intro-list {
  padding-left: 1em;
}
.gp-p-privacy .intro-list > li, .gp-p-cookie_policy__con-intro .intro-list > li {
  margin-bottom: 1em;
  list-style-type: decimal;
}

.gp-p-privacy .f-subtitle--side-border, .gp-p-cookie_policy__con-privacy .f-subtitle--side-border {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-p-privacy .f-subtitle--side-border, .gp-p-cookie_policy__con-privacy .f-subtitle--side-border {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .gp-p-privacy .f-subtitle--side-border, .gp-p-cookie_policy__con-privacy .f-subtitle--side-border {
    margin-bottom: 1em;
  }
}
.gp-p-privacy .list.first, .gp-p-cookie_policy__con-privacy .list.first {
  padding-left: 1em;
}
.gp-p-privacy .list.first > li, .gp-p-cookie_policy__con-privacy .list.first > li {
  list-style-type: decimal;
}
.gp-p-privacy .list.first .list-st, .gp-p-cookie_policy__con-privacy .list.first .list-st {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gp-p-privacy .list.first .list-st, .gp-p-cookie_policy__con-privacy .list.first .list-st {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .gp-p-privacy .list.first .list-st, .gp-p-cookie_policy__con-privacy .list.first .list-st {
    font-size: 1.4em;
  }
}
.gp-p-privacy .list.inner, .gp-p-cookie_policy__con-privacy .list.inner {
  margin-left: 1.5em;
}
@media (max-width: 767px) {
  .gp-p-privacy .list.inner, .gp-p-cookie_policy__con-privacy .list.inner {
    margin-left: 0;
  }
}
.gp-p-privacy .list.circle > li, .gp-p-cookie_policy__con-privacy .list.circle > li {
  margin-top: 1em;
  list-style-type: circle;
}
.gp-p-privacy .list.cnt > li, .gp-p-cookie_policy__con-privacy .list.cnt > li {
  margin-bottom: 1em;
  list-style-type: none;
  counter-increment: cnt;
}
.gp-p-privacy .list.cnt > li:before, .gp-p-cookie_policy__con-privacy .list.cnt > li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.gp-p-privacy .list.alphabet > li, .gp-p-cookie_policy__con-privacy .list.alphabet > li {
  list-style-type: lower-latin;
}
.gp-p-privacy .list.disc, .gp-p-cookie_policy__con-privacy .list.disc {
  margin-bottom: 1em;
}
.gp-p-privacy .list.disc > li, .gp-p-cookie_policy__con-privacy .list.disc > li {
  list-style-type: disc;
}
.gp-p-privacy .list.square > li, .gp-p-cookie_policy__con-privacy .list.square > li {
  list-style-type: square;
}
.gp-p-privacy .list table, .gp-p-cookie_policy__con-privacy .list table {
  margin: 1em 0;
}
.gp-p-privacy .list table td:before, .gp-p-cookie_policy__con-privacy .list table td:before {
  display: none;
}
.gp-p-privacy .list table .list-table, .gp-p-cookie_policy__con-privacy .list table .list-table {
  margin-left: 2em;
}
.gp-p-privacy .list table .list-table > li, .gp-p-cookie_policy__con-privacy .list table .list-table > li {
  list-style-type: disc;
}
.gp-p-privacy .txt, .gp-p-cookie_policy__con-privacy .txt {
  margin-bottom: 1em;
}

#privacypolicy .gp-c-title--main--center {
  padding-top: clamp(112px, 5vw, 15%);
}
@media (max-width: 767px) {
  #privacypolicy .gp-c-title--main--center {
    padding-top: 15%;
  }
}
#privacypolicy .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden;
}
#privacypolicy .gp-privacy-cnt-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 100%;
  background-color: #f5f1e9;
  z-index: -1;
  pointer-events: none;
}
#privacypolicy .terms .terms_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5%;
}
@media (max-width: 1024px) {
  #privacypolicy .terms .terms_flex {
    display: block;
  }
}
#privacypolicy .terms .terms_flex li {
  width: 48%;
  font-size: 110%;
  margin-top: 2%;
}
@media (max-width: 1024px) {
  #privacypolicy .terms .terms_flex li {
    width: 100%;
  }
}
#privacypolicy .terms .terms_flex li a {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 1em 3em;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-right: 5%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#privacypolicy .terms .terms_flex li a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2d3e48;
  border-right: 1px solid #2d3e48;
  position: absolute;
  top: 45%;
  right: 15%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (max-width: 767px) {
  #privacypolicy .terms .terms_flex li a:after {
    right: 10%;
  }
}
#privacypolicy .terms .terms_flex li a:hover {
  background-color: #f0f0f0;
}
#privacypolicy .terms .terms_flex li a:hover:after {
  right: 12%;
}

@media (max-width: 767px) {
  .gp-c-fot .l-fot__fnav .l-fot__fnav__ul li {
    display: block;
  }
}

#allergy {
  position: relative;
  overflow: hidden;
}
#allergy:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 300px;
  background-color: #f5f1e9;
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #allergy:before {
    height: 200px;
  }
}
@media (max-width: 767px) {
  #allergy:before {
    height: 30vw;
  }
}
@media (max-width: 1280px) {
  #allergy:before {
    left: 5%;
    margin-left: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #allergy:before {
    height: 80px;
  }
}
#allergy .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden;
}
#allergy .gp-privacy-cnt-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 100%;
  background-color: #f5f1e9;
  z-index: -1;
  pointer-events: none;
}
#allergy .gp-c-title--main--center {
  padding-top: 112px;
}
@media (max-width: 767px) {
  #allergy .gp-c-title--main--center {
    padding-top: 15%;
  }
}
#allergy .f-base__content {
  margin-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #allergy .f-base__content {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #allergy .f-base__content {
    margin-bottom: 10%;
  }
}
#allergy .gp-p-allergy__con-date {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #allergy .gp-p-allergy__con-date {
    margin-top: 5%;
  }
}
#allergy .gp-p-allergy__con-date .box-date {
  font-size: 80%;
  line-height: 1.4;
  text-align: right;
  margin: 40px 0;
}
@media (max-width: 767px) {
  #allergy .gp-p-allergy__con-date .box-date {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
#allergy .gp-p-allergy__con-date .box-date .date {
  margin-bottom: 1em;
}
#allergy .gp-p-allergy__con-intro {
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #allergy .gp-p-allergy__con-intro {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #allergy .gp-p-allergy__con-intro {
    margin-bottom: 3em;
  }
}
#allergy .gp-p-allergy__con-intro .txt {
  margin-bottom: 1em;
}
#allergy .gp-p-allergy__con-intro .intro-list {
  padding-left: 1em;
}
#allergy .gp-p-allergy__con-intro .intro-list > li {
  list-style-type: decimal;
  margin-bottom: 2em;
  font-weight: bold;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .sub {
  display: block;
  margin-bottom: 0.5em;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .list-disc {
  padding-left: 1.3em;
  margin-top: 0.3em;
  margin-bottom: 0;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .list-disc li {
  list-style-type: disc;
  line-height: 1.6;
  font-weight: normal;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .list-disc li:not(:last-of-type) {
  margin-bottom: 0.7em;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .list-disc li span {
  display: inline-block;
  padding-top: .7em;
}
#allergy .gp-p-allergy__con-intro .intro-list > li .sub-title {
  margin: 1em 0 0.2em -6px;
  font-weight: normal;
}

#allergypolicy .gp-c-title--main--center {
  padding-top: clamp(112px, 5vw, 15%);
}
@media (max-width: 767px) {
  #allergypolicy .gp-c-title--main--center {
    padding-top: 15%;
  }
}
#allergypolicy .gp-privacy-cnt-title {
  position: relative;
  overflow: hidden;
}
#allergypolicy .gp-privacy-cnt-title:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-left: -704px;
  width: 9999px;
  height: 100%;
  background-color: #f5f1e9;
  z-index: -1;
  pointer-events: none;
}
#allergypolicy .terms .terms_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5%;
}
@media (max-width: 1024px) {
  #allergypolicy .terms .terms_flex {
    display: block;
  }
}
#allergypolicy .terms .terms_flex li {
  width: 48%;
  font-size: 110%;
  margin-top: 2%;
}
@media (max-width: 1024px) {
  #allergypolicy .terms .terms_flex li {
    width: 100%;
  }
}
#allergypolicy .terms .terms_flex li a {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 1em 3em;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding-right: 5%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#allergypolicy .terms .terms_flex li a:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #2d3e48;
  border-right: 1px solid #2d3e48;
  position: absolute;
  top: 45%;
  right: 15%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (max-width: 767px) {
  #allergypolicy .terms .terms_flex li a:after {
    right: 10%;
  }
}
#allergypolicy .terms .terms_flex li a:hover {
  background-color: #f0f0f0;
}
#allergypolicy .terms .terms_flex li a:hover:after {
  right: 12%;
}

#cookie_policy {
  /* 各ブラウザでのクッキー設定リンク */
}
#cookie_policy .accordion {
  width: 100%;
  margin: 10px auto 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow: hidden;
  position: relative;
  /* ▼ アコーディオンが開いた時の処理 */
}
#cookie_policy .accordion summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  background: #f5f1e9;
}
#cookie_policy .accordion summary::before, #cookie_policy .accordion summary::after {
  content: '';
  position: absolute;
  right: 2em;
  width: 16px;
  height: 2px;
  background: rgba(51, 51, 51, 0.7);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
#cookie_policy .accordion summary::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#cookie_policy .accordion .content {
  padding: 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: max-height 0.4s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  position: relative;
  /* ▼ SP 時の横スクロール対応（開いた時のみ有効） */
  /* ▼ スクロールヒント（初期は非表示） */
}
@media (max-width: 768px) {
  #cookie_policy .accordion .content {
    padding: 40px 20px 20px;
  }
}
#cookie_policy .accordion .content .scroll-hint {
  font-size: 1.2rem;
  color: #666;
  padding: 10px 10px;
  border-radius: 4px;
  position: absolute;
  top: -2px;
  left: 10px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (min-width: 769px) {
  #cookie_policy .accordion .content .scroll-hint {
    display: none;
  }
}
#cookie_policy .accordion .content .cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  line-height: 1.6;
  table-layout: fixed;
  /* ▼ SP 時だけ 2列目を狭くして横スクロール量を減らす */
}
#cookie_policy .accordion .content .cookie-table th:nth-child(1),
#cookie_policy .accordion .content .cookie-table td:nth-child(1) {
  width: 27%;
}
#cookie_policy .accordion .content .cookie-table th:nth-child(2),
#cookie_policy .accordion .content .cookie-table td:nth-child(2) {
  width: 50%;
}
#cookie_policy .accordion .content .cookie-table th:nth-child(3),
#cookie_policy .accordion .content .cookie-table td:nth-child(3) {
  width: 13%;
}
#cookie_policy .accordion .content .cookie-table th:nth-child(4),
#cookie_policy .accordion .content .cookie-table td:nth-child(4) {
  width: 10%;
}
#cookie_policy .accordion .content .cookie-table th,
#cookie_policy .accordion .content .cookie-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
  word-break: break-all;
}
#cookie_policy .accordion .content .cookie-table th {
  vertical-align: middle;
}
#cookie_policy .accordion .content .cookie-table thead {
  background-color: #e2e2e2;
}
#cookie_policy .accordion .content .cookie-table thead th {
  font-weight: 600;
  text-align: left;
  color: #333;
}
#cookie_policy .accordion .content .cookie-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
@media (max-width: 768px) {
  #cookie_policy .accordion .content .cookie-table {
    font-size: 0.8rem;
  }
  #cookie_policy .accordion .content .cookie-table th,
  #cookie_policy .accordion .content .cookie-table td {
    padding: 0.5rem 0.6rem;
  }
}
@media (max-width: 768px) {
  #cookie_policy .accordion .content .cookie-table {
    min-width: 620px;
  }
  #cookie_policy .accordion .content .cookie-table th:nth-child(1),
  #cookie_policy .accordion .content .cookie-table td:nth-child(1) {
    width: 32%;
  }
  #cookie_policy .accordion .content .cookie-table th:nth-child(2),
  #cookie_policy .accordion .content .cookie-table td:nth-child(2) {
    width: 38%;
  }
  #cookie_policy .accordion .content .cookie-table th:nth-child(3),
  #cookie_policy .accordion .content .cookie-table td:nth-child(3) {
    width: 15%;
  }
  #cookie_policy .accordion .content .cookie-table th:nth-child(4),
  #cookie_policy .accordion .content .cookie-table td:nth-child(4) {
    width: 15%;
  }
}
#cookie_policy .accordion[open] {
  /* 開いた時だけ横スクロールを有効化 */
}
#cookie_policy .accordion[open] summary::after {
  opacity: 0;
}
#cookie_policy .accordion[open] .content {
  max-height: 2000px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  #cookie_policy .accordion[open] {
    /* 開いた時だけヒントを表示 */
  }
  #cookie_policy .accordion[open] .content {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cookie_policy .accordion[open] .scroll-hint {
    opacity: 1;
  }
}
#cookie_policy .browser-cookie-setting {
  margin: 1.5rem 0;
  padding-left: 1rem;
}
#cookie_policy .browser-cookie-setting li {
  list-style: disc;
  margin-bottom: 0.75rem;
  /* 長いURLの折り返し対策のみ */
  word-break: break-all;
}
#cookie_policy .browser-cookie-setting li:first-child {
  list-style: none;
  margin-left: -8px;
}
#cookie_policy .browser-cookie-setting li a {
  text-decoration: underline;
}
#cookie_policy .browser-cookie-setting li a:hover, #cookie_policy .browser-cookie-setting li a:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #cookie_policy .browser-cookie-setting {
    padding-left: 1.2rem;
  }
}
