/******************************************************************
Theme Name: Ryokan_high
Author: yadoken
Author URI: https://www.yadoken.net/
Version: 1.7
License: WTFPL
------------------------------------------------------------------
※修正はここから追記してください。
******************************************************************/
/* 余白 */
@media print, screen and (min-width: 768px) {
    main.page article .mainwrap {
        padding: 0;
    }
}

@media print, screen and (min-width: 768px) and (max-width: 1520px) {
    main.page .mainwrap {
        max-width: 1200px;
    }
}

/* フォント・テキスト関連 */
.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;
}

@media print, screen and (min-width: 768px) {
	.sp-view {
		display: none
	}
}

/* トップ 挨拶 */
@media print, screen and (min-width: 768px) {
	.ttl_freetxt:first-child .txt {
		width: 100%;
		height: 380px;
		line-height: 2.2;
		text-orientation: upright;
	}
	.ttl_freetxt .txt_rl .free_h2 h2 {
    background-image: none;
  }
}

/* トップ リンク関連 */
@media print, screen and (max-width: 767px) {
    .link_btn.plan_all a {
        max-width: 460px;
    }
}

.link_btn a,
.top_plan ul li a .plan_btn p {
  font-size: 16px;
}


/* トップ フォトギャラリー */
@media print, screen and (min-width: 768px) {
    .top_gallery ul li {
        width: 16.6%;
    }
}

@media print, screen and (max-width: 767px) {
  .top_gallery ul li {
    width: 25%;
  }
}
/* トップ アクセステーブル */
.ryokan_name span {
	font-size: 80%;
}
.bus-route {
	background-color: rgba(103, 53, 102, 0.1);
	border-radius: 5px;
    font-size: 90%;
    padding: 10px 20px;
    margin: 10px 0;
}

.bus-route p:first-child {
	margin-bottom: 10px;
}
.link-icon a[target="_blank"]::after {
	content: "";
	display: inline-block;
	background-image: url(/wp/wp-content/uploads/2025/10/new-window.png);
	background-size: contain;
	vertical-align: middle;
	height: 12px;
	width: 12px;
	margin: 0 4px 4px;
}

/* バナーエリア（お客様の声） */
.ttl_imgtxt + .ttl_freetxt {
	padding: 120px 15px 0;
	background-image: none;
}
section.top_bnr.slide_carousel .carousel03 li a {
	pointer-events: none;
}
section.top_bnr.slide_carousel button.slick-prev,
section.top_bnr.slide_carousel button.slick-next {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: none;
}

section.top_bnr.slide_carousel button.slick-next:after {
  border-top: 3px solid #9a4f98;
  border-right: 3px solid #9a4f98;
}
section.top_bnr.slide_carousel button.slick-prev:after {
  border-bottom: 3px solid #9a4f98;
  border-left: 3px solid #9a4f98;
}
@media print, screen and (min-width: 768px) {
	body.home .slick-dotted.slick-slider {
		margin-bottom: 120px;
	}
}

@media print, screen and (max-width: 767.9px) {
	body.home .slick-dotted.slick-slider {
		margin-bottom: 60px;
	}
 }

/* 看板犬・居候猫 */
.ttl_freetxt .wrap_img {
	display: flex;
}

.ttl_freetxt .wrap_txt {
	margin-top: 25px;
	text-align: center;
}

/* .ttl_freetxt .wrap_link {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.ttl_freetxt .wrap_link a {
	margin: 0 auto;
	background: #673566;
    border-radius: 50px;
    position: relative;
	align-items: center;
    max-width: 300px;
    padding: 10px 35px;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.ttl_freetxt .wrap_link a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
}
.ttl_freetxt .wrap_link a:hover {
    background: #FFF;
    color: #673566;
} */

@media print, screen and (min-width: 961px) {
	.ttl_freetxt .wrap_img {
		justify-content: center;
	}
	
	.ttl_freetxt .wrap_img .wrap_img-1,
	.ttl_freetxt .wrap_img .wrap_img-2 {
		margin: 0 15px;
		width: 40%;
	}
}

@media print, screen and (max-width: 960.9px) {
	.ttl_freetxt .wrap_img {
		justify-content: space-between;
	}

	.ttl_freetxt .wrap_img .wrap_img-1,
	.ttl_freetxt .wrap_img .wrap_img-2 {
		width: 49%;
	}
}

/* @media print, screen and (min-width: 768px) {
		.ttl_freetxt .wrap_link a {
			margin: 0 20px;
		}
} */

.appearance {
	display: flex;
	justify-content: space-around;
	max-width: 900px;
	margin: 20px auto;
	align-items: center;
	background: rgba(255, 255, 255, 0.3);
	border: 0.5px solid #c1085b;
	border-radius: 5px;
}

.appearance-img {
	width: 30%;
}

