@charset "utf-8";

/* ---------------------------------------- 
 - common
---------------------------------------- */
body{
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size:15px;
	font-size:1.5em;
	color:#222;
}
a {
    outline: none !important;
}
/* font */
.ft-mincho {
    font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.ft-inter {
	font-family: 'Inter', serif;
}

/* headerWrapper */
.headerWrapper .logoL {
	width: 75%;
    max-width: 285px;
}
.headerWrapper .logoR {
    margin: 15px auto 0;
}
@media (min-width: 740px) {
    .headerWrapper .logoL {
        width: 285px;
    }
	.headerWrapper .logoR {
		margin: 5px auto 0;
	}
}

/* ttlLv2 */
.ttlLv2 {
    margin-bottom: 15px;
    padding: 30px 10px 0;
    border-bottom: none;
	text-align: center;
}
.ttlLv2 .heading {
    border-left: none;
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1.3;
    padding-left: 0;
}
@media (min-width: 740px) {
    .ttlLv2 .heading {
		font-size: 3.6rem;
	}
}

/* acodBlock */
.acodBlock {
	padding: 20px 3%;
	border:solid 1px #9f9f9f;
}
.acodBlock > .heading {
    min-height: auto;
    padding: 0 0 10px;
    background-color: #cc0000;
    border: 1px solid #cc0000;
    position: relative;
}
.acodBlock.type_static .heading {
    background: none;
    border: none;
}
.acodBlock > .heading > .inr {
    color: #333;
    font-weight: normal;
    padding-left: 0;
    border-left: none;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
	font-size: 1.8rem;
	text-align: center;
}
.acodBlock > .content {
    border: none;
    border-top: 0px;
    padding: 0;
}
@media (min-width: 740px) {
    .acodBlock {
		padding: 30px;
	}
}
@media (min-width: 740px) {
    .acodBlock > .heading {
        padding: 0 0 20px;
    }
}
@media (min-width: 740px) {
    .acodBlock > .heading > .inr {
		font-size: 2.4rem;
	}
}
@media (min-width: 740px) {
    .acodBlock > .content {
        border: none;
        border-top: 0px;
        padding: 0;
    }
}

.footerWrapper {
    margin: 30px 0 0;
    padding: 30px 10px 20px;
    background: #222;
	color:#fff;
	text-align: center;
}
.footerWrapper strong {
	display: block;
    color: #fff;
	margin-bottom: 0.5em;
}
@media (min-width: 740px) {
    .footerWrapper {
		margin: 50px 0 0;
		padding: 45px 30px 30px;
	}
}

/* 横幅調整 */
@media (max-width: 739px) {
	.contents {
		margin-bottom: 0;
	}
	.contentsInr {
		padding: 0;
	}
	.mainImg {
		padding: 0 10px;
	}
	.mgtXS {
		padding: 0 10px;
	}
	.colWrap {
		padding: 0 10px;
	}
	.acodBlock {
		margin: 20px 10px 0;
	}
}
@media (min-width: 740px) {
    .headerWrapper {
        width: 950px;
    }
    .contents {
        margin-bottom: 0 !important;
    }
    .contentsInr {
        width: 100%;
        margin-bottom: 0;
    }
	.mainImg {
		width: 950px;
	}
	.mgtXS {
		width: 950px;
        margin: 10px auto 0 !important;
    }
	.ttlLv2 {
		width: 950px;
		margin: 0 auto;
	}
	.colWrap {
        width: 950px;
		margin: 0 auto;
    }
	.acodBlock {
		width: 1000px;
		margin: 20px auto 0;
	}
    .footerWrapper {
        width: 100%;
    }
}

/* ---------------------------------------- 
 - hotellist_list
---------------------------------------- */
.hotellist_list{
	width: 100%;
	box-sizing: border-box;
}
.hotellist_list .list_area{
	font-size: 2.4rem;
	background: #f5f5f5;
	margin: 30px auto;
	padding: 0.2em;
    text-align: center;
}
.hotellist_list ul.list{
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hotellist_list ul.list > li {	
	width: 30.5%;
	max-width: 300px;
	margin-bottom: 50px;
}
.hotellist_list ul.list::after{
	content:"";
	display: block;
	width: 30%;
}
.hotellist_list ul.list > li .visual {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.hotellist_list ul.list > li .visual picture,
.hotellist_list ul.list > li .visual img{
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.hotellist_list ul.list > li .txtbox {
	text-align: left;
	margin-top: 10px;
	line-height: 1.6;
}
.hotellist_list ul.list > li .txtbox .area {
	font-size:1.5rem;
	color:#888;
	margin-bottom: 0.2em;
}
.hotellist_list ul.list > li .txtbox .ttl {
	font-size: 1.6rem;
	border-bottom: solid 1px #d7d7d7;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}
.hotellist_list ul.list > li .txtbox .addres {
	font-size: 1.3rem;
	margin-bottom: 0.5em;
	letter-spacing: 0;
}
.hotellist_list ul.list > li .txtbox .tel {
	font-size: 1.3rem;
	line-height: 1.2;
}
.hotellist_list ul.list > li .txtbox .tel span {
	font-size: 2.0rem;
}
.hotellist_list ul.list > li .txtbox ul.check {
	display: flex;
	align-items: center;
	margin-top: 0.7em;
}
.hotellist_list ul.list > li .txtbox ul.check li {
	display: flex;
	align-items: center;
	margin-right: 15px;
	line-height: 1;
}
.hotellist_list ul.list > li .txtbox ul.check li span {
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:1.1rem;
	width:38px;
	height: 18px;
	border:solid 1px #d7d7d7;
	text-align: center;
	margin-right: 5px;
	letter-spacing: 0.1em;
}
.hotellist_list ul.list > li .btnbox {
	display: flex;
	justify-content: space-between;
	margin-top: 1.0em;
}
.hotellist_list ul.list > li .btnbox a,
.hotellist_list ul.list > li .btnbox button{
	width: 49%;
	text-align: center;
	display: block;
    border: solid 1px #a9a9a9;
    font-size: 1.4rem;
    height: 36px;
    line-height: 34px;
    padding: 0 25px 0 15px;
    transition: .3s;
    position: relative;
	text-decoration: none;
	letter-spacing: 0;
}
.hotellist_list ul.list > li .btnbox a::after,
.hotellist_list ul.list > li .btnbox button::after {
    content: '';
    display: inline-block;
    background-size: contain;
    vertical-align: text-bottom;
    background-position: left top;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-image: url(/assets/images/common/ico_blank.svg);
    position: absolute;
	top:0;
	bottom: 0;
	right:12px;
	margin: auto;
}
.hotellist_list ul.list > li .btnbox a.search,
.hotellist_list ul.list > li .btnbox button.search {
	background: #791818;
	color:#fff;
	border: solid 1px #791818;
	cursor: pointer;
}
.hotellist_list ul.list > li .btnbox a.search.search::after,
.hotellist_list ul.list > li .btnbox button.search::after {
	background-image: url(/assets/images/common/ico_blank_wht.svg);
}
.hotellist_list ul.list > li .btnbox a:hover,
.hotellist_list ul.list > li .btnbox button:hover{
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.hotellist_list .list_area{
		font-size: 1.6rem;
		margin: 20px auto;
	}
	.hotellist_list ul.list {
		display: block;
	}
	.hotellist_list ul.list::after{
		display: none;
	}
	.hotellist_list ul.list > li {	
		width: 100%;
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.hotellist_list ul.list > li .visual {
		width: 42%;
	}
	.hotellist_list ul.list > li .txtbox {
		width: 54%;
		margin-top: 0;
		line-height: 1.4;
	}
	.hotellist_list ul.list > li .txtbox .area {
		font-size:1.3rem;
	}
	.hotellist_list ul.list > li .txtbox .ttl {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.hotellist_list ul.list > li .txtbox .addres {
		font-size: 1.2rem;
	}
	.hotellist_list ul.list > li .txtbox .tel {
		font-size: 1.2rem;
	}
	.hotellist_list ul.list > li .txtbox .tel span {
		font-size: 1.4rem;
	}
	.hotellist_list ul.list > li .txtbox ul.check li {
		margin-bottom: 10px;
		font-size:1.2rem;
	}
	.hotellist_list ul.list > li .txtbox ul.check li span {
		font-size:1.0rem;
		width:30px;
		height: 16px;
		margin-right: 5px;
	}
	.hotellist_list ul.list > li .btnbox {
		width: 100%;
		margin-top: 1.0em;
	}
	.hotellist_list ul.list > li .btnbox a,
	.hotellist_list ul.list > li .btnbox button{
		font-size: 1.3rem;
		height: 30px;
		line-height: 28px;
	}
}
