/********** 共通 Star **********/
* {
  margin: 0px;
  padding: 0px;
}
.post-edit-link {
    display: none !important;
}
.post-edit-link {
    display: none !important;
}
body {
    -webkit-text-size-adjust: 100%;
    font-size: 87%;
    line-height: 180%;
    font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",san-serif;
    color: #fff;
    background-color: #222;
    position: relative;
}
.clear {
   font-size: 0px;
   clear: both;
   line-height: 0px;
   height: 1px;
}
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
a:link {
  TEXT-DECORATION: none;
  outline: none;
}
a:visited {
  TEXT-DECORATION: none;
  outline: none;
}
a:hover {
  TEXT-DECORATION: none;
  outline: none;
}
a:active {
  TEXT-DECORATION: none;
  outline: none;
}
img {
  border:none;
  max-width: 100%;
  height: auto;
}
* html .clearfix {
  height: 1px;
  /* Mac版IEのみに適用 \*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.page-title {
    position: absolute;
    top: 68px;
    right: 0;
    bottom: 0;
    font-family: 'Hiragino Mincho ProN', serif;
    left: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 3.2rem;
    color: #FFF;
    font-size: 27px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000, -2px -2px 1px #000;
}
.page-title p {
    font-size: 15px;
    color: #9c9b83;
    line-height: 27px;
}
.kv {
    position: relative;
    margin-top: 16%;
}
h2 {
  margin-top: 50px;
  margin-bottom: 5px;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.breadcrumb {
    padding-left: 0;
    margin-left: 0;
    color: #d1d1ab;
    margin-bottom: -15px;
    padding: 10px 0;
    line-height: 15px;
    background-color: #000;
    position: relative;
    top: -20px;
    font-weight: bold;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 25px;
    font-size: 103%;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    width: auto !important;
    font-weight: bold;
}

.breadcrumb li:after{
/*content: '＞';*/
  padding: 0 3px;
    color: #d1d1ab;

}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #d1d1ab;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb {
    padding-left: 0;
    margin-left: 0;
    color: #d1d1ab;
    margin-bottom: -15px;
    padding: 10px 0;
    line-height: 15px;
    background-color: #000;
    position: relative;
    top: -20px;
    font-weight: bold;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 25px;
    font-size: 103%;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    width: auto !important;
    font-weight: bold;
}

.breadcrumb li:after{
/*content: '＞';*/
  padding: 0 3px;
    color: #d1d1ab;

}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #d1d1ab;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}
#fixed_nav {
  position: relative;
  z-index: 1;
  margin-top: -5px;
}
#fixed_nav ul {
    list-style-type: none;
    position: fixed;
    right: 0;
    width: 70%;
}
#fixed_nav ul li {
    float: right;
    margin-left: 1px;
    width: 25%;
}
#sp_menu {
  position: fixed;
  top: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    display: none;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#sp_menu ul {
  margin-top: 0%;
}
#sp_menu ul li {
  list-style-type: none;
}
#sp_menu ul li a {
    background-color: #161616;
    background-image: url(../../../sp/common/img/footer_nav_link_bg.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #333;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-left: 7%;
    padding-top: 10px;
  width: 41%;
  margin-left: 5px;
  margin-bottom: 5px;
}
.clear {
  clear:both;
}
.clear {
  clear:both;
}
#sp_menu ul li.pc a {
    background-color: #161616;
    background-image: url(../../../sp/common/img/sp_pc_icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #333;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-top: 10px;
  width: 38%;
  margin-left: 5px;
  margin-bottom: 5px;
  background-size: 17px auto;
}
#sp_menu ul li.en a {
    background-color: #161616;
    background-image: url(../../../sp/common/img/footer_nav_link_bg.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #333;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 7%;
    padding-top: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
}
#sp_menu ul li.sns-instagram a{
  background-color: #161616;
  background-image: url(../../../sp/common/img/instagram.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  border: 1px solid #333;
  color: #fff;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 10%;
  padding-top: 10px;
width: 38%;
margin-left: 5px;
margin-bottom: 5px;
background-size: 17px auto;
}
#sp_menu .close_menu {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
#sp_menu .close_menu img {
  max-width: 34px;
  vertical-align: middle;
}

#sp_menu .top_contact {
    padding: 10px 8px;
    width: 351px;
    margin: 20px auto 0 auto;
}

#sp_menu .top_contact .title {
  text-align: center;
  margin-bottom: 8px
}

#sp_menu .top_contact .title img {
  max-width: 160px
}

#sp_menu .top_contact .top_contact_search_plan {
  float: left;
  width: 48%;
  margin-right: 10px
}

