@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

.grecaptcha-badge { visibility: hidden; }
/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  /*font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  /*font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: '中ゴシックBBB', '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #F3F2EC;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  /*width: 1140px;*/
  width: 1066px;
  max-width: 100%;
  padding: 0 20px; 
  margin: 0 auto;
}
.container-w{
  width: 1240px;
  max-width: 100%;
  padding: 0 20px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  background: rgba(139,125,62,0.7);
  padding: 0 20px;
}
header .hdr1.on{
  background: rgba(139,125,62,1);
}
header .hdr1.on .hdr_menu .main_menu{
  display: none;
}
header .hdr1 .hdr_logo{
  width: 110px;
  padding: 12px 0;
  line-height: 1;
}
header .hdr1 .hdr_logo a img{
  display: block;
}
header .hdr1 .hdr_menu{

}



.hdr_menu .sub_menu{
  display: flex;
}
.hdr_menu .sub_menu .lang{
  font-size: 12px;
  font-family: "Bodoni Moda",'リュウミン R-KL', serif;
  letter-spacing: 0.02em;
}
.hdr_menu .sub_menu .lang li{
  width: 32px;
  text-align: center;
}
.hdr_menu .sub_menu .lang .current-lang,
.hdr_menu .sub_menu .lang .on{
}
.hdr_menu .sub_menu .lang .on a{

}
.hdr_menu .sub_menu .gnav_btn{
  margin-left: 15px;
}
.hdr_menu .sub_menu .gnav_btn img{
  width: 20px;
}




/**/
header .hdr1 .hdr_rebrand{
  width: calc(100% - 120px);
  background: rgba(255,255,255,0.5);
  text-align: right;
  padding-right: 10px;
}
header .hdr1 .hdr_rebrand a{
  text-decoration: none;
}
header .hdr1 .hdr_rebrand a:active,
header .hdr1 .hdr_rebrand a:hover{
  color: #000;
}
header .hdr1 .hdr_rebrand .txt1{
  display: block;
  font-size: 20px;
  font-family: "Bodoni Moda";
  color: #8b7d3e;
  letter-spacing: 0.05em;
  transform: rotate(0.05deg);
}

header .hdr1 .hdr_rebrand .txt1 em{
  font-size: 12px;
}

.pg_header{
  /*padding: 15px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px;
}
.pg_header_mv{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 542px;
  margin-left: 40px;
}

.pg_header_mv.others{
  height: 340px;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  display: none;
  background: rgba(139,125,62,0.9);
  color: #FFF;
  position: fixed;
  top: 41px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 20px 45px;
  overflow: auto;
  
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: gnavFadeIn;
  animation-name: gnavFadeIn;
}
.gnav.active{
  display: block;
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  /*align-content: center;*/
  background: rgba(139,125,62,1);
  
  -webkit-animation-name: gnavFadeIn;
  animation-name: gnavFadeIn;
}
.gnav.out{
  display: flex;
  -webkit-animation-name: gnavFadeOut;
  animation-name: gnavFadeOut;
}
@-webkit-keyframes gnavFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes gnavFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@-webkit-keyframes gnavFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes gnavFadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}

.gnav .box1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.gnav .box2{
  margin-top: 50px;
  width: 100%;
}
.gnav .box3{
  margin-top: 60px;
  width: 100%;
}
.gnav .box4{

}


.gnav .logo{
  padding: 13px 0;
}

.gnav .sub_menu{
  display: flex;
  align-items: center;
}
.gnav .sub_menu .lang{
  display: flex;
  font-size: 12px;
  font-family: "Bodoni Moda",'リュウミン R-KL', serif;
  letter-spacing: 0.02em;
}
.gnav .sub_menu .lang li{
  width: 32px;
  text-align: center;
}
.gnav .sub_menu .lang .on{
}
.gnav .sub_menu .lang .on a{

}
.gnav .sub_menu .gnav_btn{
  margin-left: 15px;
  cursor: pointer;
}
.gnav .sub_menu .gnav_btn img{
  width: 43px;
  display: block;
}

