/******************************************************************
Theme Name: Ryokan_std
Author: yadoken
Author URI: https://www.yadoken.net/
Version: 1.7
License: WTFPL
------------------------------------------------------------------
※修正はここから追記してください。
******************************************************************/
/*MV高さ*/

.pagettl_bg .op_inner {
	height: 800px !important;
}

/*よくある指定*/

.t_cen {
	text-align: center;
}
.mb20 {
margin-bottom: 20px;
}
.mb40 {
margin-bottom: 20px;
}
@media print, screen and (max-width: 767.9px) {
.fs16 {
	font-size: 16px;
}
}

/*スライダー矢印非表示*/
@media print, screen and (max-width: 767.9px) {
.slick-arrow {
	display: none !important;
}
}

/*「スライドカルーセル+テキストエリア」の画像高さ調整*/
@media print, screen and (max-width: 767.9px) {
.airbath .slick-slide img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
}

/*改行調整*/
	 .other_view span {
		display: inline-block;
}
span.other_v  {
		display: inline-block;
}
@media only screen and (max-width: 767.9px) {
.pagettl_bg .op_inner {
    height: 400px !important;
}
}

/* 下層tab */
.tab ul {
    display: flex;
    justify-content: space-around;
}
.tab ul li {
    width: 40%;
}
.tab ul li a {
    display: block;
    position: relative;
    line-height: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.tab ul li a:before {
background: rgba(0, 0, 0, 0.4);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.tab ul li a h4 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -31px 0 0 0;
    text-align: center;
    line-height: 1.4em;
}
.tab ul li a h4 .name_ttl {
    font-size: 115%;
    color: #fff;
	text-shadow: 2px 2px 18px #060001;
}
.under_line {
    width: 25px;
    height: 1px;
}
.phonetic {
    font-size: 14px;
    display: block;
    margin-top: -8px;
}
.more_btn {
    position: relative;
}
.tab ul li a .more_btn {
    position: absolute;
    bottom: 10%;
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    text-shadow: 2px 2px 18px #060001;
    right: 5%;
}
.more_btn:after {
    content: url(/wp/wp-content/themes/ryokan_std/assets/images/common/icon_arrow_btn.png);
    margin-left: 10px;
}
.tab ul li a:after {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	margin: 10px 0 0 10px;
	/*border: 1px solid #fff;*/
	position: absolute;
	top: 0;
	left: 0;
}
.tab ul li a:hover {
	opacity:1;
}
.tab ul li a:hover:before {
    background: rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
@media print, screen and (max-width: 767px) {
.tab ul li a:after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px 0 0 5px;
}
.under_line, .phonetic {
    display: none;
}
.tab ul li a h4 {
    margin: 0;
    line-height: 0;
}
.tab ul li a h4 .name_ttl {
	font-size: 100%;
    letter-spacing: 0;
}
}
.caution {
	font-size: 14px;
}
@media print, screen and (max-width: 767px) {
	.caution {
	font-size: 12px;
}
}

/*スライダー*/
.a-slider .mainwrap{
	max-width:100%;
	padding:0;
}
@media print, screen and (min-width: 2046px) {
.rooms-slider{
	max-width:75%;
	padding:0;
}
}
@media print, screen and (min-width: 1500px) and (max-width: 2045px) {
.rooms-slider{
	max-width:95%;
	padding:0;
}
}

/*スライドサムネイル画像調整*/
.slide_std {
	max-width: 100% !important;
}
@media print, screen and (min-width: 1400px) {
    .slide_std .img_left01 > li .txt_area {
        width: 48%;
        padding-right: 200px;
		padding-top: 60px;
    }
	 .slide_std .img_right01 > li .txt_area {
        width: 48%;
        padding-left: 200px;
		padding-top: 60px;
    }
	.caution2 {
	font-size: 16px;
}
}
@media print, screen and (min-width: 320px) and (max-width: 1399px) {
.caution2 {
	font-size: 15px;
}
}
@media print, screen and (min-width: 768px) {
    .page-id-2 .tbl_contents table th {
         display: none;
    }
}
.bg_b {
	background-color: #f4f0e6;
	padding: 100px 0 120px;
}

/* 周辺観光スポット */
.underline {
    position: relative; 
    padding: 10px 0; 
	margin-top: 30px;
    text-align: center; 
    font-size: 14px; 
}

.underline::before,
.underline::after {
    content: ""; 
    position: absolute; 
    left: 0; 
    right: 0; 
    height: 0.5px; 
    background-color: #c7887f; 
}

.underline::before {
    top: 0; 
}

.underline::after {
    bottom: 0; 
}
@media only screen and (max-width: 767.9px) {
    .pagettl_bg .op_inner h2 {
        font-size: 26px;
    }
}
.rooms_other {
	display: none;
}
/*お食事処・お買い物*/

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em;
  overflow-x: auto;
  display: block;
}
.responsive-table th, .responsive-table td {
  border: solid 1px #D98287;
  padding: 8px;
  text-align: left;
  vertical-align: top;
  background: #fff;
}
.responsive-table th {
  background: #FDEFEC;
}
.responsive-table td.facility {
  background: #FDEFEC;
}
.responsive-table a {
  color: #D98287;
  text-decoration: underline;
  font-weight: bold;
}
.responsive-table a.tel-link {
  color: #D98287;
}
/* PC時のみ電話番号リンクを無効化 */
@media screen and (min-width: 700px) {
  .responsive-table td.access {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
  }
  .responsive-table td.facility {
    width: 280px;
    min-width: 180px;
  }
  .responsive-table a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: underline;
  }
}
@media screen and (max-width: 700px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td {
    display: block;
    width: 100%;
  }
  .responsive-table tr {
    margin-bottom: 20px;
    border-bottom: 2px solid #D98287;
  }
  .responsive-table td {
    padding-left: 30%;
    position: relative;
    text-align: left;
    white-space: normal;
  }
  .responsive-table td.facility::before { content: "店名・施設"; left:8px; width:28%; }
  .responsive-table td.access::before { content: "アクセス"; left:8px; width:28%; }
  .responsive-table td.address::before { content: "住所・TEL"; left:8px; width:28%; }
  .responsive-table td.desc::before { content: "説明"; left:8px; width:28%; }
  .responsive-table td::before {
    position: absolute;
    top: 8px; 
    width: 28%;
    font-weight: bold;
    color: #D98287;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
}