@charset "utf-8";
/* CSS Document */

/* =========================
	body
========================= */

body {
	background: url(../img/base/body.png),
	#fff;
	line-height: 2em;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
}

p {
	color: #533927;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited {
	text-decoration: underline;
	word-break: break-all;
	color: #533927;
}

a:focus {
	outline: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	/*border-spacing: 2px; */
	word-break: break-all;
	font-size: 12px;
	color: #533927;
}

table span {
	display: inline-block;
}

th {
	padding: 2px 2%;
}

td {
	width: auto;
	padding: 2px 2%;
}

.info {
	margin: 0;
	padding: 0 2%;
	color: #533927;
}

.info:after {
	content: "";
	display: block;
	clear: both;
}

.info dt {
	clear: both;
	float: left;
	width: 8%;
	max-width: 20px;
	margin: 0;
}

.info dd {
	float: left;
	width: 92%;
	margin: 0;
}

.info span {
	display: inline-block;
}


/* =========================
	header
========================= */

.header {
	padding: 30px 0 0;
	background: url(../img/base/header.png) repeat left top;
	line-height: 0;
	text-align: center;
}

h1 {
	margin: 0 2% 25px;
}


/* =========================
	slider
========================= */

.slider_box {
	padding: 12px 0 0;
	border-top: 3px solid #549346;
}


/* =========================
	g_menu
========================= */

.g_menu {
	margin: -26px auto 0;
	padding: 37px 0 65px;
	background: url(../img/menu/g_menu1.png) repeat-x top center,
	url(../img/menu/g_menu2.png) repeat-x 17% 100%;
	background-size: auto,
	auto 80%;
	line-height: 0;
	text-align: center;
	position: relative;
	z-index: 5;
}

.g_menu ul {
	max-width: 700px;
	margin: 0 auto;
	padding: 15px 0 0;
	list-style: none;
}

.g_menu ul:after {
	content: "";
	display: block;
	clear: both;
}

.g_menu li {
	float: left;
	width: 50%;
}

.g_menu a img {
	width: 90%;
	max-width: 180px;
}


/* =========================
	menu
========================= */

.menu {
	padding: 0 2%;
	border-top: 2px solid #7aab46;
	border-bottom: 2px solid #7aab46;
	line-height: 0;
	text-align: center;
}

.menu ul {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}

.menu li {
	border-bottom: 1px solid #7aab46;
	list-style: none;
}

.menu li:last-child {
	border-bottom: none;
}

.menu ul li a {
	display: block;
	padding: 25px 0 20px;
	background: url(../img/menu/arrow.png) no-repeat 95% 50%;
	background-size: auto 12px;
	text-decoration: none;
}


/* =========================
	sub_menu
========================= */

.sub_menu {
	width: 90%;
	max-width: 500px;
	margin: 40px auto 0;
	border: 1px solid #7aab46;
	line-height: 0;
}

.sub_menu a {
	display: block;
	max-width: 370px;
	margin: 0 50px;
	padding: 15px;
	border-bottom: 1px dashed #7aab46;
}

.sub_menu a:last-child {
	border-bottom: none;
}


/* =========================
	footer_link
========================= */

.footer_link {
	width: 90%;
	max-width: 600px;
	margin: 40px auto 0;
	text-align: center;
}

.footer_link span {
	display: inline-block;
	margin: 0 2% 2%;
}

.trip {
	display: inline-block;
	max-width: 240px;
	margin: 0 2% 30px;
	vertical-align: top;
}


/* =========================
	footer_menu
========================= */

.footer_menu {
	width: 96%;
	margin: 0 auto;
	text-align: center;
}

.footer_menu a {
	display: block;
}

