/******************************************************************
Theme Name: hotel_std
Author: yadoken
Author URI: https://www.yadoken.net/
Version: 1.7
License: WTFPL

******************************************************************/

#kondate_ttl,.kondate_wrap {
    max-width: 800px;
    margin: auto;
}
@media print,	screen and (min-width: 1161px) {
	header#header .header_wrap .header_plan >div, header#header .header-fixed .header_plan >div{
		height:100%;
	}
}

/* ボタン＞ */
.link_btn a span, .top_plan ul li .plan_btn p span {
    display: block;
    position: relative;
}
.link_btn a span:after, .top_plan ul li .plan_btn p span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #a68b62;
    border-right: 1px solid #a68b62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
	padding-left: 0;
}
.link_btn a span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.top_plan ul li .plan_btn p {
	font-size: 16px;
}
@media print, screen and (min-width: 768px) {
.link_btn a {
    padding: 15px 10px;
	width: 300px;
	font-size: 16px;
}
.link_btn.plan_all a {
    width: 300px;
}
}
@media only screen and (max-width: 767.9px) {
.link_btn a {
    padding: 15px 10px;
	width: 265px;
    font-size: 14px;
}
.link_btn.plan_all a {
	max-width: 265px;
}
}
.txt_imgarea .link_url {
    position: relative;
}
.txt_imgarea .link_url a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #002e56;
    border-right: 1px solid #002e56;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
    padding-left: 0;
}
@media print, screen and (max-width: 960px) {
.txt_imgarea .link_url {
    text-align: left;
    display: inline-block;
}
}
@media print, screen and (max-width: 767.9px) {
.txt_imgarea .link_url a:before {
    right: -10px;
}
}

/* TOP 一行新着 */
.mv_news {
    background-color: rgb(57, 57, 57, 0.7);
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
}
.mv_news .ticker_wrap ul li dl dd a, .mv_news .ticker_wrap h2.ticker_ttl, .mv_news .ticker_wrap p.more a {
    color: #fff!important;
}
@media print, screen and (min-width: 768px) {
.mv_news .ticker_wrap p.more {
    display: none;
}
}
@media print, screen and (min-width: 961px) {
.mv_news {
    padding: 20px 0;
}
}
@media print, screen and (min-width: 768px) {
.mv_news .ticker_wrap ul li dl dt {
    width: 20%;
}
.mv_news .ticker_wrap h2.ticker_ttl {
    border-right: solid 1px #fff;
}
}
@media only screen and (max-width: 767.9px) {
.mv_news {
	background-color: rgb(57, 57, 57, 0.7)!important;
}
.formwrap.inner_sp {
    padding-left: 0;
    padding-right: 0;
}
}

/* TOP おすすめプラン*/
.top_plan ul li .plan_btn {
    display: none;
}

/* TOP ギャラリー*/
@media print, screen and (max-width: 767.9px) {
.top_gallery .link_btn.plan_all a {
    margin: 45px auto 40px;
}
}

/* テーブル */
@media print, screen and (min-width: 768px) {
.ttl_tbl {
    padding: 50px 0 120px;
}
}
@media print, screen and (min-width: 768px) {
.ttl_tbl .guide_tbl dl dt {
    background: #f6f4ee;		
}
.tbl_contents table th {
    background: #f6f4ee;
}
.ttl_tbl .guide_tbl dl {
    display: table;
    width: 100%;
}
.ttl_tbl .guide_tbl dl dt, .ttl_tbl .guide_tbl dl dd {
	display: table-cell;
    vertical-align: middle;
}
.tbl_contents table th, .tbl_contents table td {
    vertical-align: middle;
}
}
@media only screen and (max-width: 767.9px) {
.ttl_tbl .guide_tbl dl dt {
    padding: 5px;
    background: #f6f4ee;		
}
.tbl_contents table th {
    padding: 5px;
    background: #f6f4ee;
}
.dining .spec_content table th,
.dining .spec_content table td,
.facilities .spec_content table th,
.facilities .spec_content table td,
.access .spec_content table th,
.access .spec_content table td {
    width: 50%;
}
.facilities .spec_content table tr,
.access .spec_content table tr {
    display: flex;
}
}

/* アメニティテーブル */
.ame_tbl {
    padding-top: 35px;
}
@media print, screen and (min-width: 767.9px) {
.tbl_contents.ame_tbl table th {
    width: 200px;
}
.tbl_contents.ame_tbl table td {
	width: calc(100% - 200px);
}
}

/* 下層画像リンク */
.tab ul {
    display: flex;
    justify-content: space-between;
}
.tab ul li {
    width: 31%;
}
.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: 100%;
    color: #fff;
	text-shadow: 2px 2px 18px #060001;
}
.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.1);
	-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: 70%;
    letter-spacing: 0;
}
}

/* リンクリスト */
@media print, screen and (max-width: 767.9px) {
.link_list ul li a {
	font-size: 14px;
}
}
/* 客室スペック */
.room_contents .txt p {
    text-align: left;
}
.room_spec ul {
    display: flex;
}
.room_spec li {
    margin-right: 10px;
	width: 26px;
}
.spec_content table {
    background: rgba(255,255,255,0.6);
}
.spec_content table th {
	background: #f6f4ee;
}
.spec_content table th, .spec_content table td {
    width: 25%;
    padding: 10px 20px;
	text-align:left;
}
@media print, screen and (min-width: 961px) {
.room_spec ul {
	justify-content: end;
}
.room_contents .txt {
    display: flex;
    justify-content: space-between;
}
.room_contents .txt p {
    width: 43%;
}
.room_contents .txt .breakfast {
    width: 43%;
}
.room_contents .txt .spec_content {
    width: 50%;
	font-size: 14px;
}
}
@media print, screen and (max-width: 1000px) and (min-width:768px) {
.room_contents .txt .spec_content {
	font-size: 13px;
}
}
@media print, screen and (max-width: 960px) {
.room_contents .txt p {
    padding-bottom: 15px;
}
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
.slide_thumb.room_contents .slick-dots li {
    width: 13.8%;
}
}
@media only screen and (max-width: 767.9px) {
.spec_content table {
    font-size: 12px;
}
.room_contents.tbl_contents table tr {
    display: flex;
}
.room_contents table th, .room_contents table td {
    padding: 10px 12px;
}
.slide_thumb.room_contents .txt_area h4 {
	margin-bottom: 0;
}
}
@media print, screen and (min-width: 768px) {
.room_contents.tbl_contents table th:nth-of-type(2), .room_contents.tbl_contents table td:nth-of-type(2) {
    border-top: solid 1px #c7c7c7;
}
}
.slide_thumb.mt .txt_area {
    padding-top: 5px;
}

