@charset "UTF-8";
/*
Theme Name: kaihinsou-theme
Version: 1.0.0
*/
/* -- mixin--
--------------------------------------------------------------　*/
/* -- Reset --
--------------------------------------------------------------　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, ins, kbd, q, s, samp, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block; }

ol, ul, li {
  list-style-type: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table caption, table th, table td {
    text-align: left; }
.mr10 {margin-right: 10px;}

/* -- @font-face --
--------------------------------------------------------------　*/
/* -- framework && common --
--------------------------------------------------------------　*/
/*
  読み込み時フェードイン
*/
body {
  opacity: 0;
  -webkit-animation: anime1 1.2s;
  animation: anime1 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  overflow-x: hidden;}

@-webkit-keyframes anime1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes anime1 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*
  印刷対応
*/
@media print {
  body {
    width: 100%;
    opacity: 1 !important;
    -webkit-animation: none;
    animation: none; }
  header.float {
    display: none !important; }
  img, section, h2 {
    max-width: 100%; } }

@media print, screen and (min-width: 768px) {
  a.tel, .tel a {
    pointer-events: none; } }

/* framework ---------------------------------*/
main {
  background: #fff;
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-weight: bold !important;
  color: #000;
  line-height: 1.2;
  letter-spacing: 1px; }
  @media only screen and (max-width: 767px) {
    body {
      overflow-x: hidden;
      width: 100%;
      position: relative;
      opacity: 1 !important;
      -webkit-animation: none;
      animation: none;
      font-size: 14px; } }

h2, h3, h4, h5, h6 {
  line-height: 1.5; }

#main {
  line-height: 1.7;
  letter-spacing: 1px; }

header, #site_navigation, #mainvisualarea, #breadcrumb, #pagetitlearea, #content, footer {
  width: 100%; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:active {
    outline: 0;
    opacity: 0.7;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out; }
  a img {
    border: 0; }
    a img:hover, a img:active {
      outline: 0;
      opacity: 0.7;
      -webkit-transition: opacity .2s ease-out;
      -o-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media print, screen and (max-width: 1200px) {
  .widewrap {
    max-width: 98%; } }

@media print, screen and (min-width: 1201px) {
  .widewrap {
    max-width: 1200px; } }

@media print, screen and (max-width: 1080px) {
  .mainwrap {
    max-width: 98%; } }

@media print, screen and (min-width: 1081px) {
  .mainwrap {
    max-width: 1100px; } }

.mainwrap, .widewrap {
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .mainwrap.mw_max, .widewrap.mw_max {
      max-width: 100%;
      margin: 0 0; } }

.inner_10 {
  padding: 10px; }

@media only screen and (max-width: 767px) {
  .content_inner {
    padding: 10px; }
  .inner_50 {
    padding: 30px 10px; } }

@media print, screen and (min-width: 768px) {
  .content_inner {
    padding: 20px; }
  .inner_50 {
    padding: 50px 0; } }

.bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.gmap {
  cursor: pointer; }
  .gmap iframe {
    pointer-events: none; }
  .gmap.on iframe {
    pointer-events: auto; }

/* common ---------------------------------*/
.clear:after {
  display: block;
  content: "";
  clear: both;
  overflow: hidden; }

.break_word {
  word-wrap: break-word; }

.mb7 {
  margin-bottom: 7px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

/* switch */
.switch {
  visibility: hidden; }

@media only screen and (max-width: 767px) {
  .spview, .sp_taview, .sp_pcview {
    display: block; }
  .taview, .ta_pcview, .pcview {
    display: none; } }

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .sp_taview, .taview, .ta_pcview {
    display: block; }
  .spview, .sp_pcview, .pcview {
    display: none; } }

@media print, screen and (min-width: 981px) {
  .sp_pcview, .ta_pcview, .pcview {
    display: block; }
  .spview, .sp_taview, .taview {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .leftdir {
    float: left; }
  .rightdir {
    float: right; } }

/* -- original common --
--------------------------------------------------------------　*/
strong, b, .bold {
  font-weight: bold; }

small, .small {
  font-size: 14px; }

.img img {
  width: 100%; }

.ta_c {
  text-align: center; }

/* -- col f_size --
--------------------------------------------------------------　*/
@media only screen and (max-width: 767px) {
  .col2_wrap .col2_item, .col3_wrap .col3_item, .col4_wrap .col4_item {
    margin-bottom: 15px; }
    .col2_wrap .col2_item a, .col3_wrap .col3_item a, .col4_wrap .col4_item a {
      display: block; }
  .col2_wrap .col2_item:nth-child(2n), .col2_wrap .col2_item:last-child {
    margin-right: 0; }
  .col3_wrap .col3_item:nth-child(3n), .col3_wrap .col3_item:last-child {
    margin-right: 0; }
  .col4_wrap .col4_item:nth-child(4n), .col5_wrap.col5_item:nth-child(5n) {
    margin-right: 0; }
  .f_size55 .leftdir, .f_size55 .rightdir, .f_size64 .leftdir, .f_size64 .rightdir, .f_size46 .leftdir, .f_size46 .rightdir, .f_size73 .leftdir, .f_size73 .rightdir, .f_size37 .leftdir, .f_size37 .rightdir, .f_size82 .leftdir, .f_size82 .rightdir, .f_size28 .leftdir, .f_size28 .rightdir, .f_size91 .leftdir, .f_size91 .rightdir, .f_size19 .leftdir, .f_size19 .rightdir {
    float: none;
    width: auto;
    margin-bottom: 30px; } }

@media print, screen and (min-width: 768px) {
  /* dp_flex */
  .dp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* col2_wrap */
  .col2_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col2_wrap .col2_item {
    width: 49%;
    float: left;
    margin-right: 2%; }
    .col2_wrap .col2_item:nth-child(2n) {
      float: right;
      margin-right: 0; }
  /* col3_wrap */
  .col3_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col3_item {
    float: left;
    width: 32%;
    margin-right: 2%; }
    .col3_item:nth-child(3n) {
      margin-right: 0; }
    .col3_item:nth-child(3n+1) {
      clear: left; }
  /* col4_item */
  .col4_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col4_wrap .col4_item {
    width: 23.5%;
    float: left;
    margin-right: 2%; }
    .col4_wrap .col4_item:nth-child(4n) {
      margin-right: 0; }
    .col4_wrap .col4_item:nth-child(4n+1) {
      clear: left; }
  /* col5_item */
  .col5_wrap:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .col5_wrap .col5_item {
    width: 19.2%;
    float: left;
    margin-right: 1%; }
    .col5_wrap .col5_item:nth-child(5n) {
      margin-right: 0; }
    .col5_wrap .col5_item:nth-child(5n+1) {
      clear: left; }
  .f_size55:after, .f_size64:after, .f_size46:after, .f_size73:after, .f_size37:after, .f_size82:after, .f_size28:after, .f_size91:after, .f_size19:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden; }
  .f_size55 > .leftdir {
    width: 49%; }
  .f_size55 > .rightdir {
    width: 49%; }
  .f_size64 > .leftdir {
    width: 59%; }
  .f_size64 > .rightdir {
    width: 39%; }
  .f_size46 > .leftdir {
    width: 39%; }
  .f_size46 > .rightdir {
    width: 59%; }
  .f_size73 > .leftdir {
    width: 69%; }
  .f_size73 > .rightdir {
    width: 29%; }
  .f_size37 > .leftdir {
    width: 29%; }
  .f_size37 > .rightdir {
    width: 69%; }
  .f_size82 > .leftdir {
    width: 79%; }
  .f_size82 > .rightdir {
    width: 19%; }
  .f_size28 > .leftdir {
    width: 17%; }
  .f_size28 > .rightdir {
    width: 82%; }
  .f_size91 > .leftdir {
    width: 89%; }
  .f_size91 > .rightdir {
    width: 9%; }
  .f_size19 > .leftdir {
    width: 9%; }
  .f_size19 > .rightdir {
    width: 89%; } }

/* -- back_to_top --
--------------------------------------------------------------　*/
#back_to_top {
  position: fixed;
  z-index: 9999;
  right: 5px;
  bottom: 5px;
  width: 45px; }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    #back_to_top {
      right: 20px;
      bottom: 80px; } }
  @media print, screen and (min-width: 981px) {
    #back_to_top {
      right: 45px;
      bottom: 80px; } }

/* Pager --
--------------------------------------------------------------　*/
/* single_pager --
--------------------------------------------------------------　*/
/* ------------------------------------------------------------------------- *
*  Base Styles
/* ------------------------------------------------------------------------- */
/*  base : clear
  /* ------------------------------------ */
.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

/*  title : wrap
  /* ------------------------------------ */
@media screen and (min-width: 768px) {
  .title.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis; } }

/*
  検索フォーム
*/
main {
  line-height: 1.5;
  color: #333; }

h2 {
  text-align: center; }

.search_form {
  background: url(../images/common/bg_top02.png) 50% 50% no-repeat;
  background-size: cover; }
  @media print, screen and (max-width: 980px) {
    .search_form {
      padding: 20px 10px; } }
  @media print, screen and (min-width: 981px) {
    .search_form .mainwrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  .search_form .mainwrap form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .search_form .mainwrap form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .search_form .mainwrap form .set_date {
          width: 80%; }
        .search_form .mainwrap form .set_haku, .search_form .mainwrap form .set_room, .search_form .mainwrap form .set_num {
          width: 30%;
          margin-right: 10px; } }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      .search_form .mainwrap form .set_date {
        width: 35%; }
      .search_form .mainwrap form .set_haku, .search_form .mainwrap form .set_room, .search_form .mainwrap form .set_num {
        width: 15%; }
      .search_form .mainwrap form .set_date, .search_form .mainwrap form .set_haku, .search_form .mainwrap form .set_room, .search_form .mainwrap form .set_num {
        margin-right: 10px; } }

.search_form h2 {
  margin: 0;
  padding: 0;
  font-size: 80%;
  border: none;
  color: #fff; }
  @media print, screen and (min-width: 981px) {
    .search_form h2 {
      width: 20%; } }

.search_form h2:before, .search_form h2:after {
  content: none; }

.search_form h2 span {
  padding: 30px 0 5px;
  font-size: 180%; }

#search_form {
  margin: 0 auto;
  overflow: hidden;
  z-index: 100;
  font-size: 80%; }
  @media print, screen and (min-width: 981px) {
    #search_form {
      padding: 20px 0;
      width: 80%; } }

#search_form .set_date {
  position: relative;
  color: #fff; }
  @media print, screen and (min-width: 1100px) {
    #search_form .set_date {
      width: 200px; } }
  #search_form .set_date #datepicker {
    width: 100%; }

@media print, screen and (min-width: 1100px) {
  #search_form .set_num, #search_form .set_haku {
    width: 130px; } }

#search_form .set_num select, #search_form .set_haku select {
  width: 100%; }

@media print, screen and (min-width: 1100px) {
  #search_form .set_room {
    width: 150px; } }

#search_form .set_room select {
  width: 100%; }

#search_form div .caption {
  padding: 1px 7px 0 0;
  color: #fff;
  font-size: 12px; }

#search_form #datepicker, #search_form select {
  border: none; }

#search_form #datepicker {
  background-color: #fff;
  cursor: pointer;
  font-size: 15px; }

.ui-datepicker-trigger {
  position: absolute;
  right: 40px;
  top: 28px;
  cursor: pointer; }

#ui-datepicker-div {
  font-size: 92%;
  z-index: 10000 !important; }

#search_form select::-ms-expand {
  display: none; }

#search_form .set_date #datepicker, #search_form .set_haku select, #search_form .set_num select, #search_form .set_room select {
  background: url(../images/common/search_arrw.png) no-repeat 92% center;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media only screen and (max-width: 767px) {
    #search_form .set_date #datepicker, #search_form .set_haku select, #search_form .set_num select, #search_form .set_room select {
      height: 35px;
      padding: 7px 40px 7px 10px; } }
  @media print, screen and (min-width: 768px) {
    #search_form .set_date #datepicker, #search_form .set_haku select, #search_form .set_num select, #search_form .set_room select {
      height: 40px;
      padding: 10px 40px 10px 10px; } }

#search_form .submit input {
  background: url(../images/common/btn_top01.png) no-repeat 50% center;
  background-size: cover;
  height: 50px;
  width: 205px;
  font: inherit;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  float: left;
  margin-left: 12px;
  padding: 9px 60px 9px 60px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff; }

#search_form .return a {
  margin-left: 60px; }

#search_form .submit input:hover, #search_form .return a:hover {
  opacity: 0.5; }

#search_form .plan a {
  background: #a67b2d url(../images/common/img_arrow.png) no-repeat 94% center;
  height: 42px;
  display: block;
  float: left;
  margin-left: 12px;
  padding: 10px 52px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px; }

@media screen and (max-width: 1024px) {
  img {
    max-width: 100%; }
  #search_form .submit {
    clear: both;
    padding-top: 20px; } }

/* SP */
@media only screen and (max-width: 767px) {
  .wrap {
    width: 94%; }
  .search_form h2 span {
    padding: 20px 0 0; }
  .set_date, .set_haku, .set_room, .set_num {
    padding: 10px 0 5px; }
  .ui-datepicker-trigger {
    right: 40px;
    top: 40px; }
  #ui-datepicker-div {
    width: 90% !important;
    left: 5% !important; }
  .search_form {
    margin-bottom: 0; }
  #search_form {
    width: 94%;
    padding: 5px 0; }
  #search_form div .caption {
    padding: 5px 7px 0 0; }
  #search_form #datepicker {
    font-size: 16px; }
  #search_form .submit {
    width: 94%;
    margin: 0 auto;
    clear: both;
    float: none; }
  #search_form .submit input {
    width: 206px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 0;
    float: none;
    margin: 0 auto;
    border-radius: 0; }
  #search_form .set_haku select, #search_form .set_num select, #search_form .set_room select {
    font-size: 14px; }
  #search_form .submit input {
    font-size: 16px; }
  #search_form .plan {
    width: 94%;
    float: none;
    margin: 0 auto; }
  #search_form .plan a {
    width: 100%;
    max-width: 300px;
    display: block;
    float: none;
    position: relative;
    margin: 0 auto;
    padding: 9px 0;
    text-align: center;
    border-radius: 0; } }

/* -- site_title
--------------------------------------------------------------　*/
/* -- header --
--------------------------------------------------------------　*/
header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 6px 1px rgba(188, 188, 188, 0.3);
  box-shadow: 0 3px 6px 1px rgba(188, 188, 188, 0.3);
  display: none; }