.appearance-txt {
	width: 65%;
	font-size: 90%;
	line-height: 1.7;
	padding: 5px 10px;
}

.ttl_freetxt .wrap_sns {
	display: flex;
	gap: 15px;
	max-width: 900px;
	margin: 0 auto;
}
.ttl_freetxt .wrap_sns .wrap_sns-ttl {
  font-size: 110%;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.ttl_freetxt .wrap_sns .wrap_sns-inst ,
.ttl_freetxt .wrap_sns .wrap_sns-face {
	background: rgba(103, 53, 102, 0.1);
	border-radius: 5px;
	width: 50%;
	padding: 20px 10px 30px;
}

.ttl_freetxt .wrap_sns .wrap_sns-inst ul,
.ttl_freetxt .wrap_sns .wrap_sns-face ul {
  display: flex;
}

.ttl_freetxt .wrap_sns .wrap_sns-inst li,
.ttl_freetxt .wrap_sns .wrap_sns-face li {
	flex-grow: 1;
	position: relative;
	width: calc(100% * 2);
}

.ttl_freetxt .wrap_sns .wrap_sns-inst li:first-child:after,
.ttl_freetxt .wrap_sns .wrap_sns-face li:first-child:after {
	position: absolute;
	top: 0;
	left: 100%;
	/* margin: 0 1rem; */
	content: "";
	width: 1px;
	height: 100%;
	background: #999;
}

.ttl_freetxt .wrap_sns .wrap_sns-inst a,
.ttl_freetxt .wrap_sns .wrap_sns-face a {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: #33333380
}

@media print, screen and (max-width: 630px) {
	.ttl_freetxt .wrap_sns {
		display: block;
	}

	.ttl_freetxt .wrap_sns .wrap_sns-inst ,
	.ttl_freetxt .wrap_sns .wrap_sns-face {
		width: 100%;
	}
	.ttl_freetxt .wrap_sns .wrap_sns-inst {
		margin-bottom: 15px;
	}
}

/* トップ ガイドテーブル */
.ttl_tbl .guide_tbl ul li {
	list-style: square;
	margin-left: 20px;
}

/* キャンセルポリシー */
.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%;
	}
}

/* 下層　h1 */
@media print, screen and (max-width: 767px) {
    .pagettl_bg .op_inner h2 {
        font-size: 32px;
    }
}

@media print, screen and (min-width: 768px) {
    .pagettl_bg .op_inner h2 {
        font-size: 38px;
    }
}

.pagettl_bg .op_inner h2 {
    background-size: 26px;
    padding-top: 28px;
}

/* 下層リンクリスト */
.link_list ul li a {
	font-size: 16px;
}

/* 下層カルーセル */
/* .slide_carousel .carousel03 li {
    padding: 0;
}
.slide_carousel.mainwrap {
    max-width: unset;
}
@media print, screen and (max-width: 1600px) and (min-width: 1381px) {
.mainwrap, main.page article .slide_carousel.mainwrap {
    padding: 0;
}
}
@media print, screen and (min-width: 768px) and (max-width: 1520px) {
main.page .slide_carousel.mainwrap {
    max-width: unset;
}
}
@media print, screen and (max-width: 1380px) and (min-width: 1251px) {
.mainwrap, main.page article .slide_carousel.mainwrap {
    padding: 0;
}
}
@media print, screen and (min-width: 768px) and (max-width: 1320px) {
.slide_carousel .carousel03 {
    margin: 0;
}
}
@media print, screen and (min-width: 768px) {
.slide_carousel .carousel03 li img {
    width: 450px;
}
}
@media print, screen and (max-width: 767.9px) {
.slide_carousel .carousel03 li img {
	width: 280px;
}
} */

/* 下層スライドサムネイル */
@media only screen and (max-width: 767px) {
  .slide_thumb .slick-dots {
    max-width: 350px;
  }
}

.slidethumb_txt .slick-dots li,
.slide_thumb .slick-dots li {
  width: 15.1%;
}

.slidethumb_txt .slick-dots li:nth-child(n + 6),
.slide_thumb .slick-dots li:nth-child(n + 6) {
  margin-top: 0;
}

/* .slidethumb_txt .slick-dots li:first-of-type, */
.slidethumb_txt .slick-dots li:nth-child(6n),
/* .slide_thumb .slick-dots li:first-of-type, */
.slide_thumb .slick-dots li:nth-child(6n) {
    margin-left: 1.5%;
}

.slide_thumb .txt_area {
  padding-top: 10px;
}

.slide_thumb .txt_area h4 {
	margin-bottom: 20px;
}

/* 下層テーブル */
@media print, screen and (max-width: 960px) {
    .tbl_contents table th, .tbl_contents table td {
        display: block;
        width: 100%;
    }
    .tbl_contents table th {
        padding: 10px 5px;
		text-align: left;
		font-weight: 700;
    }
    .tbl_contents table td {
        padding: 0 5px 10px 5px;
    }
}