/* 客室リンク導線 */
.slide_thumb .link_url a {
	display: block;
	position: relative;
    transition: 0.5s;
    padding: 15px 10px;
    background: #002e56;
	color: #fff!important;
    text-align: center;
}
.slide_thumb .link_url a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #B59664;
}
.slide_thumb .link_url a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #a68b62;
    border-right: 1px solid #a68b62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
    padding-left: 0;
}
.slide_thumb .link_url a span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media print, screen and (min-width: 768px) {
.slide_thumb .link_url a {
	width: 300px;
}
.rooms .slide_thumb .link_url {
	text-align: left;
}
}
@media print, screen and (max-width: 767.9px) {
.rooms .slide_thumb .link_url {
    text-align: center;
}
.slide_thumb .link_url a {
	width: 265px;
	margin: 0 auto;
}
}
/* 日帰り */
.reserve_box {
	border: 1px solid #012F57;
	padding: 2px;
	width: 80%;
	margin: 0 auto;
}
.reserve_box .bg {
	border: 1px dotted #012F57;
	padding: 50px;
	text-align: center;
}
.reserve_box h4 {
	padding: 10px 0 20px;
	font-weight: normal;
	font-size: 24px;
}
.reserve_box .price {
	font-size: 130%;
	letter-spacing: 2px;
}
.reserve_box .price span {
	font-size: 220%;
	color: #B59664;
}
.reserve_box .tel_box {
	margin: 0 auto;
	position: relative;
	padding: 20px 20px 0;
	overflow: hidden;
}
.reserve_box .tel_box h4 {
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 150%;
}
.reserve_box .tel_box h4:before {
	background: #fff;
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	margin: 0 auto 20px;
}
.reserve_box .tel_box .tel {
	display: inline-block;
	padding-top: 10px;
	font-weight: bold;
	font-size: 250%;
	letter-spacing: 3px;
}
.reserve_box .tel_box .tel a {
	color: #012F57;
}
.note span {
	font-size: 90%;
	color: #666;
}
@media print, screen and (max-width: 960px) {
.reserve_box h4 {
	font-size: 21px;
}
.reserve_box {
	width: 90%;
}
}
@media print, screen and (max-width: 560px) {
.reserve_box {
	width: 100%;
}
.reserve_box .bg {
	padding: 20px;
}
.reserve_box h4 {
	padding: 10px 0;
	font-size: 16px;
}
.reserve_box .price {
	padding-bottom: 0;
	font-size: 13px;
}
.note {
	font-size: 12px;
}
.reserve_box .tel_box {
	padding: 20px 0 0;
	font-size: 12px;
}
}
/* font */
body,
.search_form .submit_btn input,
.contact_form .contact_submit button,
.ttl_access .map_data li:last-of-type dl dd.tel {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
main.page h2, .mv_catch p:nth-of-type(2), .ttl_imgtxt .top_imgtxt li .txt_cts h3, .ttl_access .map_data li:last-of-type .ryokan_name, .top_plan ul li .plan_f h4, .search_form .formwrap .right_serch h2, .pagettl_bg .op_inner p, main.page h3, header#header .header_wrap .header_plan a, header#header .header-fixed .header_plan a, footer#main-footer .footer_wrap .footer_plan a, .category_bg h2, .c_wrap .post .post_ttl h2, .ttl_access .route_bg .access_route li h3.access_h3, .ttl_access .parking h3, .ttl_access .parking h3,.slidethumb_txt .img_left01 > li .txt_area h4, .slidethumb_txt .img_right01 > li .txt_area h4 {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 2px;
}
.tel {
    font-family: "Noto Serif JP", serif;
}
.catch_txt strong {
	font-weight: 600;
}
@media print, screen and (min-width: 1161px) {
header#header .header_wrap .header_plan a span, header#header .header-fixed .header_plan a span {
    letter-spacing: 1px;
}
}
footer#main-footer .footer_plan a span {
    letter-spacing: 1px;
}
.att {
    font-size: 90%;
}
.price {
	font-size: 136%;
	padding: 0 3px;
	color: #B59664;
	font-weight: 600;
}
@media print, screen and (min-width: 1921px) {
.br1921 {
	display: block;
}
}
@media print, screen and (max-width: 1920px) {
.br1921 {
	display: none;
}
}
/* フォントサイズ */
@media print, screen and (min-width: 768px) {
.pagettl_bg .op_inner p,
.txt_imgarea .img_top04 > li .txt_area h4 {
    font-size: 20px;
}
}
@media only screen and (max-width: 767.9px) {
.pagettl_bg .op_inner p,
.txt_imgarea .img_top04 > li .txt_area h4 {
    font-size: 14px;
}
}
@media print, screen and (min-width: 561px) and (max-width: 960px) {
main.page h3 {
    font-size: 21px;
}
}
@media print, screen and (max-width: 560px) {
main.page h3 {
    font-size: 19px;
}
}
/* 余白追加 */
@media only screen and (max-width: 767.9px) {
main.page .p_20 {
	  padding: 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
main.page .p_20 {
	padding: 10px 0;
  }
}
/* ボタン＞ */
.link_btn a span, .top_plan ul li .plan_btn p span {
    display: block;
    position: relative;
}
.link_btn a span:after, .top_plan ul li .plan_btn p span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #a68b62;
    border-right: 1px solid #a68b62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
	padding-left: 0;
}
.link_btn a span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.top_plan ul li .plan_btn p {
	font-size: 16px;
}
@media print, screen and (min-width: 768px) {
.link_btn a {
    padding: 15px 10px;
	width: 300px;
	font-size: 16px;
}
.link_btn.plan_all a {
    width: 300px;
}
}
@media only screen and (max-width: 767.9px) {
.link_btn a {
    padding: 15px 10px;
	width: 265px;
    font-size: 14px;
}
.link_btn.plan_all a {
	max-width: 265px;
}
}
.txt_imgarea .link_url {
    position: relative;
}
.txt_imgarea .link_url a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #002e56;
    border-right: 1px solid #002e56;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
    padding-left: 0;
}
@media print, screen and (max-width: 960px) {
.txt_imgarea .link_url {
    text-align: left;
    display: inline-block;
}
}
@media print, screen and (max-width: 767.9px) {
.txt_imgarea .link_url a:before {
    right: -10px;
}
}
/* h1 */
.h1 {
    background: #d98287;
    color: #fff;
    padding: 2px 5px;
}
/* 見出し */
@media print, screen and (min-width: 961px) {
main .top_h2 p {
    font-size: 16px;
}
}
/* ヘッダー */
@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: 767.9px) {
header#header .header_wrap .header_right .contant a {
	max-width: 147px;
}
}
/* ロゴ */
@media print, screen and (min-width: 1161px) {
.header_logo {
    padding-top: 10px;
}
header#header .header_wrap .logo_wrap {
    width: 280px;
	padding: 22px 30px 26px 30px;
}
}
@media print, screen and (min-width: 1381px){
header#header .header_wrap.fixed .logo_wrap {
	padding: 20px 30px;
}
}
@media print, screen and (min-width: 1161px) and (max-width: 1380px) {
header#header .header_wrap.fixed .logo_wrap {
	padding: 15px 30px;
}
}
@media print, screen and (max-width: 1160px) {
header#header .header_wrap .logo_wrap .header_logo {
    max-width: 138px;
}
}
@media print, screen and (max-width: 1160px) {
header#header .header_wrap .header_right .menu_wrap.menu_open {
	top: 53px;
}
}
/* ナビ */
/*@media print, screen and (min-width: 1161px) {
header#header .header_wrap .header_right .menu_wrap .menu_left .header_top {
    margin-bottom: 20px;
}
}*/
@media print, screen and (max-width: 1160px) {
header#header .header_wrap, header#header .header-fixed {
	padding: 6px 10px 6px 10px;
}
header#header .header_wrap .logo_wrap .header_logo img {
    height: unset;
}
}
@media print, screen and (min-width: 1161px) {
header#header .header_wrap .header_right .menu_wrap .menu_left {
    padding: 15px 50px 20px 10px;
}
}
@media print, screen and (min-width: 1381px){
header#header .header_wrap.fixed .header_right .menu_wrap .menu_left {
    padding: 60px 50px 29px 10px;
}
}
@media print, screen and (min-width: 1161px) and (max-width: 1380px) {
header#header .header_wrap.fixed .header_right .menu_wrap .menu_left {
    padding: 60px 30px 20px 10px;
}
}
@media print, screen and (min-width: 1161px) {
header#header .header_wrap nav .header_menu li:last-of-type a, header#header .header-fixed nav .header_menu li:last-of-type a {
    padding-right: 0;
}
}
@media print, screen and (min-width: 1161px) and (max-width:1200px) {
header#header .header_wrap .header_right .menu_wrap .menu_left {
	padding: 15px 20px 20px 10px;
}
}

