@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 0;
  cursor: pointer;
  background: url(../images/right_wg.svg) no-repeat center/100% 100%;
  box-shadow: 0 0 15px rgba(91, 72, 43, 0.1);
  border-radius: 50%;
  color: transparent;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  outline: none;
  z-index: 1;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    height: 40px;
    width: 40px;
  }
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
  width: 0;
  height: 0;
}

.slick-prev {
  left: -6px;
  transform: rotate(180deg);
}

.slick-next {
  right: -6px;
}

/* Dots */
.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 10px;
  }
}
.slick-dots li {
  height: 10px;
  width: 10px;
  margin-right: 15px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    margin-right: 10px;
  }
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  background: #dcc475;
}
.slick-dots li button {
  border: 0;
  background: #f4edd6;
  display: block;
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font: 400 14px/2 "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #46464b;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}

.win body {
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

a {
  text-decoration: none;
  color: #46464b;
  transition: 0.3s;
  cursor: pointer;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}

::-moz-selection {
  background-color: #bd9b42;
  color: #fff;
}

::selection {
  background-color: #bd9b42;
  color: #fff;
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: calc(1300px + 20vw);
  margin: 0 auto;
  padding: 0 10vw;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 5vw;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner_13 {
  max-width: calc(1300px + 20vw);
  margin: 0 auto;
  padding: 0 10vw;
}
@media screen and (max-width: 767px) {
  .inner_13 {
    padding: 0 5vw;
  }
}
.inner_13::after {
  content: "";
  display: block;
  clear: both;
}

.inner_11 {
  max-width: calc(1100px + 20vw);
  margin: 0 auto;
  padding: 0 10vw;
}
@media screen and (max-width: 767px) {
  .inner_11 {
    padding: 0 5vw;
  }
}
.inner_11::after {
  content: "";
  display: block;
  clear: both;
}

.inner_90 {
  max-width: calc(900px + 20vw);
  margin: 0 auto;
  padding: 0 10vw;
}
@media screen and (max-width: 767px) {
  .inner_90 {
    padding: 0 5vw;
  }
}
.inner_90::after {
  content: "";
  display: block;
  clear: both;
}

.section_wrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    margin-bottom: 20vw;
  }
}

.section_wrap_02 {
  position: relative;
  padding-top: 200px;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .section_wrap_02 {
    padding-top: 120px;
    margin-bottom: 20vw;
  }
}
.section_wrap_02:before {
  position: absolute;
  content: "";
  background: url(../images/bg_pattern.png) repeat center, linear-gradient(to bottom, #f9f6e9, #ffffff);
  width: 100%;
  height: 600px;
  top: 0;
  left: 0;
  z-index: -1;
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 15vw;
  }
}

#sub {
  float: left;
  width: 18%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

.secound {
  height: 35vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 500px;
  min-height: 350px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .secound {
    height: 60vw;
    max-height: 400px;
    min-height: 200px;
    margin-bottom: 15vw;
  }
}

.section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 15vw;
  }
}

.section_02 {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section_02 {
    margin-bottom: 20vw;
  }
}

.section_03 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_03 {
    margin-bottom: 15vw;
  }
}

.section_04 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_04 {
    margin-bottom: 10vw;
  }
}

.section_05 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_05 {
    margin-bottom: 10vw;
  }
}

.section_06 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .section_06 {
    margin-bottom: 20vw;
  }
}

.section_id {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .section_id {
    padding-top: 80px;
    margin-top: -80px;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  display: flex;
  justify-content: space-between;
  height: 90px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  padding-left: 5vw;
  min-width: 1200px;
}
@media screen and (max-width: 1300px) {
  header {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 767px) {
  header {
    min-width: 1px;
    height: 70px;
    padding: 0 60px 0 5vw;
  }
}
header:before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, rgba(94, 72, 44, 0.7), rgba(166, 125, 66, 0));
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s;
}
header.top {
  opacity: 0;
  transition: 0.5s;
}
header.low:before {
  background: none;
}
header.low .header_ttl a:before {
  background: url(../images/logo_g.png) no-repeat center/100% 100%;
}
header.low #gnavi li {
  color: #bd9b42;
}
header.low #gnavi li .drp_btn a {
  color: #bd9b42;
}
header.low #gnavi li a {
  color: #bd9b42;
}
header.low #gnavi li .en {
  color: #46464b;
}
header.low #gnavi li .en:before {
  background: #bd9b42;
}
header.low .header_navi li:after {
  background: #46464b;
}
header.low .header_navi li.current a {
  color: #bd9b42;
}
header.low .header_navi li a {
  color: #46464b;
  opacity: 1;
}
header.is-scl:before {
  background: #fff;
}
header.is-scl .header_ttl a:before {
  background: url(../images/logo_g.png) no-repeat center/100% 100%;
}
header.is-scl #gnavi.page_en .en {
  color: #bd9b42;
}
header.is-scl #gnavi li {
  color: #bd9b42;
}
header.is-scl #gnavi li .drp_btn a {
  color: #bd9b42;
}
header.is-scl #gnavi li a {
  color: #bd9b42;
}
header.is-scl #gnavi li .en {
  color: #46464b;
}
header.is-scl #gnavi li .en:before {
  background: #bd9b42;
}
header.is-scl .header_navi li:after {
  background: #46464b;
}
header.is-scl .header_navi li.current a {
  color: #bd9b42;
}
header.is-scl .header_navi li a {
  color: #46464b;
  opacity: 1;
}

.header_box {
  width: 100%;
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

.header_ttl {
  font-size: 0;
  width: 200px;
  height: 52px;
}
@media screen and (max-width: 1520px) {
  .header_ttl {
    width: 150px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl {
    width: 120px;
    height: 31px;
  }
}
.header_ttl a {
  display: block;
  height: 100%;
  position: relative;
}
.header_ttl a:before {
  position: absolute;
  content: "";
  background: url(../images/logo_w.png) no-repeat center/100% 100%;
  width: 100%;
  height: 100%;
}

#header_left {
  display: flex;
  align-items: center;
  margin-right: 3vw;
}

#header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#gnavi {
  margin-right: 3em;
  height: 100%;
}
@media screen and (max-width: 1520px) {
  #gnavi {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1300px) {
  #gnavi {
    font-size: 0.875em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  #gnavi {
    font-size: 1.1em;
    margin: 0 0 2em;
    height: auto;
  }
}
#gnavi.page_en .en {
  margin: 0;
  padding: 0.25em 0;
  font-size: 1.12em;
}
#gnavi.page_en .en::before {
  top: auto;
  bottom: 0;
}
#gnavi > ul {
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi > ul {
    color: #bd9b42;
    flex-flow: wrap;
    height: auto;
  }
}
#gnavi > ul > li {
  margin-right: 2em;
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li {
    width: 100%;
    margin-right: 0;
    flex-flow: wrap;
    border-bottom: 1px solid #bd9b42;
    text-align: left;
  }
}
#gnavi > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a {
    color: #bd9b42;
    display: block;
    padding: 1.5em 30px 1.5em 0;
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/right_g.svg) no-repeat center/100% 100%;
    width: 20px;
    height: 20px;
  }
}
#gnavi > ul > li a, #gnavi > ul > li .drp_btn {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li a, #gnavi > ul > li .drp_btn {
    color: #bd9b42;
  }
}
#gnavi > ul > li a:hover .en:before, #gnavi > ul > li .drp_btn:hover .en:before {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li a:hover .en:before, #gnavi > ul > li .drp_btn:hover .en:before {
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li .drp_btn {
    padding: 1.5em 30px 1.5em 0;
    width: 100%;
    position: relative;
  }
}
#gnavi > ul > li .drp_btn .plus {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #bd9b42;
  border-radius: 50%;
}
#gnavi > ul > li .drp_btn .plus:before, #gnavi > ul > li .drp_btn .plus:after {
  position: absolute;
  content: "";
  background: #bd9b42;
  width: 9px;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
#gnavi > ul > li .drp_btn .plus:after {
  transform: rotate(90deg);
}
#gnavi > ul > li .drp_btn.open .plus:after {
  transform: rotate(0deg);
}
#gnavi > ul > li .drp_btn a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li .drp_btn a {
    color: #bd9b42;
  }
}
#gnavi > ul > li .en {
  display: block;
  font-size: 0.8125em;
  font-family: "Cormorant Infant", serif;
  padding-top: 0.5em;
  margin-top: 0.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li .en {
    color: #46464b;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 1.5em;
  }
}
#gnavi > ul > li .en:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #fff;
  height: 1px;
  width: 0;
  transition: 0.3s;
}
#gnavi > ul > li .drp_dwn_wrap {
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li .drp_dwn_wrap {
    width: 100%;
  }
}
#gnavi > ul > li .drp_dwn_01 {
  position: absolute;
  left: 50%;
  right: 0;
  top: 45px;
  width: 210px;
  transform: translateX(-50%);
  padding: 60px 30px 30px;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li .drp_dwn_01 {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0);
    padding: 1.5em;
    width: 100%;
  }
}
#gnavi > ul > li .drp_dwn_01.page_en {
  width: 240px;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li .drp_dwn_01.page_en {
    width: 100%;
  }
}
#gnavi > ul > li .drp_dwn_01:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: calc(100% - 30px);
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li .drp_dwn_01:after {
    height: 100%;
  }
}
#gnavi > ul > li .drp_dwn_02 {
  position: absolute;
  left: 50%;
  right: 0;
  top: 45px;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateX(-50%);
  padding: 60px 30px 30px;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li .drp_dwn_02 {
    position: relative;
    left: 0;
    top: 0;
    transform: translateX(0);
    padding: 1.5em;
  }
}
#gnavi > ul > li .drp_dwn_02:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: calc(100% - 30px);
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li .drp_dwn_02:after {
    height: 100%;
  }
}

.list_gnavi {
  white-space: nowrap;
  font-size: 0.875em;
  text-align: left;
  line-height: 1.5;
}
.list_gnavi li {
  margin-bottom: 1.4em;
}
.list_gnavi li:last-child {
  margin-bottom: 0;
}
.list_gnavi li a {
  padding-left: 30px;
  position: relative;
  color: #46464b !important;
}
.list_gnavi li a:after {
  position: absolute;
  content: "";
  background: url(../images/right_g.svg) no-repeat center/100% 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_gnavi li a:hover {
  color: #bd9b42 !important;
}

.list_gnavi__img {
  display: flex;
  text-align: left;
  font-size: 1.125em;
  line-height: 1.45;
  flex-direction: column; /* 20240111 */
}
@media screen and (max-width: 767px) {
  .list_gnavi__img {
    font-size: 0.9em;
    flex-flow: wrap;
  }
}
.list_gnavi__img li {
  margin-right: 20px;
  width: 280px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .list_gnavi__img li {
    width: 100%;
    height: 80px;
    margin: 0 0 1px;
  }
}
.list_gnavi__img li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_gnavi__img li:last-child {
    margin-bottom: 0;
  }
}
.list_gnavi__img li a {
  display: block;
  color: #fff !important;
  display: flex;
  align-items: center;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1em 40px 1em 1em;
  position: relative;
}
.list_gnavi__img li a:before, .list_gnavi__img li a:after {
  position: absolute;
  content: "";
}
.list_gnavi__img li a:before {
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(94, 72, 44, 0.7), rgba(166, 125, 66, 0));
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list_gnavi__img li a:before {
    background: linear-gradient(to left, rgba(84, 72, 58, 0), #54483a);
  }
}
.list_gnavi__img li a:after {
  background: url(../images/right_w.svg) no-repeat center/100% 100%;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_gnavi__img li a:hover {
  opacity: 0.7;
}
.list_gnavi__img li a p {
  position: relative;
  z-index: 1;
}
.list_gnavi__img li a p span {
  display: block;
  font-size: 0.85em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .list_gnavi__img li a p span {
    font-size: 0.75em;
    margin-top: 3px;
  }
}

.header_navi {
  display: flex;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
  margin-right: 3em;
}
@media screen and (max-width: 1520px) {
  .header_navi {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1300px) {
  .header_navi {
    font-size: 0.8em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .header_navi {
    display: none;
  }
}
.header_navi li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.header_navi li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  transform: rotate(20deg);
  background: #fff;
  right: 0;
  top: 0;
}
.header_navi li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header_navi li:last-child:after {
  background: none !important;
}
.header_navi li.current a {
  opacity: 1;
}
.header_navi li a {
  color: #fff;
  opacity: 0.4;
}

.header_navi_sp {
  display: flex;
  justify-content: center;
  font-family: "Cormorant Infant", serif;
  font-size: 1.12em;
  line-height: 1;
  margin: 2em 0 0;
}
.header_navi_sp li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.header_navi_sp li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  transform: rotate(20deg);
  background: #46464b;
  right: 0;
  top: 0;
}
.header_navi_sp li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header_navi_sp li:last-child:after {
  background: none !important;
}
.header_navi_sp li.current a {
  opacity: 1;
}
.header_navi_sp li a {
  opacity: 0.4;
}

.h_reserve {
  background: linear-gradient(135deg, #ccb05e, #9e823a);
  color: #fff;
  text-align: center;
  width: 160px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625em;
  letter-spacing: 2px;
  padding: 0;
  border: none;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width: 1520px) {
  .h_reserve {
    font-size: 1em;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .h_reserve {
    width: 80px;
    font-size: 0.85em;
    letter-spacing: 1px;
  }
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: 0.5s;
}

.menu-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 70px;
  z-index: 3;
  background: #f5f4eb;
}
.menu-trigger:after {
  position: absolute;
  content: "MENU";
  font-size: 0.6em;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
  line-height: 1;
  text-align: center;
  color: #bd9b42;
  transition: 0.5s;
}
.menu-trigger .hamburger {
  width: 100%;
  height: 16px;
  margin-top: 17px;
  position: relative;
  transition: 0.5s;
}
.menu-trigger span {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 32px;
  height: 1px;
  background: #bd9b42;
  right: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(1) {
  top: 0px;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active:after {
  content: "CLOSE";
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(15px) rotate(-35deg);
  top: -7px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(35deg);
  bottom: -7px;
}

#overlay {
  display: none;
  width: 100%;
  height: calc(100% - 70px);
  text-align: left;
  position: fixed;
  top: 70px;
  left: 0;
  z-index: 3;
  overflow-y: scroll;
  background: #f5f4eb;
  padding: 40px 10vw 80px;
}
#overlay .hum_nav li {
  margin-bottom: 1em;
  opacity: 0;
  animation: fade_nav 0.4s ease 0.1s 1 forwards;
}
#overlay .hum_nav li:last-child {
  margin-bottom: 0;
}
#overlay .hum_nav li img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 10px;
}
#overlay .hum_nav li.current a {
  opacity: 0.5;
}
#overlay .hum_nav a {
  color: #fff;
}
#overlay .hum_nav a:hover {
  opacity: 0.5;
}

