@charset "UTF-8";

body{
 	/* font-family: 'Noto Serif JP', serif; */
	 font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}







.main_img{
	position:relative;
	height:35vh;

}

.top_text{
	
	/* position:absolute;
	top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666; 

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: auto;
	width: 90%;
	height: 3.2rem;
	
}

@media (min-width: 768px) {
	.top_text{
	
		/* position:absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		/*見た目の調整*/
		color:#fff;
		text-shadow: 0 0 15px #666; 
	
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		margin: auto;
		width: 85%;
		height: 3.2rem;
		
	}
}



.display-4{
	font-size: 19px;
	line-height:45px;
	color:white;
	font-weight:bold;
}

@media (min-width: 768px) {
	.display-4{
		font-size: 30px;
		line-height:50px;
		color:white;
		font-weight:bold;
	}
}



.lead{
	font-size:15px;
	color:white;

}

@media (min-width: 768px) {
	.lead{
		font-size:17px;
		color:white;
	}
}



#video-area{
	position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;

}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}







nav.navbar-expand-lg{
	background-color:#ffffff;
}


a img{
	margin-bottom:5px;
}

.active{
	color:#217130;
	font-weight: bold;

}

ul.navbar-nav{
	color:#217130;
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	margin-left:auto;
	font-size:13px;


}
li.nav-item{
	margin-left:18px;
}

.nav-item a{
	text-decoration: none;
	border-left: solid #217130 1px;
	padding-left:12px;
}







.card{
	margin:20px auto 20px;
	box-shadow: 2px 4px 8px rgba(0,0,0,0.20);
}

.card-body{
	text-decoration: none;
	text-align: left;
}

.card-body img{
	margin-left:20px;
}

.card-body span{
	padding-left:20px;
}

.card-title{
	font-size:25px;
	color:#505050;
	
}



.card-text{
	font-size:17px;
	color:#505050;
	
}



.card-text img{
	margin-right: 20px;
}

.gyomu_card{
	text-align: center;
}

.btn-sm{
	font-size:10px;
}

.column_bottom{
	margin-bottom:10px;
}

.greeting{

	padding:40px 15px 80px 15px;
	background-color:rgba(255, 255, 255, 0.88);
	text-align: center;
}

.greeting h2{
	padding:15px;
	font-size:20px;
	font-weight:bold;
	color:#505050;
}

.greeting p{
	display: inline;
	margin:0px 0px;
	padding:0px;
	color:#505050;
}


@media (min-width: 768px) {
	.greeting p{
		margin:0px;
		display: block;
	}
}

.contents_2{
	background-color:rgba(82, 82, 82, 0.267);
	padding-top: 70px;
	color:white;
}

.contents_2 h2{
	padding:15px;
	font-size:20px;
	font-weight: bold;
	color:white;
    text-shadow: 0 0 15px #666;
	font-weight:bold;
}


.contents_2 a{
	text-decoration: none;
}


.main_category{
	font-size:18px;
	text-align: center;
	margin-bottom: 30px;

}




.main_list{
	font-size:15px;
}

.nav-item a{
	color:#217130;
}

.overview{
	margin-top:30px;
	margin-bottom:25px;
	font-size:20px;
	font-weight:bold;
	color:#217130;
	text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 1em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255);
}
.overview_2{
	margin-top:40px;
	margin-bottom:25px;
	font-size:20px;
	font-weight:bold;
	color:#217130;
	text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 1em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255);
}

.ryakureki{
	border: #dddddd 1px solid;
	border-radius: 15px;
	padding: 15px 20px;
	color:#505050;
	box-shadow: 2px 4px 8px rgba(0,0,0,0.20);
	background-color:rgba(255, 255, 255, 0.88)
}
@media (min-width: 768px) {
	.ryakureki{
		border: #dddddd 1px solid;
		border-radius: 15px;
		padding: 35px 60px;
		color:#505050;
		box-shadow: 2px 4px 8px rgba(0,0,0,0.20);
	}
}


.photo{
	width:100%;
}

.photo_1{
	text-align: center;
	width:100%;
	margin:5px 30px 30px 0;
}
@media (min-width: 768px) {
	.photo_1{
		text-align: center;
		width:40%;
		margin:5px 30px 30px 0;
		float:left;
	}
}


.head_1{
	font-size:25px;
	font-weight: bold;
	padding:30px 0 30px;
	color:#217130;
	text-align: center;
	text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 1em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255);

}



.head_2{
	font-size:18px;
	color:#217130;
	font-weight: bold;
	margin:20px 0;
	text-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 1em rgb(255, 255, 255), 0 0 0.2em rgb(255, 255, 255);
}

.head_3{
	font-size:15px;
	color:#217130;
}

.head_4{
	font-size:13px;
	color:#505050;
	margin-top:20px;

}

.table{
	color:#505050;
	box-shadow: 2px 4px 8px rgba(0,0,0,0.20);
}




.table-bordered{
	color:#505050;
	font-size:14px;

	border: #dddddd 1px solid;
}

.table_overview{
	color:#505050;
	font-size:16px;
	border-collapse: separate;
  border-spacing:0;
  border-radius: 15px;
  overflow: hidden;
	border: #dddddd 1px solid;
	padding:15px 0;
	margin-bottom:60px;
	background-color:rgba(255, 255, 255, 0.88)
}


.table_overview th{
	text-align: center;
	border:none;
}
.table_overview td{
	border:none;
}