/* MV */
@media print, screen and (min-width: 961px) {
.mainvisual li {
    height: 777px;
}
}
@media print, screen and (min-width: 1561px) {
.mainvisual li:first-of-type div {
    background-position: 50% 90%;
}
}
/* MVキャッチ */
.catch_txt {
    position: absolute;
    bottom: 25%;
    left: 5%;
    z-index: 1;
}
.catch_txt p {
    letter-spacing: 4px;
    color: #fff;
    padding: 3px 35px 0;
	font-weight: 600;
    line-height: 1.4;
	margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
.catch_txt p {
	font-size: 20px;
}
}
@media print, screen and (max-width: 767.9px) {
.catch_txt p {
	font-size: 14px;
	padding: 5px 20px;
	letter-spacing: 2px;
}
.catch_txt {
    position: absolute;
    left: 2%;
}
}
.catch_txt p:nth-of-type(2) {
    display: inline-block;
	background-color: rgb(57,57,57,0.7);
}
.catch_txt p:nth-of-type(3) {
	font-weight: 600;
	background-color: rgb(57,57,57,0.7);
	margin-left: 2em;
    width: 85%;
}
.catch_txt p:nth-of-type(4) {
	font-weight: 600;
	background-color: rgb(57,57,57,0.7);
	margin-left: 4em;
}
.catch_txt p:first-of-type, .catch_txt p:last-of-type {
    display: none;
}
/*.catch_txt strong {
    font-size: 120%;
    padding: 0 5px;
}*/
/* 新着情報 */
.mv_news {
    background-color: rgb(57, 57, 57, 0.7);
    position: absolute;
    bottom: 0;
    color: #fff;
	width: 100%;
}
.mv_news .ticker_wrap ul li dl dd a, .mv_news .ticker_wrap h2.ticker_ttl, .mv_news .ticker_wrap p.more a {
    color: #fff!important;
}
@media print, screen and (min-width: 768px) {
.mv_news .ticker_wrap p.more {
    display: none;
}
}
@media print, screen and (min-width: 1181px) {
.search_form .formwrap .bestrate:before {
    height: 111px;
}
}
@media print, screen and (min-width: 961px) {
.mv_news {
    padding: 20px 0;
}
}
@media print, screen and (min-width: 768px) {
.mv_news .ticker_wrap ul li dl dt {
    width: 20%;
}
.mv_news .ticker_wrap h2.ticker_ttl {
    border-right: solid 1px #fff;
}
}
@media only screen and (max-width: 767.9px) {
.mv_news {
	background-color: rgb(57, 57, 57, 0.7)!important;
}
.formwrap.inner_sp {
    padding-left: 0;
    padding-right: 0;
}
}
/* 空室検索 */
.search_form .submit_btn input, .search_form .submit_btn .plan a {
    font-size: 16px;
    padding: 8px 5px 7px;
}
@media print, screen and (min-width: 1021px) {
.search_form .formwrap .right_serch .cancel_btn {
	margin-top: 20px;
    text-align: left;
    margin-left: 10px;
	line-height: 1.35;
}
}
@media print, screen and (max-width: 767.9px) {
.search_form .submit_btn input, .search_form .submit_btn .plan a {
	font-size: 14px;
}
}
@media print, screen and (min-width: 1181px) {
.search_form .formwrap .bestrate:before {
	height: 112px;
}
.search_form .formwrap .bestrate:after {
	border-width: 113px 45px 46px 0px;
}
}
@media print, screen and (min-width: 1021px) {
.search_form .formwrap .right_serch h2 {
    width: unset!important;
}
}
@media print, screen and (min-width: 1241px) {
.search_form form {
	flex-wrap: unset;
}
}
@media print, screen and (max-width: 1240px) {
.search_form .formwrap .right_serch h2 {
    margin-right: 0!important;
}
}