#sp_menu .top_contact .top_contact_date_plan {
  float: right;
  width: 48%;
  text-align: right
}
.h2_title {
    margin-bottom: 20px;
    font-family: 'Hiragino Mincho ProN', serif;
    font-size: 19px;
    text-align: center;
    position: relative;
    letter-spacing: 6px;
    color: #fff;
}
.h2_title p{
    color: #abaa6c;
    font-size: 13px;
  letter-spacing: 0px;
    line-height: 16px;
}
.h2_title:after {
    content: "";
    display: block;
    height: 3px;
    background: -moz-linear-gradient(to right, #222, #cdcd9d, #222);
    background: -webkit-linear-gradient(to right, #222, #cdcd9d, #222);
    background: linear-gradient(to right, #222, #cdcd9d, #222);
}

.sub_title {
    margin-bottom: 10px;
    font-family: 'Hiragino Mincho ProN', serif;
    font-size: 19px;
    text-align: center;
    position: relative;
    letter-spacing: 6px;
    color: #fff;
    margin-top: 20px;
}
.sub_title p{
    color: #abaa6c;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 16px;
}
.common_title {
    margin-bottom: 20px;
    font-family: 'Hiragino Mincho ProN', serif;
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.common_title p{
    color: #abaa6c;
    font-size: 13px;
    line-height: 16px;
    display: none;
}
.news_title_icon{
    width: 31px;
    position: absolute;
    top: -1px;
    left: 28%;
}
.news_title_icon02{
  width: 31px;
  position: absolute;
  top: -1px;
  left: 64%;
}
.recommend_title_icon {
  width: 31px;
  position: absolute;
  top: -1px;
  left: 19%;
}
.recommend_title_icon02 {
  width: 31px;
  position: absolute;
  top: -1px;
  left: 72%;
}
.common_title_icon {
  width: 31px;
  position: absolute;
  top: -1px;
  left: 29%;
}
.common_title_icon02 {
  width: 31px;
  position: absolute;
  top: -1px;
  left: 64%;
}


header {
  margin-bottom: 5px;
}
header .header_logo {
  float: left;
  width: 40%;
  padding-left: 5px;
  padding-top: 5px;
}
.content_indent {
  margin-left: 10px;
  margin-right: 10px;
}
p {
  margin-bottom: 10px;
}
.content_btn {
  margin-top: 20px;
}
.content_btn a img {
  display: block;
}
.content_btn a {
  float: left;
  width: 50%;
}

.content_recommend {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #222;
}

.content_recommend .recommend_title {
    margin-bottom: 20px;
    font-family: 'Hiragino Mincho ProN', serif;
    font-size: 21px;
    text-align: center;
    color: #fff;
}

.content_recommend .recommend_title p{
    color: #abaa6c;
    font-size: 13px;
    line-height: 16px;
}

.content_recommend .recommend_title_list {
  float: left;
  width: 33.3%;
  cursor: pointer
}

.content_recommend .recommend_title_list_top {
  float: left;
  width: 33.3%;
  cursor: pointer
}

.content_recommend ul li {
  list-style-type: none;
  margin-bottom: 5px
}

.content_recommend ul li a {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #4e4e4e;
    border-right-color: #4e4e4e;
    border-bottom-color: #4e4e4e;
    border-left-color: #4e4e4e;
    color: #dadab0;
    display: block;
    padding: 5px;
}

.content_recommend .img {
  float: left;
  width: 30%;
  margin-right: 10px
}

.content_recommend .img img {
  display: block
}

.content_recommend .text {
  float: left;
  width: 67%
}

.content_recommend .text .title {
    font-size: 16px;
    line-height: 20px;
    display: table-cell;
    height: 75px;
    vertical-align: middle;
}

.content_recommend .price {
    color: #fff;
    display: block;
    background-color: #3e4a1b;
    width: 100%;
    font-size: 87%;
    text-align: center;
    border: 1px solid #555;
}

.content_recommend .price span {
    color: #000000;
    display: block;
    font-weight: 600;
    width: 71%;
    background-color: #fff;
    float: right;
    margin: 0 0 0 auto;
    border-left: 1px solid #555;
}

.content_box {
  background-image: url(../../../sp/img/content_box_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  border: 4px solid #191A1B;
  padding: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}
.mb_40 {
  margin-bottom: 40px;
}

.show_list {
  margin-bottom: 20px;
}
.show_list .img {
}
.show_list .text {
  margin-bottom: 10px;
}
.show_list .link {
  margin-left: auto;
  margin-right: auto;
}

#footer_wifi {
  padding: 10px 5px;
}

footer #contact {
  padding-top: 10px;
  padding-right: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
  margin-left: 5px;
  margin-right: 5px;
}
footer #contact .title {
  text-align: center;
  margin-bottom: 15px;
}
footer #contact .title img {
  max-width: 230px;
}
footer #contact .footer_contact_search_plan {
  float: left;
  width: 48%;
  margin-right: 10px;
}
footer #contact .footer_contact_date_plan {
  float: right;
  width: 48%;
  text-align: right;
}
footer #footer_nav {
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Hiragino Mincho ProN', serif;
}
footer #footer_nav .title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
footer #footer_nav .title img {
  max-width: 125px;
}
footer #footer_nav .footer_nav_link {
  margin-bottom: 2%;
}
footer #footer_nav .footer_nav_link .left_link a {
    background-color: #161616;
    background-image: url(../../../sp/common/img/footer_nav_link_bg.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #333;
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 7%;
    padding-top: 10px;
  width: 41.5%;
}
footer #footer_nav .footer_nav_link .right_link a {
    background-color: #161616;
    background-image: url(../../../sp/common/img/footer_nav_link_bg.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #333;
    color: #fff;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 7%;
    padding-top: 10px;
  width: 41.5%;
}

footer #footer_nav .footer_nav_link .left_box a {
    display: block;
    float: left;
    width: 49%;
}
footer #footer_nav .footer_nav_link .right_box a {
    display: block;
    float: right;
    width: 49%;
}
footer #footer_content {
    background-color: #111;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
footer #footer_content .footer_logo {
  float: left;
  width: 27%;
}
footer #footer_content .footer_access {
    text-align: center;
    font-size: 70%;
    line-height: 200%;
}
footer #footer_content .footer_phone_btn {
  float: left;
  width: 48%;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;

}
footer #footer_content .footer_phone_btn a {
  border: 1px solid #333;
  background-color: #161616;
  color: #505050;
  display: block;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 15px;
}
footer #footer_content .footer_phone_btn a img {
  max-width: 16px;
  vertical-align: top;
}
footer #footer_content .footer_pc_btn {
  float: right;
  width: 48%;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