.table_price_list{
	margin-bottom:40px;
	background-color:rgba(255, 255, 255, 0.88);
}

.table_price_list th{
	padding: 7px 15px;
}


.table_price_list td{
	padding: 7px 15px;
}


.table_header{
	background-color:rgba(0, 80, 0, 0.7);
	color:#ffffff;	
}

.table_header_2{
	background-color:rgba(117, 117, 117, 0.7);
	color:#ffffff;	
}


.gyomu_list{
	background-color:rgba(255, 255, 255, 0.88);
	height:100%;

}


.gyomu_list h2{
	font-size:20px;
	padding:20px 20px 0px 20px;
}

.gyomu_list h3{
	font-size:18px;
	padding-left:20px;
}

.gyomu_list p{
	font-size:16px;
	padding:20px;
	line-height:200%;
}



.card ul{
	padding:0px 20px;
}
.card li{
	padding:5px 0px;
}


.card{
	background-color: rgba(255, 255, 255, 0.88);

}




.card ul{
	padding:0 20px;
}

.card li{
	padding:5px 0px;
}


.gyomu_contents{
	border-radius: 3px;
	border:1px solid black;
	background-color:white;
	margin:20px 10px;
}

.li_child{
	list-style:none;
}
.ul_child{
	padding-left:10px;
	margin-left:0;
}

.price_list{
	width:85%;
}

@media (min-width: 768px) {
	.price_list{
		width:70%;
	}
}


.price_list_p{
	font-size:12px;
}

.access{
	width:70%	
}

.embed-responsive{
	width:90%;
	margin:15px auto;
}

.contact_form{
	margin-top:50px;
}

.check_box1{
	padding-left:60px;
}

.submit_button{
	margin:30px;
	text-align: center;
}

.form-group{
	margin-top:20px;
}

.last{
	margin-top: 30px;
	margin-bottom:60px;
	text-align: center;
}

.last a{
	color:#217130;
}

.form-check-label{
	margin-bottom:60px;
}


.footer{
	background-color:rgba(0, 80, 0, 0.7);
	bottom:0;
	width:100%;
	height: 120%;
	text-align: center;
	color:white;
	margin:0;
	padding:0;



}

.footer_2{
	background-color:rgba(0, 80, 0, 0.7);
	bottom:0;
	width:100%;
	height: 100%;
	text-align: center;
	color:white;
	margin:0;
	padding:0;
	padding-bottom:20px;
}

.footer_a{
	height:100%;

}

.footer_b{
	height:100%;
}

.footer_item{

	padding: 10px 0px;
}

.footer_nav{
	padding-top:20px;
	color:#ffffff;
}

ul.footer_nav{
	color:#ffffff;
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  padding:15px 0;
	font-size:13px;
	list-style: none;
}
li.footer_nav_item{
 color:white;
 font-size:19px;
 margin-top:17px;
 margin-left:0;
 padding-left:0;
}

@media (min-width: 768px) {
	li.footer_nav_item{
		margin:0px;
		display: inline;
	}
}

.footer_nav_item a{
	color:#ffffff;
	text-decoration: none;
	padding-left:0px;
}

@media (min-width: 768px) {
	.footer_nav_item a{
		color:#ffffff;
		text-decoration: none;
		border-left: solid #ffffff 1px;
		padding:0px 12px;

	}
}


.footer_nav_item_last a{
	padding-right:12px;
}

@media (min-width: 768px) {
	.footer_nav_item_last a{
		border-right: solid #ffffff 1px;
		padding-right:10px;
	}
}


.footer_img{
	width:80%;
}
@media (min-width: 768px) {
	.footer_img{
		width: 55%;
	}
}


.address{
	font-size:14px;
	line-height: 30px;
	text-align: center;
	padding-top:10px;
}


@media (min-width: 768px) {
.address{
	font-size:18px;
	line-height: 30px;
	text-align: center;
	padding-top:10px;
}
}



.copyright{

	font-size:14px;
}



.breadcrumb {
	background-color: #FFFFFF;
}

.list-group {
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 20px;
	width: 45%;
	min-width: 250px;
}
.pagenav {
	width: 235px;
	margin-left: auto;
	margin-right: auto;
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	}
	.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	}

	.contents_online{
		text-align: center;
		margin-top:60px;
	}

	.zoom{
		margin-bottom:40px;
	}

	.space{
		height:50px
	}

	.error_message{
		color:red;
		padding-top:5px;
	}

	.thanks{
		text-align: center;
		border: #dddddd 1px solid;
		border-radius: 15px;
		padding: 15px 20px;
		color:#505050;
		box-shadow: 2px 4px 8px rgba(0,0,0,0.20);
		margin-top:50px;
		margin-bottom:200px
	}


.privacy{
	width:75%
}


.privacy h1{
	font-size:25px;
	padding:30px 0 30px;
	color:#217130;
	text-align: center;
}

.privacy h2{
	font-size:20px;
	padding:30px 0 30px;
	text-align: center;
	color:#505050;
}

.privacy h3{
	font-size:16px;
	padding:10px 0 10px;
	text-align: left;
	color:#505050;
}

.privacy p{
	font-size:15px;
	padding:5px 5px 5px;
	text-align: left;
	color:#505050;
}

.privacy2{
	font-size:18px;

	text-align: left;
	color:#505050;
margin-top:35px;
margin-bottom:80px;
}

.privacy_list{
	font-size:13px;
	margin:0 20px 5px;
	text-align: left;
	color:#505050;
}




