@charset "UTF-8";

body.en,
body.en *:not(.fa) {
  font-family: "Noto Serif", "Hiragino Mincho ProN", "MS Mincho", "MS PMincho",serif !important;
}

body.zh-cn,
body.zh-cn *:not(.fa) {
  font-family: 'Noto Serif SC', 'SimSun', 'STSong', 'Microsoft YaHei', serif !important;
}

body.zh-tw,
body.zh-tw *:not(.fa) {
  font-family: 'Noto Serif TC', 'PMingLiU', 'MingLiU', 'DFKai-SB', 'Apple LiSung', serif !important;
}

.sec-contents {
  margin-bottom: 5px;
}

.sec-ttl {
  position: relative;
  padding: 30px 0 0;
  margin-bottom: 50px;
  text-align: center;
}

.sec-ttl .ttl-border:after,
.sec-ttl .ttl-border:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec-ttl .ttl-border:before {
  top: 0;
  right: 50%;
  margin-right: -60px;
}

.sec-ttl .ttl-border:after {
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}

.sec-ttl .txt-ttl {
  text-align: center;
  display: inline-block;
  font-size: 36px;
  letter-spacing: 1px;
  background: transparent;
  line-height: 1;
  padding: 10px 0 15px;
  position: relative;
}

.sec-ttl .en-ttl {
  text-align: center;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 1px;
  background: transparent;
  line-height: 1;
  padding: 10px 0 15px;
  position: relative;
}

.sec-ttl .txt-ttl h1 {
  line-height: 44px;
}

.sec-ttl .txt-ttl span {
  text-align: center;
  font-size: 1pc;
  font-weight: 400;
  display: block;
  margin-top: 20px;
}

/* 20240715追記: SP時のみ一部文言左寄せ */
@media (max-width: 640px) {
  .sec-ttl .text-left {
    text-align: left;
  }
  .sec-ttl .text-left br {
    display: none;
  }
  .sec-ttl .text-left .break-after {
    display: block;
  }
}

.bg-fixed-cmn {
  position: relative;
  margin: 0 0 12%;
  padding: 0;
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
  height: 450px;
  width: 100%;
  overflow: hidden;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.bg-fixed-cmn-in {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 200%;
  background-position: bottom center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
  background-repeat: no-repeat;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#area-main {
  /*  margin-bottom: 5pc; 20200402トップページ追加文言前の設定 */
  margin-bottom: 3.75pc;
}

#main-slide {
  position: relative;
  margin: 0 auto 30px;
  max-width: 100vw;
  height: auto;
}

#main-slide .swiper-slide img {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  width: 9pt;
  height: 9pt;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

#area-concept.section {
  padding-bottom: 0;
}

#area-concept .sec-contents {
  text-align: left;
}

#area-concept .sec-contents h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

#area-project .sec-contents:after {
  content: "";
  display: block;
  clear: both;
}

#area-project .box-project {
  display: table;
  width: 100%;
  min-height: 500px;
}

#area-project .box-project > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#area-project .box-project .box-img {
  background: no-repeat center center;
  background-size: cover;
}

#area-project .box-project .box-text {
  padding: 20px 4%;
}

#area-project .box-project .btn-cmn {
  margin: 5% 0 0;
}

#area-project .box-project .box-text dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

#area-project .box-project .box-text dd .label {
  font-size: 13px;
  color: #000;
  background: #eee;
  padding: 7px;
  min-width: 135px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
}

#area-project .box-project-01 .box-img {
  background-image: url(../images/service_01.jpg);
  height: 500px;
}

#area-project .box-project-02 .box-img {
  background-image: url(../images/service_02.jpg);
  height: 500px;
}

#area-map .sec-in {
  background: #f7f7f7;
  padding-bottom: 2em;
}

#area-map .sec-contents iframe {
  width: 100%;
  height: 500px;
  max-width: 100%;
  margin-bottom: 2em;
  border: 0;
}
/*20190916追加*/
#area-map .traffic {
  margin: 5% auto;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  box-sizing: border-box;
}
#area-map .traffic img {
  width: 100%;
}

#bnr.section {
  margin-bottom: 5pc;
}

#bnr ul {
  display: flex;
}

#bnr li {
  color: #fff;
  text-align: center;
  width: 33.33333%;
  padding: 0 10px;
}

#bnr li img {
  width: 100%;
}

#bnr li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