footer #footer_content .footer_pc_btn a {
  border: 1px solid #333;
  background-color: #e4e5ac;
  color: #39392b;
  display: block;
  padding-top: 8px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  font-size: 15px;
}
footer #footer_content .footer_pc_btn a img {
  max-width: 21px;
  vertical-align: top;
}
footer #footer_content .footer_copyright {
    width: 100%;
    font-size: 10px;
    text-align: center;
    color: #949494;
}
footer #footer_content .footer_sns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-top: 10px;
}
footer #footer_content .footer_sns div {
    width: 25%;
    text-align: center;
}


footer .footer_contact {
    background-size: 100% 100%;
    padding: 20px 13px;
    margin-bottom: 20px;
}
footer .footer_contact .title {
  text-align: center;
  margin-bottom: 4px;
}
footer .footer_contact .title img {
  max-width: 160px;
}
footer .footer_contact .top_contact_search_plan {
  float: left;
  width: 48%;
  margin-right: 10px;
}
footer .footer_contact .top_contact_date_plan {
  float: right;
  width: 48%;
  text-align: right;
}
.footer_contact{
    background-color: #000;
}
/********** 共通 End **********/
/********** 新着情報 Star **********/
#article .title {
  margin-bottom: 10px;
  background-image: url(../../../sp/img/news/news_title_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  padding-left: 30px;
}
#article .box {
  background-image: url(../../../sp/img/news/news_box_bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  padding-top:10px;
}
#article .pic {
  margin-bottom: 5px;
}
#article .text {
  margin-bottom: 10px;
}
#article .btn {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#article .date {
    margin: 0 0 25px;
    padding: 0px;
}
#article span.date {
    display: inline-block;
    margin: 0 0 10px;
  color: #e4e8ad;
}
#article span.category {
  background-image: url(../../../sp/img/news/news_category_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
}
#article span.category {
    display: inline-block;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
}
#article span.category p{
  margin-bottom:0;
  }

#article ul.articles {
  margin: 0 0 10px;
  list-style-type: none;
}
#article ul.articles li {
  height: auto;
  overflow: hidden;
  background-image: url(../../../sp/img/news/articles_li_bg.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: contain;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#article ul.articles li .img {
    float: left;
  width: 40%;
  margin-bottom: 0px;
}
#article ul.articles li .right {
  float: right;
  width: 55%;
}
#article ul.articles li .ttl a {
  text-decoration: underline;
  color: #fff;
}
#article .wp-pagenavi{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
#article .wp-pagenavi .current {
  background-color: #111;
  border: 3px solid #000;
  color: #fff;
  text-decoration: underline;
  padding: 5px 10px;
}
#article .wp-pagenavi a {
  background-color: #111;
  border: 3px solid #000;
  color: #fff;
  text-decoration: underline;
  padding: 5px 10px;
  margin-left: 3px;
}
#article .wp-pagenavi a {
  background-color: #111;
  border: 3px solid #000;
  color: #fff;
  text-decoration: underline;
  padding: 5px 10px;
  margin-left: 3px;
}
/********** 新着情報 End **********/
/********** フォトギャラリー Star **********/
#gallery ul {
  list-style-type: none;
  padding-left: 1%;
  padding-right: 1%;
  clear: both;
  overflow: hidden;
}
#gallery ul:last-child{
    min-height: 190px;
    padding-bottom: 20px;
}
#gallery ul li {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}
#gallery ul li. img {
  display: block;
}
#gallery ul li:nth-child(odd) {
  clear: both;
}
#gallery .gallery_text {
  padding: 10px;
  background-image: url(../../../sp/img/gallery/gallery_text_bg.jpg);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left top;
  font-size: 15px;
}
/********** フォトギャラリー End **********/
/********** 温泉 Star **********/
#spa .spa_title {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 4px;
    font-weight: 500;
    width: 100%;
    font-family: 'Hiragino Mincho ProN', serif;
    font-size: 20px;
    letter-spacing: 5px;
}
#spa .spa_link {
  margin-top: 10px;
}
/********** 温泉 End **********/
/********** 客室 Star **********/
#room ul.room_text {
    border-bottom: 1px solid #545455;
    border-top: 1px solid #545455;
    list-style-type: none;
   margin:10px auto;
    padding: 15px;
    width: 80%;
}
#room ul.room_text li {
  background-image: url(../../../sp/img/room/room_text_bg.gif);
  background-repeat: no-repeat;
  background-position: left 8px;
    padding-left: 10px;
    line-height:1.3;
}
#room .room_link {
  margin-top: 15px;
}
#room .room_title {
  margin: 30px auto 10px;
  width: 50%;
}
#room .font_gold {
  color: #e3e7ad
}
/********** 客室 End **********/
/********** お料理 Star **********/
#cuisine .cuisine_pic {
  margin-bottom: 15px;
}
#cuisine ul.cuisine {
  list-style-type: none;
  padding-left: 1%;
  padding-right: 1%;
  clear: both;
  overflow: hidden;
}
#cuisine ul.cuisine li {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

#cuisine ul.cuisine li.last{
  clear:both;
  width:98%;
  margin:0 auto;
}