@keyframes fade_nav {
  100% {
    opacity: 1;
  }
}
.list_sub_nav {
  font-size: 1em;
}
.list_sub_nav li {
  margin-bottom: 1em;
}
.list_sub_nav li:last-child {
  margin-bottom: 0;
}

/*
//フッター
------------------------------------------------------------
*/
footer {
  background: #978250;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 10vw 0;
  }
}

.footer_box {
  max-width: calc(1500px + 10vw);
  margin: 0 auto;
  padding: 0 5vw;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_box {
    flex-flow: wrap;
  }
}
.footer_box a.more {
  color: #fff;
  margin-bottom: 1em;
}
.footer_box a.more:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer_box a.more:last-child {
    margin-bottom: 2em;
  }
}
.footer_box a.more:before {
  background: url(../images/right_w.svg) no-repeat center/100% 100%;
}

.footer_left {
  width: 180px;
  margin-right: 120px;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100px;
    margin: 0 5vw 10vw 0;
  }
}

.footer_center {
  margin-right: 120px;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .footer_center {
    width: calc(100% - 100px - 5vw);
    margin: 0 0 10vw;
  }
}
.footer_center .add {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.footer_center .tel {
  font-size: 1.1875em;
  margin-bottom: 1.5em;
  letter-spacing: 4px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer_center .tel {
    letter-spacing: 2px;
    margin-bottom: 1em;
  }
}
.footer_center a.button {
  background: #fff;
  border-color: #fff;
  width: 100%;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .footer_center a.button {
    margin: 0;
  }
}

.footer_right {
  width: calc(100% - 360px - 180px - 240px);
  max-width: 400px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}
.footer_right .footer_l {
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .footer_right .footer_l {
    margin-bottom: 0;
  }
}
.footer_right .footer_r {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .footer_right .footer_r {
    margin-bottom: 0;
  }
}

.f_logo {
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 30px;
  }
}

.f_navi {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .f_navi {
    display: none;
  }
}
.f_navi li {
  margin-bottom: 0.5em;
}
.f_navi li a {
  color: #fff;
}
.f_navi li a:hover {
  color: #bd9b42;
}

.f_navi_02 {
  margin-top: 1em;
  padding-top: 1.5em;
  border-top: 1px solid #fff;
  font-size: 0.8125em;
}
@media screen and (max-width: 767px) {
  .f_navi_02 {
    display: none;
  }
}
.f_navi_02 li {
  margin-bottom: 0.5em;
}
.f_navi_02 li:last-child {
  margin-bottom: 0;
}
.f_navi_02 li a {
  color: #fff;
}
.f_navi_02 li a:hover {
  color: #bd9b42;
}

.list_fnavi_en_01 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 1.5em;
  margin: 0 0 1.5em;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .list_fnavi_en_01 {
    display: none;
  }
}
.list_fnavi_en_01 li {
  padding: 0 1em 0 0;
  margin: 0 0.5em 0 0;
  position: relative;
}
.list_fnavi_en_01 li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: 0;
}
.list_fnavi_en_01 li a {
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 1.14em;
}

.list_fnavi_en_02 {
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .list_fnavi_en_02 {
    display: none;
  }
}
.list_fnavi_en_02 li {
  line-height: 1.5;
  margin: 0 0 0.5em;
}
.list_fnavi_en_02 li a {
  display: inline-block;
  padding: 0 0 0 10px;
  background: url(../images/arrow_w.svg) no-repeat left/5px 10px;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 0.92em;
}

.copy {
  width: 100%;
  font-size: 0.875em;
  font-family: "Cormorant Infant", serif;
}

/*
5:side
------------------------------------------------------------
*/
.section_side {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 13vw;
  }
}
.section_side:last-child {
  margin-bottom: 0;
}

.list_cat {
  line-height: 1.6;
}
.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 15px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: #46464b;
  width: 5px;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_cat_02 {
  line-height: 1.6;
}
.list_cat_02 > li {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #f2ebd9;
  font-size: 1.2em;
}
.list_cat_02 > li:last-child {
  margin-bottom: 0;
}
.list_cat_02 > li a {
  position: relative;
  padding-left: 30px;
  color: #bd9b42;
  display: inline-block;
}
.list_cat_02 > li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_g.svg) no-repeat center/100% 100%;
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
  margin: auto;
}
.list_cat_02 > li a:hover {
  color: #f2ebd9;
}
.list_cat_02 > li .children {
  font-size: 0.8em;
  margin-left: 1.5em;
}
.list_cat_02 > li .children li {
  margin-top: 1em;
}
.list_cat_02 > li .children li a {
  padding-left: 15px;
  position: relative;
}
.list_cat_02 > li .children li a:before {
  position: absolute;
  content: "";
  background: #bd9b42;
  left: 0;
  top: 10px;
  width: 5px;
  height: 1px;
}

.list_side {
  line-height: 1.6;
}
.list_side li {
  margin-bottom: 20px;
}
.list_side li:last-child {
  margin-bottom: 0;
}
.list_side li .article_content {
  display: flex;
  justify-content: space-between;
}
.list_side li .side_img {
  width: 70px;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_side li .side_img {
    width: 100px;
    height: 100px;
  }
}
.list_side li .side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li .side_desc {
  width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .list_side li .side_desc {
    width: calc(100% - 100px - 5vw);
  }
}
.list_side li .side_desc .date {
  color: #bd9b42;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}

/*
5:div
------------------------------------------------------------
*/
.main_img {
  position: relative;
  height: 100vh;
  min-height: 700px;
}
@media screen and (max-width: 767px) {
  .main_img {
    height: 90vh;
    min-height: 500px;
  }
}
.main_img .main_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 457px;
  width: 70%;
  z-index: 11;
  transition: 0.5s;
}
.main_img .main_box.is-scl {
  opacity: 0;
}
.main_img .main_scl {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.8125em;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
  letter-spacing: 3px;
}
.main_img .main_scl span {
  display: block;
  height: 75px;
  background: rgba(255, 255, 255, 0.4);
  width: 1px;
  margin: 15px auto 0;
  position: relative;
}
.main_img .main_scl span:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 0;
  background: #fff;
  width: 100%;
  animation: scl-line 4s ease-in-out 0s infinite;
}

.main_slider {
  width: 100%;
}
.main_slider .slide_bg_inner {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main_slider .slide_bg_inner {
    height: 90vh;
    min-height: 500px;
  }
}

.section_top_01 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section_top_01 {
    padding: 70px 0 20vw;
  }
}