/* おすすめプラン */
.top_plan ul li .plan_btn {
    display: none;
}
@media print, screen and (min-width: 961px) {
.top_plan ul li .plan_f h4 {
    font-size: 21px;
}
}
/*.top_plan ul li .plan_f h4 {
    font-weight: 600;
}*/
@media print, screen and (max-width: 767.9px) {
.top_plan ul li:first-of-type {
    margin: 0 auto 40px;
}
.top_plan .link_btn.plan_all a {
    margin: 40px auto 0;
}
}
/* ご挨拶 */
.top .top_plan + .ttl_imgtxt .top_imgtxt {
    background: #333;
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li {
	background: url(/wp/wp-content/uploads/2025/12/about.webp) 50% 50% no-repeat;
    background-size: cover;
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
	background-color: rgba(217, 130, 135, 0.9);
    background-size: cover;
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap .mainSub_ttl h2 {
    color: rgba(255, 255, 255, 0.55);
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap .mainSub_ttl h2 span {
    color: #fff;
	margin-bottom: 10px;
	line-height: 1.5;
	margin-right: 0;
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap .mainSub_ttl h2 {
    line-height: 1.8;
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li .txt_cts h3 {
    color: #fff;
}

.top .top_plan + .ttl_imgtxt .top_imgtxt li .txt_cts .ttxtarea {
    color: #fff;
}

@media print, screen and (min-width: 1341px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .img_cts {
    position: relative;
    top: -185px;
}
}
@media print, screen and (min-width: 1280px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .txt_cts {
    width: -webkit-calc(100% - 67%);
    width: calc(100% - 67%);
    padding-left: 0;
    padding-right: 44px;
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li .img_cts {
    width: 69%;
}
}
@media print, screen and (max-width: 1280px) and (min-width: 1279px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .txt_cts {
    width: -webkit-calc(100% - 64%);
    width: calc(100% - 64%);
}
}
@media print, screen and (max-width: 960px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap .mainSub_ttl h2 {
    text-align: center;
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap .mainSub_ttl h2 span {
	width: 100%;
}
}
@media print, screen and (min-width: 961px) and (max-width: 1340px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .img_cts {
    position: relative;
    top: -160px;
}
}
@media print, screen and (min-width: 1280px) and (max-width: 1340px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li {
    padding: 75px 0 40px;
}
}
@media print, screen and (min-width: 1280px) and (max-width: 1500px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .txt_cts {
    padding-top: 0;
}
}
@media print, screen and (min-width: 961px) and (max-width: 1279px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .txt_cts {
    width: -webkit-calc(100% - 63%);
    width: calc(100% - 63%);
	padding-top: 0;
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li .img_cts {
    top: -120px;
	width: 60%;
}
}
@media print, screen and (min-width: 961px) and (max-width: 1024px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .txt_cts .ttxtarea {
    width: 790px;
}
}
@media print, screen and (min-width: 961px) and (max-width: 1280px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap .mainSub_ttl h2 {
    font-size: 15px;
}
}
@media print, screen and (min-width: 961px) and (max-width: 1024px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap .mainSub_ttl h2 {
    margin-bottom: 65px;
}
}
@media print, screen and (min-width: 961px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap {
    flex-direction: row-reverse;
	max-width: 95%;
	margin: 0 0 0 auto;
}
.top .top_plan + .ttl_imgtxt {
    margin-top: 85px;
}
}
@media print, screen and (max-width: 960px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .img_cts {
	margin-bottom: 40px;
}
}
@media print, screen and (max-width: 767px) {
.top_plan + .ttl_imgtxt {
    padding: 30px 0;
}
.top_plan + .ttl_imgtxt .top_imgtxt li {
    padding: 0 0 70px 0;
}
main .top_plan + .ttl_imgtxt .mainSub_ttl h2 span {
    font-size: 27px;
    margin-right: 0;
    line-height: 2.2;
}
}
@media print, screen and (max-width: 400px) {
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap .mainSub_ttl h2 {
    letter-spacing: 0.4px;
	font-size: 13px;
}
.top .top_plan + .ttl_imgtxt .top_imgtxt li .mainwrap .mainSub_ttl h2 span {
    letter-spacing: 1px;
	    font-size: 25px;
}
}
@media print, screen and (max-width: 1340px) and (min-width: 1280px) {
.top .top_plan + .ttl_imgtxt {
    margin-top: 60px;
}
}
@media print, screen and (max-width: 1279px) and (min-width: 961px) {
.top .top_plan + .ttl_imgtxt {
    margin-top: 20px;
}
}
/* ホテルの魅力 */
@media print, screen and (min-width: 961px) {
.top .top_plan + .ttl_imgtxt + .ttl_freetxt .top_h2 {
    margin-bottom: 0;
}
.top .top_plan + .ttl_imgtxt + .ttl_freetxt + .ttl_imgtxt .top_imgtxt li:first-of-type {
	padding-top: 30px;
}
}
@media print, screen and (max-width: 960px) {
.top .top_plan + .ttl_imgtxt + .ttl_freetxt + .ttl_imgtxt {
	padding-top: 0;
}
.top .top_plan + .ttl_imgtxt + .ttl_freetxt + .ttl_imgtxt .top_imgtxt li:first-of-type {
	padding-top: 0;
}
}
@media print, screen and (min-width: 768px) {
.top .top_plan + .ttl_imgtxt + .ttl_freetxt {
    padding: 30px 0 0;
}
}
@media print, screen and (max-width: 767px) {
.top .top_plan + .ttl_imgtxt + .ttl_freetxt {
    padding: 50px 0 0;
}
}
@media print, screen and (min-width: 961px) {
.top_imgtxt li:nth-of-type(4) .mainSub_ttl h2 {
    font-size: 16px;
    letter-spacing: 0;
}
.top_imgtxt li:nth-of-type(4) .mainSub_ttl h2 span {
    letter-spacing: 1px;
}
}
/* ギャラリー */
.top_gallery ul {
    background: #333;
}
.top_gallery .g_photo {
	background-position: 50% 16%;
}
@media only screen and (max-width: 767.9px) {
.top_gallery {
    padding-bottom: 25px;
}
.top_gallery ul li {
    width: 33.333%;
}
.top_gallery ul li:nth-of-type(10) {
    display: none;
}
}
.top_gallery .ttxtarea {
	text-align: center;
	margin-bottom: 50px;
}
.top_gallery .ttxtarea p {
    line-height: 2;
}
/* テーブル */
@media print, screen and (min-width: 768px) {
.ttl_tbl {
    padding: 50px 0 120px;
}
}
@media print, screen and (min-width: 768px) {
.ttl_tbl .guide_tbl dl dt {
    background: #f6f4ee;		
}
.tbl_contents table th {
    background: #f6f4ee;
}
.ttl_tbl .guide_tbl dl {
    display: table;
    width: 100%;
}
.ttl_tbl .guide_tbl dl dt, .ttl_tbl .guide_tbl dl dd {
	display: table-cell;
    vertical-align: middle;
}
.tbl_contents table th, .tbl_contents table td {
    vertical-align: middle;
}
}
@media only screen and (max-width: 767.9px) {
.ttl_tbl .guide_tbl dl dt {
    padding: 5px;
    background: #f6f4ee;		
}
.tbl_contents table th {
    padding: 5px;
    background: #f6f4ee;
}
.dining .spec_content table th, .dining .spec_content table td, .facilities .spec_content table th, .facilities .spec_content table td, .access .spec_content table th, .access .spec_content table td {
    width: 50%;
}
.facilities .spec_content table tr,
.access .spec_content table tr {
    display: flex;
}
/*.facilities .spec_content table th {
    border-bottom: solid 1px #c7c7c7;
}*/
.top_gallery .link_btn.plan_all a {
    margin: 45px auto 40px;
}
}
/* GUIDE */
.top_gallery + .ttl_freetxt {
    padding: 0;
}
@media print, screen and (min-width: 768px) {
.home .ttl_tbl {
    padding: 20px 0 140px;
}
.home .ttl_tbl + .ttl_freetxt {
    padding: 0 0 95px;
}
}
@media only screen and (max-width: 767.9px) {
.home .ttl_tbl {
    padding-bottom: 80px;
	padding-top: 10px;
}
.home .ttl_tbl + .ttl_freetxt {
    padding: 0 0 70px;
}
}

/* TOPアクセス */
@media print, screen and (min-width: 768px) {
.ttl_access .route_bg .access_route li {
    padding: 30px 23px;
}
.ttl_access .access_route.col2 li:nth-child(2n) {
    margin-left: 3%;
}
.ttl_access .route_bg .access_route li .access_txt {
	max-width: 100%;
}
.ttl_access .route_bg .access_route li h3.access_h3.car span {
    padding-left: 35px;
}
}
/*.top .ttl_access .map_data li:last-of-type dl:first-of-type,
.top .ttl_access .map_data li:last-of-type dl:nth-of-type(2),
.top .ttl_access .map_data li:last-of-type dl:nth-of-type(3) {
    display: none;
}*/
.top .ttl_access .map_data li:last-of-type dl:nth-of-type(4) {
    border-top: solid 1px #fff;
}
/*.access .ttl_access .map_data li:last-of-type dl:last-of-type {
    display: none;
}*/
/*.top .ttl_access > div {
    display: none;
}*/
@media print, screen and (min-width: 768px) {
.ttl_access .map_data li:last-of-type dl dt {
    width: 140px;
}
.ttl_access .map_data li:last-of-type dl dd {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
}
}
@media print, screen and (min-width: 961px) {
.ttl_access .route_bg {
	padding: 100px 15px 50px;
}
}
.link_btn.acs_btn a {
    background-color: #fff;
    color: #222;
}
.link_btn.acs_btn a span:after {
    border-top: 1px solid #222;
    border-right: 1px solid #222;
}
.link_btn.acs_btn {
    margin-top: 60px;
}
.ttl_access .map_data li:last-of-type {
    position: relative;
    background: url(/wp/wp-content/uploads/2025/12/t-access.webp) 50% 50% no-repeat;
    background-size: cover;
}
.ttl_access .map_data li:last-of-type:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
	background-color: rgba(217, 130, 135, 0.9);
    background-size: cover;
}
.ttl_access .map_data .data_wrap {
    z-index: 2;
}
@media print, screen and (max-width: 960px) {
.ttl_access .map_data .data_wrap {
    position: relative;
}
.link_btn.acs_btn {
    margin: 30px 0 10px;
}
}
.parking h3.access_h3.carparking span {
	background-image: url(/wp/wp-content/themes/hotel_std/assets/images/common/parking.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
@media print, screen and (min-width: 768px) {
.parking  h3.access_h3.carparking span {
	padding-left: 30px;
	background-size: auto 85%;
}
}
@media only screen and (max-width: 767.9px) {
.parking  h3.access_h3.carparking span {
	background-size: 25px;
	padding: 7px 5px 7px 30px;
}
}
.parking {
    background-color: #f4f0e6;
}
@media print, screen and (min-width: 961px) {
.parking {
    padding: 0 34px 100px;
}
}
@media print, screen and (max-width: 960px) {
.parking {
    padding: 0 15px 30px;
}
}
.parking_inner {
    background: #fff;
    max-width: 840px;
    margin: 0 auto;
    padding: 30px 25px;
}
.ttl_access .parking h3 {
    color: #002e56;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}
.parking .parking_txt  {
    max-width: 90%;
    padding: 20px 0 0;
    margin: 0 auto;
}
.parking .parking_txt p {
    text-align: center;margin-bottom:1em;
}
@media only screen and (max-width: 767.9px) {
.parking {
    padding: 0 15px 30px;
}
.parking_inner {
    padding: 20px 0;
}
.parking .parking_txt {
    padding: 20px 0 0;
}
main.page .ttl_access .parking h3 {
    font-size: 16px;
}
}
/* フッター */
footer#main-footer .footer_wrap .footer_plan a:hover {
    color: #fff;
}
@media only screen and (max-width: 767.9px) {
footer#main-footer nav ul {
    justify-content: flex-start;
}
footer#main-footer nav ul li {
    width: 50%;
}
footer#main-footer nav ul li:nth-of-type(even) {
    border-left: solid 1px #fff!important;
}
footer#main-footer nav ul li:not(:nth-of-type(even)) {
    border-left: none!important;
}
footer#main-footer nav ul li:last-of-type {
	border-right: solid 1px #fff!important;
}
footer#main-footer .footer_wrap a {
    font-size: 14px;
}
}
footer#main-footer .footer_wrap .footer_plan a {
    transition: 0.5s;
    color: #fff !important;
    background-color: #ccb86a !important;
}
footer#main-footer .footer_wrap .footer_plan a span {
	color: rgba(255,255,255,0.5)!important;
}
footer#main-footer .footer_wrap .footer_plan a:hover {
	color: #c4686b!important;
    background-color: #fff!important;
}
footer#main-footer .footer_wrap .footer_plan a:hover span {
    color: #c4686b!important;
}
footer#main-footer .footer_logo {
    max-width: 220px;
}
.fax {
    display: none;
}
.f_policy.f_com {
    margin-top: 10px;
}
/* 下層MVh2 */
@media only screen and (max-width: 767.9px) {
.pagettl_bg .op_inner h2 {
	font-size: 30px;
	line-height: 1.3;
	padding-bottom: 5px;
}
}
/* 下層tab */
.tab ul {
    display: flex;
    justify-content: space-between;
}
.tab ul li {
    width: 31%;
}
.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: 100%;
    color: #fff;
	text-shadow: 2px 2px 18px #060001;
}
.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.1);
	-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: 70%;
    letter-spacing: 0;
}
}
/* リンクリスト */
.link_list ul li a {
    background: #fff;
	padding: 15px 11px 15px 7px;
	font-size: 16px;
}
.link_list ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
    padding-left: 0;
}
/*@media print, screen and (min-width: 961px) {
.link_list.room_link ul li {
	margin-right: 1%;
}*/
.link_list.room_link ul li:nth-child(3n) {
    margin-right: 0;
}
}
/*@media print, screen and (max-width: 1024px) and (min-width: 961px) {
.link_list ul li a span {
	font-size: 91%;
}
}
@media print, screen and (min-width: 1280px) {
.link_list.room_link ul li {
    width: 13.4%;
}
.link_list.room_link ul li:nth-child(5) {
	letter-spacing: 0;
}
.link_list ul li:nth-child(n + 6) {
    margin-top: 0;
}
}
@media print, screen and (max-width: 1279px) and (min-width: 961px) {
.link_list.room_link ul li {
	width: 20%;
}
.link_list.room_link ul li:nth-child(n + 5) {
    margin-top: 1%;
}
}*/
@media print, screen and (max-width: 960px) {
.link_list.room_link ul li {
	width: 32%;
}
.link_list.room_link ul li {
    margin-right:2%;
}
.link_list.room_link ul li:nth-of-type(3n) {
    margin-right:0;
}
    
.link_list.room_link  ul li:nth-child(3) {
    margin-top: 0;
}
}
@media print, screen and (max-width: 767px) {
.link_list ul li a {
    font-size: 14px;
	padding: 10px;
}
.link_list ul li a span {
    font-size: 73%;
}
.link_list ul li a span.link_small {
    font-size: 89%;
}
}
/* 下層スライドサムネイル＋テキスト背景調整 */
.txt_imgarea .img_left01:after, .slidethumb_txt .img_left01:after, .txt_imgarea .img_right01:after, .slidethumb_txt .img_right01:after {
    opacity: 0.35;
}
/*下層スライド調整*/
.slide_thumb p {
    padding-top: 0;
	text-align:left;
}
.slide_thumb.thumb_none .txt_area {
    padding-top: 10px;
}
/* 客室スペック */
.room_contents .txt p {
    text-align: left;
}
.room_spec ul {
    display: flex;
}
.room_spec li {
    margin-right: 10px;
	width: 26px;
}
.spec_content table {
    background: rgba(255,255,255,0.6);
}
.spec_content table th {
	background: #f6f4ee;
}
.spec_content table th, .spec_content table td {
    width: 25%;
    padding: 10px 20px;
	text-align:left;
}
@media print, screen and (min-width: 961px) {
.room_spec ul {
	justify-content: end;
}
.room_contents .txt {
    display: flex;
    justify-content: space-between;
}
.room_contents .txt p {
    width: 43%;
}
.room_contents .txt .breakfast {
    width: 43%;
}
.room_contents .txt .spec_content {
    width: 50%;
	font-size: 14px;
}
}
@media print, screen and (max-width: 1000px) and (min-width:768px) {
.room_contents .txt .spec_content {
	font-size: 13px;
}
}
@media print, screen and (max-width: 960px) {
.room_contents .txt p {
    padding-bottom: 15px;
}
}
@media print, screen and (min-width: 768px) and (max-width: 980px) {
.slide_thumb.room_contents .slick-dots li {
    width: 13.8%;
}
}
@media only screen and (max-width: 767.9px) {
.spec_content table {
    font-size: 12px;
}
.room_contents.tbl_contents table tr {
    display: flex;
}
/*.room_contents.tbl_contents table th {
    border-bottom: solid 1px #c7c7c7;
}*/
.room_contents table th, .room_contents table td {
    padding: 10px 12px;
}
.slide_thumb.room_contents .txt_area h4 {
	margin-bottom: 0;
}
}
@media print, screen and (min-width: 768px) {
.room_contents.tbl_contents table th:nth-of-type(2), .room_contents.tbl_contents table td:nth-of-type(2) {
    border-top: solid 1px #c7c7c7;
}
}
.slide_thumb.mt .txt_area {
    padding-top: 5px;
}

