@charset "utf-8";
/*--------------------------------------------------------------
			共通
--------------------------------------------------------------*/
body{
	min-width:1080px;
}
.wrapper{
	overflow:hidden;
}
.content{
	background-color:#F5F5F5;
	padding:70px 0 0 0;
}
.main_in{
	width:1080px;
	margin:0 auto;
}
.main_in02{
	width:960px;
	margin:0 auto;
}
.h3_ttl{
	font-size:30px;
	color:#59A99D;
	line-height:1.7;
  	display: inline-block;
	position: relative;
	padding:0 0 25px 0;
	margin:30px 0 30px 0;
}
.h3_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 30px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);/*位置調整*/
  background-color:#59A99D;/*線の色*/
}
.h3_ttl02{
	font-size:28px;
	color:#59A99D;
	line-height:1.7;
	margin:0 0 50px 0;
}
.h3_ttl02 span {
	display: block;
	font-size: 20px;
}
footer{
	background:#000;
	margin:115px 0 0 0;
	position:relative;
}
footer .inner{
	width:1040px;
	margin:0 auto;
	overflow:hidden;
	padding:25px 0 24px 0;
}
footer .inner .foot_logo{
	float:left;
}
footer .inner .foot_nav{
	/* width:830px; */
	overflow:hidden;
	/* padding:45px 0 0 80px; */
	padding:45px 0 0 40px;
	display: flex;
	align-items: center;
}
footer .inner .foot_nav li{
	/* float:left; */
	margin:0 0 0 15px;
}
footer .inner .foot_nav li:first-child{
	margin:0;
}
footer .inner .foot_nav li a{
	color:#fff;
	font-size:16px;
	background:url(../images/base/arrow.gif) 0 center no-repeat;
	display:block;
	padding:0 0 0 18px;
	line-height:1.2;
}
footer .inner .foot_nav li:last-child a {
	padding: 0;
	background: none;
}
footer .inner .foot_nav li a:hover{
	text-decoration:underline!important;
}
footer .r_btn{
	position:absolute;
	right:0;
	bottom:100px;
	z-index:9999;
}
footer .btn-insta {
	text-align: center;
}
footer .btn-insta a {
	display: inline-block;
}
footer .production {
	padding-top: 30px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
footer .production a {
	color: #fff;
}
footer .production a:hover {
	text-decoration: underline;
}
footer .copy{
	text-align:center;
	color:#fff;
	font-size:12px;
	margin:10px 0 0 0;
	line-height:1;
}
.visible{
    opacity: 1;
    transition: 1s;
}

.invisible{
    opacity: 0;
    transition: 1s;
}
.visible.s_left{
    opacity: 1;
    transition: 1s;
    transform: translateX(0);
}

.invisible.s_left{
    opacity: 0;
    transition: 1s;
    transform: translateX(-100px);
}
.visible.s_right{
    opacity: 1;
    transition: 1s;
    transform: translateX(0);
}
.invisible.s_right{
    opacity: 0;
    transition: 1s;
    transform: translateX(100px);
}
.visible.s_bottom{
    transform: translateY(0);
}
.invisible.s_bottom{
    transform: translateY(100px);
}
/*------- ナビゲーション -------*/
.menu-btn{
	position:absolute;
    width: 36px;
    height: auto;
	z-index:999;
	top:30px;
	right:35px;
}
.menu-btn a {
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	cursor:pointer;
}
.menu-btn a img{
	width:100%;
	height:auto;
}
.menu-btn a:hover {
    opacity: 0.70;
}
.drawer-nav {
    right: -100% !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.75) !important;
    z-index: 1000 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	position:relative;
	z-index:999999!important;
}
.drawer-nav nav {
    text-align: center;
}
.drawer-nav nav ul {
    /* margin: 0 0 35px; */
	margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.drawer-nav nav ul li {
    font: 400 20px "Noto Sans Japanese", sans-serif;
}
.drawer-nav nav ul li a{
    color: white;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	display:inline-block;
	padding:20px 0;
	border-bottom:1px solid #999;
	width:360px;
	text-align:center;
}
.drawer-nav nav ul li a:hover {
    opacity: 0.70;
}
.drawer-nav .btn-insta {
	text-align: center;
	margin-bottom: 25px;
}
.drawer-nav .btn-insta a {
	display: inline-block;
}
.drawer-nav .btn-close {
    margin:0 auto!important;
    width: 100%;
    max-width: 200px;
    color: #C8C8C8;
    border: 1px solid #999;
    text-align: center;
    transition: .3s;
	position:relative;
	display:block;
	padding:15px 0!important;
	cursor:pointer;
	font-size:18px;
}
.drawer-nav .btn-close:hover {
    color: #000026;
    background: #999;
}
.drawer-open .drawer-nav {
    right: 0% !important;
}
/*--------------------------------------------------------------
			トップページ
--------------------------------------------------------------*/
.home .mainvisual{
	position:relative;
	height: 100vh;
	overflow: hidden;
}
.home .mainvisual .slider li{
	background-size:cover!important;
	background-repeat:no-repeat;
	background-position:center 0;
	width:100%;
	height:100vh;
	text-indent:-9999px;
}
.mainvisual #video-overlay {
    z-index: 0;
}
/* .home .mainvisual .slider li span{
	display:block;
	background-color: rgba(0,0,0,0.3);
	width:100%;
	height:100vh;
} */
.mainvisual #video-background, .mainvisual #video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.home .mainvisual .top_img{
	position:absolute;
	width:35.285%;
	height:0;
	padding:0 0 72.87% 0;
	top:32.86%;
	left:0;
	right:0;
	margin:0 auto;
	z-index:9999;
	text-indent:-9999px;
	background:url(../images/home/top_img.png) center 0 no-repeat;
	background-size:100% auto;
}
.home .mainvisual .top_text{
	position:absolute;
	width:12%;
	height:0;
	padding:0 0 72.72% 0;
	top:9.285%;
	left:6.071%;
	z-index:9999;
	text-indent:-9999px;
	background:url(../images/home/top_text.png) center 0 no-repeat;
	background-size:100% auto;
}
.home .mainvisual .top_link{
	position:fixed;
	right:0;
	/* bottom:0; */
	bottom: 50%;
	transform: translateY(50%);
	display:block;
	background:url(../images/home/contact_btn.svg) 0 center no-repeat;
	background-size:100% auto;
	/* width:10%; */
	width: 104px;
	height: 147px;
	/* width: 105px;
	height: 164.5px; */
	/* padding:0 0 13.5% 0; */
	z-index:9999;
	text-indent:-9999px;
	/* display: none !important; */
}
.home .mainvisual .top_link:hover{
	opacity:0.8;
}
.home .mainvisual #weather{
	position:absolute;
	top:25px;
	right:140px;
	z-index:9999;
	color:#fff;
}
.home .mainvisual #weather .title{
	display:none;
}
.home .mainvisual #weather .title{
	display:none;
}
.home .mainvisual #weather .city{
	display:none;
}
.home .mainvisual #weather .temp{
	text-align:center;
	font-size:18px;
	margin-top:-15px;
	font-weight:600;
	color:#fff;
}
.home .area01{
	background:url(../images/home/img01.jpg) 0 205px no-repeat;
	padding:0 0 50px 0;
}
.home .area01 .top_text{
	font-size:18px;
	text-align:center;
	margin:0 0 55px 0;
}
.home .area01 .top_text span{
	font-size:27px;
	font-weight:500;
}
.home .area01 .set_box{
	background:url(../images/home/img02.png) 0 0 no-repeat;
	overflow:hidden;
	padding:20px 0 0 0;
}
.home .area01 .set_box .set_text{
	background:#fff;
	width:260px;
	float:right;
	padding:20px 20px;
}
.home .area01 .set_box .set_text p{
	font-size:14px;
	line-height:1.4;
	color:#4D4D4D;
}
.home .area01 .set_box .set_text .g_ttl{
	font-size:16px;
	text-align:center;
	margin:0 0 10px 0;
	color:#4D4D4D;
}
.home .area01 .set_box .set_text .price{
	margin:0 0 10px 0;
}
.home .area01 .set_box .set_text .set_ttl{
	font-size:16px;
	color:#59A99D;
	border-bottom:1px solid #59A99D;
	padding:0 0 10px 0;
	font-weight:600;
	text-align:center;
	margin:15px 0 10px 0;
}
.home .area01 .set_box .set_text .list li{
	font-size:15px;
	padding-left:1em;
	text-indent:-1em;
	line-height:1.7;
	font-weight:500;
	color:#4D4D4D;
}
.home .area01 .set_box .set_text .list li span {
	display: block;
	margin-left: 7em;
	font-size:15px;
}
.home .area02{
	background:#A1CEC7;
	padding:75px 0 90px 0;
}
.home .area02 .ttl{
	background:url(../images/home/ttl01.gif);
	background-size:100% auto;
	width:104px;
	height:87px;
	margin:0 auto 65px;
	text-indent:-9999px;
}
.home .area02 iframe{
	width:446px;
	height:250px;
	vertical-align: bottom;
	border:2px solid #000;
}
.home .area02 .left_movie{
	float:left;
	width:450px;
}
.home .area02 .right_movie{
	float:right;
	width:450px;
}
.home .area02 .link{
	display:block;
	margin:30px auto 0;
	background:#000;
	width:240px;
	text-align:center;
	padding:15px 0;
	color:#fff;
	font-size:16px;
}
.home .area02 .link:hover{
	text-decoration:none;
	opacity:0.8;
}
.home .area03{
	padding:95px 0 140px 0;
}
.home .area03 .ttl{
	background:url(../images/home/ttl02.gif);
	background-size:100% auto;
	width:150px;
	height:92px;
	margin:0 auto 80px;
	text-indent:-9999px;
}
.home .area03 .left_box{
	float:left;
}
.home .area03 .right_box{
	overflow:hidden;
}
.home .area03 .left_box02{
	overflow:hidden;
	margin:0 0 0 30px;
}
.home .area03 .right_box02{
	float:right;
}
.home .area03 .over_box{
	width:350px;
	padding:0 0 0 70px;
}
.home .area03 .w_img{
	margin:140px 0 0 0;
}
.home .area03 .w_img img{
	width:100%;
	height:auto;
}
.home .area03 .img01w{
	position:relative;

}
.home .area03 .img01w .img01{
	position:absolute;
	right:-60px;
	margin:30px 0 0 0;
}
.home .area03 .switch .clearfix:nth-child(even) {
	display: flex;
	padding-bottom: 100px;
}
.home .area03 .switch .clearfix:nth-child(even) .text {
	position: relative;
	order: 2;
	margin-left: 50px;
}
.home .area03 .switch .clearfix:nth-child(even) .text .pc-only {
	position: absolute;
	bottom: -150px;
	right: -170px;
}
.home .area04{
	background:#95C8C1;
	padding:70px 0 60px 0;
}
.home .area04 .ttl{
	background:url(../images/home/ttl03.gif);
	background-size:100% auto;
	width:120px;
	height:87px;
	margin:0 auto 40px;
	text-indent:-9999px;
}
.home .area04 .text{
	font-size:16px;
	line-height:1.7;
	font-weight:500;
}
.home .area04 .op_list{
	width:960px;
	margin:30px auto 0;
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.home .area04 .op_list li{
	/* float:left; */
	/* margin:0 0 0 30px; */
	margin-bottom: 30px;
	width:300px;
	text-align:center;
}
.home .area04 .op_list li .op_ttl{
	font-weight:500;
	margin:15px 0 0 0;
	line-height:1.4;
	color:#333;
}
.home .area04 .op_list li span{
	font-size: 13px;
}
.home .area04 .op_list li .price{
	font-weight:500;
}
/* .home .area04 .op_list li:first-child{
	margin:0;
} */
.home .area05{
	padding:85px 0 45px 0;
}
.home .area05 .ttl{
	background:url(../images/home/ttl08.gif);
	background-size:100% auto;
	width:128px;
	height:93px;
	margin:0 auto 40px;
	text-indent:-9999px;
}
.home .area05 .top_text{
	margin:0 0 40px 0;
}
.home .area05 .box{
	width:460px;
	padding:88px 0 0 0;
	text-align:center;
}
.home .area05 .box .box_ttl{
	font-size:24px;
	color:#fff;
	margin:0 0 20px 0;
}
.home .area05 .box .text{
	font-size:16px;
	color:#fff;
}
.home .area05 .box .r_text{
	font-size:16px;
	color:#fff;
	font-weight:600;
}
.home .area05 .box .r_ttl{
	font-size:16px;
	font-weight:600;
	margin:0 0 10px 0;
}
.home .area05 .box.sr_box{
	background:url(../images/home/sr_ttl.gif) center 0 no-repeat;
	background-size:100% auto;
	float:left;
}
.home .area05 .box.ex_box{
	background:url(../images/home/ex_ttl.gif) center 0 no-repeat;
	background-size:100% auto;
	float:right;
}
.home .area05 .box .inner{
	padding:25px 30px 30px 30px;
	margin:0 0 30px 0;
}
.home .area05 .box .inner .root_btn {
	display: block;
	position: relative;
	margin: 10px 0;
}
.home .area05 .box .inner .root_btn.root01 {
	margin-bottom: 25px;
}
.home .area05 .box .inner .root_btn:before {
	position: absolute;
	content: "";
	background-color: rgba(0,0,0,.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.home .area05 .box .inner .root_btn.soon {
	pointer-events: none;
}
.home .area05 .box .inner .root_btn.soon:before {
	background-color: rgba(0,0,0,.8);
}
.home .area05 .box .inner .root_btn p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	z-index: 10;
	width: 95%;
	font-size: 17px;
}
.home .area05 .box .inner .root_btn img {
	width: 100%;
}
.home .area05 .box.sr_box .inner{
	background:#3F9B8E;
}
.home .area05 .box.ex_box .inner{
	background:#59889C;
}

.home .area05 .wrap {
	padding-bottom: 50px;
}

.home .area05 .wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	.home .area05 .wrap ul {
		display: block;
	}
}

.home .area05 .wrap ul li {
	width: 48%;
	margin: 2% 0;
}
@media screen and (max-width: 768px) {
	.home .area05 .wrap ul li {
		width: 100%;
		max-width: 400px;
		margin: 20px auto;
	}
}

.home .area05 .wrap ul li a {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.home .area05 .wrap ul li a:hover {
	opacity: .7;
}

.home .area05 .wrap ul li a.course01 {
	background-image: url(../images/home/thum01.jpg);
}

.home .area05 .wrap ul li a.course02 {
	background-image: url(../images/home/thum02.jpg);
}

.home .area05 .wrap ul li a.course03 {
	background-image: url(../images/home/thum03.jpg);
}

.home .area05 .wrap ul li a.course04 {
	background-image: url(../images/home/thum04.jpg);
}

.home .area05 .wrap ul li a:before {
	content: "";
	display: block;
	padding-top: 74%;
}

.home .area05 .wrap ul li a span {
	position: absolute;
	color: #fff;
}

.home .area05 .wrap ul li a span.note {
	top: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.home .area05 .wrap ul li a span.note {
		font-size: 17px;
	}
}

.home .area05 .wrap ul li a span.note img {
	width: 75.5px;
	margin-right: 1em;
}
@media screen and (max-width: 768px) {
	.home .area05 .wrap ul li a span.note img {
		width: 66px;
	}
}

.home .area05 .wrap ul li a span.course-ttl {
	width: 100%;
	padding: 0 10px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 24px;
	line-height: 1.6;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.home .area05 .wrap ul li a span.course-ttl {
		font-size: 20px;
	}
}

.home .area06{
	background:#95C8C1;
	padding:75px 0;
}
.home .area06 .ttl{
	background:url(../images/home/ttl04.gif);
	background-size:100% auto;
	width:175px;
	height:95px;
	margin:0 auto 45px;
	text-indent:-9999px;
}
.home .area06 .calendar_box{
	background:#fff;
	text-align:center;
	position: relative;
}
.home .area06 .calendar_box iframe {
	width: 100%;
	min-height: 650px;
	border: none;
	background-color: #fdfdfd;
}
.home .area06 .calendar_box .comming-soon {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 30;
	background-color: rgba(0,0,0,.7);
	display: flex;
	justify-content: center;
	align-items: center;
}
.home .area06 .calendar_box .comming-soon p {
	margin: 0;
	font-size: 35px;
	color: #fff;
}
.home .area06 .monitor-tour {
	margin-top: 20px;
	text-align: center;
}
.home .area06 .monitor-tour .order {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.home .area06 .monitor-tour .order span {
	margin: 0 10px;
}
.home .area06 .monitor-tour .order span a {
	color: #991727;
	text-decoration: underline;
}
.home .area06 .monitor-tour .order span a:hover {
	text-decoration: none;
}
.home .area07{
	padding:70px 0;
}
.home .area07 .ttl{
	background:url(../images/home/ttl05.gif);
	background-size:100% auto;
	width:118px;
	height:94px;
	margin:0 auto 40px;
	text-indent:-9999px;
}
.home .area07 .f_text span{
	display: block;
}
.home .area07 .f_text a{
	color: #3e9b8d;
	text-decoration: underline;
}
.home .area07 .f_text a:hover{
	text-decoration: none;
}
.table01{
	width:100%;
}
.table01 th{
	vertical-align: middle;
	background:#C4E1DD;
	text-align:center;
	padding:12px 0;
	line-height: 1.6;
	font-weight:400;
	color:#333;
	border-bottom:1px solid #B2B2B2;
}
.table01 td{
	padding:12px 15px 12px 30px;
	border-bottom:1px solid #B2B2B2;
	background:#fff;
	line-height:1.7;
}
.table01 a{
	color:#333!important;
	text-decoration:underline;
}
.table01 a:hover{
	text-decoration:none;
}
.home .area08{
	padding:75px 0 145px 0;
	background:#fff;
}
.home .area08 .ttl{
	background:url(../images/home/ttl06.gif);
	background-size:100% auto;
	width:273px;
	height:95px;
	margin:0 auto 40px;
	text-indent:-9999px;
}
.home .area08 .photo_list{
	overflow:hidden;
	width:968px;
	margin:0 auto;
}
.home .area08 .photo_list li{
	width:234px;
	float:left;
	margin:0 8px 8px 0;
}
.home .area09{
	background:#fff;
}
.home .area09 .s_ttl{
	text-align:center;
	font-size:26px;
	margin:0 0 25px 0;
}
.home .area09 .map iframe{
	width:100%;
	height:350px;
}
.home .area09 .inner{
	margin:65px auto 0;
	width:810px;
}
.home .area09 .inner .left_box{
	float:left;
}
.home .area09 .inner .right_box{
	float:right;
	width:380px;
}
.home .area09 .inner .ttl{
	margin:0 0 25px 0;
}
.home .area09 .inner .text{
	font-size:14px;
	line-height:1.7;
	font-weight:500;
}
.home .area09 .inner .link{
	color:#59A99E!important;
	text-decoration:underline;
	font-size:14px;
	display:block;
	margin:35px 0 0 5px;
}
.home .area09 .inner .link:hover{
	text-decoration:none;
}
/*--------------------------------------------------------------
			二階層
--------------------------------------------------------------*/
@media screen and (min-width: 769px){
.second header{
	width:100%;
	height:88px;
	padding:20px 0 0 0;
	top:0;
	left:0;
	z-index:9999;
	background-color:#59A99E;
	background-image:none;
}
.second header .inner{
	width:960px;
	margin:0 auto;
}
}
.second .content{
	padding:80px 0 115px 0;
}
.second footer{
	margin:0;
}
/*--------------------------------------------------------------
			プライバシーポリシー
--------------------------------------------------------------*/
.policy .main_img{
	background:url(../images/policy/main_img.jpg) center 0 no-repeat;
	background-size:cover;
	width:100%;
	height:400px;
}
.policy .main_img .inner{
	background-color: rgba(0,0,0,0.3);
	height:400px;
	position:relative;
}
.policy .main_img .ttl{
	font-size:36px;
	font-weight:bold;
	color:#fff;
	position:absolute;
	text-align:center;
	top:195px;
	left:0;
	right:0;
	margin:0 auto;
	letter-spacing:8px;
}
.policy .ttl{
	font-weight:400;
	font-size:18px;
	margin:50px 0 0 0;
	line-height:1.9;
}
.policy .text{
	font-size:18px;
	line-height:1.9;
}
@media screen and (max-width: 768px){
/*--------------------------------------------------------------
			共通
--------------------------------------------------------------*/
body{
	min-width:0px;
}
.content{
	padding:0;
}
.main_in{
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
}
.main_in02{
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
}
.h3_ttl{
	font-size:18px;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	text-align:center;
}
.h3_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  right:0;
  margin:0 auto;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 25px;/*線の長さ*/
  height: 2px;/*線の太さ*/
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);/*位置調整*/
  background-color:#59A99D;/*線の色*/
  text-align:center;
}
.h3_ttl02{
	width:100%;
	margin:30px 0 20px 0;
	font-size:18px;
}
.h3_ttl02 span {
	font-size: 16px;
}
.home .area06 .calendar_box .comming-soon p {
	font-size: 20px;
}
footer{
	margin:60px 0 0 0;
}
footer .inner{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0 20px 0;
}
footer .inner .foot_logo{
	float:none;
	width:100px;
	margin:0 auto;
}
footer .inner .foot_logo img{
	width:100%;
	height:auto;
}
footer .inner .foot_nav{
	width:100%;
	overflow:hidden;
	padding:20px 0 5px 0;
	text-align:center;
	justify-content: center;
	flex-wrap: wrap;
}
footer .inner .foot_nav li{
	/* float:none; */
	/* display:inline-block; */
	margin: 0 10px 10px;
}
footer .inner .foot_nav li:first-child{
	margin: 0 10px 10px;
}
footer .inner .foot_nav li a{
	font-size:12px;
	background:url(../images/base/arrow.gif) 0 center no-repeat;
	background-size:6px auto;
	display:block;
	padding:0 0 0 12px;
}
footer .r_btn{
	position:absolute;
	top:0;
	right:0;
	bottom:auto;
}
footer .r_btn img{
	width:50px;
	height:auto;
}
footer .copy{
	font-size:10px;
	margin:10px 0 0 0;
}
.visible{
    opacity: 1;
    transition: 1s;
}
.invisible{
    opacity: 0;
    transition: 1s;
}
.visible.s_left{
    opacity: 1;
    transition: 1s;
    transform: translateX(0);
}
.invisible.s_left{
    opacity: 0;
    transition: 1s;
    transform: translateX(0px);
}
.visible.s_right{
    opacity: 1;
    transition: 1s;
    transform: translateX(0);
}
.invisible.s_right{
    opacity: 0;
    transition: 1s;
    transform: translateX(0px);
}
.visible.s_bottom{
    transform: translateY(0);
}
.invisible.s_bottom{
    transform: translateY(0px);
}
header{
	position:fixed;
	width:100%;
	height:50px;
	top:0;
	left:0;
	z-index:9999;
	background-color:#59A99E;
	background-image:url(../images/base/sp_logo.gif);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:45px auto;
}
/*------- ナビゲーション -------*/
.menu-btn{
	top:10px;
	left:15px;
	width:22px;
}
.drawer-nav nav {
    text-align: center;
}
/* .drawer-nav nav ul {
    margin: 0 0 30px;
} */
.drawer-nav nav ul li {
    font: 400 18px "Noto Sans Japanese", sans-serif;
}
.drawer-nav nav ul li a{
	display:inline-block;
	padding:20px 15px;
	width:100%;
	box-sizing:border-box;
}
.drawer-nav .btn-close {
	font-size:16px;
}
.drawer-open .drawer-nav {
    right: 0% !important;
}
/*--------------------------------------------------------------
			トップページ
--------------------------------------------------------------*/
.home .mainvisual{
	background:url(../images/home/sp_main_img.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:100vh;
	z-index:1000;
	overflow: visible;
}
.home .mainvisual .slider li{
	display:none!important;
}
.home .mainvisual .top_img{
	position:absolute;
	width:251px;
	height:0;
	padding:0 0 94.423% 0;
	top:28%;
	left:0;
	right:0;
	margin:0 auto;
	z-index:9999;
	text-indent:-9999px;
	background:url(../images/home/sp_top_img.png) center 0 no-repeat;
	background-size:100% auto;
}
.home .mainvisual .top_text{
	display:none;
}
.home .mainvisual .top_link{
	position:fixed;
	right:0;
	bottom:0;
	display:block;
	background-image:url(../images/home/sp_contact_btn.jpg);
	background-position: center center;
	background-repeat:no-repeat;
	background-size:342px auto;
	background-color:#BE7969;
	width:100%;
	height:0;
	padding:0 0 42px 0;
	transform: none;
}
.home .mainvisual .top_link:hover{
	opacity:0.8;
}
.home .mainvisual #weather{
	position:absolute;
	top:auto;
	bottom:16%;
	right:0;
	left:0;
	margin:0 auto;
	text-align:center;
}
.home .mainvisual #weather .temp{
	text-align:center;
	font-size:18px;
	margin-top:-15px;
	font-weight:600;
	color:#fff;
}
.home .area01{
	background:url(../images/home/sp_img01.jpg) center 0 no-repeat;
	background-size:100% auto;
	padding:55% 0 50px 0;
}
.home .area01 .top_text{
	font-size:14px;
	text-align:left;
	margin:0 0 40px 0;
}
.home .area01 .top_text span{
	font-size:14px;
}
.home .area01 .set_box{
	background:url(../images/home/sp_img02.jpg) center bottom no-repeat;
	background-size:100% auto;
	padding:20px 0 67.62% 0;
}
.home .area01 .set_box .set_text{
	background:#fff;
	width:260px;
	float:none;
	padding:15px 20px;
	margin:0 auto 25px;
}
.home .area01 .set_box .set_text p{
	font-size:14px;
}
.home .area01 .set_box .set_text .g_ttl{
	font-size:16px;
}
.home .area01 .set_box .set_text .price{
	margin:0 0 10px 0;
}
.home .area01 .set_box .set_text .set_ttl{
	font-size:16px;
	padding:0 0 10px 0;
	margin:15px 0 10px 0;
}
.home .area01 .set_box .set_text .list li{
	font-size:15px;
}
.home .area02{
	padding:30px 15px 55px 15px;
}
.home .area02 .ttl{
	background:url(../images/home/sp_ttl01.gif);
	background-size:100% auto;
	width:50px;
	height:70px;
	margin:0 auto 35px;
}
.home .area02 iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	vertical-align: bottom;
	border:2px solid #000;
	box-sizing:border-box;
}
.home .area02 .left_movie{
	float:none;
	width:100%;
}
.home .area02 .right_movie{
	float:none;
	width:100%;
	margin:55px 0 0 0;
}
.home .area02 .video{
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.home .area02 .link{
	display:block;
	margin:30px auto 0;
	background:#000;
	width:240px;
	text-align:center;
	padding:15px 0;
	color:#fff;
	font-size:16px;
}
.home .area02 .link:hover{
	text-decoration:none;
	opacity:0.8;
}
.home .area03{
	padding:45px 0 60px 0;
}
.home .area03 img{
	width:100%;
	height:auto;
	margin-left:0!important;
	margin-right:0!important;
}
.home .area03 .ttl{
	background:url(../images/home/sp_ttl02.gif);
	background-size:100% auto;
	width:150px;
	height:74px;
	margin:0 auto 40px;
}
.home .area03 .left_box{
	float:none;
	text-align:center;
	margin-left:0!important;
	margin-right:0!important;
}
.home .area03 .right_box{
	float:none;
	text-align:center;
	margin-left:0!important;
	margin-right:0!important;
}
.home .area03 .left_box02{
	overflow:hidden;
	text-align:center;
	margin-left:0!important;
	margin-right:0!important;
}
.home .area03 .right_box02{
	float:none;
	text-align:center;
	margin-left:0!important;
	margin-right:0!important;
}
.home .area03 .over_box{
	width:100%;
	padding:0;
}
.home .area03 .w_img{
	margin:40px 0 0 0;
}
.home .area03 .w_img img{
	width:100%;
	height:auto;
}
.home .area03 .img01w{
	position:relative;

}
.home .area03 .img01w .img01{
	position:absolute;
	right:-60px;
	margin:30px 0 0 0;
}
.home .area03 .switch .clearfix:nth-child(2n) {
	display: block;
	padding: 0;
}
.home .area03 .switch .clearfix:nth-child(2n) .text {
	text-align: center;
	margin: auto;
}
.home .area03 .switch .clearfix:nth-child(2n) .text .pc-only {
	display: none;
}
.home .area03 .switch .clearfix .image {
	margin-top: 20px;
}
.home .area04{
	padding:60px 0 40px 0;
}
.home .area04 .ttl{
	background:url(../images/home/sp_ttl03.gif);
	background-size:100% auto;
	width:117px;
	height:70px;
	margin:0 auto 40px;
}
.home .area04 .text{
	font-size:14px;
}
.home .area04 .op_list{
	display: block;
	width:100%;
	margin:30px auto 0;
}
.home .area04 .op_list li{
	float:none;
	margin:20px 0 0 0;
	width:100%;
}
.home .area04 .op_list li .op_ttl{
	margin:15px 0 0 0;
}
.home .area04 .op_list li:first-child{
	margin:0;
}
.home .area05{
	padding:65px 0 0px 0;
}
.home .area05 .ttl{
	background:url(../images/home/sp_ttl08.gif);
	background-size:100% auto;
	width:67px;
	height:77px;
	margin:0 auto 20px;
}
.home .area05 .top_text{
	margin:0 0 15px 0;
	padding:0 15px;
}
.home .area05 .box{
	width:100%;
	padding:19.13% 0 0 0;
}
.home .area05 .box .box_ttl{
	font-size:24px;
	margin:0 0 20px 0;
}
.home .area05 .box .text{
	font-size:14px;
}
.home .area05 .box .r_text{
	font-size:14px;
}
.home .area05 .box .r_ttl{
	font-size:14px;
	margin:0 0 10px 0;
}
.home .area05 .box.sr_box{
	background-image:url(../images/home/sr_ttl.gif);
	background-size:100% auto;
	background-position:center 0;
	background-repeat:no-repeat;
	float:none;
	background-color:#3F9B8E;
}
.home .area05 .box.ex_box{
	background-image:url(../images/home/ex_ttl.gif);
	background-size:100% auto;
	background-position:center 0;
	background-repeat:no-repeat;
	float:none;
	background-color:#59869B;
}
.home .area05 .box .inner{
	padding:20px 20px 30px 20px;
	margin:0 0 25px 0;
}

.home .area05 .calendar_link{
	display:none;
}
.home .area05 .box .img{
	width:280px;
	height:auto;
}
.home .area05 .box .inner .root_btn p {
	font-size: 15px;
}
.home .area06{
	background:#95C8C1;
	padding:50px 0 25px 0;
}
.home .area06 .ttl{
	background:url(../images/home/sp_ttl04.gif);
	background-size:100% auto;
	width:165px;
	height:77px;
	margin:0 auto 20px;
}
.home .area07{
	padding:50px 0 40px 0;
}
.home .area07 .ttl{
	background:url(../images/home/sp_ttl05.gif);
	background-size:100% auto;
	width:117px;
	height:78px;
	margin:0 auto 40px;
}
.table01{
	width:100%;
}
.table01 th{
	padding:10px 8px;
	font-size:12px;
}
.table01 td{
	padding:10px 8px 10px 8px;
	font-size:12px;
}
.home .area07 .f_text{
	font-size:14px!important;
}
.home .area08{
	padding:50px 0 80px 0;
}
.home .area08 .ttl{
	background:url(../images/home/sp_ttl06.gif);
	background-size:100% auto;
	width:187px;
	height:79px;
	margin:0 auto 30px;
}
.home .area08 .photo_list{
	width:100%;
}
.home .area08 .photo_list li{
	width:25%;
	float:left;
	margin:0;
	padding:1px;
	box-sizing:border-box;
}
.home .area08 .photo_list li img{
	width:100%;
	height:auto;
}
.home .area09 .s_ttl{
	font-size:24px;
	margin:0 0 25px 0;
}
.home .area09 .map iframe{
	width:100%;
	height:200px;
}
.home .area09 .inner{
	margin:25px auto 0;
	width:100%;
}
.home .area09 .inner .left_box{
	float:none;
}
.home .area09 .inner .right_box{
	float:none;
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
}
.home .area09 .inner .ttl{
	margin:0 0 25px 0;
	text-align:center;
}
.home .area09 .inner .s_ttl{
	text-align:center;
}
.home .area09 .inner .text{
	font-size:12px;
}
.home .area09 .inner .link{
	color:#59A99E!important;
	text-decoration:underline!important;
	font-size:12px;
	display:block;
	margin:15px 0 0 5px;
	line-height:1.4;
}
.home .area09 .inner .link:hover{
	text-decoration:none!important;
}
/*--------------------------------------------------------------
			二階層
--------------------------------------------------------------*/
.second .wrapper{
	padding:50px 0 0 0;
}
.second header .ttl_logo{
	display:none;
}
.second .content{
	padding:40px 0 60px 0;
}
.second footer{
	margin:0;
}
/*--------------------------------------------------------------
			プライバシーポリシー
--------------------------------------------------------------*/
.policy .main_img{
	background:url(../images/policy/main_img.jpg) center 0 no-repeat;
	background-size:100% auto;
	width:100%;
	height:0;
	padding:0 0 28.5715% 0;
}
.policy .main_img .inner{
	background-color: rgba(0,0,0,0.3);
	width:100%;
	height:0;
	padding:0 0 28.5715% 0;
}
.policy .main_img .ttl{
	font-size:24px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	letter-spacing:4px;
	max-width:300px;
	height:24px;
	line-height:1;
}
.policy .ttl{
	font-size:16px;
	margin:40px 0 0 0;
}
.policy .text{
	font-size:16px;
}
}


@media screen and (min-width: 480px){
.home .area06 .monitor-tour {
	margin-top: 50px;
}
.home .area06 .monitor-tour .order span.tel a {
	pointer-events: none;
    text-decoration: none;
	color: #333;
}
