@charset "utf-8";

/* ===================================================
	Home CSS
====================================================== */
/* ---------------------------------------------------
loading
------------------------------------------------------ 
#loading {
	display: none;
}
.loading #loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10002;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #2a2a2a;
	transition: opacity 1s;
}
.loading.loaded #loading {
	opacity: 0;
}

@media screen and (max-width: 600px) {
	#loading img {
		transform: scale(0.8);
	}
}
*/
/* ---------------------------------------------------
main_img
------------------------------------------------------ */
#main_img {
	position: relative;
	z-index: 0;
}
#main_img .slick_main {
	z-index: 0;
	height: 100vh;
	overflow: hidden;
}
#main_img .slick_main .active .ofi {
	transform: scale(1.12);
}
#main_img .slick_main .ofi {
	width: 100%;
	max-width: none;
	height: 100vh;
	min-height: 800px;
	transition: transform 8s linear;
}
#main_img .slide_cap {
	position: absolute;
	top: 50%;
	left: 12%;
	z-index: 5;
	font-size: 32px;
	text-shadow: 0 0 10px #000;
	transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
	#main_img .slick_main {
		height: calc(100svh - 60px);
	}
	#main_img .slick_main .ofi {
		height: calc(100svh - 60px);
		min-height: 500px;
	}
	#main_img .slide_cap {
		left: 0;
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 0 10%;
		font-size: clamp(1.5rem, calc(1.071rem + 2.143vw), 1.875rem);
	}
}

/* ---------------------------------------------------
sec_reserve
------------------------------------------------------ */
#sec_reserve {
	width: 100%;
	max-width: 950px;
	margin:0 auto;
	display: grid;
	/* /*grid-template-columns: 165px 1fr; */
	padding: 70px 0 85px;
}
#sec_reserve h2 {
	width: 100%;
	max-width: 950px;
	margin:0 auto;
	grid-column: span 2;
	margin: 0 0 35px;
	text-align: center;
}
#sec_reserve h2 span {
	display: block;
}
#sec_reserve h2 span.main {
	margin: 0 0 5px;
	font-size: 46px;
	line-height: 1;
	color: var(--txt-point);
}
#sec_reserve .cap {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
#sec_reserve .cap img {
	margin: 0 10px 0 0;
}

/* 検索フォーム
#search_489ban form {
	display: flex;
	color: #000;
}
#search_489ban dl {
	position: relative;
	z-index: 0;
	margin: 0 10px 0 0;
	background: #fff;
	border: 1px solid #888;
}
#search_489ban dt {
	position: absolute;
	top: 10px;
	left: 15px;
	line-height: 1;
}
#search_489ban input[type="text"],
#search_489ban .select_label,
#search_489ban button[name="searchButton489ban"] {
	box-sizing: border-box;
	min-width: 0;
	height: 80px;
	padding: 23px;
	margin: 0;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	font-size: 26px;
	color: #232323;
	text-align: center;
	letter-spacing: 0;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
#search_489ban input[type="text"]:disabled {
	color: #888;
	opacity: 1;
	-webkit-text-fill-color: #888;
}
#search_489ban .inbox_489ban {
	flex-grow: 0;
}
#search_489ban .date_489ban:has(input[type="text"]:disabled) + .inbox_489ban .stay_489ban .select_label {
	color: #888;
}
#search_489ban .date_489ban:has(input[type="text"]:disabled) + .inbox_489ban .stay_489ban select {
	pointer-events: none;
}
#search_489ban .select_label {
	display: flex;
	grid-row: 1;
	grid-column: 1;
	align-items: center;
	justify-content: center;
	padding: 23px 40px;
	text-align: center;
	pointer-events: none;
	background: #fff url(../../img/icon_form_arrow.svg) no-repeat right 15px center;
}
#search_489ban select {
	grid-row: 1;
	grid-column: 1;
	font-size: 16px;
	appearance: none;
	opacity: 0;
}
#search_489ban .date_489ban {
	flex-grow: 1;
	flex-shrink: 0;
}
#search_489ban .date_489ban dd {
	display: flex;
}
#search_489ban .date_489ban input[type="text"] {
	flex: 1 0 300px;
	width: 300px;
	padding: 23px 70px;
	background: url(../../img/icon_form_calendar.svg) no-repeat right 40px center;
}
#search_489ban .date_489ban dd label {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: 23px 40px;
	border-left: 1px dashed #b5b3aa;
}
#search_489ban .date_489ban dd label input {
	margin: 0 5px 0 0;
}
#search_489ban .stay_489ban {
	width: 240px;
}
#search_489ban .stay_489ban dd {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto;
}
#search_489ban button[name="searchButton489ban"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	font-size: 20px;
	color: #fff;
	background: var(--bg-reserve);
	border-bottom: none;
	transition: background 0.5s;
}
 */