/* 客室リンク導線 */
.slide_thumb .link_url a {
	display: block;
	position: relative;
    transition: 0.5s;
    padding: 15px 10px;
    background: #ccb86a;
	color: #fff!important;
    text-align: center;
}
.slide_thumb .link_url a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #d98287;
}
.slide_thumb .link_url a span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #a68b62;
    border-right: 1px solid #a68b62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
    padding-left: 0;
}
.slide_thumb .link_url a span:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
@media print, screen and (min-width: 961px) {
.rooms .slide_thumb .link_url {
    margin-top: -15px;
}
}
@media print, screen and (min-width: 768px) {
.slide_thumb .link_url a {
    width: 300px;
}
.rooms .slide_thumb .link_url {
    text-align: left;
}
}
@media print, screen and (max-width: 767.9px) {
.rooms .slide_thumb .link_url {
    text-align: center;
}
.slide_thumb .link_url a {
	width: 265px;
	margin: 0 auto;
}
}


/* スライドカルーセル */
.slide_carousel .carousel03 li {
    padding: 0 10px;
}
.slide_carousel.ame_cal .carousel03 li p {
	display: none;
}
@media print, screen and (min-width: 768px) {
.slick-next {
    right: -30px!important;
}
.slick-prev {
    left: -30px!important;
}
}
@media print, screen and (max-width: 767.9px) {
.slide_carousel button.slick-prev, .slide_carousel button.slick-next {
    width: 21px;
    height: 30px;
}
}
/* アメニティテーブル */
.ame_tbl {
    padding-top: 35px;
}
@media print, screen and (min-width: 767.9px) {
.tbl_contents.ame_tbl table th {
    width: 200px;
}
.tbl_contents.ame_tbl table td {
	width: calc(100% - 200px);
}
}
/* 館内施設 */
@media print, screen and (min-width: 961px) {
.txt_imgarea.f_etc .img_top03 > li .txt_area h4 {
    font-size: 21px;
}
}
@media print, screen and (max-width: 960px) and (min-width:561px) {
.txt_imgarea.f_etc .img_top03 > li .txt_area h4 {
    font-size: 19px;
}
}
@media print, screen and (max-width: 560px) {
.txt_imgarea.f_etc .img_top03 > li .txt_area h4 {
    font-size: 16px;
}
}
@media print, screen and (max-width: 767.9px) {
.break .spec_content table th {
    width: 30%;
}
.break .spec_content table td {
    width: 70%;
}
}
/* アクセスページ */
main.page h2#sub_access, main.page h2#sub_access:after {
	border-bottom: none;
}
.access .c_inner {
    padding-bottom: 0;
}
@media print, screen and (max-width: 767.9px) {
.dnone +.p_80, .dnone +.p_80 +.p_80 {
    display: none;
}
}
/* 検索フォーム */
.search_form .formwrap .right_serch .cancel_btn {
    width: 155px;
}
.search_form .formwrap .right_serch .cancel_btn a {
    font-size: 12px;
}
@media print, screen and (min-width: 1241px) {
.search_form .submit_btn {
    width: 290px;
    justify-content: space-evenly;
    flex-wrap: unset;
}
}