#cuisine ul.cuisine li. img {
  display: block;
}
#cuisine ul.cuisine li:nth-child(odd) {
  clear: both;
}
#cuisine .cuisine_box {
  background-image: url(../../../sp/img/cuisine/cuisine_box_bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  font-size: 15px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#cuisine .cuisine_box .price{
  text-align:center;
}
#cuisine .cuisine_title {
  background-image: url(../../../sp/img/cuisine/cuisine_title_bg.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 15px;
  text-align: center;
  margin-bottom: 5px;
}
#cuisine .cuisine_price {
  text-align: center;
}
/********** お料理 End **********/
/********** 日帰り温泉 Star **********/
#daytrip .daytrip_title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #e3e7ad;
  background-image: url(../../../sp/img/daytrip/daytrip_title_bg.jpg);
  background-repeat: repeat;
  background-position: left top;
  padding: 10px;
  margin-top: 20px;
}
#daytrip .daytrip_title2 {
  margin: 20px auto 10px;
  width: 70%;
}
#daytrip .daytrip_box {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 10px;
}

#daytrip .daytrip_box + .daytrip_box{
    border-bottom: 1px solid #FDFDFD;
    border-top: 1px solid #FDFDFD;
    margin-bottom: 0;
    padding-bottom: 6px;
    padding-top: 13px;
    text-align: center;

}

#daytrip .daytrip_box2 {
  margin-top: 10px;
}
#daytrip .daytrip_text {
  float: left;
  width: 48%;
  line-height:1.3;
}
#daytrip ul.daytrip_text2 {
  list-style-type: none;
}
#daytrip ul.daytrip_text2 li {
  background-image: url(../../../sp/img/daytrip/daytrip_text_bg.gif);
  background-repeat: no-repeat;
  background-position: left 8px;
  padding-left: 10px;
  margin-left:10px;
  line-height:1.3;
}
#daytrip .daytrip_text3 {
  font-size: 15px;
  color: #e3e7ad;
  margin-top: 15px;
}
#daytrip .daytrip_link {
  float: right;
  width: 48%;
  margin-top:3px;
}
/********** 日帰り温泉 End **********/
/********** 交通案内 Star **********/
#access .access_pic {
  float: left;
  width: 40%;
}
#access .access_title {
  font-size: 15px;
  color: #ce872b;
}
#access .access_text {
  float: right;
  width: 55%;
}
#access .access_text2 {
/*	float: left;
  width: 40%;*/
  padding:10px 15px;
}
#access .access_box {
  margin:0 auto;
  width: 98%;
}
#access .access_box2 {
  margin-bottom: 10px;
}
#access .access_link {
  margin-top: 10px;
  float: left;
  width: 49%;
}
#access .access_link2 {
  margin-top: 10px;
  float: right;
  width: 49%;
}
#access table {
  border-collapse: collapse;
}
#access table.access_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999999;
}
#access table.access_table th {
  padding: 5px;
  text-align: left;
  vertical-align:middle;
  font-weight: normal;
  background-color: #605e4f;
  border: 1px solid #999999;
  color: #fff;
}
#access table.access_table td {
  padding: 2px;
  background-color: #fff;
  border: 1px solid #999999;
  text-align: left;
  color: #333;
  font-size:12px;
  padding: 10px 5px;
}
#access table.access_table td.td_none {
  color: #605e4f;
}
/********** 交通案内 End **********/

#fixed_header {
    background-color: #222222;
    position: fixed;
    width: 100%;
  top:0;
  z-index:10;
}

body > h1{
  padding-top:17%;
}

.pc-switcher{
  display:none;
}

.map{
    height: 300px;
    width: 100%;
}

.dummy_text{
  background-color:#333;
  width:100%;
  margin:10px auto;;
  height:100px;
  text-align:center;
  line-height:100px;
  display:none;
}




.topics_menu ul {
  width:96%;
  margin:0 auto;

}

.topics_menu ul li{
  height: auto;
  overflow: hidden;
  background-image: url(../../../sp/img/news/articles_li_bg.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: contain;
}

.topics_menu ul li a{
  display:block;
  color:#FFF;
  padding:20px 20px 20px 50px;
  background-image: url(../../../sp/img/news/li_bg.png);
  background-repeat:no-repeat;
  background-position:left center;
  background-size: contain;
  font-size:15px;

}

/********** SNS **********/

.blog_sns li{
    float: left;
    margin-left: 5px;
}

.blog_sns li{
  list-style:none;
}
.blog_sns li.facebook{
  margin-top:-5px;
}

.blog_sns{
  margin-top:7px;
}

#bt_line {
  width: 82px;
}

/********** ALL **********/

.textp{
  padding:8px;
  margin-bottom:0;
  line-height:1.7;
}

p.textp + .textp{
  padding-top:0;
}
.car_navi {
  border: 1px solid #ccc;
  background-color: #222;
  padding: 10px 20px;
  margin: 10px;
}


/********** BREAKFAST **********/

.breakfast_wrap{
}

.breakfast_main{
    text-align: center;
    color:#333;
    padding-bottom:45px;
    background: url(../../img/breakfast/breakfast_main_bg.jpg);
}

.breakfast_main_title001{
    margin-top:78px;
}

.breakfast_main_title002{
    width: 90%;
    margin: 30px auto 16px;
    text-align: center;
}

.breakfast_main_title002 h2 {
    margin-top:0px;
}

.breakfast_main_txt{
    max-width: 90%;
    margin: 0 auto;
}

/*sec001*/
.breakfast_sec001 {
    padding:33px 0;
    background: url(../../img/breakfast/breakfast_sec001_bg.jpg);
    color:#000;
}

