@charset "utf-8";

/* ---------------------------------------- 
 - common
---------------------------------------- */
#container {
    overflow: inherit;
}
#contents #contents_inner {
    overflow: inherit;
	margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
	#contents #contents_inner {
		margin-bottom: 50px;
	}
}
/* ---------------------------------------- 
 - maintitle
---------------------------------------- */
#maintitle {
    margin-bottom: 15px;
}
#maintitle .ttl {
    margin-bottom: 35px;
}
#maintitle .lead {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 0;
	max-width: 90%;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	#maintitle .lead {
		font-size: 5vw;
	}
	#maintitle .lead {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 768px){
	#maintitle .lead {
		font-size: 3.6rem;
		line-height: 1.4;
	}
	#maintitle .lead {
		font-size: 1.1rem;
		line-height: 1.8;
		margin-top: 1.2em;
	}
}

/* ---------------------------------------- 
 - hotellist
---------------------------------------- */
#hotellist{
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: 1600px;
	display: flex;
}
/* hotellist_menu */
.hotellist_menu {
    width: 25%;
	max-width: 320px;
	margin-top: 55px;
}
.hotellist_menu .hotellist_menu_inner {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
	z-index: 1;
	transition: 0.3s;
}
.hotellist_menu.is-active .hotellist_menu_inner {
	top: 80px;
}
.hotellist_menu .ttl {
	text-align: right;
	color:#7d7d7d;
	font-size:1.2rem;
}
.hotellist_menu ul.list li {
	margin-bottom: 2px;
}
.hotellist_menu ul.list li a {	
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	padding: 5px 10px 5px 50px;
	text-decoration: none;
	background: #fff;
	transition: 0.3s;
}
.hotellist_menu ul.list li a.is-active,
.hotellist_menu ul.list li a:hover {
	background: #000;
	color:#fff;
}
.hotellist_menu ul.list li a .en {
	font-size: 1.3rem;
	padding-left: 12px;
	margin-left: 12px;
	display: block;
	position: relative;
}
html:lang(en) .hotellist_menu ul.list li a .en,
html:lang(fr) .hotellist_menu ul.list li a .en,
html:lang(es) .hotellist_menu ul.list li a .en { /* 多言語対応 */
    display: none;
}
.hotellist_menu ul.list li a .en::after {
	content: "";
	background-color:#808080;
	width: 1px;
	height: 20px;
	position: absolute;
	margin: auto;
	top:0;
	bottom: 0;
	left:0;
}
/* hotellist_list */
.hotellist_list{
	width: 75%;
	max-width: 1040px;
	padding: 0 3% 0 7%;
	box-sizing: border-box;
}
.hotellist_list .list_visual {
	max-width: 806px;
	margin: 0 auto 70px;
	transform: translateX(-65px);
}
.hotellist_list ul.list{
	margin: 0 auto;
	padding-bottom: 120px;
	text-align: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.hotellist_list ul.list:last-child{
	padding-bottom: 70px;
}
.hotellist_list ul.list > li {	
	width: 45.5%;
	max-width: 400px;
	margin-bottom: 70px;
}
.hotellist_list ul.list > li:nth-child(odd) {
	transform: translateY(100px);
	margin-right: 8.5%;
}
.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{
	margin-top: -15%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
.hotellist_list ul.list > li .txtbox {
	text-align: left;
	margin-top: 15px;
	line-height: 1.6;
}
.hotellist_list ul.list > li .txtbox .areabox {
	display: flex;
	justify-content: space-between;
	font-size:1.6rem;
	color:#888;
	margin-bottom: 0.2em;
}
.hotellist_list ul.list > li .txtbox .areabox ul.sns {
	display: flex;
	justify-content:flex-end;
}
.hotellist_list ul.list > li .txtbox .areabox ul.sns li {
	width: 20px;
	margin-left: 10px;
}
.hotellist_list ul.list > li .txtbox .areabox ul.sns li a {
	transition: .3s;
}
.hotellist_list ul.list > li .txtbox .areabox ul.sns li a:hover {
	opacity: 0.6;
}
.hotellist_list ul.list > li .txtbox .ttl {
	font-size: 2.0rem;
	border-bottom: solid 1px #d7d7d7;
	margin-bottom: 0.5em;
	padding-bottom: 0.3em;
}
.hotellist_list ul.list > li .txtbox .addres {
	margin-bottom: 0.5em;
	letter-spacing: 0;
}
.hotellist_list ul.list > li .txtbox .access {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-bottom: 1.0em;
	letter-spacing: 0;
}
.hotellist_list ul.list > li .txtbox .tel {
	font-size: 2.0rem;
	line-height: 1.2;
}
.hotellist_list ul.list > li .txtbox .tel span {
	font-size: 2.6rem;
}
.hotellist_list ul.list > li .txtbox .tel .telNote {
	display: inline-block;
	font-size: 1.4rem;
}
.hotellist_list ul.list > li .txtbox .btnbox {
	display: flex;
	justify-content: space-between;
	margin-top: 1.2em;
}
.hotellist_list ul.list > li .txtbox .btnbox a {
	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;
}
html:lang(en) .hotellist_list ul.list > li .txtbox .btnbox a,
html:lang(fr) .hotellist_list ul.list > li .txtbox .btnbox a {
    font-size: 1.2rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotellist_list ul.list > li .txtbox .btnbox a::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 .txtbox .btnbox a.booking {
	background: #791818;
	color:#fff;
	border: solid 1px #791818;
}
.hotellist_list ul.list > li .txtbox .btnbox a.booking::after {
	background-image: url(/assets/images/common/ico_blank_wht.svg);
}
.hotellist_list ul.list > li .txtbox .btnbox a:hover{
	opacity: 0.6;
}
@media screen and (min-width: 1025px) and (max-width: 1400px){
	/* hotellist_menu */
	.hotellist_menu ul.list li a {	
		font-size: 1.6rem;
		padding-left: 8%;
		padding-right: 2%;
	}
	/* hotellist_list */
	.hotellist_list .list_visual {
		transform: translateX(0);
	}
	.hotellist_menu ul.list li a .en {
		font-size: 1.1rem;
	}
	.hotellist_list {
		padding-left: 5%;
	}
	.hotellist_list ul.list > li:nth-child(odd) {
		margin-right: 7%;
	}
}
@media screen and (max-width: 1024px){
	#hotellist {
		display: block;
	}
	/* hotellist_menu */
	.hotellist_menu {
		width: 90%;
		max-width: 90%;
		margin: 50px auto 20px;
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		z-index: 1;
		transition: 0.3s;		
	}
	.hotellist_menu.is-active {
		top: 80px;
	}
	.hotellist_menu .hotellist_menu_inner {
		position:inherit;
	}
	.hotellist_menu .ttl {
		display: none;
	}
	.hotellist_menu ul.list {
		display: flex;
		justify-content: space-between;
	}
	.hotellist_menu ul.list li {
		width: 20%;
		text-align: center;
		border-left: solid 1px #d7d7d7;
		box-sizing: border-box;
	}
	.hotellist_menu ul.list li:first-child {
		border-left: none;
	}
	.hotellist_menu ul.list li a {
		display: block;
		padding: 5px 2%;
		line-height: 1.8;		
		height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	html:lang(en) .hotellist_menu ul.list li a,
	html:lang(fr) .hotellist_menu ul.list li a,
	html:lang(es) .hotellist_menu ul.list li a { /* 多言語対応 */
		font-size: 1.6rem;
	}
	.hotellist_menu ul.list li a .en {
		font-size: 1.1rem;
		padding-left: 0;
		margin-left: 0;
	}
	.hotellist_menu ul.list li a .en::after {
		display: none;
	}
	/* hotellist_list */
	.hotellist_list{
		width: 90%;
		max-width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	.hotellist_list .list_visual {
		transform: translateX(0);
		margin-bottom: 0;
	}
	.hotellist_list ul.list{
		padding-top: 70px;
		padding-bottom: 70px;
		justify-content: space-between;
	}
	.hotellist_list ul.list:last-child{
		padding-bottom: 0;
	}
	.hotellist_list ul.list > li {	
		width: 46%;
	}
	.hotellist_list ul.list > li:nth-child(odd) {
		margin-right: 0;
	}	
}
@media screen and (max-width: 768px) {
	/* hotellist_menu */
	.hotellist_menu {
		width: 100%;
		max-width: 100%;
		margin: 30px auto 0;
	}
	.hotellist_menu.is-active {
		top: 60px;
	}	
	.hotellist_menu ul.list {
		flex-wrap: wrap;
	}
	.hotellist_menu ul.list li {
		width: 33.33333%;
		width: calc(100% / 3);
		margin-bottom: 0;
		border-bottom: solid 1px #d7d7d7;
	}
	.hotellist_menu ul.list li:nth-child(4){
		width: 50%;
		border-left: none;
	}
	.hotellist_menu ul.list li:nth-child(5){
		width: 50%;
	}
	.hotellist_menu ul.list li a {
		font-size: 1.6rem;
		letter-spacing: 0;
	}
	html:lang(en) .hotellist_menu ul.list li a,
	html:lang(fr) .hotellist_menu ul.list li a,
	html:lang(es) .hotellist_menu ul.list li a { /* 多言語対応 */
		font-size: 3vw;
	}
	.hotellist_menu ul.list li a .en {
		display: none;
	}
	/* hotellist_list */
	.hotellist_list{
		width: 90%;
		max-width: 90%;
	}
	.hotellist_list .list_visual {
		display: none;
	}
	.hotellist_list ul.list{
		padding-top: 80px;
		padding-bottom: 0;
	}
	.hotellist_list ul.list > li {	
		width: 84%;
		margin-bottom: 50px;
	}
	.hotellist_list ul.list > li:nth-child(even) {
		margin-left: auto;
	}
	.hotellist_list ul.list > li:nth-child(odd) {
		transform: translateY(0);
	}
	.hotellist_list ul.list > li .txtbox {
		line-height: 1.4;
	}
	.hotellist_list ul.list > li .txtbox .areabox {
		font-size:1.4rem;
	}
	.hotellist_list ul.list > li .txtbox .ttl {
		font-size: 1.7rem;
	}
	.hotellist_list ul.list > li .txtbox .addres {
		font-size: 1.4rem;
	}
	.hotellist_list ul.list > li .txtbox .tel {
		font-size: 1.6rem;
	}
	.hotellist_list ul.list > li .txtbox .tel span {
		font-size: 2.4rem;
	}
	.hotellist_list ul.list > li .txtbox .tel .telNote {
		font-size: 1.3rem;
    	letter-spacing: 0;
	}
}