#bnr li a:hover {
  background: rgba(0, 0, 0, 0.2);
}

#bnr li.facebook a {
  background: 0;
}

#bnr li.facebook a:hover {
  background: hsla(0, 0%, 100%, 0.2);
}

#bnr dl {
  text-align: center;
  margin: 3em auto 1em;
  font-size: 18px;
  font-weight: 700;
  background-color: #ccc;
  display: table;
  padding: 1em;
}

@media (max-width: 640px) {
  #bnr ul {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #bnr li {
    width: 100%;
    padding: 10px;
    margin: auto;
    text-align: center;
  }
}

/* --------------------------------- */

#bnr .colum2 li {
  color: #fff;
  text-align: center;
  width: 50%;
  padding: 0 10px;
}

#bnr .colum2 li img {
  width: 100%;
}

#bnr .colum2 li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

#bnr .colum2 li a:hover {
  background: rgba(0, 0, 0, 0.2);
}

#bnr .colum2 li .facebook a {
  background: 0;
}

#bnr .colum2 li .facebook a:hover {
  background: hsla(0, 0%, 100%, 0.2);
}

/* --------------------------------- */

@media only screen and (max-width: 1050px) {
  /*.container {
padding: 0 2%
}*/
  .bg-fixed-cmn {
    height: 300px;
  }
  .bg-fixed-cmn-in {
    height: 420px;
    padding: 0;
    background-attachment: inherit;
  }
  /*#area-concept .sec-contents {
padding: 0 4%;
}*/
  #area-concept .sec-contents h3 {
    font-size: 24px;
    text-align: left;
  }
  #area-concept .sec-contents p {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding: 0;
  }
  .bg-fixed-cmn {
    height: 200px;
    margin: 0 0 15%;
  }
  .bg-fixed-cmn-in {
    height: 300px;
    padding: 0;
    background-attachment: inherit;
  }
  #area-main {
    margin-bottom: 10%;
  }
  #main-slide .swiper-slide img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
  }
  #area-concept.section,
  #area-project {
    padding-bottom: 12%;
  }
  #area-project .box-project .box-text dt {
    font-size: 17px;
  }
  #area-project .box-project.box-project-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #area-project .box-project.box-project-02 .box-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  #area-project .box-project.box-project-02 .box-text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #area-project .box-project,
  #area-project .box-project > div {
    display: block;
    width: 100%;
  }
  #area-project .box-project .box-img {
    min-height: 300px;
  }
  #area-project .box-project .btn-cmn {
    margin: 7% auto;
  }
  #area-project .fig-column figure {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 4%;
  }
  #area-project .fig-column figure .box-img {
    height: 200px;
  }
  #area-project .fig-column figure dl {
    color: inherit;
    position: initial;
    background: 0;
    padding: 4% 4% 10%;
  }
  #bnr.section .flex-cmn {
    display: block;
    overflow: hidden;
    padding: 0 1%;
  }
  #bnr ul {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #bnr li {
    width: 100%;
    padding: 10px;
    margin: auto;
    text-align: center;
  }
  #bnr ul.flex-cmn li {
    background-size: cover;
  }
}

/*20190916追加*/
@media screen and (max-width: 789px) {
  #area-map .traffic.sp-none {
    width: 90%;
    margin-right: 0;
    margin: 5% auto;
  }
  #area-map .traffic img {
    width: 100%;
  }
}

/* 20200402 トップページに追加文言 */

.top-text20200402 {
  /* font-family:
    utsukushiregular,
    ヒラギノ明朝 Pro W3,
    Hiragino mincho Pro,
    HiraMinProN-W3,
    游明朝,
    Yu mincho,
    游明朝体,
    YuMincho,
    HGS明朝E,
    HG明朝E,
    ＭＳ Ｐ明朝,
    MS PMincho,
    serif; */
  text-align: center;
  margin: 0px auto 20px;
  background-color: #c00;
  color: #fff;
  line-height: 1.5em;
  padding: 10px 30px;
  border-radius: 20px;
  width: 650px;
}

.top-text20200402-s {
  line-height: 2em;
  margin: 0px auto 20px;
  text-align: center;
}

@media screen and (max-width: 789px) {
  .top-text20200402 {
    width: 90%;
  }

  .top-text20200402-s {
    width: 90%;
    text-align: left;
  }
}

.yanbaruT {
  margin: 0px auto 30px;
  max-width: 600px;
}

