/******************************************************************
Theme Name: Ryokan_std
Author: yadoken
Author URI: https://www.yadoken.net/
Version: 1.7
License: WTFPL
------------------------------------------------------------------
※修正はここから追記してください。
******************************************************************/
/*サイト全体フォントサイズ*/

body {
    font-size: 20px;
}
@media print, screen and (min-width: 768px) {
    .ttl_freetxt .txt {
        font-size: 18px;
    }
}
.ttl_imgtxt .top_imgtxt .txt_cts h3 {
    font-size: 28px;
}
.txt_imgarea .img_top01 > li .txt_area h4, .txt_imgarea .img_top02 > li .txt_area h4, .txt_imgarea .img_top03 > li .txt_area h4, .txt_imgarea .img_top04 > li .txt_area h4, .slidethumb_txt .img_top01 > li .txt_area h4, .slidethumb_txt .img_top02 > li .txt_area h4, .slidethumb_txt .img_top03 > li .txt_area h4, .slidethumb_txt .img_top04 > li .txt_area h4, .txt_carousel h4 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}
.p_tag.layout02 h3 {
    padding-top: 28px;
}
.p_tag h3 {
	font-size: 30px;
}
@media print, screen and (max-width: 767px) {
.ttl_imgtxt .top_imgtxt .txt_cts h3 {
    font-size: 24px;
}
.txt_imgarea .img_top01 > li .txt_area h4, .txt_imgarea .img_top02 > li .txt_area h4, .txt_imgarea .img_top03 > li .txt_area h4, .txt_imgarea .img_top04 > li .txt_area h4, .slidethumb_txt .img_top01 > li .txt_area h4, .slidethumb_txt .img_top02 > li .txt_area h4, .slidethumb_txt .img_top03 > li .txt_area h4, .slidethumb_txt .img_top04 > li .txt_area h4, .txt_carousel h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.p_tag.layout02 h3 {
    padding-top: 24px;
}
.p_tag h3 {
	font-size: 26px;
}	
}

/* 周辺観光モデルコース */
.modelcourse {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  background: #f7f7f7;
}

.modelcourse h2 {
  text-align: center;
  font-size: 1.5em;
}

.modelcourse .timeline {
  display: flex;
  flex-direction: column;
}

.modelcourse .time-block {
  display: flex;
  gap: 20px;
  background: #fff;
  border-left: 5px solid #a68b62;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.modelcourse .time {
  font-weight: bold;
  color: #a68b62;
  width: 60px;
  flex-shrink: 0;
  font-size: 1.2em;
}

.modelcourse .activity h3 {
  font-size: 1.1em;
}

.modelcourse .activity p {
  margin: 0;
  font-size: 0.95em;
  color: #555;
}

/* 周辺観光スポット */
.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; 
}

/*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) {
.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;
}
}
/*外部リンクボタン*/
.out_link ul, .out_link ul li a {
    width: 500px !important;
	display: block;
	margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
.out_link ul, .out_link ul li a {
	width: 320px !important;	
	margin: 0 auto;
	font-size: 14px;	
}
}
/*お部屋名*/

.r_name {
	font-size:18px;
}
@media print, screen and (max-width: 767px) {
	.r_name {
	font-size:14px;
}
}

/*スライダー*/
.a-slider .mainwrap{
	max-width:100%;
	padding:0;
}
@media print, screen and (min-width: 2046px) {
.rooms-slider{
	max-width:80%;
	padding:0;
}
}
@media print, screen and (min-width: 1500px) and (max-width: 2045px) {
.rooms-slider{
	max-width:95%;
	padding:0;
}
}
/*周辺観光フォント見出しサイズ*/

.sight_f .img_top03 > li .txt_area h4 {
	font-size: 20px;
}
/*翻訳*/
.gt_switcher_wrapper {
    right: 4px !important;
}
@media print, screen and (max-width: 1160px) {
.gt_switcher_wrapper {
    top: 51px !important;
    right: 0 !important;
	bottom: auto !important;
}
}
/*お部屋*/
/*キッチン*/

.rooms_std {
	max-width: 100% !important;
}
@media print, screen and (min-width: 1400px) {
    .rooms_std .img_left01 > li .txt_area {
        width: 48%;
        padding-right: 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;
    }
}

/* 下層タブイメージ */
.tab ul {
    display: flex;
    justify-content: space-between;
}
.tab ul li {
    width: 31%;
}
.tab.four ul li  {
	width: 24%;
}
.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.3);
    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: 100%;
    color: #fff;
	text-shadow: 0 0 5px #000;
    filter: drop-shadow(0 0 0.6em #000000);
}
.tab ul li p a:after {
    content: none;
}
.under_line {
    width: 25px;
    height: 1px;
}
.phonetic {
    font-size: 12px;
    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.01);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.tab.two ul {
    justify-content: center;
}
.tab.two ul li:first-of-type {
    margin-right: 1%;
}
.tab.two ul li:last-of-type {
    margin-left: 1%;
}
@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: 90%;
    letter-spacing: 0;
}
}
/*温泉*/
@media print, screen and (min-width: 1920px) {
    .hotspring01_area {
        max-width: 75% !important;
    }
    }