/* リンク類 */
#sec_reserve .links {
	display: flex;
	width: 100%;
	max-width: 890px;
	margin:0 30px;
	grid-row: 3;
	grid-column: 2;
	gap: 0 40px;
	align-items: center;
	margin: 20px auto 0;
	font-size: 15px;
}
#sec_reserve .links li {

	display: flex;
	align-items: center;
}
#sec_reserve .links li::before {
	width: 10px;
	height: 2px;
	margin: 0 5px 0 0;
	content: "";
	background: #7f6728;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#search_489ban button[name="searchButton489ban"]:hover {
		background: var(--bg-reserve_hover);
		opacity: 1;
	}
}
@media screen and (max-width: 600px) {
	#sec_reserve {
		display: block;
		padding: 60px 0;
	}
	#sec_reserve h2 {
		margin-bottom: 25px;
	}
	#sec_reserve h2 span.main {
		font-size: 32px;
	}
	#sec_reserve h2 span.sub {
		font-size: 14px;
	}
	#sec_reserve .cap {
		margin: 0 0 5px;
		font-size: 20px;
	}
	#sec_reserve .cap img {
		margin: 0 10px 0 0;
	}

	/* 検索フォーム */
	#search_489ban form {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#search_489ban dl {
		margin: 0;
	}
	#search_489ban dt {
		top: 5px;
		left: 10px;
		font-size: 11px;
	}
	#search_489ban input[type="text"],
	#search_489ban .select_label,
	#search_489ban button[name="searchButton489ban"] {
		height: 60px;
		padding: 15px;
		font-size: 18px;
	}
	#search_489ban .inbox_489ban {
		width: calc((100% - 10px) / 2);
	}
	#search_489ban .select_label {
		padding: 15px 25px;
		background-position: right 10px center;
	}
	#search_489ban .date_489ban {
		width: 100%;
		margin: 0 0 10px;
	}
	#search_489ban .date_489ban input[type="text"] {
		flex: 1 0 150px;
		width: 150px;
		padding: 15px 40px 15px 15px;
		background-position: right 15px center;
		background-size: 15px auto;
	}
	#search_489ban .date_489ban dd label {
		padding: 15px;
		font-size: 12px;
	}
	#search_489ban .date_489ban dd label input {
		margin: 0 5px 0 0;
	}
	#search_489ban .stay_489ban {
		width: 100%;
		min-width: 100px;
	}
	#search_489ban button[name="searchButton489ban"] {
		width: calc((100% - 10px) / 2);
		font-size: 18px;
	}

	/* リンク類 */
	#sec_reserve .links {
		flex-wrap: wrap;
		gap: 5px 25px;
		font-size: 14px;
	}
}

/* ---------------------------------------------------
共通レイアウト
------------------------------------------------------ */
.sec_inner {
	display: flex;
}
.sec_inner .txt {
	box-sizing: content-box;
	padding: 0 max(30px, 4vw);
	margin: 50px auto;
}
.sec_inner .img01 .ofi {
	width: 100%;
	min-height: 100%;
	object-position: 35% 50%;
}
.sec_tit,
.sec_cap {
	margin: 0 0 20px;
}
.sec_tit {
	color: var(--txt-point);
}
.sec_tit span {
	display: block;
}
.sec_tit .sub {
	margin: 0 0 5px;
	font-size: 20px;
	line-height: 1.4;
}
.sec_tit .main {
	font-size: 70px;
	line-height: 1;
}

@media screen and (max-width: 600px) {
	.sec_inner {
		display: block;
		width: auto;
		padding: 0 7%;
	}
	.sec_inner .txt {
		box-sizing: border-box;
		width: 100% !important;
		padding: 0;
		margin: 0 0 25px;
	}
	.sec_inner .img01 {
		width: 100% !important;
	}
	.sec_tit,
	.sec_cap {
		margin: 0 0 15px;
	}
	.sec_tit .sub {
		font-size: 14px;
	}
	.sec_tit .main {
		font-size: 60px;
		line-height: 1;
	}
}