.pc1280_view {
	display: none;
}
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    header {
      display: none; } }
  @media print, screen and (max-width: 1280px) {
 .pc1280_view {
      display: block; } }
  @media print, screen and (max-width: 1100px) {
    header {
      display: block; } }
  header .spview.sp_hd {
    background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/common/bg_top02-01.png) 0 0 no-repeat;
    background-size: cover;
    padding: 10px 7px 5px 7px; }
  header .spview p.logo img {
    height: 48px; }
  header .spview p.tel {
    margin-top: 20px; }
  @media print, screen and (min-width: 768px) {
    header .sp_en {
      display: none; } }
  @media only screen and (max-width: 767px) {
    header .sp_en {
      position: absolute;
      top: 25px;
      right: 60px; }
      header .sp_en a {
        border: solid 1px #462128;
        padding: 7px 10px;
        color: #462128; }
	  header .spview .logo img {height: 48px;}
	header .sp_hd .icon {display: flex; align-items: center;}
	header .sp_hd .icon .logo {margin-right: 20px;}
	header .sp_hd .icon .pink {margin-right: -8px;}
	header .sp_hd .icon .pink img {width: 73%;}
	 }
@media only screen and (max-width: 360px) {
header .sp_hd .icon .logo {margin-right: 12px;}
	header .sp_hd .icon .pink img {width: 70%;}
}

.sub.english header .sp_hd-en {
  padding: 12px 7px;
  background-color: #462128;
  position: relative; }
  .sub.english header .sp_hd-en p.logo {
    color: #fff;
    font-size: 10px; }
    .sub.english header .sp_hd-en p.logo img {
      height: 25px; }
  .sub.english header .sp_hd-en ul {
    position: absolute;
    top: 8px;
    right: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sub.english header .sp_hd-en ul li a {
      color: #fff; }
    .sub.english header .sp_hd-en ul li:first-of-type {
      margin-right: 10px; }
      .sub.english header .sp_hd-en ul li:first-of-type a {
        padding: 5px 7px;
        display: block;
        border: 1px solid #fff; }
    .sub.english header .sp_hd-en ul li:nth-child(2) {
      letter-spacing: 0;
      font-size: 10px;
      padding-top: 33px;
      background: url(../images/common/plan_btn_icon.png) 0 0 no-repeat; }

@media print, screen and (min-width: 768px) {
  .sub.english header {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .sub header {
    display: none; } }

.site_description {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 1100px) {
    .site_description {
      display: none; } }
  .site_description li {
    color: #462128; }
    .site_description li:nth-child(1) {
      padding-left: 20px; }
      .site_description li:nth-child(1) h1 {
        font-size: 13px; }
    .site_description li:nth-child(2) {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .site_description li:nth-child(2) p.en {
        padding: 0 8px; }
        .site_description li:nth-child(2) p.en a {
          text-align: center;
          border: solid 1px #9a845f;
          color: #9a845f;
          font-size: 14px;
          padding: 13px 20px 13px 13px;
          position: relative; }
          @media all and (-ms-high-contrast: none) {
            .site_description li:nth-child(2) p.en a {
              padding: 15px 20px 11px 13px; } }
          @media print, screen and (max-width: 980px) {
            .site_description li:nth-child(2) p.en a {
              display: inline-block; } }
          @media print, screen and (min-width: 981px) {
            .site_description li:nth-child(2) p.en a {
              display: block;
              width: 160px; } }
          .site_description li:nth-child(2) p.en a:after {
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            font-weight: 900;
            position: absolute;
            top: 13px;
            right: 10px; }
      .site_description li:nth-child(2) .sd_add {
        text-align: center;
        background: url(../images/top/wood_bg.png) left center no-repeat;
        background-size: auto 102%; }
        @media print, screen and (min-width: 768px) and (max-width: 980px) {
          .site_description li:nth-child(2) .sd_add {
            padding: 10px 20px 10px 30px; } }
        @media print, screen and (min-width: 981px) {
          .site_description li:nth-child(2) .sd_add {
            padding: 12px 20px 12px 40px; } }
        .site_description li:nth-child(2) .sd_add p {
          font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-size: 12px;
          color: #462128;
          margin-bottom: 7px; }

.fixed_button {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 9999; }
  .fixed_button li {
    margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .fixed_button {
      display: none; } }

/* -- mainvisualarea --
--------------------------------------------------------------　*/
.top .top_menu {
  width: 270px;
  height: 100%;
  padding: 40px 0 20px 12px;
  z-index: 10;
  position: relative;
  background: url(../images/common/bg_top01.png) 50% 50% no-repeat;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 1100px) {
    .top .top_menu {
      display: none; } }
  .top .top_menu .logo {
    text-align: center;
    margin-bottom: 20px; }
  .top .top_menu .rsv {
    text-align: center; }
    .top .top_menu .rsv img {
      width: 190px; }
  .top .top_menu .top_nav {
    margin-bottom: 20px; }
    .top .top_menu .top_nav > li:hover .sub_bg {
      visibility: visible;
      opacity: 1; }
      .top .top_menu .top_nav > li:hover .sub_bg ul.sub_menu {
        background: rgba(61, 42, 31, 0.9);
        padding: 50px 0; }
        .top .top_menu .top_nav > li:hover .sub_bg ul.sub_menu > li {
          text-align: center;
          margin-bottom: 20px; }
          .top .top_menu .top_nav > li:hover .sub_bg ul.sub_menu > li:last-child {
            margin-bottom: 0; }
          .top .top_menu .top_nav > li:hover .sub_bg ul.sub_menu > li a {
            display: block; }
            .top .top_menu .top_nav > li:hover .sub_bg ul.sub_menu > li a p {
              font-size: 14px;
              color: #fff;
              padding-top: 10px; }
    .top .top_menu .top_nav > li {
      padding: 7px; }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .top .top_menu .top_nav > li:nth-child(1) {
          display: none; } }
      .top .top_menu .top_nav > li:nth-child(3) .sub_bg {
        width: 130%; }
        .top .top_menu .top_nav > li:nth-child(3) .sub_bg .sub_inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .top .top_menu .top_nav > li:nth-child(3) .sub_bg .sub_inner .sub_menu:nth-child(1) {
            padding: 35px 15px 35px 25px; }
          .top .top_menu .top_nav > li:nth-child(3) .sub_bg .sub_inner .sub_menu:nth-child(2) {
            padding: 35px 25px 35px 15px; }
      .top .top_menu .top_nav > li > a {
        color: #462128;
        font-weight: bold;
        font-size: 14px;
        padding: 10px 20px;
        display: block;
        border-left: solid 3px transparent; }
        .top .top_menu .top_nav > li > a:hover {
          opacity: 1;
          color: #9a845f;
          border-left: solid 3px #9a845f; }
      .top .top_menu .top_nav > li .sub_bg {
        opacity: 0;
        top: 0;
        left: 100%;
        visibility: hidden;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(50, 36, 27, 0.9);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -ms-transition: .3s;
        transition: .3s; }

.top .mv {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (min-width: 981px) {
    .top .mv {
      height: 720px; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .top .mv {
      height: 500px; } }
  .top .mv .msg {
    width: 100%;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    position: absolute;
    left: 0;
    z-index: 1; }
    @media print, screen and (min-width: 981px) {
      .top .mv .msg {
        height: 720px; } }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      .top .mv .msg {
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .top .mv .msg {
        top: 45%;
        text-align: center;
        width: 100%; }
        .top .mv .msg img {
          width: 260px; } }
    @media print, screen and (min-width: 768px) {
      .top .mv .msg {
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .top .mv .photo {
    width: calc(100% - 270px);
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .top .mv .photo {
        margin-top: 63px; } }
    @media only screen and (max-width: 1100px) {
      .top .mv .photo {
        width: 100%; } }

.main_slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .main_slide li {
    text-indent: -9999px;
    background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/top/mv01.png) 50% 50% no-repeat; }
    @media only screen and (max-width: 767px) {
      .main_slide li {
        background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/top/mv01.png) 35% 50% no-repeat; } }
    .main_slide li:nth-child(2) {
      background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/top/mv02.png) 50% 50% no-repeat; }
      @media only screen and (max-width: 767px) {
        .main_slide li:nth-child(2) {
          background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/top/mv02.png) 65% 50% no-repeat; } }
    .main_slide li:nth-child(3) {
      background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/top/mv03.png) 50% 50% no-repeat; }
      @media only screen and (max-width: 767px) {
        .main_slide li:nth-child(3) {
          background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/top/mv03_sp.jpg) 72% 100% no-repeat; } }
    .main_slide li:nth-child(4) {
      background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/top/mv04.png) 50% 50% no-repeat; }
    .main_slide li:nth-child(5) {
      background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/top/mv05.png) 50% 50% no-repeat; }
    .main_slide li:nth-child(6) {
      background: url(https://www.yadoken.co.jp/dev/rt/yk101524/images/top/mv06.png) 50% 50% no-repeat; }
    .main_slide li:nth-child(-n+6) {
      background-size: cover; }
      @media only screen and (max-width: 767px) {
        .main_slide li:nth-child(-n+6) {
          height: 100vh; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .main_slide li:nth-child(-n+6) {
          height: 500px; } }
      @media print, screen and (min-width: 981px) {
        .main_slide li:nth-child(-n+6) {
          height: 720px; } }

.sub .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .sub .mv {
      height: 150px;
      margin-top: 63px; }
      .sub .mv h1 img {
        width: 80%; } }
  @media print, screen and (min-width: 768px) {
    .sub .mv {
      height: 350px; } }

/* -- pagetitlearea --
--------------------------------------------------------------　*/
/* -- breadcrumb --
--------------------------------------------------------------　*/
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs ul {
      padding: 10px 0; } }
  .breadcrumbs ul li {
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    @media only screen and (max-width: 767px) {
      .breadcrumbs ul li {
        font-size: 11px; } }
    .breadcrumbs ul li:nth-child(even) {
      color: #000;
      padding: 0 5px; }

/* -- page_description_area --
--------------------------------------------------------------　*/
/*  nav ----------------------------------　*/
header nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 768px) {
    header nav p.logo {
      width: 20%; }
    header nav p.reserve {
      width: 18%; } }
  header nav p.reserve a {
    background-color: #62753a;
    display: inline-block;
    padding: 12px 30px 12px 10px;
    font-size: 13px;
    color: #fff;
    position: relative; }
    @media all and (-ms-high-contrast: none) {
      header nav p.reserve a {
        padding: 12px 30px 8px 10px; } }
    @media print, screen and (max-width: 1100px) {
      header nav p.reserve a {
        font-size: 12px;
        padding: 12px 20px 12px 7px; } }
    header nav p.reserve a:after {
      content: ">";
      position: absolute;
      top: 12px;
      right: 10px; }

@media print, screen and (min-width: 768px) {
  header ul.gnav {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header ul.gnav li {
      font-size: 14px; } }
    @media print, screen and (min-width: 768px) and (min-width: 768px) and (max-width: 980px) {
      header ul.gnav li:nth-child(1) {
        display: none; } }
    @media print, screen and (min-width: 768px) and (min-width: 768px) {
      header ul.gnav li:nth-child(8) {
        display: none; } }
    @media print, screen and (min-width: 768px) and (max-width: 1100px) {
      header ul.gnav li {
        font-size: 12px; } }

@media print, screen and (min-width: 768px) {
      header ul.gnav li:hover a, header ul.gnav li.active a {
        color: #a98951;
        border-bottom: solid 3px #a98951; }
      header ul.gnav li a {
        font-weight: bold;
        display: block;
        padding: 30px 0;
        border-bottom: solid 3px transparent; } }

/* page_navigation ---------------*/
.page_navigation {
  background: url(../images/common/bg_top02-01.png) 0 0 no-repeat;
  background-size: cover;
  padding-top: 25px; }
  .page_navigation .logo {
    width: 18%;
    margin-top: 10px; }
  .page_navigation nav {
    width: 60%; }
  .page_navigation ul.nav_top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .page_navigation ul.nav_top li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      margin-right: 10px;
}
      .page_navigation ul.nav_top li:nth-child(4) a {
        display: block;
        border: solid 1px #a98951;
        color: #a98951;
        text-align: center;
        position: relative;
        padding: 7px 25px 7px 15px;
        font-size: 14px;
        line-height: 1; }
        @media print, screen and (min-width: 981px) {
          .page_navigation ul.nav_top li:nth-child(4) a {
            width: 150px;
            padding: 10px 25px 8px; } }
        .page_navigation ul.nav_top li:nth-child(4) a:after {
          content: ">";
          position: absolute;
          top: 6px;
          right: 10px; }
          @media print, screen and (min-width: 981px) {
            .page_navigation ul.nav_top li:nth-child(4) a:after {
              top: 9px; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .page_navigation ul.gnav li:nth-child(1) {
      display: none; } }
  .page_navigation ul.gnav li a {
    color: #462128;
    padding: 15px 0 18px 0; }
  .page_navigation ul.gnav li:hover, .page_navigation ul.gnav li.selected {
    border-bottom: solid 3px #a98951; }
    .page_navigation ul.gnav li:hover a, .page_navigation ul.gnav li.selected a {
      color: #a98951; }

.en_navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 999;
  padding-top: 15px; }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .en_navigation {
      padding-bottom: 7px; } }
  .en_navigation.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #462128; }
  .en_navigation .logo {
    width: 40%; }
    .en_navigation .logo h1 {
      font-size: 14px;
      margin-bottom: 7px; }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .en_navigation .logo h1 {
          font-size: 10px; } }
  .en_navigation nav {
    width: 33%; }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      .en_navigation nav {
        width: 37%; } }
  .en_navigation ul.nav_top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .en_navigation ul.nav_top li:nth-child(3) {
      margin-left: 10px; }
      .en_navigation ul.nav_top li:nth-child(3) a {
        display: block;
        border: solid 1px #9a845f;
        color: #fff;
        text-align: center;
        background-color: #9a845f;
        position: relative;
        padding: 7px 25px 7px 15px;
        font-size: 14px;
        line-height: 1; }
        @media print, screen and (min-width: 981px) {
          .en_navigation ul.nav_top li:nth-child(3) a {
            width: 170px;
            padding: 10px 25px 8px 15px; } }
        .en_navigation ul.nav_top li:nth-child(3) a:after {
          content: ">";
          position: absolute;
          top: 6px;
          right: 10px; }
          @media print, screen and (min-width: 981px) {
            .en_navigation ul.nav_top li:nth-child(3) a:after {
              top: 9px; } }
  .en_navigation ul.gnav li a {
    color: #fff;
    padding: 7px 0; }
  .en_navigation ul.gnav li:hover, .en_navigation ul.gnav li.selected {
    border-bottom: solid 3px #fff; }

@media only screen and (max-width: 767px) {
  .page_navigation, .en_navigation {
    display: none; } }

.page_navigation .rsv, .en_navigation .rsv {
  width: 19%; }

.page_navigation ul.nav_top, .en_navigation ul.nav_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .page_navigation ul.nav_top li:nth-child(4), .en_navigation ul.nav_top li:nth-child(3) {
      margin: 0 10px; } }

.page_navigation ul.gnav, .en_navigation ul.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .page_navigation ul.gnav li, .en_navigation ul.gnav li {
    font-size: 14px;
    border-bottom: solid 3px transparent; }
    @media print, screen and (max-width: 1100px) {
      .page_navigation ul.gnav li, .en_navigation ul.gnav li {
        font-size: 12px; } }
    .page_navigation ul.gnav li a, .en_navigation ul.gnav li a {
      font-weight: bold;
      display: block; }

@media print, screen and (min-width: 768px) {
  #toggle {
    display: none; } }

@media only screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    z-index: 9999;
    top: 7px;
    right: 10px; }
    #toggle .menu-trigger {
      display: inline-block;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s;
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 10000;
      width: 40px;
      height: 40px; }
      #toggle .menu-trigger.triggeractive {
        width: 30px;
        height: 30px; }
        #toggle .menu-trigger.triggeractive span {
          color: #462128; }
          #toggle .menu-trigger.triggeractive span:nth-child(-n+3) {
            background-color: #462128;
            width: 30px;
            right: 0; }
          #toggle .menu-trigger.triggeractive span:nth-of-type(1) {
            -webkit-transform: translateY(8px) rotate(-45deg);
            -ms-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg); }
          #toggle .menu-trigger.triggeractive span:nth-of-type(2) {
            opacity: 0; }
          #toggle .menu-trigger.triggeractive span:nth-of-type(3) {
            -webkit-transform: translateY(-12px) rotate(42deg);
            -ms-transform: translateY(-12px) rotate(42deg);
            transform: translateY(-12px) rotate(42deg); }
          #toggle .menu-trigger.triggeractive span:nth-of-type(4) {
            display: none; }
      #toggle .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 10000;
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        z-index: 9999; }
        #toggle .menu-trigger span:nth-child(-n+3) {
          left: 0;
          width: 40px;
          height: 2px;
          background-color: #462128; }
        #toggle .menu-trigger span:nth-of-type(1) {
          top: 7px; }
        #toggle .menu-trigger span:nth-of-type(2) {
          top: 17px; }
        #toggle .menu-trigger span:nth-of-type(3) {
          top: 27px; }
        #toggle .menu-trigger span:nth-of-type(4) {
          left: 0px;
          bottom: -12px;
          font-size: 12px;
          font-weight: bold; } }

@media only screen and (max-width: 767px) {
  #menu {
    display: none; }
    #menu.menu_open {
      overflow-y: scroll;
      display: block;
      text-align: center;
      -webkit-animation: menuin 0.5s ease-in-out forwards;
      animation: menuin 0.5s ease-in-out forwards;
      opacity: 1;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 0;
      margin: 0 auto;
      clear: both;
      z-index: 999;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background-color: #fbf8f2;
      padding: 10vh 0 15vh; }
      #menu.menu_open ul.gnav {
        margin: 20px 0; }
      #menu.menu_open li {
        padding: 10px; }
        #menu.menu_open li a {
          color: #462128;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          font-size: 16px; }
          #menu.menu_open li a:hover {
            opacity: 1;
            color: #191919; } }