@media print, screen and (min-width: 1500px) and (max-width: 1919px)  {
    .hotspring01_area {
        max-width: 80% !important;
    }
}
.bg_b {
	background-color: #f4f0e6;
	padding: 100px 0 120px;
}
@media print, screen and (min-width: 768px) {
    .page-id-976 .tbl_contents table th {
         width: 15% !important;
    }
}
@media print, screen and (min-width: 768px) {
    .page-id-976 .bath_amenities table th {
        display: none;
    }
}
/* 予約ボタン改修 */
@media print,screen and (max-width: 767.9px) {
	.com-rsv{
		padding-left: 12px;
		padding-right: 12px;
		width: 300px;
        top: 88px;
        right: -300px;
	}
	.com-rsv.on {
        transform: translateX(-300px);
    }
	.com-rsv__wrap >p{
		font-size: 12px;
	}
	.com-rsv ul li a p{
		font-size: 13px;
	}
.bg_b {
	padding: 40px 0 10px;
}
}
@media print, screen and (min-width: 768px){
	.com-rsv {
		padding-left: 20px;
		padding-right: 20px;
        width: 336px;
        top: 40%;
        right: -336px;
    }
	.com-rsv.on {
        transform: translateX(-336px);
    }
	.com-rsv__wrap >p{
		font-size: 13px;
	}
	.com-rsv ul li a p{
		font-size: 14px;
	}
}
.com-rsv{
	position: fixed;
	background-color: #a68b62;
	z-index: 9;
    border-radius: 32px 0 0 32px;
    transition: transform 0.3s ease-in-out;
}
.com-rsv__wrap >p{
	color: #fff;
    text-align: center;
}
.com-rsv__wrap{
	position:relative;
	padding-top: 50px;
    padding-bottom: 50px;
}
.com-rsv__close{
	width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
	top: 10px;
    right: 0;
}
.com-rsv__close::before,
.com-rsv__close::after{
	content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.com-rsv__close::before {
    transform: rotate(-45deg);
}
.com-rsv__close::after {
    transform: rotate(45deg);
}
.com-rsv ul li a{
	background-color: #fff;
    color: #a68b62;
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-radius: 8px;
}
.com-rsv ul li a p{
	font-weight:bold;
}
.com-rsv ul li{
	margin-top:15px;
}
/*トップページ*/
.count_num {
	display: none;
}
.link_btn.plan_all a {
    display: none;
}
.home header#header .header_wrap .logo_wrap .header_logo .logo_a,
.page-id-2193 header#header .header_wrap .logo_wrap .header_logo .logo_a{
    display: none;
}
@media print, screen and (min-width: 768px) {
    .ttl_access .access_route.col3 li:nth-child(n + 4) {
        margin-top: 30px;
        width: 100%;
    }
}
/*メールアドレスJS化*/
#email-js a {
    color: white !important;
    text-decoration: underline; 
}
/*SP時のご予約ボタン*/
@media print, screen and (max-width: 1160px) {
    header#header .header_wrap .search_sp a {
        padding: 34px 11px 5px 11px;
    }
}

/*おすすめプラン*/

@media print, screen and (max-width: 872px) {
	.top_plan ul.layout_02  {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
    .top_plan ul.layout_02 > li {
        width: 49%;
        margin-right: 0;
		text-align: center;
    }
}
.top_plan ul li .plan_f .plan_img:before {
	display: none;
}
.top_plan ul li .plan_btn {
    margin-top: 0;
}
/*フォトギャラ*/

@media print, screen and (min-width: 1161px) {
    .lum-close-button {
        top: 30px !important;
    }
}

@media print, screen and (max-width: 1160px) {
    .lum-close-button {
        top: 100px !important;
    }
}
/* FB修正 */
.mvtxt_img img{
	filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.7));
}
.page-id-976 .pagettl_bg .op_inner{
	background: rgba(0, 0, 0, 0.4);
}
.page-id-2193 .gtranslate_wrapper{
	display:none;
}

.page-id-2193  .slidethumb_txt .link_url  {
    text-align: center;
}
/*お問い合わせボタン*/

header#header .header_wrap .header_right .contant a {
        font-size: 16px!important;
    }

.btn_pagetop {
	display: none;
}

/*下層ヘッダー多言語リンク*/

@media print, screen and (min-width: 1161px) {
    .page-id-976 header#header .header_wrap .header_right .menu_wrap .lang_link li.langselect a, .page-id-976 header#header .header_wrap .header_right .menu_wrap .lang_link li.jp_page a {
        color: #222;
    }
    .page-id-2 header#header .header_wrap .header_right .menu_wrap .lang_link li.langselect a, .page-id-2 header#header .header_wrap .header_right .menu_wrap .lang_link li.jp_page a {
        color: #222;
    }
    .page-id-941 header#header .header_wrap .header_right .menu_wrap .lang_link li.langselect a, .page-id-941 header#header .header_wrap .header_right .menu_wrap .lang_link li.jp_page a {
        color: #222;
    }
    .page-id-168 header#header .header_wrap .header_right .menu_wrap .lang_link li.langselect a, .page-id-168 header#header .header_wrap .header_right .menu_wrap .lang_link li.jp_page a {
        color: #222;
    }
}
/*ハンバーガーメニュー*/
@media print, screen and (max-width: 1160px) {
#menu-item-1502 {
	width: 100% !important;
}
}
/*施設利用*/
@media print, screen and (max-width: 767px) {
    .tab ul li a h4 .name_ttl {
        font-size: 72%;
        letter-spacing: 0;
    }
}