/* アクセスページ */
.access .link_btn a {
    width: 220px;
    padding: 11px 10px;
}
.access .link_btn.acs_btn {
    display: none;
}
.txt_imgarea.streetview .img_left01:after {
    content: none;
}
@media print, screen and (max-width: 960px) {
.txt_imgarea.streetview .img_left01:after {
    content: none;
}
}
.ttl_access .route_bg .access_route li h3.access_h3.park span {
	background-image: url(/wp/wp-content/themes/hotel_std/assets/images/color/bl/parking.svg);
}
@media print, screen and (min-width: 768px) {
.ttl_access .route_bg .access_route li h3.access_h3.park span {
    padding-left: 30px;
    background-size: auto 85%;
}
}
@media print, screen and (max-width: 767.9px) {
.ttl_access .route_bg .access_route li h3.access_h3.park span {
	background-size: auto 25px;
}
.ttl_access .route_bg .access_route li h3.access_h3 {
    font-size: 16px;
}
}
@media print, screen and (max-width: 560px) {
.access .streetview iframe {
    height: 260px;
}
}
/* 周辺観光 */
.access .txt_imgarea .link_url a {
    background-color: #002e56;
    color: #fff;
    padding: 9px 30px;
    font-size: 14px;
}
.access .txt_imgarea .link_url {
    margin-top: 30px;
}
.access .txt_imgarea .link_url a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.access .txt_imgarea .link_url a:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 10px;
}
.acsetc {
    margin-top: 20px;
    max-width: 384px;
}
.acsetc ul {
    display: flex;
    justify-content: space-around;
}
.acsetc ul li {
	position:relative;
    width: 48%;
    text-align: center;
    font-size: 14px;
    background: #d98287;
}
.acsetc ul li:first-of-type {
    background: #fff;
    border: solid 1px #d98287;
    color: #d98287;
	padding: 8px 0;
}
.acsetc ul li:last-of-type:before {
    position: absolute;
    top: 0;
    bottom: 3px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    content: "";
    padding-left: 0;
}
.acsetc ul li a:last-of-type {
    position: relative;
	display: block;
	color: #fff;
	padding: 8px 0;
}
.tab.acstab ul {
    justify-content: center;
}
.tab.acstab ul li {
    margin: 0 2%;
}
@media print, screen and (min-width: 768px) {
.sightseeing .txt_imgarea .img_top03 > li:nth-child(n + 4) {
    margin-top: 7%;
}
}
.access #pkg {
    display: none;
}
.access .txt_imgarea .livecam a:hover,
.access .txt_imgarea .livecam a:hover img {
    opacity: 1;
}
@media print, screen and (min-width: 961px) {
.access .ttl_access .route_bg {
    padding: 100px 15px 100px;
}
}
@media print, screen and (max-width: 960px) {
.access .ttl_access .route_bg {
    padding: 30px 15px;
}
}

