@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/

html{ font-size: 62.5%; }

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	font-feature-settings: "palt";
	text-align: justify;
	background:#FFF;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*{ box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}

img{
	width: 100%;
	height: auto;
}
img { -ms-interpolation-mode: bicubic; }

.object-fit-img {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}

a{
	text-decoration: none;
	outline: none;
	transition-duration: 0.5s;
	transition-property: opacity, color;
}

a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.f_min {
	font-family: 'Shippori Mincho B1', serif;
	font-weight: 500;
	font-style: normal;
}

span.f_rote {
	display: inline-block;
	transform:rotate(-33deg);
}



/*----DWナビゲート用----*/
.pc{}
.sp{}
.img-switch{}


header {
	width: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

main,article{
	width: 100%;
}

footer{
    width: 100%;
	background: #010101;
	color: #FFF;
}

footer div#page_top_block {
    width: 100%;
	padding: 20px 0;
    background: #e4ebee;
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	line-height: 0;
}

body.nav_open {
	overflow: hidden;
}

.main_photo {
    width: 100%;
    padding-top: 56.25%;
    line-height: 0;
    background: #000;
    overflow: hidden;
	position: relative;
}

.main_photo #video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#control {
	width: 32px;
	height: 32px;
    position: absolute;
    top: 4%;
    right: 2.5%;
    z-index: 99;
}

#control span#mute {
	width: 32px;
	height: 32px;
    cursor: pointer;
}

#control span#mute::before {
	width: 32px;
	height: 32px;
	line-height: 1;
	background: url("../images/btn_sound_off.png") no-repeat;
	background-size: cover;
	content: "";
    cursor: pointer;
	display: block;
}

#control span#mute.on::before {
    background: url("../images/btn_sound_on.png") no-repeat;
	background-size: cover;
	content: "";
    cursor: pointer;
}

.slider{
    display: none;
}
.slider.slick-initialized{
    display: block; /*slick-initializedが付与されたら表示*/
}

.slick-slide {
    padding: 0 4px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8vw;
    height: 3px;
    margin: 0 0.5vw;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    text-align: center;
    background: #cccccc;
	opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #036eb7;
}