.yanbaruT img {
  margin: 0px;
  width: 100%;
  height: auto;
}

@media (max-width: 780px) {
  .yanbaruT {
    padding: 0 3%;
  }
}

@media (max-width: 480px) {
  .yanbaruT {
    padding: 0 5%;
  }
}

/*20240521 追加*/

/*----------------------------
STORY/ストーリー
-------------------------------*/
.sec-phot {
  max-width: 1770px;
  margin: 0 auto;
  padding: 10px;
}

.sec-phot img {
  width: 100%;
}

/*----------------------------
creature/希少な生き物が息づく奇跡の森
-------------------------------*/
.creature {
  background-color: #f1f1f1;
  margin: 100px 0;
  padding: 100px 10px;
  width: 100%;
}

.creature .sec-in {
  max-width: 1271px;
  margin: 0 auto;
  width: 100%;
}

.creature .sec-ttl {
  margin-bottom: 30px;
}

.creature .sec-ttl .txt-ttl {
  text-align: left;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 1px;
  background: transparent;
  line-height: 1;
  padding: 10px 0 15px;
  position: relative;
}

.creature .sec-ttl p {
  text-align: left;
  line-height: 2;
}

.creature_box.first {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.creature .creature_box.first .sec-ttl {
  width: 40%;
  padding-right: 20px;
}

.creature_box.first .creature-phot {
  max-width: 750px;
}

.creature_box.first .creature-phot img {
  width: 100%;
}

.creature_box.second .creature-phot {
  max-width: 480px;
}

.creature_box.second .creature-phot img {
  width: 100%;
}

.creature .creature_box.second .sec-ttl {
  width: 60%;
  padding: 2%;
}

.creature_box.second {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
  flex-direction: row-reverse;
}

.creature_box.p-list .creature-phot {
  max-width: 1271px;
  margin: 0 auto;
}

.creature_box.p-list .creature-phot img {
  width: 100%;
}

/*----------------------------
guestroom/客室
-------------------------------*/

.more_arrow a,
.more_arrow .list span {
  display: block;
  border: 1px #000 solid;
  padding: 10px 15px 10px 15px;
  font-family: "brandon-grotesque";
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.more_arrow a:hover {
  background: #000;
  color: #fff;
}

.more_arrow a span,
.more_arrow .list span {
  display: block;
  position: relative;
}

.more_arrow a span:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.arrow {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.3s;
  float: right;
}

.photo_layout_text {
  background: #fff;
  width: 360px;
  position: absolute;
  padding: 30px;
  z-index: 1;
}

@media (max-width: 1040px) {
  .photo_layout_text {
    position: static;
  }
}

.photo_layout_text h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
}

.photo_layout_text p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  padding-left: 1em;
}

.photo_layout_text ul {
  margin: -10px 0 0 0;
  padding: 20px;
  /*   border-top: 1px solid #000;
border-bottom: 1px solid #000 */
}

.photo_layout {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 1040px) {
  .photo_layout {
    margin-top: 40px;
  }
}

@media (max-width: 1040px) {
  .photo_layout .eyecatch {
    width: 100%;
  }
  .photo_layout .eyecatch img {
    width: 100%;
    height: auto;
  }
}

.photo_layout .photo_layout_2_wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  height: 960px;
}

.photo_layout .photo_layout_2_wrapper2 {
  height: auto;
}

@media (max-width: 1040px) {
  .photo_layout .photo_layout_2_wrapper {
    width: 100%;
    position: static;
  }
}

.photo_layout .photo_layout_2_wrapper .photo {
  position: absolute;
}

@media (max-width: 1040px) {
  .photo_layout .photo_layout_2_wrapper .photo {
    position: static;
    width: 100%;
    height: auto;
  }
}

.photo_layout .photo_layout_2_wrapper .photo1 {
  left: 0;
  top: 50px;
}

.photo_layout .photo_layout_2_wrapper .photo_layout_text {
  width: 760px;
  right: 0;
  top: 450px;
}

.photo_layout .photo_layout_2_wrapper .photo_layout_text2 {
  width: 600px;
  top: 50px;
  opacity: 0.8;
}

@media (max-width: 1040px) {
  .photo_layout .photo_layout_2_wrapper .photo_layout_text {
    width: 100%;
  }
}

.photo_layout .photo_layout_2_wrapper .corporate tr {
  width: 100%;
}