@-webkit-keyframes menuin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes menuin {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* -- fixed_btn--
--------------------------------------------------------------　*/
/* -- footer --
--------------------------------------------------------------*/
footer {
  background: url(../images/footer/footer_bg.png) 50% 50% no-repeat;
  background-size: cover; }
  footer .btn_pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 100; }
    @media only screen and (max-width: 767px) {
      footer .btn_pagetop {
        width: 50px;
        right: 10px;
        bottom: 20px; } }
  footer .footer_wrap .f_inner {
    max-width: 1100px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      footer .footer_wrap .f_inner {
        padding: 50px 20px 20px; } }
    footer .footer_wrap .f_inner .f_nav {
      padding: 50px 10px; }
      @media only screen and (max-width: 767px) {
        footer .footer_wrap .f_inner .f_nav {
          display: none; } }
      @media print, screen and (min-width: 768px) {
        footer .footer_wrap .f_inner .f_nav nav div {
          width: 20%; } }
      footer .footer_wrap .f_inner .f_nav nav div p {
        margin-bottom: 15px; }
        footer .footer_wrap .f_inner .f_nav nav div p a {
          color: #b09565;
          font-weight: bold; }
          @media print, screen and (min-width: 768px) and (max-width: 980px) {
            footer .footer_wrap .f_inner .f_nav nav div p a {
              font-size: 14px; } }
      footer .footer_wrap .f_inner .f_nav nav div ul {
        padding-left: 10px;
        border-left: solid 2px #b09565; }
        footer .footer_wrap .f_inner .f_nav nav div ul.mb {
          margin-bottom: 20px; }
        footer .footer_wrap .f_inner .f_nav nav div ul li {
          font-size: 12px;
          line-height: 1.7; }
          footer .footer_wrap .f_inner .f_nav nav div ul li:not(:last-of-type) {
            margin-bottom: 10px; }
          footer .footer_wrap .f_inner .f_nav nav div ul li a {
            color: #fff; }
    @media print, screen and (min-width: 768px) {
      footer .footer_wrap .f_inner .e_nav {
        padding-top: 50px; } }
    footer .footer_wrap .f_inner .e_nav ul.flex_bx {
      max-width: 430px;
      margin: 0 auto 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .footer_wrap .f_inner .e_nav ul.flex_bx li a {
        color: #fff;
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          footer .footer_wrap .f_inner .e_nav ul.flex_bx li a {
            font-size: 12px; } }
    footer .footer_wrap .f_inner .f_btm {
      text-align: center; }
      footer .footer_wrap .f_inner .f_btm .btm_link {
        max-width: 930px;
        margin: 50px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          footer .footer_wrap .f_inner .f_btm .btm_link {
            margin: 20px auto;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            footer .footer_wrap .f_inner .f_btm .btm_link li {
              width: 48%;
              margin-bottom: 7px; } }
        @media print, screen and (min-width: 768px) {
          footer .footer_wrap .f_inner .f_btm .btm_link li {
            margin-left: 10px; } }
        footer .footer_wrap .f_inner .f_btm .btm_link li:first-of-type {
          margin-left: 0; }
      footer .footer_wrap .f_inner .f_btm p {
        color: #fff; }
        footer .footer_wrap .f_inner .f_btm p:nth-child(1) {
          margin-bottom: 10px; }
        footer .footer_wrap .f_inner .f_btm p:nth-child(2) {
          font-size: 14px; }
          @media only screen and (max-width: 767px) {
            footer .footer_wrap .f_inner .f_btm p:nth-child(2) {
              font-size: 13px; } }
        footer .footer_wrap .f_inner .f_btm p:nth-child(3) {
          margin: 20px 0; }
        footer .footer_wrap .f_inner .f_btm p:nth-child(4), footer .footer_wrap .f_inner .f_btm p:nth-child(5) {
          margin-bottom: 7px; }
        footer .footer_wrap .f_inner .f_btm p:nth-child(7) {
          font-size: 12px;
          margin: 20px 0; }
          footer .footer_wrap .f_inner .f_btm p:nth-child(7) a {
            text-decoration: underline; }
        footer .footer_wrap .f_inner .f_btm p a {
          color: #fff; }
  footer .copyright {
    border-top: solid 1px #5f5f5f;
    padding: 35px 0;
    font-size: 11px;
    text-align: center;
    line-height: 1;
    color: #fff; }

/* -- framework && common --
--------------------------------------------------------------　*/
.page_link {
  margin: 0 auto; }
  .page_link a {
    display: block;
    border: solid 1px #9a845f;
    color: #9a845f;
    font-size: 14px;
    padding: 11px;
    text-align: center;
    position: relative; }
    @media all and (-ms-high-contrast: none) {
      .page_link a {
        padding: 13px 11px 9px 11px; } }
    .page_link a.none:after {
      content: ""; }
    .page_link a:after {
      content: ">";
      position: absolute;
      top: 10px;
      right: 10px; }
      @media all and (-ms-high-contrast: none) {
        .page_link a:after {
          top: 12px; } }

.top_prologue .js-animation li {
  opacity: 0; }
  .top_prologue .js-animation li.fadein {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important; }
  .top_prologue .js-animation li:nth-child(2).fadein {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s; }

.img_top.js-animation li {
  opacity: 0; }
  .img_top.js-animation li.fadein {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: fadeInlist;
    animation-name: fadeInlist;
    visibility: visible !important; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeInlist {
  100% {
    opacity: 1; } }

@keyframes fadeInlist {
  100% {
    opacity: 1; } }

@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-viewport {
    left: 0 !important; } }

/* -- heading common --
--------------------------------------------------------------　*/
/* -- index.php --
--------------------------------------------------------------　*/
@media print, screen and (min-width: 768px) {
  .top_info {
    padding: 50px 0 65px;
    background: -webkit-gradient(linear, left top, right top, from(#f9f7f4), color-stop(50%, #f9f7f4), color-stop(50%, #f6f1e8), to(#f6f1e8));
    background: -webkit-linear-gradient(left, #f9f7f4 0%, #f9f7f4 50%, #f6f1e8 50%, #f6f1e8 100%);
    background: -o-linear-gradient(left, #f9f7f4 0%, #f9f7f4 50%, #f6f1e8 50%, #f6f1e8 100%);
    background: linear-gradient(90deg, #f9f7f4 0%, #f9f7f4 50%, #f6f1e8 50%, #f6f1e8 100%); } }

@media print, screen and (min-width: 768px) {
  .top_info .dp_flex.mwrap > div {
    width: 50%; } }

@media only screen and (max-width: 767px) {
  .top_info .dp_flex.mwrap > div {
    padding: 30px 10px; } }

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .top_info .dp_flex.mwrap > div {
    padding: 0 10px; } }

@media only screen and (max-width: 767px) {
  .top_info .dp_flex.mwrap > div:nth-child(1) {
    background-color: #f9f7f4; } }

@media print, screen and (min-width: 1101px) {
  .top_info .dp_flex.mwrap > div:nth-child(1) {
    padding-right: 100px; } }

@media only screen and (max-width: 767px) {
  .top_info .dp_flex.mwrap > div:nth-child(2) {
    background-color: #f6f1e8; } }

@media print, screen and (min-width: 1101px) {
  .top_info .dp_flex.mwrap > div:nth-child(2) {
    padding-left: 100px; } }

.top_info .dp_flex.mwrap h3 {
  color: #462128;
  letter-spacing: 3px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px; }

.top_info .dp_flex.mwrap ul li {
  padding: 12px 0;
  border-bottom: solid 1px #d9d0bf; }
  .top_info .dp_flex.mwrap ul li:last-child {
    border: none; }
  .top_info .dp_flex.mwrap ul li .flex_bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .top_info .dp_flex.mwrap ul li .flex_bx .leftc {
      width: 17%; }
    .top_info .dp_flex.mwrap ul li .flex_bx .rightc {
      width: 80%; }
      .top_info .dp_flex.mwrap ul li .flex_bx .rightc p.day {
        font-size: 13px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        color: #b09565;
        margin-bottom: 7px; }
      .top_info .dp_flex.mwrap ul li .flex_bx .rightc p.title {
        font-size: 14px;
        font-weight: bold; }

.top_info .dp_flex.mwrap .page_link {
  max-width: 225px;
  margin: 30px auto; }

@media only screen and (max-width: 767px) {
  .top_prologue {
    padding: 50px 10px;
    background: url(../images/top/bg_top03.png) 88% 100% no-repeat; } }

@media print, screen and (min-width: 768px) and (max-width: 980px) {
  .top_prologue {
    padding: 100px 0 50px; } }

@media print, screen and (min-width: 981px) {
  .top_prologue {
    padding: 110px 0; } }

@media print, screen and (min-width: 768px) {
  .top_prologue {
    background: url(../images/top/bg_top03.png) 50% 50% no-repeat;
    background-size: cover; } }

.top_prologue ul li:nth-child(1) h2 {
  margin-bottom: 20px;
  color: #462128;
  font-size: 27px;
  letter-spacing: 3px; }

@media print, screen and (min-width: 768px) {
  .top_prologue ul li:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media print, screen and (min-width: 768px) {
  .top_prologue ul li:nth-child(2) {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; } }

.top_prologue ul li:nth-child(2) p {
  color: #462128;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .top_prologue ul li:nth-child(2) p {
      margin-bottom: 20px; } }
  @media print, screen and (min-width: 981px) {
    .top_prologue ul li:nth-child(2) p {
      margin-left: 50px; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .top_prologue ul li:nth-child(2) p {
      margin-left: 30px; } }
  @media print, screen and (min-width: 768px) {
    .top_prologue ul li:nth-child(2) p {
      font-size: 17px;
      line-height: 2.2; } }

.top_rooms {
  background: url(../images/top/bg_top04.png) 50% 50% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .top_rooms {
      padding: 50px 10px;
      background: url(../images/top/bg_top04.png) 25% 0% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 768px) {
    .top_rooms {
      padding: 70px 0 100px; } }
  .top_rooms .flex_bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media only screen and (max-width: 767px) {
      .top_rooms .flex_bx .ttl {
        width: 80px; }
      .top_rooms .flex_bx .spmg {
        margin: 15px 0 10px; }
      .top_rooms .flex_bx li {
        width: 48%; }
        .top_rooms .flex_bx li a {
          color: #fff;
          height: 85px;
          padding-top: 33px;
          font-size: 16px;
          text-shadow: 2px 2px 2px #000;
          letter-spacing: 5px; }
        .top_rooms .flex_bx li:nth-child(3) {
          background: url(../images/top/img_top04-01_sp.png) 50% 50% no-repeat;
          background-size: cover; }
        .top_rooms .flex_bx li:nth-child(4) {
          background: url(../images/top/img_top04-02_sp.png) 50% 50% no-repeat;
          background-size: cover; } }
  .top_rooms .ttl {
    padding: 0 15px; }
  .top_rooms .rooms_content {
    text-align: center; }
    .top_rooms .rooms_content h3 {
      letter-spacing: 5px;
      font-size: 27px;
      color: #fff;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .top_rooms .rooms_content h3 {
          font-size: 18px; } }
    .top_rooms .rooms_content p {
      font-size: 14px;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .top_rooms .rooms_content p {
          font-size: 13px; } }
    .top_rooms .rooms_content .flex_bx {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .top_rooms .rooms_content .flex_bx li a {
        display: block;
        position: relative; }
      .top_rooms .rooms_content .flex_bx li a:hover {
        opacity: 1; }

.top_dining {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .top_dining {
      padding: 50px 0; } }
  @media print, screen and (min-width: 768px) {
    .top_dining {
      padding: 80px 0 90px; }
      .top_dining:before {
        content: '';
        background-color: #f6f1e8;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 420px;
        z-index: 0; } }
  .top_dining h2 {
    color: #462128;
    letter-spacing: 5px;
    font-size: 27px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .top_dining h2 {
        font-size: 18px; } }
  .top_dining .sub_ttl {
    text-align: center;
    margin-bottom: 80px;
    color: #462128; }
    @media only screen and (max-width: 767px) {
      .top_dining .sub_ttl {
        margin-bottom: 30px; } }
  .top_dining .img_top {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .top_dining .img_top {
        margin-bottom: 50px; } }
    @media print, screen and (min-width: 768px) {
      .top_dining .img_top {
        margin-bottom: 110px; } }
    .top_dining .img_top li.flex_bx {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media print, screen and (min-width: 981px) {
        .top_dining .img_top li.flex_bx div:nth-child(2) {
          padding-left: 150px; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .top_dining .img_top li.flex_bx div:nth-child(2) {
          padding: 0 50px; } }
      @media only screen and (max-width: 767px) {
        .top_dining .img_top li.flex_bx div:nth-child(2) {
          padding: 0 20px; } }
    .top_dining .img_top li:nth-child(2), .top_dining .img_top li:nth-child(3) {
      position: relative; }
      @media print, screen and (min-width: 768px) and (max-width: 1300px) {
        .top_dining .img_top li:nth-child(2), .top_dining .img_top li:nth-child(3) {
          margin-top: -100px; } }
      @media print, screen and (min-width: 1301px) {
        .top_dining .img_top li:nth-child(2), .top_dining .img_top li:nth-child(3) {
          margin-top: -160px; } }
    @media print, screen and (min-width: 1151px) and (max-width: 1300px) {
      .top_dining .img_top li:nth-child(3) img, .top_dining .img_top li:nth-child(4) img {
        width: 500px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1150px) {
      .top_dining .img_top li:nth-child(3) img, .top_dining .img_top li:nth-child(4) img {
        width: 450px; } }
    .top_dining .img_top li:nth-child(2) {
      text-align: right;
      z-index: 10; }
      @media print, screen and (min-width: 768px) and (max-width: 1300px) {
        .top_dining .img_top li:nth-child(2) img {
          width: 550px; } }
    .top_dining .img_top li:nth-child(4) {
      margin-top: -55px;
      text-align: right; }
    @media only screen and (max-width: 767px) {
      .top_dining .img_top li:not(:nth-child(1)) img {
        width: 58%; } }
  .top_dining .dp_flex {
    z-index: 10;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .top_dining .dp_flex.list {
        width: 80%;
        margin: 0 auto; } }
    .top_dining .dp_flex li {
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .top_dining .dp_flex li {
          margin-bottom: 30px; } }
      @media print, screen and (min-width: 768px) {
        .top_dining .dp_flex li {
          width: 22%; } }
      .top_dining .dp_flex li .ttl {
        position: relative; }
        .top_dining .dp_flex li .ttl p {
          position: absolute;
          top: 10px;
          right: 10px; }
          @media print, screen and (min-width: 768px) and (max-width: 980px) {
            .top_dining .dp_flex li .ttl p {
              right: 0; }
              .top_dining .dp_flex li .ttl p img {
                width: 50px; } }
      @media only screen and (max-width: 767px) {
        .top_dining .dp_flex li .img_col {
          text-align: center; } }
      .top_dining .dp_flex li .txt {
        background-color: #fff;
        padding: 15px; }
        @media only screen and (max-width: 767px) {
          .top_dining .dp_flex li .txt {
            padding: 15px 20px; } }
        .top_dining .dp_flex li .txt h3 {
          font-size: 29px;
          color: #462128;
          letter-spacing: 3px;
          margin-bottom: 15px; }
        .top_dining .dp_flex li .txt p {
          line-height: 1.7;
          font-size: 14px;
          letter-spacing: 0; }
  .top_dining .page_link a {
    margin: 50px auto 0;
    max-width: 300px; }

.top_recommend {
  background-color: #462128; }
  @media only screen and (max-width: 767px) {
    .top_recommend {
      padding: 50px 10px; } }
  @media print, screen and (min-width: 768px) {
    .top_recommend {
      padding: 100px 0; } }
  .top_recommend h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    letter-spacing: 3px;
    font-size: 27px;
    line-height: 1.8; }
    .top_recommend h2 small {
      font-size: 12px; }
  .top_recommend .dp_flex {
    margin-bottom: 30px; }
    @media print, screen and (min-width: 768px) {
      .top_recommend .dp_flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .top_recommend .dp_flex li {
      margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .top_recommend .dp_flex .img_f {
        text-align: center; } }
    .top_recommend .dp_flex .txt {
      background-color: #fff;
      padding: 20px; }
      @media print, screen and (min-width: 768px) {
        .top_recommend .dp_flex .txt {
          min-height: 143px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .top_recommend .dp_flex .txt p {
        font-size: 14px;
        font-weight: bold; }
        @media print, screen and (min-width: 768px) and (max-width: 980px) {
          .top_recommend .dp_flex .txt p {
            font-size: 12px; } }
        .top_recommend .dp_flex .txt p.price span {
          font-size: 27px;
          color: #9a845f; }
          @media print, screen and (min-width: 768px) and (max-width: 980px) {
            .top_recommend .dp_flex .txt p.price span {
              font-size: 18px; } }
    @media print, screen and (min-width: 1080px) {
      .top_recommend .dp_flex {
        padding: 0 50px; } }
    @media print, screen and (min-width: 768px) {
      .top_recommend .dp_flex > li {
        width: 30%; } }

.access .top_btm .txt {
  top: 120px; }

.top_btm {
  background: url(../images/top/bg_top07-01.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .top_btm {
      padding: 50px 0; } }
  @media print, screen and (min-width: 768px) {
    .top_btm {
      padding: 160px 0 85px; } }
  @media only screen and (max-width: 767px) {
    .top_btm .txt {
      text-align: center;
      padding: 20px 10px; } }
  @media print, screen and (min-width: 768px) {
    .top_btm .txt {
      position: absolute;
      top: 165px;
      left: 0;
      width: 100%; } }
  @media print, screen and (min-width: 768px) {
    .top_btm .txt .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 38%; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .top_btm .txt h2 {
      padding: 0 20px 0 30px; }
      .top_btm .txt h2 img {
        width: 145px; } }
  @media print, screen and (min-width: 981px) {
    .top_btm .txt h2 {
      padding: 0 70px; } }
  .top_btm .txt p {
    color: #462128;
    line-height: 2.5; }
    @media print, screen and (min-width: 768px) {
      .top_btm .txt p {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; } }
    @media only screen and (max-width: 767px) {
      .top_btm .txt p {
        line-height: 1.8;
        font-size: 13px; } }
  .top_btm .sea_img {
    float: right;
    width: 60%;
    text-align: right; }
    @media print, screen and (min-width: 1701px) {
      .top_btm .sea_img img {
        max-width: 1030px; } }
  @media only screen and (max-width: 767px) {
    .top_btm .banner img {
      width: 80%; } }
  .top_btm .banner, .top_btm .msg {
    text-align: center; }
    @media print, screen and (min-width: 768px) and (max-width: 1500px) {
      .top_btm .banner, .top_btm .msg {
        padding-top: 500px; } }
    @media print, screen and (min-width: 1501px) {
      .top_btm .banner, .top_btm .msg {
        padding-top: 600px; } }
  .top_btm .spview ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px; }
    .top_btm .spview ul li:first-of-type {
      width: 20%; }
    .top_btm .spview ul li:nth-child(2) {
      width: 75%; }

@media only screen and (max-width: 767px) {
  .top_access {
    padding: 50px 0; } }

@media print, screen and (min-width: 768px) {
  .top_access {
    padding: 100px 0 85px; } }

.top_access h2 {
  color: #462128;
  letter-spacing: 3px;
  font-size: 27px; }

.top_access h2, .top_access p {
  margin-bottom: 20px; }

.top_access p {
  text-align: center;
  font-size: 14px;
  color: #462128; }
  @media only screen and (max-width: 767px) {
    .top_access p {
      margin-bottom: 30px; } }

.top_access .dp_flex {
  margin: 20px auto 0; }
  @media only screen and (max-width: 767px) {
    .top_access .dp_flex {
      width: 80%; }
      .top_access .dp_flex li {
        margin: 10px 0; } }
  @media print, screen and (min-width: 981px) {
    .top_access .dp_flex {
      max-width: 660px; } }
  .top_access .dp_flex .page_link a {
    min-width: 300px; }

@media print, screen and (min-width: 768px) {
  .top .gmap {
    margin: 70px 0; } }

.gmap.gs iframe {
  vertical-align: bottom;
  filter: gray;
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  filter: grayscale(90%); }

.gmap iframe {
  vertical-align: bottom; }

/* page common --
--------------------------------------------------------------　*/
.sub {
  font-size: 15px; }
  .sub .mv h1.msg {
    font-size: 32px;
    letter-spacing: 7px;
    color: #fff;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .sub .mv h1.msg {
        font-size: 22px; } }
  .sub .page_tpbg h2 {
    font-size: 32px;
    color: #9a845f;
    letter-spacing: 3px; }
    @media only screen and (max-width: 767px) {
      .sub .page_tpbg h2 {
        font-size: 28px; } }
    .sub .page_tpbg h2 small {
      font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .sub {
      font-size: 14px; } }
  .sub .wh_top {
    background: url(../images/common/bg_point.png) 0% 0% no-repeat; }
  .sub .bx-wrapper .bx-viewport {
    position: static !important; }

@media only screen and (max-width: 767px) {
  .sp_w {
    overflow-x: scroll;
    white-space: nowrap; }
  .sp_w::-webkit-scrollbar {
    height: 10px; }
  .sp_w::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px; }
  .sp_w::-webkit-scrollbar-track-piece {
    background: #efefef; } }

/* -- access ------------------------------------------　*/
.access .mv {
  background: url(../images/access/img_accessmv00-01.png) 50% 0% no-repeat;
  background-size: cover; }

.access .gmap {
  margin: 0; }

.access p.walk {
  display: inline-block;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-size: 14px; }
  .access p.walk:before {
    padding-right: 5px;
    top: 3px;
    position: relative; }

.access .top_btm {
  background: url(../images/access/bg_access07-01.png) 50% 100% no-repeat;
  background-size: cover; }
  @media print, screen and (min-width: 768px) {
    .access .top_btm {
      padding: 130px 0 85px; } }
  .access .top_btm .msg p {
    font-size: 14px;
    text-align: center;
    color: #462128;
    line-height: 2; }
    @media only screen and (max-width: 767px) {
      .access .top_btm .msg p {
        font-size: 13px;
        text-align: left;
        padding: 20px 15px; } }

.des_txt {
  color: #462128;
  line-height: 2;
  padding: 30px 0;
  text-align: center; }

@media print, screen and (max-width: 980px) {
  .access_map .access_tel {
    padding: 30px 10px 0 10px; } }

@media print, screen and (min-width: 981px) {
  .access_map .access_tel {
    background: url(../images/access/bg_access01-01.png) 0% 50% no-repeat;
    background-size: auto 100%;
    padding: 50px 0; } }

.access_map .access_tel .access_content {
  padding: 25px 20px; }
  @media print, screen and (max-width: 980px) {
    .access_map .access_tel .access_content {
      background-color: #f6f1e8;
      border: double 4px #dcd1be; } }
  @media print, screen and (min-width: 981px) {
    .access_map .access_tel .access_content {
      margin-left: 33%;
      background: url(../images/access/bg_access01-02.png) 50% 50% no-repeat;
      background-size: cover; } }
  .access_map .access_tel .access_content .logo {
    text-align: center;
    margin-bottom: 20px; }
  @media print, screen and (min-width: 768px) {
    .access_map .access_tel .access_content .dp_flex {
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .access_map .access_tel .access_content .dp_flex li {
        width: 50%; }
        .access_map .access_tel .access_content .dp_flex li:nth-child(2) {
          border-left: solid 1px #d0bea1; } }
  @media only screen and (max-width: 767px) {
    .access_map .access_tel .access_content .dp_flex li {
      padding: 15px 0; } }
  .access_map .access_tel .access_content .dp_flex li p.free_parking {
    margin-bottom: 10px; }
  .access_map .access_tel .access_content .dp_flex li p.tel {
    margin-bottom: 10px; }
  .access_map .access_tel .access_content .dp_flex li p.pk_txt {
    color: #a85565;
    font-size: 11px; }
  .access_map .access_tel .access_content .dp_flex li:first-of-type {
    color: #462128;
    font-size: 13px;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .access_map .access_tel .access_content .dp_flex li:nth-child(2) {
      text-align: center; } }
  @media print, screen and (min-width: 768px) {
    .access_map .access_tel .access_content .dp_flex li:nth-child(2) {
      padding-left: 30px; } }

.access_root {
  background: url(../images/access/bg_root.png) 0% 0% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .access_root {
      padding: 50px 10px; } }
  @media print, screen and (min-width: 768px) {
    .access_root {
      padding: 70px 0; } }
  .access_root .root_map {
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; }
    @media only screen and (max-width: 767px) {
      .access_root .root_map {
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 768px) {
      .access_root .root_map {
        margin-bottom: 50px; } }
    .access_root .root_map.none {
      margin-bottom: 0; }
  .access_root .root_h3 {
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .access_root .root_h3 {
        padding: 25px 20px; } }
    @media print, screen and (min-width: 768px) {
      .access_root .root_h3 {
        text-align: center;
        padding: 50px; } }
    .access_root .root_h3 h3 {
      font-size: 28px;
      letter-spacing: 5px;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .access_root .root_h3 h3 {
          font-size: 18px; } }
      .access_root .root_h3 h3:before {
        padding-right: 20px; }
      .access_root .root_h3 h3.train:before {
        content: url(../images/access/img_access02-01.png); }
      .access_root .root_h3 h3.car:before {
        content: url(../images/access/img_access02-02.png); }
    .access_root .root_h3:after {
      position: absolute;
      content: "";
      display: block;
      background: url(../images/access/arrow_open.png) 50% 50% no-repeat;
      background-size: 100% auto; }
      @media only screen and (max-width: 767px) {
        .access_root .root_h3:after {
          top: 32px;
          right: 18px;
          width: 20px;
          height: 20px; } }
      @media print, screen and (min-width: 768px) {
        .access_root .root_h3:after {
          width: 28px;
          height: 28px;
          top: 55px;
          right: 35px; } }
    .access_root .root_h3.on:after {
      background: url(../images/access/arrow_close.png) 50% 50% no-repeat;
      background-size: 100% auto; }
  .access_root .root_img {
    padding: 30px 50px 50px 50px; }
    @media only screen and (max-width: 767px) {
      .access_root .root_img {
        padding: 20px; }
        .access_root .root_img img {
          max-width: 700px;
          vertical-align: bottom;
          padding: 7px; } }

.root_img {
  overflow: auto;
  white-space: nowrap; }

.root_img::-webkit-scrollbar {
  height: 5px; }

.root_img::-webkit-scrollbar-track {
  background: #F1F1F1; }

.root_img::-webkit-scrollbar-thumb {
  background: #BCBCBC; }

.petit_trip {
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .petit_trip {
      padding-top: 50px; } }
  @media print, screen and (min-width: 1951px) {
    .petit_trip {
      background: url(../images/access/bg_access03-01.png) 50% 75% no-repeat; } }
  @media print, screen and (min-width: 768px) and (max-width: 1220px) {
    .petit_trip {
      background: url(../images/access/bg_access03-01.png) 50% 55% no-repeat;
      background-size: 100% auto; } }
  @media print, screen and (min-width: 1221px) and (max-width: 1550px) {
    .petit_trip {
      background: url(../images/access/bg_access03-01.png) 50% 62% no-repeat;
      background-size: 100% auto; } }
  @media print, screen and (min-width: 1551px) and (max-width: 1950px) {
    .petit_trip {
      background: url(../images/access/bg_access03-01.png) 50% 75% no-repeat;
      background-size: 100% auto; } }
  .petit_trip .mainwrap {
    position: relative; }
    @media print, screen and (min-width: 768px) {
      .petit_trip .mainwrap {
        padding: 120px 0; } }
    @media print, screen and (min-width: 768px) and (max-width: 1280px) {
      .petit_trip .mainwrap {
        height: 1290px; } }
    @media print, screen and (min-width: 1281px) and (max-width: 1750px) {
      .petit_trip .mainwrap {
        height: 1330px; } }
    @media print, screen and (min-width: 1751px) {
      .petit_trip .mainwrap {
        height: 1450px; } }
    @media print, screen and (min-width: 768px) {
      .petit_trip .mainwrap .map {
        position: absolute;
        bottom: 0;
        right: 0; } }
  .petit_trip .h3_inner {
    text-align: center; }
    .petit_trip .h3_inner h3 {
      color: #462128;
      letter-spacing: 3px;
      font-size: 27px; }
    @media print, screen and (min-width: 768px) {
      .petit_trip .h3_inner {
        background: url(../images/access/img_access03-01.png) left center no-repeat, url(../images/access/img_access03-02.png) right center no-repeat;
        background-size: auto 100%; } }
    @media print, screen and (min-width: 1001px) {
      .petit_trip .h3_inner {
        max-width: 835px;
        margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .petit_trip .txt {
      padding: 0 15px; } }
  .petit_trip .txt p {
    font-size: 14px;
    color: #462128;
    line-height: 2;
    padding: 30px 0; }
    @media print, screen and (min-width: 768px) {
      .petit_trip .txt p {
        text-align: center; } }

.spot_map h3 {
  padding: 30px 0;
  text-align: center;
  font-size: 27px;
  letter-spacing: 5px;
  color: #462128;
  text-align: center; }

@media only screen and (max-width: 767px) {
  .hase_area {
    padding-top: 50px; } }

@media print, screen and (min-width: 768px) {
  .hase_area {
    padding-top: 100px; } }

.hase_area .area_inner {
  background: url(../images/access/bg_access05-01.png) 50% 100% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .hase_area .area_inner .area_bg {
      padding: 50px 20px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1120px) {
    .hase_area .area_inner .area_bg {
      padding: 90px 30px 75px; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .hase_area .area_inner .area_bg {
      background: url(../images/access/daibutsu.png)-30% 0 no-repeat, url(../images/access/hasedera.png) 130% 0 no-repeat; } }
  @media print, screen and (min-width: 981px) {
    .hase_area .area_inner .area_bg {
      background: url(../images/access/daibutsu.png) 0 0 no-repeat, url(../images/access/hasedera.png) 100% 0 no-repeat; } }
  @media print, screen and (min-width: 1121px) {
    .hase_area .area_inner .area_bg {
      padding: 90px 100px 75px; } }
  .hase_area .area_inner .area_bg h3 {
    font-size: 30px;
    letter-spacing: 5px;
    color: #a98951;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .hase_area .area_inner .area_bg h3 {
        font-size: 22px; } }
  .hase_area .area_inner .area_bg .txt p {
    font-size: 14px;
    text-align: center;
    color: #462128;
    line-height: 2;
    padding: 30px 0 70px; }
    @media only screen and (max-width: 767px) {
      .hase_area .area_inner .area_bg .txt p {
        padding: 30px 0; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .hase_area .area_inner .area_bg .dp_flex {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media print, screen and (min-width: 981px) {
    .hase_area .area_inner .area_bg .dp_flex {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media print, screen and (min-width: 768px) {
    .hase_area .area_inner .area_bg .dp_flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .hase_area .area_inner .area_bg .dp_flex li {
      margin: 0 auto 30px; } }
  @media print, screen and (max-width: 980px) {
    .hase_area .area_inner .area_bg .dp_flex li {
      width: 300px; } }
  @media print, screen and (min-width: 768px) {
    .hase_area .area_inner .area_bg .dp_flex li {
      margin-bottom: 50px; } }
  @media print, screen and (min-width: 981px) {
    .hase_area .area_inner .area_bg .dp_flex li {
      width: 300px; }
      .hase_area .area_inner .area_bg .dp_flex li:nth-last-child(-n+3) {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .hase_area .area_inner .area_bg .dp_flex li .img_bx {
      text-align: center; } }
  .hase_area .area_inner .area_bg .dp_flex li .area_data {
    background-color: #fff;
    padding: 20px 25px;
    color: #462128; }
    @media print, screen and (min-width: 768px) {
      .hase_area .area_inner .area_bg .dp_flex li .area_data {
        min-height: 365px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .hase_area .area_inner .area_bg .dp_flex li .area_data h4 {
      font-size: 17px;
      color: #a98951;
      padding: 10px 0; }
    .hase_area .area_inner .area_bg .dp_flex li .area_data p {
      font-size: 14px;
      font-weight: normal;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      line-height: 1.85; }
      .hase_area .area_inner .area_bg .dp_flex li .area_data p.add {
        border-bottom: solid 1px #e3e3e3;
        padding-bottom: 10px;
        margin-bottom: 10px; }
      .hase_area .area_inner .area_bg .dp_flex li .area_data p.walk {
        color: #a98951;
        background-color: #f6f0e6;
        padding: 2px 25px 2px 10px; }
        .hase_area .area_inner .area_bg .dp_flex li .area_data p.walk:before {
          content: url(../images/access/img_access_icon05-01.png); }
  @media only screen and (max-width: 767px) {
    .hase_area .area_inner .area_bg .dp_flex li .link_site {
      margin-top: 20px; } }
  .hase_area .area_inner .area_bg .dp_flex li .link_site a {
    display: block;
    border: solid 1px #8b6926;
    color: #8b6926;
    font-size: 15px;
    text-align: center;
    max-width: 236px;
    margin: 0 auto;
    padding: 10px;
    position: relative; }
  .hase_area .area_inner .area_bg .btm_txt {
    text-align: right;
    color: #a98951;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal; }
.yuigahama_area .link_site a {
    display: block;
    border: solid 1px #8b6926;
    color: #8b6926;
    font-size: 15px;
    text-align: center;
    max-width: 236px;
    margin: 0 auto;
    padding: 10px;
    position: relative; }

.yuigahama_area {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .yuigahama_area {
      padding: 20px 10px 0 10px; } }
  @media print, screen and (min-width: 768px) and (max-width: 830px) {
    .yuigahama_area {
      background: url(../images/access/kashi_bg.png)-400px 0 no-repeat, url(../images/access/bag_bg.png) 265% 0 no-repeat; } }
  @media print, screen and (min-width: 831px) and (max-width: 980px) {
    .yuigahama_area {
      background: url(../images/access/kashi_bg.png)-400px 0 no-repeat, url(../images/access/bag_bg.png) 220% 0 no-repeat; } }
  @media print, screen and (min-width: 981px) {
    .yuigahama_area {
      background: url(../images/access/bg_kashi06-01.png) 0 -50px no-repeat, url(../images/access/bg_bag06-01.png) 100% 0 no-repeat;
      background-size: 40%; } }
  .yuigahama_area h3 {
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
    color: #a98951;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .yuigahama_area h3 {
        font-size: 22px; } }
  .yuigahama_area .txt p {
    font-size: 14px;
    color: #462128;
    line-height: 2;
    padding: 30px 0 80px; }
    @media only screen and (max-width: 767px) {
      .yuigahama_area .txt p {
        padding: 30px 0; } }
    @media print, screen and (min-width: 768px) {
      .yuigahama_area .txt p {
        text-align: center; } }
  .yuigahama_area #bungakukan {
    padding-top: 35px; }
  .yuigahama_area .area_content {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .yuigahama_area .area_content {
        margin-bottom: 30px; } }
    .yuigahama_area .area_content .number {
      position: absolute;
      top: -22px; }
    .yuigahama_area .area_content .img_photo p.photo_by {
      color: #c3c3c3;
      font-size: 14px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-weight: normal;
      text-align: right;
      padding: 5px; }
    @media print, screen and (max-width: 980px) {
      .yuigahama_area .area_content .img_photo {
        text-align: center;
        position: relative;
        top: -30px; } }
    @media print, screen and (min-width: 981px) {
      .yuigahama_area .area_content .img_photo {
        position: absolute; }
        .yuigahama_area .area_content .img_photo.top {
          top: 50px; } }
    @media print, screen and (min-width: 981px) {
      .yuigahama_area .area_content:nth-child(1), .yuigahama_area .area_content:nth-child(4), .yuigahama_area .area_content:nth-child(5) {
        height: 880px; } }
    @media print, screen and (min-width: 981px) {
      .yuigahama_area .area_content:nth-child(7) {
        height: 840px; } }
    @media print, screen and (min-width: 981px) {
      .yuigahama_area .area_content:nth-child(2) {
        height: 900px; } }
    @media print, screen and (min-width: 768px) {
      .yuigahama_area .area_content:nth-child(3), .yuigahama_area .area_content:nth-child(6) {
        margin-bottom: 100px; } }
    .yuigahama_area .area_content:nth-child(4) .txt_content, .yuigahama_area .area_content:nth-child(6) .txt_content {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .yuigahama_area .area_content:nth-child(4) .txt_content .point_icon, .yuigahama_area .area_content:nth-child(6) .txt_content .point_icon {
          display: none; } }
      @media print, screen and (min-width: 768px) {
        .yuigahama_area .area_content:nth-child(4) .txt_content .point_icon, .yuigahama_area .area_content:nth-child(6) .txt_content .point_icon {
          position: absolute; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .yuigahama_area .area_content:nth-child(4) .txt_content .point_icon, .yuigahama_area .area_content:nth-child(6) .txt_content .point_icon {
          top: -20px;
          right: -20px; } }
      @media print, screen and (min-width: 981px) {
        .yuigahama_area .area_content:nth-child(4) .txt_content .point_icon, .yuigahama_area .area_content:nth-child(6) .txt_content .point_icon {
          bottom: -50px;
          right: 50px; } }
    .yuigahama_area .area_content:nth-child(6) .txt_content {
      position: relative; }
      @media print, screen and (min-width: 981px) {
        .yuigahama_area .area_content:nth-child(6) .txt_content .point_icon {
          bottom: -58px;
          right: 50px; } }
    @media print, screen and (max-width: 980px) {
      .yuigahama_area .area_content:nth-child(odd) .number {
        left: 30px; } }
    @media print, screen and (min-width: 981px) {
      .yuigahama_area .area_content:nth-child(odd) .number {
        left: 50px; } }
    @media print, screen and (min-width: 981px) {
      .yuigahama_area .area_content:nth-child(odd) .img_photo {
        right: 0; } }
    @media print, screen and (min-width: 981px) and (max-width: 1151px) {
      .yuigahama_area .area_content:nth-child(odd) .img_photo {
        width: 400px; } }
    @media print, screen and (min-width: 981px) {
      .yuigahama_area .area_content:nth-child(odd) .point {
        margin-left: auto; } }
    @media print, screen and (min-width: 981px) and (max-width: 1020px) {
      .yuigahama_area .area_content:nth-child(odd) .txt_content {
        padding: 50px 160px 50px 55px; } }
    @media print, screen and (min-width: 1021px) {
      .yuigahama_area .area_content:nth-child(odd) .txt_content {
        padding: 50px 115px 50px 55px; } }
    @media print, screen and (max-width: 980px) {
      .yuigahama_area .area_content:nth-child(even) .number {
        left: 30px; } }
    @media print, screen and (min-width: 981px) {
      .yuigahama_area .area_content:nth-child(even) .number {
        right: 50px; } }
    @media print, screen and (min-width: 981px) and (max-width: 1151px) {
      .yuigahama_area .area_content:nth-child(even) .img_photo {
        width: 400px; } }
    @media print, screen and (min-width: 981px) {
      .yuigahama_area .area_content:nth-child(even) .txt_content {
        margin-left: auto; } }
    @media only screen and (max-width: 767px) {
      .yuigahama_area .area_content:nth-child(even) .txt_content {
        padding: 50px 15px; } }
    @media print, screen and (min-width: 981px) and (max-width: 1020px) {
      .yuigahama_area .area_content:nth-child(even) .txt_content {
        padding: 50px 55px 50px 160px; } }
    @media print, screen and (min-width: 1021px) {
      .yuigahama_area .area_content:nth-child(even) .txt_content {
        padding: 50px 50px 55px 115px; } }
    .yuigahama_area .area_content .txt_content {
      background-color: #f4efe7;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .yuigahama_area .area_content .txt_content {
          padding: 50px 20px; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .yuigahama_area .area_content .txt_content {
          width: 80%;
          padding: 50px 30px; } }
      @media print, screen and (max-width: 980px) {
        .yuigahama_area .area_content .txt_content {
          margin: 0 auto; } }
      @media print, screen and (min-width: 981px) {
        .yuigahama_area .area_content .txt_content {
          width: 720px; } }
      .yuigahama_area .area_content .txt_content .ttl_h3 {
        text-align: center;
        color: #462128;
        padding: 25px 0;
        letter-spacing: 0.25em; }
        .yuigahama_area .area_content .txt_content .ttl_h3 p {
          font-size: 12px;
          font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-weight: normal;
          margin-bottom: 7px; }
        .yuigahama_area .area_content .txt_content .ttl_h3 h3 {
          font-size: 28px; }
          @media only screen and (max-width: 767px) {
            .yuigahama_area .area_content .txt_content .ttl_h3 h3 {
              font-size: 22px; } }
      .yuigahama_area .area_content .txt_content .sub_ttl {
        text-align: center;
        background: url(../images/access/bd_side.png) left center no-repeat, url(../images/access/bd_side.png) right center no-repeat; }
        @media only screen and (max-width: 767px) {
          .yuigahama_area .area_content .txt_content .sub_ttl {
            padding: 0 20px; } }
        .yuigahama_area .area_content .txt_content .sub_ttl p {
          font-size: 16px;
          color: #9a845f;
          letter-spacing: 0.25em;
          line-height: 1.7; }
          @media only screen and (max-width: 767px) {
            .yuigahama_area .area_content .txt_content .sub_ttl p {
              font-size: 12px; } }
      .yuigahama_area .area_content .txt_content .msg {
        padding: 35px 0 30px;
        border-bottom: solid 1px #daccb7;
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .yuigahama_area .area_content .txt_content .msg {
            padding: 25px 0 12px; } }
        .yuigahama_area .area_content .txt_content .msg p {
          font-size: 14px;
          color: #462128;
          line-height: 1.85;
          padding-bottom: 1em; }
      .yuigahama_area .area_content .txt_content p.walk {
        background-color: #9a845f;
        color: #fff;
        padding: 2px 25px; }
        .yuigahama_area .area_content .txt_content p.walk:before {
          content: url(../images/access/img_access_icon06-01.png); }
      .yuigahama_area .area_content .txt_content .add_sns {
        margin: 20px 0;
　　　　}
        @media print, screen and (min-width: 768px) {
          .yuigahama_area .area_content .txt_content .add_sns {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
        .yuigahama_area .area_content .txt_content .add_sns li:first-of-type {
          color: #462128;
          padding-right: 10px; }
          @media only screen and (max-width: 767px) {
            .yuigahama_area .area_content .txt_content .add_sns li:first-of-type {
              margin-bottom: 10px; } }
          .yuigahama_area .area_content .txt_content .add_sns li:first-of-type:before {
            content: url(../images/access/house.png);
            padding-right: 7px; }
        .yuigahama_area .area_content .txt_content .add_sns li:nth-child(2) a {
          display: inline-block; }
    .yuigahama_area .area_content .point {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 0; }
      @media print, screen and (max-width: 980px) {
        .yuigahama_area .area_content .point {
          text-align: left;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .yuigahama_area .area_content .point {
          width: 60%;
          margin: 0 auto; } }
      @media print, screen and (min-width: 981px) {
        .yuigahama_area .area_content .point {
          width: 430px; } }
      .yuigahama_area .area_content .point li:nth-child(1) {
        width: 20%; }
      .yuigahama_area .area_content .point li:nth-child(2) {
        width: 76%;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-weight: normal;
        color: #a98951;
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          .yuigahama_area .area_content .point li:nth-child(2) {
            font-size: 12px; } }
    .yuigahama_area .area_content .staff .staff_msg {
      color: #462128;
      padding: 25px 30px;
      font-size: 14px;
      background-color: #e3dbce;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
      font-weight: normal; }
  .yuigahama_area .cafe_img .flex_bx {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      .yuigahama_area .cafe_img .flex_bx {
        margin-bottom: 20px; }
        .yuigahama_area .cafe_img .flex_bx li {
          width: 48%; } }
  .yuigahama_area .cafe_img p {
    font-size: 14px;
    color: #462128;
    line-height: 2; }
    @media print, screen and (min-width: 768px) {
      .yuigahama_area .cafe_img p {
        text-align: center; } }
@media print, screen and (max-width: 600px){
.yuigahama_area .area_content .txt_content .add_sns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: center;
}
}

/* -- western_house --
--------------------------------------------------------------　*/
.western_house .mv {
  background: url(../images/western_house/img_youkanmv00-01.png) 50% 0% no-repeat;
  background-size: cover; }

@media print, screen and (min-width: 981px) {
  .western_house .wh_top .mainwrap {
    background: url(../images/western_house/bg_youkan01-01.png) 100% 80% no-repeat;
    background-size: auto 150%; } }

.western_house .wh_top .wh_inner {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .western_house .wh_top .wh_inner {
      padding: 50px 10px; } }
  .western_house .wh_top .wh_inner h2 {
    margin-bottom: 40px; }
  .western_house .wh_top .wh_inner p {
    color: #462128;
    line-height: 2.2; }
  @media print, screen and (min-width: 768px) {
    .western_house .wh_top .wh_inner {
      padding: 50px 0 75px; } }
  @media print, screen and (min-width: 981px) {
    .western_house .wh_top .wh_inner {
      width: 48%; } }

.western_house h2.wh_h2 {
  font-size: 35px;
  color: #9a845f;
  letter-spacing: 3px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .western_house h2.wh_h2 {
      font-size: 25px; } }

#kaihinso_history {
  background: url(../images/western_house/bg_youkan02-01.png) 50% 100% no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 100px 0 130px; }
  @media only screen and (max-width: 767px) {
    #kaihinso_history {
      padding: 25px 0; } }
  #kaihinso_history .history_content {
    margin-bottom: 100px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      #kaihinso_history .history_content {
        padding: 30px;
        margin-bottom: 50px; } }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      #kaihinso_history .history_content {
        padding-left: 50px; } }
    @media print, screen and (min-width: 981px) {
      #kaihinso_history .history_content {
        padding-left: 15vh; } }
    #kaihinso_history .history_content li:first-of-type {
      background: url(../images/western_house/bg_youkan02-02.png) 50% 50% no-repeat;
      background-size: cover; }
      #kaihinso_history .history_content li:first-of-type .res_view {
        display: none; }
        @media print, screen and (min-width: 1251px) and (max-width: 1600px) {
          #kaihinso_history .history_content li:first-of-type .res_view {
            display: block; } }
      #kaihinso_history .history_content li:first-of-type h2 {
        font-size: 35px;
        color: #9a845f;
        letter-spacing: 3px;
        margin-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          #kaihinso_history .history_content li:first-of-type h2 {
            font-size: 20px; } }
        @media print, screen and (min-width: 768px) {
          #kaihinso_history .history_content li:first-of-type h2 small {
            font-size: 16px; } }
      #kaihinso_history .history_content li:first-of-type p {
        color: #fff;
        text-align: center;
        line-height: 2.2; }
        @media print, screen and (max-width: 1251px) {
          #kaihinso_history .history_content li:first-of-type p {
            text-align: left; }
            #kaihinso_history .history_content li:first-of-type p .pcview {
              display: none; } }
      @media only screen and (max-width: 767px) {
        #kaihinso_history .history_content li:first-of-type {
          padding: 30px 20px; } }
      @media print, screen and (min-width: 768px) {
        #kaihinso_history .history_content li:first-of-type {
          padding: 80px 30px;
          width: 48%; } }
    #kaihinso_history .history_content li:nth-child(2) {
      background: url(../images/western_house/img_youkan02-01.png) 50% 100% no-repeat;
      background-size: cover;
      text-indent: -99999px; }
      @media only screen and (max-width: 767px) {
        #kaihinso_history .history_content li:nth-child(2) {
          height: 300px; } }
      @media print, screen and (min-width: 768px) {
        #kaihinso_history .history_content li:nth-child(2) {
          width: 50%; } }
  #kaihinso_history .history_img {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #kaihinso_history .history_img {
        padding: 20px; } }
    #kaihinso_history .history_img .h_img {
      margin-bottom: 25px; }
    #kaihinso_history .history_img p {
      color: #462128;
      line-height: 2; }
    @media print, screen and (min-width: 768px) {
      #kaihinso_history .history_img li {
        width: 48%; } }
    #kaihinso_history .history_img li:nth-child(2) {
      margin-top: 160px; }
      @media only screen and (max-width: 767px) {
        #kaihinso_history .history_img li:nth-child(2) {
          margin-top: 50px; } }

.bunkajin {
  position: relative;
  z-index: 2;
  margin-top: -180px; }
  @media only screen and (max-width: 767px) {
    .bunkajin {
      padding: 220px 10px 80px; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .bunkajin {
      padding: 250px 0 100px; } }
  @media print, screen and (max-width: 980px) {
    .bunkajin {
      background: url(../images/western_house/bg_youkan03-03.png) 50% 100% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 981px) {
    .bunkajin {
      padding: 250px 0;
      background: url(../images/western_house/bg_youkan03-01.png) 50% 100% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 981px) {
    .bunkajin .txt_top, .bunkajin .txt_btm {
      width: 48%; } }
  .bunkajin .txt_top p, .bunkajin .txt_btm p {
    color: #462128;
    line-height: 2;
    padding-bottom: 20px; }
    .bunkajin .txt_top p a, .bunkajin .txt_btm p a {
      color: #9a845f;
      text-decoration: underline; }
  .bunkajin .txt_top {
    margin-bottom: 50px; }
    @media print, screen and (min-width: 981px) {
      .bunkajin .txt_top {
        margin-bottom: 100px; } }
    .bunkajin .txt_top h2 {
      margin-bottom: 30px; }
    @media print, screen and (min-width: 981px) {
      .bunkajin .txt_top {
        margin-left: auto; } }
  .bunkajin .dp_flex {
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .bunkajin .dp_flex {
        padding: 20px; } }
    @media print, screen and (min-width: 981px) {
      .bunkajin .dp_flex {
        margin-bottom: 120px; } }
    @media only screen and (max-width: 767px) {
      .bunkajin .dp_flex li {
        margin-bottom: 30px; } }
    .bunkajin .dp_flex li p {
      color: #462128;
      margin-top: 30px;
      text-align: center; }
    @media print, screen and (min-width: 768px) {
      .bunkajin .dp_flex li {
        width: 48%; } }
  .bunkajin .spimg {
    padding: 0 20px; }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      .bunkajin .spimg {
        width: 70%;
        margin: 0 auto; } }

.bunkazai {
  background: url(../images/western_house/bg_youkan03-02.png) 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  margin-top: -180px; }
  @media only screen and (max-width: 767px) {
    .bunkazai {
      padding: 220px 10px 35px; } }
  @media print, screen and (min-width: 768px) {
    .bunkazai {
      padding: 300px 0 100px; } }
  @media print, screen and (min-width: 981px) {
    .bunkazai .flex_bx {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .bunkazai .flex_bx li:nth-child(1) .txt {
      text-align: left; } }
  @media print, screen and (max-width: 980px) {
    .bunkazai .flex_bx li {
      text-align: center; }
      .bunkazai .flex_bx li:nth-child(1) {
        margin-bottom: 30px; } }
  @media print, screen and (min-width: 981px) {
    .bunkazai .flex_bx li {
      width: 48%; } }
  .bunkazai .flex_bx li h2 {
    margin-bottom: 30px; }
  .bunkazai .flex_bx li .txt p {
    color: #462128;
    line-height: 2; }
    .bunkazai .flex_bx li .txt p a {
      color: #9a845f;
      text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .bunkazai .flex_bx li:nth-child(2) {
      padding: 20px; } }

#rannoma {
  background: url(../images/western_house/bg_youkan05-01.png) 50% 50% no-repeat;
  background-size: cover; }
  @media print, screen and (max-width: 980px) {
    #rannoma {
      padding: 50px 10px; } }
  @media print, screen and (min-width: 981px) {
    #rannoma {
      padding: 140px 0; } }
  @media only screen and (max-width: 767px) {
    #rannoma h2 img {
      height: 80px; } }
  @media print, screen and (min-width: 981px) {
    #rannoma ul.flex_bx {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media print, screen and (max-width: 980px) {
    #rannoma ul.flex_bx li {
      text-align: center; }
      #rannoma ul.flex_bx li:nth-child(1) {
        margin-bottom: 30px; } }
  @media print, screen and (min-width: 981px) {
    #rannoma ul.flex_bx li {
      width: 48%; } }
  #rannoma ul.flex_bx li:nth-child(2) .icon_ran {
    display: inline-block;
    background: url(../images/western_house//ttl_youkan05-01.png) 50% 100% no-repeat;
    background-size: 100% auto;
    padding-bottom: 20px;
    margin-bottom: 40px; }
    #rannoma ul.flex_bx li:nth-child(2) .icon_ran h2 {
      color: #fff;
      font-size: 28px;
      letter-spacing: 3px; }
      @media only screen and (max-width: 767px) {
        #rannoma ul.flex_bx li:nth-child(2) .icon_ran h2 {
          font-size: 25px; } }
    @media only screen and (max-width: 767px) {
      #rannoma ul.flex_bx li:nth-child(2) .icon_ran {
        margin-bottom: 25px; } }
  #rannoma ul.flex_bx li:nth-child(2) h2 {
    margin-bottom: 0; }
    @media print, screen and (min-width: 981px) {
      #rannoma ul.flex_bx li:nth-child(2) h2 {
        text-align: left; } }
  #rannoma ul.flex_bx li:nth-child(2) p {
    color: #fff;
    line-height: 2.2;
    padding-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      #rannoma ul.flex_bx li:nth-child(2) p {
        text-align: left; } }
    #rannoma ul.flex_bx li:nth-child(2) p span {
      font-size: 12px;
      color: #9a845f; }
  #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data {
    border: solid 1px #623d1d;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data {
        margin: 15px auto 0; } }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data {
        margin: 30px auto 0; } }
    @media print, screen and (min-width: 768px) {
      #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data {
        padding: 7px 30px;
        max-width: 460px; } }
    #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl {
      padding: 15px 0; }
      @media only screen and (max-width: 767px) {
        #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl {
          padding: 7px 0; } }
      #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl dt, #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl dd {
        color: #fff;
        padding: 5px; }
      #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl.data01 {
        border-bottom: solid 1px #623d1d; }
      #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl.data02 dd {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center; }
        @media print, screen and (min-width: 768px) {
          #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl.data02 dd {
            border-left: solid 1px #623d1d; } }
        #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl.data02 dd:nth-child(1) {
          border-left: none; }
      @media print, screen and (min-width: 768px) {
        #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #rannoma ul.flex_bx li:nth-child(2) .youshitsu_data dl.data02 {
            -ms-flex-pack: distribute;
            justify-content: space-around; } }

.youkan_img {
  background: url(../images/western_house/bg_youkan06-01.png) 50% 50% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .youkan_img {
      padding: 50px 10px; } }
  @media print, screen and (min-width: 768px) {
    .youkan_img {
      padding: 140px 0; } }
  .youkan_img .img_top {
    position: relative; }
    .youkan_img .img_top li.flex_bx {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media print, screen and (min-width: 981px) {
        .youkan_img .img_top li.flex_bx div:nth-child(2) {
          padding-left: 150px; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .youkan_img .img_top li.flex_bx div:nth-child(2) {
          padding: 0 50px; } }
    @media only screen and (max-width: 767px) {
      .youkan_img .img_top li:nth-child(1) {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .youkan_img .img_top li:nth-child(1) > div:nth-child(1) {
      width: 62%; }
    .youkan_img .img_top li:nth-child(1) > div:nth-child(2) {
      width: 35%; }
    @media print, screen and (min-width: 768px) {
      .youkan_img .img_top li:nth-child(n+2) {
        width: 48%; } }
    .youkan_img .img_top li:nth-child(3), .youkan_img .img_top li:nth-child(4) {
      position: relative; }
      @media print, screen and (min-width: 768px) and (max-width: 1300px) {
        .youkan_img .img_top li:nth-child(3), .youkan_img .img_top li:nth-child(4) {
          margin-top: -100px; } }
      @media print, screen and (min-width: 1301px) {
        .youkan_img .img_top li:nth-child(3), .youkan_img .img_top li:nth-child(4) {
          margin-top: -150px; } }
      @media print, screen and (min-width: 1151px) and (max-width: 1300px) {
        .youkan_img .img_top li:nth-child(3) img, .youkan_img .img_top li:nth-child(4) img {
          width: 500px; } }
      @media print, screen and (min-width: 768px) and (max-width: 1150px) {
        .youkan_img .img_top li:nth-child(3) img, .youkan_img .img_top li:nth-child(4) img {
          width: 450px; } }
    .youkan_img .img_top li:nth-child(2) {
      z-index: 10; }
      @media print, screen and (min-width: 768px) {
        .youkan_img .img_top li:nth-child(2) {
          margin-top: 60px; } }
      @media print, screen and (min-width: 768px) and (max-width: 1300px) {
        .youkan_img .img_top li:nth-child(2) img {
          width: 550px; } }
    .youkan_img .img_top li:nth-child(2), .youkan_img .img_top li:nth-child(4) {
      margin-left: auto; }
    @media only screen and (max-width: 767px) {
      .youkan_img .img_top li:not(:nth-child(1)) {
        margin-top: 20px;
        width: 80%; } }

.guest_room {
  background: url(../images/western_house/bg_youkan07-01.png) 50% 100% no-repeat;
  background-size: cover;
  padding: 60px 0 80px; }
  @media only screen and (max-width: 767px) {
    .guest_room {
      padding: 50px 10px; } }
  .guest_room h2 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 30px;
    letter-spacing: 3px; }
    @media only screen and (max-width: 767px) {
      .guest_room h2 {
        font-size: 22px; } }
  .guest_room .flex_bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media print, screen and (max-width: 980px) {
      .guest_room .flex_bx {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .guest_room .flex_bx li {
      margin-bottom: 30px; }
      @media print, screen and (max-width: 980px) {
        .guest_room .flex_bx li {
          width: 30%;
          text-align: center; } }
      @media print, screen and (min-width: 981px) {
        .guest_room .flex_bx li {
          width: 15%; } }
      .guest_room .flex_bx li a {
        display: block;
        color: #462128; }
        .guest_room .flex_bx li a .txt {
          background-color: #fff;
          text-align: center;
          padding: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: relative;
          max-width: 197px;
          margin: 0 auto; }
          @media print, screen and (min-width: 768px) {
            .guest_room .flex_bx li a .txt {
              min-height: 78px; } }
          @media only screen and (max-width: 767px) {
            .guest_room .flex_bx li a .txt {
              min-height: 55px;
              padding: 7px 5px; } }
          .guest_room .flex_bx li a .txt:after {
            content: ">";
            position: absolute;
            top: 27px;
            right: 10px; }
            @media only screen and (max-width: 767px) {
              .guest_room .flex_bx li a .txt:after {
                top: 17px;
                right: 3px; } }
          .guest_room .flex_bx li a .txt h3 {
            font-size: 16px;
            line-height: 1.2;
            font-weight: bold; }
            @media only screen and (max-width: 767px) {
              .guest_room .flex_bx li a .txt h3 {
                font-size: 11px; } }
            @media print, screen and (min-width: 1081px) {
              .guest_room .flex_bx li a .txt h3 {
                font-size: 20px; } }

.youshitsu_btm {
  background: url(../images/western_house/bg_youkan08-01.png) 50% 100% no-repeat; }
  @media only screen and (max-width: 767px) {
    .youshitsu_btm {
      height: 440px;
      background: url(../images/western_house/bg_youkan08-01.png) 50% 100% no-repeat;
      background-size: 150% auto; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .youshitsu_btm {
      height: 950px; } }
  @media print, screen and (min-width: 981px) {
    .youshitsu_btm {
      height: 1015px; } }
  .youshitsu_btm .txt {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .youshitsu_btm .txt {
        padding: 30px; } }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      .youshitsu_btm .txt {
        padding-top: 50px; } }
    @media print, screen and (min-width: 981px) {
      .youshitsu_btm .txt {
        padding-top: 110px; } }

/* -- stay --
--------------------------------------------------------------　*/
.stay .line_h2 {
  background: url(../images/stay/stay_btm.png) 50% 100% no-repeat;
  background-size: 100% auto;
  padding-bottom: 20px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 25px; }
  .stay .line_h2.bt {
    padding-top: 10px;
    border-top: solid 1px #d0bea1; }
  @media only screen and (max-width: 767px) {
    .stay .line_h2 {
      padding-bottom: 10px; } }
  .stay .line_h2 h2 {
    font-size: 25px;
    letter-spacing: 3px;
    color: #462128;
    padding: 5px 0; }
    @media only screen and (max-width: 767px) {
      .stay .line_h2 h2 {
        font-size: 20px; } }
  .stay .line_h2 p {
    overflow: hidden;
    position: relative; }
    .stay .line_h2 p span {
      position: relative;
      display: inline-block;
      margin: 0 2.5em;
      padding: 0 1em;
      text-align: left;
      color: #462128; }
      .stay .line_h2 p span:before, .stay .line_h2 p span:after {
        position: absolute;
        top: 50%;
        content: '';
        width: 400%;
        height: 1px;
        background-color: #d0bea1; }
      .stay .line_h2 p span:before {
        right: 100%; }
      .stay .line_h2 p span:after {
        left: 100%; }

.stay .mv {
  background: url(../images/stay/img_roommv00-01.png) 50% 0% no-repeat;
  background-size: cover; }

@media print, screen and (min-width: 981px) {
  .stay .stay_bg {
    background: url(../images/stay/bg_room01-01.png) 70% 100% no-repeat;
    background-size: auto 100%; } }

.stay .wh_top .wh_inner {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .stay .wh_top .wh_inner {
      padding: 50px 10px; } }
  .stay .wh_top .wh_inner h2 {
    margin-bottom: 20px; }
  .stay .wh_top .wh_inner p {
    color: #462128;
    line-height: 2.2; }
  @media print, screen and (min-width: 768px) {
    .stay .wh_top .wh_inner {
      padding: 50px 0; } }
  @media print, screen and (min-width: 981px) {
    .stay .wh_top .wh_inner {
      width: 48%; } }

.stay .bx-wrapper .bx-prev {
  background: url(../images/common/icon_left.png) no-repeat center top;
  background-size: cover;
  left: 0; }
  @media only screen and (max-width: 767px) {
    .stay .bx-wrapper .bx-prev {
      left: -15px; } }
  @media print, screen and (min-width: 1301px) {
    .stay .bx-wrapper .bx-prev {
      left: -25px; } }

.stay .bx-wrapper .bx-next {
  background: url(../images/common/icon_right.png) no-repeat center top;
  background-size: cover;
  right: 0; }
  @media only screen and (max-width: 767px) {
    .stay .bx-wrapper .bx-next {
      right: -15px; } }
  @media print, screen and (min-width: 1301px) {
    .stay .bx-wrapper .bx-next {
      right: -25px; } }

.stay .bx-wrapper .bx-controls-direction a {
  z-index: 10;
  width: 50px;
  height: 50px; }

.room_list {
  padding-top: 70px; }
  @media only screen and (max-width: 767px) {
    .room_list {
      padding: 50px 10px; } }
  .room_list#special {
    background: url(../images/stay/bg_room02-01.png) 50% 50% no-repeat;
    background-size: cover; }
  .room_list#twin_room {
    background: url(../images/stay/bg_room03-01.png) 50% 50% no-repeat;
    background-size: cover; }
  .room_list#japanese-western {
    background: url(../images/stay/bg_room04-01.png) 50% 50% no-repeat;
    background-size: cover; }
  .room_list#japanese {
    background: url(../images/stay/bg_room05-01.png) 50% 50% no-repeat;
    background-size: cover; }
  .room_list#standard {
    background: url(../images/stay/bg_room06-01.png) 50% 50% no-repeat;
    background-size: cover; }
  .room_list#group {
    background: url(../images/stay/bg_room07-01.png) 50% 50% no-repeat;
    background-size: cover; }
  .room_list .room_wrap {
    color: #462128; }
    @media print, screen and (min-width: 981px) {
      .room_list .room_wrap {
        max-width: 930px;
        margin: 0 auto; } }
    .room_list .room_wrap .txt {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 1.75; }
      .room_list .room_wrap .txt span {
        font-size: 12px;
        color: #9a845f; }
    .room_list .room_wrap .amenity {
      border-bottom: solid 1px #d0bea1;
      padding-bottom: 20px; }
      @media print, screen and (max-width: 980px) {
        .room_list .room_wrap .amenity {
          margin-bottom: 20px; } }
      .room_list .room_wrap .amenity h4 {
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        color: #9a845f; }
        .room_list .room_wrap .amenity h4 span {
          position: relative;
          display: inline-block;
          margin-right: 10px;
          padding-right: 10px;
          text-align: left; }
          .room_list .room_wrap .amenity h4 span:after {
            left: 100%;
            position: absolute;
            top: 50%;
            content: '';
            width: 400%;
            height: 1px;
            background-color: #d0bea1; }
      .room_list .room_wrap .amenity p {
        font-size: 12px; }
      .room_list .room_wrap .amenity ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .room_list .room_wrap .amenity ul li {
          font-size: 12px; }
          .room_list .room_wrap .amenity ul li:first-of-type {
            width: 12%; }
            @media only screen and (max-width: 767px) {
              .room_list .room_wrap .amenity ul li:first-of-type {
                width: 18%; } }
          .room_list .room_wrap .amenity ul li:nth-child(2) {
            width: 85%;
            padding-left: 15px;
            border-left: solid 1px #d0bea1; }
            @media only screen and (max-width: 767px) {
              .room_list .room_wrap .amenity ul li:nth-child(2) {
                width: 80%; } }
            .room_list .room_wrap .amenity ul li:nth-child(2).pb {
              padding-bottom: 10px; }
    .room_list .room_wrap .room_data {
      font-size: 14px; }
      .room_list .room_wrap .room_data table th {
        width: 60px; }
        @media only screen and (max-width: 767px) {
          .room_list .room_wrap .room_data table th {
            width: 100px; } }
      .room_list .room_wrap .room_data table td {
        padding-bottom: 7px; }
        @media only screen and (max-width: 767px) {
          .room_list .room_wrap .room_data table td {
            line-height: 1.8; } }
        .room_list .room_wrap .room_data table td span {
          color: #9a845f; }
          .room_list .room_wrap .room_data table td span.bdr {
            font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
            font-weight: normal;
            font-size: 13px;
            width: 100px;
            text-align: center;
            display: inline-block;
            color: #fff;
            background-color: #9a845f;
            border-radius: 11px;
            -webkit-border-radius: 11px;
            -moz-border-radius: 11px;
            margin-right: 10px; }
      .room_list .room_wrap .room_data ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0 20px; 
        align-items: center;}
        @media only screen and (max-width: 767px) {
          .room_list .room_wrap .room_data ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .room_list .room_wrap .room_data ul li {
          padding: 0 15px; }
          .room_list .room_wrap .room_data ul li:last-of-type {
            border-left: solid 1px #d0bea1; }
    .room_list .room_wrap .facilities_link {
      text-align: center; }
    .room_list .room_wrap .dp_flex {
      padding: 40px 0 50px; }
      @media print, screen and (min-width: 768px) {
        .room_list .room_wrap .dp_flex .fst {
          width: 54%; }
        .room_list .room_wrap .dp_flex .sec {
          width: 43%;
          border-left: solid 1px #d0bea1;
          padding-left: 35px; } }
  .room_list .flex_room {
    padding: 40px 0 50px; }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      .room_list .flex_room {
        width: 80%;
        margin: 0 auto; } }
    @media print, screen and (min-width: 981px) {
      .room_list .flex_room {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .room_list .flex_room .fst {
          width: 54%; }
        .room_list .flex_room .sec {
          width: 43%;
          border-left: solid 1px #d0bea1;
          padding-left: 35px; } }
  .room_list .flex_bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .room_list .flex_bx li:not(:first-of-type) {
      margin-left: 5px; }

@media print, screen and (min-width: 768px) {
  .youkan_link {
    padding: 50px 0 80px;
    background: url(../images/stay/bg_room03-02.png) 0% 0% no-repeat; } }

.youkan_link .y_inner {
  text-align: center;
  background: url(../images/stay/bg_room03-03.png) 50% 100% no-repeat;
  background-size: cover; }
  .youkan_link .y_inner h2 {
    margin-bottom: 20px;
    line-height: 1;
    color: #fff;
    letter-spacing: 3px; }
  @media only screen and (max-width: 767px) {
    .youkan_link .y_inner {
      padding: 50px 20px;
      background: url(../images/stay/bg_room03-03.png) 50% 50% no-repeat;
      background-size: auto 120%; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .youkan_link .y_inner {
      padding: 40px 30px 75px; } }
  @media print, screen and (min-width: 981px) {
    .youkan_link .y_inner {
      max-width: 930px;
      margin: 0 auto;
      padding: 40px 70px 75px; } }
  .youkan_link .y_inner .dp_flex > a {
    display: block;
    margin-bottom: 25px; }
    @media print, screen and (min-width: 768px) {
      .youkan_link .y_inner .dp_flex > a {
        width: 47%; } }
  .youkan_link .y_inner ul.flex_bx {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .youkan_link .y_inner ul.flex_bx li:nth-child(1) {
      width: 38%; }
    .youkan_link .y_inner ul.flex_bx li:nth-child(2) {
      width: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .youkan_link .y_inner ul.flex_bx li:nth-child(2) h4 {
        font-size: 16px;
        color: #462128; }
        @media only screen and (max-width: 767px) {
          .youkan_link .y_inner ul.flex_bx li:nth-child(2) h4 {
            font-size: 14px; } }
      .youkan_link .y_inner ul.flex_bx li:nth-child(2) p {
        font-size: 13px;
        position: relative;
        border: solid 1px #a98951;
        color: #a98951;
        padding: 5px;
        margin: 12px auto 0; }
        @media only screen and (max-width: 767px) {
          .youkan_link .y_inner ul.flex_bx li:nth-child(2) p {
            width: 120px;
            font-size: 12px; } }
        @media print, screen and (min-width: 768px) {
          .youkan_link .y_inner ul.flex_bx li:nth-child(2) p {
            width: 160px; } }
        .youkan_link .y_inner ul.flex_bx li:nth-child(2) p:after {
          content: ">";
          position: absolute;
          top: 5px;
          right: 10px; }

.com_tbl {
  padding: 80px 0;
  background: url(../images/stay/bg_room08-01.png) 50% 50% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .com_tbl {
      padding: 50px 10px; } }
  .com_tbl h2 {
    font-size: 28px;
    letter-spacing: 3px;
    margin-bottom: 30px;
    color: #462128; }
    @media only screen and (max-width: 767px) {
      .com_tbl h2 {
        font-size: 22px; } }
  .com_tbl#facilities table {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal; }
  @media print, screen and (min-width: 981px) {
    .com_tbl table {
      width: 930px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) {
    .com_tbl table tr:first-of-type th, .com_tbl table tr:first-of-type td {
      border-top: solid 1px #d0bea1; } }
  @media only screen and (max-width: 767px) {
    .com_tbl table th {
      border-bottom: solid 1px #d0bea1; } }
  @media print, screen and (min-width: 768px) {
    .com_tbl table th {
      width: 220px; } }
  .com_tbl table th, .com_tbl table td {
    font-size: 14px;
    padding: 10px;
    line-height: 1.7;
    color: #462128; }
    @media only screen and (max-width: 767px) {
      .com_tbl table th, .com_tbl table td {
        display: block;
        width: 100%;
        font-size: 13px; } }
    @media print, screen and (min-width: 768px) {
      .com_tbl table th, .com_tbl table td {
        border-bottom: solid 1px #d0bea1; } }
  .com_tbl table td.am_list p {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: solid 1px #d0bea1; }
    .com_tbl table td.am_list p:last-of-type {
      border: none;
      margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .com_tbl table td .sp_in {
      margin: 10px 0; } }
  .com_tbl table td dl {
    display: table; }
    @media only screen and (max-width: 767px) {
      .com_tbl table td dl {
        width: 100%; } }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      .com_tbl table td dl {
        width: 70%; } }
    @media print, screen and (min-width: 981px) {
      .com_tbl table td dl {
        width: 50%; } }
    .com_tbl table td dl:first-of-type {
      border-top: solid 1px #b09565; }
    .com_tbl table td dl dt {
      background-color: #d0bea1;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .com_tbl table td dl dt {
          width: 55%; } }
      @media print, screen and (min-width: 768px) {
        .com_tbl table td dl dt {
          width: 50%; } }
    .com_tbl table td dl dt, .com_tbl table td dl dd {
      border-left: solid 1px #b09565;
      border-right: solid 1px #b09565;
      border-bottom: solid 1px #b09565;
      padding: 7px;
      display: table-cell;
      font-size: 13px; }
  .com_tbl table td span {
    color: #9a845f;
    font-size: 12px; }
  .com_tbl table td ul li.ind {
    text-indent: 1em; }

/* -- bath --
--------------------------------------------------------------　*/
.bath .mv {
  background: url(../images/bath/img_bathmv00-01.png) 50% 0% no-repeat;
  background-size: cover; }

@media print, screen and (min-width: 981px) {
  .bath .bath_bg {
    background: url(../images/bath/bg_bath01-01.png) 65% 100% no-repeat;
    background-size: auto 100%;
    padding-bottom: 80px; } }

.bath .wh_top .wh_inner {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .bath .wh_top .wh_inner {
      padding: 50px 10px; } }
  .bath .wh_top .wh_inner h2 {
    margin-bottom: 20px; }
  .bath .wh_top .wh_inner p {
    color: #462128;
    line-height: 2.2; }
  @media print, screen and (min-width: 768px) {
    .bath .wh_top .wh_inner {
      padding: 50px 0; } }
  @media print, screen and (min-width: 981px) {
    .bath .wh_top .wh_inner {
      width: 48%; } }

@media print, screen and (min-width: 768px) {
  .bath_content {
    padding-bottom: 80px; } }

@media print, screen and (min-width: 981px) {
  .bath_content {
    position: relative;
    margin-top: -100px; } }

@media print, screen and (min-width: 671px) {
  .bath_content .photo_slide p {
    position: relative;
    margin-top: -45px;
    width: 50%; } }

.bath_content .bath_img {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .bath_content .bath_img {
      padding: 37px 10px 50px; } }
  @media print, screen and (min-width: 768px) {
    .bath_content .bath_img {
      padding: 83px 0 30px; } }
  .bath_content .bath_img .icon_ttl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999; }
    @media only screen and (max-width: 767px) {
      .bath_content .bath_img .icon_ttl {
        width: 77px; } }
    @media print, screen and (min-width: 768px) {
      .bath_content .bath_img .icon_ttl.womens {
        left: auto;
        right: 0; } }

@media only screen and (max-width: 767px) {
  .bath_btm {
    padding: 50px 10px; }
    .bath_btm ul li:nth-child(2) {
      padding-left: 15px; } }

@media print, screen and (min-width: 768px) {
  .bath_btm {
    padding: 90px 0 120px; } }

.bath_btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media print, screen and (min-width: 981px) {
    .bath_btm ul {
      max-width: 930px;
      margin: 0 auto; } }

.photo_slide {
  position: relative;
  max-width: 930px;
  margin: 0 auto; }
  .photo_slide p {
    font-size: 14px;
    color: #462128; }
  .photo_slide .slide_image {
    margin: 0 auto 20px; }
    @media only screen and (max-width: 500px) {
      .photo_slide .slide_image {
        height: 155px; } }
    @media screen and (min-width: 501px) and (max-width: 670px) {
      .photo_slide .slide_image {
        height: 300px; } }
    @media screen and (min-width: 671px) and (max-width: 900px) {
      .photo_slide .slide_image {
        height: 340px; } }
    @media screen and (min-width: 901px) {
      .photo_slide .slide_image {
        height: 460px; } }
    .photo_slide .slide_image li {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transition: 1.2s opacity;
      -o-transition: 1.2s opacity;
      transition: 1.2s opacity;
      text-align: center; }
      @media only screen and (max-width: 500px) {
        .photo_slide .slide_image li img {
          width: 345px; } }
      @media screen and (min-width: 501px) and (max-width: 900px) {
        .photo_slide .slide_image li img {
          width: 670px; } }
      .photo_slide .slide_image li.on {
        opacity: 1; }
      .photo_slide .slide_image li:first-child {
        opacity: 1; }
  .photo_slide .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media only screen and (max-width: 500px) {
      .photo_slide .thumb {
        margin-bottom: 15px; } }
    .photo_slide .thumb li:not(:last-of-type) {
      padding-right: 10px; }
    .photo_slide .thumb li.on img {
      outline: 5px solid #462128;
      outline-offset: -5px; }

/* -- party --
--------------------------------------------------------------　*/
.party .mv {
  background: url(../images/party/img_partymv00-01.png) 50% 0% no-repeat;
  background-size: cover; }

@media print, screen and (min-width: 981px) {
  .party .party_bg {
    background: url(../images/party/bg_party01-01.png) 65% 100% no-repeat;
    background-size: auto 100%; } }

.party .wh_top .wh_inner {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .party .wh_top .wh_inner {
      padding: 50px 10px; } }
  .party .wh_top .wh_inner h2 {
    margin-bottom: 20px; }
  .party .wh_top .wh_inner p {
    color: #462128;
    line-height: 2.2; }
  @media print, screen and (min-width: 768px) {
    .party .wh_top .wh_inner {
      padding: 50px 0; } }
  @media print, screen and (min-width: 981px) {
    .party .wh_top .wh_inner {
      width: 48%; } }

.party_inner {
  max-width: 930px;
  margin: 0 auto;
  position: relative; }
  .party_inner .pt_flex {
    padding: 30px 0; }
    @media print, screen and (min-width: 768px) {
      .party_inner .pt_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .party_inner .pt_flex li {
      font-size: 14px;
      color: #462128; }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .party_inner .pt_flex li:nth-child(1) {
          width: 65%; }
        .party_inner .pt_flex li:nth-child(2) {
          width: 33%; } }
      .party_inner .pt_flex li:nth-child(1) {
        line-height: 1.7; }
      @media only screen and (max-width: 767px) {
        .party_inner .pt_flex li:nth-child(2) {
          margin-top: 15px; } }
      @media print, screen and (min-width: 768px) {
        .party_inner .pt_flex li:nth-child(2) {
          padding-left: 20px;
          border-left: solid 1px #d0bea1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .party_inner .pt_flex li:nth-child(2) table th, .party_inner .pt_flex li:nth-child(2) table td {
        padding: 3px 5px; }
        .party_inner .pt_flex li:nth-child(2) table th.pd, .party_inner .pt_flex li:nth-child(2) table td.pd {
          padding: 5px; }
      .party_inner .pt_flex li:nth-child(2) table td span {
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-size: 13px;
        width: 100px;
        text-align: center;
        display: inline-block;
        color: #fff;
        background-color: #9a845f;
        border-radius: 11px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        margin-right: 10px;
        padding: 2px 0 0; }
        .party_inner .pt_flex li:nth-child(2) table td span.wd {
          width: 180px; }

.party_content {
  padding: 30px 10px 50px; }
  .party_content h2 {
    color: #462128;
    letter-spacing: 5px;
    font-size: 27px; }
  .party_content .party_room {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .party_content .party_room {
        padding: 37px 10px 50px; } }
    @media print, screen and (min-width: 768px) {
      .party_content .party_room {
        padding: 83px 0 30px; } }
    .party_content .party_room .icon_ttl {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999; }
      @media only screen and (max-width: 767px) {
        .party_content .party_room .icon_ttl {
          width: 77px; } }
      @media print, screen and (min-width: 768px) {
        .party_content .party_room .icon_ttl.sec {
          left: auto;
          right: 0; } }
  .party_content .party_menu {
    max-width: 930px;
    margin: 0 auto;
    background: url(../images/party/bg_party02-01.png) 100% 50% no-repeat;
    background-size: cover;
    color: #462128; }
    @media only screen and (max-width: 767px) {
      .party_content .party_menu {
        padding: 50px 15px 80px; } }
    @media print, screen and (min-width: 768px) {
      .party_content .party_menu {
        padding: 50px 0 80px; } }
    .party_content .party_menu .pm_inner h3, .party_content .party_menu .pm_inner .sub {
      text-align: center;
      margin-bottom: 20px; }
    .party_content .party_menu .pm_inner h3 {
      color: #462128;
      letter-spacing: 3px;
      font-size: 27px;
      line-height: 1; }
    .party_content .party_menu .pm_inner .sub {
      font-size: 14px; }
    @media print, screen and (min-width: 768px) {
      .party_content .party_menu .pm_inner {
        max-width: 730px;
        margin: 0 auto; } }
    .party_content .party_menu .pm_inner .menu_time {
      padding: 10px 0;
      border-top: solid 1px #9a845f;
      border-bottom: solid 1px #9a845f;
      margin-bottom: 35px; }
      @media print, screen and (min-width: 768px) {
        .party_content .party_menu .pm_inner .menu_time table {
          width: 560px;
          margin: 0 auto; } }
      .party_content .party_menu .pm_inner .menu_time table th, .party_content .party_menu .pm_inner .menu_time table td {
        padding: 0 5px;
        text-align: center;
        font-size: 14px; }
        @media only screen and (max-width: 767px) {
          .party_content .party_menu .pm_inner .menu_time table th, .party_content .party_menu .pm_inner .menu_time table td {
            display: block;
            width: 100%;
            padding: 3px 5px; } }
      .party_content .party_menu .pm_inner .menu_time table td span {
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
        font-size: 13px;
        text-align: center;
        display: inline-block;
        color: #fff;
        background-color: #9a845f;
        border-radius: 11px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        margin-right: 10px;
        padding: 3px 15px 0 15px; }
    @media print, screen and (min-width: 768px) {
      .party_content .party_menu .pm_inner .dp_flex li:nth-child(1) {
        width: 58%; }
        .party_content .party_menu .pm_inner .dp_flex li:nth-child(1) img {
          width: 100%; }
      .party_content .party_menu .pm_inner .dp_flex li:nth-child(2) {
        width: 42%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .party_content .party_menu .pm_inner .in_box {
      background-color: #fff;
      padding: 12px; }
      .party_content .party_menu .pm_inner .in_box h4 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px; }
        .party_content .party_menu .pm_inner .in_box h4 span {
          color: #9a845f;
          font-size: 27px; }
          @media only screen and (max-width: 767px) {
            .party_content .party_menu .pm_inner .in_box h4 span {
              font-size: 20px; } }
      .party_content .party_menu .pm_inner .in_box p {
        font-size: 14px; }
    .party_content .party_menu .pm_inner .rsv_tax {
      font-size: 12px;
      text-align: right;
      color: #9a845f;
      padding: 7px 0; }

#wedding {
  background: url(../images/party/bg_party03-01.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    #wedding {
      padding: 50px 10px; } }
  #wedding h2 {
    margin-bottom: 40px;
    color: #462128;
    letter-spacing: 3px;
    font-size: 27px; }
  @media print, screen and (min-width: 768px) {
    #wedding .party_inner .pt_flex {
      padding: 30px; } }
  @media print, screen and (min-width: 768px) {
    #wedding .party_inner .pt_flex li:nth-child(1) {
      width: 58%; }
    #wedding .party_inner .pt_flex li:nth-child(2) {
      width: 38%; } }
  #wedding .flex_bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #wedding .flex_bx li:not(:first-of-type) {
      margin-left: 5px; }
  #wedding .w_img {
    text-align: center; }

.price_list {
  background: url(../images/party/bg_party03-02.png) 50% 50% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    .price_list {
      padding: 40px 0; } }
  @media print, screen and (min-width: 768px) {
    .price_list {
      padding: 50px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .price_list .price_inner {
      padding: 0 15px; } }
  @media print, screen and (min-width: 768px) {
    .price_list .price_inner {
      max-width: 500px;
      margin: 0 auto; } }
  .price_list h2 {
    color: #462128;
    letter-spacing: 3px;
    line-height: 1;
    font-size: 27px;
    margin-bottom: 20px; }
  .price_list table tr:first-of-type th, .price_list table tr:first-of-type td {
    border-top: solid 1px #9a845f; }
  .price_list table th, .price_list table td {
    font-size: 16px;
    color: #462128;
    padding: 7px 0;
    vertical-align: middle;
    border-bottom: solid 1px #9a845f; }
    @media only screen and (max-width: 767px) {
      .price_list table th, .price_list table td {
        font-size: 13px; } }
  .price_list table th:before {
    content: url(../images/party/img_party03-05.png);
    padding-right: 10px; }
  .price_list table td {
    text-align: right; }
    .price_list table td span {
      font-size: 27px;
      color: #9a845f; }
      @media only screen and (max-width: 767px) {
        .price_list table td span {
          font-size: 20px; } }
  .price_list p {
    font-size: 12px;
    text-align: right;
    color: #9a845f;
    padding: 7px 0; }

.total_coordinate {
  color: #462128;
  padding: 60px 0 100px; }
  @media only screen and (max-width: 767px) {
    .total_coordinate {
      padding: 50px 10px; } }
  .total_coordinate h2 {
    color: #462128;
    letter-spacing: 3px;
    line-height: 1;
    font-size: 27px; }
  .total_coordinate .sub_txt {
    font-size: 14px;
    text-align: center;
    margin: 20px 0; }
  .total_coordinate .dp_flex {
    max-width: 900px;
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      .total_coordinate .dp_flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .total_coordinate .dp_flex li {
      background: url(../images/party/bg_party04-01.png) 0% 0% no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 767px) {
        .total_coordinate .dp_flex li {
          padding: 30px 15px;
          margin-bottom: 20px; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .total_coordinate .dp_flex li {
          width: 49%;
          padding: 30px 0; } }
      @media print, screen and (min-width: 981px) {
        .total_coordinate .dp_flex li {
          width: 435px;
          height: 151px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .total_coordinate .dp_flex li a {
        color: #462128; }
        .total_coordinate .dp_flex li a.tel:before {
          content: url(../images/party/tel_icon.png);
          padding-right: 5px; }
      .total_coordinate .dp_flex li h3 {
        text-align: center;
        margin-bottom: 20px; }
      .total_coordinate .dp_flex li dl {
        text-align: center; }
        .total_coordinate .dp_flex li dl dd {
          font-size: 14px; }
          .total_coordinate .dp_flex li dl dd:nth-child(2) {
            margin-top: 10px; }
            .total_coordinate .dp_flex li dl dd:nth-child(2) a {
              display: block;
              width: 200px;
              margin: 0 auto;
              border: solid 1px #9a845f;
              color: #9a845f;
              font-size: 14px;
              padding: 7px;
              text-align: center;
              position: relative; }
            @media only screen and (max-width: 767px) {
              .total_coordinate .dp_flex li dl dd:nth-child(2) img {
                width: 120px; } }

/* -- dining --
--------------------------------------------------------------　*/
.dining .mv {
  background: url(../images/dining/img_diningmv00-01.png) 50% 0% no-repeat;
  background-size: cover; }

@media print, screen and (min-width: 981px) {
  .dining .dining_bg {
    background: url(../images/dining/bg_dining01-01.png) 65% 100% no-repeat;
    background-size: auto 100%; } }

.dining .wh_top .wh_inner {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .dining .wh_top .wh_inner {
      padding: 50px 10px; } }
  .dining .wh_top .wh_inner h2 {
    margin-bottom: 20px; }
  .dining .wh_top .wh_inner p {
    color: #462128;
    line-height: 2.2; }
  @media print, screen and (min-width: 768px) {
    .dining .wh_top .wh_inner {
      padding: 50px 0; } }
  @media print, screen and (min-width: 981px) {
    .dining .wh_top .wh_inner {
      width: 48%; } }

.dining .btm_line h3 {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 3px; }

#dinner {
  background: url(../images/dining/bg_dining02-01.png) 50% 50% no-repeat;
  background-size: cover; }

#additional {
  background: url(../images/dining/bg_dining04-01.png) 50% 50% no-repeat;
  background-size: cover; }
  #additional .flex_64 {
    margin-bottom: 60px; }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      #additional .flex_64 p {
        font-size: 13px; } }
    #additional .flex_64 p.price {
      font-size: 20px;
      background-color: #f8f2e9;
      padding: 7px 10px;
      width: 280px;
      margin: 15px auto; }
      #additional .flex_64 p.price span {
        font-size: 34px; }
        @media print, screen and (min-width: 768px) and (max-width: 980px) {
          #additional .flex_64 p.price span {
            font-size: 25px; } }
    #additional .flex_64 p span {
      font-size: 12px;
      color: #9a845f; }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        #additional .flex_64 p span {
          font-size: 10px; } }
  #additional .dining_main {
    text-align: center; }
    @media print, screen and (max-width: 980px) {
      #additional .dining_main {
        margin-bottom: 20px; } }
    @media print, screen and (min-width: 981px) {
      #additional .dining_main {
        width: 37%; } }
    #additional .dining_main .ad_inner {
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), color-stop(30%, #ffffff), to(#ffffff));
      background: -webkit-linear-gradient(top, transparent 0%, transparent 30%, #ffffff 30%, #ffffff 100%);
      background: -o-linear-gradient(top, transparent 0%, transparent 30%, #ffffff 30%, #ffffff 100%);
      background: linear-gradient(180deg, transparent 0%, transparent 30%, #ffffff 30%, #ffffff 100%);
      padding-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        #additional .dining_main .ad_inner {
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, transparent), color-stop(25%, #ffffff), to(#ffffff));
          background: -webkit-linear-gradient(top, transparent 0%, transparent 25%, #ffffff 25%, #ffffff 100%);
          background: -o-linear-gradient(top, transparent 0%, transparent 25%, #ffffff 25%, #ffffff 100%);
          background: linear-gradient(180deg, transparent 0%, transparent 25%, #ffffff 25%, #ffffff 100%); } }
      #additional .dining_main .ad_inner h2 {
        margin-bottom: 20px; }
      #additional .dining_main .ad_inner p {
        font-size: 20px;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          #additional .dining_main .ad_inner p {
            font-size: 18px; } }
        #additional .dining_main .ad_inner p span {
          font-size: 33px;
          color: #9a845f; }
          #additional .dining_main .ad_inner p span small {
            font-size: 13px;
            vertical-align: middle;
            border-top: solid 1px #9a845f;
            border-bottom: solid 1px #9a845f; }
        #additional .dining_main .ad_inner p small {
          font-size: 12px; }
    #additional .dining_main .txt {
      display: inline-block;
      padding: 15px 0; }
      #additional .dining_main .txt p {
        text-align: left;
        font-size: 12px;
        color: #9a845f; }
        #additional .dining_main .txt p:last-of-type {
          text-indent: 1em; }
  #additional .photo_slide {
    max-width: 100%;
    margin-bottom: 50px; }
    #additional .photo_slide .slide_image li {
      background: url(../images/dining/bg_dining04-01.png) 50% 50% no-repeat;
      background-size: cover; }
      #additional .photo_slide .slide_image li img {
        width: auto; }
    @media only screen and (max-width: 500px) {
      #additional .photo_slide .slide_image {
        height: 480px; }
        #additional .photo_slide .slide_image li {
          height: 480px; } }
    @media print, screen and (min-width: 501px) and (max-width: 670px) {
      #additional .photo_slide .slide_image {
        height: 620px; } }
    @media print, screen and (min-width: 671px) and (max-width: 760px) {
      #additional .photo_slide .slide_image {
        height: 760px; } }
    @media print, screen and (min-width: 761px) and (max-width: 980px) {
      #additional .photo_slide .slide_image {
        height: 860px; } }
    @media print, screen and (min-width: 981px) {
      #additional .photo_slide .slide_image {
        height: 450px; } }
    @media print, screen and (min-width: 981px) {
      #additional .photo_slide .slide_image dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media print, screen and (max-width: 980px) {
      #additional .photo_slide .slide_image dl dt .ad_inner {
        padding-bottom: 20px;
        width: 80%;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      #additional .photo_slide .slide_image dl dt h2 {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 500px) {
      #additional .photo_slide .slide_image dl dd img {
        width: 255px; } }
    @media print, screen and (min-width: 501px) and (max-width: 670px) {
      #additional .photo_slide .slide_image dl dd img {
        width: 480px; } }
    @media print, screen and (max-width: 980px) {
      #additional .photo_slide .thumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media print, screen and (min-width: 981px) {
      #additional .photo_slide .thumb {
        position: absolute;
        bottom: 0; } }
    @media print, screen and (max-width: 1080px) {
      #additional .photo_slide .thumb {
        left: 0px; } }
    @media print, screen and (min-width: 1081px) {
      #additional .photo_slide .thumb {
        left: 30px; } }

#breakfast {
  background: url(../images/dining/bg_dining07-01.png) 50% 50% no-repeat;
  background-size: cover; }

.dining_content, .coffee_service {
  color: #462128;
  padding: 50px 10px; }
  @media only screen and (max-width: 767px) {
    .dining_content h2 img, .coffee_service h2 img {
      height: 120px; } }
  @media print, screen and (min-width: 768px) {
    .dining_content, .coffee_service {
      padding: 90px 0; } }

.dining_main {
  margin-bottom: 50px; }
  .dining_main.none {
    margin-bottom: 0; }
  .dining_main h2 {
    text-align: center; }
  .dining_main p {
    font-size: 14px; }
    .dining_main p.d_msg {
      margin: 30px 0; }
#breakfast .d_msg span {
   			 font-size: 12px;
    		 color: #9a845f;
			 margin: 15px 0 20px;
	         display: block;}
  @media print, screen and (min-width: 768px) {
    .dining_main li:nth-child(1) {
      width: 35%; }
    .dining_main li:nth-child(2) {
      width: 62%; } }

@media only screen and (max-width: 767px) {
  .dining_content .time_table {
    margin-bottom: 15px; } }

.dining_content .time_table p {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .dining_content .time_table p {
      font-size: 13px; } }
  .dining_content .time_table p.ttl {
    color: #9a845f;
    padding: 7px 0;
    border-top: solid 1px #9a845f;
    border-bottom: solid 1px #9a845f;
    margin-bottom: 7px; }
  .dining_content .time_table p span {
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: normal;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    background-color: #a98951;
    font-size: 13px;
    padding: 0 7px; }

.dining_content .flex_bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .dining_content .flex_bx {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      .dining_content .flex_bx > li:nth-child(1) {
        width: 62%; }
      .dining_content .flex_bx > li:nth-child(2) {
        width: 35%; } }

.dining_content .kondate .kondate_bg {
  max-width: 750px;
  margin: 0 auto;
  background: url(../images/dining/bg_dining03-01.png) 50% 100% no-repeat;
  background-size: cover;
  padding: 50px 0 65px; }
  .dining_content .kondate .kondate_bg h4 {
    font-size: 25px;
    text-align: center;
    background: url(../images/dining/ttl_dining03-01.png) 50% 100% no-repeat;
    padding-bottom: 17px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .dining_content .kondate .kondate_bg h4 {
        font-size: 18px; } }
  .dining_content .kondate .kondate_bg table, .dining_content .kondate .kondate_bg .txt_inner {
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .dining_content .kondate .kondate_bg table, .dining_content .kondate .kondate_bg .txt_inner {
        width: 80%; } }
    @media print, screen and (min-width: 768px) {
      .dining_content .kondate .kondate_bg table, .dining_content .kondate .kondate_bg .txt_inner {
        max-width: 560px; } }
  .dining_content .kondate .kondate_bg table {
    margin: 0 auto 30px; }
    @media only screen and (max-width: 767px) {
      .dining_content .kondate .kondate_bg table th {
        padding: 3px 10px;
        display: inline-block;
        margin-bottom: 5px;
        border-bottom: solid 1px #d0bea1; } }
    @media print, screen and (min-width: 768px) {
      .dining_content .kondate .kondate_bg table th {
        padding: 5px;
        width: 80px;
        border-right: solid 1px #d0bea1; } }
    @media only screen and (max-width: 767px) {
      .dining_content .kondate .kondate_bg table td {
        display: block;
        width: 100%;
        padding: 5px 5px 15px 5px; } }
    @media print, screen and (min-width: 768px) {
      .dining_content .kondate .kondate_bg table td {
        padding: 5px 5px 5px 30px; } }
    .dining_content .kondate .kondate_bg table th, .dining_content .kondate .kondate_bg table td {
      font-size: 14px; }
  .dining_content .kondate .kondate_bg .txt_inner p {
    font-size: 12px;
    color: #9a845f; }

.dining_content .kondate .plan_link {
  text-align: center; }

.dining_content .drink_menu {
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .dining_content .drink_menu {
      padding: 50px 30px; } }
  @media print, screen and (min-width: 768px) {
    .dining_content .drink_menu {
      padding: 50px 80px; } }
  .dining_content .drink_menu h3 {
    text-align: center; }
  .dining_content .drink_menu h4 {
    cursor: pointer;
    background: url(../images/dining/bg_dining06-01.png) 50% 100% no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    position: relative;
    margin-top: 20px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .dining_content .drink_menu h4 {
        font-size: 18px; } }
    .dining_content .drink_menu h4:after {
      position: absolute;
      content: url(../images/dining/arrow_open.png);
      top: 10px;
      right: 10px; }
    .dining_content .drink_menu h4.on:after {
      content: url(../images/dining/arrow_close.png); }
  .dining_content .drink_menu .drink_tbl table tr:last-of-type th, .dining_content .drink_menu .drink_tbl table tr:last-of-type td {
    border-bottom: none; }
  .dining_content .drink_menu .drink_tbl table th, .dining_content .drink_menu .drink_tbl table td {
    padding: 10px 5px;
    border-bottom: solid 1px #d0bea1; }
    @media only screen and (max-width: 767px) {
      .dining_content .drink_menu .drink_tbl table th, .dining_content .drink_menu .drink_tbl table td {
        font-size: 12px; } }
  .dining_content .drink_menu .drink_tbl table td {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .dining_content .drink_menu .drink_tbl table td {
        width: 85px; } }
    .dining_content .drink_menu .drink_tbl table td.capa {
      font-size: 12px;
      color: #9a845f; }
  .dining_content .drink_menu .tax {
    text-align: right;
    color: #9a845f;
    font-size: 12px;
    padding: 10px 0; }

.coffee_service {
  background: url(../images/dining/bg_dining08-01.png) 0% 0% no-repeat;
  background-size: cover; }

.flex_64 li:nth-child(1) img {
  width: 100%; }

.flex_64 li:nth-child(2) {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .flex_64 li:nth-child(2) {
      padding: 20px; } }
  .flex_64 li:nth-child(2) h3 {
    margin-bottom: 20px; }
  .flex_64 li:nth-child(2) .cf_time {
    border-top: solid 1px #9a845f;
    border-bottom: solid 1px #9a845f;
    width: 280px;
    margin: 25px auto 0; }
    .flex_64 li:nth-child(2) .cf_time table th, .flex_64 li:nth-child(2) .cf_time table td {
      padding: 7px;
      text-align: center; }
    .flex_64 li:nth-child(2) .cf_time table th {
      color: #9a845f; }

@media print, screen and (min-width: 768px) {
  .flex_64 {
    max-width: 950px;
    margin: 0 auto; }
    .flex_64 > li:nth-child(1) {
      width: 55%; }
    .flex_64 > li:nth-child(2) {
      width: 45%; } }

/* page_policy --
--------------------------------------------------------------　*/
.policy .mv {
  background: url(../images/policy/img_policymv00-01.png) 50% 0% no-repeat;
  background-size: cover; }

.policy_privacy {
  padding-bottom: 80px;
  background: url(../images/access/bg_access05-01.png) 0% 0% no-repeat;
  background-size: cover;
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .policy_privacy {
      padding-bottom: 50px; } }
  .policy_privacy .policy_inner {
    max-width: 930px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 50px;
    -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.3); }
  .policy_privacy h2 {
    padding: 60px 0 40px;
    font-size: 22px; }
    @media only screen and (max-width: 767px) {
      .policy_privacy h2 {
        font-size: 20px;
        padding: 40px 0 20px; } }
  .policy_privacy .pp_content {
    padding: 80px 0; }
    @media only screen and (max-width: 767px) {
      .policy_privacy .pp_content {
        padding: 50px 0; } }
    .policy_privacy .pp_content h3 {
      margin-bottom: 40px;
      text-align: center;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .policy_privacy .pp_content h3 {
          font-size: 18x; } }
    .policy_privacy .pp_content .pp_list > li {
      border-bottom: 1px solid #bfbfbf;
      padding: 40px 0; }
      @media only screen and (max-width: 767px) {
        .policy_privacy .pp_content .pp_list > li {
          padding: 20px 0; } }
      .policy_privacy .pp_content .pp_list > li:nth-child(1) {
        border-top: 1px solid #bfbfbf; }
      .policy_privacy .pp_content .pp_list > li h4 {
        font-size: 18px;
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          .policy_privacy .pp_content .pp_list > li h4 {
            font-size: 16px; } }
      .policy_privacy .pp_content .pp_list > li p {
        padding-bottom: 1em; }
      .policy_privacy .pp_content .pp_list > li ul {
        padding-left: 3em; }
        @media only screen and (max-width: 767px) {
          .policy_privacy .pp_content .pp_list > li ul {
            padding-left: 1em; } }
      .policy_privacy .pp_content .pp_list > li .link {
        padding: 0 0 1em 3em; }
        @media only screen and (max-width: 767px) {
          .policy_privacy .pp_content .pp_list > li .link {
            padding: 0 0 1em 1em; } }
        .policy_privacy .pp_content .pp_list > li .link h5 {
          font-size: 115%;
          font-weight: bold; }

/* page_english --
--------------------------------------------------------------　*/
.english {
  position: relative; }
  .english .mv {
    height: auto;
    display: block;
    position: relative; }
    .english .mv p.msg {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      z-index: 999; }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .english .mv p.msg {
          top: 45%; }
          .english .mv p.msg img {
            height: 90px; } }
      @media only screen and (max-width: 767px) {
        .english .mv p.msg {
          top: 40%; } }
    .english .mv p.bnr_bestrate {
      position: absolute;
      bottom: 30px;
      right: 200px;
      z-index: 100;
      -webkit-animation-name: fadein;
      animation-name: fadein;
      -webkit-animation-duration: 2s;
      animation-duration: 2s; }
      @media only screen and (max-width: 767px) {
        .english .mv p.bnr_bestrate {
          width: 85px;
          bottom: 10px; } }
      @media print, screen and (max-width: 980px) {
        .english .mv p.bnr_bestrate {
          right: 20px; } }
      @media screen and (min-width: 768px) and (max-width: 980px) {
        .english .mv p.bnr_bestrate {
          width: 130px; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.en_greeting {
  background: url(../images/common/bg_point.png) 0% 0% no-repeat;
  color: #462128; }
  @media only screen and (max-width: 767px) {
    .en_greeting {
      padding: 45px 0; } }
  @media print, screen and (min-width: 768px) {
    .en_greeting {
      padding: 70px 0; } }
  .en_greeting .msg_bg {
    background: url(../images/english/bg_english01-02.png) 50% 100% no-repeat;
    background-size: cover;
    position: relative;
    margin: 0 auto; }
    .en_greeting .msg_bg .stamp {
      position: absolute;
      right: 20px; }
      @media only screen and (max-width: 500px) {
        .en_greeting .msg_bg .stamp img {
          width: 65px; } }
      @media only screen and (max-width: 767px) {
        .en_greeting .msg_bg .stamp {
          top: 30px; } }
      @media print, screen and (min-width: 768px) {
        .en_greeting .msg_bg .stamp {
          bottom: 60px; } }
    @media only screen and (max-width: 767px) {
      .en_greeting .msg_bg {
        width: 90%;
        padding: 40px 20px 50px; } }
    @media print, screen and (min-width: 768px) {
      .en_greeting .msg_bg {
        max-width: 745px;
        padding: 50px 60px 100px; } }
    .en_greeting .msg_bg h2 {
      line-height: 1;
      margin-bottom: 25px; }
    .en_greeting .msg_bg p {
      font-size: 14px;
      line-height: 2.2;
      letter-spacing: 0.5px; }
      @media print, screen and (min-width: 768px) {
        .en_greeting .msg_bg p {
          text-align: center; } }

#en_rooms {
  position: relative; }
  @media only screen and (max-width: 767px) {
    #en_rooms {
      background: url(../images/english/bg_english02-01.png) 50% 50% no-repeat;
      background-size: cover;
      padding: 50px 10px; } }
  @media print, screen and (min-width: 768px) {
    #en_rooms {
      padding-top: 80px; } }
  #en_rooms .rooms_link {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      #en_rooms .rooms_link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 20px 15px; }
        #en_rooms .rooms_link li {
          width: 48%;
          margin-bottom: 7px; } }
    @media print, screen and (min-width: 768px) {
      #en_rooms .rooms_link {
        max-width: 1000px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%; } }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      #en_rooms .rooms_link li {
        margin: 0 5px; } }
  @media print, screen and (min-width: 768px) {
    #en_rooms .rooms_bg {
      background: url(../images/english/bg_english02-01.png) 50% 50% no-repeat;
      background-size: cover;
      padding: 70px 0 120px; } }
  #en_rooms .rooms_bg dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0; }
    #en_rooms .rooms_bg dl dd:first-of-type {
      margin-right: 25px; }
  #en_rooms .rooms_bg .room_content {
    color: #462128;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #en_rooms .rooms_bg .room_content {
        width: 95%;
        margin: 0 auto 30px; } }
    #en_rooms .rooms_bg .room_content#sp_room {
      margin-top: 35px; }
      #en_rooms .rooms_bg .room_content#sp_room > li:nth-child(2) {
        background: url(../images/english/img_english02-01.png) 50% 50% no-repeat;
        background-size: cover; }
    #en_rooms .rooms_bg .room_content#std_room > li:nth-child(2) {
      background: url(../images/english/img_english02-02.png) 50% 50% no-repeat;
      background-size: cover; }
    #en_rooms .rooms_bg .room_content#wst_room > li:nth-child(2) {
      background: url(../images/english/img_english02-03.png) 50% 50% no-repeat;
      background-size: cover; }
    #en_rooms .rooms_bg .room_content#jpn_room > li:nth-child(2) {
      background: url(../images/english/img_english02-04.png) 50% 50% no-repeat;
      background-size: cover; }
    #en_rooms .rooms_bg .room_content > li h3 {
      text-align: center;
      color: #462128;
      letter-spacing: 3px;
      font-size: 22px;
      line-height: 1.2;
      font-family: 'Playfair Display', serif;
      padding-bottom: 10px;
      font-weight: 700; }
      #en_rooms .rooms_bg .room_content > li h3 small {
        font-size: 12px; }
    @media print, screen and (min-width: 768px) and (max-width: 980px) {
      #en_rooms .rooms_bg .room_content > li:first-of-type {
        width: 48%; }
      #en_rooms .rooms_bg .room_content > li:nth-child(2) {
        width: 52%; } }
    @media print, screen and (min-width: 981px) {
      #en_rooms .rooms_bg .room_content > li:first-of-type {
        width: 40%; }
      #en_rooms .rooms_bg .room_content > li:nth-child(2) {
        width: 60%; } }
    #en_rooms .rooms_bg .room_content > li:first-of-type {
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #en_rooms .rooms_bg .room_content > li:first-of-type {
          padding: 35px 20px 35px; } }
      @media print, screen and (min-width: 768px) {
        #en_rooms .rooms_bg .room_content > li:first-of-type {
          padding: 50px 20px 65px; } }
      #en_rooms .rooms_bg .room_content > li:first-of-type p {
        font-size: 14px;
        padding: 20px 0 25px; }
    #en_rooms .rooms_bg .room_content > li:nth-child(2) {
      text-indent: -9999px; }
      @media only screen and (max-width: 767px) {
        #en_rooms .rooms_bg .room_content > li:nth-child(2) {
          height: 300px; } }
    #en_rooms .rooms_bg .room_content > li .room_icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #en_rooms .rooms_bg .room_content > li .room_icon li {
        margin-left: 10px; }
        #en_rooms .rooms_bg .room_content > li .room_icon li:first-of-type {
          margin-left: 0; }
  #en_rooms .rooms_bg .amenities_notes {
    color: #462128;
    max-width: 930px;
    margin: 0 auto; }
    @media print, screen and (max-width: 980px) {
      #en_rooms .rooms_bg .amenities_notes {
        padding: 50px 20px 40px;
        background-color: #fff; } }
    @media print, screen and (min-width: 981px) {
      #en_rooms .rooms_bg .amenities_notes {
        padding: 60px 70px 80px;
        background: url(../images/english/bg_english02-02.png) 50% 100% no-repeat;
        background-size: cover; } }
    #en_rooms .rooms_bg .amenities_notes h3 {
      text-align: center;
      color: #462128;
      letter-spacing: 3px;
      font-size: 22px;
      line-height: 1;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        #en_rooms .rooms_bg .amenities_notes h3 {
          font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      #en_rooms .rooms_bg .amenities_notes table {
        margin-bottom: 35px; } }
    @media print, screen and (min-width: 768px) {
      #en_rooms .rooms_bg .amenities_notes table {
        margin-bottom: 50px; } }
    #en_rooms .rooms_bg .amenities_notes table tr:last-of-type th, #en_rooms .rooms_bg .amenities_notes table tr:last-of-type td {
      padding-bottom: 0; }
    #en_rooms .rooms_bg .amenities_notes table th, #en_rooms .rooms_bg .amenities_notes table td {
      font-size: 14px;
      letter-spacing: 0; }
      @media print, screen and (min-width: 768px) {
        #en_rooms .rooms_bg .amenities_notes table th, #en_rooms .rooms_bg .amenities_notes table td {
          padding-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        #en_rooms .rooms_bg .amenities_notes table th, #en_rooms .rooms_bg .amenities_notes table td {
          display: block;
          width: 100%; } }
    @media only screen and (max-width: 767px) {
      #en_rooms .rooms_bg .amenities_notes table th {
        padding-bottom: 7px;
        border-bottom: solid 1px #d0bea1; } }
    @media print, screen and (min-width: 768px) {
      #en_rooms .rooms_bg .amenities_notes table th {
        width: 130px;
        border-right: solid 1px #d0bea1; } }
    @media only screen and (max-width: 767px) {
      #en_rooms .rooms_bg .amenities_notes table td {
        padding: 7px 0 20px; } }
    @media print, screen and (min-width: 768px) {
      #en_rooms .rooms_bg .amenities_notes table td {
        padding-left: 30px; } }
    #en_rooms .rooms_bg .amenities_notes ul li {
      font-size: 14px;
      margin-bottom: 20px;
      letter-spacing: 0;
      padding-left: 30px;
      background: url(../images/party/img_party03-05.png) center left no-repeat; }