.breakfast_sec001_pad{
    margin: 0 10px;
}

.breakfast_sec001 .breakfast_sec001_title002 {
}
.breakfast_sec001 h2 {
    margin: 0 auto 20px;
    width:60%;
    text-align: center;

}
.breakfast_sec001_main001_wrap {
    margin-bottom:40px;
}
.breakfast_sec001_main001 {
}
.breakfast_sec001_main_title {
    width:77%;
}
.breakfast_sec001_2col_wrap {
    overflow: hidden;
    width:100%;
}
.breakfast_sec001_2col {
    float:left;
    width:48.5%;
    margin-right:3%;
    margin-bottom: 20px;
}

.breakfast_sec001_2col:nth-child(2n) {
    float:left;
    width:48.5%;
    margin-right:0%;
}

.breakfast_sec001_2col:nth-child(3n) {
    clear: both;
}

.breakfast_sec001_2col_img{
    margin-bottom:8px;
}

.breakfast_sec001_2col_title {
    text-align: center;
}
.breakfast_sec001_2col_wrap h3 {
    margin-top: 0px;
    margin-bottom:8px;
}
.breakfast_sec001_2col .breakfast_sec001_2col_title{
    width:100%;
    height:auto;
}

.breakfast_sec001_2col:nth-child(2) .breakfast_sec001_2col_title{
    width:59%;
    height:auto;
    margin:0 auto;
}

.breakfast_sec001_2col:nth-child(3) .breakfast_sec001_2col_title{
    width:72%;
    height:auto;
    margin:0 auto;
}

.breakfast_sec001_2col_txt {
}
.breakfast_sec001_2col_wrap p {
    line-height: 20px;
}
.breakfast_sec001_2col_wrap br {
}

/*sec002*/
.breakfast_sec002 {
    padding:33px 0 10px;
    background: url(../../img/breakfast/breakfast_sec002_bg.jpg);
    color:#000;
}

.breakfast_sec002_pad{
    margin: 0 10px;
}

.breakfast_sec002 .breakfast_sec002_title002 {
}
.breakfast_sec002 h2 {
    margin: 0 auto 20px;
    width:60%;
    text-align: center;

}
.breakfast_sec002_main001_wrap {
    margin-bottom:40px;
}
.breakfast_sec002_main001 {
}
.breakfast_sec002_main_title {
    width:77%;
}
.breakfast_sec002_2col_wrap {
    overflow: hidden;
    width:100%;
}
.breakfast_sec002_2col {
    float:left;
    width:48.5%;
    margin-right:3%;
    margin-bottom: 20px;
}

.breakfast_sec002_2col:nth-child(2n) {
    float:left;
    width:48.5%;
    margin-right:0%;
}

.breakfast_sec002_2col:nth-child(3n) {
    clear: both;
}

.breakfast_sec002_2col_img{
    margin-bottom:8px;
}

.breakfast_sec002_2col_title {
    text-align: center;
}
.breakfast_sec002_2col_wrap h3 {
    margin-top: 0px;
    margin-bottom:8px;
}
.breakfast_sec002_2col .breakfast_sec002_2col_title{
    width:47%;
    height:auto;
    margin:0 auto;
}

.breakfast_sec002_2col:nth-child(2) .breakfast_sec002_2col_title{
    width:38%;
    height:auto;
    margin:0 auto;
}

.breakfast_sec002_2col:nth-child(3) .breakfast_sec002_2col_title{
    width:67%;
    height:auto;
    margin:0 auto;
}

.breakfast_sec002_2col_wrap p {
    line-height: 20px;
}


/*sec003*/
.breakfast_sec003 {
    padding:33px 0 10px;
    background: url(../../img/breakfast/breakfast_sec001_bg.jpg);
    color:#000;
}

.breakfast_sec003_pad{
    margin: 0 10px;
}

.breakfast_sec003 .breakfast_sec003_title002 {
}
.breakfast_sec003 h2 {
    margin: 0 auto 20px;
    width:60%;
    text-align: center;

}
.breakfast_sec003_main001_wrap {
    margin-bottom:40px;
}
.breakfast_sec003_main001 {
}
.breakfast_sec003_main_title {
    width:83%;
}
.breakfast_sec003_2col_wrap {
    overflow: hidden;
    width:100%;
}
.breakfast_sec003_2col {
    float:left;
    width:48.5%;
    margin-right:3%;
    margin-bottom: 20px;
}

.breakfast_sec003_2col:nth-child(2n) {
    float:left;
    width:48.5%;
    margin-right:0%;
}

.breakfast_sec003_2col:nth-child(3n) {
    clear: both;
}

.breakfast_sec003_2col_img{
    margin-bottom:8px;
}

.breakfast_sec003_2col_title {
    text-align: center;
}
.breakfast_sec003_2col_wrap h3 {
    margin-top: 0px;
    margin-bottom:8px;
}
.breakfast_sec003_2col .breakfast_sec003_2col_title{
    width:90%;
    height:auto;
    margin:0 auto;
}

.breakfast_sec003_2col:nth-child(2) .breakfast_sec003_2col_title{
    width:60%;
    height:auto;
    margin:0 auto;
}

.breakfast_sec003_2col:nth-child(3) .breakfast_sec003_2col_title{
    width:98%;
    height:auto;
    margin:0 auto;
}

.breakfast_sec003_2col_wrap p {
    line-height: 20px;
}