.footer_menu span a {
	max-width: 240px;
	margin: 25px auto;
	padding: 10px 20px;
	background: #5A5347;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


/* =========================
	f-menu
========================= */

.f_menu {
	padding: 50px 2% 80px;
	background: url(../img/menu/g_menu2.png) repeat-x 17% 100%;
	text-align: center;
	line-height: 0;
}

.f_menu:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu ul {
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
}

.f_menu li {
	float: left;
	width: 50%;
	list-style: none;
}

.f_menu img {
	width: 90%;
	max-width: 140px;
}


/* =========================
	footer
========================= */

.footer {
	padding: 20px 5% 200px;
	background: url(../img/base/footer.jpg) no-repeat 100% 100%;
	background-size: auto 50%;
}

@media screen and (max-width: 1020px) {
	.footer {
		background: url(../img/base/footer.jpg) no-repeat 40% 100%;
	}
}

.footer_inner {
	max-width: 420px;
	margin: 0 auto;
}

.footer p {
	color: #060;
	text-shadow: 1px  1px 2px #fff,
	-1px  1px 2px #fff,
	1px -1px 2px #fff,
	-1px -1px 2px #fff;
}

.footer span {
	display: inline-block;
	margin-right: 10px;
}

.copyright {
	text-align: center;
}

.copyright p {
	font-size: 11px;
}


/* =========================
	Contents
========================= */

.contents {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
}

.contents p {
	padding: 0 2%;
}

.link a {
	display: inline-block;
	margin: 10px 2%;
	padding: 3px 40px 1px 20px;
	background: url(../img/base/link_arrow.png) no-repeat 95% 50%,
	#6ba230;
	background-size: auto 80%,
	auto;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.link2 a {
	display: inline-block;
	width: 80px;
	margin: 10px 2%;
	padding: 3px 40px 1px 20px;
	background: url(../img/base/link_arrow2.png) no-repeat 95% 50%,
	#8dc33e;
	background-size: auto 80%,
	auto;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.link3 a {
	display: inline-block;
	margin: 10px 2%;
	padding: 3px 40px 1px 20px;
	background: url(../img/base/arrow.png) no-repeat 90% 50%,
	#fbf9f0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	color: #6e4a20;
	text-decoration: none;
}

.text {
	text-shadow: 0 0 0 #533927;
}

.lightbox_info {
	margin: 0 0 5px;
	text-align: center;
}

.lightbox_info span {
	display: inline-block;
	padding-left: 30px;
	background: url(../img/base/lightbox.png) no-repeat 0 50%;
	font-size: 11px;
}

.inner span {
	display: inline-block;
}


/* =========================
	page
========================= */

/*------------------ index ------------------*/

.index_lead {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 2% 10%;
	background: url(../img/index/index_lead.png) no-repeat 50% 100%;
	background-size: 90% auto;
}

.index_lead h2 {
	text-align: center;
}

.index_lead p {
	padding: 0 2%;
}

.index_appeal {
	max-width: 800px;
	margin: 10px auto;
	text-align: center;
}

.appeal_box {
	display: inline-block;
	max-width: 320px;
	min-height: 400px;
	margin: 0 2% 30px;
	padding: 0 0 20px;
	background: #fbf9f0;
}

.appeal_box h3 {
	margin: 0;
}

.appeal_box p {
	padding: 0 5%;
	text-align: left;
}

.appeal_box span {
	color: #47a438;
}


/*------------------ hotspa ------------------*/

.hotspa_title {
	padding: 0 2% 14px;
	background: url(../img/hotspa/title_back.jpg) no-repeat top center;
	background-size: cover;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 1920px) {
    

	.hotspa_title {
		background-size: auto;
	}
}

.uchiyu,.uchiyu *{
    box-sizing: border-box;
}
.hotspa_title h2 {
	width: 45%;
	margin: 0 auto;
}

.hotspa_midashi {
	max-width: 521px;
	margin: 0 auto 20px;
	padding: 0 0 40px;
	background: url(../img/hotspa/midashi.png) no-repeat bottom center;
	background-size: 100% auto;
	text-align: center;
}

.hotspa_l2 p {
	margin: 10px 0 0;
}

.hotspa_l1 div,
.hotspa_l2 div {
	line-height: 0;
}

.hotspa_l1 div a,
.hotspa_l2 div a {
	display: inline-block;
	width: 48%;
	margin: 1%;
}

.hotspa_info {
	padding: 0 5px;
	background: url(../img/base/line.jpg) no-repeat 50% 1%,
	url(../img/base/line.jpg) no-repeat 50% 99%;
	background-size: 100% 1px,
	100% 1px;
}

.hotspa_info div {
	padding: 10px 10px 30px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

.hotspa_info h4 {
	text-align: center;
}

.hotspa_text {
	max-width: 510px;
	margin: 0 auto 20px;
}
.renewal{
    width:fit-content;
    height:auto;
    display:grid;
    place-items:center;
    place-content:center;
    margin: 0px auto;
    padding:15px 20px;
    border:1px solid #533927;
    border-radius: 20px;
    gap:10px;
}
.renewal h4{
    text-align: center;
    font-size: 20px;
    color:#471800;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 800;
    margin:0;
}
.renewal ul{
    list-style: none;
    padding:0;
}
.renewal li{
    font-size: 14px;
    padding:3px 5px 3px 1rem;
    background:rgba(83,57,39,0.1);
    margin-bottom:8px;
    box-shadow:3px 3px 0px rgba(83,57,39,0.3);
    color:#533927;
    font-weight: 500;
    padding-left:1.5em;
    text-indent:-1em;
    line-height: 1.4;
}
.hotspa_table {
	margin: 30px 0 70px;
}

.hotspa_table h4 {
	display: inline;
	padding: 8px 25px;
	background: rgba(84,147,70,0.7);
	font-size: 15px;
	color: #fff;
}

.hotspa_table table {
	margin: 20px 0 0;
}

.hotspa_table th {
	width: 28%;
	background: #e4eed2;
	border: 1px solid #595959;
	text-align: left;
	font-weight: normal;
}

.hotspa_table td {
	border: 1px solid #595959;
}
.main_imgs{
    display:grid;
    grid-template-columns: 1fr;
    place-items:center;
    place-content:center;
    gap:5px;
    margin-bottom:20px;
}
.main_imgs .thumbs{
    display:grid;
    grid-template-columns: repeat(auto-fill,minmax(110px,1fr));
    gap:8px;
}
.main_imgs .main{
    width:100%;
    grid-column: 1 / -1;
    height:auto;
    overflow: hidden;
    aspect-ratio:1000 / 667;
}
.main_imgs .main img,
.main_imgs .thumbs img{
    width:100%;
    height:100%;
    object-fit: cover;
    aspect-ratio:1000 / 667;
    transition: 0.5s ease-out;
   overflow: hidden;
   border-radius: 5px;
}
.main_imgs .thumbs img{
    box-sizing: content-box;
    border:3px solid rgba(255,255,255,0.0);

}
.main_imgs .thumbs img.active{
    border:3px solid #00BB09;
}
.main_imgs .thumbs img:hover{
    cursor: pointer;
}
.main_imgs .thumbs img:hover{
    filter: brightness(1.1);
}
.main_imgs .thumbs:has(img:hover) img:not(:hover){
    filter: grayscale(0.5);
    opacity: 0.9;
}

/*------------------ cuisine ------------------*/

.cuisine_title {
	padding: 0 2% 14px;
	background: url(../img/cuisine/title_back.jpg) no-repeat top center;
	background-size: cover;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 1920px) {
	.cuisine_title {
		background-size: auto;
	}
}

.cuisine_title h2 {
	width: 45%;
	margin: 0 auto;
}

.cuisine_midashi {
	max-width: 521px;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	background: url(../img/cuisine/midashi.png) no-repeat bottom center;
	background-size: 100% auto;
	text-align: center;
}

.cuisine_color {
	max-width: 450px;
	margin: 0 auto;
	font-size: 12px;
	color: #f5805a;
}

.cuisine_img {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 0 120px;
	background: url(../img/cuisine/cuisine_img.png) no-repeat 98% 85%;
}

.cuisine_img .info {
	width: 50%;
	margin: 30px 0 0;
	font-size: 12px;
	color: #f5805a;
}

.cuisine {
	max-width: 516px;
	margin: 0 auto 40px;
}

.cuisine h3 {
	margin: 0 10px -5px;
}

.cuisine p {
	margin: 0 10px;
}

.cuisine dl {
	margin: 0 10px;
}

.cuisine_color2 dt {
	font-size: 12px;
	color: #7aab46;
}


/*------------------ kannai ------------------*/

.kannai_title {
	padding: 0 2% 14px;
	background: url(../img/kannai/title_back.jpg) no-repeat top center;
	background-size: cover;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 1920px) {
	.kannai_title {
		background-size: auto;
	}
}

.kannai_title h2 {
	width: 45%;
	margin: 0 auto;
}

.kannai_info {
	margin: 10px 0 0;
	padding: 0 5px;
	background: url(../img/base/line.jpg) no-repeat 50% 1%,
	url(../img/base/line.jpg) no-repeat 50% 99%;
	background-size: 100% 1px,
	100% 1px;
}

.kannai_info div {
	padding: 20px 10px 30px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

.kannai_info p {
	margin: 20px 0 0;
	padding-left: 20px;
	background: url(../img/base/check.png) no-repeat 0 5px;
}

.kannai_info .info {
	margin: 0;
	padding: 0 0 0 20px;
}


/*------------------ season ------------------*/

.season_title {
	padding: 0 2% 14px;
	background: url(../img/season/title_back.jpg) no-repeat top center;
	background-size: cover;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 2400px) {
	.season_title {
		background-size: auto;
	}
}

.season_title h2 {
	width: 45%;
	margin: 0 auto;
}

#season_anchor {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

#season_anchor a {
	display: inline-block;
	width: 180px;
	margin: 2%;
	padding: 5px 30px;
	background: url(../img/base/anchor.png) no-repeat 90% 50%,
	rgba(195,227,173,0.5);
	background-size: 16px auto,
	auto;
	border: 1px solid #64381e;
	text-align: left;
	font-weight: bold;
	color: #64381e;
	text-decoration: none;
}

.season_img {
	line-height: 0;
	text-align: center;
}

.season_img img {
	width: 46%;
	max-width: 220px;
	margin: 2%;
}

.season_table h4 {
	margin: 30px 0 10px;
	font-size: 16px;
	background: url(../img/base/midashi_line.png) no-repeat center center;
    text-align: center;
	color: #533927;
}

@media screen and (max-width: 340px) {
	.siason_table h4 {
		background: none;
	}
}

.season_table th {
	width: 40%;
	background: #e4eed2;
	border: 1px solid #595959;
	text-align: left;
	font-weight: normal;
}

.season_table td {
	border: 1px solid #595959;
}

.season_tabl span {
	display: inline-block;
}

#spring {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#spring h3 {
	text-align: center;
}

#spring p {
	max-width: 560px;
	margin: 10px auto;
}

#summer {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#summer h3 {
	text-align: center;
}

#summer p {
	max-width: 600px;
	margin: 10px auto;
}

