@charset "utf-8";

/* ---------------------------------------- 
 - html
---------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
}
html{
    font-size: 62.5%;
}
html.hamburger-active { /* ハンバーガーメニュー */
	height: 100%;
	overflow: hidden;
	touch-action: none;
}
@media screen and (max-width: 320px) {
	html{
		font-size: 52.5%;
	}
}

/* ---------------------------------------- 
 - img
---------------------------------------- */
img {
	width: 100%;
}

/* ---------------------------------------- 
 - body
---------------------------------------- */
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;
	line-height:2.0;
	letter-spacing: 0.05em;
	text-size-adjust: 100%; /* 文字の拡大縮小を防ぐ */
}
html.hamburger-active body { /* ハンバーガーメニュー */
	/*padding-right: 17px;*/
}
a {
    outline: none !important;
}
a:active, a:link, a:visited {
    color: #222;
}

/* font */
.ft-mincho {
    font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}
.ft-inter {
	font-family: 'Inter', serif;
}

/* ---------------------------------------- 
 - header
---------------------------------------- */
#header {
	width: 100%;
	max-width: 950px;
	margin: 15px auto;
	display: flex;
	justify-content: space-between;
}
#header .logo_hotel {
	width: 75%;
    max-width: 285px;
}
#header .logo_ana {
	width: 20%;
    max-width: 90px;
}
@media screen and (max-width: 1000px) {
   #header {
	   padding: 0 10px;
	}
}
@media screen and (max-width: 768px) {
   #header {
		display: block;
	}
	#header .logo_hotel {
		width: 75%;
		max-width: 285px;
		margin: 0 auto 15px;		
	}
	#header .logo_ana {
		margin: 0 12px 0 auto;
	}
}

/* ---------------------------------------- 
 - footer
---------------------------------------- */
#footer {
	position: relative;
	width:100%;
	background:#ececec;
}
#footer a {
    transition: .3s;
	text-decoration: none;
	color:#fff;
}
#footer a:hover {
	opacity: 0.6;
}
#footer ul.list{
	margin:0 auto 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 750px;
}
#footer ul.list li {
	margin: 0.3em 1.2em;
}
#footer #footer_corporate{
	width:100%;
	padding:50px 5% 35px;
	box-sizing: border-box;
	background: #222;
	color: #fff;
}
#footer .corporate_logo {
	margin:0 auto 20px;
	width: 35%;
	max-width: 150px;
}
#footer ul.corporate_links {
	font-size: 1.2rem;
}
#footer ul.corporate_links li {
	margin: 0 15px;
}
#footer .copy {
	font-size: 1.2rem;
	color: #777;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#footer ul.list{
		margin-bottom:20px;
		justify-content: space-between;
	}
	#footer ul.list li {
		width: 48%;
		margin: 0.5em 0;
		box-sizing: border-box;
	}
	#footer #footer_corporate{
		padding-top: 35px;
	}
	#footer ul.corporate_links {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#footer .copy {
		font-size: 1.1rem;
		letter-spacing: 0;
	}
}

/* ---------------------------------------- 
 - contents（デフォルト調整）
---------------------------------------- */
.contents-1col .title-box.h1 .title-main {
	max-width: 950px;
	margin: 0 auto;
}
.title-box .ttl-type-02-01 .ttl-text {
    border-left: none;
    color: #093568;
    padding: 0;
}
#contents .res-contents {
    margin-top: 15px;
}
@media screen and (min-width: 769px) {
    .title-box .ttl-type-02-01 {
		padding: 16px 0 0;
	}
	.contents-1col #contents .res-contents {
		padding-left: 0;
		padding-right: 0;
	}
}

/* ---------------------------------------- 
 - hotellist_list
---------------------------------------- */
.hotellist_list{
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	margin: 20px auto 50px;
	padding: 40px 10px 0;
	border-top:solid 1px #d6d6d6;
}
.hotellist_list .heading {
	font-size: 3.6rem;
	text-align: center;
}
.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 {
	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;
	margin: 0 auto;
}
.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{
		margin-top: 0;
		padding-top: 20px;
	}
	.hotellist_list .heading {
		font-size: 2.6rem;
	}
	.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;
	}
}