/*banner*/
.breakfast_banner {
    padding:23px 0px 10px;
    background: url(../../img/breakfast/breakfast_banner_bg.jpg);
    color:#000;
    background-size: cover;
}
.breakfast_banner_pad {
    margin: 0 10px;
}

.breakfast_banner_img {
    margin-left:-5px;
    width: 40%;
    margin-right:3%;
    float:left;
    margin-bottom:23px;
    box-sizing: border-box;
}
.breakfast_banner_img img {
}
.breakfast_banner_title {
    margin-top:-5px;
    width: 57%;
    float:left;
}
.breakfast_banner_title img {
}
.breakfast_banner_txt {
    clear: both;
    line-height: 20px;
}


/*sec004*/
.breakfast_sec004 {
    padding:33px 0 10px;
    background: url(../../img/breakfast/breakfast_sec002_bg.jpg);
    color:#000;
}

.breakfast_sec004_pad{
    margin: 0 10px;
}

.breakfast_sec004 .breakfast_sec004_title002 {
}
.breakfast_sec004 h2 {
    margin: 0 auto 20px;
    width:60%;
    text-align: center;

}
.breakfast_sec004_main001_wrap {
    margin-bottom:40px;
}
.breakfast_sec004_main001 {
}
.breakfast_sec004_main_title {
    width:86%;
}
.breakfast_sec004_main_subtitle {
    width:80%;
}
.breakfast_sec004_main001_wrap .txt{
    line-height: 20px;
}


.breakfast_sec004_main002_wrap {
}
.breakfast_sec004_main002 {
}
.breakfast_sec004_main002_title001 {
    width:65%;
    margin: 0 auto 10px;
}
.breakfast_sec004_main002_white {
    background: url(../../img/breakfast/breakfast_sec004_main002_white_bg.png);
    padding: 10px 5% 10px;
}
.breakfast_sec004_main002_wrap h3 {
    margin: 0;
}
.breakfast_sec004_main002_wrap .txt {
    line-height: 20px;
}

.breakfast_sec004_main002_catch {
    width:78%;
    margin: 30px auto;
}

.breakfast_sec004_intro_wrap{

}
.breakfast_sec004_intro_title{
    margin-bottom:20px;
}

.breakfast_sec004_intro_box {
    overflow: hidden;
}

.breakfast_sec004_intro_img {
    width:96%;
    margin: 0 auto;
}

.breakfast_sec004_intro_table table{
    width:96%;
    margin: 0 auto;
}

.breakfast_sec004_intro_table table,
.breakfast_sec004_intro_table td,
.breakfast_sec004_intro_table th {
    border: 2px solid #fff;
    border-collapse: collapse;
}
.breakfast_sec004_intro_table td{
    padding:10px;
    box-sizing: border-box;
}


.breakfast_sec004_intro_table th {
    width: 20%;
    padding:10px;
    box-sizing: border-box;
    background: #333;
    color:#fff;
    font-weight: normal;
    text-align: center;
    vertical-align: top;
}


/*breakfast_plan*/

.breakfast_plan_wrap{
    padding:25px 0 40px;
}
.breakfast_plan_title {
    width:90%;
    margin: 0 auto 25px;
}
.breakfast_plan_box {
    width:88%;
    margin: 0 auto 30px;
    padding:10px ;
    border: solid 2px #373737;
    border-left: solid 3px #fff;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: #3f3f3f;
}

.breakfast_plan_box:last-child{
    margin-bottom:0px;
}

.breakfast_plan_img {
    width:30%;
    float:left;
    box-sizing: border-box;
    margin-right:4%;
}

.breakfast_plan_right {
    width:63%;
    float: left;
}
.breakfast_plan_right_title {
    margin-bottom:10px;
}

.breakfast_plan_right_title h4{
    margin-top:0px;
}
.breakfast_plan_right_title a {
    font-weight: normal;
    color:#ffffcc;
    font-size:18px;
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
.breakfast_plan_right_txt{
    color: #fff;
    margin-bottom:9px;
    line-height: 22px;
}
.breakfast_plan_wrap dl {
    color: #fff;
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}
.breakfast_plan_wrap dt {
    float:left;
    font-size: 13px;
    padding-top: 4px;
    box-sizing: border-box;
    margin-right:20px;
}
.breakfast_plan_wrap dd {
    padding-top: 4px;
    box-sizing: border-box;
    color: #ee4e4e;
}
.breakfast_plan_btn{
    position: absolute;
    height: 32px;
    width: 236px;
    bottom:20px;
    right:40px;
}

.breakfast_plan_arrow{
    position: absolute;
    top:50%;
    right:3px;
}

/* 画面下部Fixedメニュー */
.fixed_menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  font-size: 90%;
}

.fixed_menu_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #333; /* Old browsers */
  background: -moz-linear-gradient(top, #333 0%, #181818 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #333 0%,#181818 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #333 0%,#181818 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333', endColorstr='#181818',GradientType=0 ); /* IE6-9 */
}

.fixed_menu_wrap .fixed_menu_btn {
  width: 25%;
  text-align: center;
  list-style: none;
  border-right: 1px solid #000;
}

.fixed_menu_wrap .fixed_menu_btn:last-child {
  border-right: none;
}

.fixed_menu_wrap .fixed_menu_btn a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0 5px;
}

.fixed_menu_wrap .fixed_menu_btn a span {
  display: block;
}

.fixed_menu_wrap .fixed_menu_btn a img {
  width: 26px;
  display: block;
  margin: 0 auto 2px;
}


/*山の菴*/
.text-center{
    text-align: center;
}
.mincho{
    font-family: 'Hiragino Mincho ProN', serif;
}