.section_top_02 {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .section_top_02 {
    padding: 15vw 0;
  }
}
.section_top_02 .top_l {
  border-right: 1px solid #bd9b42;
  padding-right: 5%;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_l {
    width: 100%;
    margin: 0 0 2em;
    border-right: none;
    border-bottom: 1px solid #bd9b42;
    padding: 0 0 1.5em;
  }
}
.section_top_02 .top_l .top_ttl {
  text-align: left;
}
.section_top_02 .top_l a.more {
  margin-bottom: 1em;
}
.section_top_02 .top_l a.more:before {
  background: url(../images/right_gw.svg) no-repeat center/100% 100%;
}
.section_top_02 .top_l a.more:last-child {
  margin-bottom: 0;
}
.section_top_02 .top_r {
  padding: 1em 0 0 5%;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_r {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .section_top_02 .top_r a.more {
    float: right;
  }
}

.section_top_03 {
  padding: 120px 0 120px 10vw;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .section_top_03 {
    padding: 0 0 15vw;
  }
}
.section_top_03.page_en {
  justify-content: flex-start;
}
.section_top_03.page_en .top_r {
  max-width: 660px;
  margin: 3em 0;
}
@media screen and (max-width: 767px) {
  .section_top_03.page_en .top_r {
    width: 100%;
    margin: 0;
  }
}
.section_top_03 .top_l {
  width: 40%;
  background: url(../images/top_01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section_top_03 .top_l {
    width: 100%;
    height: 70vw;
  }
}
.section_top_03 .top_r {
  width: 60%;
  padding: 0 5vw;
}
@media screen and (max-width: 767px) {
  .section_top_03 .top_r {
    width: 100%;
    padding: 3em 5vw 0;
  }
}
.section_top_03 .top_r .top_ttl {
  text-align: left;
}
.section_top_03 .top_r .txt {
  line-height: 2.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_top_03 .top_r .txt {
    line-height: 2;
    margin-bottom: 2em;
  }
}
.section_top_03 .top_r a.button {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .section_top_03 .top_r a.button {
    margin: 0 auto;
  }
}

.section_top_04 {
  margin: 20px;
  background: url(../images/top_15.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .section_top_04 {
    margin: 10px;
    padding: 40px 0;
  }
}
.section_top_04 .title {
  font-size: 2.5em;
  line-height: 1;
  margin-bottom: 0.75em;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .section_top_04 .title {
    font-size: 2em;
  }
}
.section_top_04 .txt {
  font-size: 1.125em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .section_top_04 .txt {
    font-size: 1em;
  }
}

.section_top_05 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .section_top_05 {
    padding: 15vw 0;
  }
}
.section_top_05 .top_l {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .section_top_05 .top_l {
    width: 100%;
    position: relative;
  }
}
.section_top_05 .top_l .top_ttl {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section_top_05 .top_l a.more {
    position: absolute;
    right: 0;
    top: 45px;
  }
}
.section_top_05 .top_r {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .section_top_05 .top_r {
    width: 100%;
  }
}

.section_top_06 {
  padding: 60px 0 5px;
}
@media screen and (max-width: 767px) {
  .section_top_06 {
    padding: 15vw 0 5px;
  }
}

.section_txt {
  line-height: 2.625;
}
@media screen and (max-width: 767px) {
  .section_txt {
    line-height: 2.2;
  }
}
.section_txt .date {
  font-size: 1.125em;
  letter-spacing: 2px;
  color: #bd9b42;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .section_txt .date {
    font-size: 1em;
  }
}
.section_txt .date span {
  display: inline-block;
}
.section_txt img {
  margin: 50px 0;
  display: block;
}

.cat_wrap {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.5;
}
.cat_wrap span {
  padding: 0.2em 1em;
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .cat_wrap span {
    min-width: 1px;
  }
}
.cat_wrap span.topics_status {
  border: 1px solid #bd9b42;
  color: #bd9b42;
  margin-right: 10px;
}
.cat_wrap span.topics_cat {
  border: 1px solid #bd9b42;
  background: #bd9b42;
  color: #fff;
  display: inline-block;
  margin: 0 0.7em 0.7em 0;
}

.map {
  position: relative;
  overflow: hidden;
  filter: grayscale(0.6);
  margin-bottom: 25px;
}
.map::before {
  content: "";
  display: block;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 300px;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.tmp_simple {
  height: 260px;
}
@media screen and (max-width: 767px) {
  .tmp_simple {
    height: 120px;
  }
}

.section_policy {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #f4f3ea;
}
@media screen and (max-width: 767px) {
  .section_policy {
    padding-bottom: 10vw;
    margin-bottom: 10vw;
  }
}

.box {
  background: #fbf9f2;
  padding: 1.5em 50px;
  font-size: 0.8125rem;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .box {
    padding: 1.5em;
  }
}

.box_02 {
  background: #fbf9f2;
  padding: 70px 100px;
}
@media screen and (max-width: 767px) {
  .box_02 {
    padding: 30px 5vw;
  }
}

.box_03 {
  background: #fff;
  padding: 70px 100px;
}
@media screen and (max-width: 767px) {
  .box_03 {
    padding: 30px 5vw;
  }
}

.box_04 {
  background: #fbf9f2;
  padding: 1.5em 50px;
}
@media screen and (max-width: 767px) {
  .box_04 {
    padding: 1.5em;
  }
}

.section_note {
  display: flex;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 0.93em;
}
.section_note .note_l {
  margin-right: 0.5em;
}
.section_note .list_policy li {
  margin-top: 0;
}
.section_note .list_policy li:before {
  color: #46464b;
}

.box_line {
  background: #f4f3ea;
  width: 100%;
  height: 1px;
}

.box_line_02 {
  background: #f2ebd9;
  width: 100%;
  height: 1px;
}

.section_meeting {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_meeting {
    margin-bottom: 10vw;
  }
}
.section_meeting .meeting_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_meeting .meeting_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_meeting .meeting_r {
  width: 45%;
  line-height: 2.625;
}
@media screen and (max-width: 767px) {
  .section_meeting .meeting_r {
    width: 100%;
    line-height: 2.2;
  }
}

.section_meeting_02 {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .section_meeting_02 {
    flex-flow: wrap;
  }
}
.section_meeting_02 .meeting_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_meeting_02 .meeting_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_meeting_02 .meeting_r {
  width: 45%;
  line-height: 2.625;
}
@media screen and (max-width: 767px) {
  .section_meeting_02 .meeting_r {
    width: 100%;
    line-height: 2.2;
  }
}

.section_concept {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_concept .concept_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_concept .concept_l {
    width: 70%;
    margin: 0 auto;
  }
}
.section_concept .concept_r {
  width: 50%;
  margin-top: 5%;
}
@media screen and (max-width: 767px) {
  .section_concept .concept_r {
    width: 100%;
    margin-top: 30px;
  }
}
.section_concept .concept_r ul li {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .section_concept .concept_r ul li {
    margin-bottom: 20px;
  }
}
.section_concept .concept_r ul li:last-child {
  margin-bottom: 0;
}
.section_concept .concept_r ul li .service_l {
  background: rgba(220, 196, 117, 0.1);
  border-radius: 50%;
  color: #bd9b42;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Cormorant Infant", serif;
  width: 100px;
  height: 100px;
  line-height: 1;
}
.section_concept .concept_r ul li .service_l span {
  display: block;
  font-size: 1.875em;
  margin-bottom: 5px;
}
.section_concept .concept_r ul li .service_r {
  width: calc(100% - 120px);
}
.section_concept .concept_r ul li .service_r .title {
  color: #bd9b42;
}

.section_wellness {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  line-height: 2.625;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_wellness {
    line-height: 2.2;
    margin-bottom: 30px;
  }
}
.section_wellness .wellness_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_wellness .wellness_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_wellness .wellness_l .slick-track {
  width: 100% !important;
}
.section_wellness .wellness_l .slick-track li {
  width: 100% !important;
}
.section_wellness .wellness_r {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_wellness .wellness_r {
    width: 100%;
  }
}

.section_profile {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .section_profile {
    margin-bottom: 1em;
  }
}
.section_profile.page_en {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .section_profile.page_en {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .section_profile.page_en .profile_r {
    width: 100%;
    margin: 1em 0 0;
  }
}
.section_profile .profile_l {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .section_profile .profile_l {
    width: 30%;
  }
}
.section_profile .profile_r {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .section_profile .profile_r {
    width: 65%;
  }
}

.section_dining {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  border-top: 1px solid #bd9b42;
  border-bottom: 1px solid #bd9b42;
  margin-bottom: 50px;
  padding: 2.5em;
}
@media screen and (max-width: 767px) {
  .section_dining {
    padding: 2em 0;
    margin-bottom: 2em;
  }
}
.section_dining .dining_l {
  width: 210px;
}
@media screen and (max-width: 767px) {
  .section_dining .dining_l {
    width: 100%;
    margin-bottom: 1em;
  }
}
.section_dining .dining_l .line_ttl {
  margin-bottom: 0.5em;
}
.section_dining .dining_r {
  width: calc(100% - 230px);
}
@media screen and (max-width: 767px) {
  .section_dining .dining_r {
    width: 100%;
  }
}

.section_stay {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.section_stay .stay_l {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .section_stay .stay_l {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
  }
}
.section_stay .stay_r {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .section_stay .stay_r {
    width: 100%;
  }
}

.section_service {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .section_service {
    flex-flow: wrap;
  }
}
.section_service .service_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_service .service_r {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_service .service_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_service .service_l {
    width: 100%;
  }
}
.section_service .service_l a.button_04 {
  margin: 2em 0 0;
}

.section_service_02 {
  border: 1px solid #bd9b42;
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .section_service_02 {
    padding: 30px 5vw;
    text-align: left;
  }
}
.section_service_02 .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 0.9375em;
  margin-bottom: 2em;
}
.section_service_02 img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.section_stay_ttl {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_stay_ttl {
    margin-bottom: 20px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .section_stay_ttl .stay_l {
    width: 100%;
  }
}
.section_stay_ttl .stay_l .line_ttl {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_stay_ttl .stay_l .line_ttl {
    margin-bottom: 1em;
  }
}

.section_stay_02 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  line-height: 2.625;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_stay_02 {
    line-height: 2.2;
    margin-bottom: 30px;
  }
}
.section_stay_02 .stay_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_stay_02 .stay_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_stay_02 .stay_r {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_stay_02 .stay_r {
    width: 100%;
  }
}

.box_measures {
  border: 1px solid #bd9b42;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .box_measures {
    padding: 25px 5vw;
  }
}
.box_measures .title {
  color: #bd9b42;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.5em;
  font-size: 1.625em;
}
@media screen and (max-width: 767px) {
  .box_measures .title {
    margin-bottom: 0.5em;
    font-size: 1.5em;
  }
}
.box_measures .txt {
  text-align: center;
  line-height: 2.6;
}
@media screen and (max-width: 767px) {
  .box_measures .txt {
    line-height: 2.2;
  }
}
.box_measures .dot {
  margin-bottom: 0.5em;
}
.box_measures .dot:last-child {
  margin-bottom: 0;
}

.section_measures {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  line-height: 2.625;
}
@media screen and (max-width: 767px) {
  .section_measures {
    line-height: 2.2;
    flex-flow: wrap;
  }
}
.section_measures .measures_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_measures .measures_r {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_measures .measures_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_measures .measures_l {
    width: 100%;
  }
}

.section_facility {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  border-top: 1px solid #bd9b42;
  border-bottom: 1px solid #bd9b42;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .section_facility {
    padding: 30px 5vw;
  }
}
.section_facility .facility_l {
  width: 25%;
  padding: 1em 50px 1em 0;
  border-right: 1px solid #bd9b42;
}
@media screen and (max-width: 767px) {
  .section_facility .facility_l {
    width: 100%;
    border-right: none;
    padding: 0 0 30px;
  }
}
.section_facility .facility_l .title {
  color: #bd9b42;
  font-size: 1.625em;
  line-height: 1.5;
  margin-bottom: 1.5em;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .section_facility .facility_l .title {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
}
.section_facility .facility_r {
  width: 75%;
  padding: 2em 0 2em 80px;
}
@media screen and (max-width: 767px) {
  .section_facility .facility_r {
    width: 100%;
    padding: 0;
  }
}
.section_facility .facility_r .list_news {
  margin-bottom: 0;
}

/*#insta_wrap #sb_instagram {
	.sbi_item {
		height: 19.6vw!important;
		@include mq(md) {
			height: 33.35vw!important;
		}
		a {
			height: 19.6vw!important;
			@include mq(md) {
				height: 33.35vw!important;
			}
		}
	}
}*/
/*
6:ul
------------------------------------------------------------
*/
.list_topics__slider {
  width: calc(100% + 60px);
  margin: 0 0 60px -30px;
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .list_topics__slider {
    width: 90%;
    margin: 0 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .list_topics__slider .slick-list {
    overflow: visible;
  }
}
.list_topics__slider .slick-prev, .list_topics__slider .slick-next {
  top: 95px;
  bottom: auto;
}
@media screen and (max-width: 1520px) {
  .list_topics__slider .slick-prev, .list_topics__slider .slick-next {
    top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .list_topics__slider .slick-prev, .list_topics__slider .slick-next {
    top: calc(25vw - 20px);
  }
}
.list_topics__slider li {
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .list_topics__slider li {
    margin: 0 15px;
  }
}
.list_topics__slider li a {
  display: block;
}
.list_topics__slider li a:hover {
  opacity: 0.7;
  /*.fit {
  	transform: scale(1.1);
  }*/
}
.list_topics__slider li .topics_img {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.list_topics__slider li .topics_img::before {
  display: block;
  content: "";
  padding: 72% 0 0;
}
.list_topics__slider li .topics_img .fit {
  position: absolute;
  top: 0;
  left: 0;
}
.list_topics__slider li .topics_content .cat {
  background: #bd9b42;
  color: #fff;
  display: table;
  padding: 0 1em;
  display: inline-block;
  margin: 0 0.7em 0.7em 0;
}
.list_topics__slider li .topics_content .title {
  color: #bd9b42;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_topics__slider li .topics_content .title {
    font-size: 1.5em;
  }
}
.list_topics__slider li .topics_content .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 0.5em;
}
.list_topics__slider li .topics_content .day {
  color: #bd9b42;
  font-size: 1.06em;
}

/* 2024/1/10 add */
.list_topics__slider_2 {
  width: calc(100% + 60px);
  margin: 0 0 60px -30px;
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2 {
    width: 90%;
    margin: 0 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2 .slick-list {
    overflow: visible;
  }
}
.list_topics__slider_2 .slick-prev, .list_topics__slider_2 .slick-next {
  top: 430px;
  bottom: auto;
}
@media screen and (max-width: 1520px) {
  .list_topics__slider_2 .slick-prev, .list_topics__slider_2 .slick-next {
    top: 6vw;
  }
}
@media screen and (max-width: 1300px) {
  .list_topics__slider_2 .slick-prev, .list_topics__slider_2 .slick-next {
    top: 410px;
  }
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2 .slick-prev, .list_topics__slider_2 .slick-next {
    top: calc(25vw - 20px);
  }
}
.list_topics__slider_2 li {
  vertical-align: top;
}
.list_topics__slider_2 li a {
  display: block;
  height: 480px;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2 li a {
    height: 450px;
    margin: 0 15px;
  }
}
.list_topics__slider_2 li a:hover {
  opacity: 0.7;
  /*.fit {
  	transform: scale(1.1);
  }*/
}
.list_topics__slider_2 li .topics_img {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.list_topics__slider_2 li .topics_img::before {
  display: block;
  content: "";
  padding: 72% 0 0;
}
.list_topics__slider_2 li .topics_img .fit {
  position: absolute;
  top: 0;
  left: 0;
}
.list_topics__slider_2 li .topics_content .cat {
  background: #bd9b42;
  color: #fff;
  display: table;
  padding: 0 1em;
  display: inline-block;
  margin: 0 0.7em 0.7em 0;
}
.list_topics__slider_2 li .topics_content .title {
  color: #bd9b42;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2 li .topics_content .title {
    font-size: 1.5em;
  }
}
.list_topics__slider_2 li .topics_content .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 0.5em;
}
.list_topics__slider_2 li .topics_content .day {
  color: #bd9b42;
  font-size: 1.06em;
}

.list_topics__slider_2_en {
  width: calc(100% + 60px);
  margin: 0 0 60px -30px;
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2_en {
    width: 90%;
    margin: 0 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2_en .slick-list {
    overflow: visible;
  }
}
.list_topics__slider_2_en .slick-prev, .list_topics__slider_2_en .slick-next {
  top: 230px;
  bottom: auto;
}
@media screen and (max-width: 1520px) {
  .list_topics__slider_2_en .slick-prev, .list_topics__slider_2_en .slick-next {
    top: 6vw;
  }
}
@media screen and (max-width: 1300px) {
  .list_topics__slider_2_en .slick-prev, .list_topics__slider_2_en .slick-next {
    top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2_en .slick-prev, .list_topics__slider_2_en .slick-next {
    top: calc(25vw - 20px);
  }
}
.list_topics__slider_2_en li {
  vertical-align: top;
}
.list_topics__slider_2_en li a {
  display: block;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2_en li a {
    margin: 0 15px;
  }
}
.list_topics__slider_2_en li a:hover {
  opacity: 0.7;
  /*.fit {
  	transform: scale(1.1);
  }*/
}
.list_topics__slider_2_en li .topics_img {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.list_topics__slider_2_en li .topics_img::before {
  display: block;
  content: "";
  padding: 72% 0 0;
}
.list_topics__slider_2_en li .topics_img .fit {
  position: absolute;
  top: 0;
  left: 0;
}
.list_topics__slider_2_en li .topics_content .cat {
  background: #bd9b42;
  color: #fff;
  display: table;
  padding: 0 1em;
  margin-bottom: 0.7em;
}
.list_topics__slider_2_en li .topics_content .title {
  color: #bd9b42;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_topics__slider_2_en li .topics_content .title {
    font-size: 1.5em;
  }
}
.list_topics__slider_2_en li .topics_content .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 0.5em;
}
.list_topics__slider_2_en li .topics_content .day {
  color: #bd9b42;
  font-size: 1.06em;
}

.list_topics {
  font-size: 0.85em;
  display: flex;
  flex-flow: wrap;
  margin-bottom: -6%;
}
@media screen and (max-width: 767px) {
  .list_topics {
    margin-bottom: -30px;
  }
}
.list_topics li {
  width: 48%;
  margin: 0 4% 6% 0;
}
@media screen and (max-width: 767px) {
  .list_topics li {
    width: 100%;
    margin: 0 0 30px;
  }
}
.list_topics li:nth-child(2n) {
  margin-right: 0;
}
.list_topics li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .list_topics li a {
    display: flex;
    justify-content: space-between;
  }
}
.list_topics li a:hover {
  opacity: 0.7;
  /*.fit {
  	transform: scale(1.1);
  }*/
}
.list_topics li .topics_img {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list_topics li .topics_img {
    width: 30%;
  }
}
.list_topics li .topics_img::before {
  display: block;
  content: "";
  padding: 72% 0 0;
}
.list_topics li .topics_img .fit {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list_topics li .topics_content {
    width: 65%;
  }
}
.list_topics li .topics_content .cat {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_topics li .topics_content .cat {
    font-size: 0.9em;
  }
}
.list_topics li .topics_content .cat span {
  padding: 0.2em 1em;
  min-width: 130px;
}
@media screen and (max-width: 767px) {
  .list_topics li .topics_content .cat span {
    min-width: 1px;
    padding: 0.2em 0.5em;
  }
}
.list_topics li .topics_content .cat span.topics_status {
  border: 1px solid #bd9b42;
  color: #bd9b42;
  margin-right: 10px;
}
.list_topics li .topics_content .cat span.topics_cat {
  border: 1px solid #bd9b42;
  background: #bd9b42;
  color: #fff;
  display: inline-block;
  margin: 0 0.7em 0.7em 0;
}
.list_topics li .topics_content .title {
  color: #bd9b42;
  font-size: 1.5em;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .list_topics li .topics_content .title {
    font-size: 1.4em;
  }
}
.list_topics li .topics_content .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  margin-bottom: 0.5em;
}
.list_topics li .topics_content .day {
  color: #bd9b42;
  font-size: 1.06em;
}
@media screen and (max-width: 767px) {
  .list_topics li .topics_content .day {
    font-size: 0.9em;
  }
}

.list_news {
  line-height: 1.6;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .list_news {
    margin-bottom: 1.5em;
  }
}
.list_news li {
  margin-bottom: 1.5em;
}
.list_news li:last-child {
  margin-bottom: 0;
}
.list_news li a {
  display: inline-flex;
}
.list_news li .day {
  margin-right: 2em;
  color: #bd9b42;
}
@media screen and (max-width: 767px) {
  .list_news li .day {
    margin-right: 1em;
  }
}

.list_top {
  color: #fff;
}
.list_top.page_en > li:nth-child(even) .top_box .top_r .vertical_p {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .list_top.page_en > li:nth-child(even) .top_box .top_r .vertical_p {
    text-align: right;
  }
}
.list_top.page_en > li .top_box {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .list_top.page_en > li .top_box {
    justify-content: flex-end;
  }
}
.list_top.page_en > li .top_box .top_l {
  margin: 3em 0;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .list_top.page_en > li .top_box .top_l {
    margin: 0;
  }
}
.list_top.page_en > li .top_box .top_r .vertical_p {
  padding: 0 15px;
  font-family: "Cormorant Infant", serif;
  font-size: 1.12em;
  letter-spacing: 0.1em;
  text-align: right;
  writing-mode: horizontal-tb;
  top: auto;
  bottom: 15px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_top.page_en > li .top_box .top_r .vertical_p {
    font-size: 1em;
    white-space: normal;
  }
}
.list_top > li {
  padding: 80px 0 60px;
}
@media screen and (max-width: 767px) {
  .list_top > li {
    padding: 15vw 0 5vw;
  }
}
.list_top > li:nth-child(1) {
  background: url("../images/bg_pattern_02.png") repeat center, linear-gradient(135deg, #c39d5f, #dcbb8a);
}
.list_top > li:nth-child(2) {
  background: url("../images/bg_pattern_03.png") repeat center, linear-gradient(135deg, #ac9276, #cab4a3);
}
.list_top > li:nth-child(3) {
  background: url("../images/bg_pattern_04.png") repeat center, linear-gradient(135deg, #a8988e, #b9a497);
}
.list_top > li:nth-child(2n) .top_box {
  flex-flow: wrap;
}
.list_top > li:nth-child(2n) .top_box .top_l {
  padding: 0 0 0 5vw;
}
@media screen and (max-width: 767px) {
  .list_top > li:nth-child(2n) .top_box .top_l {
    padding: 1em 5vw 0;
  }
}
.list_top > li .top_box {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  margin-bottom: 60px;
  padding: 0 10vw;
}
@media screen and (max-width: 767px) {
  .list_top > li .top_box {
    flex-flow: wrap;
    justify-content: flex-end;
    margin-bottom: 3em;
    padding: 0;
  }
}
.list_top > li .top_box .top_ttl {
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .list_top > li .top_box .top_ttl {
    width: 100%;
    margin-left: 5vw;
  }
}
.list_top > li .top_box .top_ttl span {
  color: #fff;
}
.list_top > li .top_box .top_l {
  width: 48%;
  padding: 0 5vw 0 0;
}
@media screen and (max-width: 767px) {
  .list_top > li .top_box .top_l {
    width: 100%;
    padding: 1em 5vw 0;
  }
}
.list_top > li .top_box .top_l .txt {
  line-height: 2.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_top > li .top_box .top_l .txt {
    line-height: 2;
    margin-bottom: 1.5em;
  }
}
.list_top > li .top_box .top_l a.button {
  border-color: #fff;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .list_top > li .top_box .top_l a.button {
    margin: 0 auto;
  }
}
.list_top > li .top_box .top_r {
  width: 52%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 330px;
}
@media screen and (max-width: 767px) {
  .list_top > li .top_box .top_r {
    width: calc(100% - 5vw);
    height: 65vw;
    min-height: 1px;
  }
}
.list_top > li .top_box .top_r:before {
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(117, 86, 54, 0), #755636);
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.list_top > li .top_box .top_r .vertical_p {
  position: absolute;
  top: 30px;
  right: 30px;
  writing-mode: vertical-rl;
  font-size: 1.4em;
  line-height: 1.8;
  letter-spacing: 3px;
  text-shadow: 0 0 10px #5b482b;
}
@media screen and (max-width: 767px) {
  .list_top > li .top_box .top_r .vertical_p {
    top: auto;
    bottom: 10vw;
    right: 5vw;
    font-size: 1.3em;
    letter-spacing: 3px;
    white-space: nowrap;
  }
}

.list_top_02 {
  display: flex;
  flex-flow: wrap;
  margin: 0 10vw;
}
@media screen and (max-width: 767px) {
  .list_top_02 {
    margin: 0 5vw;
  }
}
.list_top_02.column2 li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_top_02.column2 li {
    width: 100%;
  }
}
.list_top_02.column4 li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .list_top_02.column4 li {
    width: 100%;
  }
}
.list_top_02 li {
  width: 33.33%;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .list_top_02 li {
    width: 100%;
    border-right: none;
    margin-bottom: 10px;
  }
}
.list_top_02 li:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .list_top_02 li:last-child {
    margin-bottom: 0;
  }
}
.list_top_02 li a {
  display: block;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_top_02 li a {
    height: 100px;
  }
}
.list_top_02 li a:before {
  position: absolute;
  content: "";
  background: linear-gradient(to left, rgba(84, 72, 58, 0), #54483a);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  mix-blend-mode: multiply;
}
.list_top_02 li a:after {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat center/100% 100%;
  width: 25px;
  height: 25px;
  bottom: 0;
  right: 20px;
  margin: auto;
  top: 0;
}
@media screen and (max-width: 1300px) {
  .list_top_02 li a:after {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.list_top_02 li a:hover {
  opacity: 0.7;
}
.list_top_02 li a .title {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3em;
  line-height: 1.5;
  width: calc(100% - 20px - 40px);
}
@media screen and (max-width: 767px) {
  .list_top_02 li a .title {
    left: 5vw;
    font-size: 1.2em;
    width: calc(100% - 5vw - 40px);
  }
}
.list_top_02 li a .title span {
  display: block;
  font-size: 0.85em;
}

.lsit_reserve__btn {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .lsit_reserve__btn {
    width: 90%;
    margin: 0 auto;
  }
}
.lsit_reserve__btn li {
  margin-right: 30px;
  width: 335px;
}
@media screen and (max-width: 767px) {
  .lsit_reserve__btn li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.lsit_reserve__btn li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .lsit_reserve__btn li:last-child {
    margin-bottom: 0;
  }
}
.lsit_reserve__btn li a {
  display: block;
  background: #fff;
  color: #bd9b42;
  padding: 1em;
}
.lsit_reserve__btn li a:hover {
  color: #fff;
  background: #bd9b42;
}

.list_blog__slider {
  width: calc(100% + 60px);
  margin-left: -30px;
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .list_blog__slider {
    width: 90%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_blog__slider .slick-list {
    overflow: visible;
  }
}
.list_blog__slider .slick-prev, .list_blog__slider .slick-next {
  top: 95px;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .list_blog__slider .slick-prev, .list_blog__slider .slick-next {
    top: calc(25vw - 20px);
  }
}
.list_blog__slider li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .list_blog__slider li {
    margin: 0 15px;
  }
}
.list_blog__slider li a {
  display: block;
}
.list_blog__slider li a:hover {
  opacity: 0.7;
  /*.fit {
  	transform: scale(1.1);
  }*/
}
.list_blog__slider li .blog_img {
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
}
.list_blog__slider li .blog_img::before {
  display: block;
  content: "";
  padding: 72% 0 0;
}
.list_blog__slider li .blog_img .fit {
  position: absolute;
  top: 0;
  left: 0;
}
.list_blog__slider li .blog_content .day {
  font-size: 1.06em;
  color: #bd9b42;
  line-height: 1;
  margin-bottom: 0.7em;
}
.list_blog__slider li .blog_content .title {
  font-size: 1.3em;
  color: #bd9b42;
  line-height: 1.6;
  margin-bottom: 0.3em;
}
.list_blog__slider li .blog_content .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.list_sns {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .list_sns {
    margin-bottom: 10vw;
  }
}
.list_sns li {
  width: 45px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .list_sns li {
    width: 40px;
  }
}
.list_sns li:last-child {
  margin-right: 0;
}

.list_blog li {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f2ebd9;
}
@media screen and (max-width: 767px) {
  .list_blog li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.list_blog li:last-child {
  margin-bottom: 0;
}
.list_blog li a {
  display: flex;
  justify-content: space-between;
}
.list_blog li a:hover {
  opacity: 0.7;
  /*.fit {
  	transform: scale(1.1);
  }*/
}
.list_blog li .blog_l {
  width: 30%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.list_blog li .blog_l::before {
  display: block;
  content: "";
  padding: 72% 0 0;
}
.list_blog li .blog_l .fit {
  position: absolute;
  top: 0;
  left: 0;
}
.list_blog li .blog_r {
  width: 65%;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .list_blog li .blog_r {
    margin-top: 0;
  }
}
.list_blog li .blog_r .day {
  color: #bd9b42;
  line-height: 1.6;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .list_blog li .blog_r .day {
    font-size: 0.85em;
  }
}
.list_blog li .blog_r .day span {
  display: inline-block;
}
.list_blog li .blog_r .title {
  color: #bd9b42;
  line-height: 1.6;
  margin-bottom: 0.5em;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .list_blog li .blog_r .title {
    font-size: 1.2em;
  }
}
.list_blog li .blog_r .txt {
  font-size: 0.9375em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .list_blog li .blog_r .txt {
    font-size: 0.85em;
  }
}

.list_contact_nav {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 550px;
  margin: 0 auto 60px;
  font-size: 0.9375em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_contact_nav {
    max-width: 250px;
    font-size: 0.8em;
    margin: 0 auto 10vw;
  }
}
.list_contact_nav:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 480px;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  background: #f2ebd9;
}
@media screen and (max-width: 767px) {
  .list_contact_nav:before {
    width: 200px;
    top: 7px;
  }
}
.list_contact_nav li span {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: block;
  margin: 0 auto 10px;
  background: #f2ebd9;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list_contact_nav li span {
    width: 15px;
    height: 15px;
  }
}
.list_contact_nav li.current span {
  background: #bd9b42;
}

.list_access {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-bottom: -1.25%;
}
@media screen and (max-width: 767px) {
  .list_access {
    margin-bottom: -5vw;
  }
}
.list_access li {
  width: 32.5%;
  margin: 0 1.25% 1.25% 0;
  background: #fbf9f2;
  padding: 2.5em 2em 2em;
}
@media screen and (max-width: 767px) {
  .list_access li {
    width: 100%;
    margin: 0 0 5vw;
    padding: 30px 5vw 5vw;
  }
}
.list_access li:nth-child(3n) {
  margin-right: 0;
}
.list_access li .section_access {
  line-height: 1.7;
  margin-bottom: 1.5em;
}
.list_access li .section_access .title {
  color: #bd9b42;
  margin-bottom: 0.3em;
}
.list_access li .section_access .txt {
  font-size: 0.875em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.list_access li .section_access img {
  margin: 10px 0;
}
.list_access li a.more {
  margin-top: 1em;
  font-size: 0.9375em;
}
.list_access li a.more:before {
  background: url(../images/right_gw.svg) no-repeat center/cover;
}

.list_policy {
  counter-reset: count01;
}
.list_policy li {
  position: relative;
  padding-left: 2em;
  margin-top: 1em;
}
.list_policy li:before {
  position: absolute;
  counter-increment: count01;
  content: counter(count01, decimal-leading-zero) ".";
  left: 0;
  top: 0;
  color: #bd9b42;
}
.list_policy li li {
  margin-top: 0;
}

.list_policy_02 {
  font-size: 1.125em;
  counter-reset: count02;
}
@media screen and (max-width: 767px) {
  .list_policy_02 {
    font-size: 1em;
  }
}
.list_policy_02 li {
  position: relative;
  padding-left: 1.8em;
  margin-top: 1em;
}
.list_policy_02 li:before {
  position: absolute;
  counter-increment: count02;
  content: counter(count02) ".";
  left: 0;
  top: 0;
  color: #bd9b42;
}

.list_nav {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2.6%;
  font-size: 1.125em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_nav {
    font-size: 1em;
  }
}
.list_nav li {
  width: 23%;
  margin: 0 2.6% 2.6% 0;
}
@media screen and (max-width: 767px) {
  .list_nav li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.list_nav li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_nav li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_nav li a {
  color: #bd9b42;
  border: 1px solid #bd9b42;
  display: block;
  padding: 1em 1em 40px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list_nav li a {
    padding: 1em 1em 25px;
  }
}
.list_nav li a:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_g.svg) no-repeat center/100% 100%;
  width: 10px;
  height: 20px;
  transform: rotate(90deg);
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_nav li a:after {
    width: 7px;
    height: 14px;
    bottom: 10px;
  }
}
.list_nav li a:hover {
  opacity: 0.5;
}

.list_nav_02 {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2.6%;
  font-size: 1.375em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_nav_02 {
    font-size: 1em;
  }
}
.list_nav_02 li {
  width: 31%;
  margin: 0 3.5% 3.5% 0;
}
@media screen and (max-width: 767px) {
  .list_nav_02 li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.list_nav_02 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_nav_02 li:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .list_nav_02 li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_nav_02 li a {
  color: #bd9b42;
  border: 1px solid #bd9b42;
  display: block;
  padding: 1em 1em 40px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list_nav_02 li a {
    padding: 1em 1em 25px;
  }
}
.list_nav_02 li a:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_g.svg) no-repeat center/100% 100%;
  width: 10px;
  height: 20px;
  transform: rotate(90deg);
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_nav_02 li a:after {
    width: 7px;
    height: 14px;
    bottom: 10px;
  }
}
.list_nav_02 li a:hover {
  opacity: 0.5;
}

.list_nav_03 {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -2.6%;
  font-size: 1.375em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_nav_03 {
    font-size: 1em;
  }
}
.list_nav_03 li {
  width: 22%;
  margin: 0 4% 4% 0;
}
@media screen and (max-width: 767px) {
  .list_nav_03 li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
}
.list_nav_03 li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_nav_03 li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_nav_03 li a {
  color: #bd9b42;
  border: 1px solid #bd9b42;
  display: grid;
  place-content: center;
  line-height: 1.5;
  padding: 1em 1em 40px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list_nav_03 li a {
    padding: 1em 1em 25px;
  }
}
.list_nav_03 li a:after {
  position: absolute;
  content: "";
  background: url(../images/arrow_g.svg) no-repeat center/100% 100%;
  width: 10px;
  height: 20px;
  transform: rotate(90deg);
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .list_nav_03 li a:after {
    width: 7px;
    height: 14px;
    bottom: 10px;
  }
}
.list_nav_03 li a:hover {
  opacity: 0.5;
}

.list_meeting {
  display: flex;
  flex-flow: wrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_meeting {
    font-size: 0.85em;
  }
}
.list_meeting.page_en li .title {
  line-height: 1.4;
  margin: 0 0 0.25em;
}
.list_meeting.page_en li .txt {
  line-height: 1.5;
}
.list_meeting li {
  width: 31%;
  margin-right: 3.5%;
}
.list_meeting li:last-child {
  margin-right: 0;
}
.list_meeting li .img_room {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_meeting li .img_room {
    margin-bottom: 15px;
  }
}
.list_meeting li .title {
  color: #bd9b42;
  letter-spacing: 2px;
  font-size: 1.375em;
}
.list_meeting li .txt {
  margin-bottom: 1.5em;
}

.list_meeting_02 {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  margin-bottom: -2.5%;
  line-height: 1.25;
  font-size: 0.8125em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
@media screen and (max-width: 767px) {
  .list_meeting_02 {
    margin-bottom: -2%;
  }
}
.list_meeting_02 li {
  background: #fff;
  padding: 15px 0.5em;
  width: 18%;
  margin: 0 2.5% 2.5% 0;
}
@media screen and (max-width: 767px) {
  .list_meeting_02 li {
    width: 32%;
    margin: 0 2% 2% 0;
    padding: 15px 0.5em;
  }
}
.list_meeting_02 li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_meeting_02 li:nth-child(3n) {
    margin-right: 0;
  }
}
.list_meeting_02 li .title {
  color: #bd9b42;
  min-height: 40px;
  margin-bottom: 0.5em;
  font-size: 1.15em;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.list_meeting_02 li .title span {
  font-size: 0.8em;
}
.list_meeting_02 li img {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .list_meeting_02 li img {
    width: 35px;
    height: 35px;
  }
}

.list_concept li {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .list_concept li {
    margin-bottom: 20vw;
  }
}
.list_concept li:nth-child(2n) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_concept li:nth-child(2n) {
    flex-flow: wrap;
  }
}
.list_concept li:last-child {
  margin-bottom: 0;
}
.list_concept li .concept_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_concept li .concept_l {
    width: 100%;
  }
}
.list_concept li .concept_l img {
  width: 100%;
}
.list_concept li .concept_r {
  width: 50%;
  padding: 0 5vw;
}
@media screen and (max-width: 767px) {
  .list_concept li .concept_r {
    width: 100%;
    padding: 30px 5vw 0 5vw;
  }
}
.list_concept li .concept_r .title {
  font-family: "Cormorant Infant", serif;
  font-size: 3.75em;
  line-height: 1;
  margin-bottom: 0.8em;
  color: #bd9b42;
  letter-spacing: 8px;
}
@media screen and (max-width: 767px) {
  .list_concept li .concept_r .title {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    letter-spacing: 4px;
  }
}
.list_concept li .concept_r .txt {
  line-height: 2.625;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .list_concept li .concept_r .txt {
    line-height: 2.2;
    margin-bottom: 2em;
  }
}
.list_concept li .concept_r a.button, .list_concept li .concept_r a.button_img {
  margin: 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .list_concept li .concept_r a.button, .list_concept li .concept_r a.button_img {
    margin: 0 auto 1.5em;
  }
}
.list_concept li .concept_r a.button:last-child, .list_concept li .concept_r a.button_img:last-child {
  margin-bottom: 0;
}

.list_concept__accordion li {
  background: #fbf9f2;
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_concept__accordion li {
    margin-bottom: 5vw;
  }
}
.list_concept__accordion li:last-child {
  margin-bottom: 0;
}
.list_concept__accordion li .concept_ac_switch {
  line-height: 1;
  color: #bd9b42;
  font-size: 1.25em;
  padding: 2em 100px 2em 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_concept__accordion li .concept_ac_switch {
    padding: 1.5em 50px 1.5em 1em;
    font-size: 1em;
  }
}
.list_concept__accordion li .concept_ac_switch span {
  font-size: 1.8em;
  font-family: "Cormorant Infant", serif;
  display: block;
  margin-bottom: 0.5em;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .list_concept__accordion li .concept_ac_switch span {
    letter-spacing: 2px;
  }
}
.list_concept__accordion li .concept_ac_switch .plus {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .list_concept__accordion li .concept_ac_switch .plus {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
.list_concept__accordion li .concept_ac_switch .plus:before, .list_concept__accordion li .concept_ac_switch .plus:after {
  position: absolute;
  content: "";
  background: #bd9b42;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.list_concept__accordion li .concept_ac_switch .plus:after {
  right: 0;
  transform: rotate(90deg);
}
.list_concept__accordion li .concept_ac_switch.open .plus:after {
  transform: rotate(0deg);
}
.list_concept__accordion li .accordion_content {
  max-width: 900px;
  margin: 70px auto;
}
@media screen and (max-width: 767px) {
  .list_concept__accordion li .accordion_content {
    margin: 20px 5vw 5vw;
  }
}
.list_concept__accordion li .section_concept_02 {
  font-size: 0.9375em;
}
.list_concept__accordion li .section_concept_02 .title {
  font-size: 1.7em;
  margin-bottom: 1em;
  line-height: 1.6;
  color: #bd9b42;
}
@media screen and (max-width: 767px) {
  .list_concept__accordion li .section_concept_02 .title {
    font-size: 1.3em;
  }
}
.list_concept__accordion li .section_concept_03 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #f2ebd9;
}
@media screen and (max-width: 767px) {
  .list_concept__accordion li .section_concept_03 {
    padding-top: 8vw;
    margin-top: 8vw;
  }
}
.list_concept__accordion li .section_concept_03 .concept_l {
  width: 20%;
}
.list_concept__accordion li .section_concept_03 .concept_r {
  width: 75%;
}
.list_concept__accordion li .section_concept_03 .concept_r .name {
  color: #bd9b42;
  font-size: 1.375em;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_concept__accordion li .section_concept_03 .concept_r .name {
    font-size: 1.2em;
  }
}
.list_concept__accordion li .section_concept_03 .concept_r .name .jp {
  display: block;
  font-size: 0.6em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.list_concept__accordion li .section_concept_03 .concept_r .name .en {
  margin-left: 1em;
  font-size: 0.7em;
}
.list_concept__accordion li .section_concept_03 .concept_r .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 0.875em;
}
.list_concept__accordion li .img_concept {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .list_concept__accordion li .img_concept {
    margin-top: 5vw;
  }
}

.list_about {
  line-height: 2.625;
}
@media screen and (max-width: 767px) {
  .list_about {
    line-height: 2.2;
  }
}
.list_about > li {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .list_about > li {
    margin-bottom: 15vw;
  }
}
.list_about > li:last-child {
  margin-bottom: 0;
}
.list_about > li:nth-child(2n) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_about > li:nth-child(2n) {
    flex-flow: wrap;
  }
}
.list_about > li .about_l {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .list_about > li .about_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_about > li .about_r {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .list_about > li .about_r {
    width: 100%;
  }
}
.list_about > li .about_r .title {
  color: #bd9b42;
  line-height: 1.6;
  margin-bottom: 0.8em;
  font-size: 1.625em;
}
@media screen and (max-width: 767px) {
  .list_about > li .about_r .title {
    font-size: 1.5em;
  }
}

.list_about_add {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .list_about_add {
    margin-bottom: -4em;
  }
}
.list_about_add li {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.list_about_add li .table_about {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .list_about_add li {
    width: 100%;
    margin-bottom: 4em;
  }
}
.list_about_add li:first-child a.button_03 {
  margin-top: 63px;
}
@media screen and (max-width: 767px) {
  .list_about_add li:first-child a.button_03 {
    margin-top: 1.5em;
  }
}
.list_about_add li .title {
  color: #bd9b42;
  font-size: 1.125em;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
  margin-bottom: 1em;
}
.list_about_add li .title span {
  display: block;
  font-size: 2em;
  margin-top: 10px;
}
.list_about_add li a.button_03 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .list_about_add li a.button_03 {
    margin-top: 1.5em;
  }
}

.list_button {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin: 0 -40px -40px 0;
}
@media screen and (max-width: 767px) {
  .list_button {
    margin: 0 0 -1.5em;
  }
}
.list_button li {
  margin: 0 40px 40px 0;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .list_button li {
    width: 100%;
    margin: 0 0 1.5em;
  }
}

.list_history li {
  margin-bottom: 160px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .list_history li {
    margin-bottom: 15vw;
  }
}
.list_history li:last-child {
  margin-bottom: 0;
}
.list_history li:nth-child(2n) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_history li:nth-child(2n) {
    flex-flow: wrap;
  }
}
.list_history li .history_l {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .list_history li .history_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_history li .history_r {
  width: 44%;
}
@media screen and (max-width: 767px) {
  .list_history li .history_r {
    width: 100%;
  }
}
.list_history li .history_r dl {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  margin-bottom: 1.5em;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .list_history li .history_r dl {
    margin-bottom: 1em;
  }
}
.list_history li .history_r dl dt {
  background: #bd9b42;
  color: #fff;
  width: 130px;
  text-align: center;
  margin-right: 1em;
  font-family: "Cormorant Infant", serif;
}
.list_history li .history_r dl dd {
  color: #bd9b42;
}
.list_history li .history_r .title {
  color: #bd9b42;
  line-height: 1.6;
  margin-bottom: 0.8em;
  font-size: 1.625em;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .list_history li .history_r .title {
    font-size: 1.5em;
  }
}
.list_history li .history_r .title.page_en {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .list_history li .history_r .title.page_en {
    font-size: 1.33em;
  }
}

.list_wellness li:nth-child(2n) .wellness_ac__title {
  flex-flow: wrap;
}
.list_wellness li .wellness_ac__title {
  background: url(../images/bg_pattern_04.png) repeat center, linear-gradient(135deg, #a8988e, #b9a497);
  display: flex;
  flex-flow: row-reverse;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .list_wellness li .wellness_ac__title {
    flex-flow: wrap;
    margin-bottom: 5vw;
  }
}
.list_wellness li .wellness_ac__title .wellness_r {
  width: calc(100% - 600px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .list_wellness li .wellness_ac__title .wellness_r {
    width: 100%;
    height: 40vw;
  }
}
.list_wellness li .wellness_ac__title .wellness_l {
  width: 600px;
  font-size: 1.8em;
  padding: 60px 1em;
}
@media screen and (max-width: 767px) {
  .list_wellness li .wellness_ac__title .wellness_l {
    width: 100%;
    font-size: 1.5em;
    padding: 25px 5vw;
  }
}
.list_wellness li .wellness_ac__title .wellness_l span {
  display: block;
  font-size: 0.85em;
  margin-bottom: 0.5em;
}
.list_wellness li .wellness_ac__title .wellness_l img {
  width: 70px;
  height: 70px;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .list_wellness li .wellness_ac__title .wellness_l img {
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
  }
}
.list_wellness li > .accordion_content {
  margin: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .list_wellness li > .accordion_content {
    margin: 5vw 0 15vw;
  }
}
.list_wellness li .box_02 {
  border-bottom: 1px solid #bd9b42;
}
.list_wellness li .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 0.875em;
}
.list_wellness li .sub_ttl {
  margin-bottom: 0.5em;
}
.list_wellness li .name {
  font-size: 1.375em;
  color: #bd9b42;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_wellness li .name {
    font-size: 1.2em;
    margin-bottom: 0.7em;
  }
}
.list_wellness li .name span {
  margin-left: 1em;
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .list_wellness li .name span {
    margin: 0.5em 0 0;
    font-size: 0.7em;
    display: block;
  }
}

.list_dining li:nth-child(2n) .dining_ac__title {
  flex-flow: wrap;
}
.list_dining li .dining_ac__title {
  background: url("../images/bg_pattern_03.png") repeat center, linear-gradient(135deg, #ac9276, #cab4a3);
  display: flex;
  flex-flow: row-reverse;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .list_dining li .dining_ac__title {
    flex-flow: wrap;
    margin-bottom: 5vw;
  }
}
.list_dining li .dining_ac__title .dining_r {
  width: calc(100% - 600px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .list_dining li .dining_ac__title .dining_r {
    width: 100%;
    height: 40vw;
  }
}
.list_dining li .dining_ac__title .dining_l {
  width: 600px;
  font-size: 1.8em;
  padding: 60px 1em;
}
@media screen and (max-width: 767px) {
  .list_dining li .dining_ac__title .dining_l {
    width: 100%;
    font-size: 1.5em;
    padding: 25px 5vw;
  }
}
.list_dining li .dining_ac__title .dining_l span {
  display: block;
  font-size: 0.85em;
  margin-bottom: 0.5em;
}
.list_dining li .dining_ac__title .dining_l img {
  width: 70px;
  height: 70px;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .list_dining li .dining_ac__title .dining_l img {
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
  }
}
.list_dining li > .accordion_content {
  margin: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .list_dining li > .accordion_content {
    margin: 5vw 0 15vw;
  }
}
.list_dining li > .accordion_content a.button_04 {
  margin-bottom: 50px;
}
.list_dining li .box_02 {
  border-bottom: 1px solid #bd9b42;
}
.list_dining li .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 0.875em;
}

.list_info__table {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_info__table {
    margin-bottom: 10vw;
  }
}
.list_info__table li {
  width: 48%;
  margin-bottom: 20px;
}
.list_info__table li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_info__table li {
    width: 100%;
  }
}

.list_dining_02 {
  font-size: 0.9375em;
}
.list_dining_02 li a {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding-right: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_dining_02 li a {
    padding-right: 30px;
  }
}
.list_dining_02 li a:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/right_g.svg) no-repeat center/100% 100%;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .list_dining_02 li a:after {
    width: 20px;
    height: 20px;
  }
}
.list_dining_02 li a:hover .dining_l .fit {
  transform: scale(1.1);
}
.list_dining_02 li a .dining_l {
  width: 230px;
  height: 160px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_dining_02 li a .dining_l {
    width: 35%;
    height: 25vw;
  }
}
.list_dining_02 li a .dining_r {
  width: calc(100% - 230px - 5%);
}
@media screen and (max-width: 767px) {
  .list_dining_02 li a .dining_r {
    width: 60%;
  }
}
.list_dining_02 li a .dining_r .title {
  color: #bd9b42;
  font-size: 1.46em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .list_dining_02 li a .dining_r .title {
    font-size: 1.3em;
  }
}

.list_stay li:nth-child(2n) .stay_ac__title {
  flex-flow: wrap;
}
.list_stay li .stay_ac__title {
  background: url("../images/bg_pattern_02.png") repeat center, linear-gradient(135deg, #c39d5f, #dcbb8a);
  display: flex;
  flex-flow: row-reverse;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .list_stay li .stay_ac__title {
    flex-flow: wrap;
    margin-bottom: 5vw;
  }
}
.list_stay li .stay_ac__title .stay_r {
  width: calc(100% - 600px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .list_stay li .stay_ac__title .stay_r {
    width: 100%;
    height: 40vw;
  }
}
.list_stay li .stay_ac__title .stay_l {
  width: 600px;
  font-size: 1.5em;
  padding: 60px 1em;
}
@media screen and (max-width: 767px) {
  .list_stay li .stay_ac__title .stay_l {
    width: 100%;
    padding: 25px 5vw;
    font-size: 1.2em;
  }
}
.list_stay li .stay_ac__title .stay_l span {
  display: block;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  font-family: "Cormorant Infant", serif;
}
.list_stay li .stay_ac__title .stay_l img {
  width: 70px;
  height: 70px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .list_stay li .stay_ac__title .stay_l img {
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
  }
}
.list_stay li > .accordion_content {
  margin: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .list_stay li > .accordion_content {
    margin: 10vw 0 15vw;
  }
}
@media screen and (max-width: 767px) {
  .list_stay li > .accordion_content .inner_13 {
    padding: 0;
  }
}
.list_stay li .box_02 {
  border-bottom: 1px solid #bd9b42;
}
.list_stay li .txt {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 0.875em;
}

.list_equipment {
  display: flex;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .list_equipment {
    font-size: 0.9em;
  }
}
.list_equipment li {
  width: 60px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .list_equipment li {
    width: 45px;
  }
}
.list_equipment li:last-child {
  margin-right: 0;
}
.list_equipment li img {
  margin-bottom: 5px;
}

.list_measures {
  margin-bottom: 60px;
}
.list_measures li {
  background: #fbf9f2;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_measures li {
    padding: 30px 5vw;
    margin-bottom: 5vw;
  }
}
.list_measures li:last-child {
  margin-bottom: 0;
}
.list_measures li .measures_l {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_measures li .measures_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_measures li .measures_l .title {
  color: #bd9b42;
  font-size: 1.625em;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .list_measures li .measures_l .title {
    margin-bottom: 0.5em;
    font-size: 1.3em;
  }
}
.list_measures li .measures_l img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}
.list_measures li .measures_r {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .list_measures li .measures_r {
    width: 100%;
  }
}
.list_measures li .measures_r .dot {
  margin-bottom: 0.5em;
}
.list_measures li .measures_r .dot:last-child {
  margin-bottom: 0;
}

.list_bed li {
  border: 1px solid;
  padding: 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .list_bed li {
    padding: 40px 5vw 5vw;
    margin-bottom: 5vw;
  }
}
.list_bed li:last-child {
  margin-bottom: 0;
}
.list_bed li.airweave {
  border-color: #113a57;
}
.list_bed li.airweave .bed_ttl {
  color: #113a57;
}
.list_bed li.airweave .bed_ttl img {
  width: 110px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .list_bed li.airweave .bed_ttl img {
    width: 80px;
    height: 58px;
  }
}
.list_bed li.airweave .box_bed {
  background: #f5f7f8;
}
.list_bed li.airweave .box_bed dl dt {
  color: #113a57;
}
.list_bed li.airweave .box_bed dl dd a {
  color: #113a57;
}
.list_bed li.lofty {
  border-color: #802062;
}
.list_bed li.lofty .bed_ttl {
  color: #802062;
}
.list_bed li.lofty .bed_ttl img {
  width: 74px;
}
@media screen and (max-width: 767px) {
  .list_bed li.lofty .bed_ttl img {
    width: 55px;
  }
}
.list_bed li.lofty .box_bed {
  background: #faf6f9;
}
.list_bed li.lofty .box_bed dl dt {
  color: #802062;
}
.list_bed li.lofty .box_bed dl dd a {
  color: #802062;
}
.list_bed li .bed_ttl {
  font-size: 1.625em;
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_bed li .bed_ttl {
    font-size: 1.4em;
    margin-bottom: 1.5em;
  }
}
.list_bed li .bed_ttl img {
  margin: 0 auto 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .list_bed li .bed_ttl img {
    margin-bottom: 20px;
  }
}
.list_bed li .img_bed {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_bed li .img_bed {
    margin-bottom: 15px;
  }
}
.list_bed li .txt {
  line-height: 2.625;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .list_bed li .txt {
    line-height: 2.2;
    margin-bottom: 2em;
  }
}
.list_bed li .box_bed {
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .list_bed li .box_bed {
    padding: 30px 5vw;
  }
}
.list_bed li .box_bed dl {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .list_bed li .box_bed dl {
    margin-bottom: 2em;
  }
}
.list_bed li .box_bed dl:last-child {
  margin-bottom: 0;
}
.list_bed li .box_bed dl dt {
  font-size: 1.375em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}
.list_bed li .box_bed dl dd {
  font-size: 0.9375em;
}
.list_bed li .box_bed dl dd a {
  text-decoration: underline;
}
.list_bed li .box_bed dl dd a:hover {
  opacity: 0.5;
}

.list_attention {
  display: flex;
  flex-flow: wrap;
  margin-bottom: -1.3%;
  font-size: 0.875em;
}
@media screen and (max-width: 767px) {
  .list_attention {
    margin-bottom: -1%;
  }
}
.list_attention li {
  background: #fbf9f2;
  width: 24%;
  margin: 0 1.3% 1.3% 0;
  padding: 30px 2em 2em;
}
@media screen and (max-width: 767px) {
  .list_attention li {
    width: 49.5%;
    margin: 0 1% 1% 0;
    padding: 20px 1em 1em;
  }
}
.list_attention li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_attention li:nth-child(2n) {
    margin-right: 0;
  }
}
.list_attention li img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_attention li img {
    margin-bottom: 10px;
  }
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_shere {
  display: flex;
  align-items: center;
}
.dlist_shere dt {
  font-family: "Cormorant Infant", serif;
  font-size: 1.125em;
}
.dlist_shere dd {
  display: flex;
}
.dlist_shere dd a {
  margin-right: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dlist_shere dd a:last-child {
  margin-right: 0;
}
.dlist_shere dd a .copy_message {
  position: absolute;
  font-size: 0.7em;
  top: -30px;
  left: 0;
  white-space: nowrap;
  color: #fff;
  background: #bd9b42;
  padding: 0 0.5em;
}
.dlist_shere dd a img {
  max-height: 20px;
}

.dlist_contact {
  border-top: 1px solid #f2ebd9;
  border-bottom: 1px solid #f2ebd9;
  padding: 2.5em 0;
  margin-bottom: 4em;
  text-align: center;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .dlist_contact {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_contact dt {
  margin-bottom: 1em;
}
.dlist_contact dt input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  vertical-align: sub;
}

.dlist_contact_02 {
  border: 1px solid #bd9b42;
  color: #bd9b42;
  text-align: center;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .dlist_contact_02 {
    padding: 30px 5vw;
    margin-bottom: 10vw;
  }
}
.dlist_contact_02 dt {
  margin-bottom: 1em;
  font-size: 1.625em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .dlist_contact_02 dt {
    font-size: 1.3em;
  }
}
.dlist_contact_02 dd .tel {
  font-size: 1.875em;
  letter-spacing: 4px;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .dlist_contact_02 dd .tel {
    letter-spacing: 2px;
    font-size: 1.25em;
  }
}
.dlist_contact_02 dd .tel a {
  color: #bd9b42;
}
.dlist_contact_02 dd .tel span {
  font-weight: bold;
  font-size: 0.5em;
  letter-spacing: 2px;
  display: block;
  margin-top: 1em;
}
.dlist_contact_02 dd .time {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 0.875em;
  color: #46464b;
}

.dlist_contact_03 {
  text-align: center;
  margin-bottom: 30px;
}
.dlist_contact_03 dt {
  margin-bottom: 1em;
  font-size: 1.125em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .dlist_contact_03 dt {
    font-size: 1em;
  }
}
.dlist_contact_03 dd .tel {
  font-size: 1.875em;
  letter-spacing: 4px;
  color: #bd9b42;
}
@media screen and (max-width: 767px) {
  .dlist_contact_03 dd .tel {
    font-size: 1.7em;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .dlist_contact_03 dd .tel.page_en {
    line-height: 1;
    margin: 0 0 0.5em;
  }
}
.dlist_contact_03 dd .tel a {
  color: #bd9b42;
}
.dlist_contact_03 dd .tel span {
  font-weight: bold;
  font-size: 0.5em;
  letter-spacing: 2px;
}
.dlist_contact_03 dd .time {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 0.875em;
  color: #46464b;
}

.dlist_policy {
  font-size: 0.9375em;
  margin-bottom: 40px;
}
.dlist_policy:last-child {
  margin-bottom: 0;
}
.dlist_policy dt {
  color: #bd9b42;
  font-size: 1.46em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.2em;
  }
}
.dlist_policy dd .box {
  margin-top: 1em;
}
.dlist_policy dd .sm {
  font-size: 0.93em;
}

.dlist_meeting {
  margin-bottom: 50px;
}
.dlist_meeting:last-child {
  margin-bottom: 0;
}
.dlist_meeting dt {
  border-bottom: 1px solid #bd9b42;
  color: #bd9b42;
  font-size: 1.625em;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_meeting dt {
    font-size: 1.3em;
  }
}
.dlist_meeting dd .dot {
  margin-top: 0.5em;
}

.dlist_detail dt {
  height: 80px;
  line-height: 80px;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dlist_detail dt {
    height: 50px;
    line-height: 50px;
  }
}
.dlist_detail dt.open .plus::after {
  transform: rotate(0deg);
}
.dlist_detail dt .plus {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .dlist_detail dt .plus {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
.dlist_detail dt .plus:before, .dlist_detail dt .plus:after {
  position: absolute;
  content: "";
  background: #bd9b42;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.dlist_detail dt .plus:after {
  right: 0;
  transform: rotate(90deg);
}

.dlist_color {
  display: flex;
  align-items: center;
}
.dlist_color.page_en dd img {
  width: 70px;
}
@media screen and (max-width: 767px) {
  .dlist_color.page_en dd img {
    width: 40px;
  }
}
.dlist_color dt {
  font-family: "Cormorant Infant", serif;
  margin-right: 1em;
  font-size: 0.875em;
}
.dlist_color dd {
  display: flex;
}
.dlist_color dd img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .dlist_color dd img {
    width: 30px;
    height: 30px;
  }
}
.dlist_color dd img:last-child {
  margin-right: 0;
}

.dlist_detail_02 {
  background: #fbf9f2;
  border-bottom: 1px solid #bd9b42;
}
.dlist_detail_02 dt {
  padding: 1em 100px 1em 2em;
  font-size: 1.625em;
  color: #bd9b42;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .dlist_detail_02 dt {
    font-size: 1.2em;
    letter-spacing: 2px;
    padding: 1em 60px 1em 1em;
  }
}
.dlist_detail_02 dt.open .plus:after {
  transform: rotate(0deg);
}
.dlist_detail_02 dt .plus {
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .dlist_detail_02 dt .plus {
    right: 20px;
    width: 15px;
    height: 15px;
  }
}
.dlist_detail_02 dt .plus:before, .dlist_detail_02 dt .plus:after {
  position: absolute;
  content: "";
  background: #bd9b42;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
.dlist_detail_02 dt .plus:after {
  right: 0;
  transform: rotate(90deg);
}
.dlist_detail_02 dd {
  padding: 30px 0 100px;
}
@media screen and (max-width: 767px) {
  .dlist_detail_02 dd {
    padding: 20px 0 30px;
  }
}
.dlist_detail_02 dd .list_meeting_02 li .title {
  min-height: 1px;
}
.dlist_detail_02 dd .table_about {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .dlist_detail_02 dd .table_about {
    margin-top: 1em;
  }
}
.dlist_detail_02 dd .table_about th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .dlist_detail_02 dd .table_about th {
    width: 100%;
  }
}
.dlist_detail_02 dd .table_about td {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .dlist_detail_02 dd .table_about td {
    width: 100%;
  }
}

/*
8:table
------------------------------------------------------------
*/
.table_law {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 100%;
  border-top: 1px solid #46464b;
  border-left: 1px solid #46464b;
  font-size: 0.93em;
  margin: 0.5em 0;
}
.table_law th {
  text-align: center;
  border-right: 1px solid #46464b;
  border-bottom: 1px solid #46464b;
  padding: 1em 2em;
  vertical-align: middle;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .table_law th {
    padding: 1em;
  }
}
.table_law td {
  padding: 1em 2em;
  border-right: 1px solid #46464b;
  border-bottom: 1px solid #46464b;
}
@media screen and (max-width: 767px) {
  .table_law td {
    padding: 1em;
  }
}

.table_rec {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_rec {
    margin-top: -20px;
  }
}
.table_rec th {
  text-align: left;
  color: #bd9b42;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #f2ebd9;
  padding: 1em 2em;
}
@media screen and (max-width: 767px) {
  .table_rec th {
    display: block;
    width: 100%;
    padding: 20px 20px 0;
    border-bottom: none;
  }
}
.table_rec td {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 0.875em;
  border-bottom: 1px solid #f2ebd9;
  padding: 1em 2em 1em 0;
}
@media screen and (max-width: 767px) {
  .table_rec td {
    display: block;
    width: 100%;
    padding: 10px 20px 20px;
  }
}

.table_meeting {
  width: 100%;
  border-top: 1px solid #bd9b42;
  border-left: 1px solid #bd9b42;
}
.table_meeting th {
  text-align: center;
  color: #bd9b42;
  padding: 1em;
  border-right: 1px solid #bd9b42;
  border-bottom: 1px solid #bd9b42;
  font-size: 1.125em;
  background: #fbf9f2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .table_meeting th {
    min-width: 200px;
  }
}
.table_meeting td {
  text-align: center;
  padding: 1em;
  border-right: 1px solid #bd9b42;
  border-bottom: 1px solid #bd9b42;
  vertical-align: middle;
}

.table_about {
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_about {
    margin-top: -20px;
  }
}
.table_about th {
  text-align: left;
  color: #bd9b42;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #f2ebd9;
  padding: 1em 1.5em;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .table_about th {
    display: block;
    width: 100%;
    padding: 20px 20px 0;
    border-bottom: none;
  }
}
.table_about td {
  padding: 1em 2em 1em 0;
  border-bottom: 1px solid #f2ebd9;
  font-size: 0.875em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .table_about td {
    display: block;
    width: 100%;
    padding: 10px 20px 20px;
  }
}

.table_stay {
  line-height: 1.7;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_stay {
    margin-bottom: -15px;
  }
}
.table_stay th {
  text-align: left;
  color: #bd9b42;
  font-weight: 400;
  padding: 0 1em 0.5em 0;
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_stay th {
    display: block;
    width: 100%;
    padding: 0 0 5px;
    border-bottom: none;
  }
}
.table_stay td {
  font-size: 0.875em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .table_stay td {
    display: block;
    width: 100%;
    padding: 0 0 15px;
  }
}

/*
9:タイトル
------------------------------------------------------------
*/
.top_ttl {
  color: #7d7d81;
  text-align: center;
  margin-bottom: 2em;
  line-height: 1.5;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .top_ttl {
    margin-bottom: 2.5em;
  }
}
.top_ttl span {
  font-size: 3em;
  font-family: "Cormorant Infant", serif;
  color: #bd9b42;
  display: block;
  letter-spacing: 8px;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .top_ttl span {
    font-size: 2.5em;
    letter-spacing: 4px;
  }
}
.top_ttl span.mb_none {
  margin: 0;
}

.seigaiha_ttl {
  color: #7d7d81;
  margin-bottom: 150px;
  line-height: 1.5;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .seigaiha_ttl {
    margin-bottom: 2.5em;
  }
}
.seigaiha_ttl span {
  font-size: 3.75em;
  font-family: "Cormorant Infant", serif;
  color: #bd9b42;
  display: block;
  letter-spacing: 8px;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .seigaiha_ttl span {
    font-size: 2.5em;
    letter-spacing: 4px;
    margin-bottom: 15px;
  }
}

.side_ttl {
  font-size: 1.75em;
  margin-bottom: 1em;
  line-height: 1;
  letter-spacing: 3px;
  font-family: "Cormorant Infant", serif;
  color: #bd9b42;
}

.txt_ttl {
  font-size: 2em;
  border-bottom: 1px solid #bd9b42;
  margin-bottom: 1.5em;
  padding-bottom: 0.7em;
  line-height: 1.6;
  color: #bd9b42;
}
@media screen and (max-width: 767px) {
  .txt_ttl {
    font-size: 1.5em;
    padding-bottom: 1em;
  }
}

.low_main_ttl {
  color: #bd9b42;
  margin-bottom: 3em;
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .low_main_ttl {
    margin-bottom: 2.5em;
    font-size: 1em;
  }
}
.low_main_ttl span {
  font-size: 2.5em;
  font-family: "Cormorant Infant", serif;
  color: #bd9b42;
  letter-spacing: 8px;
  line-height: 1;
  margin-right: 0.5em;
  vertical-align: sub;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .low_main_ttl span {
    letter-spacing: 4px;
    margin-bottom: 0.4em;
  }
}

.low_main_ttl_02 {
  color: #bd9b42;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .low_main_ttl_02 {
    font-size: 1.6em;
  }
}
.low_main_ttl_02.left {
  text-align: left;
}

.access_ttl {
  text-align: center;
  font-size: 1.375em;
  letter-spacing: 2px;
  line-height: 1.6;
  margin-bottom: 1.5em;
  color: #bd9b42;
}
.access_ttl img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 20px auto 0;
}

.main_ttl {
  text-align: center;
  font-size: 2.5em;
  line-height: 1.4;
  margin-bottom: 1.5em;
  letter-spacing: 5px;
  color: #bd9b42;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 1.7em;
    letter-spacing: 2px;
  }
}
.main_ttl span {
  display: block;
  font-size: 0.4em;
  font-family: "Cormorant Infant", serif;
  color: #7d7d81;
  margin-top: 1.5em;
  letter-spacing: 2px;
}