/* ---------------------------------------------------
sec_lead
------------------------------------------------------ */
#sec_lead {
	margin: 0 0 100px;
}
#sec_lead .sec_inner {
	flex-direction: row-reverse;
	margin: 0 0 80px;
}
#sec_lead .sec_inner .txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
	margin: 0 auto;
}
#sec_lead .sec_inner h2 {
	margin: 0 0 30px;
	font-size: var(--font-lg);
	color: var(--txt-point);
	writing-mode: vertical-rl;
}
#sec_lead .sec_inner .img01 {
	width: 100%;
	padding-top: -10px;
	
}
#sec_lead .imgs {
	display: flex;
	flex-direction: row-reverse;
	gap: 0 5.4%;
	justify-content: space-between;
}
#sec_lead .imgs .img03 {
	margin: 60px 0 0;
}

@media screen and (max-width: 600px) {
	#sec_lead {
		margin-bottom: 60px;
	}
	#sec_lead .sec_inner {
		margin-bottom: 5px;
	}
	#sec_lead .sec_inner .txt {
		display: block;
		margin: 0 0 30px;
	}
	#sec_lead .sec_inner h2 {
		margin-bottom: 15px;
		line-height: 1.6;
		writing-mode: horizontal-tb;
	}
	#sec_lead .imgs {
		flex-direction: column;
		gap: 5px 0;
	}
	#sec_lead .imgs img {
		width: 100%;
	}
	#sec_lead .imgs .img03 {
		margin: 0;
	}
}

/* ---------------------------------------------------
sec_crab
------------------------------------------------------ */
#sec_crab {
	margin: 0 0 120px;
}
#sec_crab .sec_inner {
	margin: 0 0 50px;
}
#sec_crab .sec_inner .txt {
	width: 300px;
}
#sec_crab .sec_inner .sec_tit {
	margin: 0 0 35px;
}
#sec_crab .sec_inner .img01 {
	width: 62.5%;
}
#sec_crab .imgs {
	display: flex;
	gap: 0 4.6%;
	justify-content: space-between;
	margin-bottom: 130px;
}
#sec_crab .imgs .img02 {
	margin: 30px 0 0;
}
#sec_crab .info_col {
	display: flex;
	gap: 0 35px;
	justify-content: space-between;
	padding: 45px;
	margin-bottom: 50px;
	background: #1f1f1f;
	border: 1px solid #666;
}
#sec_crab .info_col .txt {
	width: 510px;
}
#sec_crab .info_col .txt h3 {
	margin: 0 0 20px;
	color: var(--txt-point);
}
#sec_crab .info_col .txt .name {
	margin: 20px 0 0;
	text-align: right;
}
#sec_crab .cmn_btn {
	margin: 0 auto;
	width: 250px;
}

@media screen and (max-width: 600px) {
	#sec_crab {
		margin-bottom: 60px;
	}
	#sec_crab .sec_inner {
		margin-bottom: 5px;
	}
	#sec_crab .sec_inner .sec_tit {
		margin-bottom: 15px;
	}
	#sec_crab .imgs {
		flex-direction: column;
		gap: 5px 0;
		margin-bottom: 40px;
	}
	#sec_crab .imgs img {
		width: 100%;
	}
	#sec_crab .imgs .img02 {
		margin: 0;
	}
	#sec_crab .info_col {
		display: block;
		padding: 30px 20px;
		margin-bottom: 30px;
	}
	#sec_crab .info_col .txt {
		width: auto;
		margin: 0 0 25px;
	}
	#sec_crab .info_col .txt h3 {
		margin-bottom: 15px;
	}
	#sec_crab .info_col .img img {
		width: 100%;
	}
}

/* ---------------------------------------------------
sec_food
------------------------------------------------------ */
#sec_food {
	margin: 0 0 120px;
}
#sec_food .sec_inner {
	flex-direction: row-reverse;
	margin: 0 0 60px;
}
#sec_food .sec_inner .txt {
	width: 350px;
}
#sec_food .sec_inner .txt .cmn_btn {
	margin: 45px 0 0 auto;
}
#sec_food .sec_inner .img01 {
	width: 700px;
}
#sec_food .imgs {
	display: flex;
	flex-direction: row-reverse;
	gap: 0 2%;
	justify-content: space-between;
}
#sec_food .imgs .img02 {
	margin: 10px 0 0;
}
#sec_food .imgs .img03 {
	margin: 55px 0 0;
}