#en_dining {
  background: url(../images/english/bg_english03-01.png) 50% 50% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    #en_dining {
      padding: 50px 10px; }
      #en_dining h2 img {
        height: 120px; } }
  @media print, screen and (min-width: 768px) {
    #en_dining {
      padding-top: 80px; } }
  #en_dining .dining_img {
    position: relative;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      #en_dining .dining_img {
        margin-top: -88px; } }
  @media only screen and (max-width: 767px) {
    #en_dining .restaurant {
      padding-top: 50px;
      padding-bottom: 265px;
      background: #fefefc url(../images/english/bg_english04-01.png) 70% 100% no-repeat;
      background-size: auto 37%; } }
  @media print, screen and (min-width: 768px) {
    #en_dining .restaurant {
      padding: 70px 0 60px;
      background: url(../images/english/bg_english04-01.png) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 981px) {
    #en_dining .restaurant .inner {
      max-width: 930px;
      margin: 0 auto; } }
  #en_dining .restaurant .inner .restaurant_time {
    max-width: 365px; }
    @media print, screen and (max-width: 980px) {
      #en_dining .restaurant .inner .restaurant_time {
        padding: 0 20px; } }
    #en_dining .restaurant .inner .restaurant_time h3 {
      text-align: center;
      color: #462128;
      letter-spacing: 3px;
      font-size: 22px;
      line-height: 1;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        #en_dining .restaurant .inner .restaurant_time h3 {
          font-size: 18px; } }
    #en_dining .restaurant .inner .restaurant_time table tr:first-of-type th, #en_dining .restaurant .inner .restaurant_time table tr:first-of-type td {
      border-top: double 4px #d0bea1; }
    @media only screen and (max-width: 767px) {
      #en_dining .restaurant .inner .restaurant_time table tr:first-of-type td {
        border-top: none; } }
    #en_dining .restaurant .inner .restaurant_time table tr:last-of-type th, #en_dining .restaurant .inner .restaurant_time table tr:last-of-type td {
      border-bottom: double 4px #d0bea1; }
    @media only screen and (max-width: 767px) {
      #en_dining .restaurant .inner .restaurant_time table tr:last-of-type th {
        border-bottom: none; } }
    #en_dining .restaurant .inner .restaurant_time table th, #en_dining .restaurant .inner .restaurant_time table td {
      color: #462128;
      font-size: 14px;
      letter-spacing: 0; }
      @media only screen and (max-width: 767px) {
        #en_dining .restaurant .inner .restaurant_time table th, #en_dining .restaurant .inner .restaurant_time table td {
          display: block;
          width: 100%;
          text-align: center; } }
      @media print, screen and (min-width: 768px) {
        #en_dining .restaurant .inner .restaurant_time table th, #en_dining .restaurant .inner .restaurant_time table td {
          padding: 10px;
          border-top: solid 1px #d0bea1;
          border-bottom: solid 1px #d0bea1; } }
    #en_dining .restaurant .inner .restaurant_time table th {
      color: #9a845f; }
      @media only screen and (max-width: 767px) {
        #en_dining .restaurant .inner .restaurant_time table th {
          padding: 7px; } }
    @media only screen and (max-width: 767px) {
      #en_dining .restaurant .inner .restaurant_time table td {
        padding-bottom: 7px;
        border-bottom: solid 1px #d0bea1; } }

#en_bath {
  color: #462128; }
  @media only screen and (max-width: 767px) {
    #en_bath {
      padding: 45px 0; } }
  @media print, screen and (min-width: 768px) {
    #en_bath {
      padding: 75px 0; } }
  #en_bath h2 {
    color: #462128;
    letter-spacing: 3px;
    font-size: 25px;
    line-height: 1;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #en_bath h2 {
        font-size: 22px; } }
  #en_bath .flex_bx {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media print, screen and (min-width: 981px) {
      #en_bath .flex_bx {
        margin-top: -30px; } }
    #en_bath .flex_bx li {
      width: 50%;
      position: relative; }
      @media only screen and (max-width: 767px) {
        #en_bath .flex_bx li {
          padding-top: 38px; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        #en_bath .flex_bx li {
          padding-top: 63px; } }
      @media print, screen and (min-width: 981px) {
        #en_bath .flex_bx li {
          padding-top: 83px; } }
      #en_bath .flex_bx li h3 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          #en_bath .flex_bx li h3 img {
            width: 80px; } }
        @media print, screen and (min-width: 768px) and (max-width: 980px) {
          #en_bath .flex_bx li h3 img {
            width: 130px; } }
      @media only screen and (max-width: 767px) {
        #en_bath .flex_bx li .bath_img {
          height: 160px; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        #en_bath .flex_bx li .bath_img {
          height: 350px; } }
      @media print, screen and (min-width: 981px) {
        #en_bath .flex_bx li .bath_img {
          height: 450px; } }
      #en_bath .flex_bx li:first-of-type .bath_img {
        background: url(../images/english/img_english05-01.png) 50% 50% no-repeat;
        background-size: cover; }
      #en_bath .flex_bx li:last-of-type .bath_img {
        background: url(../images/english/img_english05-02.png) 50% 50% no-repeat;
        background-size: cover; }
      #en_bath .flex_bx li h3 {
        text-align: center; }
  #en_bath .bath_txt {
    padding: 30px 0; }
    #en_bath .bath_txt p {
      text-align: center;
      margin-bottom: 20px; }
    #en_bath .bath_txt table {
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        #en_bath .bath_txt table {
          width: 80%; } }
      @media print, screen and (min-width: 768px) {
        #en_bath .bath_txt table {
          width: 345px; } }
      #en_bath .bath_txt table th, #en_bath .bath_txt table td {
        font-size: 14px;
        letter-spacing: 0; }
        @media only screen and (max-width: 767px) {
          #en_bath .bath_txt table th, #en_bath .bath_txt table td {
            display: block;
            width: 100%;
            text-align: center; } }
        @media print, screen and (min-width: 768px) {
          #en_bath .bath_txt table th, #en_bath .bath_txt table td {
            padding: 10px;
            border-top: solid 1px #d0bea1;
            border-bottom: solid 1px #d0bea1; } }
      #en_bath .bath_txt table th {
        color: #9a845f; }
        @media only screen and (max-width: 767px) {
          #en_bath .bath_txt table th {
            border-top: solid 1px #d0bea1;
            padding: 7px; } }
      @media only screen and (max-width: 767px) {
        #en_bath .bath_txt table td {
          padding-bottom: 7px;
          border-bottom: solid 1px #d0bea1; } }
  #en_bath .bath_note {
    max-width: 930px;
    margin: 0 auto;
    background: url(../images/english/bg_english05-01.png) 50% 100% no-repeat;
    background-size: cover;
    padding: 40px 20px 60px;
    text-align: center; }
    #en_bath .bath_note h3 {
      margin-bottom: 30px;
      text-align: center;
      color: #462128;
      letter-spacing: 3px;
      font-size: 22px;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        #en_bath .bath_note h3 {
          font-size: 18px; } }
    #en_bath .bath_note ul {
      display: inline-block;
      text-align: left; }
      #en_bath .bath_note ul li {
        font-size: 14px;
        margin-bottom: 12px;
        letter-spacing: 0; }
        #en_bath .bath_note ul li:before {
          content: url(../images/party/img_party03-05.png);
          padding-right: 10px; }