/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 641px){
	#pool,
	#chartering{
		margin-top: 120px;
	}
	
	.sp{
		display: none!important;
	}
	
	body {
		padding-top: 147px;
	}
	
	.hamburger {
        position: absolute;
        right : 0;
        top   : 20px;
    }
	
	.slider{
        margin-bottom: 70px!important;
    }
	
	.slick-dots li {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 3px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
	
	header, footer, article {
		min-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	
	header{
		height: 147px;
		overflow: hidden;
		padding: 36px 0 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	header h1{
		width: 160px;
		margin: 0 auto;
		line-height: 0;
	}
	
	header h1 a{
		display: inline-block;
	}
	
	article {
		overflow: hidden;
	}
	
	section{
		width: 1000px;
		margin: 0 auto;
	}
	
	section#concept {
		width: 100%;
		min-width: 1200px;
		height: 73.7%;
		min-height: 885px;
		padding-top: 80px;
		background: url("../images/concept_photo.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	section#concept div.block {
		width: 1000px;
		margin: 0 auto;
	}
	
	section#concept div.block h2{
		width: 378px;
		line-height: 0;
		margin-bottom: 42px;
	}
	
	section#concept div.block h2 span{
		width: 106px;
		display: block;
		margin-bottom: 25px;
	}
	
	section#concept div.block p{
		width: 400px;
		line-height: 0;
	}
	
	section#message {
		width: 100%;
		min-width: 1200px;
		background: url("../images/message_photo_pc.jpg") no-repeat #010101;
		background-size: 100%;
		background-position: top center;
		padding-top: 74px;
		padding-bottom: 64px;
		color: #FFF;
	}
	
	section#message div.block {
		width: 1000px;
		margin: 0 auto;
	}
	
	section#message div.block.fl_r {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	section#message div.block.fl_r h2{
		width: 150px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin-right: -25px;
		margin-bottom: 90px;
	}
	
	section#message div.block.fl_r h2 span.en{
		width: 20px;
	}
	
	section#message div.block.fl_r h2 span.jp{
		width: 95px;
	}
	
	section#message div.block.fl_r h6{
		width: 525px;
		margin-right: 30px;
		margin-bottom: 60px;
	}
	
	section#message p.message_text {
		line-height: 2.5;
		letter-spacing: 0.14em;
		margin-bottom: 30px;
	}
	
	section#message div.outline {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#message div.outline div.text_box{
		width: 740px;
	}
	
	section#message div.outline div.text_box h4{
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 400;
		letter-spacing: 0.2em;
	}
	
	section#message div.outline div.text_box h5{
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: 0.2em;
	}
	
	section#message div.outline div.text_box h3{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 400;
		letter-spacing: 0.2em;
		margin-bottom: 10px;
	}
	
	section#message div.outline div.text_box h3 span{
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	
	section#message div.outline div.text_box p{
		font-size: 12px;
		font-size: 1.2rem;
		letter-spacing: 0.04em;
	}
	
	section#message div.outline figure{
		width: 208px;
		margin: -40px 12px 0 0;
	}
	
	section#feature {
		width: 100%;
		min-width: 1200px;
		background: #010101;
		color: #FFF;
	}
	
	section#feature div.block {
		width: 1000px;
		margin: 0 auto;
	}
	
	section#feature div.block + div.block{
		margin-top: 110px;
	}
	
	section#feature div.block{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#feature div.block div.text_box{
		width: 560px;
	}
	
	section#feature div.block div.text_box h2{
		width: 382px;
		line-height: 0;
		margin-bottom: 50px;
	}
	
	section#feature div.block div.text_box h2 span{
		width: 94px;
		display: block;
		margin-bottom: 24px;
	}
	
	section#feature div.block div.text_box p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.1;
		letter-spacing: 0.04em;
	}
	
	section#feature div.block div.text_box ul{
		list-style: none;
	}
	
	section#feature div.block div.text_box ul li{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.5;
		letter-spacing: 0.04em;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section#feature div.block div.photo_box{
		width: 398px;
		position: absolute;
		line-height: 0;
		margin-top: 30px;
		top: 0;
		right: 0;
	}
	
	section#feature div.block div.photo_box figure:first-child{
		width: 130%;
		margin-right: -30%;
	}
	
	section#feature div.block div.photo_box figure + figure{
		width: 202px;
		position: absolute;
		top: 75%;
		left: -10px;
	}
	
	section#feature div.block.fd_rr {
		flex-direction: row-reverse;
	}
	
	section#feature div.block div.text_box02{
		width: 704px;
	}
	
	section#feature div.block div.text_box02 h2{
		width: 435px;
		line-height: 0;
		margin-bottom: 40px;
	}
	
	section#feature div.block div.text_box02 h4{
		font-size: 16px;
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		margin-bottom: 10px;
	}
	
	section#feature div.block div.text_box02 p + h4{
		margin-top: 40px;
	}
	
	section#feature div.block div.text_box02 p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2.1;
		letter-spacing: 0.04em;
	}
	
	section#feature div.block div.photo_box02{
		width: 240px;
		line-height: 0;
	}
	
	section#feature div.block div.photo_box02 figure{
		width: 140%;
		margin-left: -40%;
	}
	
	section#feature div.block div.photo_box02 figure:nth-child(2){
		margin-top: 24px;
		margin-bottom: 24px;
	}
	
	section#plan {
		width: 100%;
		min-width: 1200px;
		padding: 120px 0 80px;
	}
	
	section#plan div.block {
		width: 1000px;
		margin: 0 auto;
	}
	
	section#plan div.block h2{
		font-size: 40px;
		font-size: 4.0rem;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.18em;
		text-align: center;
		margin-bottom: 40px;
	}
	
	section#plan div.block h2 span{
		width: 38px;
		display: block;
		margin: 0 auto;
	}
	
	section#plan div.block h2 + p{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.8;
		letter-spacing: 0.2em;
		text-align: center;
		margin-bottom: 64px;
	}
	
	section#plan div.block nav ul{
		list-style: none;
		margin-bottom: 100px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#plan div.block nav ul li{
		width: 25%;
		border-right: 1px solid #ccc;
		text-align: center;
	}
	
	section#plan div.block nav ul li:first-child{
		width: 25%;
		border-left: 1px solid #ccc;
	}
	
	section#plan div.block nav ul li a{
		display: inline-block;
		position: relative;
		font-size: 14px;
		font-size: 1.4rem;
		color: #000;
		padding-bottom: 18px;
	}
	
	section#plan div.block nav ul li a::before{
		content: "";
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 8px solid #0071b6;
		position: absolute;
		bottom: 0;
		left: -webkit-calc(50% - 7px);
        left: -moz-calc(50% - 7px);
        left: calc(50% - 7px);
	}
	
	section#plan div.info_box {
		position: relative;
		padding-left: 26px;
		margin-bottom: 34px;
	}
	
	section#plan div.info_box h3{
		font-size: 30px;
		font-size: 3.0rem;
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin-bottom: 18px
	}
	
	section#plan div.info_box p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2.1;
		letter-spacing: 0.1em;
	}
	
	section#plan div.info_box::before{
		content: "";
		width: 8px;
		height: 100%;
		background: rgb(1,2,2);
		background: linear-gradient(30deg, rgba(1,2,2,1) 0%, rgba(0,113,182,1) 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
	
	section#plan h4{
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 500;
		color: #036eb7;
		line-height: 1;
		letter-spacing: 0.24em;
		background: #000;
		border-radius: 10px;
		padding: 10px 20px 12px;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	
	section#plan div.plan_box h5{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: 0.1em;
		border-bottom: 1px dashed #000;
		padding-bottom: 8px;
		margin-bottom: 15px;
		position: relative;
	}
	
	section#plan div.plan_box h5:nth-child(n + 2){
		margin-top: 55px;
	}
	
	section#plan div.plan_box h5 span.price{
		color: #000;
		position: absolute;
		top: 0;
		right: 0;
		letter-spacing: 0.1em;
		font-weight: 700;
	}
	
	section#plan div.plan_box h6{
		display: inline-block;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 500;
		color: #FFF;
		line-height: 1;
		letter-spacing: 0.2em;
		background: #3e3a39;
		border-radius: 3px;
		padding: 3px 12px 4px;
		margin-top: 15px;
		margin-bottom: 12px;
	}
	
	section#plan div.plan_box h5 + h6{
		margin-top: 0;
	}
	
	section#plan div.plan_box div.rental_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 20px;
	}
	
	section#plan div.plan_box div.rental_box p{
		font-size: 12px;
		font-size: 1.2rem;
		display: inline-block;
		margin-left: 1em;
	}
	
	section#plan div.plan_box div.list_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#plan div.plan_box div.list_box ul{
		width: 47%;
		list-style: none;
	}
	
	section#plan div.plan_box div.list_box ul:first-child{
		width: 33%;
	}
	
	section#plan div.plan_box div.list_box ul:last-child{
		width: 16.5%;
	}
	
	section#plan div.plan_box div.list_box ul li{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	
	section#plan div.plan_box div.list_box ul li + li{
		margin-top: 8px;
	}
	
	section#plan div.plan_box div.list_box ul li span{
		font-size: 12px;
		font-size: 1.2rem;
		display: inline-block;
	}
	
	section#plan div.plan_box div.list_box ul li span.cap{
		margin-left: 0.5em;
	}
	
	section#plan div.plan_box p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 2;
	}
	
	section#plan div.plan_box p.cap {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	
	section#plan div.plan_box p.other{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.1em;
		margin-top: 25px;
	}
	
	section#plan div.plan_box div.list_box + p.cap {
		margin-top: 18px;
	}
	
	section#plan a.special_site {
		width: 612px;
		height: 80px;
		margin: 80px auto 120px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: #000;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.2em;
		color: #036eb7;
		border-radius: 9px;
	}
	
	section#plan a.special_site::after{
		content: "";
		width: 25px;
		height: 25px;
		background: url("../images/btn_arrow.svg") no-repeat;
		background-size: contain;
		display: inline-block;
		margin-left: 0.5em;
	}
	
	section#plan div.plan_box ul.list_box,
	section#plan div.block.record ul.list_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		list-style: none;
	}
	
	section#plan div.plan_box ul.list_box li,
	section#plan div.block.record ul.list_box li{
		display: inline-block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.3;
		margin-bottom: 8px;
		padding-right: 2em;
	}
	
	section#plan div.plan_box ul.list_box li span{
		font-size: 12px;
		font-size: 1.2rem;
		display: inline-block;
	}
	
	section#plan div.plan_box dl.precautions {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.5;
		margin-top: 12px;
	}
	
	section#plan div.plan_box dl.precautions dt{
		width: 8%;
		letter-spacing: 0.1em;
	}
	
	section#plan div.plan_box dl.precautions dd{
		width: 92%;
		letter-spacing: 0.04em;
	}
	
	section#plan div.block.feature {
		margin-top: 100px;
		margin-bottom: 40px;
	}
	
	section#plan div.block.feature h5{
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	
	section#plan div.block.feature h6{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0.04em;
		margin-bottom: 3px;
	}
	
	section#plan div.block.feature h6:nth-child(n + 2){
		margin-top: 24px;
	}
	
	section#plan div.block.feature p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.7;
		letter-spacing: 0.04em;
	}
	
	section#plan div.more_info {
		width: 1000px;
		margin: 0 auto;
		border: 2px solid #000;
		position: relative;
		padding: 5px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.7;
		margin-bottom: 90px;
	}
	
	section#plan div.more_info::before {
		content: "";
		width: 70px;
		height: 70px;
		background: url("../images/flame_top.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top: -11px;
		left: -11px;
		z-index: 3;
	}
	
	section#plan div.more_info::after {
		content: "";
		width: 70px;
		height: 70px;
		background: url("../images/flame_bottom.svg") no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -11px;
		right: -11px;
		z-index: 3;
	}
	
	section#plan div.more_info div.info_inner {
		border: 1px solid #000;
		padding: 58px 50px;
	}
	
	section#plan div.more_info div.info_inner h5 {
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: 0.1em;
		border-bottom: 1px dashed #000;
		padding-bottom: 8px;
		margin-bottom: 15px;
		position: relative;
	}
	
	section#plan div.more_info div.info_inner h5:nth-child(n + 2) {
		margin-top: 78px;
	}
	
	section#plan div.more_info div.info_inner div.box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box {
		width: 550px;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box address{
		font-style: normal;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box address + a{
		color: #000;
		text-decoration: underline;
		display: inline-block;
		margin-bottom: 24px;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 15px;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box dl dt{
		width: 20%;
		margin-top: 20px;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box dl dd{
		width: 80%;
		margin-top: 20px;
	}
	
	section#plan div.more_info div.info_inner div.box div.gmap{
		width: 308px;
	}
	
	section#plan div.more_info div.info_inner div.box div.gmap iframe{
		width: 100%;
		height: 100%;
	}
	
	section#plan div.more_info div.info_inner ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		list-style: none;
		margin: 28px 0;
	}
	
	section#plan div.more_info div.info_inner ul li{
		display: inline-block;
	}
	
	section#plan div.more_info div.info_inner ul li + li{
		margin-left: 1.25em;
	}
	
	section#plan div.more_info div.info_inner dl.fixtures{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	
	section#plan div.more_info div.info_inner dl.fixtures dt{
		width: 12%;
	}
	
	section#plan div.more_info div.info_inner dl.fixtures dd{
		width: 88%;
	}
	
	section#plan div.more_info div.info_inner div.box02{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
		line-height: 0;
	}
	
	section#plan div.more_info div.info_inner div.box02 figure{
		width: 49%;
	}
	
	section#plan div.block.record h5{
		font-size: 24px;
		font-size: 2.4rem;
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: 0.1em;
		border-bottom: 1px dashed #000;
		padding-bottom: 8px;
		margin-bottom: 35px;
		position: relative;
	}
	
	section#plan div.block.record ul.photo{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
		margin-bottom: 40px;
	}
	
	section#plan div.block.record ul.photo li{
		width: 31.5%;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	section#plan div.block.record ul.photo li figcaption{
		font-weight: 700;
	}
	
	section#plan div.block.record h6{
		display: inline-block;
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 500;
		color: #FFF;
		line-height: 1;
		letter-spacing: 0.2em;
		background: #3e3a39;
		border-radius: 3px;
		padding: 3px 12px 4px;
		margin-top: 15px;
		margin-bottom: 12px;
	}
	
	section#plan div.block.record a {
		width: 300px;
		height: 50px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: #000;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.2em;
		color: #036eb7;
		border-radius: 9px;
		margin-top: 70px;
	}
	
	footer div#page_top_block {
        padding: 20px 0;
    }
	
	footer div#page_top_block a{
        width: 40px;
    }

	footer div#f_block{
        width: 1140px;
		margin: 0 auto;
		padding: 28px 0 35px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		font-size: 12px;
		font-size: 1.2rem;
    }
	
	footer div#f_block h2{
        width: 124px;
		line-height: 0;
    }
	
	footer div#f_block div.block_inner{
        width: -webkit-calc(1140px - 124px);
        width: -moz-calc(1140px - 124px);
        width: calc(1140px - 124px);
		padding-left: 30px;
    }
	
	footer div#f_block div.block_inner p{
		line-height: 1.75;
		letter-spacing: 0.06em;
		margin-bottom: 20px;
    }
	
    footer small{
		line-height: 1;
        display: block;
    }
	
	nav.globalMenuSp ul.outside {
		padding: 60px 40px 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    }
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 640px){
	
	#pool,
	#chartering{
		margin-top: 11vw;
	}
	
	.pc{
		display: none!important;
	}
	
	body {
		padding-top: 73px;
	}
	
	a:hover{
		text-decoration: none;
		opacity: 1;
	}
	
	.slider{
        margin-bottom: 12vw!important;
    }
	
	header{
		height: 73px;
		padding: 18px 0 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		overflow: hidden;
	}
	
	header h1{
		width: 80px;
		margin: 0 auto;
		line-height: 0;
	}
	
	header h1 a{
		display: inline-block;
	}
	
	main {
		overflow: hidden;
	}
	
	section {
		width: 90%;
		margin: 0 auto;
	}
	
	section#concept {
		width: 100%;
		height: 73.7vw;
		padding-top: 6.8vw;
		background: url("../images/concept_photo.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	section#concept div.block {
		width: 90%;
		margin: 0 auto;
	}
	
	section#concept div.block h2{
		width: 33vw;
		line-height: 0;
		margin-bottom: 3.4vw;
	}
	
	section#concept div.block h2 span{
		width: 10vw;
		display: block;
		margin-bottom: 1.8vw;
	}
	
	section#concept div.block p{
		width: 36vw;
		line-height: 0;
	}
	
	section#message {
		width: 100%;
		background: url("../images/message_photo_sp.jpg") no-repeat #010101;
		background-size: 100%;
		background-position: top center;
		padding-top: 5.7vw;
		padding-bottom: 10.8vw;
		color: #FFF;
	}
	
	section#message div.block {
		width: 90%;
		margin: 0 auto;
	}
	
	section#message div.block.fl_r {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	section#message div.block.fl_r h2{
		width: 12.4vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin-bottom: 7.9vw;
	}
	
	section#message div.block.fl_r h2 span.en{
		width: 1.6vw;
	}
	
	section#message div.block.fl_r h2 span.jp{
		width: 8vw;
	}
	
	section#message div.block.fl_r h6{
		width: 43.7vw;
		margin-right: 5.9vw;
		margin-bottom: 18.5vw;
	}
	
	section#message p.message_text {
		font-size: 28px;
		font-size: clamp(13px, 3.21vw, 28px);
		line-height: 2.1;
		letter-spacing: 0.14em;
		margin-bottom: 6vw;
	}
	
	section#message div.outline {
		position: relative;
	}
	
	section#message div.outline div.text_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	
	section#message div.outline div.text_box h4,
	section#message div.outline div.text_box h5,
	section#message div.outline div.text_box h3 {
		width: 63.3%;
		font-weight: 400;
	}
	
	section#message div.outline div.text_box h4{
		font-size: 28px;
		font-size: clamp(13px, 3.21vw, 28px);
		letter-spacing: 0.2em;
	}
	
	section#message div.outline div.text_box h5{
		font-size: 24px;
		font-size: clamp(11px, 2.7vw, 24px);
		letter-spacing: 0.2em;
	}
	
	section#message div.outline div.text_box h3{
		font-size: 38px;
		font-size: clamp(16px, 4.36vw, 38px);
		letter-spacing: 0.2em;
		margin-bottom: 10px;
	}
	
	section#message div.outline div.text_box h3 span{
		font-size: 24px;
		font-size: clamp(11px, 2.7vw, 24px);
		letter-spacing: 0;
		line-height: 1.29;
		display: block;
	}
	
	section#message div.outline div.text_box p{
		font-size: 26px;
		font-size: clamp(12px, 2.98vw, 26px);
		line-height: 2;
		letter-spacing: 0.04em;
		margin-top: 4.2vw;
	}
	
	section#message div.outline figure{
		width: 27.2vw;
		position: absolute;
		top: -1vw;
		left: 0;
	}
	
	section#feature {
		width: 100%;
		background: #010101;
		color: #FFF;
	}
	
	section#feature div.block {
		width: 90%;
		margin: 0 auto;
	}
	
	section#feature div.block + div.block{
		margin-top: 14vw;
	}
	
	section#feature div.block{
		
	}
	
	section#feature div.block div.text_box{
		width: 100%;
	}
	
	section#feature div.block div.text_box h2{
		width: 67.5vw;
		line-height: 0;
		margin-bottom: 4.6vw;
	}
	
	section#feature div.block div.text_box h2 span{
		width: 14.9vw;
		display: block;
		margin-bottom: 2.5vw;
	}
	
	section#feature div.block div.text_box p{
		font-size: 28px;
		font-size: clamp(13px, 3.21vw, 28px);
		line-height: 1.7;
		letter-spacing: 0.02em;
	}
	
	section#feature div.block div.text_box ul{
		list-style: none;
		margin-top: 3vw;
	}
	
	section#feature div.block div.text_box ul li{
		font-size: 30px;
		font-size: clamp(14px, 3.44vw, 30px);
		line-height: 1.6;
		letter-spacing: 0.04em;
		text-indent: -1em;
		padding-left: 1em;
		margin-bottom: 3vw;
	}
	
	section#feature div.block div.photo_box{
		width: 100%;
		position: relative;
		line-height: 0;
		padding-bottom: 13.1vw;
	}
	
	section#feature div.block div.photo_box figure + figure{
		width: 35.4vw;
		position: absolute;
		top: 61%;
		right: -5vw;
	}
	
	section#feature div.block div.text_box02{
		width: 100%;
	}
	
	section#feature div.block div.text_box02 h2{
		width: 77vw;
		line-height: 0;
		margin-bottom: 4vw;
	}
	
	section#feature div.block div.text_box02 h4{
		font-size: 32px;
		font-size: clamp(16px, 3.67vw, 32px);
		letter-spacing: 0.02em;
		text-indent: -1.25em;
		padding-left: 1.25em;
		margin-bottom: 3vw;
	}
	
	section#feature div.block div.text_box02 div.photo_box + p{
		margin-top: 13.1vw;
	}
	
	section#feature div.block div.text_box02 p + h4{
		margin-top: 40px;
	}
	
	section#feature div.block div.text_box02 p{
		font-size: 28px;
		font-size: clamp(13px, 3.21vw, 28px);
		line-height: 1.7;
		letter-spacing: 0.02em;
	}
	
	section#feature div.block div.photo_box02{
		width: 100%;
		line-height: 0;
	}
	
	section#feature div.block figure{
		width: 100%;
		margin-bottom: 6vw;
	}
	
	section#plan {
		width: 100%;
		padding: 9.4vw 0 9vw;
	}
	
	section#plan div.block {
		width: 90%;
		margin: 0 auto;
	}
	
	section#plan div.block h2{
		font-size: 48px;
		font-size: clamp(20px, 5.5vw, 48px);
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0.18em;
		text-align: center;
		margin-bottom: 4vw;
	}
	
	section#plan div.block h2 span{
		width: 7.3vw;
		display: block;
		margin: 0 auto;
	}
	
	section#plan div.block h2 + p{
		font-size: 30px;
		font-size: clamp(12px, 3.48vw, 30px);
		font-weight: 700;
		line-height: 1.6;
		letter-spacing: 0.05em;
		text-align: center;
		margin-bottom: 9vw;
	}
	
	section#plan div.block nav ul{
		list-style: none;
		margin-bottom: 11vw;
	}
	
	section#plan div.block nav ul li{
		width: 100%;
	}
	
	section#plan div.block nav ul li + li{
		margin-top: 3.48vw;
	}
	
	section#plan div.block nav ul li a{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		position: relative;
		font-size: 28px;
		font-size: clamp(12px, 3.25vw, 28px);
		line-height: 1.2;
		color: #000;
	}
	
	section#plan div.block nav ul li a::before{
		content: "";
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 8px solid #0071b6;
		margin-right: 0.5em;
	}
	
	section#plan div.info_box {
		position: relative;
		padding-left: 18px;
		margin-bottom: 8.8vw;
	}
	
	section#plan div.info_box h3{
		font-size: 40px;
		font-size: clamp(20px, 4.65vw, 40px);
		font-weight: 500;
		line-height: 1.4;
		letter-spacing: 0.1em;
		margin-bottom: 15px
	}
	
	section#plan div.info_box p{
		font-size: 28px;
		font-size: clamp(14px, 3.25vw, 28px);
		line-height: 1.7;
		letter-spacing: 0.1em;
	}
	
	section#plan div.info_box::before{
		content: "";
		width: 8px;
		height: 100%;
		background: rgb(1,2,2);
		background: linear-gradient(30deg, rgba(1,2,2,1) 0%, rgba(0,113,182,1) 100%);
		position: absolute;
		top: 0;
		left: 0;
	}
	
	section#plan h4{
		font-size: 30px;
		font-size: clamp(15px, 3.48vw, 30px);
		font-weight: 500;
		color: #036eb7;
		line-height: 1;
		letter-spacing: 0.24em;
		background: #000;
		border-radius: 10px;
		padding: 10px 10px 12px;
		margin-top: 9vw;
		margin-bottom: 15px;
	}
	
	section#plan div.plan_box h5{
		font-size: 28px;
		font-size: clamp(14px, 3.25vw, 28px);
		font-weight: 500;
		color: #000;
		line-height: 1.3;
		letter-spacing: 0.1em;
		border-bottom: 1px dashed #000;
		padding-bottom: 8px;
		margin-bottom: 4px;
		position: relative;
	}
	
	section#plan div.plan_box h5:nth-child(n + 2){
		margin-top: 6.8vw;
	}
	
	section#plan div.plan_box h5 span.price{
		color: #000;
		display: block;
		letter-spacing: 0.1em;
		padding-left: 1em;
		font-weight: 700;
	}
	
	section#plan div.plan_box h5 + p{
		margin-bottom: 4.6vw;
	}
	
	section#plan div.plan_box h6{
		display: inline-block;
		font-size: 24px;
		font-size: clamp(12px, 2.79vw, 24px);
		font-weight: 500;
		color: #FFF;
		line-height: 1;
		letter-spacing: 0.2em;
		background: #3e3a39;
		border-radius: 3px;
		padding: 3px 12px 4px;
		margin-top: 4px;
		margin-bottom: 10px;
	}
	
	section#plan div.plan_box div.rental_box {
		margin: 6vw 0 4vw;
	}
	
	section#plan div.plan_box div.rental_box p{
		font-size: 24px;
		font-size: clamp(12px, 2.79vw, 24px);
	}
	
	section#plan div.plan_box div.list_box {
		display: block;
	}
	
	section#plan div.plan_box div.list_box ul{
		width: 100%;
		list-style: none;
	}
	
	section#plan div.plan_box div.list_box ul li{
		font-size: 28px;
		font-size: clamp(14px, 3.25vw, 28px);
		line-height: 1.3;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section#plan div.plan_box div.list_box ul + ul,
	section#plan div.plan_box div.list_box ul li + li{
		margin-top: 8px;
	}
	
	section#plan div.plan_box div.list_box ul li span{
		font-size: 24px;
		font-size: clamp(12px, 2.79vw, 24px);
	}
	
	section#plan div.plan_box div.list_box ul li span.cap{
		padding-left: 0.5em;
	}
	
	section#plan div.plan_box p{
		font-size: 28px;
		font-size: clamp(14px, 3.25vw, 28px);
		line-height: 1.7;
	}
	
	section#plan div.plan_box p.cap {
		font-size: 24px;
		font-size: clamp(12px, 2.79vw, 24px);
		line-height: 1.3;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section#plan div.plan_box p.other{
		font-size: 28px;
		font-size: clamp(14px, 3.25vw, 28px);
		line-height: 1.7;
		letter-spacing: 0.1em;
		margin-top: 3.2vw;
	}
	
	section#plan div.plan_box div.list_box + p.cap {
		margin-top: 18px;
	}
	
	section#plan a.special_site {
		width: 100%;
		height: 50px;
		margin: 9vw auto 11vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: #000;
		font-size: 28px;
		font-size: clamp(13px, 3.25vw, 28px);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.08em;
		color: #036eb7;
		border-radius: 9px;
	}
	
	section#plan a.special_site::after{
		content: "";
		width: 16px;
		height: 16px;
		background: url("../images/btn_arrow.svg") no-repeat;
		background-size: contain;
		display: inline-block;
		margin-left: 0.25em;
	}
	
	section#plan div.plan_box ul.list_box,
	section#plan div.block.record ul.list_box{
		list-style: none;
	}
	
	section#plan div.plan_box ul.list_box li,
	section#plan div.block.record ul.list_box li{
		font-size: 28px;
		font-size: clamp(14px, 3.25vw, 28px);
		line-height: 1.3;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	section#plan div.plan_box ul.list_box li + li,
	section#plan div.block.record ul.list_box li + li{
		margin-top: 8px;
	}
	
	section#plan div.plan_box ul.list_box li span{
		font-size: 24px;
		font-size: clamp(12px, 2.79vw, 24px);
	}
	
	section#plan div.plan_box dl.precautions {
		font-size: 24px;
		font-size: clamp(12px, 2.79vw, 24px);
		line-height: 1.5;
		margin-top: 4vw;
	}
	
	section#plan div.plan_box dl.precautions dt{
		width: 100%;
		letter-spacing: 0.1em;
		margin-bottom: 2px;
	}
	
	section#plan div.plan_box dl.precautions dd{
		width: 100%;
		letter-spacing: 0.04em;
	}
	
	section#plan div.block.feature {
		margin-top: 10vw;
		margin-bottom: 7vw;
	}
	
	section#plan div.block.feature h5{
		font-size: 34px;
		font-size: clamp(18px, 3.95vw, 34px);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	
	section#plan div.block.feature h6{
		font-size: 32px;
		font-size: clamp(16px, 3.72vw, 32px);
		font-weight: 700;
		line-height: 1.6;
		margin-bottom: 5px;
		text-indent: -1.4em;
		padding-left: 1.4em;
	}
	
	section#plan div.block.feature h6:nth-child(n + 2){
		margin-top: 20px;
	}
	
	section#plan div.block.feature p{
		font-size: 28px;
		font-size: clamp(14px, 3.25vw, 28px);
		line-height: 1.7;
	}
	
	section#plan div.more_info {
		width: 94%;
		margin: 0 auto;
		border: 2px solid #000;
		position: relative;
		padding: 4px;
		font-size: 24px;
		font-size: clamp(12px, 2.79vw, 24px);
		line-height: 1.6;
		margin-bottom: 10vw;
	}
	
	section#plan div.more_info::before {
		content: "";
		width: 34px;
		height: 34px;
		background: url("../images/flame_top.svg") no-repeat;
		background-size: contain;
		position: absolute;
		top: -6px;
		left: -6px;
		z-index: 3;
	}
	
	section#plan div.more_info::after {
		content: "";
		width: 34px;
		height: 34px;
		background: url("../images/flame_bottom.svg") no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -6px;
		right: -6px;
		z-index: 3;
	}
	
	section#plan div.more_info div.info_inner {
		border: 1px solid #000;
		padding: 7vw 6vw;
	}
	
	section#plan div.more_info div.info_inner h5 {
		font-size: 29px;
		font-size: clamp(15px, 3.37vw, 29px);
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: 0.1em;
		border-bottom: 1px dashed #000;
		padding-bottom: 8px;
		margin-bottom: 10px;
		position: relative;
	}
	
	section#plan div.more_info div.info_inner h5:nth-child(n + 2) {
		margin-top: 7vw;
	}
	
	section#plan div.more_info div.info_inner div.box {
		display: block;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box {
		width: 100%;
		margin-bottom: 4.6vw;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box address{
		font-style: normal;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box address + a{
		color: #000;
		text-decoration: underline;
		display: inline-block;
		margin-bottom: 4.6vw;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box dl{
		display: block;
		margin-top: 4.6vw;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box dl dt,
	section#plan div.more_info div.info_inner div.box div.text_box dl dd{
		width: 100%;
	}
	
	section#plan div.more_info div.info_inner div.box div.text_box dl dd + dt{
		margin-top: 3.4vw;
	}
	
	section#plan div.more_info div.info_inner div.box div.gmap{
		width: 100%;
		height: 61vw;
	}
	
	section#plan div.more_info div.info_inner div.box div.gmap iframe{
		width: 100%;
		height: 100%;
	}
	
	section#plan div.more_info div.info_inner ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		list-style: none;
		margin: 4vw 0;
	}
	
	section#plan div.more_info div.info_inner ul li{
		display: inline-block;
		margin-right: 1.25em;
	}
	
	section#plan div.more_info div.info_inner ul li:last-child{
		margin-right: 0;
	}
	
	section#plan div.more_info div.info_inner dl.fixtures{
		display: block;
		margin-top: 4vw;
	}
	
	section#plan div.more_info div.info_inner dl.fixtures dt{
		width: 100%;
	}
	
	section#plan div.more_info div.info_inner dl.fixtures dd{
		width: 100%;
	}
	
	section#plan div.more_info div.info_inner div.box02{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 3vw;
		line-height: 0;
	}
	
	section#plan div.more_info div.info_inner div.box02 figure{
		width: 49%;
	}
	
	section#plan div.block.record h5{
		font-size: 29px;
		font-size: clamp(15px, 3.37vw, 29px);
		font-weight: 500;
		color: #000;
		line-height: 1;
		letter-spacing: 0.1em;
		border-bottom: 1px dashed #000;
		padding-bottom: 8px;
		margin-bottom: 15px;
		position: relative;
	}
	
	section#plan div.block.record ul.photo{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		list-style: none;
		margin-bottom: 5vw;
	}
	
	section#plan div.block.record ul.photo li{
		width: 100%;
		font-size: 24px;
		font-size: clamp(12px, 2.79vw, 24px);
	}
	
	section#plan div.block.record ul.photo li + li{
		margin-top: 3.3vw;
	}
	
	section#plan div.block.record ul.photo li figcaption{
		font-weight: 700;
	}
	
	section#plan div.block.record h6{
		display: inline-block;
		font-size: 24px;
		font-size: clamp(12px, 2.79vw, 24px);
		font-weight: 500;
		color: #FFF;
		line-height: 1;
		letter-spacing: 0.2em;
		background: #3e3a39;
		border-radius: 3px;
		padding: 3px 12px 4px;
		margin-top: 4px;
		margin-bottom: 10px;
	}
	
	section#plan div.block.record a {
		width: 70%;
		max-width: 300px;
		height: 50px;
		margin: 8vw auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		background: #000;
		font-size: 28px;
		font-size: clamp(14px, 3.25vw, 28px);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.2em;
		color: #036eb7;
		border-radius: 9px;
	}
	
	
	
	
	footer div#page_top_block {
        padding: 20px 0;
    }
	
	footer div#page_top_block a{
        width: 40px;
    }

	footer div#f_block{
        width: 90%;
		margin: 0 auto;
		padding: 28px 0 35px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		font-size: 12px;
		font-size: 1.2rem;
    }
	
	footer div#f_block h2{
        width: 124px;
		line-height: 0;
		margin: 0 auto 25px;
    }
	
	footer div#f_block div.block_inner{
        width: 100%;
    }
	
	footer div#f_block div.block_inner p{
		line-height: 1.75;
		letter-spacing: 0.06em;
		margin-bottom: 20px;
    }
	
    footer small{
		line-height: 1;
        display: block;
		text-align: center;
    }
	
	nav.globalMenuSp ul.outside {
		padding: 60px 20px 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    }
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 9999;
  width : 30px;
  height: 30px;
  text-align: center;
  top: 30px;
  right: 30px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 0;
  background : #0071b6;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 12px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 12px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
	width: 50%;
	max-width: 300px;
    height: 100%;
    position: fixed;
    z-index : 998;
    top  : 0;
    right : 0;
    color: #333;
    background: rgba(0,0,0,1);
    text-align: left;
    transform: translateX(100%);
    transition: all 0.6s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

body #modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -888;
	background: rgba(3,110,183,0.9);
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity, color;
}

body.nav_open #modal {
	z-index: 888;
	opacity: 1;
}

nav.globalMenuSp ul.outside li {
  list-style-type: none;
	width: 100%;
	text-align: left;
	padding: 10px 0 15px;
	line-height: 1.4;
}

nav.globalMenuSp ul.outside li a {
  color: #FFF;
  text-decoration :none;
  letter-spacing: 0.06em;
  line-height: 1.3;
}

nav.globalMenuSp ul.outside li a span.en{
  font-size: 13px;
  font-size: 1.3rem;
}

nav.globalMenuSp ul.outside li ul li{
  padding: 5px 0;
}

nav.globalMenuSp ul.outside li ul li::before{
  content: "□";
	display: inline-block;
	margin-right: 0.25em;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