.list-none{
    list-style: none;
}

.room_header{
    text-align: center;
    margin-bottom: 20px;
}

.sp-breadcrumb{
    margin-top:24%;
}

.bg_black{
    background-color: #000;
}

.sp-slider{
    padding-top: 9% !important;
    padding-bottom: 12%;
}
.bx-wrapper .bx-pager{
    bottom:-7px !important;
    width:140px !important;
}

#roomtype{
    margin-top: 40px;
}

.room_name{
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.room_name_img{
    max-width: 40% !important;
}

.room_name span{
    font-size:20px;
}

.iori_plan_box{
    display: flex;
    background: #28231d;
    padding:20px;
    margin-bottom: 15px;
}

.iori_plan_box img{
    margin-top:20px;
    max-width:100%;
    background-image: url();
    }

.left_box{
    min-width:35%;
}

.left_box a{
  position:relative;
}

.left_box .footer_navtext{
  position: absolute;
  left: 39%;
  bottom: 12px;
  color: #fff;
  font-size: 19px;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.right_box a{
  position:relative;
}

.right_box .footer_navtext{
  position: absolute;
  left: 39%;
  bottom: 12px;
  color: #fff;
  font-size: 19px;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.right_box .day{
  left: 18%;
}

.iori_right_box img{
    max-width: 100%;
    margin-top:10px;
}


.room_link_btn{
    width:100%;
}

.iori_plan_box .right_box{
    margin-left:20px;
}

/*山のテラス*/

.terrace_header{
    font-family: 'Hiragino Mincho ProN', serif;
}
.terrace_header h3{
    color:#b09857;
    font-size: 16px;
    margin-top: 40px;
}
.terrace_header_text{
    font-size:13px;
    line-height: 1.4;
}

.terrace_roomlink{
    display: flex;
    justify-content: center;
}
.terrace_roomlink img{
}

.flex-around{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding:20px 0;

}

.flex-around img{
    width:48%;
    height:48%;
}

.terrace_section_title{
    font-family: 'Hiragino Mincho ProN', serif;
    font-size:87%;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 25px;
}
.terrace_section_title:after{
    content: "";
    display: block;
    height: 3px;
    background: -moz-linear-gradient(to right, #222, #cdcd9d, #222);
    background: -webkit-linear-gradient(to right, #222, #cdcd9d, #222);
    background: linear-gradient(to right, #222, #cdcd9d, #222);
    margin-top: 20px;
}

.flower_name{
    background: #222222;
    margin-bottom: 40px;
}

.flower_box{
    margin-bottom:2em;
    text-align: center;
    line-height: 1.0;
}

.flower_box p:first-child{
    color:#e4e8ad;
    font-family:'Hiragino Mincho ProN', serif;
    font-size: 16px;
    font-weight: bold;
}

.flower_box span{
    font-size: 11px;
}

.room_icon{
  text-align: center;
    }

.room_icon img{
    max-width: 90%;
    margin:20px 0;
}
.room_icon2{
    width:60% !important;
}

/*
*施設案内
*/

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex img{
    width:48%;
    height:48%;
}

.flex-fs{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding:20px 0;

}

.flex-fs img{
    width:48%;
    height:48%;
}


.slider_facility{
    padding-top: 0 !important;
}

.btn_download{
    margin:30px;
    text-align: center;
}

.btn_download img{
    width:80%;
}

.floor_num{
    text-align: center;
    font-family: 'Hiragino Mincho ProN', serif;
    font-size:22px;
}


.facility--subtitle__text{
    text-align: center;
}

.facility--facility--name{
    font-size: 30px;
    font-weight: bold;
}

.img_parking{
    text-align: center;
    margin:10px 0 40px
}

.img_parking img{
    width:75%;
}

/*
*季節の特別料理
*/
.mt0{
    margin-top: 0;
}

mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}

.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}

.pt20{
    padding-top: 20px;
}

.facility_text{
    font-size: 13px;
    margin-bottom: 20px;
}

.border-top{
    border-top:1px solid #545455;
}

.btn_back{
    width:60%;
    margin:25px;
}

.season_dish_link{
    display: flex;
}

.season_dish_link img{
  margin-bottom: 10px;
}

.season_dish_box{
    text-align: center;
    padding:5%;
}
.season_dish_box:last-of-type{
    border-bottom: 1px solid #545455;
    padding-bottom: 40px;
}

.menu_title{
    margin-top: 10px;
}

.menu_detail{
    text-align: left;
    padding:0 6%;
    line-height:1.2;
}

.menu_detail ul{
    list-style:none;
}

.dish_section{
    border-bottom: 1px solid #545455;
}

.dish_title{
    color:#fefdcf;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 4px;
}
.dish_subtitle{
    font-size: 15px;
    font-weight: bold;
}

.dish_text{
    line-height: 1.4;
    padding:18px 10px;
}

.dish_img{
    width:80%;
    margin:18px auto 35px;
}

.color-spring{
    color:#d97b9e;
}

.color-summer{
    color:#6cbb68;
}

.color-autumn{
    color:#e0aa63;
}

.color-winter{
    color:#9169da;
}

#about_menu{
    padding: 40px 0;
    border-bottom: 1px solid #545455;
    background-color: #000;
}

.explain_box{
    display: flex;
    background-image: url("/sp/img/season_dishes/footer_bg_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding:20px;
    margin-bottom: 12px;
}
.box_name{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding-left: 18px;
}

.box_name span{
    font-size: 17px;
}

.box_text{
    line-height: 1.5;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
}

.box_img{
    max-width:90%;
    margin:0 auto;
    margin-left:18px
}
/*
*ダイニング
*/

.dining_header{
    text-align: center;
}

.dining_header_title{
    font-size: 20px;
    font-weight: bold;
}

.dining_header_text{
    line-height: 1.5;
    font-size: 12px;
    margin-bottom: 30px;
}

#dining_header{
    padding-bottom: 30px;
}

.btn-wrapper{
    margin-bottom: 18px;
}

.btn-dining{
    width:95%;
    margin-bottom: 6px;
}

.wine_content{
    width:100%;
    padding-bottom: 30px;
}

.wine_cp{
    width:80%;
    margin-top: 10px;
    margin:0 auto;
    margin-bottom: 8px;
}

.wine_img{
    margin-bottom: 10px;
}

#dining_topic{
    background: #222;
}

.topic_box{
padding: 30px 10px 0;
margin-bottom: 25px;
}

.topic_text{
    margin-bottom: 20px;
}

.wine_subtitle{
    width:80%;
    margin-bottom: 10px;
}

#business_hour{
    border-bottom: 1px solid #545455;
}

#additional_dishes {
    background-color: #000;
    border-bottom: 1px solid #545455;
}