/* 富士乃湯について */
@keyframes infinity-scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.scroll-infinity__wrap {
	display: flex;
/* 	overflow: hidden; */
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0
}
.scroll-infinity__list--left {
	animation: infinity-scroll-left 60s infinite linear 0.3s both;
}
.scroll-infinity__item {
	width: calc(100vw / 4);
}

@media print, screen and (min-width: 561px) and (max-width: 960.9px) {
	.scroll-infinity__item {
		width: calc( 100vw / 2.5)
	}
}

@media print, screen and (max-width: 560.9px) {
	.scroll-infinity__item {
		width: calc(100vw / 1.4)
	}
}

.scroll-infinity__item>img {
  width: 100%;
}

/* お部屋 */
@media print, screen and (max-width: 767.9px) {
	body.rooms .link_list ul li a {
		line-height: 1.5;
	}
}

@media print, screen and (min-width: 961px) {
  body.rooms .link_list ul li {
	  width: 48%;
	  margin-right:1%;
  }
  body.rooms .link_list ul li:nth-child(2n) {
	  margin-right: 0;
  }
  body.rooms .link_list ul li:nth-child(n + 3) {
	  margin-top: 1%;
  }
}

@media print, screen and (min-width: 961px) {
	body.rooms .tbl_contents th {
	width: 20%;
	}
}


@media print, screen and (max-width: 960.9px) {
	body.rooms .tbl_contents th {
		font-weight: 700;
		text-align: left
	}
}

.rooms div.f-bold {
	margin-bottom: 7px;
}

.room-spec {
	background-color: rgba(103, 53, 102, 0.1);
	border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
	.room-spec {
		font-size: 90%;
	}
}
.room-spec h6 {
	font-weight: 700;
	margin-bottom: 5px;
}

.room-spec h6:nth-of-type(2) {
	margin-top: 15px;
}

/* 温泉 */
@media print, screen and (min-width: 961px) {
	body.onsen .tbl_contents th {
		width: 20%;
	}
}
body.onsen .p_tag h2 span {
	background: #b93f76;
	color: #fff;
	display: inline-block;
	padding: 3px 17px;
/* 	margin-bottom: 5px; */
	margin-left: 10px;
	font-size: 70%;
	font-weight: 600;
	border-radius: 3px;
}

@media print, screen and (max-width: 767.9px) {
	body.onsen .p_tag h2 span {
/* 		margin-right: 5px; */
/*         margin-bottom: 0; */
        padding: 3px 12px;
	}
}
/* アクセス・観光 */
@media print, screen and (min-width: 1481px) {
    body.access .ttl_access .op_inner .map_data > li:first-of-type {
        width: 600px;
    }

	body.access .ttl_access .op_inner .map_data > li:last-of-type {
        width: calc(100% - 600px);
        padding-right: 15px;
        padding-left: 60px;
    }
}

.sight-tag .img_left01 ul,
.sight-tag .img_right01 ul,
.sight-tag .img_top02 ul,
.sight-tag .img_top03 ul {
	display: flex;
	margin-bottom: 10px;
}

.sight-tag .img_left01 ul li,
.sight-tag .img_right01 ul li,
.sight-tag .img_top02 ul li,
.sight-tag .img_top03 ul li {
	padding: 2px 12px;
	border-radius: 5px;
	font-size: 95%;
	font-weight: 600;
	background: #b93f76;
	color: #FFFFFF;
}

.sight-tag .img_left01 ul li:first-child,
.sight-tag .img_right01 ul li:first-child,
.sight-tag .img_top02 ul li:first-child,
.sight-tag .img_top03 ul li:first-child {
	margin-right: 5px;
}

.sight-tag .img_left01 ul li:nth-of-type(odd),
.sight-tag .img_right01 ul li:nth-of-type(odd),
.sight-tag .img_top02 ul li:nth-of-type(odd),
.sight-tag .img_top03 ul li:nth-of-type(odd) {
	background: #FFFFFF;
	color: #b93f76;
}

.txt_imgarea .img_left01 > li .txt_area h4 span,
.txt_imgarea .img_right01 > li .txt_area h4 span {
	padding: 2px 12px;
	border-radius: 5px;
	font-size: 65%;
	font-weight: 600;
	background: #b93f76;
	color: #FFFFFF;
}

.txt_imgarea .img_left01 > li .txt_area h4 span:first-child,
.txt_imgarea .img_right01 > li .txt_area h4 span:first-child {
	margin-right: 5px;
	margin-left:10px
}

.txt_imgarea .img_left01 > li .txt_area h4 span:nth-of-type(even),
.txt_imgarea .img_right01 > li .txt_area h4 span:nth-of-type(even) {
	background: #FFFFFF;
	color: #b93f76;
}