/* お問い合わせ・プライバシーポリシー */
.policy main ul a,
.contact .free_layout a,
.confirm .free_layout a,
.privacy-policy dl a{
    color: #002e56;
    text-decoration: underline;
}
.contact_form .contact_submit button:hover {
    cursor: pointer;
}

/* よくあるご質問 */
@media print, screen and (max-width: 960px) {
.link_list.faq_link ul {
    justify-content: center;
}
}
@media print, screen and (min-width: 1025px) {
.link_list.faq_link ul li {
    width: 24%;
}
}
@media print, screen and (min-width: 768px) and (max-width: 1024px) {
.link_list.faq_link ul li {
    width: 33%;
}
}
@media print, screen and (max-width: 767.9px) {
.link_list.faq_link ul li {
    width: 48%;
}
}
@media print, screen and (min-width: 768px) {
.link_list.faq_link ul li a {
    font-size: 16px;
}
}
@media print, screen and (max-width: 767.9px) {
.link_list.faq_link ul li a {
    letter-spacing: -1px;
    font-size: 13px;
    padding: 10px 5px;
}
.link_list.faq_link ul li a:before {
    right: 7px;
}
}

/* アコーディオン */
.accordion ul li table th,
.accordion ul li .sd_h4 table th,
.accordion ul li .sd_h4 table td {
    font-weight: 500;
}
@media only screen and (max-width: 767.9px) {
.accordion ul li .sd_h4 table th,
.accordion ul li .sd_h4 table td {
	font-size: 14px;
}
}