.summer_link {
	text-align: center;
}

.summer_link h4 {
	margin: 20px 0 0;
}

#autumn {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#autumn h3 {
	text-align: center;
}

#autumn p {
	max-width: 600px;
	margin: 10px auto;
}

#winter {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#winter h3 {
	text-align: center;
}

#winter p {
	max-width: 600px;
	margin: 10px auto;
}


/*------------------ price ------------------*/

.price_title {
	padding: 0 2% 14px;
	background: url(../img/price/title_back.jpg) no-repeat 5% 0;
	background-size: cover;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 1920px) {
	.price_title {
		background-size: auto;
	}
}

.price_title h2 {
	width: 45%;
	margin: 0 auto;
}

.price_tel {
	width: 80%;
	max-width: 350px;
	margin: 20px auto;
}

.price_table h4 {
	margin: 30px 0 0;
	font-size: 15px;
	font-weight: normal;
	color: #533927;
}

.price_table thead th {
	background: #e4eed2;
	border: 1px solid #595959;
	font-weight: normal;
}

.price_table tbody th {
	width: 64%;
	border: 1px solid #595959;
	text-align: left;
	font-weight: normal;
}

.price_table tbody td {
	width: 36%;
	border: 1px solid #595959;
	text-align: center;
}

.price_table span {
	display: inline-block;
}