#en_access {
  background: url(../images/english/bg_english06-01.png) 0% 0% no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 767px) {
    #en_access {
      padding: 45px 0; } }
  @media print, screen and (min-width: 768px) {
    #en_access {
      padding: 80px 0 100px; } }
  #en_access h2 {
    margin-bottom: 30px;
    text-align: center;
    color: #462128;
    letter-spacing: 3px;
    font-size: 25px;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      #en_access h2 {
        font-size: 18px; } }
  #en_access .root_img {
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #en_access .root_img img {
        max-width: 650px; } }
  #en_access .gmap {
    margin: 45px 0 50px;
    padding: 10px 0;
    background-color: #eadecd; }

/* --------------------------------------------------------------
// original common
// page underlalayer
// category underlalayer
// single page
-------------------------------------------------------------- */
.category strong, .category b, .category .bold {
  font-weight: bold; }

.category small, .category .small {
  font-size: 14px; }

/*
  新着情報WP
*/
.news .mv {
  padding: 65px 0 65px;
  background: url(../images/news/img_newsmv00-01.png) 50% 0% no-repeat;
  background-size: cover; }
  .news .mv h2 {
    padding: 0; }

.news #container {
  font-family: "游明朝", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif;
  padding: 0; }

.news .box ul {
  height: 615px;
  margin: 0 0 40px;
  overflow-y: auto; }
  .news .box ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .news .box ul li:first-child {
      border-top: 1px solid #ccc; }

.news .box .date, .news .box .ttl {
  font-family: "游明朝", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", serif; }

.news .box .date {
  width: 200px; }
  .news .box .date.sgl {
    width: auto; }

.news .box .cat {
  background: #623d1d;
  width: 150px;
  margin-right: 25px;
  padding: 5px 0;
  text-align: center;
  color: #fff; }
  .news .box .cat.sightseeing {
    background: #9a845f; }

.news .box .ttl {
  width: 75%;
  padding-right: 15px; }

.single .mainwrap {
  padding: 20px 0 50px;
  overflow: hidden; }

.single #main {
  width: 67%;
  float: left; }

.single .post {
  width: 100%;
  min-height: 460px;
  margin: 10px auto 30px;
  padding-top: 30px;
  border-top: 1px solid #e3e3e3; }
  .single .post a {
    text-decoration: underline;
    color: #51350f; }
  .single .post .text {
    line-height: 1.8; }
    .single .post .text img {
      max-width: 100%;
      height: auto; }

.single #sidebar {
  background: url(../images/news/news_bg.png) no-repeat 50% 50%;
  background-size: cover;
  width: 27%;
  float: right;
  margin: 0 0 60px;
  padding: 0;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .single #sidebar {
      max-width: 300px;
      margin: 0 auto 60px; } }
  .single #sidebar h3 {
    padding: 0;
    font-weight: normal;
    color: #462128; }
  .single #sidebar a {
    color: #000; }
  .single #sidebar .listside {
    padding: 20px; }
  .single #sidebar .listside ul li {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 90%;
    background: url(../images/party/img_party03-05.png) left center no-repeat;
    padding-left: 25px; }
  .single #sidebar select {
    background: url(../images/news/icon_arrow_archive.png) no-repeat 95% center #fff;
    width: 100%;
    padding: 10px 15px 10px;
    font-size: 90%;
    border: 1px solid #a98951;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #a98951; }
    .single #sidebar select::-ms-expand {
      display: none; }
  .single #sidebar .archive {
    padding: 20px;
    overflow: hidden; }