@media screen and (max-width: 600px) {
	#sec_food {
		margin-bottom: 60px;
	}
	#sec_food .sec_inner {
		margin-bottom: 5px;
	}
	#sec_food .sec_inner .txt .cmn_btn {
		margin: 20px auto 0;
	}
	#sec_food .imgs {
		flex-flow: row wrap;
		gap: 5px;
	}
	#sec_food .imgs img {
		width: 100%;
	}
	#sec_food .imgs .img02,
	#sec_food .imgs .img03 {
		margin: 0;
	}
	#sec_food .imgs :is(.img03, .img04) {
		width: calc((100% - 5px) / 2);
	}
}

/* ---------------------------------------------------
sec_room
------------------------------------------------------ */
#sec_room {
	margin: 0 0 120px;
}
#sec_room .inner {
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 750px;
	aspect-ratio: 1600 / 750;
	padding: 95px 20pxs;
	margin: 0 0 80px;
}
#sec_room .inner .img01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
#sec_room .inner .txt {
	padding:20px;
	position: relative;
	z-index: 5;
}
#sec_room .inner .txt p {
	width: 400px;
}
#sec_room .inner .txt .cmn_btn {
	margin: 30px 0 0;
	width: 250px;
}
#sec_room .inner .img01 .ofi {
	width: 100%;
	height: 100%;
}
#sec_room .rooms {
	display: flex;
	gap: 0 25px;
	justify-content: space-between;
	margin-bottom: 80px;
}
#sec_room .rooms li {
	width: 450px;
}
#sec_room .rooms a {
	position: relative;
	display: flex;
	align-items: center;
	/*width: 100%;*/
	aspect-ratio: 450 / 250;
	padding: 30px 35px;
	overflow: hidden;
}
#sec_room .rooms a .ofi {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
}
#sec_room .rooms a .txt {
	position: relative;
	z-index: 5;
}
#sec_room .rooms a .txt .note {
	margin: 0 0 15px;
	font-size: 26px;
	line-height: 1.4;
	text-shadow: 0 0 10px #000;
}
#sec_room .rooms a .txt .logo {
	filter: drop-shadow(0 0 10px #000);
}

@media screen and (hover: hover) and (min-width: 601px) {
	#sec_room .rooms a:hover {
		opacity: 1;
	}
	#sec_room .rooms a:hover .ofi {
		transform: scale(1.05);
	}
}
@media screen and (max-width: 600px) {
	#sec_room {
		margin-bottom: 60px;
	}
	#sec_room .inner {
		width: 100%;
		min-height: 0;
		aspect-ratio: auto;
		padding: 0;
		margin-bottom: 20px;
	}
	#sec_room .inner .txt {
		margin-bottom: 25px;
	}
	#sec_room .inner .txt p {
		width: auto;
	}
	#sec_room .inner .txt .cmn_btn {
		margin: 20px auto 0;
	}
	#sec_room .inner .img01 {
		position: static;
		display: block;
		width: 86%;
		margin: 0 auto;
	}
	#sec_room .rooms {
		flex-direction: column;
		gap: 10px 0;
		margin-bottom: 10px;
	}
	#sec_room .rooms li {
		width: 100%;
	}
	#sec_room .rooms a {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		aspect-ratio: 585 / 380;
		padding: 30px 20px;
		overflow: hidden;
	}
	#sec_room .rooms a .txt .note {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.6;
	}
	#sec_room .rooms a .txt .logo {
		filter: drop-shadow(0 0 10px #000);
	}
	#sec_room .rooms a .txt .logo img {
		zoom: 0.6;
	}
}

/* ---------------------------------------------------
sec_hotspring
------------------------------------------------------ */
#sec_hotspring {
	flex-direction: row-reverse;
	margin: 0 0 120px;
}
#sec_hotspring .txt {
	width: 430px;
}
#sec_hotspring .txt .cmn_btn {
	margin: 40px 0 0 auto;
}
#sec_hotspring .img01 {
	width: 600px;
}

@media screen and (max-width: 600px) {
	#sec_hotspring {
		margin-bottom: 60px;
	}
	#sec_hotspring .txt .cmn_btn {
		margin: 20px auto 0;
	}
}

/* ---------------------------------------------------
sec_plan
------------------------------------------------------ */
#sec_plan {
	padding: 115px 0;
	background: url(https://www.ryokanheisei.co.jp/img/sec_plan_bg_pc.webp) no-repeat center top;
	background-size: 100% auto;
}
#sec_plan h2 {
	margin: 0 0 55px;
}
#sec_plan h2 span {
	display: block;
	text-align: center;
}
#sec_plan h2 .main {
	margin: 0 0 5px;
	font-size: 60px;
	line-height: 1;
}
#sec_plan h2 .sub {
	font-size: 18px;
}