.price_table dl {
	margin: 10px 0 0;
	padding: 0;
}

.price_table2 thead th {
	background: #e4eed2;
	border: 1px solid #595959;
	font-weight: normal;
}

.price_table2 h4 {
	margin: 30px 0 0;
	font-size: 15px;
	font-weight: normal;
	color: #533927;
}

.price_table2 tbody th {
	width: 40%;
	border: 1px solid #595959;
	text-align: left;
	font-weight: normal;
}

.price_table2 tbody td {
	width: 60%;
	border: 1px solid #595959;
	text-align: center;
}

.price_table2 span {
	display: inline-block;
}

.price_table2 dl {
	margin: 10px 0 0;
	padding: 0;
}

.price_table3 h4 {
	margin: 30px 0 0;
	font-size: 15px;
	font-weight: normal;
	color: #533927;
}

.price_table3 th {
	width: 50%;
	background: #e4eed2;
	border: 1px solid #595959;
	font-weight: normal;
}

.price_table3 td {
	border: 1px solid #595959;
	text-align: center;
}

.price_table3 dl {
	margin: 10px 0 0;
	padding: 0;
}


/*------------------ access ------------------*/

.access_title {
	padding: 0 2% 14px;
	background: url(../img/access/title_back.jpg) no-repeat 50% 0;
	background-size: cover;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 2400px) {
	.access_title {
		background-size: auto;
	}
}