.single .post h2 {
  padding-bottom: 16px;
  font-weight: normal;
  text-align: left;
  color: #9a845f;
  border-bottom: solid 1px #9a845f; }

.single .post .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9a845f;
  margin-bottom: 30px; }
  .single .post .box .date {
    margin-right: 10px; }

.single .post .box .cat {
  display: inline-block;
  padding: 5px 20px; }

.single .pagination {
  width: 100%;
  margin: 0 auto;
  padding: 65px 0 40px;
  overflow: hidden;
  text-align: center; }
  .single .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3; }
    .single .pagination ul li {
      width: 25%;
      list-style-type: none; }
      .single .pagination ul li a {
        font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
        padding: 20px 0;
        display: block;
        text-decoration: none;
        color: #462128; }

@media only screen and (max-width: 767px) {
  .news {
    background: url(../images/news/bg_news.png) no-repeat 20% top;
    background-size: 200%; }
    .news .mv {
      padding: 50px 0 40px; }
    .news .box ul {
      height: 465px; }
      .news .box ul::-webkit-scrollbar {
        width: 6px; }
      .news .box ul::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 4px; }
      .news .box ul::-webkit-scrollbar-track-piece {
        background: #efefef; }
      .news .box ul li {
        display: block; }
    .news .box .ttl {
      width: auto;
      padding: 13px 0 0;
      display: block;
      clear: both; }
    .news .box .cat {
      width: auto;
      margin-right: 15px;
      padding: 5px; }
  .single .post .box .cat {
    margin-bottom: 10px; }
  .single h2 {
    padding: 13px 0 20px;
    font-size: 120%; }
  .single .contents {
    width: 92%;
    margin: 10px auto 40px;
    padding: 0; }
  .single #main {
    width: 100%;
    float: none;
    margin: 30px 0 0; }
  .single #sidebar {
    width: 100%;
    float: none;
    margin: 45px auto 30px; }
    .single #sidebar select {
      width: 85%; }
  .single .post {
    min-height: 0;
    margin: 10px auto; }
  .single .pagination ul li {
    width: 30%; } }

