/* CSS Document */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

/*-------------------- pankuzu */
#pankuzu ul {
	overflow: auto;
	padding: 0;
	_zoom: 1;
}
#pankuzu li {
	float: left;
	list-style: none;
}
#pankuzu li+li:before {
	margin: 0 8px;
	content: '>';
}
/*-------------------- frame */
#container {
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
	font-size: 1.6rem;
	line-height: 1.7;
	clear: both;
	zoom: 1;
	width: 100%;
	margin: 0 auto;
	color: #363636;
}
#container img{
	width: 100%;
}
.wrapper {
	position: relative;
	clear: both;
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
.sec{
	padding: 5em 0;
}
.content_title{
	text-align: center;
	margin-bottom: 2em;
}
.sp,.tb{
	display: none;
}

/*-------------------- main visual */
#main_visual {
	position: relative;
}
#main_visual img {
	aspect-ratio: 6 / 1;
	object-fit: cover;
	width: 100%;
	vertical-align: bottom;
}
/*-------------------- title */
h1.sitetitle {
	font-size: 4.8rem;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
h1.sitetitle span {
	display: block;
	font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 2.4rem;
	margin-bottom: 1em;
}
h2{
	font-size: 2.4rem;
	margin-bottom: .4em;
	font-family: "noto-serif", serif;
    font-weight: 700;
    font-style: normal;
}
.content_title h2{
	padding-bottom: .3em;
}
h3{
	font-size: 2.4rem;
	font-family: "noto-serif", serif;
    font-weight: 500;
    font-style: normal;
}
h4{
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
    font-style: normal;
}
h4 span{
	position: relative;
	padding: .5em;
	background: #8BEFEC;
}
h5{
	font-family: "noto-serif", serif;
    font-weight: 700;
    font-style: normal;
	font-size: 2rem;
}
h6{
	font-family: "noto-serif", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 1.8rem;
	margin-bottom: .5em;
}
h7{
	font-size: 1.8rem;
	font-weight: 600;
	margin: 1em 0;
}
#container p{
	line-height: 2;
}
#container a{
	color: #ffffff;
}
.serif_medium{
	font-weight: 700;
}
.line_decoration{
	width: 80%;
	margin: 0 auto;
}
.line_decoration img{
	width: 100%;
}
.col_red{
	color: #DD5353;
	font-weight: 600;
}
/*-------------------- intro */
#intro {
	background: url("../img/intro_background.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.summary {
	max-width: 880px;
	margin: 3em auto 0 auto;
	text-align: left;
	font-size: 1.8rem;
}
.summary .point_title{
	text-align: center;
	background: #FFB433;
	padding: .3em 0;
}
.summary .point_title h5{
	color: #ffffff;
}
.summary ul{
	margin: 1em 0 0 0;
}
.summary ul li{ 
	margin: .5em 0 0 0;
	font-weight: 600;
}
.summary span {
	font-family: "noto-serif", serif;
    font-weight: 700;
    font-style: normal;
    color: #E27DBD;
	font-size: 3.2rem;
}
/*-------------------- info */
#info .info_map{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3em;
}
.map_title{
	margin-bottom: 2em;
}
#info .info_map h2{
	display: inline;
	border-bottom: dotted 4px #E27DBD;
	padding-bottom: .3em;
}
#info .sightseeing h2{
	display: inline;
	border-bottom: dotted 4px #FFB433;
}
#info .sightseeing .serif_medium{
	margin-top: 1em;
}
#info .sightseeing ul{
	display: flex;
	margin: 4em 0 2em 0;
	column-gap: 1.5em;
}
#info .sightseeing ul li{
	width: calc( (100% - 3em) / 3);
}
#info .sightseeing ul li div:nth-child(2){
	margin-top: .5em;
}
#info .sightseeing ul img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
/*-------------------- hotel */
.hotel .content_title h2{
	display: inline;
	border-bottom: dotted 4px #80CBC4;
}
.hotel_name{
	text-align: center;
	margin: 4em 0 2em 0;
}
.en{
	margin: .5em 0 0 0;
}
.hotel .top img{
	aspect-ratio: 2 / 1;
	object-fit: cover;
	object-position: center 10%;
	width: 100%;
}
.hotel p{
	margin: 0 0 1em;
}
.hotel h5{
	display: inline-block;
	font-weight: 700;
	background: #FFB433;
	padding: .3em 1em;
	margin: 1.5em 0 .5em 0;
	color: #ffffff;
}
.hotel li{
	font-size: 1.8rem;
	line-height: 2;
}
/*-------------------- hotel01 */
.type_A{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 1.5em;
}
.type_A li {
	position: relative;
	width: calc((100% - 3em) / 3);
}
.type_A li img{
	width: 100%;
	vertical-align: bottom;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center 0;
}