.access_title h2 {
	width: 45%;
	margin: 0 auto;
}

.g_map {
	margin: 20px 0 0;
	padding: 10px;
	background: #fbf9f0;
	line-height: 0;
}

.access_l1,
.access_l2 {
	margin: 50px 0 0;
	text-align: center;
}

.access_l1 a,
.access_l2 a {
	display: inline-block;
	margin: 0 0 10px;
}

.access_l2 dl {
	margin: 15px 0 0;
	padding: 0;
	text-align: left;
}

.access {
	max-width: 500px;
	margin: 0 auto 50px;
}

.access h4 {
	margin: 0 0 -10px;
	text-align: center;
}

.access span {
	display: inline-block;
}


/*------------------ kankou ------------------*/

.kankou_title {
	padding: 0 2% 14px;
	background: url(../img/kankou/title_back.jpg) no-repeat 50% 0;
	background-size: cover;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 2400px) {
	.kankou_title {
		background-size: auto;
	}
}

.kankou_title h2 {
	width: 45%;
	margin: 0 auto;
}

.kankou {
	margin: 30px 0;
}

.kankou h3 {
	margin: 0 0 30px;
	font-size: 18px;
	background: url(../img/base/midashi_line2.png) no-repeat center center;
    text-align: center;
	color: #533927;
}

.kankou_link a {
	display: inline-block;
	margin: 10px 2%;
	padding: 3px 40px 1px 20px;
	background: url(../img/base/arrow.png) no-repeat 90% 50%,
	#fbf9f0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	line-height: 24px;
	text-align: left;
	font-weight: bold;
	color: #6e4a20;
	text-decoration: none;
}

.kankou p {
	max-width: 600px;
	margin: 0 auto 15px;
}

.kankou_blank {
	width: 90%;
	margin: 30px auto;
	text-align: center;
}

.kankou_text {
	max-width: 600px;
	margin: 20px auto;
}


/*------------------ english ------------------*/