.photo_layout .photo_layout_2_wrapper .corporate th {
  padding: 0 10px;
}

.photo_layout .photo_layout_2_wrapper .corporate td {
  width: 70%;
  text-align: left;
  padding: 0 10px;
}

.photo_layout .photo_images {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1040px) {
  .photo_layout .photo_images {
    width: 100%;
  }
  .photo_layout .photo_images img {
    width: 100%;
    height: 100%;
  }
}

.photo_layout .photo_images .photo {
  position: absolute;
}

@media (max-width: 1040px) {
  .photo_layout .photo_images .photo {
    position: static;
  }
}

.photo_layout .photo_images div {
  margin-bottom: 30px;
}

@media (max-width: 1040px) {
  .photo_layout .photo_images div {
    margin-bottom: 10px;
  }
}

.swiper .thumbnail .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
}

.swiper .thumbnail .swiper-slide-active {
  opacity: 1;
}

.swiper .thumbnail .swiper-wrapper {
  margin-left: calc(-37.5% - 5px);
}

.swiper .thumbnail img {
  width: 100%;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

body .swiper-button-next,
body .swiper-button-prev {
  background-image: none;
  top: 40%;
}
.swiper-button-next:before {
  content: "\f054";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  z-index: -1;
  font-size: 20px;
  top: 50%;
}

.swiper-button-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  line-height: 1;
  position: absolute;
  z-index: -1;
  font-size: 20px;
  top: 50%;
}

.accordion h3 {
  font-size: 16px;
}

.accordion ul {
  width: 100%;
  padding: 0;
}

.accordion li {
  position: relative;
  list-style: none;
}

/*ラベル*/
.list label {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 1.5em 1em;
  position: relative;
  transition: all 0.5s;
}

/*チェックは隠す*/
.list input {
  display: none;
}

/*中身を非表示にしておく*/
.list .answer {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 200ms 0s linear;
}

.list .answer dl {
  display: block;
}

.list .answer dl dt,
.list .answer dl dd {
  display: inline-block;
}

.list .answer dl dt {
  color: #000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .list .answer dl {
    display: flex;
  }

  .list .answer dl dt {
    width: 20%;
  }

  .list .answer dl dd {
    width: 80%;
  }
}

.quest-check:checked + .answer {
  height: auto;
  font-size: 14px;
  font-size: 0.8125rem;
  text-align: left;
  padding: 1em 0.8em 1em 1em;
  color: #555;
  line-height: 1.8;
  opacity: 1;
  border: 1px solid #000;
}
/*20200304部屋数のみ非表示にする*/
.list .answer dl.ada-room-list {
  display: none;
}

/*----------------------------
restaurant/レストラン
-------------------------------*/
.tabcontents .colum-3 {
  display: flex;
}

.tabcontents .colum-3 li {
  text-align: center;
  width: 33.33333%;
  padding: 0 10px;
}

.tabcontents .colum-3 li img {
  position: relative;
  display: block;
  width: 100%;
}

.nightcontents section {
  padding: 0 10px;
}

.nightcontents img {
  position: relative;
  display: block;
  width: 100%;
}

.sec-ttl .nightcontents section dl {
  margin-top: 20px;
}

.nightcontents h3 {
  font-weight: bold;
  margin: 1em 0;
}

.dinner-list {
  display: table;
  text-align: center;
  margin: 2em auto 0;
}

.dinner-list li {
  margin: auto;
  float: left;
  padding: 0 2em;
}
@media only screen and (max-width: 1050px) {
  .dinner-list li {
    margin: auto;
    float: none;
    padding: 0 2em;
  }
}
.dinner-list li h4 {
  padding: 0.5em 0;
  font-weight: bold;
}

/*----------------------------
facility/館内案内
-------------------------------*/
.floorguide {
  max-width: 784px;
  margin: 0 auto;
}

.floorguide img {
  width: 100%;
}
#area-project .sec-contents:after {
  content: "";
  display: block;
  clear: both;
}

#area-project .box-project {
  display: table;
  width: 100%;
  min-height: 500px;
}

#area-project .box-project > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#area-project .box-project .box-img {
  background: no-repeat center center;
  background-size: cover;
}

#area-project .box-project .box-text {
  padding: 20px 4%;
}

#area-project .box-project .btn-cmn {
  margin: 5% 0 0;
}

#area-project .box-project .box-text dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

