/******************************************************************
Theme Name: Ryokan_high
Author: yadoken
Author URI: https://www.yadoken.net/
Version: 1.7
License: WTFPL
------------------------------------------------------------------
※修正はここから追記してください。
******************************************************************/
/* フォント・テキスト関連 */
.f-small {
	font-size: 90%;
}

.f-bold {
	font-weight: bold;
}

.f-sup {
	color: #444444;
}

.f-acc {
	font-weight:bold;
	font-size:115%;
}

.asterisk {
	padding-left: 1.2em;
}

.asterisk::before {
	content: "※";
	margin-left: calc( -1em - 5px );
	margin-right: 5px;
}
/* トップページ
******************************************************************/
.ttl_freetxt:first-child .txt h2 {
	font-weight: 600;
	font-size: 110%;
	line-height: 1.8;
	}
@media print, screen and (min-width: 768px) {
	.ttl_freetxt:first-child .txt {
		width: 100%;
		height: 390px;
		text-orientation: upright;
	}

	.ttl_freetxt:first-child .txt h2 {
		margin-left:15px;
	}
}

@media print, screen and (max-width: 767px) {
	.ttl_freetxt:first-child .txt h2 {
		margin-bottom: 7px;
	}
}
@media print, screen and (min-width: 768px) {
    .ttl_imgtxt .top_imgtxt li .img_cts .imgtxt_h2 h2 {
        font-size: 32px;
    }
}
main .top_h2 h2 {
  font-size: 32px;
}
/* リンクボタン */
.link_btn a,
.top_plan ul li a .plan_btn p {
    font-size: 16px;
}
@media print, screen and (max-width: 767px) {
    .link_btn.plan_all a {
        max-width: 460px;
    }
}

/* ttl_access */
.ryokan_name span {
	font-size: 90%;
	margin-right: 5px;
}

.ttl_access .access_route li p.asterisk {
	margin-top: 7px;
}

/* キャンセルポリシー */
.guide_tbl table th {
	text-align: left;
}

@media print, screen and (min-width: 961px) {
	.guide_tbl table th {
		width: 35%;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 960.9px) {
	.ttl_tbl .guide_tbl dl dt {
		width: 30%;
	}

	.ttl_tbl .guide_tbl dl dd {
		width: 70%;
	}
}

@media print, screen and (min-width: 450px) and (max-width: 767.9px) {
	.guide_tbl table th {
		width: 40%;
	}
}

@media print, screen and (max-width: 449.9px) {
	.guide_tbl table th {
		width: 55%;
	}
}

/* フォトギャラリー */
@media print, screen and (min-width: 768px) {
	.top_gallery ul {
		flex-wrap: nowrap;
	}
}

@media print, screen and (max-width: 767px) {
	.top_gallery ul li {
		width: 33%;
	}
}
/* おすすめプラン */
.top_plan ul li a .plan_f h4{
	text-align: center;
}

.top_plan ul li a .plan_f h4 span {
	font-weight: 600;
	font-size: 80%;
}
/* 下層共通
******************************************************************/
@media print, screen and (min-width: 768px) {
	.main-lead {
/* 		max-width: 650px; */
		margin: 0 auto;
		text-align: center;
	}
}
@media print, screen and (min-width: 768px) {
    .pagettl_bg .op_inner h2 {
        font-size: 36px;
    }
}
@media print, screen and (max-width: 767px) {
    .pagettl_bg .op_inner h2 {
        font-size: 32px;
    }
}
.pagettl_bg .op_inner h2 {
    background-size: 28px;
    padding-top: 28px;
}


/* 温泉ページ
******************************************************************/
.onsen-overview {
	display: flex;
	justify-content: space-around;
	line-height: 1.8;
}
.onsen-overview h5{
	text-align: center;
	margin: 0 0 15px;
	font-weight: 600;
	font-size: 110%;
	border-bottom: 1px solid #a85e5c;
	padding-bottom: 5px;
}
.onsen-overview_L, .onsen-overview_R {
	width: 48%;
	padding: 20px 15px;
	margin: 10px 0;
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid #d3d3d3;
	border-radius: 10px;
}

@media print, screen and (max-width: 767px) {
	.onsen-overview {
		display: block;
	}

	.onsen-overview_L, .onsen-overview_R {
		width: 100%;
	}
}
/* お食事ページ
******************************************************************/
@media print, screen and (min-width: 871px) {
	.dining-info table th {
		width: 20%;
	}
}
@media print, screen and (min-width: 768px) and (max-width: 870px) {
	.dining-info table th {
		width: 25%;
	}
}
/* 客室ページ
******************************************************************/
.spec_content table {
	background: rgba(166, 139, 98, 0.2);
	margin: 10px 0 0 0;
}
.spec_content table th {
	background: rgba(166, 139, 98, 0.6);
}
.spec_content table th, .spec_content table td {
	padding: 8px 15px;
	text-align:left;
	font-size: 90%;
}
@media print, screen and (min-width: 768px) {
    .room-info table th,
	.room-info table td {
        display: block;
		width: 100%;
    }
	.room-info table th {
		padding-bottom: 0;
		font-weight: 600;
	}

	.room-info table td {
		padding-top: 5px;
	}
}
.facilities-list {
	list-style: circle;
	line-height: 2.0;
	padding: 0 25px;
}
@media print, screen and (max-width: 960px) {
	ul.facilities-list {
		display: flex;
		flex-wrap:wrap;
	}
	.facilities-list li {
		width: 50%;
	}
	.facilities-list li:nth-child(n + 3) {
		margin-top: 10px;
	}
}
/* @media print, screen and (max-width: 560px) {
	.facilities-list {
		padding: 0 8px;
	}
} */
/* footer
******************************************************************/
@media print, screen and (min-width: 1381px) {
	.footer_logo {
		margin: 0;
	}
}
@media print, screen and (max-width: 767px) {
	.footer_logo {
		max-width: 280px;
	}
}