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

/* width960px以下非表示*/
@media (min-width: 960px){
	.navToggle{
		display: none !important;}
	.sp{
		display: none!important;}
	}
/* all */
body{
	color: #000;
	background-color: #f1f1f1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
/* 幅調整　*/
.w1800{
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h100{
	height: 100px;
}
/* 背景　*/

.bg_g{
	background-color: #f1f1f1;
}
.bg_green{
	background-color: #016648;
}
.bg_b{
	background-color: #000;
}
.bg_img{
	background: url("../img/bg_img_02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.bg_img02{
	background: url("../img/bg_img_g.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}



header{
	position: relative;
	width: 100%;
	z-index: 9000;
}
.site-header{
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    transition: .5s;
    width: 100%;
	height: 140px;
}
.site-header.transform{
    padding: 0px 10px 0px 0;
	height: 120px;
	background: rgba(0,0,0,0.75);
}
.site-header h1{
	vertical-align: middle;
	transition: .5s;
}
.site-header h1 img{
	width: auto;
	height: 130px;
	vertical-align: middle;
	padding-left: 20px;
	transition: .5s;
}

.site-header.transform h1{
	line-height: 80px;
	transition: .5s;
}
.site-header.transform h1 img{
	width: auto;
	height: 110px;
	
}
.nav_wrap{
	padding: 10px 16px 10px 0;
}

.site-header h2{
	display: block;
	text-align: center;
	font-size: 3.5em;
	margin-right: 20px;
	text-shadow: 2px 2px #fff,-2px 2px #fff,2px -2px #fff,-2px -2px #fff,0 2px #fff,2px 0 #fff,0 -2px #fff,-2px 0 #fff;
}
.site-header h2 a{
	display: block;
	color: #dc143c;
	width: 100%;
	height: 100%;
	transition:all .3s;
}
.site-header h2 :hover{
	color: #02b37d;
	transition:all .3s;
}
.site-header p{
	font-size: 1.2em;
	font-weight: 500;
	color: #fff;
}

.site-header nav{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	line-height: 120%;
}
.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0;
	text-align: center;
}
.site-header nav ul li{
	display: block;
	margin: 0 0 0 10px;
	font-size:1em;
	width: 100%;
	border-radius: 5px;
}
.site-header nav ul li img{
	width: 1.2em;
	vertical-align: middle;
	padding-bottom: 3px;
}
.site-header nav ul li a{
	display: table-cell;
	vertical-align: middle;
	color:#000;
	text-decoration-line: none;
	transition:all .5s ease-in;
	padding: 45% 5px 5px ;
	border-radius: 5px;
	width: 80px;
	height: 100px;
	transform: scale(1.0);
	box-shadow: 3px 3px #02b37d;
	border:solid 1px #02b37d;
}
.site-header.transform nav ul li a{
	transform: scale(0.9);
}
.site-header .bg_01{
	background:url("../img/cut_001.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:top 5px center,center;
	background-size: 40px,cover;
}
.site-header .bg_02{
	background:url("../img/cut_002.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:top 5px center,center;
	background-size: 40px,cover;
}
.site-header .bg_03{
	background:url("../img/cut_003.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:top 5px center,center;
	background-size: 40px,cover;
}
.site-header .bg_04{
	background:url("../img/cut_004.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:top 5px center,center;
	background-size: 40px,cover;
}
.site-header .bg_05{
	background:url("../img/cut_005.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:top 5px center,center;
	background-size: 40px,cover;
}
.site-header .bg_06{
	background:url("../img/cut_006.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:top 5px center,center;
	background-size: 40px,cover;
}
.site-header nav ul li a:hover{
	transition:all .3s ease-in;
	transform: scale(1.2);
}
.site-header.transform nav ul li a:hover{
	transition:all .3s ease-in;
	transform: scale(1.1);
}
/* スライダー内 ========================================*/
.sp-slide img{
	width: auto;
	height: calc(100% - 120px);
	max-height: 650px;
	padding-left: 150px;
}
.sp-slide h2{
	text-align: center;
	color: #fff;
	font-size: 2.2em !important;
	line-height: 120% !important;
	max-width: 900px;
	width: 90%;
	font-family: 'Noto Serif JP', serif;
}
.font-small{
	font-size: 70%;
}
.sp-slide .submenu_img{
	width: 900px;
}
/* 縦並びナビゲーション========================================*/
.nav_wrap_left{
	position: absolute;
	z-index: 100;
	left: 60px;
	top:130px;
}
.nav_wrap_left nav ul li{
	display: block;
	margin: 0 0 10px;
	font-size:1rem;
	width: 100%;
	border-radius: 5px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
}
.nav_wrap_left nav ul li img{
	width: 1.2em;
	vertical-align: middle;
	padding-bottom: 3px;
}
.nav_wrap_left nav ul li a{
	display: table-cell;
	vertical-align: middle;
	color:#000;
	text-decoration-line: none;
	padding: 5px 5px 5px 40% ;
	border-radius: 5px;
	width: 120px;
	height: 60px;
	box-shadow: 3px 3px #02b37d;
	border:solid 1px #02b37d;
	transform: scale(1.0);
	transition: all .3s;
}
.nav_wrap_left nav ul li a:hover{
	transform: scale(1.1);
	transition: all .3s;
}
.nav_wrap_left .bg_01{
	background:url("../img/cut_001.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:left 5px center,center;
	background-size: 40px,cover;
}
.nav_wrap_left .bg_02{
	background:url("../img/cut_002.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:left 5px center,center;
	background-size: 40px,cover;
}
.nav_wrap_left .bg_03{
	background:url("../img/cut_003.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:left 5px center,center;
	background-size: 40px,cover;
}
.nav_wrap_left .bg_04{
	background:url("../img/cut_004.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:left 5px center,center;
	background-size: 40px,cover;
}
.nav_wrap_left .bg_05{
	background:url("../img/cut_005.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:left 5px center,center;
	background-size: 40px,cover;
}
.nav_wrap_left .bg_06{
	background:url("../img/cut_006.png"),linear-gradient(to bottom right, #fff, #ccc) ;
	background-repeat: no-repeat;
	background-position:left 5px center,center;
	background-size: 40px,cover;
}

/* トップページコンテンツ
   ========================================================================== */


.bg_in_white{
	background:rgba(255,255,255,0.95);
	border-radius: 10px;
	padding: 20px;
	margin: 30px 0;
}
/* 新着情報　==================== */
.contents_news{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background:#000;
	background-size: cover;
	background-position: center;
}
.news{
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border-radius: 10px;
}
.news h3{
	color:#333;
	border-right: solid 1px #cd5c5c;
	padding-right: 1.5em;
	font-size: 1em;
}
.news h3 span{
	font-size: 150%;
}
.news_in{
	height: 80px;
	width: calc(100% - 150px);
	overflow: auto;
	padding-left: 20px;
}
/* 感染症対策　==================== */
.taisaku_wrap{
	background:#ccc;
}
.taisaku_flex{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin: 1em 0;
}
.taisaku_flex img{
	width: 150px;
	background:#fff;
	border-radius: 50%;
}
.taisaku_flex p{
	text-align: center;
	color: #0e2a99;
}
/* ご挨拶　==================== */
.greeting{
	background-image: url("../img/bg_img_gold01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.contents_txt{
	background: rgba(255,255,255,0.49);
	padding: 20px;
}
.contents_txt p{
	font-size: 1.2em;
	padding: 1em;
	line-height: 180%;
	font-family: 'Noto Serif JP', serif;
}

.top_contents{
	width: 100%;
	padding: 50px 0;
}
.top_contents h2,.contents h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 2em;
	margin-bottom: 20px;
	vertical-align: middle;
	line-height: 100%;
	padding: 20px 20px 50px ;
	text-align: center;
	background:url("../img/bg_midashi.png") no-repeat;
	background-size: contain;
	background-position: center;
	text-shadow: 2px 2px #fff;
}
.top_contents h2 span,.contents h2 span{
	font-size: 70%;
	padding-left: 5px;
	color: #02b37d;
}
.contents_in{
	padding: 10px;
	max-width: 960px;
	margin: auto;
}
.contents_in p{
	margin: 1em;
	font-family: 'Noto Serif JP', serif;
	line-height: 180%;
}
.event{
	background:url("../img/bg_half03.png") no-repeat;
	background-size: cover;
	background-position: center;
}
.half{
	width: 50%;
	margin: 0 0 0 auto;
	padding: 10px;
}
.event h3{
	font-size: 18px;
	line-height: 150%;
	vertical-align: middle;
	color: #016648;
	padding: 6px 2px;
	border-bottom: solid 3px;
}
.event h3 ::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background:url("../img/icon_01.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
}
.event h3 span{
	padding: 0.5em;
}
.rule{
	vertical-align: middle;
}
.rule h3{
	font-size: 1rem;
	text-align: center;
	width: 100%;
	background: #016648;
	color: #fff;
	padding: 0.5rem 0;
}
.rule img{
	vertical-align: middle;
}
.link_flex{
	max-width: 1400px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 15px;
}
.link_contents{
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}

.link_contents a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	transition-duration: 0.5s;
}
.link_contents a:hover{
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.link_contents h3{
	font-size: 1.5em;
	display: inline-block;
	vertical-align: middle;
	padding: 20px 10px ;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background:rgba(0,0,0,0.45);
	color: #fff;
	pointer-events: none;
}
.link_bg01{
	background: url("../img/slide01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.link_bg02{
	background: url("../img/slide02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.link_bg03{
	background: url("../img/img06.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.link_bg04{
	background: url("../img/slide04.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.photo_flex{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 30px 0 0;
}
.photo_flex div{
	width: calc(100% / 3 - 10px);
	padding: 10px;
}
.photo_flex div img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.photo_flex h4{
	font-size: 0.9em;
	padding-left: 0.5em;
}


footer{
	background: #000;
	padding: 0 0 30px;
}
footer nav{
	max-width: 800px;
	margin: auto;
}
footer nav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
footer nav ul li{
	font-size: 0.9em;
	padding: 1em;
	text-align: center;
}
footer nav ul li a{
	color: #fff;
	padding-bottom: 10px;
	transition:all .5s ease-in;
}
footer nav ul li a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da';
	padding: 5px;
}
footer nav ul li a:hover{
	color: #02b37d;
	transition:all .5s ease-in;
}
footer .midashi01{
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: 1.5em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	background: #016648;
	width: 100%;
}
footer .midashi02{
	color: #fff;
	padding: 20px 0;
	font-size: 2em;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	
}
.footer_in{
	display: flex;
	max-width: 960px;
	width: 100%;
	margin: 30px auto 0;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	padding: 20px;
}
.footer_txt{
	width: 100%;
	height: 300px;
	padding: 20px;
}
.footer_txt img{
	width: 200px;
}
.footer_map{
	width: 100%;
}
.footer_map iframe{
	display: block;
	width: 100%;
	height: 300px;
}

.copy{
	padding: 30px 0 0;
	text-align: center;
	color: #fff;
}

/* ボタン */
.button_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.button_01{
	position: relative;
	display: inline-block;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	width: 300px;
	background-color:#02b37d;
	color: #fff;
	border-radius: 50px;
	padding: 0.9em 2em;
	transition: .5s ;
}
.button_01::before,
.button_01::after{
	position: absolute;
	top: 50%;
	right: .3em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
}
.button_01:hover{
	background-color:#016648;
}
.button_01:hover::before{
	animation: arrowbefore .5s;
}
.button_01:hover::after{
	animation: arrowafter .5s;
}
@keyframes arrowbefore{
	100%{
		right: -.5em;
		opacity: 0;
	}
}

@keyframes arrowafter{
	98%{
		right: .3em;
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}



/* サブページ
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 580px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	width: 100%;
	font-family: 'Noto Serif JP', serif;
	color:#016648;
	line-height: 100%;
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size:3.5rem;
	text-align: right;
	text-shadow: 2px 2px #fff,-2px 2px #fff,2px -2px #fff,-2px -2px #fff,0px 2px #fff,2px 0px #fff,0px -2px #fff,-2px 0px #fff;
	background:url("../img/bg_title.png") no-repeat;
	background-size: 650px;
	background-position: bottom right;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-top: 50px;
}
.subtitle h2 span{
	font-size:60%;
	color: #dc143c;
}
.sub_bg_02{
	background: url("../img/sub02.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.sub_bg_03{
	background: url("../img/sub03.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.sub_bg_04{
	background: url("../img/sub04.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.sub_bg_05{
	background: url("../img/sub05.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}
.sub_bg_06{
	background: url("../img/slide06.jpg") no-repeat;
	background-position: bottom center;
	background-size: cover;
}
/* サブページコンテンツ
   ========================================================================== */
.contents{
	padding: 50px 0;
}
.contents h3{
	font-size: 18px;
	line-height: 150%;
	vertical-align: middle;
	color: #016648;
	padding: 6px 2px;
	border-bottom: solid 3px;
	margin-bottom: 20px;
}
.contents h3 ::before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background:url("../img/icon_01.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 2px;
}
.company_table{
	width: 100%;
	margin: 10px;
	font-size: 0.9em;
}
.company_table table{
	border-collapse: collapse;
	border-spacing: 0;
}
.company_table th{
	width: 6em;;
	background: #016648;
	color: #fff;
	text-align: left;
	padding: 10px;
	border-bottom: solid 1px #000;
}
.company_table td{
	padding: 10px;
	border-bottom: solid 1px #016648;
}

.contents_flex{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
}
.contents_flex .photo{
	width: 100%;
	padding: 10px;
}
.contents_flex .photo img{
	width: 100%;
}
.service ul{
	width: 250px;
}
.service ul li{
	background:#02b37d;
	margin-bottom: 10px;
	color: #fff;
	padding: 0.6em 2em;
	font-size: 1.2em;
}
.service .photo_flex{
	width: calc(100% -20px);
	margin-left: 20px;
	margin-top: 0;
	flex-wrap: wrap;
	align-items: flex-start;
}
.service h4{
	padding-left: 2em;
	color: #016648;
}
.photo_flex figure{
	width: calc(100% / 2);
}
.photo_flex figure img{
	width: 100%;
	padding: 10px;
}

/* よくある質問 ================================================== */
.qa dl{
	margin-bottom: 20px;
}
.qa dl dt{
	font-size: 1.2em;
	vertical-align: middle;
	background: url("../img/qa_q.png") no-repeat;
	background-size: 40px;
	background-position: left 10px top 10px;
	background-color: #02b37d;
	padding: 15px 10px 15px 60px;
	margin-bottom: 10px;
	color: #fff;
	
}
.qa dl dd{
	font-size: 1.1em;
	background: url("../img/qa_a.png") no-repeat;
	background-size: 40px;
	background-position: left 8px top;
	padding: 10px 10px 10px 60px;
}

/* お客様の声 ================================================== */
.faq_l{
	display: flex;
	align-items: center;
	font-size: 1.2em;
}
.chara{
	width: 200px;
	padding: 10px;
}
.chara img{
	width: 100%;
}
.arrow_box_l{
	position: relative;
	background-color: #02b37d;
	color: #fff;
	padding: 2em 2em 2em 3.5em;
	border-radius: 20px;
}
.arrow_box_l::after{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #02b37d;
	border-width: 10px;
	margin-top: -10px;
}
.faq_r{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 0 auto;
}
.arrow_box_r{
	position: relative;
	background-image: url("../img/faq_a.png");
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: 1em 1.5em;
	background-color: #28b0ac;
	color: #fff;
	padding: 2em 2em 2em 3.5em;
	border-radius: 20px;
	font-size: 1.2em;
	width: calc(100% - 230px);
}
.arrow_box_r::after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(40, 176, 172, 0);
	border-left-color: #28b0ac;
	border-width: 10px;
	margin-top: -10px;
}
/* ルール============================================================ */
.sub_rule{
	
}
.sub_rule p{
	font-size: 1.2em;
}
.sub_rule ul{
	padding: 1em;
}
.sub_rule ul li{
	padding: 0.25em 1em;
	font-size: 1.2em;
	border-bottom: solid 1px #016648;
	margin-bottom: 10px;
	color: #016648;
}
.sub_rule .rule h4{
	background: #016648;
	color: #fff;
	padding: 0.5em;
}

/* マナー============================================================ */
.manner p{
	font-size: 1.2em;
}
.manner ul {
	padding-left: 1em;
}
.manner ul li{
	padding: 0.25em 0.25em 0.25em 2em;
	font-size: 1em;
	background: url("../img/cut_001.png") no-repeat;
	background-size: 30px;
	background-position: left top;
	margin-bottom: 10px;
	color: #016648;
}
/* 料金============================================================ */
.price table{
	width: 90%;
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 30px;
}
.price table tr:nth-child(odd){
	background:#f1f1f1;
}
.price table th,.price table td{
	text-align: left;
	vertical-align: middle;
	padding: 0.5em 1em;
	line-height: 200%;
}
.price table th{
	color: #016648;
}
/* スタッフ=========================================================== */
.staff_wrap{
	display: flex;
	flex-wrap: wrap;
}
.staff_wrap figure{
	width: calc(100% / 4 - 20px);
	margin: 10px;
}
.staff_wrap figure img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	vertical-align: middle;
}
.staff_wrap figure figcaption{
	padding: 20px;
	background:#02b37d;
	color: #fff;
}
.staff_wrap figure figcaption p{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	padding: 0;
	margin: 0;
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	transform : translate(0, 80px);
	transition : all 500ms;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