#additional_dishes ul.cuisine {
  list-style-type: none;
  clear: both;
  overflow: hidden;
}
#additional_dishes ul.cuisine li {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

#additional_dishes ul.cuisine li.last{
  clear:both;
  width:98%;
  margin:0 auto;
}

#additional_dishes ul.cuisine li. img {
  display: block;
}
#additional_dishes ul.cuisine li:nth-child(odd) {
  clear: both;
}
#additional_dishes .cuisine_box {
  background-image: url(../../../sp/img/cuisine/cuisine_box_bg.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  font-size: 15px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

#additional_dishes .cuisine_box .price{
  text-align:center;
  padding: 0 0;
}
#additional_dishes .cuisine_title {
  background-image: url(../../../sp/img/cuisine/cuisine_title_bg.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 15px;
  text-align: center;
  margin-bottom: 5px;
  font-family: 'Hiragino Mincho ProN', serif;
}

.menu_box{
    margin-bottom: 30px;
}

.menu_box_title{
    text-align: center;
    font-size: 20px;
    background-image: url("../../img/dining/add_dish_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% ;
    height:40px;
    line-height:40px;
    vertical-align: middle;
    color:#fefdcf;
}

.price{
    text-align: right;
    padding-right: 10%;
    font-family: 'Hiragino Mincho ProN', serif;
}
.content_recommend ul li a .price{
    padding-right: 1%;
    font-family: 'Hiragino Mincho ProN', serif;
}
.bar{
    background: #595959;
}

.table_hour{
    margin:10px 10px 40px;
    border-collapse: collapse;
    border:1px solid #595959;
    text-align: center;
}

.table_hour th,
.table_hour td{
    padding:10px;
    line-height: 1.5;
}

.table_hour th{
    background: #3b3a35;
    font-family: 'Hiragino Mincho ProN', serif;
}




/*
*露天風呂付客室
*/


.bx-wrapper .bx-pager {
    bottom: 0px !important;
    width: 140px !important;
    height: 20px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lead-text {
    font-family: 'Hiragino Mincho ProN', serif;
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
}
.sub-lead-text {
    font-family: 'Hiragino Mincho ProN', serif;
    font-size: 3.5vw;
    line-height: 5vw;
    text-align: center;
    margin: 25px 0;
}

#room-menu{
    display: flex;
    width: 95%;
    margin: 50px auto;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#room-menu a {
    width: 31%;
}
h2 img{
  width: 100%;
}

.sub-slider ul li img{
  width: 100%;
}
.sub-slider{
    position: relative;
}
.sub-title{
  width: 100%;
}
#room ul.room_text {
    border-bottom: 1px solid #545455;
    border-top: 1px solid #545455;
    list-style-type: none;
    margin: 20px auto 20px auto;
    padding: 15px 3%;
    width: 95%;
    line-height: 18px;
    font-size: 3.4vw;
}
#room ul.room_text p{
    margin-top: 15px;
}

.modal {
    visibility: hidden;
    overflow-y: scroll;
    opacity: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px;
    transition: opacity 0.3s, visibility 0s 0.3s;
    background: rgba(0, 0, 0, 0.8);
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}

.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.modal_inner {
    margin: 20px auto;
    width: 95%;
}
.modal_content {
  display: none;
  border-radius: 2px;
  background: #000;
}
.is-active .modal_content {
  display: block;
}
.modal_inner .close_menu {
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}
.modal_inner .close_menu img {
    max-width: 34px;
    vertical-align: middle;
}
.amenity-title{
    background-color: #1f1f1e;
    border-top: 2px solid #363532;
    border-bottom: 2px solid #363532;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 7px;
}
.modal_content p{
    width: 90%;
    margin: 0 auto;
}




.terrace_h2{
    letter-spacing: 0;
}

.terrace_h2 span{
    color:#947729;
}

.terrace_text{
    padding: 13px;
    text-align: left !important;
}

.color-yellow{
    color:#a88d48;
    font-size: 20px !important;
}

.season_dish_title{
    color:#a88d48;
    font-style: 17px;
    text-align: center;
}

.spa-sectitle{
  color: #e0ddb9;
  font-family:'Hiragino Mincho ProN', serif;
    font-size:18px;
    padding:0 13%;
}