#area-project .box-project .box-text dd .label {
  font-size: 13px;
  color: #000;
  background: #eee;
  padding: 7px;
  min-width: 135px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  margin-bottom: 15px;
}

#area-project .sec-in {
  margin-top: 150px;
}

#area-project .box-project-01 .box-img {
  background-image: url(../images/facility01.jpg);
  height: 500px;
}

#area-project .box-project-02 .box-img {
  background-image: url(../images/facility02.jpg);
  height: 500px;
}
#area-project .box-project-03 .box-img {
  background-image: url(../images/facility03.jpg);
  height: 500px;
}
#area-project .box-project-04 .box-img {
  background-image: url(../images/facility04.jpg);
  height: 500px;
}

@media only screen and (max-width: 768px) {
  #area-project .box-project .box-text dt {
    font-size: 17px;
  }
  #area-project .box-project.box-project-01 .box-img {
    width: 100%;
    height: auto;
  }
  #area-project .box-project.box-project-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #area-project .box-project.box-project-02 .box-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    width: 100%;
    height: auto;
  }
  #area-project .box-project.box-project-02 .box-text {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  #area-project .box-project.box-project-03 .box-img {
    width: 100%;
    height: auto;
  }
  #area-project .box-project.box-project-04 .box-img {
    width: 100%;
    height: auto;
  }

  #area-project .box-project,
  #area-project .box-project > div {
    display: block;
    width: 100%;
  }
  #area-project .box-project .box-img {
    min-height: 300px;
  }
  #area-project .box-project .btn-cmn {
    margin: 7% auto;
  }
  #area-project .fig-column figure {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 4%;
  }
  #area-project .fig-column figure .box-img {
    height: 200px;
  }
  #area-project .fig-column figure dl {
    color: inherit;
    position: initial;
    background: 0;
    padding: 4% 4% 10%;
  }
}

/*----------------------------
infometion/施設情報
-------------------------------*/

.sec-ttl.ada-infotext {
  padding: 30px 0 0;
  margin: 0 auto 10px;
  text-align: center;
  width: 96%;
}

.sec-ttl.ada-infotext .txt-ttl {
  text-align: left;
  display: inline-block;
  font-size: 36px;
  letter-spacing: 1px;
  background: transparent;
  line-height: 1;
  padding: 10px 0 15px;
  position: relative;
}

.sec-ttl.ada-infotext .txt-ttl span {
  text-align: center;
  font-size: 1pc;
  font-weight: 400;
  display: block;
  margin-top: 10px;
}

#ada_information .info_table {
  padding: 0 2%;
}

#ada_information .info_table table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1271px;
  margin: 0 auto;
}
#ada_information .tb01 th,
#ada_information .tb01 td {
  padding: 30px 10px 30px 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: left;
  box-sizing: border-box;
  vertical-align: middle;
}
#ada_information .tb01 th {
  background: #fcf3e8;
  color: #000;
}
@media screen and (max-width: 640px) {
  #ada_information .tb01 {
    width: 100%;
  }
  #ada_information table.tb01 th,
  #ada_information table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px;
  }
  #ada_information .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}
.cancelpolicy {
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  max-width: 1340px;
  margin: 0 auto;
}
.cancel_info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .cancel_info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .cancel_info {
    grid-template-columns: 1fr;
  }
}

.cancel_info h3.title_text {
  font-size: 24px;
  text-align: center;
}

.en .cancel_info h3.title_text {
  font-size: 20px;
}

.cancel_info h3.title_text span.small {
  display: block;
  margin-bottom: 1em;
  font-size: 16px;
  text-align: center;
}

.cancel_box {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 30px;
}

ul.cancel_text {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .en .cancel_info h3.title_text {
    font-size: 18px;
  }
  .en .cancel_info h3.title_text span.small {
    font-size: 14px;
  }
  ul.cancel_text {
    text-align: left;
  }
}

section#area-map {
  margin-top: 150px;
}
.access_info {
  width: 950px;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 3%;
}

