/* Global Styles */

 
/**
 * Reset
 * -----------------------------------------------------------------------------
 */
@import url("reset.css"); 

/**
 * Print
 * -----------------------------------------------------------------------------
 */
@import url("print.css"); 


@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

/** SP setting **/
.pc {display: none;}
.sp {display: block;}

header {width: 100%;height: 50px;background-color: #000;}
header .inner {max-width: 1040px;margin: 0 auto;}
header .inner h1.h_logo {width: 100%;height: 50px;margin: 0;padding: 0;display: flex;justify-content: center;align-items: center;}
header .inner h1.h_logo img {width: auto;height: 26px;margin: 0 auto;}

#mv_area {width: 100%;position: relative;margin: 0 0 24px;}
#mv_area h2 {margin: 24px 0 24px;text-align: center;letter-spacing: 0.1rem;font-size: 1.4em;}

#wrap {max-width:92%;margin: 0 auto;background-color: #EAEAEA;margin-bottom: 40px;}
#wrap section {width: 100%;box-sizing: border-box;}
#wrap section .sec_t {font-size:4.2vw;font-weight: 700;color: #000;text-align: center;background-color: #D2B68E;line-height:1.6;margin-bottom: 24px;padding: 3%;}
#wrap section .rem {width: 100%;box-sizing: border-box;padding: 0 4%;font-size: 14px;line-height: 1.8;margin-bottom: 40px;text-align: justify;}
#wrap section .rem a {color: #006699;text-decoration: underline;}
#wrap section .rem a:hover {color: #0f94c2;text-decoration: underline;}
#wrap section .tit {font-size:6vw;font-weight: 700;color: #000;text-align: center;position: relative;margin-bottom: 72px;}
#wrap section .tit:after {content: '';display: block;width: 32px;height: 1px;background-color: color: #000;position: absolute;bottom: -24px;left: 50%;transform: translate(-50%,0);}
#wrap section .room_box {width: 100%;padding: 0 4%;box-sizing: border-box; display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 52px;}
#wrap section .room_box .col {width: 100%;position: relative;margin-bottom: 5%;}
#wrap section .room_box .col .ph {width: 100%;height: auto;}
#wrap section .room_box .col .ph img {width: 100%;height: auto;}
#wrap section .room_box .col .com {width: 100%;display: flex;align-items: center;color: #333;text-align: center;}
#wrap section .room_box .col .com .ph_tit {width: 100%; font-size:4.5vw;font-weight: 700; display: block;line-height: 1.6;}
#wrap section .room_box .col .com .ph_tit span {font-size:3.6vw;display: block;}

.facility_box {max-width: 100%;box-sizing: border-box;padding: 0 4%;margin-bottom: 24px;}
.col2 {display: block;}
.col2 .col {display: block;float: left;margin-bottom: 5%;}
.col2 .col:nth-child(1){width: 100%;margin-right: 0%;}
.col2 .col:nth-child(2){width: 100%;}
.col2 .col:nth-child(2) .ph {width: 100%;float: left;}
.col2 .col:nth-child(2) .ph:nth-child(1) {margin-right: 0%;}
.col3 {display: block;}
.col3 .col {width: 100%;margin-bottom: 5%;}
.facility_box .col .ph {width: 100%;height: auto;}
.facility_box .col .ph img {width: 100%;height: auto;}
.facility_box .col .col_tit {width: 100%; display: inline-block;text-align: center;font-size: 14px;color: #666666;padding: 8px 0 0;}
.facility_box .col .col_tit span {font-size: 11px;}
.facility_box.end {margin-bottom: 96px;}

.cancel_policy {max-width:100%;box-sizing: border-box;padding: 0 4%;margin-bottom:24px;}
.cancel_policy img {width: 100%;height: auto;}
.cancel_rem {max-width: 100%;box-sizing: border-box;padding: 0 4%;font-size: 12px;margin-bottom: 56px;}
.cancel_rem.end {margin-bottom: 56px;}
.cancel_rem .tr {width: 100%;display: flex;}
.cancel_rem .tr .th {width:2rem;}
.cancel_rem .tr .td {width:calc(100% - 2rem);}
.cancel_rem ol {list-style-type: decimal;padding-left: 1rem;box-sizing: border-box;}
.cancel_rem ol .tit_s {margin-left: -1rem;}
.cancel_rem ol li {list-style: inherit;}

section .rem_s {text-align: center;font-size: 14px;font-weight: 700;margin-bottom: 40px;}
section .rem_s a {color: #006699;text-decoration: underline;}

section .form_box {width: 100%;box-sizing: border-box;padding: 0 4%;}
section .form_box iframe {width: 100%;height: 2360px;}
.m2 .freebirdFormviewerViewHeaderTitle {font-size: 5vw;}

footer {width: 100%;height: 50px;display: flex;justify-content: center;align-items: center; background-color: #000;color: #FFF;font-size:3vw;}
.btn_panf {display: block;width: 100%;margin: 2rem 0;text-align: center;}
.btn_panf a {display: block;}
.btn_panf a img {width: 100%;height: auto;}

/** PC setting **/
@media screen and (min-width: 600px) {
	.pc {display: block;}
	.sp {display: none;}
	
	header {width: 100%;height: 80px;background-color: #000;}
	header .inner {max-width: 1040px;margin: 0 auto;}
	header .inner h1.h_logo {width: 100%;height: 80px;margin: 0;padding: 0;display: flex;justify-content: center;align-items: center;}
	header .inner h1.h_logo img {width: auto;height: 30px;margin: 0 auto;}
	
	#mv_area {width: 100%;position: relative;margin: 0 0 72px;}
	#mv_area h2 {margin: 88px 0 64px;text-align: center;font-size: 2em;letter-spacing: 0.1rem;}
	
	#wrap {max-width: 1040px;margin: 0 auto;background-color: #F7F7F7;margin-bottom: 80px;}
	#wrap section {width: 100%;box-sizing: border-box;}
	#wrap section .sec_t {font-size: 24px;font-weight: 700;margin-bottom: 48px;}
	#wrap section .rem {width: 100%; box-sizing: border-box;padding:0 40px;font-size: 18px;line-height: 1.8;margin-bottom: 80px;}
	#wrap section .tit {font-size: 24px;font-weight: 700;color: #000;text-align: center;position: relative;margin-bottom: 72px;}
	#wrap section .tit:after {content: '';display: block;width: 32px;height: 1px;background-color: #000;position: absolute;bottom: -24px;left: 50%;transform: translate(-50%,0);}
	#wrap section .room_box {width: 100%;padding: 0 40px;box-sizing: border-box; display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 52px;}
	#wrap section .room_box .col {width: 48.5%;position: relative;margin-bottom: 3%;}
	#wrap section .room_box .col .ph {width: 100%;height: auto;}
	#wrap section .room_box .col .ph img {width: 100%;height: auto;margin-bottom: 18px;}
	#wrap section .room_box .col .com {width: 100%;display: flex;align-items: center;color: #333;text-align: center;}
	#wrap section .room_box .col .com .ph_tit {width: 100%; font-size: 18px;font-weight: 700; display: block;line-height: 1.6em;}
	#wrap section .room_box .col .com .ph_tit span {font-size: 16px;display: block;}
	
	.facility_box {max-width: 1040px;box-sizing: border-box;padding: 0 40px;margin-bottom: 24px;}
	.col2 {display: flex;}
	.col2 .col {display: block;float: left;margin-bottom: 0;}
	.col2 .col:nth-child(1){width: 31%;margin-right: 3.5%;}
	.col2 .col:nth-child(2){width: 65.5%;}
	.col2 .col:nth-child(2) .ph {width: 47.5%;float: left;}
	.col2 .col:nth-child(2) .ph:nth-child(1) {margin-right: 5%;}
	.col3 {display: flex;flex-wrap: wrap;justify-content: space-between;}
	.col3 .col {width: 31%;margin-bottom: 0;}
	.facility_box .col .ph {width: 100%;height: auto;}
	.facility_box .col .ph img {width: 100%;height: auto;}
	.facility_box .col .col_tit {width: 100%; display: inline-block;text-align: center;font-size: 14px;color: #666666;padding: 8px 0 0;}
	.facility_box .col .col_tit span {font-size: 11px;}
	.facility_box.end {margin-bottom: 96px;}
	
	.cancel_policy {max-width: 1040px;box-sizing: border-box;padding: 0 40px;margin-bottom: 48px;}
	.cancel_policy img {width: 100%;height: auto;}
	.cancel_rem {max-width: 1040px;box-sizing: border-box;padding: 0 40px;font-size: 12px;margin-bottom:80px;}
	.cancel_rem.end {margin-bottom: 104px;}
	.cancel_rem .tr {width: 100%;display: flex;}
	.cancel_rem .tr .th {width:2rem;}
	.cancel_rem .tr .td {width:calc(100% - 2rem);}
	.cancel_rem ol {list-style-type: decimal;padding-left: 1rem;box-sizing: border-box;}
	.cancel_rem ol .tit_s {margin-left: -1rem;}
	.cancel_rem ol li {list-style: inherit;}
	
	section .rem_s {text-align: center;font-size: 14px;font-weight: 700;margin-bottom: 88px;}
	section .rem_s a {color: #006699;text-decoration: underline;}
	
	section .form_box {width: 100%;min-height: 2230px; box-sizing: border-box;padding: 0 40px;}
	section .form_box iframe {height: 2230px;}
	
	footer {width: 100%;height: 80px;display: flex;justify-content: center;align-items: center; background-color: #000;color: #FFF;font-size:14px;}
	.btn_panf {display: block;width: 100%;margin: 2rem 0 6rem;text-align: center;}
	.btn_panf a {display: block;}
	.btn_panf a img {width: 880px;height: auto;margin-left: 6rem;}
	
}


/* 無限スライダー */
.imgslide01 {
	overflow: hidden;
	position: relative;
	margin-bottom: 72px;
}
.imgslide01:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	/*background-color: #C4A865;*/
}
@media print, screen and (min-width:641px){
	.imgslide01,
	.imgslide01 div {
		height: 407px!important;
	}
	.imgslide01 div {
		width: 10186px!important;
	}
}
@media print, screen and (max-width:640px){
	.imgslide01,
	.imgslide01 div {
		height: 252px!important;
	}
	.imgslide01 {
		margin-bottom: 32px;		
	}
	.imgslide01 div {
		width: 5093px!important;
	}
	.navArea section .img {
		width: 100%;
	}
}
.imgslide01 div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-animation: anime2 100s linear infinite;
	-o-animation: anime2 100s linear infinite;
	animation: anime2 100s linear infinite;
	background-position: top left;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.imgslide01.type02 div {
	-webkit-animation: anime1 100s linear infinite;
	-o-animation: anime1 100s linear infinite;
	animation: anime1 100s linear infinite;
}
@-webkit-keyframes anime1{
	from{
		-webkit-transform: translateX(0%);
	}
	to{
		-webkit-transform: translateX(-33.33333%);
	}
}
@keyframes anime1{
	0%{
		transform: translateX(0%);
	}
	100%{
		transform: translateX(-33.33333%);
	}
}
@-webkit-keyframes anime1_{
	from{
		-webkit-transform: translateX(0%);
	}
	to{
		-webkit-transform: translateX(-100%);
	}
}
@keyframes anime1_{
	0%{
		transform: translateX(0%);
	}
	100%{
		transform: translateX(-100%);
	}
}
@-webkit-keyframes anime2{
	0%{
		-webkit-transform: translateX(-33.33333%);
	}
	100%{
		-webkit-transform: translateX(0%);
	}
}
@-moz-keyframes anime2{
	0%{
		-moz-transform: translateX(-33.33333%);
	}
	100%{
		-moz-transform: translateX(0%);
	}
}
@-ms-keyframes anime2{
	0%{
		-ms-transform: translateX(-33.33333%);
	}
	100%{
		-ms-transform: translateX(0%);
	}
}
@-o-keyframes anime2{
	0%{
		-o-transform: translateX(-33.33333%);
	}
	100%{
		-o-transform: translateX(0%);
	}
}
@keyframes anime2{
	0%{
		transform: translateX(-33.33333%);
	}
	100%{
		transform: translateX(0%);
	}
}





/* privacy-policy.*/

.privacy-policy-box{
    padding: 48px;
}
.privacy-policy-box h3{
    font-size: 1.6em;
}
.privacy-policy-box p,ul{
    font-size: 18px;
}