/* おすすめプラン書き出し */
#recommend_489ban {
	width: calc(100% - 80px);
	max-width: 1345px;
	margin: 0 auto 65px;
}
#recommend_489ban .slick-list {
	margin: 0 -20px;
}
#recommend_489ban .slick-track {
	display: flex;
}
#recommend_489ban .slick-slide {
	height: auto !important;
}
#recommend_489ban .slick-slide > div {
	height: 100%;
	padding: 0 20px;
}
#recommend_489ban .PlanView {
	height: 100%;
	padding: 20px 20px 25px;
	color: #000;
	background: #fff;
}
#recommend_489ban .PlanView a {
	color: #000;
}
#recommend_489ban .ofi {
	width: 100%;
	aspect-ratio: 380 / 250;
	transition: opacity 0.5s;
}
#recommend_489ban .explan {
	margin: 25px 0 0;
}
#recommend_489ban .planlist {
	margin: 15px 0 0;
	text-align: right;
}
#recommend_489ban .planlist a {
	display: inline-flex;
	align-items: center;
}
#recommend_489ban .planlist a::after {
	position: relative;
	right: 5px;
	z-index: 0;
	width: 30px;
	height: 5px;
	margin: 0 0 0 25px;
	content: "";
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transition: right 0.5s;
	transform: skewX(-120deg);
}
#recommend_489ban .slick-arrow {
	z-index: 10;
	width: 60px;
	height: 0;
	padding: 60px 0 0;
	background: #fff;
	border-radius: 50%;
}
#recommend_489ban .slick-arrow::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 5px;
	content: "";
	border-bottom: 1px solid #000;
	opacity: 1;
}
#recommend_489ban .slick-prev {
	left: -30px;
}
#recommend_489ban .slick-prev::before {
	border-left: 1px solid #000;
	transform: skewX(120deg) translate(-50%, -50%);
}
#recommend_489ban .slick-next {
	right: -30px;
}
#recommend_489ban .slick-next::before {
	border-right: 1px solid #000;
	transform: skewX(-120deg) translate(-50%, -50%);
}

/* ボタン */
#sec_plan .btns {
	display: flex;
	gap: 0 60px;
	justify-content: center;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#recommend_489ban .main_picture a:hover .ofi {
		opacity: 0.6;
	}
	#recommend_489ban .planlist a:hover {
		opacity: 1;
	}
	#recommend_489ban .planlist a:hover::after {
		right: 0;
	}
}
@media screen and (max-width: 600px) {
	#sec_plan {
		padding: 60px 0;
		background-image: url(https://www.ryokanheisei.co.jp/common/img/sec_plan_bg_sp.webp);
	}
	#sec_plan h2 {
		margin-bottom: 25px;
	}
	#sec_plan h2 .main {
		font-size: 40px;
	}
	#sec_plan h2 .sub {
		font-size: 14px;
	}

	/* おすすめプラン書き出し */
	#recommend_489ban {
		width: calc(100% - 60px);
		margin-bottom: 40px;
	}
	#recommend_489ban .slick-list {
		margin: 0 -5px;
	}
	#recommend_489ban .slick-slide > div {
		height: 100%;
		padding: 0 5px;
	}
	#recommend_489ban .PlanView {
		padding: 15px 15px 20px;
	}
	#recommend_489ban .explan {
		margin: 25px 0 0;
	}
	#recommend_489ban .slick-arrow {
		width: 40px;
		padding: 40px 0 0;
	}
	#recommend_489ban .slick-arrow::before {
		width: 20px;
		height: 3px;
	}
	#recommend_489ban .slick-prev {
		left: -20px;
	}
	#recommend_489ban .slick-next {
		right: -20px;
	}

	/* ボタン */
	#sec_plan .btns {
		flex-direction: column;
		gap: 20px 0;
		align-items: center;
	}
}

/* ---------------------------------------------------
sec_info
------------------------------------------------------ */
#sec_info {
	padding: 110px 0 120px;
	color: #222;
	background: url(https://www.ryokanheisei.co.jp/common/img/bg_pattern.jpg) center top;
}
#YadoRaku #sec_info a {
	color: #222;
}
#sec_info h2 {
	margin: 0 0 25px;
	text-align: center;
}
#sec_info h2 span {
	display: block;
}
#sec_info h2 .main {
	margin: 0 0 5px;
	font-size: 46px;
	line-height: 1;
	color: var(--txt-point);
}
#sec_info h2 .sub {
	font-size: 18px;
}