/* プライバシーポリシー */
.privacy-policy  ol {
	list-style-type: decimal;
}
.ol_num {
    padding-left: 24px;
}
.privacy-policy strong {
    font-weight: 600;
}
.ol_num.second {
    padding-left: 40px;
}
ol li {
    margin-bottom: 1.5em;
}
.first li,
.second li {
    margin-bottom: 0;
}
.privacy-policy dl {
	display: flex;
}
.privacy-policy dt {
	width: 54px;
}
.privacy-policy dl dd.tel a {
    color: #333 !important;
    text-decoration: unset;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 下層img_top01 */
.txt_imgarea .img_right01 > li .txt_area h4,
.txt_imgarea .img_left01 > li .txt_area h4,
.slidethumb_txt .img_left01 > li .txt_area h4,
.slidethumb_txt .img_right01 > li .txt_area h4 {
    margin-top: 15px;
	background-image: url(assets/images/color/pk/h3_point.png);
	padding-left: 43px;
	background-repeat: no-repeat;
    background-position: left center;
}
@media print, screen and (max-width: 767.9px) {
.txt_imgarea .img_right01 > li .txt_area h4,
.txt_imgarea .img_left01 > li .txt_area h4,
.slidethumb_txt .img_left01 > li .txt_area h4,
.slidethumb_txt .img_right01 > li .txt_area h4 {
    padding: 7px 7px 7px 43px;
}
}
.slidethumb_txt.icon_none .img_left01 > li .txt_area h4,
.slidethumb_txt.icon_none .img_right01 > li .txt_area h4,
.txt_imgarea.icon_none .img_left01 > li .txt_area h4,
.txt_imgarea.icon_none .img_right01 > li .txt_area h4 {
    background-image: none;
    padding-left: 0;
}

/* 下層img_top03 */
@media only screen and (max-width: 767.9px) {
.txt_imgarea .img_top03 > li {
    max-width: 560px;
    margin: 0 auto 50px;
}
}
/* 下層img_top02 */
@media print, screen and (min-width: 561px) {
.txt_imgarea .img_top02 > li:nth-child(even) .img_area {
    max-width: unset;
}
}
/* 下層h3 */
@media print, screen and (max-width: 767.9px) {
.p_tag h3 {
	margin-bottom: 15px;
}
}
/* 美容室bluerose */
.slidethumb_txt.bluerose .link_url a,
.txt_imgarea.bluerose .link_url a {
    color: #fff;
}
.slidethumb_txt.bluerose .link_url.link_btn:hover,
.txt_imgarea.bluerose .link_url.link_btn:hover {
    opacity: 0.7;
}
.slidethumb_txt.bluerose .link_url a:hover,
.txt_imgarea.bluerose .link_url a:hover {
    text-decoration: unset;
}
.txt_imgarea.bluerose .link_url a:before {
	content:none;
}
/* その他設備 */
@media print, screen and (min-width: 768px) {
.txt_imgarea.setsubi .img_top03 > li .txt_area h4 {
    font-size: 20px;
}
}
@media only screen and (max-width: 767.9px) {
.txt_imgarea.setsubi .img_top03 > li .txt_area h4 {
    font-size: 14px;
}
}