.access_info table {
  border-collapse: collapse;
  width: 45%;
  max-width: 1271px;
  margin: 0 auto;
}
.access_info .tb01 th,
.access_info .tb01 td {
  padding: 10px 10px 10px 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
.access_info .tb01 th {
  background: #fcf3e8;
  color: #000;
}
.access_info .tb02 th,
.access_info .tb02 td {
  padding: 10px 10px 10px 20px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
}
.access_info .tb02 th {
  background: #fcf3e8;
  color: #000;
}

@media screen and (max-width: 640px) {
  .access_info .tb01 {
    width: 100%;
  }
  .access_info table.tb01 th,
  .access_info table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .access_info .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.parking_table {
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 1080px) {
  .creature .creature_box.first .sec-ttl {
    width: 50%;
    padding-right: 20px;
  }
  .creature_box.first .creature-phot {
    max-width: 60%;
  }
  .creature .creature_box.second .sec-ttl {
    width: 60%;
    padding: 0 20px;
  }
  .sec-ttl {
    padding: 0px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .sec-ttl.ada-infotext {
    width: 95%;
  }
  .cancelpolicy {
    width: 100%;
    margin: 30px auto;
    padding: 2%;
  }
  .cancel_box {
    padding: 30px 0;
  }
}

@media screen and (max-width: 965px) {
  .creature_box.first {
    display: block;
    margin: 0 auto 20px;
  }
  .creature .creature_box.first .sec-ttl {
    width: 100%;
    padding-right: 0px;
  }
  .creature_box.first .creature-phot {
    max-width: 100%;
  }
  .creature_box.second {
    display: block;
    margin: 0 auto;
  }
  .creature .creature_box.second .sec-ttl {
    width: 100%;
    padding: 20px 0;
  }
  .creature_box.p-list .creature-phot {
    margin: 20px auto;
  }
  .creature_box.second .creature-phot {
    max-width: 100%;
  }
  .creature {
    padding: 60px 20px;
  }
  #area-concept.section.story {
    padding: 0 2%;
  }
  /*#area-project .box-project>div {
display: block;
width: 100%;
vertical-align: middle;
}*/
  p.txt-cmn-lineheight2.txt-cmn-mincho br {
    display: none;
  }
  #area-concept.section.ada_room .sec-ttl h2 {
    padding: 0 5%;
  }
  #area-concept.section.restaurant .sec-ttl h2 {
    padding: 0 4%;
  }
  .sec-ttl.ada-infotext {
    padding: 2%;
  }
  .nightcontents {
    padding: 0 1%;
  }

  #area-project .box-project .box-text {
    padding: 20px 2%;
  }
  .cancelpolicy {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 2%;
  }
  .access_info {
    width: 80%;
    margin-bottom: 100px;
  }
  .floorguide {
    max-width: 85%;
  }
}
@media screen and (max-width: 820px) {
  .cancelpolicy .sec-ttl .txt-ttl span {
    line-height: 1.8;
    width: 80%;
    margin: 30px auto 0;
  }
  #ada_information .tb01 th {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .floorguide {
    max-width: 85%;
  }
  #ada_information .sec-ttl .txt-ttl span {
    padding: 3% 4%;
    line-height: 1.8;
  }
  .cancelpolicy .sec-ttl {
    margin-bottom: 0px;
  }
}

#area-concept.section.story .txt-cmn-lineheight2.txt-cmn-mincho {
  padding: 0 2%;
}

@media screen and (max-width: 430px) {
  .parking_table table.tb01 td {
    width: 50%;
    border-bottom: none;
  }
  .access_info {
    width: 90%;
    margin-bottom: 100px;
  }
  .access_info table.tb01 th,
  .access_info table.tb01 td {
    display: table-cell;
    width: 30%;
    border-bottom: none;
  }
  .access_info .tb01 {
    width: 46%;
  }
}

.reserve .reserve-txt {
  color: inherit;
}

.reserve .reserveanchor {
  position: fixed;
  z-index: 7;
  transition: all .6s;
  background-color: #fff;
  border-radius: 2%;
  padding: 1.5em 2em;
  border: 1px solid #000;
  bottom: 0
}


/* 20240807: 英語用ページだけ予約ボタンレイアウト変更 */
.en .reserve .reserve-txt {
  letter-spacing: 0.15em;
}

.en .reserve-txt {
  margin-right: 10px;
}

.page-en .reserve .reserve-txt i {
  padding: 0 0 0 4px;
}

@supports(-ms-ime-align:auto) {
  .reserve .reserveanchor {
    padding: 1em
  }
}

.reserveanchor {
  float: right;
  cursor: pointer;
  padding: 5px 0;
  right: 15px;
  bottom: 50px;
  letter-spacing: 4px;
  font-size: 13px
}


@media all and (min-width:768px) {
  .reserveanchor {
    right: 40px;
    bottom: 40px
  }
}