.gnav_open {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 20px;
  height: 22.98px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.gnav_open span{
  width: 1px;
  background: #FFF;
  transition: 0.2s all;
}
.gnav_open span:nth-child(1){
  height: 1em;
}
.gnav_open span:nth-child(2){
  height: 1.3571em;
}
.gnav_open span:nth-child(3){
  height: 1.6428em;
}
.gnav_open.on span{
  position: absolute;
  top: 0;
  left: 50%;
}
.gnav_open.on span:nth-child(1){
  height: 1.6428em;
  transform: rotate(45deg);
}
.gnav_open.on span:nth-child(2){
  display: none;
}
.gnav_open.on span:nth-child(3){
  height: 1.6428em;
  transform: rotate(-45deg);
}



.gnav_menu_group{
  font-family: "Bodoni Moda",'リュウミン R-KL', serif;
  letter-spacing: 0.02em;
}
.gnav_menu_group .row{

}  
.gnav_menu_group .row + .row{
  margin-top: 25px;
}

.gnav_menu_group .title{
  font-size: 25px;
}
.gnav_menu_group .title+.title{
  margin-top: 25px;
}
.gnav_menu_group ul{
  display: none;
  font-size: 16px;
  margin-top: 15px;
}
.gnav_menu_group ul li{

}
.gnav_menu_group ul li+li{
  margin-top: 10px;
}
.gnav_menu_group ul li a{

}
.gnav_menu_group ul li:before{
  content: "− ";

}

.gnav .contact1{
  display: flex;  
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Bodoni Moda",'リュウミン R-KL', serif;
}
.gnav .contact1_box1{
  font-size: 13px;
  line-height: 2.15;
}
.gnav .contact1_box2{

}
.gnav .contact1 .sns{
  display: flex;
}
.gnav .contact1 .sns li{
}
.gnav .contact1 .sns li+li{
  margin-left: 12px;
}
.gnav .contact2{

}
.gnav .contact2{

}

.contact2{
  display: flex;
  justify-content: center;
  margin-top: 15px;

}
.contact2 a{
  width: 100%;
  font-size: 13px;
  border: 1px solid ;
  border-radius: 20px 0 0 0;
  text-decoration: none;
  text-align: center;
  padding: 16px 10px;
}
.contact2 a:hover{
  background: #ADA477;
  color: #FFF;
}


.mv{
  position: relative;
  height: 100vh;

  background: #CCC;
  background-image: url('/img/mv.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.mv .mv_box{
  margin-top: 50px;
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}
.mv .mv_txt{
  width: 100%;
  color: #FFF;
  font-size: 11px;
  font-family: "Bodoni Moda",'リュウミン R-KL', serif;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 50px;
}
.mv .mv_txt .txt1{
  font-size: 25px;
  /*font-family: "Bodoni Moda";*/
  letter-spacing: 0.05em;
}
.mv .mv_txt .txt1 em{
  font-size: 15px;
}
.mv .mv_txt .txt2{
  line-height: 2;
  margin-top: 40px;
  margin-bottom: 15px;
}
.mv .mv_txt .txt3{
  margin-top: 8px;
}
.mv .mv_txt .txt4{  
}
.mv .mv_txt .txt5{
  font-size: 20px;
}
.mv .mv_txt .link_btn{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.mv .mv_txt .link_btn a{
  width: 300px;
  /*border: 1px solid ;*/
  border-radius: 20px 0 0 0;
  font-family: '中ゴシックBBB', sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background: #ADA477;
  color: #FFF;
}
.mv .mv_txt .link_btn a:hover{
  background: #FFF;
  color: #ADA477;
}

/* 予約ボタン */
.reserve_btn{
  position: fixed;
  bottom: 0;
  right: 0;
  background: #8B7D3E;
  border-radius: 20px 0 0 0;
  z-index: 10;

}
.reserve_btn a,
.reserve_btn button{
  width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
}
.reserve_btn button{
  background: none;
  border: 0;
}
.reserve_btn a:after{

}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (min-width:414px){
  .mv .mv_txt{
    font-size: 14px;
  }
  .mv .mv_txt .txt1{
    font-size: 30px;
  }
  .mv .mv_txt .txt1 em{
    font-size: 20px;
  }
  .mv .mv_txt .txt2{
  }
  .mv .mv_txt .txt3{
  }

}
@media (max-width:767px){

  .ftr_cg_wrap .ftr1 .logo img{
    width: 250px;
  }

  .pg_slug_dining .pg_header,
  .pg_slug_hilltop-dining .pg_header,
  .pg_slug_koyomi .pg_header,
  .pg_slug_beer-terrace .pg_header,
  .page-template-template-stay-room-details-a .pg_header{
    margin-top: 62px;
  }
  .pg_slug_dining .pg_header_mv,
  .pg_slug_hilltop-dining .pg_header_mv,
  .pg_slug_koyomi .pg_header_mv,
  .pg_slug_beer-terrace .pg_header_mv,
  .page-template-template-stay-room-details-a .pg_header_mv{
    margin-left: 20px;
    margin-right: 20px;
  }

  .mv .mv_box .img{
    width: 182px;
  }

  .gnav_menu_group{

  }
  .gnav_menu_group .title.hasSub{
    width: 160px;
    position: relative;
  }
  .gnav_menu_group .title.hasSub span{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .gnav_menu_group .title.hasSub span:after{
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('/img/icon_plus_wh.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav_menu_group .title.hasSub span.on:after{
    background-image: url('/img/icon_minus_wh.svg');
  }   
  
  .hdr_menu .sub_menu .lang{
    display: flex;
    align-items: center;
  }
  .hdr_menu .sub_menu .lang li{
    color: #FFF;
  }

  .stay_rooms_nav{
    display: none;
  }

}
@media (min-width:768px){



  header .hdr1{
    padding-left: 10px;
    padding-right: 10px;
  }
  header .hdr1 .hdr_logo {
    width: 140px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header .hdr1 .hdr_menu{
    justify-content: flex-start;
    width: calc(100% - 150px);
    margin-left: 10px;
  }
  header .hdr1 .hdr_rebrand{
    width: calc(100% - 170px);
    background: rgba(255,255,255,0.5);
    padding-right: 30px;
    height: 43px;
  }
  header .hdr1 .hdr_rebrand .txt1{
    font-size: 25px;
    padding: 2px 0 3px;
  }
  header .hdr1 .hdr_rebrand .txt1 em{
    font-size: 15px;
  }

  .hdr_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    position: relative;
  }
  .hdr_menu .main_menu{
    display: flex;

  }
  .hdr_menu .main_menu{
    font-size: 12px;
    font-family: 'リュウミン R-KL', serif;
  }
  .hdr_menu .main_menu li{
    padding: 0 8px;
    position: relative;
  }
  .hdr_menu .main_menu li:before,
  .hdr_menu .main_menu li:after{
    width: 3px;
    height: 3px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;

  }
  .hdr_menu .main_menu li:before{
    content: "";
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hdr_menu .main_menu li:last-child:after{
    content: "";
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }

  .hdr_menu .sub_menu{
    display: flex;
    position: absolute;
    right: 10px;
  }
  .hdr_menu .sub_menu .lang{
    display: flex;
    font-size: 12px;
    font-family: "Bodoni Moda",'リュウミン R-KL', serif;
    letter-spacing: 0.02em;
  }
  .hdr_menu .sub_menu .lang li{
    width: 32px;
    text-align: center;
  }
  .hdr_menu .sub_menu .lang .on{
  }
  .hdr_menu .sub_menu .lang .on a{

  }
  .hdr_menu .sub_menu .gnav_btn{
    margin-left: 15px;
    cursor: pointer;
  }
  .hdr_menu .sub_menu .gnav_btn img{
    width: 20px;
  }


  .mv{
    height: 500px;
    height: 100vh;
  }
  .mv .mv_txt{
    font-size: 14px;
    margin-top: 60px;
  }
  .mv .mv_txt .txt1{
    font-size: 30px;
  }
  .mv .mv_txt .txt1 em{
    font-size: 20px;
  }
  .mv .mv_txt .txt2{
    margin-top: 40px;
  }
  .mv .mv_txt .txt3{
    margin-top: 8px;
  }
  .mv .mv_txt .txt5{
    font-size: 24px;
  }



  /* 予約ボタン */
  .reserve_btn{
    border-radius: 20px 0 0 0;
  }
  .reserve_btn a,
  .reserve_btn button{
    width: 282px;
    padding: 11px 0 11px 40px;
    font-size: 16px;
    white-space: nowrap;
  }
  .reserve_btn a:after,
  .reserve_btn button:after{
    content: "";
    background: #FFF;
    width: 100%;
    height: 1px;
    margin-left: 10px;
  }

  .pg_header{
    margin-bottom: 50px;
  }
  .pg_header_mv{
    height: 550px;
    margin-left: 50px;
    /*margin-right: 50px;*/
  }
  .pg_header_mv.others{
    height: 360px;
  }
  .page-template-template-stay-room-details-a .pg_header{
    margin-top: 100px;
  }

  .gnav{
    padding: 20px 30px 20px;
    /*bottom: auto;*/
    top: 54px;
  }
  .gnav.active{
    align-items: center;
    align-content: center;
  }
  .gnav .box1{
    justify-content: flex-end;
  }
  .gnav .box2{
    margin-top: 0;
  }
  .gnav .box3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
  }
  .gnav .box3 .left{
    width: 260px;
    position: relative;
    order: 2;
  }
  .gnav .box3 .right{
    width: calc(100% - 260px);
    width: 100%;
    order: 1;
  }


  .gnav .contact1{
    margin-top: 50px;
    letter-spacing: 0.05em;
  }
  .gnav .contact1_box2{
    position: absolute;
    bottom: 6px;
    left: 100%;
  }
  .gnav .sns{
    display: flex;
    width: 200px;
    padding: 0 32px;
  }
  .gnav .sns li+li{
    margin-left: 18px;
  }
  .gnav .sns img{
    width: 22px;
  }

  .gnav .sub_menu .lang{
    font-size: 14px;
  }
  .gnav .sub_menu .gnav_btn img{
    width: 65px;
  }

  .gnav_menu_group{
    display: flex;
    justify-content: flex-end;
  }
  .gnav_menu_group .row{
    width: 200px;
  }
  .gnav_menu_group .row.sub{
    width: 210px;
  }
  .gnav_menu_group .row + .row{
    margin-top: 0;
  }

  .gnav_menu_group .title{
    font-size: 25px;
  }
  .gnav_menu_group .title+.title{
    margin-top: 25px;
  }
  .gnav_menu_group.sub .title{
    font-size: 21px;
  }

  .gnav_menu_group ul{
    display: block;
    font-size: 14px;
    margin-top: 20px;
  }
  .gnav_menu_group ul li{

  }
  .gnav_menu_group ul li+li{
    margin-top: 10px;
  }
  .gnav_menu_group ul li a{

  }

  .gnav_sub_links{
    display: flex;
    justify-content: flex-end;
  }
  .gnav_sub_links li{
    font-size: 16px;
    font-family: "Bodoni Moda",'リュウミン R-KL', serif;
    letter-spacing: 0.03em;
    padding-left: 30px;
    position: relative;
  }
  .gnav_sub_links li:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav_sub_links li+li{
    margin-left: 50px;
  }

}
@media (min-width:1024px){

  header .hdr1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .hdr1 .hdr_logo {
    width: 177px;
  }
  header .hdr1 .hdr_menu{
    width: calc(100% - 177px);
    margin-left: 0;
    padding-right: 177px;
  }
  header .hdr1 .hdr_menu {
    justify-content: center;
  }
  .hdr_menu .main_menu {
    font-size: 14px;
  }

  .mv{
    height: 768px;
    height: 100vh;
  }
  .mv .mv_box .img img{
    width: 320px;
  }
  .mv .mv_txt .txt5{
    display: none;
  }

  .pg_header{
    margin-bottom: 100px;
  }
  .pg_header_mv{
    height: 695px;
    margin-left: 85px;
    /*margin-right: 170px;*/
  }

  .page-template-template-stay-room-details-a .pg_header_mv{
    /*margin-left: 170px;*/
    /*margin-right: 170px;*/
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .gnav{
    top: 60px;
  }
  .hdr_menu .main_menu li{
    padding: 0 15px;
  }

}
@media (min-width:1200px){

  header .hdr1{
    padding-left: 60px;
    padding-right: 60px;
  }


  .hdr_menu .main_menu{
    font-size: 14px;
  }
  .hdr_menu .main_menu li{
    padding: 0 26px;
  }
  .hdr_menu .main_menu{
    font-size: 14px;
  }
  .hdr_menu .main_menu li{
    padding: 0 26px;
    position: relative;
  }

  .hdr_menu .sub_menu{
    right: 0;
  }
  .hdr_menu .sub_menu .lang{
    font-size: 14px;
  }
  .hdr_menu .sub_menu .lang li{
    width: 32px;
  }
  .hdr_menu .sub_menu .lang .on{
  }
  .hdr_menu .sub_menu .lang .on a{

  }
  .hdr_menu .sub_menu .gnav_btn{
    margin-left: 15px;
  }
  .hdr_menu .sub_menu .gnav_btn img{
    width: 20px;
  }

  .gnav{
    padding-left: 100px;
    padding-right: 100px;
  }
  .gnav .box2{
    /*margin-top: 250px;*/
  }
  .gnav .box3 .left{
    width: 260px;
    order: 1;
  }
  .gnav .box3 .right{
    width: calc(100% - 260px);
    padding-right: 25px;
    order: 2;

  }
  .gnav_menu_group .row.sub{
    width: 230px;
  }

  .en_US .gnav_menu_group .row{
    width: auto;
  }
  .en_US header .gnav_menu_group .row + .row {
    margin-left: 50px;
  }
  .en_US .gnav .box3 .right {
    padding-right: 0;
  }

}


/*@media (max-height:900px) and (max-height:900px){
  .gnav .box3{
    margin-top: 0;
  }
}*/


/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #FFF;
}


/* 予約セクション */
.ftr_reserve_wrap{
  background: #ADA477;
  color: #FFF;
  padding: 90px 0;
}
.ftr_reserve_wrap .container{
  position: relative;
}
.ftr_reserve_wrap .title{

}
.ftr_reserve_wrap .title .en{
  font-size: 30px;
  font-family: "Bodoni Moda";
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}
.ftr_reserve_wrap .title .ja{
  font-size: 13px;
  font-family: 'リュウミン B-KL', serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
.ftr_reserve_wrap .desc{
  margin-top: 30px;
  font-family: 'リュウミン R-KL', serif;
}
.ftr_reserve_wrap .btns_wrap{
  margin-top: 40px;
}
.ftr_reserve_wrap .btns{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ftr_reserve_wrap .btns .item{
  width: 100%;
  border: 1px solid #FFF;
  font-size: 13px;
  font-weight: 500;
  background: #ADA477;
  border-radius: 20px 0 0 0 ;
  text-align: center;
}
.ftr_reserve_wrap .btns .item a,
.ftr_reserve_wrap .btns .item button{
  text-decoration: none;
  border: 0;
  background: none;
  transition: all 0.5s;
}
.ftr_reserve_wrap .btns .item .txt{
  width: 100%;
  padding: 17px 10px; 
}
.ftr_reserve_wrap .btns .item .subs{
  /*display: none;*/
  height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: all 0.3s;
}
.ftr_reserve_wrap .btns .item:hover{
  background: #FFF;
  color: #ADA477;
}
.ftr_reserve_wrap .btns .item:hover .subs{
  display: block;
  height: auto;
  padding-bottom: 10px;
}
.ftr_reserve_wrap .btns .item .subs li{

}
.ftr_reserve_wrap .btns .item .subs li+li{
  margin-top: 10px;
}
.ftr_reserve_wrap .btns .item .subs li a{

}
.ftr_reserve_wrap .btns .item .subs li a{

}
.ftr_reserve_wrap .tels{
  margin-top: 45px;
}
.ftr_reserve_wrap .tels .item{
  font-size: 16px;
  /*font-family: 'リュウミン R-KL', serif;*/
}
.ftr_reserve_wrap .tels .item a{

}

/* HILLTOP */
.ftr_hilltop_wrap{
  background: #FFF;
  padding: 100px 0;
  text-align: center;
}
.ftr_hilltop_wrap .ftr1{

  /*border-bottom: 1px solid #000000;*/
}
.ftr_hilltop_wrap .ftr1 .logo{

}
.ftr_hilltop_wrap .ftr1 .logo img{
  width:  180px;
}

.ftr_hilltop_wrap .ftr2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin-top: 40px;
  font-family: 'リュウミン R-KL', serif;
}
.ftr_hilltop_wrap .ftr2 .box1{
  width: 100%;
}
.ftr_hilltop_wrap .ftr2 .box2{
  width: 100%;
  margin-top: 50px;
}
.ftr_hilltop_wrap .ftr2 .box3{
  width: 100%;
  margin-top: 50px;
}

.ftr_hilltop_wrap .ftr2 .box1 .txt1{
  font-size: 18px;
  font-family: "Bodoni Moda",'リュウミン R-KL', serif;;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.ftr_hilltop_wrap .ftr2 .box1 .txt1 span{
  font-size: 0.77em;
}
.ftr_hilltop_wrap .ftr2 .box1 .txt2{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.ftr_hilltop_wrap .ftr2 .box1 .txt3{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.ftr_hilltop_wrap .ftr2 .box1 .txt4{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.ftr_hilltop_wrap .ftr2 .box2 .tel{
  font-size: 16px;
  letter-spacing: 0.05em;
}
.ftr_hilltop_wrap .ftr2 .box2 .contact{
  margin-top: 10px;
}
.ftr_hilltop_wrap .ftr2 .box2 .contact a{
  display: block;
  border: 1px solid;
  border-radius: 20px 0 0 0;
  font-family: '中ゴシックBBB', sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 10px 10px;
  transition: all 0.5s;
}
.ftr_hilltop_wrap .ftr2 .box2 .contact a:hover{
  background: #ADA477;
  color: #FFF;
}

/* C&G Value Design */
.ftr_cg_wrap{
  background: #EFF0F0;
  padding-top: 100px;

}
.ftr_cg_wrap .ftr1{
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 75px;
  border-bottom: 1px solid #707070;
}
.ftr_cg_wrap .ftr2{

}
.ftr_cg_wrap .ftr2 .logo{

}
.ftr_cg_wrap .ftr2 .logo img{
  width: 250px;
}



/* フッターリンク1 */
.ftr_links{
}
.ftr_links_box3{
  font-size: 13.5px !important;
}

/* フッターリンク2 */
.ftr_links2{
  text-align: center;
}
.ftr_links2 li{
  font-size: 16px;
  font-family: 'リュウミン R-KL', serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.ftr_links2 li a{

}
.ftr_links2 li a span{
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

/* リンクボタン */
.ftr_link_btn{
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.ftr_link_btn a{
  width: 100%;
  font-size: 13px;
  border: 1px solid;
  border-radius: 20px 0 0 0;
  text-decoration: none;
  text-align: center;
  padding: 16px 10px;
  transition: all 0.5s;
}
.ftr_link_btn a:hover{
  background: #6A7176;
  color: #FFF;
}

/**/
footer .copy{
  color: #111;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 60px;
}
footer .copy a{
  /*color: #111;*/
}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .ftr_reserve_wrap .btns .item + .item{
    margin-top: 25px;
  }

  .ftr_reserve_wrap .tels .item{
    display: flex;
    justify-content: space-between;
    /*text-align: center;*/
    font-size: 13px;
  }
  .ftr_reserve_wrap .tels .item+.item{
    margin-top: 15px;
  }
  .ftr_reserve_wrap .tels .item a{
    display: block;
  }

  /* フッターリンク1 */
  .ftr_links{
  }
  .ftr_links li+li{
    margin-top: 10px;
  }

  /* フッターリンク2 */
  .ftr_links2{
  }
  .ftr_links2 li{
    position: relative;
  }
  .ftr_links2 li + li{
    margin-top: 135px;
  }
  .ftr_links2 li + li:before{
    content: "";
    width: 10px;
    height: 10px;
    background: #6A7176;
    position: absolute;
    top: -72.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .ftr_links2 li a{

  }
  .ftr_links2 li a span{
  }

}
@media (min-width:768px){

  /* 予約セクション */
  .ftr_reserve_wrap{
    padding: 100px 0;
  }
  .ftr_reserve_wrap .title{

  }
  .ftr_reserve_wrap .title .en{
    font-size: 40px;
  }
  .ftr_reserve_wrap .title .ja{
    font-size: 20px;
    margin-top: 10px;
  }
  .ftr_reserve_wrap .desc{
    margin-top: 35px;
  }
  .ftr_reserve_wrap .btns_wrap{
    position: relative;
    height: 55px;
    margin-top: 20px;
    z-index: 1;
  }
  .ftr_reserve_wrap .btns{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: space-between;

  }
  .ftr_reserve_wrap .btns .item{
    width: 31.18%;
    font-size: 14px;
    text-align: center;
    border-radius: 20px 0 0 0 ;
  }
  .ftr_reserve_wrap .btns .item a{

  }
  .ftr_reserve_wrap .btns .item .subs{
    /*display: none;*/
  }
  .ftr_reserve_wrap .btns .item .subs li{

  }
  .ftr_reserve_wrap .btns .item .subs li+li{

  }
  .ftr_reserve_wrap .btns .item .subs li a{

  }
  .ftr_reserve_wrap .btns .item .subs li a{

  }
  .ftr_reserve_wrap .tels{
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .ftr_reserve_wrap .tels .item{
    font-size: 14px;
    line-height: 1.2;
    padding: 0 35px;
    position: relative;
  }
  .ftr_reserve_wrap .tels .item:nth-child(even){
    border-left: 1px solid #FFF;
  }
  .ftr_reserve_wrap .tels .item a{

  }

  /* HILLTOP */
  .ftr_hilltop_wrap{
    padding: 100px 0;
  }
  .ftr_hilltop_wrap .ftr1{
    padding-bottom: 60px;
    border-bottom: 1px solid #000000;
  }
  .ftr_hilltop_wrap .ftr1 .logo{

  }
  .ftr_hilltop_wrap .ftr1 .logo img{
    width:  auto;
  }

  .ftr_hilltop_wrap .ftr2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    text-align: center;
    margin-top: 55px;
  }
  .ftr_hilltop_wrap .ftr2 .box1{
    width: 50%;
    text-align: left;
  }
  .ftr_hilltop_wrap .ftr2 .box2{
    width: 50%;
    margin-top: 0;
    text-align: right;
  }
  .ftr_hilltop_wrap .ftr2 .box3{
    width: 100%;
    margin-top: 70px;
  }

  .ftr_hilltop_wrap .ftr2 .box1 .txt1{
    font-size: 18px;
    font-family: "Bodoni Moda",'リュウミン R-KL', serif;;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .ftr_hilltop_wrap .ftr2 .box1 .txt2{
    font-size: 16px;
    margin-top: 5px;
  }
  .ftr_hilltop_wrap .ftr2 .box1 .txt3{
    font-size: 22px;
    margin-top: 5px;
  }
  .ftr_hilltop_wrap .ftr2 .box1 .txt4{
    font-size: 14px;
    margin-top: 10px;
  }

  .ftr_hilltop_wrap .ftr2 .box2 .tel{
    font-size: 16px;
  }
  .ftr_hilltop_wrap .ftr2 .box2 .contact{
    max-width: 300px;
    margin-left: auto;
    font-size: 14px;
    margin-top: 15px;
  }
  .ftr_hilltop_wrap .ftr2 .box2 .contact{

  }

  .ftr_hilltop_wrap .ftr2 .box2 .contact a{
    font-size: 14px;
  }

  /* C&G Value Design */
  .ftr_cg_wrap{
    padding-top: 130px;
  }

  .ftr_links{
    display: flex;
    justify-content: center;
    font-size: 14px;
  }
  .ftr_links li{
    padding: 0 20px;  
    line-height: 1;
  }
  .ftr_links li+li{
    border-left: 1px solid;
  }
  .ftr_links li a{

  }



  /* フッターリンク2 */
  .ftr_links2{
    display: flex;
    justify-content: space-between;
  }
  .ftr_links2 li{
    font-size: 16px;
  }
  .ftr_links2 li{
  }

  .ftr_links2 li a{

  }
  .ftr_links2 li a span{
    font-size: 12px;
  }

  /* リンクボタン */
  .ftr_link_btn{
    margin-top: 100px;
  }
  .ftr_link_btn a{
    width: 320px;
    font-size: 14px;
    padding: 10px;
  }

}
@media (min-width:1024px){

  .ftr_cg_wrap{
    padding-bottom: 130px;
  }

}
@media (min-width:1200px){


}



/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;

}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
  position: relative;
  z-index: 1;
  padding-bottom: 170px;
}
body.home .main{
  padding-top: 0;
}

.animated{
  animation-duration: 2s;
}
@media only screen{
  .animated[data-inview-anime*="slideIn"],
  .animated[data-inview-anime*="fadeIn"]{
    opacity: 0;
  }
}

.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

/* 見出し(tt2) */
.tt2_box{
  font-size: 16px;
  margin-bottom: 50px;
}
.tt2_box .en1,
.tt2_box .en2,
.tt2_box .en3,
.tt2_box .en4,
.tt2_box .en5,
.tt2_box .en6{
  font-family: "Bodoni Moda";
  font-weight: 400;
  letter-spacing: 0.02em;
  transform: rotate(0.05deg);
}



.tt2_box .en1{
  font-size: 1.25em;
}
.tt2_box .en2{
  font-size: 2.5em;
  line-height: 1.2;
}
.tt2_box .en3{
  font-size: 1.875em;
  line-height: 1;
}
.tt2_box .en4{
  font-size: 1.875em;
  line-height: 1;
}
.tt2_box .en5{
  font-size: 1.6em;
  line-height: 1;
}
.tt2_box .ja{
  font-size: 1em;
  font-family: 'リュウミン R-KL', serif;
  font-weight: 400;
}
.tt2_box .ja2{
  font-size: 0.8125em;
  font-family: 'リュウミン R-KL', serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 8px;
}
.tt2_box .ja3{
  font-size: 0.55em;
  font-family: 'リュウミン R-KL', serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 8px;
}
.tt2_box .ja3.mt1{
  margin-top: 13px;
}
.tt2_box.center{
  text-align: center;
}

/* 見出し(tt2-2) */
.tt2_box2{
  margin-bottom: 20px;
  text-align: center;
}
.tt2_box2 .en{
  font-size: 20px;
  font-family: "Bodoni Moda";
  font-weight: 400;
  letter-spacing: 0.05em;
  transform: rotate(0.05deg);
}
.tt2_box2 .ja{
  font-size: 14px;
  font-family: 'リュウミン R-KL', serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* 見出し(tt3) */
.tt3_box{
  margin-bottom: 30px;
  text-align: center;
}
.tt3_box .en{
  font-size: 26px;
  font-family: "Bodoni Moda";
  font-weight: 400;
  letter-spacing: 0.02em;
}
.tt3_box .ja{
  font-size: 10px;
  font-family: 'リュウミン R-KL', serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* 詳しく見る  */
.read_more{
  margin-top: 30px;
}
.read_more a{
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 20px 0 0 0;
  color: #8b7d3e;
  font-size: 13px;
  font-family: '中ゴシックBBB', sans-serif;
  text-decoration: none;
  text-align: center;
  padding: 13px 10px;
}
.read_more a:hover{
  background: #8b7d3e;
  color: #FFF;
}

.read_more.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.read_more.flex a{
  
}
.read_more.flex a+a{
  margin-top: 15px;
}

.read_more2{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.read_more2 a{
  display: block;
  width: 120px;
  height: 25px;
  padding-bottom: 5px;
  color: #8b7d3e;
  font-size: 13px;
  font-family: "リュウミン R-KL";
  text-align: center;
  text-decoration: none;
  background-image: url('/img/read_more_bg.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.read_more2.pc_right{

}
.read_more2.pc_right a{

}
.read_more2.right{
  justify-content: flex-end;
}

.anchor{
  position: relative;
  top: -100px;
}

.booking_form_area_wrap{
  position: fixed;
  z-index: 2;
  bottom: 0;
  right: 0;
  text-align: center;
}
.booking_form_area_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.075em;
  width: 111px;
  height: 111px;
  background: #8b7d3e;
  color: #FFF;
  position: relative;
  z-index: 3;
  cursor: pointer;
  font-size: 14px;
}

#booking_form_area{
  position: absolute;
  z-index: 1;
  width: 760px;
  bottom: 0;
  left: 111px;
  transition: 0.5s all;
}
#booking_form_area.on{
  left: -760px;
  right: 111px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){


  .main{
    padding-bottom: 200px;
  }

  /* 見出し(tt2) */
  .tt2_box{
    font-size: 19px;
  }
  .tt2_box .en1{
    font-size: 0.96em;
  }
  .tt2_box .en2{
    font-size: 2.8em;
  }
  .tt2_box .en3{
    font-size: 1.6em;
  }
  .tt2_box .en4{
    font-size: 2.2em;
  }
  .tt2_box .ja{
    font-size: 1em;
  }
  .tt2_box .ja2{
    font-size: 0.72em;
  }


  /* 見出し(tt2-2) */
  .tt2_box2{
    margin-bottom: 30px;
  }
  .tt2_box2 .en{
    font-size: 20px;
  }
  .tt2_box2 .ja{
    font-size: 20px;
  }


  /* 見出し(tt3) */
  .tt3_box{
    margin-bottom: 30px;
  }
  .tt3_box .en{
    font-size: 30px;
  }
  .tt3_box .ja{
    font-size: 14px;
  }

  /* 詳しく見る  */
  .read_more{
    margin-top: 30px;
  }
  .read_more a{
    width: 317px;
    margin: 0 auto;
  }

  .read_more.flex{
    justify-content: center;
  }
  .read_more.flex a{
    margin: 0 10px;
  }
  .read_more.flex a+a{
    margin-top: 0;
  }

  .read_more2{
    margin-top: 90px;
  }
  .read_more2 a{
    width: 155px;
    height: 26px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .read_more2.pc_right{
    justify-content: flex-end;
  }
  .read_more2.pc_right a{

  }

}
@media (min-width:1024px){

  /* 見出し(tt2) */
  .tt2_box{
    font-size: 25px;
  }

  .tt3_box .en{
    font-size: 40px;
  }

  .reserve_btn{
    display: none;
  }
}
@media (min-width:1200px){


}

/* **********************************
 *  Home
 * ********************************* */

.pg_home{
  padding-top: 50px;
}
.pg_home .section.sec1{
  background-image: url('/img/home/concept_bg.jpg?2');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 510px;
  padding-bottom: 550px;
}
.pg_home .section.sec2{
  margin-top: 100px;
}
.pg_home .section.sec3{
  margin-top: 200px;
}
.pg_home .section.sec4{
  margin-top: 160px;
}
.pg_home .section.sec5{
  margin-top: 160px;
}


/*コンセプト*/
.home_concept_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_concept_wrap .box1{
}
.home_concept_wrap .box2{
}
.home_concept_wrap .txts{
  font-family: 'リュウミン R-KL', serif;
}
.home_concept_wrap .txt1{
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.1875;
  margin-top: 80px;
}
.home_concept_wrap .txt2{
  font-size: 13px;
  line-height: 2.307;
  margin-top: 40px;
}
.home_concept_wrap .imgs{
  position: relative;
}
.home_concept_wrap .imgs:before{
  content: "";
  display: block;
  padding-top: 115.52%;
}
.home_concept_wrap .imgs .img1,
.home_concept_wrap .imgs .img2{
  width: 53.13%;
  position: absolute;
  z-index: 1;
}
.home_concept_wrap .imgs .img1{
  top: 0;
  right: 0;
  z-index: 2;
}
.home_concept_wrap .imgs .img2{
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* ギャラリー */
.home_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.home_gallery_items .item{

}
.home_gallery_items .item a{
  display: block;
  /*padding: 0 10px;*/
  margin: 0 10px;
  position: relative;
  z-index: 1;
}
.home_gallery_items .item a:before{
  content: "";
  display: block;
  padding-top: 161.53%;
}

.home_gallery_items .item a img{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

}

/**/
.home_news_wrap{
  margin-bottom: 100px;
}

/* おすすめ */
.home_pickup_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.home_pickup_items .item{
  width: 100%;
  background: #E4E1D2;
  padding: 10px 10px;
}

.home_pickup_items .item a{
  display: block;
  text-decoration: none;
}
.home_pickup_items .item .img{
  position: relative;
  overflow: hidden;
}
.home_pickup_items .item .img:before{
  content: "";
  display: block;
  padding-top: 42.5%;
}
.home_pickup_items .item .img .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*top: 50%;
  left: 50%;
  
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.2s;
}

.home_pickup_items .item .title{
  font-size: 12px;
  /*font-weight: 700;*/
  font-family: 'リュウミン R-KL', serif;
  line-height: 1.666;
  text-align: center;
  margin-top: 10px;
}

.home_pickup_items .item.hover,
.home_pickup_items .item:hover{
  background: #94895b;
  color: #FFF;
}
.home_pickup_items .item.hover .bg,
.home_pickup_items .item:hover .bg,
.home_pickup_items .item:active .bg{
  transform: scale(1.1);
}

/* STAY */
.home_stay_banner{
  margin: 0 -20px;
}
.home_stay_banner a{
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.home_stay_banner a:before{
  content: "";
  transition: all 0.5s;
  background: rgba(139, 125, 62, 0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.home_stay_banner a.hover:before,
.home_stay_banner a:hover:before,
.home_stay_banner a:active:before{

  opacity: 1;
}
.home_stay_banner .cover{
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: 'リュウミン R-KL', serif;
  transition: all 0.5s;
}
.home_stay_banner a.hover .cover,
.home_stay_banner a:hover .cover,
.home_stay_banner a:active .cover{
  display: block;
  transition: all 0.5s;
}
.home_stay_banner .cover .title{

}
.home_stay_banner .cover .title .en{
  font-size: 25px;
  font-family: "Bodoni Moda";
  font-weight: 500;
  letter-spacing: 0.02em;
  transform: rotate(0.05deg);
  line-height: 1;
}
.home_stay_banner .cover .title .ja{
  font-size: 10px;
  font-family: 'リュウミン R-KL', serif;
  font-weight: 400;
  margin-top: 5px;
}
.home_stay_banner .cover .txt{
  font-size: 13px;
  margin-top: 25px;
  letter-spacing: 0.02em;
}
.home_stay_banner img{
  width: 100%;
}

/* 本番用 */
.home_banner_wrap1{

}
.home_banner_wrap1 .home_stay_banner{

}
.home_banner_wrap1 .home_stay_banner{

}

/* Wedding */
.home_wedding_banner{
  margin: 50px -20px 0;
  background-image: url('/img/home/wedding_img_sp.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.home_wedding_banner:active:before,
.home_wedding_banner.hover:before,
.home_wedding_banner:hover:before{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.home_wedding_banner .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 0 40px;
  height: 110px;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

.home_wedding_banner .inner .img{
  width: 130px;
}
.home_wedding_banner .inner .img img{
  width: 100%;
}
.home_wedding_banner .inner .txt{
  font-size: 14px;
  font-family: 'リュウミン R-KL', serif;
  letter-spacing: 0.02em;
  line-height: 1.666;
  color: #FFF;
}

/* アクセス */
.home_access_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'リュウミン R-KL', serif;
}
.home_access_wrap .box1{
}
.home_access_wrap .box2{
}
.home_access_wrap .txt1{
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2.1875;
  margin-top: 25px;
}
.home_access_wrap .txt2{
  font-size: 13px;
  line-height: 2.307;
  margin-top: 10px;
}
.home_access_wrap .map{

}
.home_access_wrap .map iframe{
  width: 100%;
  height: 230px;
  border: 0;
}

/* アクセス詳細 */
.home_access_btns{
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  height: auto;
  transition: all 0.2s;
  font-family: 'リュウミン R-KL', serif;
  transition: all 0.2s;
  overflow: hidden;
}
.home_access_btns .item{
  width: 100%;
}
.home_access_btns .item .btn{
  width: 230px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home_access_btns .item .btn:hover{
  opacity: 0.8;
}
.home_access_btns .item .btn .img{
  width: 55px;
}
.home_access_btns .item .btn .txt{
  width: calc(100% - 55px);
  font-size: 13px;
  font-family: '中ゴシックBBB', sans-serif;
  font-weight: 700;
  color: #8B7D3E;
  margin-left: 15px;
}
.home_access_btns .item .btn img{
}
.home_access_btns .item .contents{
  display: none;
  background: #F3F2EC;
  padding-top: 35px;
  font-size: 13px;
  line-height: 1.93;
}
/*
.home_access_btns .item:hover .contents{
  display: block !important;
}
.home_access_btns:hover .btn{
  opacity: 0.3;
}
.home_access_btns .item:hover .btn{
  opacity: 1;
}
*/
.home_access_btns .item.on .contents{
  /*display: block !important;*/
}
.home_access_btns.on .btn{
  opacity: 0.3;
}
.home_access_btns .item.on .btn{
  opacity: 1;
}

.home_access_contents{

}
.home_access_contents .item{
  display: none;
  background: #F3F2EC;
  font-size: 13px;
  font-family: 'リュウミン R-KL', serif;
  line-height: 1.93;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /* コンセプト */
  .home_concept_wrap{

  }
  .home_concept_wrap .box1,
  .home_concept_wrap .box2{
    display: contents;
  }
  .home_concept_wrap .tt2_box{
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }
  .home_concept_wrap .imgs{
    order: 2;
    width: 100%;
    margin-top: 70px;
  }
  .home_concept_wrap .txts{
    order: 3;
    width: 100%;
  }

  .home_pickup_items .item{

  }
  .home_pickup_items .item + .item{
    margin-top: 15px;
  }

  /* アクセス */
  .home_access_wrap{

  }
  .home_access_wrap .box1,
  .home_access_wrap .box2{
    display: contents;
  }
  .home_access_wrap .tt2_box{
    order: 1;
    width: 100%;
    margin: 0;
  }
  .home_access_wrap .map{
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
  .home_access_wrap .txts{
    order: 3;
    width: 100%;
  }

  .home_access_btns .item + .item{
    margin-top: 25px;
  }
  .home_access_btns .item .btn img{
    /*height: 55px;*/
  }



  .home_stay_banner .cover{
    display: block;
    width: 160px;
  }


  /* 本番用 */
  .home_stay_banner{
    width: 100%;
  }
  .home_stay_banner img{
    width: 100%;
  }
  .home_banner_wrap1{

  }
  .home_banner_wrap1 .home_stay_banner{
    margin: 0;
  }
  .home_banner_wrap1 .home_stay_banner + .home_stay_banner{
    margin-top: 50px;
  }
  .home_banner_wrap1 .home_stay_banner.pos1{
    margin-right: -20px;
  }
  .home_banner_wrap1 .home_stay_banner.pos2{
    width: 220px;
    margin-left: 20px;
  }
  .home_banner_wrap1 .home_stay_banner.pos3{
    margin-left: -20px;
  }

  .home_banner_wrap2{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .home_banner_wrap2 .home_stay_banner{
    margin: 0;
  }
  .home_banner_wrap2 .home_stay_banner + .home_stay_banner{

  }
  .home_banner_wrap2 .home_stay_banner.pos1{
    margin-right: -20px;
    order: 2;
    margin-top: 50px;
  }
  .home_banner_wrap2 .home_stay_banner.pos2{
    width: 220px;
    margin-left: auto;
    margin-right: 40px;
    order: 1;
  }

}
@media (min-width:768px){

  .pg_home{
    padding-top: 100px;
  }
  .pg_home .section.sec1{

  }
  .pg_home .section.sec2{
    margin-top: 110px;
  }
  .pg_home .section.sec3{
    margin-top: 220px;
  }
  .pg_home .section.sec4{
    margin-top: 265px;
  }
  .pg_home .section.sec5{
    margin-top: 250px;
  }

  /*コンセプト*/
  .home_concept_wrap{
  }
  .home_concept_wrap .box1{
    /*width: 37.23%;*/
    width: 50%;
    order: 1;
    margin-top: 0;
  }
  .home_concept_wrap .box2{
    width: 46.58%;
    order: 2;
    padding-top: 20px;
  }
  .home_concept_wrap .txt1{
    font-size: 18px;
    line-height: 2.222;
    margin-top: 150px;
  }
  .home_concept_wrap .txt2{
    font-size: 14px;
    line-height: 2.5;
    margin-top: 30px;
  }
  .home_concept_wrap .imgs{
  }
  .home_concept_wrap .imgs:before{
    padding-top: 138.15%;
  }
  .home_concept_wrap .imgs .img1,
  .home_concept_wrap .imgs .img2{
    width: 60.103%;
  }
  .home_concept_wrap .imgs .img1{
    left: 0;
    right: auto;
  }
  .home_concept_wrap .imgs .img2{
    left: auto;
    right: 0;
  }

  /* ギャラリー */
  .home_gallery_items{
    margin: 0 -15px;
  }
  .home_gallery_items .item{
    width: 25%;
    padding: 0 15px;
  }
  .home_gallery_items .item a{
    padding: 0 0;
    margin: 0 ;
  }

  /* おすすめ */
  .home_pickup_items{
    margin: 0 ;
  }
  .home_pickup_items .item{
    width: 50%;
    padding: 10px 10px;
  }
  .home_pickup_items .item a{

  }
  .home_pickup_items .item .img{
  }
  .home_pickup_items .item .title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.625;
  }

  /* STAY */
  .home_stay_banner{
    margin: 0;
  }
  .home_stay_banner a{
  }
  .home_stay_banner .cover{

  }
  .home_stay_banner .cover .title{

  }
  .home_stay_banner .cover .title .en{
    font-size: 60px;
  }
  .home_stay_banner .cover .title .ja{
    font-size: 20px;
    margin-top: 5px;
  }
  .home_stay_banner .cover .txt{
    font-size: 18px;
    margin-top: 25px;
  }
  .home_stay_banner img{
  }

  /* 本番用 */
  .home_banner_wrap1{

  }
  .home_banner_wrap1 .home_stay_banner{
    width: 90%;
  }
  .home_banner_wrap1 .home_stay_banner + .home_stay_banner{
    margin-top: 190px;
  }
  .home_banner_wrap1 .home_stay_banner:nth-child(odd){
    margin-left: -155px;
  }
  .home_banner_wrap1 .home_stay_banner:nth-child(even){
    margin-right: -155px;
    margin-left: auto;
  }



  .home_banner_wrap2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 400px;
  }
  .home_banner_wrap2 .home_stay_banner{
    width: 513px;
  }
  .home_banner_wrap2 .home_stay_banner + .home_stay_banner{
    margin-top: -195px;
    margin-top: 100px;
  }
  .home_banner_wrap2 .home_stay_banner:nth-child(odd){
    margin-left: -85px;
  }
  .home_banner_wrap2 .home_stay_banner:nth-child(even){
    margin-right: -85px;
  }

  /* Wedding */
  .home_wedding_banner{
    margin: 100px 0 0;
    background-image: url('/img/home/wedding_img2.jpg');
  }
  .home_wedding_banner .inner{
    padding: 0 50px;
    height: 200px;
  }
  .home_wedding_banner .inner .img{
    width: 250px;
  }
  .home_wedding_banner .inner .txt{
    font-size: 15px;
  }


  /* アクセス */
  .home_access_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_access_wrap .box1{
    width: 50%;
  }
  .home_access_wrap .box2{
    width: 42.88%;
    padding-top: 20px;
  }
  .home_access_wrap .txt1{
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 2.1875;
    margin-top: 105px;
  }
  .home_access_wrap .txt2{
    font-size: 15px;
    line-height: 2.307;
    margin-top: 20px;
  }
  .home_access_wrap .map{

  }
  .home_access_wrap .map iframe{
    height: 270px;
  }


  /* アクセス詳細 */
  .home_access_btns{
    margin-top: 75px;
    justify-content: space-between;
    position: relative;
  }
  /*.home_access_btns:hover{
    height: 400px;
  }*/
  .home_access_btns.on{
    /*height: 400px;*/
  }
  .home_access_btns .item{
    width: auto;

  }
  .home_access_btns .item .btn{
    width: 240px;
    margin: 0 ;
  }
  .home_access_btns .item .btn .img{
    width: 60px;
  }
  .home_access_btns .item .btn .txt{
    width: calc(100% - 60px);
    font-size: 14px;
    margin-left: 15px;
  }

  .home_access_btns .item .btn img{

  }
  .home_access_btns .item .contents{
    position: absolute;
    left: 0;
    width: 728px;
    padding-top: 60px;
    font-size: 15px;
    line-height: 2;
  }
  /*.home_access_btns .item:hover .contents{
    display: block;
  }*/
  .home_access_btns .item.on .contents{
    /*display: block;*/
  }

  .home_access_contents{
    padding-top: 60px;
  }
  .home_access_contents .item{
    font-size: 15px;
    line-height: 2;
  }

}
@media (min-width:1024px){

  /* Wedding */
  .home_wedding_banner{
    margin: 100px 0 0;
  }
  .home_wedding_banner .inner{
    padding: 0 50px;
    height: 200px;
  }
  .home_wedding_banner .inner .img{
    width: 350px;
  }
  .home_wedding_banner .inner .txt{
  }

  .home_banner_wrap2 .home_stay_banner + .home_stay_banner{
    margin-top: -195px;
  }



}
@media (min-width:1200px){

  .pg_home{
    padding-top: 150px;
  }
  .pg_home .section.sec1{
    /*background-size: cover;*/
    background-size: auto 700px;
    padding-bottom: 750px;
  }
  .pg_home .section.sec2{

  }
  .pg_home .section.sec3{

  }

  /*コンセプト*/
  .home_concept_wrap{
  }
  .home_concept_wrap .box1{
    /*width: 37.23%;*/
    width: 50%;
  }
  .home_concept_wrap .box2{
    width: 46.58%;
  }
  .home_concept_wrap .imgs{
    margin-right: -130px;
  }
  .home_concept_wrap .txt1{
    margin-top: 270px;
  }

  /* ギャラリー */
  .home_gallery_items{
    margin: 0 -26px;
  }
  .home_gallery_items .item{
    width: 25%;
    padding: 0 26px;
  }
  .home_gallery_items .item a{

  }

  /* アクセス詳細 */
  .home_access_btns{
    margin-top: 75px;
  }
  /*  .home_access_btns:hover{
      height: 400px;
    }*/
  .home_access_btns .item{
    width: auto;
  }

  .home_access_btns .item .btn{
    width: 265px;
    margin: 0 ;
  }
  .home_access_btns .item .btn .img{
    width: 70px;
  }
  .home_access_btns .item .btn .txt{
    width: calc(100% - 70px);
    font-size: 14px;
    margin-left: 20px;
  }


  .home_access_btns .item .contents{
    width: 1000px;
  }

}



/*******************************
*　
********************************/
.pg_stay{

}
.pg_stay .section.sec1{

}
.pg_stay .section.sec2{
  margin-top: 150px;
}
.pg_stay .section.sec3{
  margin-top: 150px;
}
.pg_stay .section.sec4{
  margin-top: 150px;
}


/* 概要 */
.stay_about_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stay_about_wrap .tt2_box{
  margin-bottom: 0;
}
.stay_about_wrap .box1{
  width: 100%;
}
.stay_about_wrap .box2{
  width: 100%;
}
.stay_about_wrap .txt1{
  font-size: 16px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.02em;
  line-height: 1.875;
  margin-top: 50px;
}
.stay_about_wrap .txt2{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.01em;
  line-height: 2.307;
  margin-top: 30px;
}

/* 部屋グループ */
.stay_group_wrap{

}
.stay_group_wrap .row{

}
.stay_group_wrap .row + .row{
  margin-top: 180px;
}

.stay_group_wrap .about{

}
.stay_group_wrap .about .title{
  text-align: center;
  margin-bottom: 25px;
}
.stay_group_wrap .about .title .en{
  font-size: 25px;
  font-family: "Bodoni Moda";
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  transform: rotate(0.05deg);
}
.stay_group_wrap .about .title .ja{
  font-size: 10px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.03em;
  margin-top: 5px;
}

.stay_group_wrap .about .title_inner{
  display: inline-block;
  position: relative;
}

.stay_group_wrap .about .title_inner.new:before{
  /* content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url('/img/new_icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); */
}

.stay_group_wrap .about .txt1{
  font-size: 16px;
  font-family: "リュウミン R-KL";
  line-height: 1.875;
  color: #8B7D3E;
  text-align: center;
}
.stay_group_wrap .about .txt2{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  line-height: 2.3;
  text-align: justify;
  margin-top: 25px;
}

/* 部屋一覧(スライド) */
.stay_group_wrap .rooms{

}
.stay_group_wrap .rooms .item{
}
.stay_group_wrap .rooms .item .img{
  position: relative;
  /*margin: 0 -20px;*/
}
.stay_group_wrap .rooms .item .img img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
}
.stay_group_wrap .rooms .item .desc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.stay_group_wrap .rooms .item .desc .box1{
  width: 100%;
  padding-bottom: 5px;
}
.stay_group_wrap .rooms .item .desc .box2{
  width: 100%;
  margin-top: 20px;
}
.stay_group_wrap .rooms .item .desc .box3{
  width: 100%;
  margin-top: 20px;
}
.stay_group_wrap .rooms .item .desc .title1{
  font-size: 20px;
  font-family: "Bodoni Moda", "リュウミン R-KL";
  font-weight: 400;
  /*letter-spacing: 0.02em;*/
  line-height: 1;
  transform: rotate(0.05deg);
}
.stay_group_wrap .rooms .item .desc .title2{
  font-size: 10px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.03em;
  margin-top: 5px;
}
.stay_group_wrap .rooms .item .desc .txt1{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.03em;
  line-height: 1.923;
}
.stay_group_wrap .rooms .item .desc .link1{
  text-align: right;
}
.stay_group_wrap .rooms .item .desc .link1 img{
  display: inline-block;
}

.stay_group_wrap .rooms .item .desc .link2{
  
}
.stay_group_wrap .rooms .item .desc .link2 a{
  display: block;
  /*width: 120px;*/
  width: 154px;
  height: 26px;
  padding-bottom: 5px;
  margin-left: auto;
  color: #8b7d3e;
  font-size: 14px;
  font-family: 'Noto Serif KR', 'Noto Serif KR', 'リュウミン R-KL';
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background-image: url('/img/read_more_bg.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

/* slick カスタマイズ */
.stay_group_wrap .rooms{
  margin-top: 20px;
  padding-top: 50px;
}
.stay_group_wrap .rooms .slick-dots{
  top: 0;
  left: 0;
  bottom: auto;
}
.stay_group_wrap .rooms .slick-arrow{
  border: 0;
  background: none;
  transition: 0.2s all;
}
.stay_group_wrap .rooms .slick-arrow:hover{
  transform: scale(1.1);
}
.stay_group_wrap .rooms .rooms_prev,
.stay_group_wrap .rooms .rooms_next{
  position: absolute;
  z-index: 1;
  top: 155px;
  /*-webkit-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
}
.stay_group_wrap .rooms .rooms_prev{
  left: 10px;
}
.stay_group_wrap .rooms .rooms_next{
  right: 10px;
}


/* その他案内 */
.stay_others_wrap{

}
.stay_others_wrap .row{

}
.stay_others_wrap .row + .row{
  margin-top: 100px;
}
.stay_others_wrap .row .box1{
  width: 100%;
}
.stay_others_wrap .row .box2{
  width: 100%;
  margin-top: 35px;
}
.stay_others_wrap .row .imgs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.stay_others_wrap .row .imgs .img1,
.stay_others_wrap .row .imgs .img2{
  width: 100%;
  background-color: #CCC;
  position: relative;
}
.stay_others_wrap .row .imgs .img1{
  width: 94.02%;
}
.stay_others_wrap .row .imgs .img2{
  width: 74.62%;
}

.stay_others_wrap .row .imgs .img1 .inner,
.stay_others_wrap .row .imgs .img2 .inner{
  position: relative;
}
.stay_others_wrap .row .imgs .img1 .inner:before,
.stay_others_wrap .row .imgs .img2 .inner:before{
  content: "";
  display: block;
}
.stay_others_wrap .row .imgs .img1 .inner:before{
  padding-top: 62.08%;
}
.stay_others_wrap .row .imgs .img2 .inner:before{
  padding-top: 61.48%;
}

.stay_others_wrap .row .imgs .img1 img,
.stay_others_wrap .row .imgs .img2 img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.stay_others_wrap .row .title{
  margin-bottom: 20px;
}
.stay_others_wrap .row .title .en{
  font-size: 20px;
  font-family: "Bodoni Moda";
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  transform: rotate(0.05deg);
}
.stay_others_wrap .row .title .ja{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.03em;
  margin-top: 5px;
}
.stay_others_wrap .row .txts{
  font-size: 13px;
  font-family: "リュウミン R-KL";
}
.stay_others_wrap .row .txts .txt1{
  line-height: 2.307;
}
.stay_others_wrap .row .txts .txt2{
  line-height: 2.307;
  margin-top: 20px;
}
.stay_others_wrap .row .txts .txt2 strong{
  color: #8B7D3E;
  font-weight: 700;
}

.stay_others_wrap .row .txts .link{
  margin-top: 30px;
}
/* .stay_others_wrap .row .txts .link a{
  display: block;
  width: 120px;
  height: 25px;
  padding-bottom: 5px;
  color: #8b7d3e;
  font-size: 13px;
  font-family: "リュウミン R-KL";
  text-align: center;
  text-decoration: none;
  background-image: url('/img/read_more_bg.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
} */


.stay_others_wrap .row .box3{

}
.stay_others_wrap .row .box4{
  margin-top: 150px;
}
.stay_others_wrap .row .title{
  margin-top: 35px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /* 部屋グループ */
  .stay_group_wrap{

  }
  .stay_group_wrap .row{
    margin: 0 -20px;
  }
  .stay_group_wrap .about{
    padding: 0 20px;
  }
  .stay_group_wrap .rooms .item .desc{
    padding: 0 20px;
  }


  .stay_others_wrap .row .imgs .img1{
    width: 94.02%;
    margin-left: -20px;
  }
  .stay_others_wrap .row .imgs .img2{
    width: 74.62%;
    margin-left: auto;
    margin-right: -20px;
    margin-top: 25px;
  }

  .stay_others_wrap .row .txts .link.sp_right{
    justify-content: flex-end;
    display: flex;
  }
  .stay_group_wrap .rooms .item .desc .link1 img{
    height: 22px;
  }
}
@media (min-width:768px){

  .pg_stay{

  }
  .pg_stay .section.sec1{

  }
  .pg_stay .section.sec2{
    margin-top: 150px;
  }
  .pg_stay .section.sec3{
    margin-top: 250px;
  }


  /* 概要 */
  .stay_about_wrap{
  }
  .stay_about_wrap .box1{
    width: 50%;
    padding-top: 20px;
  }
  .stay_about_wrap .box2{
    width: 50%;
  }
  .stay_about_wrap .txt1{
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 2.222;
    margin-top: 0;
  }
  .stay_about_wrap .txt2{
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 2.5;
    margin-top: 30px;
  }


  /* 部屋グループ */
  .stay_group_wrap{

  }
  .stay_group_wrap .row{

  }
  .stay_group_wrap .row + .row{
    margin-top: 180px;
  }

  .stay_group_wrap .about{

  }
  .stay_group_wrap .about .title{
    margin-bottom: 35px;
  }
  .stay_group_wrap .about .title .en{
    font-size: 36px;
    letter-spacing: 0.02em;
  }
  .stay_group_wrap .about .title .ja{
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-top: 5px;
  }
  .stay_group_wrap .about .title_inner{
  }

  .stay_group_wrap .about .title_inner.new:before{
    /* width: 65px;
    height: 65px;
    font-size: 18px;
    left: -80px; */
  }

  .stay_group_wrap .about .txt1{
    font-size: 18px;
    line-height: 1.875;
    letter-spacing: 0;
  }
  .stay_group_wrap .about .txt2{
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0;
    text-align: center;
    margin-top: 30px;
  }

  /* 部屋一覧(スライド) */
  .stay_group_wrap .rooms{

  }
  .stay_group_wrap .rooms .item{

  }
  .stay_group_wrap .rooms .item .img{

  }
  .stay_group_wrap .rooms .item .img img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
  }
  .stay_group_wrap .rooms .item .desc{
    align-items: flex-end;
    margin-top: 35px;
  }
  .stay_group_wrap .rooms .item .desc .box1{
    width: 380px;
  }
  .stay_group_wrap .rooms .item .desc .box2{
    width: calc(100% - 380px - 10px);
    margin-top: 0;
  }
  .stay_group_wrap .rooms .item .desc .box3{
    width: 100%;
    margin-top: 15px;
  }
  .stay_group_wrap .rooms .item .desc .title1{
    font-size: 30px;
  }
  .stay_group_wrap .rooms .item .desc .title2{
    font-size: 14px;
    margin-top: 5px;
  }
  .stay_group_wrap .rooms .item .desc .txt1{
    font-size: 14px;
    text-align: right;
  }
  .stay_group_wrap .rooms .item .desc .link1{
    text-align: right;
  }

  /* slick カスタマイズ */
  .stay_group_wrap .rooms{
    margin-top: 35px;
    padding: 80px 50px 0;
  }
  .stay_group_wrap .rooms .slick-dots{

  }

  .stay_group_wrap .rooms .rooms_prev,
  .stay_group_wrap .rooms .rooms_next{
    width: 30px;
    top: 225px;
  }
  .stay_group_wrap .rooms .rooms_prev{
    left: 0;
  }
  .stay_group_wrap .rooms .rooms_next{
    right: 0;
  }

  /* その他案内 */
  .stay_others_wrap{

  }
  .stay_others_wrap .row{
  }
  .stay_others_wrap .row + .row{
    margin-top: 200px;
  }
  .stay_others_wrap .row .box1{

  }
  .stay_others_wrap .row .box2{
    margin-top: 50px;
  }
  .stay_others_wrap .row .imgs{

  }
  .stay_others_wrap .row .imgs .img1{
    width: 68.22%;
    margin-top: 135px;
  }
  .stay_others_wrap .row .imgs .img2{
    width: 23.87%;
  }
  .stay_others_wrap .row .imgs .img1,
  .stay_others_wrap .row .imgs .img2{
  }
  .stay_others_wrap .row .imgs .img1 .inner{

  }
  .stay_others_wrap .row .imgs .img2 .inner{

  }
  .stay_others_wrap .row .imgs .img1 .inner:before{
    padding-top: 50.11%;
    /*padding-top: 435px;*/
  }
  .stay_others_wrap .row .imgs .img2 .inner:before{
    padding-top: 160.18%;
    /*padding-top: 534px;*/
  }


  .stay_others_wrap .row .desc{
    display: flex;
    justify-content: space-between;
  }
  .stay_others_wrap .row .title{
    width: 43.85%;
  }
  .stay_others_wrap .row .title .en{
    font-size: 40px;
  }
  .stay_others_wrap .row .title .ja{
    font-size: 18px;
    margin-top: 5px;
  }
  .stay_others_wrap .row .txts{
    width: 55.06%;
    font-size: 15px;
  }
  .stay_others_wrap .row .txts .txt1{
  }
  .stay_others_wrap .row .txts .txt2{
    margin-top: 40px;
  }
  .stay_others_wrap .row .txts .txt2 strong{
  }

  /* .stay_others_wrap .row .txts .link{
    margin-top: 50px;
  }
  .stay_others_wrap .row .txts .link a{
    display: block;
    width: 155px;
    height: 26px;
    padding-bottom: 5px;
    font-size: 14px;
  } */

  .stay_others_wrap .row .imgs .img1 .inner{
    width: calc(100% + 170px);
  }
  .stay_others_wrap .row .imgs .img2 .inner{
    width: calc(100% + 85px);
  }

  .stay_others_wrap .row:nth-child(odd) .imgs .img1 .inner{
    left: -170px;
  }
  .stay_others_wrap .row:nth-child(odd) .imgs .img2 .inner{
    left: 0;
    right: -85px;
  }

  .stay_others_wrap .row:nth-child(even) .imgs .img1{
    order: 2;
  }
  .stay_others_wrap .row:nth-child(even) .imgs .img2{
    order: 1;
  }
  .stay_others_wrap .row:nth-child(even) .imgs .img1 .inner{
    left: 0;
    right: -170px;
  }
  .stay_others_wrap .row:nth-child(even) .imgs .img2 .inner{
    left: -85px;
    right: 0;
  }

  /**/
  .stay_others_wrap .row.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .stay_others_wrap .row .box3{
    width: 45%;
  }
  .stay_others_wrap .row .box4{
    width: 45%;
    margin-top: 200px;
  }

  .stay_others_wrap .row .box3 .img{
    position: relative;
  }
  .stay_others_wrap .row .box3 .img .inner,
  .stay_others_wrap .row .box4 .img .inner{
    width: calc(100% + 170px);
    position: relative;
  }
  .stay_others_wrap .row .box3 .img .inner{
    left: -170px;
    right: 0;
  }
  .stay_others_wrap .row .box4 .img .inner{
    left: 0;
    right: -170px;
  }

  .stay_others_wrap .row .title.wide{
    width: 100%;
    margin-top: 50px;
  }
  .stay_others_wrap .row .txts.wide{
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  .stay_group_wrap .rooms .item .img img{
    width: 100%;
    height: 430px;
  }

  .stay_group_wrap .rooms .rooms_prev,
  .stay_group_wrap .rooms .rooms_next{
    width: 30px;
    top: 270px;
  }

}
@media (min-width:1200px){

  .pg_stay{

  }
  .pg_stay .section.sec1{

  }
  .pg_stay .section.sec2{
    margin-top: 240px;
  }
  .pg_stay .section.sec3{

  }

  /* slick カスタマイズ */
  .stay_group_wrap .rooms{
    margin-top: 35px;
    padding: 80px 0 0;
  }
  .stay_group_wrap .rooms .rooms_prev,
  .stay_group_wrap .rooms .rooms_next{
    width: 50px;
    top: 250px;
  }
  .stay_group_wrap .rooms .rooms_prev{
    left: auto;
    right: calc(100% + 50px);
  }
  .stay_group_wrap .rooms .rooms_next{
    left: calc(100% + 50px);
    right: auto;
  }

}

/*******************************
*　
********************************/
.pg_stay_single_a{

}
.pg_stay_single_a .section.sec1{

}
.pg_stay_single_a .section.sec2{
  margin-top: 100px;
}

.pg_stay_single_b{
  padding-top: 100px;
}
.pg_stay_single_b .section.sec1{

}
.pg_stay_single_b .section.sec2{

}

/* ナビ */
.stay_rooms_nav{
  position: fixed;
  z-index: 11;
  top: 60px;
  left: 0;
  width: 100%;
  background: rgba(243, 242, 236, 0.7);
}
.stay_rooms_nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.stay_rooms_nav li{
  font-size: 14px;
  font-family: 'リュウミン R-KL', serif;
  position: relative;
  text-align: center;
  color: #8b7d3e;
}
.stay_rooms_nav li a{

}
.stay_rooms_nav li + li{

}



/* 基本情報 */
.stay_detail_wrap{

}
.stay_detail_wrap .about{
  width: 100%;
  margin-top: 80px;
}
.stay_detail_wrap .about .title1{
  font-size: 20px;
  font-family: "Bodoni Moda","リュウミン R-KL";;
  font-weight: 400;
  /*letter-spacing: 0.02em;*/
  line-height: 1;
  transform: rotate(0.05deg);
}
.stay_detail_wrap .about .title2{
  font-size: 10px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.03em;
  margin-top: 5px;
}
.stay_detail_wrap .about .desc{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  line-height: 1.93;
  margin-top: 20px;
}
.stay_detail_wrap .about .desc b{
  color: #8B7D3E;
  font-weight: 700;
}
.stay_detail_wrap .about .link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.stay_detail_wrap .about .link a{
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 20px 0 0 0;
  color: #8b7d3e;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 11px 10px;
  margin: 5px 0;
  transition: 0.5s all;
}
.stay_detail_wrap .about .link a:active,
.stay_detail_wrap .about .link a:hover{
  background: #8b7d3e;
  color: #FFF;
}
.stay_detail_wrap .about .link+.link{
  margin-top: 12px;
}

.stay_detail_wrap .about .link2{
  margin-top: 30px;
}
.stay_detail_wrap .about .link2 a{
  display: block;
  width: 120px;
  height: 25px;
  padding-bottom: 5px;
  margin-left: auto;
  color: #8b7d3e;
  font-size: 13px;
  font-family: "リュウミン R-KL";
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background-image: url('/img/read_more_bg.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.stay_detail_wrap .about .link2 a{
  width: 185px;
  padding-right: 10px;
}



.stay_detail_wrap .accordion{

}
.stay_detail_wrap .accordion .open{
  width: 150px;
  font-size: 13px;
  color: #8B7D3E;
  position: relative;
  cursor: pointer;
}
.stay_detail_wrap .accordion .open:after{
  content: "";
  width: 18px;
  height: 18px;
  background-image: url('/img/icon_plus.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.stay_detail_wrap .accordion .open.on:after{
  background-image: url('/img/icon_minus.svg');
}
.stay_detail_wrap .accordion .content{
  display: none;
}
.stay_detail_wrap .accordion .open.on + .content{

}
.stay_detail_wrap .accordion .open span{  
  display: inline-block;
  margin-right: 10px;
}


/* 詳細 */
.stay_detail_wrap .details{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  line-height: 1.93;
  margin-top: 20px;
}
.stay_detail_wrap .details .row{
  border-left: 3px solid #8B7D3E;
  padding-left: 20px;
}
.stay_detail_wrap .details .row + .row{
  margin-top: 30px;
}
.stay_detail_wrap .details ul{

}
.stay_detail_wrap .details ul li{
  text-indent: -1em;
  padding-left: 1em;
}
.stay_detail_wrap .details .msg{
  color: #8b7d3e;
  margin-top: 10px;    
}

/* テンプレB */
.stay_detail_wrap_all{

}
.stay_detail_wrap_all .stay_detail_wrap{

}
.stay_detail_wrap_all .stay_detail_wrap .img{

}
.stay_detail_wrap_all .stay_detail_wrap .img{
  height: 220px;
  position: relative;
}
.stay_detail_wrap_all .stay_detail_wrap .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: none;
}




/* 見出し */
.stay_tt2{
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.stay_tt2 span{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.03em;
  border-top: 1px solid #8B7D3E;
  border-bottom: 1px solid #8B7D3E;
  padding: 5px 10px;
}

/* その他の部屋 */
.stay_another_rooms{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stay_another_rooms .item{
  width: 100%;
}

.stay_another_rooms .item .inner{
  display: block;
  position: relative;
  z-index: 1;
}
.stay_another_rooms .item .inner.hover:before,
.stay_another_rooms .item .inner:hover:before,
.stay_another_rooms .item .inner:active:before{
  content: "";
  background: rgba(139, 125, 62, 0.5);
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.stay_another_rooms .item .inner:after{
  content: "";
  display: block;
  padding-top: 61.3%;
}

.stay_another_rooms .item img{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.stay_another_rooms .item .cover{
  /*display: none;*/
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*transition: all 0.5s;*/
  opacity: 0;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
}
.stay_another_rooms .item .inner.hover .cover,
.stay_another_rooms .item .inner:hover .cover,
.stay_another_rooms .item .inner:active .cover{
  display: block;
  opacity: 1;
}
.stay_another_rooms .item .cover .title1{
  font-size: 20px;
  font-family: "Bodoni Moda",'リュウミン R-KL', serif;;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  transform: rotate(0.05deg);
}
.stay_another_rooms .item .cover .title2{
  font-size: 13px;
  font-family: 'リュウミン R-KL', serif;
  font-weight: 400;
  margin-top: 10px;
}


/* 詳細スライド */
.stay_slide_items{
}
.stay_slide_items .item{
  /*width: 100%;*/
  width: calc(100vw);
  padding: 0 20px;
}
.stay_slide_items .item img{
  width: 100%;
}
.stay_slide_items .item .img{

}
.stay_slide_items .item .img:before{
  content: "";
  display: block;
  padding-top: 70%;
}
.stay_slide_items .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;

}

/* スライドキャプション */
.stay_slide_items .item .caption{
  font-size: 13px;
  font-family: 'リュウミン R-KL', serif;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.stay_slide_items .item .caption .white{
  color: #FFF;
}
.stay_slide_items .item .caption .black{
  color: #000;
}
.stay_slide_items .item .caption .gray{
  color: #a1a2a2;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){


  .stay_rooms_nav{

  }
  .stay_rooms_nav .title{
    font-size: 10px;
    font-family: 'リュウミン R-KL', serif;;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 13px 0;
  }
  .stay_rooms_nav ul{
    display: none;
  }
  .stay_rooms_nav ul li{
    width: 100%;
    padding: 5px 0;
  }

  .stay_another_rooms .item + .item{
    margin-top: 20px;
  }


  .stay_detail_wrap .about{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .stay_detail_wrap .about .title{
    width: 100%;
    order: 1;
  }
  .stay_detail_wrap .about .desc{
    width: 100%;
    order: 2;
  }
  .stay_detail_wrap .about .link{
    width: 100%;
    order: 4;
    margin-top: 30px;
  }
  .stay_detail_wrap .about .accordion{
    width: 100%;
    order: 3;
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .stay_detail_wrap .about .details{
    width: 100%;
    order: 3;
  }

  .stay_detail_wrap_all .stay_detail_wrap + .stay_detail_wrap{
    margin-top: 100px;
  }

  .stay_detail_wrap_all .stay_detail_wrap .img img{
    width: calc(100% + 20px);
  }
  .stay_detail_wrap_all .stay_detail_wrap:nth-child(odd) .img img{
    margin-right: -20px;
  }
  .stay_detail_wrap_all .stay_detail_wrap:nth-child(even) .img img{
    margin-left: -20px;
  }

  .stay_another_rooms .item .cover{
    display: block;
    opacity: 1;
  }

  /* スライドキャプション */
  .stay_slide_items .item .caption{
    padding: 5px 25px;
  }

}
@media (min-width:768px){

  .pg_stay_single_a{

  }
  .pg_stay_single_a .section.sec1{

  }
  .pg_stay_single_a .section.sec2{
    margin-top: 150px;
  }

  .pg_stay_single_b {
    padding-top: 190px;
  }

  /* ナビ */
  .stay_rooms_nav{
    /*top: 85px;*/
    top: 53px;
  }
  .stay_rooms_nav li{
    width: 33.333%;
    font-size: 14px;
    padding: 10px 10px;
  }
  .stay_rooms_nav li a{

  }
  .stay_rooms_nav li + li{

  }

  /* 基本情報 */
  .stay_detail_wrap{

  }
  .stay_detail_wrap .about{
    margin-top: 100px;
  }
  .stay_detail_wrap .about .title1{
    font-size: 30px;
  }
  .stay_detail_wrap .about .title2{
    font-size: 14px;
    margin-top: 5px;
  }
  .stay_detail_wrap .about .desc{
    font-size: 14px;
    line-height: 2.14;
    margin-top: 30px;
  }
  .stay_detail_wrap .about .link{
    justify-content: flex-end;
    margin-top: 30px;
  }
  .stay_detail_wrap .about .link+.link{
    margin-top: 15px;
  }
  .stay_detail_wrap .about .link a{
    /*width: 225px;*/
    width: auto;
    min-width: 225px;
    /*margin-left: auto;*/
  }
  .stay_detail_wrap .about .link a+a{
    margin-left: 30px;
  }

  .stay_detail_wrap .accordion{
    margin-top: 20px;
  }
  .stay_detail_wrap .accordion .open{
    width: fit-content;
    padding-right: 25px;
    font-size: 14px;
  }
  .stay_detail_wrap .accordion .open:after{
    width: 25px;
    height: 24px;
  }

  .stay_detail_wrap .about .link2{
    margin-top: 50px;
  }
  .stay_detail_wrap .about .link2 a{
    display: block;
    width: 155px;
    height: 26px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .en_US .stay_detail_wrap .about .link2 a{
    font-size: 13px;
    padding-right: 10px;
  }


  /* 詳細 */
  .stay_detail_wrap .details{
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
  }
  .stay_detail_wrap .details ul{

  }

  /* テンプレB */
  .stay_detail_wrap_all{

  }
  .stay_detail_wrap_all .stay_detail_wrap + .stay_detail_wrap{
    margin-top: 200px;
  }
  .stay_detail_wrap_all .stay_detail_wrap .img{
    height: 435px;
    position: relative;
  }
  .stay_detail_wrap_all .stay_detail_wrap .img img{
    width: calc(100% + 170px);
  }
  .stay_detail_wrap_all .stay_detail_wrap:nth-child(odd) .img img{
    margin-right: -170px;
  }
  .stay_detail_wrap_all .stay_detail_wrap:nth-child(even) .img img{
    margin-left: -170px;
  }
  .stay_detail_wrap_all .stay_detail_wrap .about{
    margin-top: 40px;
  }

  /* 見出し */
  .stay_tt2{
    margin-bottom: 25px;
  }
  .stay_tt2 span{
    font-size: 18px;
  }

  /* その他の部屋 */
  .stay_another_rooms{
    margin: 0 -8px;
  }
  .stay_another_rooms .item{
    width: 50%;
    padding: 0 10px;
  }
  .stay_another_rooms .item:nth-child(n+3){
    margin-top: 16px;
  }
  .stay_another_rooms .item .inner{
  }
  .stay_another_rooms .item .inner:hover:bofore{

  }
  .stay_another_rooms .item img{
    width: 100%;
  }
  .stay_another_rooms .item .cover{

  }
  .stay_another_rooms .item:hover .cover{

  }
  .stay_another_rooms .item .cover .title1{
    font-size: 30px;
    white-space: nowrap;
  }
  .stay_another_rooms .item .cover .title2{
    font-size: 14px;
    margin-top: 10px;
  }

  /* 詳細スライド */
  .stay_slide_items{
  }
  .stay_slide_items .item{
    width: 330px;
    padding: 0 7.5px;
  }
  .stay_slide_items .item img{
  }
}
@media (min-width:1024px){

  .pg_stay_single_b {
    padding-top: 190px;
  }

  /* ナビ */
  .stay_rooms_nav{
    top: 60px;
    left: 170px;
    left: 0;
    right: 0;
    width: auto;
    /*padding-right: 10px;*/
  }
  .stay_rooms_nav li{
    width: auto;
    font-size: 13px;
    padding: 10px 5px;
  }
  .stay_rooms_nav li a{

  }
  .stay_rooms_nav li + li{

  }

}
@media (min-width:1200px){

  .pg_stay_single_a{

  }
  .pg_stay_single_a .section.sec1{

  }
  .pg_stay_single_a .section.sec2{
    margin-top: 200px;
  }

  .pg_stay_single_b {
    padding-top: 190px;
  }

  /* ナビ */
  .stay_rooms_nav{
    top: 60px;
    left: 0;
    right: 0;
    width: auto;
    /*padding-right: 170px;*/
  }
  .stay_rooms_nav li{
    width: auto;
    font-size: 14px;
    padding: 10px 25px;
  }
  .stay_rooms_nav li a{

  }
  .stay_rooms_nav li + li{

  }
  .stay_rooms_nav li + li:before{
    content: "";
    /*background: #000;*/
    background: #8b7d3e;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* 詳細スライド */
  .stay_slide_items{
  }
  .stay_slide_items .item{
    width: 490px;
  }


}

/*  */
@media (max-width:767px){
  .stay_slide_items{
    margin-left: 20px;
    margin-right: 20px;
  }
  .stay_slide_items .slick-dots{
    position: static;
    margin-top: 10px;
  }
}
@media (min-width:768px){
  .stay_slide_items{
    margin: 80px 30px 0;
  }
  .stay_slide_items .item{
    width: auto;
  }
  .stay_slide_items .item .img{
    width: 100%;
    position: relative;
  }
  .stay_slide_items .item .img:before{
    content: "";
    display: block;
    padding-top: 49.66%;
  }
  .stay_slide_items .item .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .stay_slide_items .slick-dots{
    position: static;
    margin-top: 40px;
  }
}
@media (min-width:1024px){
  .stay_slide_items{
    margin: 100px 85px 0;
  }
}
@media (min-width:1200px){
  .stay_slide_items{
    margin: 100px 170px 0;
  }
}


/*******************************
*　
********************************/
.pg_gallery{
  margin-top: 100px;
}
.pg_gallery .section.sec1{

}

/* ギャラリー */
.gallery_items{
  margin:  0 -10px;
}
.gallery_items .item{
  width: 50%;
  padding: 0 10px;
}
.gallery_items .item a{
  display: block;
  position: relative;
}
.gallery_items .item a img{

}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .gallery_items .item:nth-child(n+3){
    margin-top: 20px;
  }

  .gallery_items .item a:before{
    content: "";
    display: block;
    padding-top: 160.13%;
  }
  .gallery_items .item:nth-child(6n) a:before,
  .gallery_items .item:nth-child(6n+1) a:before{
    padding-top: 110.20%;
  }
  .gallery_items .item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }


}
@media (min-width:768px){

  .pg_gallery{
    margin-top: 120px;
  }
  .pg_gallery .section.sec1{

  }
  .pg_gallery .section.sec2{

  }
  .pg_gallery .section.sec3{

  }

  /* ギャラリー */
  .gallery_items{
    margin:  0 -15px;
  }
  .gallery_items .item{
    width: 33.333%;
    padding: 0 15px;
  }
  .gallery_items .item:nth-child(n+4){
    margin-top: 30px;
  }
  .gallery_items .item a:before{
    content: "";
    display: block;
    padding-top: 200%;
  }
  .gallery_items .item:nth-child(odd) a:before{
    padding-top: 150%;
  }
  .gallery_items .item a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/*******************************
*　
********************************/
.pg_dining{

}
.pg_dining .section.sec1{
  margin-top: 20px;
}
.pg_dining .section.sec2{
  margin-top: 150px;
}
.pg_dining .section.sec3{
  margin-top: 150px;
}

.dining_intro_wrap{

}
.dining_intro_wrap .row{

}
.dining_intro_wrap .row+.row{
  margin-top: 150px;
}
.dining_intro_wrap .row .imgs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}
.dining_intro_wrap .row .imgs .img1,
.dining_intro_wrap .row .imgs .img2{
  width: 100%;
  background-color: #CCC;
  position: relative;
}
.dining_intro_wrap .row .imgs .img1{
  width: 94.02%;
}
.dining_intro_wrap .row .imgs .img2{
  width: 74.62%;
}

.dining_intro_wrap .row .imgs .img1 .inner,
.dining_intro_wrap .row .imgs .img2 .inner{
  position: relative;
}
.dining_intro_wrap .row .imgs .img1 .inner:before,
.dining_intro_wrap .row .imgs .img2 .inner:before{
  content: "";
  display: block;
}
.dining_intro_wrap .row .imgs .img1 .inner:before{
  padding-top: 61.74%;
}
.dining_intro_wrap .row .imgs .img2 .inner:before{
  padding-top: 61.61%;
}

.dining_intro_wrap .row .imgs .img1 img,
.dining_intro_wrap .row .imgs .img2 img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dining_intro_wrap .row .title{
  margin-bottom: 20px;
}
.dining_intro_wrap .row .title .en{
  font-size: 20px;
  font-family: "Bodoni Moda","リュウミン R-KL";;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  transform: rotate(0.05deg);
}
.dining_intro_wrap .row .title .ja{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.03em;
  margin-top: 5px;
}
.dining_intro_wrap .row .txts{
  font-size: 13px;
  font-family: "リュウミン R-KL";
}
.dining_intro_wrap .row .txts .txt1{
  line-height: 2.307;
}
.dining_intro_wrap .row .txts .txt1 b{
  font-weight: 700;
  color: #8B7D3E;
}
.dining_intro_wrap .row .txts .txt2{
  line-height: 2.307;
  margin-top: 20px;
}
.dining_intro_wrap .row .txts .txt2 strong{
  color: #8B7D3E;
  font-weight: 700;
}

.dining_intro_wrap .row .txts .link{
  margin-top: 30px;
}
.dining_intro_wrap .row .txts .link a{
  display: block;
  /*width: 120px;*/
  width: 154px;
  height: 26px;
  padding-bottom: 5px;
  margin-left: auto;
  color: #8b7d3e;
  font-size: 14px;
  font-family: "リュウミン R-KL";
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  background-image: url('/img/read_more_bg.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.dining_intro_wrap .row .txts .link.en a{    
  width: 185px;
  padding-right: 10px;
}


/**/
.dining_info{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.03em;
  line-height: 2.3;

  border-top: 1px solid #8B7D3E;
  border-bottom: 1px solid #8B7D3E;
  text-align: center;
  padding: 30px 0;
  margin-top: 130px;
}

/* スタッフ */
.dining_staff{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 130px;
}
.dining_staff .box1{
  width: 100%;
}
.dining_staff .box1:nth-child(n+2){
  margin-top: 100px;
}
.dining_staff .img{
  margin-bottom: 20px;
}
.dining_staff .title{
  font-family: 'リュウミン R-KL', serif;
  text-align: center;
  margin-bottom: 20px;
}
.dining_staff .title .pos{
  font-size: 13px;
  margin-bottom: 5px;
}
.dining_staff .title .name{
  font-size: 18px;
}
.dining_staff .txt{
  font-size: 13px;
  font-family: 'リュウミン R-KL', serif;
  text-align: justify;
  /*line-height: 2.3;*/
  line-height: 2.14;
  letter-spacing: 0.010em;
}

.dining_staff .box2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;

}
.dining_staff .box2 .left{
  width: 100%;
}
.dining_staff .box2 .right{
  width: 100%;
}


/* 見出し */
.dining_tt2{
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.dining_tt2 span{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.03em;
  border-top: 1px solid #8B7D3E;
  border-bottom: 1px solid #8B7D3E;
  padding: 5px 30px;
}

/* 案内 */
.dining_guide_wrap{
  margin-top: 130px;
}
.dining_guide_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dining_guide_items .item{
  width: 100%;
  text-align: center;
  position: relative;
}
.dining_guide_items .item:before{
  position: absolute;
  width: 8px;
  height: 8px;
  background: #8B7D3E;
}
.dining_guide_items .item .title{
  font-size: 16px;
  font-family: "リュウミン R-KL";
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.dining_guide_items .item .txt{
  font-size: 13px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.01em;
  line-height: 1.92;
}

/* アコーディオン */
.accordion_wrap{
  margin-top: 30px;
}
.accordion_content{
  display: none;
}
.accordion_content pre{
  white-space: pre-wrap;
  font-family: inherit;
  font-size: inherit;
  text-align: left;
}
.accordion_content em{
  color: #8B7D3E;
  font-style: normal;
}
.accordion_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8B7D3E;
  font-size: 13px;

}
.accordion_btn span{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.accordion_btn span:after{
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 20px;
}
.accordion_btn.open{
  /*margin-bottom: 30px;*/
}
.accordion_btn.open span:after{
  background-image: url('/img/accordion_open.svg');
}
.accordion_btn.close{
  margin-top: 30px;
  display: none;
}
.accordion_btn.close span:after{
  background-image: url('/img/accordion_close.svg');
}




@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /**/
  .dining_intro_wrap .row:nth-child(odd) .imgs .img1{
    margin-left: -20px;
  }
  .dining_intro_wrap .row:nth-child(odd) .imgs .img2{
    margin-left: auto;
    margin-right: -20px;
    margin-top: 18px;
  }
  .dining_intro_wrap .row:nth-child(odd) .imgs .img1 .inner{
    /*left: -20px;*/
  }
  .dining_intro_wrap .row:nth-child(odd) .imgs .img2 .inner{
    /*left: 0;*/
    /*right: -20px;*/
  }

  .dining_intro_wrap .row:nth-child(even) .imgs .img1{
    order: 2;
    margin-top: 18px;
    margin-left: auto;
    margin-right: -20px;
  }
  .dining_intro_wrap .row:nth-child(even) .imgs .img2{
    order: 1;
    margin-left: -20px;
  }

  .dining_intro_wrap .row .txts + .stay_detail_wrap{
    /*margin-top: 30px;*/
  }
  .pg_facility .stay_detail_wrap .links{
    width: 100%;
    margin-top: 0;
    order: 3;
  }


  /**/
  .dining_guide_items .item{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .dining_guide_items .item:nth-child(n+2):before{
    content: "";
    width: 6px;
    height: 6px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .en_US .dining_guide_items .item.col3 {
    width: 100%;
    padding: 25px 0 20px;
  }

  .dining_intro_wrap .row .title .en{
    line-height: 1.5;
  }

  .dining_intro_wrap .row .txts .link a{
    font-size: 13px;
  }
  
  .dining_staff .img{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width:768px){

  .pg_dining .section.sec1{
    margin-top: 120px;
  }
  .pg_dining .section.sec2{
    margin-top: 190px;
  }
  .pg_dining .section.sec3{
    margin-top: 200px;
  }

  .dining_intro_wrap .row+.row{
    margin-top: 240px;
  }
  .dining_intro_wrap .row .imgs{
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .dining_intro_wrap .row .imgs .img1{
    width: 61.58%;

  }
  .dining_intro_wrap .row .imgs .img2{
    width: 36.06%;
  }
  .dining_intro_wrap .row .imgs .img1,
  .dining_intro_wrap .row .imgs .img2{
  }
  .dining_intro_wrap .row .imgs .img1 .inner{
    width: calc(100% + 85px);
  }
  .dining_intro_wrap .row .imgs .img2 .inner{
    width: calc(100% + 85px);
  }
  .dining_intro_wrap .row .imgs .img1 .inner:before{
    padding-top: 61.83%;
  }
  .dining_intro_wrap .row .imgs .img2 .inner:before{
    padding-top: 61.97%;
  }

  .dining_intro_wrap .row:nth-child(odd) .imgs .img1{
    margin-bottom: 75px;
  }
  .dining_intro_wrap .row:nth-child(odd) .imgs .img2{

  }
  .dining_intro_wrap .row:nth-child(odd) .imgs .img1 .inner{
    left: -85px;
  }
  .dining_intro_wrap .row:nth-child(odd) .imgs .img2 .inner{
    left: 0;
    right: -85px;
  }

  .dining_intro_wrap .row:nth-child(even) .imgs{
    align-items: flex-start;
  }
  .dining_intro_wrap .row:nth-child(even) .imgs .img1{
    order: 2;
    margin-top: 75px;
  }
  .dining_intro_wrap .row:nth-child(even) .imgs .img2{
    order: 1;
  }
  .dining_intro_wrap .row:nth-child(even) .imgs .img1 .inner{
    left: 0;
    right: -85px;
  }
  .dining_intro_wrap .row:nth-child(even) .imgs .img2 .inner{
    left: -85px;
    right: 0;
  }



  .dining_intro_wrap .row .title{
    margin-bottom: 35px;
  }
  .dining_intro_wrap .row .title .en{
    font-size: 30px;
  }
  .dining_intro_wrap .row .title .ja{
    font-size: 14px;
    margin-top: 5px;
  }
  .dining_intro_wrap .row .txts{
    font-size: 14px;
  }
  .dining_intro_wrap .row .txts .txt1{

  }

  .dining_intro_wrap .row .txts .txt2{
    margin-top: 40px;
  }
  .dining_intro_wrap .row .txts .txt2 strong{
  }

  .dining_intro_wrap .row .txts .link{
    margin-top: 25px;
  }
  .dining_intro_wrap .row .txts .link a{
    display: block;
    width: 155px;
    height: 26px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .dining_intro_wrap .row .txts .link.en a{    
    width: 185px;
    padding-right: 10px;
  }




  /**/
  .dining_info{
    font-size: 14px;
    padding: 50px 0;
    margin-top: 130px;
  }


  /* スタッフ */
  .dining_staff{
    margin: 0 0;
    margin-top: 220px;
  }
  .dining_staff .box1{
    width: 50%;
    padding: 0 70px;
  }
  .dining_staff .box1:nth-child(n+2){
    margin-top: 0;
  }
  .dining_staff .box1:nth-child(n+3){
    margin-top: 100px;
  }
  .dining_staff .title{
    text-align: left;
    margin-bottom: 20px;
  }
  .dining_staff .title .pos{
    font-size: 15px;
    margin-bottom: 5px;
  }
  .dining_staff .title .name{
    font-size: 20px;
  }
  .dining_staff .txt{
    font-size: 14px;
  }

  .dining_staff .box2{
    padding: 0 100px;
    align-items: flex-end;
  }
  .dining_staff .box2 .left{
    width: 45%;
  }
  .dining_staff .box2 .right{
    width: 45%;
  }

  /* 見出し */
  .dining_tt2{
    margin-bottom: 40px;
  }
  .dining_tt2 span{
    font-size: 18px;
  }


  /* 案内 */
  .dining_guide_wrap{
    margin-top: 170px;
  }
  .dining_guide_items{
  }
  .dining_guide_items .item{
    width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  .dining_guide_items .item.col3{
    width: 33.333%;
  }
  .dining_guide_items .item .title{
    font-size: 20px;
    font-family: "リュウミン R-KL";
    margin-bottom: 10px;
  }
  .dining_guide_items .item .txt{
    font-size: 14px;
    line-height: 2.14;
  }

  .dining_guide_items .item.col3:nth-child(n+2):before{
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /*EN*/
  .en_US .dining_guide_items .item.col3 {
    width: 100%;
    padding: 35px 0 30px;
  }
  .en_US .dining_guide_items .item.col3:nth-child(n+2):before{
    top: 0;
    left: 50%;
    transform: translateX(-50%);

  }

  /* アコーディオン */
  .accordion_wrap{
    margin-top: 45px;
  }
  .accordion_content{

  }
  .accordion_btn{
    font-size: 14px;
  }
  .accordion_btn span:after{
    width: 25px;
    height: 25px;
  }
  .accordion_btn.open{
    /*margin-bottom: 45px;*/
  }
  .accordion_btn.close{
    margin-top: 45px;
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/*******************************
*　
********************************/
.pg_facility{

}
.pg_facility .section.sec1{
  margin-top: 20px;
}
.pg_facility .section.sec2{
  margin-top: 150px;
}
.pg_facility .section.sec3{
  margin-top: 150px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_facility .section.sec1{
    margin-top: 120px;
  }
  .pg_facility .section.sec2{
    margin-top: 190px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/*******************************
*　
********************************/
.pg_news{
  margin-top: 100px;
}
.pg_news .section.sec1{

}

/* 検索 */
.news_search_wrap{
  margin-bottom: 90px;
}
.news_search_wrap .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_search_wrap .row + .row{
  margin-top: 28px;
}
.news_search_wrap .row .label{
  width: 55px;
  font-size: 12px;
  font-family: "Bodoni Moda",'リュウミン R-KL', serif;
  letter-spacing: 0.03em;
  padding-top: 4px;
}
.news_search_wrap .row .field{
  width: calc(100% - 55px);
}
.news_search_wrap .terms{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.news_search_wrap .terms li{
  padding: 0 4px;
  margin-bottom: 7px;
}
.news_search_wrap .terms li a,
.news_search_wrap .terms li span{
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  border-radius: 30px;
  margin: 5px 5px;
  padding: 2px 12px 3px;
  text-decoration: none;
}
.news_search_wrap .terms li a:hover{
  opacity: 0.8;
}

.news_search_wrap .terms li .cat{
  background: #BFBFBF;
}
.news_search_wrap .terms li .tag{
  background: #A59A69;
}

.news_search_wrap.single{
  margin-bottom: 0;
}
.news_search_wrap.single .row + .row{
  margin-top: 0;
}


/* 一覧 */
.news_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
}
.news_items .item{
  width: 100%;
}
.news_items .item:nth-child(n+2){
  margin-top: 80px;
}
.news_items .item .inner{

}
.news_items .item .img{
  display: block;
  margin: 0 -20px;
  position: relative;
  overflow: hidden;
}
.news_items .item .img:before{
  content: "";
  display: block;
  padding-top: 61.86%;
}
.news_items .item .img .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.2s;
}

.news_items .item .title{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: 'リュウミン R-KL', serif;
  line-height: 1.666;
  margin-top: 10px;
}

.news_items .item.hover,
.news_items .item:hover{
  /*background: #94895b;*/
  /*color: #FFF;*/
}
.news_items .item.hover .bg,
.news_items .item:hover .bg,
.news_items .item:active .bg{
  transform: scale(1.1);
}

.news_items .item .meta{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.news_items .item .meta span{
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  border-radius: 30px;
  margin: 5px 5px;
  padding: 2px 12px;
}
.news_items .item .meta .cat{
  background: #BFBFBF;
}
.news_items .item .meta .tag{
  background: #A59A69;
}


/* slick カスタマイズ */
.news_items.slide .item{
  margin-top: 0 !important;
}
.news_items.slide.wide .item .img:before{
  padding-top: 61.86%;
}

.news_items .slick-arrow{
  border: 0;
  background: none;
}
.news_items .rooms_prev,
.news_items .rooms_next{
  position: absolute;
  z-index: 1;
  top: 32%;
  /*-webkit-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
}
.news_items .rooms_prev{
  left: 10px;
}
.news_items .rooms_next{
  right: 10px;
}


/* 詳細 */
.news_detail_wrap{

}
.news_detail_wrap .news_head{
  border-left: 3px solid #8B7D3E;
  padding: 5px 0 5px 15px;
}
.news_detail_wrap .news_head .title{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: 'リュウミン R-KL', serif;
  line-height: 1.875;
  margin-bottom: 10px;
}

.news_detail_wrap .news_sns{

}
.news_detail_wrap .news_sns ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.news_detail_wrap .news_sns ul li{
}
.news_detail_wrap .news_sns ul li+li{
  margin-left: 13px;
}
.news_detail_wrap .news_sns ul li img{
  height: 22px;
}
.news_detail_wrap .news_sns ul li.txt{
  font-size: 12px;
  font-family: "Bodoni Moda",'リュウミン R-KL', serif;
  letter-spacing: 0.03em;
}

.news_detail_wrap .news_body{
  margin-top: 35px;
}
.news_detail_wrap .news_body .main_img{

}
.news_detail_wrap .news_body .main_img img{

}
.news_detail_wrap .news_body .content{
  font-size: 13px;
  font-family: 'リュウミン R-KL', serif;
  letter-spacing: 0.01em;
  line-height: 2.3;
  margin-top: 60px;
}

.news_related_wrap{
  border-top: 1px solid #8B7D3E;
  margin-top: 100px;
  padding-top: 70px;
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /* slick カスタマイズ */
  .news_items.slide{
    margin: 0 -20px;
  }
  .news_items.slide .item .inner{
    padding: 0 20px;
  }
  .news_items.slide .item .img{
  }
  .news_detail_wrap .wp-block-media-text{
    margin: 30px 0;
  }
  .news_detail_wrap .wp-block-media-text__media{
    margin: 15px 0;
  }

}
@media (min-width:768px){

  .pg_news{
    margin-top: 120px;
  }
  .pg_news .section.sec1{

  }



  /* 検索 */
  .news_search_wrap{
    margin-bottom: 120px;
  }
  .news_search_wrap .row{
  }
  .news_search_wrap .row + .row{
    margin-top: 30px;
  }
  .news_search_wrap .row .label{
    width: 80px;
    font-size: 15px;
    padding-top: 2px;
  }
  .news_search_wrap .row .field{
    width: calc(100% - 80px);
  }
  .news_search_wrap .terms{
    margin: 0 -5px;
  }
  .news_search_wrap .terms li{
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .news_search_wrap .terms li a,
  .news_search_wrap .terms li span{
    font-size: 14px;
    margin: 5px 0;
  }

  /* 一覧 */
  .news_items{
    margin: 0 -10px;
  }
  .news_items .item{
    width: 50%;
    padding: 0 10px;
  }
  .news_items .item:nth-child(n+2){
    margin-top: 0;
  }
  .news_items .item:nth-child(n+3){
    margin-top: 60px;
  }
  .news_items .item .img{
    margin: 0;
  }

  .news_items .item .title{
    font-size: 14px;
    margin-top: 10px;
  }

  .news_items .item .meta{
    display: flex;
    margin: 0 -6px;
  }
  .news_items .item .meta span{
    font-size: 14px;
    border-radius: 30px;
    margin: 5px 6px;
    padding: 2px 12px;
  }

  /* slick カスタマイズ */
  .news_items.slide{
    padding: 0 50px;
  }
  .news_items .slick-arrow{

  }
  .news_items .rooms_prev,
  .news_items .rooms_next{
    width: 30px;
    top: 35px;
  }
  .news_items .rooms_prev{
    left: 0;
  }
  .news_items .rooms_next{
    right: 0;
  }

  .news_items.slide.wide .item .img:before{
    padding-top: 43.76%;
  }


  /* 詳細 */
  .news_detail_wrap{

  }
  .news_detail_wrap .news_head{
    padding: 5px 0 5px 25px;

  }
  .news_detail_wrap .news_head .title{
    font-size: 20px;
    line-height: 1.875;
    margin-bottom: 10px;
  }
  .news_detail_wrap .news_sns{

  }
  .news_detail_wrap .news_sns ul{
  }
  .news_detail_wrap .news_sns ul li{
  }
  .news_detail_wrap .news_sns ul li+li{
    margin-left: 16px;
  }
  .news_detail_wrap .news_sns ul li img{
    height: 28px;
  }
  .news_detail_wrap .news_sns ul li.txt{
    font-size: 15px;
  }

  .news_detail_wrap .news_body{
    margin-top: 30px;
  }
  .news_detail_wrap .news_body .main_img{

  }
  .news_detail_wrap .news_body .main_img img{

  }
  .news_detail_wrap .news_body .content{
    font-size: 14px;
  }

  .news_related_wrap{
    margin-top: 150px;
    padding-top: 100px;
  }

  .news_detail_wrap .wp-block-media-text{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 30px 0;
    grid-gap: 30px;
    justify-items: center;
    align-items: center;
  }
  .news_detail_wrap .wp-block-media-text__media{
    margin: 0;
  }
  .news_detail_wrap h3{
    font-size: 18px;
    margin: 50px 0 20px;
    font-weight: 700;
  }
  .news_detail_wrap h3 strong{
    font-size: 26px;
  }
}
@media (min-width:1024px){


  /* 一覧 */
  .news_items{
    margin: 0 -17px;
  }
  .news_items .item{
    width: 33.333%;
    padding: 0 17px;
  }
  .news_items .item:nth-child(n+3){
    margin-top: 0;
  }
  .news_items .item:nth-child(n+4){
    margin-top: 120px;
  }

  /* slick カスタマイズ */
  .news_items.slide{
    padding: 0 50px;
  }
  .news_items .slick-arrow{

  }
  .news_items .rooms_prev,
  .news_items .rooms_next{
    width: 30px;
    top: 50px;
  }
  .news_items .rooms_prev{
    left: 10px;
  }
  .news_items .rooms_next{
    right: 10px;
  }
}
@media (min-width:1200px){

  /* slick カスタマイズ */
  .news_items.slide{
    padding: 0 ;
  }
  .news_items .slick-arrow{
  }
  .news_items .rooms_prev,
  .news_items .rooms_next{
    top: 55px;
    width: 50px;
  }
  .news_items .rooms_prev{
    left: -100px;
  }
  .news_items .rooms_next{
    right: -100px;
  }

  .news_items.wide .rooms_prev,
  .news_items.wide .rooms_next{
    top: 175px;
  }

}




.post-block{

}
.post-block + .post-block{
  margin-top: 30px;
}
.post-block .img-full{

}
.post-block .img-full img{
  width: 100%;
}

/*  画像（複数） */
.post-block .img-column{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.post-block .img-column .item{
  width: 100%;
  padding: 0 10px;
}
.post-block .img-column .item .img{

}
.post-block .img-column .item .img img{
  width: 100%;
}
.post-block .img-column .item .txt{
  margin-top: 10px;
}

.post-block .img-column.col1 .item{

}
.post-block .img-column.col2 .item{

}
.post-block .img-column.col3 .item{

}

/* テキスト（2列） */
.post-block .txt-column{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.post-block .txt-column .item{
  width: 100%;
  padding: 0 10px;
}
.post-block .txt-column .item .txt{
}

/* 画像テキスト（左右交互） */
.post-block .img-txt{

}
.post-block .img-txt .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-block .img-txt .item .img{
  width: 100%;
}
.post-block .img-txt .item .img img{
  width: 100%;
}
.post-block .img-txt .item .txt{
  width: 100%;
  margin-top: 10px;
}



@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .post-block .img-column .item+.item{
    margin-top: 30px;
  }
  .post-block .txt-column .item+.item{
    margin-top: 30px;
  }
  .post-block .img-txt .item+.item{
    margin-top: 30px;
  }
}
@media (min-width:768px){

  .post-block + .post-block{
    margin-top: 100px;
  }

  /*  画像（複数） */
  .post-block .img-column{
    margin: 0 -15px;
  }
  .post-block .img-column .item{
    padding: 0 15px;
  }
  .post-block .img-column .item .img{

  }
  .post-block .img-column .item .txt{
    margin-top: 10px;
  }

  .post-block .img-column.col1 .item{
    width: 100%;
  }
  .post-block .img-column.col2 .item{
    width: 50%;
  }
  .post-block .img-column.col3 .item{
    width: 33.333%;
  }

  /* テキスト（2列） */
  .post-block .txt-column{
    margin: 0 -15px;
  }
  .post-block .txt-column .item{
    width: 50%;
    padding: 0 15px;
  }
  .post-block .txt-column .item .txt{

  }

  /* 画像テキスト（左右交互） */
  .post-block .img-txt{

  }
  .post-block .img-txt .item{
  }
  .post-block .img-txt .item + .item{
    margin-top: 50px;
  }
  .post-block .img-txt .item .img{
    width: 40%;
  }
  .post-block .img-txt .item .txt{
    width: 55%;
    margin-top: 0;
  }

  .post-block .img-txt .item:nth-child(even) .img{
    order: 2;
  }
  .post-block .img-txt .item:nth-child(even) .txt{
    order: 1;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/*******************************
*　
********************************/
.pg_faq{

}
.pg_faq .section.sec1{

}
.pg_faq .section.sec2{

}
.pg_faq .section.sec3{

}

/* カテゴリ */
.faq_category_list{

}
.faq_category_list li{
  font-size: 13px;
  font-weight: 400;
  font-family: 'リュウミン R-KL', serif;
  letter-spacing: 0.03em;
  text-align: center;
}
.faq_category_list li + li{
  margin-top: 10px;
}
.faq_category_list li a{

}

/* 内容 */
.faq_cotents_wrap{
  margin-top: 55px;
}
.faq_cotents_wrap .row{

}
.faq_cotents_wrap .row + .row{
  margin-top: 100px;
}
.faq_cotents_wrap .row .title{

}
.faq_items{

}
.faq_items .item{
  padding: 30px 0;
  border-bottom: 1px solid #707070;
}
.faq_items .item dt{
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50px;
  padding-right: 30px;
  min-height: 35px;
  cursor: pointer;
}
.faq_items .item dt h3{
  font-size: 13px;
  font-weight: 400;
  font-family: 'リュウミン R-KL', serif;
  letter-spacing: 0.03em;
  line-height: 1.69;
}
.faq_items .item dt:before{
  content: "";
  background-image: url('/img/faq_q.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
}
.faq_items .item dt:after{
  content: "";
  background-image: url(/img/accordion_open.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
}
.faq_items .item dt.open:after{
  background-image: url(/img/accordion_close.svg);
}

.faq_items .item dd {
  font-size: 13px;
  font-weight: 400;
  font-family: 'リュウミン R-KL', serif;
  letter-spacing: 0.03em;
  line-height: 1.69;
  position: relative;
  padding-left: 50px;
  padding-top: 5px;
  margin-top: 20px;
  display: none;
}
.faq_items .item dd:before {
  content: "";
  background-image: url('/img/faq_a.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_items .item dd .txt{
  min-height: 5em;
}

.faq_items a{
  color: #8b7d3e;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }


  /* カテゴリ */
  .faq_category_list{
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .faq_category_list li{
    font-size: 14px;
    line-height: 1.1;
    padding: 0 20px;
  }
  .faq_category_list li + li{
    margin-top: 0;
    border-left: 1px solid #181818;
  }
  .faq_category_list li a{

  }


  /* 内容 */
  .faq_cotents_wrap{
    margin-top: 85px;
  }
  .faq_cotents_wrap .row{

  }
  .faq_cotents_wrap .row + .row{
    margin-top: 135px;
  }
  .faq_cotents_wrap .row .title{

  }
  .faq_items{

  }
  .faq_items .item{
    padding: 35px 0;
  }
  .faq_items .item dt{
    padding-left: 155px;
    padding-right: 120px;
    min-height: 45px;
  }
  .faq_items .item dt h3{
    font-size: 14px;
  }
  .faq_items .item dt:before{
    width: 45px;
    height: 45px;
    left: 85px;
  }
  .faq_items .item dt:after{
    width: 25px;
    height: 25px;
    right: 85px;
  }

  .faq_items .item dd {
    font-size: 14px;
    padding-left: 155px;
    padding-top: 5px;
    margin-top: 20px;
  }
  .faq_items .item dd:before {
    width: 45px;
    height: 45px;
    left: 85px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}



/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}
.pg_company .section#sec1{

}
.pg_company .section#sec2{

}
.pg_company .section#sec3{

}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}



/* 連絡先 */
.contact_info{
  background: #ff2700;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #ff2700;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}



/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 55px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #f0f0f0;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}




/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


/*.tt2_box .en1,
.tt2_box .en2,
.tt2_box .en3,
.ftr_reserve_wrap .title .en{
  font-family: "Libre Bodoni";
}*/


.search-widget-day-use-wrapper-fc1ff9{
  display: none;
}

.input-container-input-container-da40af
.input-container-title-db81ec{
  font-size: 14px !important;
}
/*
.flatpickr-input[readonly],
.search-widget-input-34bba0,
.search-widget-select-75fb48{
  font-size: 14px !important;
}*/

/* kanvas修正 */
.booking_form_area_btn a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

html[lang="en-US"] .pg_stay_single_a .link,
html[lang="en-US"] .pg_stay_single_b .link{
  display: none !important;
}

/* kanvas修正 */
.dining_sub_title {
  font-size: 12px !important;
  margin-bottom: 5px;
  font-family: "Bodoni Moda", "リュウミン R-KL";
}
@media (min-width:768px) {
  .dining_sub_title {
    font-size: 20px !important;
    margin-bottom: 8px;
  }
}

/* kanvas修正 */
.title3{
  font-family: "リュウミン R-KL";
  font-size: 16px;
  font-weight: 400;
  margin-top: 50px;
}

.launch_dinner_wrap{
  margin-top: 130px;
}

.launch_dinner_box01,
.launch_dinner_box02,
.launch_dinner_box03{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width:1000px) {
  .launch_dinner_box01,
  .launch_dinner_box02,
  .launch_dinner_box03{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.launch_dinner_box01{
  margin-bottom: 100px;
}
.launch_dinner_box03{
  margin-top: 100px;
}

.launch_dinner_img{
  max-width: 535px;
}

.launch_dinner_box01 .launch_dinner_img,
.launch_dinner_box03 .launch_dinner_img{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}
@media (min-width:1000px) {
  .launch_dinner_box01 .launch_dinner_img,
  .launch_dinner_box03 .launch_dinner_img{
    margin-left: -60px;
    margin-right: 60px;
    margin-bottom: 0;
  }
}

.launch_dinner_box02 .launch_dinner_img{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  order: 1;
}
@media (min-width:1000px) {
  .launch_dinner_box02 .launch_dinner_img {
    margin-left: 60px;
    margin-right: -60px;
    margin-bottom: 0;
    order: 2;
  }
}

.launch_dinner_text{
  max-width: 513px;
}

.launch_dinner_box02 .launch_dinner_text{
  order: 2;
}
@media (min-width:1000px) {
  .launch_dinner_box02 .launch_dinner_text {
    order: 1;
  }
}

.launch_dinner_text_inner{
}

.launch_dinner_text_inner h4{
  font-family: "リュウミン R-KL";
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 30px;
}
@media (min-width:768px) {
  .launch_dinner_text_inner h4{
    font-size: 30px;
  }
}

.launch_dinner_text_inner p{
  font-family: "リュウミン R-KL";
  font-weight: 400;
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: 0.010em;
}

.launch_dinner_text_inner .link{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.launch_dinner_text_inner .link + .link{
  margin-top: 0;
}
@media (min-width:768px) {
  .launch_dinner_text_inner .link{
    justify-content: flex-end;
  }
}
.launch_dinner_text_inner .link a{
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 20px 0 0 0;
  color: #8b7d3e;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 11px 10px;
  margin: 5px 0;
  transition: 0.5s all;
}
@media (min-width:768px) {
  .launch_dinner_text_inner .link a {
    width: auto;
    min-width: 225px;
  }
}
.launch_dinner_text_inner .link a:active,
.launch_dinner_text_inner .link a:hover{
  background: #8b7d3e;
  color: #FFF;
}

.launch_dinner_text_inner_title_en{
font-family: "Bodoni Moda" !important;
}

/* kanvas修正 */
.link.wedding{
  margin-top: 20px;
  font-size: 16px;
  font-family: "Bodoni Moda";
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: right;
  color: #8B7D3E;
  line-height: 1.75;
}
.link.wedding a {
  display: inline-block;
  width: 180px;
  height: 25px;
  padding-bottom: 5px;
  color: #8b7d3e;
  font-size: 13px;
  font-family: "リュウミン R-KL";
  text-align: center;
  text-decoration: none;
  background-image: url(/img/read_more_bg.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}


.cmn_btn.link{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.cmn_btn.link + .link{
  margin-top: 0;
}
@media (min-width:768px) {
  .cmn_btn.link{
    justify-content: flex-end;
  }
}
.cmn_btn.link a{
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 20px 0 0 0;
  color: #8b7d3e;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  padding: 11px 10px;
  margin: 5px 0;
  transition: 0.5s all;
}
@media (min-width:768px) {
  .cmn_btn.link a {
    width: auto;
    min-width: 225px;
  }
}
.cmn_btn.link a:active,
.cmn_btn.link a:hover{
  background: #8b7d3e;
  color: #FFF;
}

/* kanvas修正 */
.l-index-time-table{
  margin: 30px 0;
}
.l-index-time-table-map-box{
  display: flex;
  flex-direction: column;
}
@media (min-width:768px) {
  .l-index-time-table-map-box{
    flex-direction: row;
    justify-content: space-between;
  }
}
.l-index-time-table-map{
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width:768px) {
  .l-index-time-table-map{
    width: 48%;
  }
}
.l-index-time-table-map h4{
  margin-bottom: 10px;
}