/*Footer採用情報追加*/

.f_policy{
	display: flex;
    justify-content: center;
	margin: 20px 10px 10px;
}

.f_policy p{
	text-decoration: underline;
	text-align: center;
	font-size: 12px;
	color: #fff;
	justify-content: center;
}

.f_policy li{
	margin: 0px 20px 0px;
    margin-right: 30px;
    margin-left: 30px;
}


.f_policy li:nth-child(2){
	margin-left: 5px;
}

@media only screen and (max-width: 767px) {
	.f_policy{
		display: block;
	}
	
	.f_policy li{
	 margin-right: 0px;
	 margin-left: 0px;
	 margin: 0px;
	}
	
	.f_policy li:nth-child(2){
		margin-left: 0;
	}
	
	
	 
	
}
/*
    RTカスタ用修正
*/
#RthCustomizeW a {
    text-decoration: none!important;
}
header {
    background: url(../images/common/bg_top03.png)no-repeat;
    display: block;
    height: 170px;
    position: relative;
    color: #462128;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 65px 0 0 20px;
    z-index: 1;
}
header h1 {
    font-size: 85%;
	text-align: left;
}
header ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    top: -20px;
    padding: 0;
}
header li:first-of-type {
    position: relative;
    top: 28px;
    margin: 0 230px 0 0;
}
header li:last-child {
    position: relative;
    top: 39px;
    right: 0;
}
header li:last-child a {
    background: #A98951;
    padding: 41px 20px 42px;
    color: #fff!important;
    text-decoration: none;
    font-size: 110%;
}
header nav {
    width: 35.3%;
    position: relative;
    top: -6px;
    margin: 0 0 0 37%;
}
header nav li a {
    color: #462128;
    font-weight: bold;
    font-size: 14px;
    display: block;
    border-bottom: solid 3px transparent;
    color: #462128!important;
    text-decoration: none!important;
    padding: 0 20px 20px;
}
header nav li a:hover {
    border-bottom: solid 3px #A98951;
    color: #A98951!important;
}
header nav li:first-of-type {
    margin: 0;
    position: static;
}
header nav li:last-child {
    position: static;
}
header nav li:last-child a {
    background: none;
    color: #462128!important;
    font-weight: bold;
    font-size: 14px;
    padding: 0 20px 20px;
    display: block;
    text-decoration: none;
}
header nav li:last-child a:hover {
    color: #A98951!important;
}
.top .mv .photo, .main_slide li {
    width: 100%;
}
.top .mv, .top .mv .msg, .main_slide li:nth-child(-n+6), .bx-wrapper .bx-viewport {
    height: 500px;
}
.bx-wrapper .bx-viewport {
    left: 0;
}
.mainwrap {
    max-width: 100%;
}
.widewrap {
    max-width: 100%;
}
.top_prologue ul li:nth-child(2) p {
    line-height: 1.9;
}
.top_prologue ul li:nth-child(2) {
    padding: 0 100px 0 0;
}
@media print, screen and (min-width: 768px) {
  .top_prologue {
    background: url(../images/top/bg_top03.png) 60% 50% no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.top_recommend {
    padding: 80px 0;
}
.top_recommend a {
    color:#000;
}
.top_recommend a:hover {
    color:#000!important;
}
.top_recommend .dp_flex .txt {
    min-height: 60px;
    padding: 10px 20px;
    align-items: center;
}
}
.dining_bg .wh_inner {
    height: 219px;
}
.dining_bg {
    background: url(../images/dining/bg_dining01-01.png) 53% 0% no-repeat;
    background-size: auto 16%;
}
.top_dining {
    padding: 0 0 90px;
}
.top_dining h2 {
    position: relative;
    top: 33%;
    padding-left: 100px;
    float: left;
}
.top_dining .img_top {
    background: url(../images/dining/bg_dining02-01.png) 50% 0 no-repeat;
    background-size: contain;
    margin: 0 0 30px 0;
}
.top_dining .flex_bx div {
    max-width: 58%;
    padding: 40px 0 0 50px;
}
.top_dining .img_top li.flex_bx div:nth-child(2) {
    padding-left: 135px;
}
.top_dining .img_top li:nth-child(2) {
    margin: -14% 0 0 41%;
    width: 47%;
}
.top_dining .img_top li:nth-child(3) {
    margin: -15% 0 0 0;
    width: 42%;
}
.top_dining .img_top li:nth-child(4) {
    width: 27%;
    margin: -12% 0 0px 49%;
}
.top_dining .img_top li:nth-child(5) {
    margin: -13% 0 0 10%;
    width: 100%;
}
.top_dining:before {
    content: none;
}
.bath_bg {
    background: url(../images/bath/bg_bath01-01.png) 65% 100% no-repeat;
    background-size: auto 100%;
    padding-bottom: 0;
}
.top_bath .wh_inner {
    height: 220px;
}
.top_bath h2 {
    position: relative;
    top: 30%;
    padding-left: 100px;
    float: left;
    color: #462128;
    letter-spacing: 5px;
    font-size: 27px;
    margin-bottom: 20px;
}
.bath_content {
    max-width: 76%;
    margin: 0 auto;
}
.bath_content .photo_slide {

    height: 350px;
}
.bath_content .photo_slide p {
    margin: 20px 0 0 0;
    width: 100%;
}
.bath_content .photo_slide .slide_image {
    margin: auto 0;
    height: 350px;
}
#mens {
    right: 5%;
}
#womens {
    left: 5%;
}
.bath_content .icon_ttl img {
    width: 80%;
    position: relative;
    top: 16px;
}
#mens .icon_ttl img {
    left: -40%;
}
#womens .icon_ttl img {
    left: 60%;
}
#womens .photo_slide p {
    text-align: right;
}
.top_access {
    padding: 0 0 80px;
    background: url(../images/stay/bg_room08-01.png) 50% 50% no-repeat;
    margin: 60px 0 0;
}
.access_bg {
    background: url(../images/top/bg_top07-01.png) 0% 82% no-repeat;
    background-size: cover;
    padding-bottom: 0;
}
.top_access .wh_inner {
    height: 220px;
}
.top_access h2 {
    position: relative;
    top: 30%;
    padding-left: 100px;
    float: left;
    color: #462128;
    letter-spacing: 5px;
    font-size: 27px;
    margin-bottom: 20px;
}
.top_access .dp_flex {
    max-width: 800px;
    margin: 60px auto 0;
    align-items: center;
}
.top_access .free_parking {
    margin: 0 0 10px 0;
}
.top_access .pk_txt {
    color: #a85565;
    font-size: 11px;
    text-align: left;
}
.top .gmap {
    margin: 35px 0 0;
}
footer {
    padding: 60px;
}
footer ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.f_btm {
    text-align: center;
}
.f_btm p {
    margin: 0 0 23px 0;color: #fff;
}
.f_nav ul {
    flex-direction: column;
    align-items: flex-start;
}
.f_nav ul a {
    color: #EDE6DB!important;
    font-weight: bold;
    font-size: 110%;
    padding: 10px 20px;
    border-left: solid 3px transparent;
}
.f_nav ul li {
    padding: 15px 20px;
}
.f_nav ul a:hover {
    border-left: solid 3px #A98951;
}
.f_nav ul li:first-of-type {
    padding: 0 20px 15px;
}
.f_nav ul li:last-of-type {
    padding: 15px 20px 0;
}
.f_btm p:last-of-type {
    margin: 0;
}
.f_btm p:nth-child(3) {
    margin: 0 0 50px 0;
}
.top_rooms h2 {
    letter-spacing: 5px;
    font-size: 27px;
    color: #fff;
    margin-bottom: 20px;
}
.rooms_content .r_nav li .txt {
    padding: 8px 10px;
    background: #fff;
    width: 130px;
    height: 56px;
}
.rooms_content .r_nav li .txt p {
    color: #462128;
    font-size: 17px;
    line-height: 1.2;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.rooms_content .img_f {
    width: 130px;
    height: auto;
    overflow: hidden;
}
.rooms_content .img_f img {
    width: auto;
    height: 100px;
    max-width: fit-content;
    position: relative;
    left: -8%;
}
.top_rooms .rooms_content .r_nav {
    width: 850px;
    margin: 0 auto;
    padding: 30px 0 0;
}
.top_rooms {
    padding: 70px 0 60px;
    background: url(../images/top/bg_top04.png) 41% 50% no-repeat;
    background-size: cover;
}
.top_rooms .rooms_content .flex_bx li a:hover {
    opacity: 0.7;
}
.r_details {
    padding: 50px 0 0 30px;
}
.r_details li:nth-child(2) {
    overflow: hidden;
    width: 770px;
}
.r_details img {
    height: 307px;
    width: 534px;
}
.r_details h2 {
    text-align: left;
    font-weight: normal;
}
.r_details li:first-of-type {
    padding: 0 25px 0 0;
    text-align: left;
}
.rooms_content .r_details li p {
    font-size: 17px;
    font-weight: normal;
}
.r_data {
    border: solid 1px #623d1d;
    padding: 13px 13px;
    margin: 20px 0 0 0;
}
.r_data dl {
    display: flex;
    color: #fff;
    padding: 14px 0;
}
.r_data .data01 {
    border-bottom: solid 1px #623d1d;
}
.r_data dt {
    padding: 0 10px 0 0;
}
.data02 dd {
    border-left: solid 1px #623d1d;
    flex-grow: 1;
    text-align: center;
}
.data02 dd:first-of-type {
    border-left: none;
}
#r_switch:after {
    /* display: table; */
    /* clear: both; */
    /* content: ''; */
}
#r_switch {
    width: 950px;
}
#r_content {
    position: relative;
    margin: 0 auto;
    height: 350px;
}
#r_content .rc {
    display: none;
    position: relative;
}
@media print, screen and (max-width: 1300px) and (min-width: 768px){
.top_dining .img_top li:nth-child(2) img {
    width: 950px;
}
}
.top_dining .img_top li:nth-child(2) {
    margin: -9% 0 0 0;
    width: 100%;
}
.dining_bg {
    background-size: auto 20.75%;
}
.r_details li:first-of-type {
    max-width: 544px;
}
.r_details li span {
    font-size: 13px;
    color: #a98e60;
}
.r_data {
    font-size: 87%;
    padding: 8px 13px;
    height: 135px;
    margin: 19px 0 0 0;
}
.r_data dd {
    margin: 0 auto;
    height: 38px;
}
.rc:first-of-type .r_data dt {
    margin: 10px 0 0 0;
}
.rooms_content .r_details li p {
    height: 75px;
}
.r_details img {
    max-width: fit-content;
    width: auto;
}
.rooms_content .img_f img {
    left: 0;
}
.top_rooms {
    overflow: hidden;
}
li.rm {
    cursor: pointer;
}
.rooms_content .img_f img {
    left: 0px;
    flex-shrink: 0;
    width: inherit\9;
    height: auto\9;
    max-width: 205px;
    max-height: 100px;
    width: auto;
    height: auto;
}
.rooms_content .r_details li p {
    font-size: 15px;
}