/* ブログ */
#sec_info .blog_col {
	width: 92%;
	max-width: 930px;
	margin: 0 auto 100px;
}
#sec_info .blog_col #feed li {
	border-bottom: 1px solid #ccc;
}
#sec_info .blog_col #feed a {
	display: flex;
	gap: 0 15px;
	align-items: center;
	padding: 35px 0;
}
#sec_info .blog_col #feed .date {
	flex-shrink: 0;
	width: 120px;
	padding: 3px 10px;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	background: #7f6728;
}
#sec_info .blog_col #feed .post_tit {
	flex-grow: 1;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#sec_info .blog_col .cmn_btn {
	margin: 40px auto 0;
}

/* バナー */
#sec_info .slick_bnr {
	width: calc(100% - 120px);
	margin-bottom: 125px;
}
#sec_info .slick_bnr .slick-list {
	margin: 0 -15px;
}
#sec_info .slick_bnr .slick-slide {
	padding: 0 15px;
}
#sec_info .slick_bnr .slick-arrow {
	z-index: 10;
	width: 30px;
	height: 0;
	padding: 50px 0 0;
	overflow: hidden;
}
#sec_info .slick_bnr .slick-arrow::before {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	content: "";
	border-bottom: 2px solid #000;
	opacity: 1;
}
#sec_info .slick_bnr .slick-prev {
	left: -50px;
}
#sec_info .slick_bnr .slick-prev::before {
	left: 10px;
	border-left: 2px solid #000;
	transform: translateY(-50%) rotate(45deg);
}
#sec_info .slick_bnr .slick-next {
	right: -50px;
}
#sec_info .slick_bnr .slick-next::before {
	right: 10px;
	border-right: 2px solid #000;
	transform: translateY(-50%) rotate(-45deg);
}
#sec_info .slick_bnr .slick-dots li.slick-active button {
	background: #c0a459;
}

/* ボタン */
#sec_info .btns {
	display: flex;
	gap: 0 20px;
	align-items: center;
	justify-content: center;
}
#sec_info .btns .cmn_btn {
	gap: 0 5px;
	padding: 10px 15px;
}
#sec_info .btns .cmn_btn::after {
	width: 25px;
	height: 25px;
	background: url(https://www.ryokanheisei.co.jp/common/img/icon_popup.svg) no-repeat center center;
	border: none;
	transform: none;
}

@media screen and (hover: hover) and (min-width: 601px) {
	#sec_info .btns .cmn_btn:hover::after {
		right: 0;
	}
}
@media screen and (max-width: 600px) {
	#sec_info {
		padding: 60px 0 100px;
	}
	#sec_info h2 {
		margin-bottom: 10px;
	}
	#sec_info h2 .main {
		font-size: 40px;
	}
	#sec_info h2 .sub {
		font-size: 14px;
	}
	#sec_info .blog_col {
		width: 86%;
		margin-bottom: 60px;
	}
	#sec_info .blog_col #feed a {
		display: flex;
		flex-direction: column;
		gap: 10px 0;
		align-items: flex-start;
		padding: 15px 0;
	}
	#sec_info .blog_col #feed .post_tit {
		white-space: normal;
	}
	#sec_info .blog_col .cmn_btn {
		margin-top: 25px;
	}
	#sec_info .slick_bnr {
		width: calc(100% - 80px);
		margin-bottom: 60px;
	}
	#sec_info .slick_bnr .slick-list {
		margin: 0 -5px;
	}
	#sec_info .slick_bnr .slick-slide {
		padding: 0 5px;
	}
	#sec_info .slick_bnr .slick-slide img {
		width: 100%;
	}
	#sec_info .slick_bnr .slick-arrow {
		z-index: 10;
		width: 20px;
		height: 0;
		padding: 50px 0 0;
		overflow: hidden;
	}
	#sec_info .slick_bnr .slick-arrow::before {
		border-width: 1px !important;
	}
	#sec_info .slick_bnr .slick-prev {
		left: -30px;
	}
	#sec_info .slick_bnr .slick-next {
		right: -30px;
	}

	/* ボタン */
	#sec_info .btns {
		flex-direction: column;
		gap: 10px 0;
	}
}