/* 宿泊者専用ページ */
@media print, screen and (min-width: 768px) {
	body.guestinfo .lead {
		text-align: center;
	}
}
@media print, screen and (min-width: 768px) {
	.info-icon .img_top03 > li .img_area img {
		max-width: 45%;
	}

	.txt_imgarea .img_top03 > li .txt_area h4 {
		text-align: center;
	}
}

@media print, screen and (max-width: 767.9px) {
	.info-icon .img_top03 > li .img_area img {
		max-width: 25%;
	}

	.txt_imgarea .img_top03 > li .txt_area h4 {
		text-align: center;
	}
}
.ttl-label.txt_imgarea .img_top03 > li .txt_area h4 {
	background: #c5b3d3;
	padding: 6px 0;
	color: #312b33;
	border-radius: 5px;
}
.amenity-note {
	border: 1px solid #b93f76;
	padding: 10px 15px;
	margin-top: 20px;
	border-radius: 5px;
}
@media print, screen and (min-width: 961px) {
	.guest-link ul li {
		width: 49%;
		margin-right: 1%;
  }
	.guest-link ul li:nth-child(2n) {
		margin-right: 0;
  }
	.guest-link ul li:nth-child(n + 3) {
		margin-top: 1%;
	}
	.guest-link ul li:nth-child(5n) {
		margin-right: 1%;
	}
}

.usage-memo .txt h6 {
	font-weight: 700;
}

.usage-memo .txt dl,
body.guestinfo .food .txt dl {
	display: flex;
}

.usage-memo .txt dt {
	width: 47%;
}

body.guestinfo .food .txt dt {
	width: 18%;
}

.room-memo .txt_area .txt h6 {
	font-weight: 700;
}

.room-memo .txt_area .txt h6:nth-of-type(2),
.room-memo .txt_area .txt div.note {
	margin-top: 15px;
}

@media print, screen and (min-width: 1336px) {
	.guest_tbl table tr th {
		width: 20%;
	}
}

@media print, screen and (min-width: 961px) and (max-width: 1335.9px){
	.guest_tbl table tr th {
		width: 26%;
	}
}
@media print, screen and (min-width: 961px) {
	.guest-food-tbl table th, .guest-food-tbl table td {
		display: block;
		text-align: left;
	}

	.guest-food-tbl table th {
		padding-bottom: 10px;
		font-weight: 700;
	}

	.guest-food-tbl table td {
		padding-top: 0;
	}
}
.guest-food-tbl table td span.time {
	background-color: #673566;
	color: #fff;
	padding: 3px 12px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 15px 10px 0;
}
.survey {
	margin-top: 60px;
	text-align: center;
	font-size: 120%;
}

.survey span {
    margin-bottom: 5px;
    font-weight: 600;
    color: #673566;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
}
.survey span:before, .survey span:after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background-color: #673566;
    content: "";
}
.survey span:before {
    left: -30px;
    -webkit-transform: rotate( 50deg );
    transform: rotate( 50deg );
}
.survey span:after {
    right: -30px;
    -webkit-transform: rotate( -50deg );
    transform: rotate( -50deg );
}
.survey a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 360px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #673566;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 50px;
}
.survey a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/* .survey a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 5px 16px 5px 20px;
  text-decoration: none;
  color: #673566;
  transition: .4s;
	
}

.survey a:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
  background:#673566;
}

.survey a:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 4px;
  height: 100%;
  top:0;
  left: 100%;
  border-radius: 3px;
  background:#673566;
}

.survey a:hover:before {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.survey a:hover:after {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
} */

/* footer */
footer#main-footer p.btn_pagetop a {
	display: none;
}

@media print, screen and (min-width: 1381px) {
	.footer_logo {
		max-width: 330px;
		margin: auto 0;
	}
}

.f_link {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
.f_link a {
    color: #fff;
    font-size: small;
}
@media print, screen and (min-width: 1381px) {
.f_link {
    justify-content: flex-end;
}
}
@media print, screen and (min-width: 768px) {
.f_link li {
	margin-right: 1em;
}
.f_link li:last-of-type {
	margin-right: 0;
}
}
@media print, screen and (max-width: 767.9px) {
.f_link {
	flex-wrap: wrap;
}
.f_link li {
	text-align: center;
	margin-bottom: .5em;
	width: 25%;
}
}

@media print, screen and (max-width:589.9px) {
	.f_link li {
		width: 30%;
	}

	.f_link li:nth-of-type(2) {
		width: 45%;
	}
}

/* チャットボット */

@media print, screen and (max-width: 768px) {
	#trip_ai_container {
		margin-bottom: 0;
	}
}
.post_content figure{
	margin-bottom: 1em;
}