.line_ttl {
  font-size: 1.8em;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  color: #bd9b42;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .line_ttl {
    font-size: 1.4em;
    padding-left: 15px;
  }
}
.line_ttl:before, .line_ttl:after {
  position: absolute;
  content: "";
  height: 50%;
  width: 4px;
  left: 0;
}
.line_ttl:before {
  top: 0;
  background: #bd9b42;
}
.line_ttl:after {
  bottom: 0;
  background: #decda0;
}
.line_ttl span {
  margin-left: 1.5em;
  font-size: 0.6em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .line_ttl span {
    display: block;
    margin-left: 0;
  }
}

.sub_ttl {
  color: #bd9b42;
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 1.3em;
  }
}

.sub_ttl_02 {
  color: #bd9b42;
  line-height: 1.6;
  font-size: 2.3em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sub_ttl_02 {
    font-size: 1.7em;
    margin-bottom: 1em;
  }
}
.sub_ttl_02 .jp {
  display: block;
  font-size: 0.65em;
  margin-bottom: 0.3em;
}
.sub_ttl_02 .en {
  display: block;
  font-size: 0.325em;
  color: #7d7d81;
  font-family: "Cormorant Infant", serif;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sub_ttl_02 .en {
    font-size: 0.5em;
  }
}

.sub_ttl_03 {
  color: #bd9b42;
  line-height: 1.6;
  margin-bottom: 1em;
  letter-spacing: 3px;
  font-size: 1.625em;
}
@media screen and (max-width: 767px) {
  .sub_ttl_03 {
    font-size: 1.3em;
    letter-spacing: 2px;
  }
}