/*-------------------- tz_link */
.link_btn{
	background: linear-gradient(#ABA5A5,#504A4A);
	padding: 1em 2em;
	border-radius: 10px;
	text-align: center;
	font-size: 2rem;
}
.link_btn:hover{
	background: linear-gradient(#504A4A,#ABA5A5);
}
.link_btn a{
	color: #ffffff;
}
#tz_link{
	position: relative;
	background: url("../img/tz_link_background.webp");
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	padding: 8em 0;
}
.reaf{
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
	width: 300px;
	margin: 0 auto;
}
.reaf img{
	width: 100%;
}
.tz_link_area h3{
	margin-top: 1em;
	text-align: center;
}
.link_area h3{
	font-size: 2rem;
	margin: 2em 0 1em 0;
}
#tz_link p{
	font-size: 1.8rem;
	margin-bottom: 2em;
}
.tz_link_area{
	background: #ffffff;
	margin-top: 4em;
	padding: 3em 2em;
}
#tz_link .link_area{
	padding: 0 2em;
}
/*-------------------- breaktime */
#breaktime{
	width: 100%;
}
#breaktime img{
	width: 100%;
	aspect-ratio: 6 / 1;
	object-fit: cover;
}
/*-------------------- grad */
.grad{
	padding: 4em 0 1em;
	background: linear-gradient(#FDD690, #ffffff);
}
.grad p{
	margin-top: 2em;
}
/*-------------------- area_intro */
#area_intro h2{
	display: inline;
	border-bottom: dotted 4px #E27DBD;
}
#area_intro h7{
   font-size: 1.6rem;
}
#area_intro p{
   font-size: 1.4rem;
   line-height: 1.5;
   margin-top: 1em;
}
.type_B{
	display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
	grid-gap: 1em;
	margin: 4em 0 2em 0;
}
.type_B li{
	width: calc((100% - 2em ) / 2);
	padding: .5em;
	border: solid 2px #ABA5A5;
}
.type_B li:hover{
	background: #f5f5f5;
}
#area_intro .type_B li a{
	color: #363636;
}
.type_B_flex{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	column-gap: 1em;
}
.area_img{
	flex-basis: 25%;
	line-height: 0;
}
.area_item_info{
	flex-basis: 62%;
}
#area_intro .area_p_margin{
	margin-top: .5em;
}
.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	flex-basis: 13%;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow::before{
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ABA5A5;
}
.arrow::after{
	left: 12px;
	width: 15px;
	height: 15px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.guide_link{
	text-align: center;
	margin-top: 3em;
}
.guide_link a{
	display: inline-block;
	line-height: 0;
	max-width: 400px;
}
.guide_link a:hover{
	filter: brightness(95%);
}
/*-------------------- area_intro */
#airline{
	background: url("../img/airline_background.webp");
	background-size: cover;
}
#airline h2.blockttl {
	margin-bottom: 2em;
}
#airline h3{
	margin-bottom: 1em;
	font-size: 2rem;
}
#airline p{
   margin: 0;
   font-size: 1.6rem;	
}

#airline img{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.type_C{
	display: flex;
	flex-wrap: wrap;
	column-gap: 3em;
	grid-row-gap: 1.5em;
	margin: 4em 0 4em;
}
.type_C li{
	width: calc((100% - 3em) / 2);
}
/*-------------------- Call Center */
#callcenter {
	color: #fff;
	background: url(../img/bg_05.jpg) no-repeat center top #3d3d3d;
	background-size: cover;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
}
#callcenter ul.phone {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
#callcenter h2, #callcenter h3 {
	font-size: 2.8rem;
	text-align: left;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    font-style: normal;
}
#callcenter h2 a{
	color: #fff;
	text-decoration:none;
}
#callcenter li ,#callcenter p{
	font-size: 1.8rem;
	margin-bottom: .3em;
	font-weight: 300;
}
#callcenter p{
	margin-top: 2em;
}

/*-------------------- page-top */
#page-top {
	position: fixed;
	z-index: 100;
	right: 20px;
	bottom: 20px;
}
#page-top a {
	display: block;
	width: 90px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	background: #ddd;
}
#page-top a:hover {
	text-decoration: none;
	background: #a5a5a5;
}
#page-top img {
	width: 50%;
}