.english_title {
	padding: 0 2% 14px;
	background: url(../img/english/title_back.jpg) no-repeat 50% 0;
	background-size: cover;
	line-height: 0;
	text-align: center;
}

@media screen and (max-width: 2400px) {
	.english_title {
		background-size: auto;
	}
}

.english_title h2 {
	width: 45%;
	margin: 0 auto;
}

.english {
	max-width: 480px;
	margin: 0 auto;
}

.english h3 {
	margin: 10px 0;
	font-size: 18px;
	color: #333;
}

.english p {
	margin: 0;
	padding: 0;
}

.english dl {
	margin: 0;
	padding: 0;
}

.english_info {
	margin: 10px 0 0;
	padding: 0 5px;
	background: url(../img/base/line.jpg) no-repeat 50% 1%,
	url(../img/base/line.jpg) no-repeat 50% 99%;
	background-size: 100% 1px,
	100% 1px;
}

.english_info div {
	padding: 10px 2% 30px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
}

.english_info h4 {
	display: inline-block;
	margin: 20px 0 10px;
	padding: 0;
	border-bottom: 2px solid #b10b0e;
	font-size: 14px;
	font-weight: normal;
	color: #533927;
}

.english_info dl {
	margin: 0;
	padding: 0;
}


/* =========================
	dialog
========================= */

.ui-header {
	padding: 0 !important;
	text-shadow: none;
}

.ui-dialog {
	background: url(../img/base/body.png),
	#fff; !important;
}

.ui-dialog-contain {
	width: 96%;
	max-width: 800px;
	margin: 10% auto;
	padding: 10px 0 40px;
	background: #fbf9f0;
	position: relative;
	top: -1em;
}

.dialog {
	padding: 0 2% ;
}

.dialog h3 {
	margin: 30px 0 20px;
	text-align: center;
	font-size: 18px;
	color: #533927;
	text-shadow: none;
}

.dialog span {
	display: inline-block;
	margin: 0 5px;
}

.movie_text {
	margin: 30px 0 -30px;
	text-align: center;
}

.close {
	max-width: 120px;
	margin: 30px auto 0;
	fon-size: 15px;
}


/* =========================
	others
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	margin: 1% 0;
	line-height: 0;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	margin: 1% 0;
	line-height: 0;
	text-align: right;
}


/*------------------ margin ------------------*/

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}


/*------------------ line_height ------------------*/

.line_height {
	margin: 0;
	line-height: 0;
	text-align: center;
}



/*-----------------------------------------------

      じゃらん

-----------------------------------------------*/
        
.jalan-wapr { width: 90%; max-width: 800px; background: rgba(245,222,179,0.65); padding: 2em 1em; margin: 2em auto; font-family: "RiiPopkk Sans","sans-serif"; text-align: center; }
.jalan-wapr h3 { font-size: 22px; font-weight: normal; line-height: 135%; letter-spacing: 0.02rem; margin-bottom: 20px; color: #eb5c00; }
.jalan-wapr h3 .sub-ttl { font-size: 16px; color: #65431d; letter-spacing: 0.02rem; }
.jalan-wapr p { font-size: 18px; line-height: 145%; letter-spacing: 0.02rem; color: #eb5c00; }
.jalan-wapr .jalan-img { display: flex; justify-content: center; row-gap: 1em; margin-bottom: 20px; flex-wrap: wrap; }
.jalan-wapr .jalan-img > div { width: 100%; }
.jalan-wapr .jalan-img img { width: 100%; }

/* ▼▼▼ w768px以上の時 ▼▼▼ */
@media screen and (min-width: 768px) { 
    .jalan-wapr h3 { font-size: 30px; letter-spacing: 0.2rem; }
    .jalan-wapr h3 .sub-ttl { font-size: 22px; }
    .jalan-wapr p { font-size: 22px; letter-spacing: 0.2rem; }
    .jalan-wapr .jalan-img { column-gap: 2em; flex-wrap: nowrap; }
    .jalan-wapr .jalan-img > div { width: 38%; }
}