.sub_ttl_04 {
  color: #bd9b42;
  text-align: center;
  font-size: 2.25em;
  letter-spacing: 4px;
  margin-bottom: 1em;
  line-height: 1;
  font-family: "Cormorant Infant", serif;
}
@media screen and (max-width: 767px) {
  .sub_ttl_04 {
    font-size: 1.8em;
    letter-spacing: 2px;
  }
}

.border_ttl {
  color: #bd9b42;
  line-height: 1.6;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #bd9b42;
  font-size: 1.625em;
}
@media screen and (max-width: 767px) {
  .border_ttl {
    font-size: 1.3em;
  }
}

.vertical_ttl {
  font-size: 2.25em;
  writing-mode: vertical-rl;
  color: #bd9b42;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .vertical_ttl {
    font-size: 1.6em;
    writing-mode: unset;
    margin-bottom: 0.5em;
    line-height: 1.6;
  }
}
.vertical_ttl.page_en {
  font-family: "Cormorant Infant", serif;
  font-size: 2em;
  line-height: 1.5;
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 767px) {
  .vertical_ttl.page_en {
    font-size: 1.6em;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_pattern {
  background: #f5f4eb url(../images/bg_pattern.png) repeat center;
}
.bg_room {
  padding-top: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg_room {
    padding-top: 15vw;
  }
}
.bg_room:before {
  position: absolute;
  content: "";
  background: url(../images/bg_stay.png) no-repeat center/cover, linear-gradient(to bottom, #f9f6e9, #fff);
  width: 100%;
  height: 500px;
  z-index: -1;
  top: 0;
  left: 0;
}

.txt_clr_gold {
  color: #bd9b42;
}

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 90px;
  height: 90px;
  background: url(../images/pagetop.svg) no-repeat center/auto 100%;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(186, 150, 62, 0.2);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    width: 50px;
    height: 50px;
  }
}

a.more {
  display: table;
  padding-left: 30px;
  position: relative;
  line-height: 1.6;
}
a.more:before {
  position: absolute;
  content: "";
  background: url(../images/right_g.svg) no-repeat center/cover;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
a.more:hover {
  opacity: 0.5;
}
a.more_02 {
  text-decoration: underline;
  color: #bd9b42;
}
a.more_02:hover {
  opacity: 0.5;
}
a.more_03 {
  text-decoration: underline;
}
a.more_03:hover {
  opacity: 0.5;
}
a.more_04 {
  position: relative;
  display: inline-block;
  border-bottom: solid 1px;
  margin-top: 20px;
  padding-bottom: 10px;
  color: #bd9b42;
}
a.more_04:hover {
  opacity: 0.5;
}
a.more_04 img.icon_pdf {
  width: 26px;
  margin-right: 5px;
}
a.button {
  display: block;
  border: 1px solid #bd9b42;
  color: #bd9b42;
  font-weight: bold;
  text-align: center;
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
  padding: 1em;
  line-height: 1.6;
  letter-spacing: 2px;
}
a.button:hover {
  opacity: 0.5;
}
a.button_02 {
  display: block;
  border: 1px solid #bd9b42;
  color: #bd9b42;
  font-weight: bold;
  text-align: center;
  max-width: 520px;
  width: 90%;
  margin: 0 auto;
  padding: 1em;
  line-height: 1.6;
  letter-spacing: 2px;
}
a.button_02:hover {
  opacity: 0.5;
}
a.button_02 img {
  width: 20px;
  vertical-align: sub;
  margin-right: 10px;
}
a.button_03 {
  display: block;
  color: #bd9b42;
  background: #fff;
  font-size: 1.125em;
  text-align: center;
  width: 100%;
  padding: 1em;
  line-height: 1.6;
  letter-spacing: 2px;
  font-family: "Cormorant Infant", "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
a.button_03:hover {
  opacity: 0.5;
}
a.button_03 img {
  width: 20px;
  vertical-align: sub;
  margin-right: 10px;
}
a.button_04 {
  display: block;
  background: #c8a54e;
  color: #fff;
  padding: 1em;
  max-width: 360px;
  line-height: 1.6;
  width: 100%;
  text-align: center;
  margin: auto;
}
a.button_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 1.5em 40px;
  position: relative;
  color: #fff;
  max-width: 450px;
  display: block;
  font-size: 1.125em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  a.button_img {
    font-size: 1em;
  }
}
a.button_img:before {
  position: absolute;
  content: "";
  background: #8f8b88;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
a.button_img:after {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat center/100% 100%;
  width: 20px;
  height: 20px;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.button_img:hover {
  opacity: 0.5;
}
a.button_img span {
  position: relative;
  z-index: 1;
}
a.click_tel {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a.click_tel {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  a.click_tel {
    pointer-events: auto;
  }
}

.top_reserve {
  display: block;
  background: #c8a54e;
  color: #fff;
  padding: 1em 80px;
  max-width: 700px;
  margin: 0 auto 1.5em;
  font-size: 1.625em;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.6;
  position: relative;
  width: 100%;
  border: none;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (max-width: 767px) {
  .top_reserve {
    font-size: 1.2em;
    padding: 1em 50px;
  }
}
.top_reserve:after {
  position: absolute;
  content: "";
  background: url(../images/right_w.svg) no-repeat center/100% 100%;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top_reserve:after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.top_reserve:hover {
  background: #bd9b42;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  font-size: 0.8125em;
  padding: 1.5em 0;
  margin: 0;
  background: #978250;
  color: #fff;
  line-height: 1.6;
}
#list_breadcrumb a {
  color: #fff;
}

.center_p {
  text-align: center;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .center_p {
    margin-bottom: 2em;
  }
}

.secound_p {
  line-height: 2.625;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .secound_p {
    line-height: 2.2;
  }
}

.access_p {
  text-align: center;
  font-size: 1.125em;
  margin-bottom: 1.5em;
  line-height: 2.625;
}
@media screen and (max-width: 767px) {
  .access_p {
    font-size: 1em;
    line-height: 2.2;
  }
}

.dot {
  padding-left: 1em;
  position: relative;
  font-size: 0.8125rem;
}
.dot:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  color: #bd9b42;
}

.box_05 .dot {
  padding-left: 1.2em;
  position: relative;
  font-size: 1em;
}
.box_05 .dot:before {
  position: absolute;
  content: "・";
  left: -8px;
  top: 0;
  color: #bd9b42;
  line-height: 1;
  font-size: 30px;
}

.check {
  padding-left: 25px;
  position: relative;
  line-height: 1.6;
}
.check:before {
  position: absolute;
  content: "";
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background: url(../images/icon_check.svg) no-repeat center/100% 100%;
}

.coming_p {
  text-align: center;
  font-size: 2.25em;
  line-height: 1;
  color: #bd9b42;
  font-family: "Cormorant Infant", serif;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .coming_p {
    font-size: 1.5em;
  }
}

img.more__icon_pdf {
  width: 17px;
  height: 23px;
  vertical-align: sub;
}
@media screen and (max-width: 767px) {
  img.more__icon_pdf {
    width: 13px;
    height: 17px;
  }
}

img.icon_page {
  width: 12px;
  height: 12px;
  vertical-align: baseline;
  margin-left: 5px;
}

img.logo_dining {
  display: block;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  img.logo_dining {
    margin-bottom: 30px;
    max-height: 100px;
  }
}

.stay_txt {
  margin-top: 20px;
  font-size: 0.9375em;
}

.img_stay {
  display: flex;
  justify-content: space-between;
}
.img_stay > .list_slider {
  width: 31%;
}

.service_p {
  font-size: 0.8125em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1.5;
  margin-top: 1em;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 2.5em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 2em;
  }
}
.contactform tr th {
  padding: 20px 1em 10px 0;
  text-align: left;
  vertical-align: top;
  width: 30%;
  font-size: 1.125em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 10px 0;
  text-align: left;
  font-size: 1.0625em;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #bd9b42;
  background: none;
  font-family: "游明朝", YuMincho, "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 360px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #bd9b42;
  transition: 0.3s;
  border-radius: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #978250;
  margin-top: 1.5em;
}

.required {
  font-size: 0.55em;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #bd9b42;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin: 100px -2em -1em 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-family: "Cormorant Infant", serif;
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 2em 1em 0;
  color: #bd9b42;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  color: #e5d7b3;
}
.wp-pagenavi .current {
  color: #e5d7b3;
}

.accordion_content {
  display: none;
}

.switch {
  cursor: pointer;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0 !important;
}

.m1em {
  margin-bottom: 1em;
}

.m2em {
  margin-bottom: 2em;
}

.m3em {
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .m3em {
    margin-bottom: 2em;
  }
}

/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin: 100px auto 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #bd9b42;
  border-bottom: 1px solid #bd9b42;
  padding: 2em 0;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 10vw 0 5vw;
    font-size: 0.85em;
  }
}
.list_pagination li {
  width: calc(50% - 50px - 1em);
}
.list_pagination li.prev a {
  padding-left: 30px;
}
.list_pagination li.prev a:before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.middle {
  text-align: center;
  width: 100px;
}
.list_pagination li.middle a:before {
  background: none;
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 30px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/right_g.svg) no-repeat center;
}
.list_pagination li a:hover {
  color: #bd9b42;
}

.add_p {
  color: #bd9b42;
  font-size: 1.125em;
}

.add_box {
  background: #fbf9f2;
  padding: 2em;
}

.add_box_02 {
  border: 1px solid #bd9b42;
  padding: 2em;
}

.add_marker {
  background: linear-gradient(transparent 70%, #f6f0dc 70%);
}

a.add_btn {
  background: #bd9b42;
  display: table;
  padding: 1em;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  min-width: 360px;
  text-align: center;
}
a.add_btn:hover {
  opacity: 0.5;
}

@keyframes scl-line {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: 0.3s;
}

.fadein {
  opacity: 0;
}
.fadein.scrollin {
  animation: fadein 1s forwards;
}
.fadein.fade_t.scrollin {
  animation: fade_t 1s forwards;
}
.fadein.fade_b.scrollin {
  animation: fade_b 1s forwards;
}
.fadein.fade_l.scrollin {
  animation: fade_l 1s forwards;
}
.fadein.fade_r.scrollin {
  animation: fade_r 1s forwards;
}
.fadein.fade_scale.scrollin {
  animation: fade_scale 1s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_t {
  0% {
    transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade_b {
  0% {
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade_l {
  0% {
    transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade_r {
  0% {
    transform: translate(30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fade_scale {
  0% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ccb05e, #9e823a);
  z-index: 10;
  text-align: center;
  color: #fff;
}

/* 2024 06 04 更新 KOBA*/
.list_info__table.second {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .list_info__table.second {
    gap: 1em;
  }
}
.list_info__table.second li {
  margin-bottom: 0 !important;
}
.list_info__table.second li a {
  margin-bottom: 0 !important;
}

.link_chateaux {
  width: 60px;
  aspect-ratio: 3004/3094;
}
.link_chateaux:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/logo_chateaux.svg) no-repeat center/contain;
}
.link_chateaux {
  margin-left: 2em;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .link_chateaux {
    width: 40px;
    margin-left: 1em;
  }
}

header.is-scl .link_chateaux:before {
  background: url(../images/logo_chateaux_g.svg) no-repeat center/contain;
}

.link_chateaux_footer {
  display: block;
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .link_chateaux_footer {
    width: 70px;
  }
}