@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style:normal;font-size: 100%;font-weight: normal;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 300;
	color: #2f2f2f;
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #484848;
}
a:hover{
	opacity: 0.8;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
br.pc_br,
.pc_img{
	display: none;
}
[class*=-bgImg] {
	position: relative;
	background-position: center center;
	background-size: cover; 
	background-repeat: no-repeat;
}
[class*=-bgImg]:before {
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}
[class*=-bgImg] >img {
	visibility: hidden;
	width: 100%;
}
*:focus {
	outline: none;
}
@media only screen and (min-width: 768px){
	br.sp_br,
	.sp_img{
		display: none;
	}
	.pc_img,
	br.pc_br{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 735px) {
	.flex{
		display: block;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .header-top{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #ffffff;
	box-shadow: 2px 2px 4px #777777;
	align-items: center;
}
.header-top .header-logo{
	width: 240px;
	padding: 0 10px;
}
.header-top .header-contact,
.header-top .contact-list{
	align-items: center;
}
.header-top .contact-items{
	margin-right: 20px;
}
.header-top .contact_tel a{
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
.header-top .contact_tel a i{
	color: #82b564;
	transform: rotate( -45deg );
	margin-right: 5px;
}
.header-top .reception{
	line-height: 1;
}
.header-top .reception li{
	display: inline-block;
}
.header-top .reception .time{
	font-size: 12px;
	font-weight: 700;
	margin-right: 5px;
}
.header-top .reception .time span{
	font-size: 12px;
	color: #ffffff;
	font-weight: 700;
	background: #82b564;
	padding: 2px 5px;
	margin-right: 5px;
}
.header-top .reception .note span{
	font-size: 12px;
	color: #82b564;
	font-weight: 700;
	border: 2px solid #82b564;
	border-radius: 5px;
	padding: 2px 5px;
}
.header-top .contact-nav a{
	display: block;
	background-color: #6fb5d3;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 72px;
	padding: 0 30px;
}
.header-top .contact-nav a span.pc{
	font-weight: bold;
}
.header-top .contact-nav a span.icon{
	display: inline-block;
    width: 35px;
	margin-right: 10px;
}
.global-header .header-view{
	padding-top: 72px;
}
.header-view .header-viewImg{
	position:relative;
}
.header-view .header-view-bgImg{
	height: 640px;
}
.header-view .view-box{
	width: 100%;
	max-width: 1078px;
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}
.header-view .view-box .imgArea img{
	width: 100%;
}
.global-header .header-view .block_btn{
	position: absolute;
}
.global-header .header-view .view01 .block_btn{
	left: 30px;
	bottom: 120px;
}
.global-header .header-view .view02 .block_btn{
	left: 380px;
	bottom: 260px;
}
.global-header .header-view .block_btn .btn{
	width: 320px;
	display: block;
	position: relative;
	text-align: center;
	line-height: 2.4;
	background: #82b564;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.global-header .header-view .block_btn .btn:after{
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	content: "\f138";
	color: #FFF;
	font-size: 24px;
	font-weight: 900;
}
.global-header .header-view .slick-dots{
	bottom: 20px;
}
.slick-dots li button:before{
	font-size: 20px;
}
.slick-dots li.slick-active button:before{
	opacity: 1;
	color: #82b564;
}
@media only screen and (max-width: 735px) {
	.global-header .header-top,
	.header-top .header-contact{
		display: flex;
	}
	.header-top .header-logo{
		width: 40%;
		padding: 0 3%;
	}
	.header-top .header-contact{
		display: flex;
	}
	.header-top .contact-items{
		margin-right: 0;
	}
	.header-top .contact-items .contact_tel span.pc{
		display: none;
	}
	.header-top .contact-items .contact_tel i{
		font-size: 8vw;
	}
	.header-top .contact-items .reception{
		display: none;
	}
	.header-top .contact-nav{
		margin-left: 10px;
	}
	.header-top .contact-nav a{
		font-size: 5vw;
		line-height: 50px;
		padding: 0 15px;
	}
	.header-top .contact-nav a span.pc{
		display: none;
	}
	.header-top .contact-nav a span.icon{
		width: 30px;
		margin-right: 0;
	}
	.global-header .header-view{
		padding-top: 50px;
	}
	.header-view .header-view-bgImg{
		height: auto;
		min-height: 320px;
		max-height: 750px;
		background-position: center center;
	}
	.global-header .header-view .view01 .block_btn{
		width: 100%;
		left: 0;
		right: 0;
		bottom: 12%;
		text-align: center;
	}
	.global-header .header-view .view01 .block_btn li{
		width: 80%;
		display: inline-block;
	}
	.global-header .header-view .view02 .block_btn{
		width: 100%;
		left: 20%;
		bottom: 52%;
		text-align: center;
	}
	.global-header .header-view .view02 .block_btn li{
		width: 60%;
	}
	.global-header .header-view .block_btn .btn{
		width: 100%;
		font-size: 4vw;
	}
	.global-header .header-view .block_btn .btn:after{
		font-size: 4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.header-top .header-logo{
		width: 240px;
	}
	.header-top .contact-items{
		margin-right: 10px;
	}
	.header-top .contact_tel a{
		font-size: 24px;
	}
	.header-top .contact_tel a i{
		margin-right: 5px;
	}
	.header-top .reception .time{
		font-size: 10px;
		margin-right: 5px;
	}
	.header-top .reception .time span{
		font-size: 10px;
		padding: 0 5px;
		margin-right: 5px;
	}
	.header-top .reception .note span{
		font-size: 10px;
		padding: 0 5px;
	}
	.header-top .contact-nav a{
		font-size: 20px;
		line-height: 60px;
		padding: 0 20px;
	}
	.header-top .contact-nav a span.pc{
		font-weight: bold;
	}
	.header-top .contact-nav a span.icon{
		display: inline-block;
	    width: 35px;
		margin-right: 10px;
	}
	.global-header .header-view{
		padding-top: 60px;
	}
	.header-view .header-view-bgImg{
		height: 456px;
	}
	.header-view .view-box{
		max-width: 768px;
	}
	.global-header .header-view .view01 .block_btn{
		left: 30px;
		bottom: 80px;
	}
	.global-header .header-view .view02 .block_btn{
		left: 40px;
		bottom: 183px;
	}
	.global-header .header-view .block_btn .btn{
		width: 260px;
		font-size: 20px;
	}
	.global-header .header-view .block_btn .btn:after{
		font-size: 20px;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.sidebar-ad{
	position: fixed;
	top: 40%; 
	right: 0;
	z-index: 1000;
}
.page-guide{
	padding: 60px 0;
}
.inner{
	max-width: 1040px;
	margin: auto;
	padding: 0 20px;
}
@media only screen and (max-width: 735px) {
	.sidebar-ad {
		background: #00b900;
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding: 5px 0;
	}
	.sidebar-ad img{
		width: 223px;
	}
	img{
		width:100%;
	}
	.page-guide{
		padding: 8% 0;
	}
	.inner{
		width: 94%;
		padding: 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.sidebar-ad{
		top: 30%;
	}
	img{
		width:100%;
	}
	.page-guide{
		padding: 40px 0;
	}
	.inner{
		width: 96%;
		padding: 0;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.page-guide .page-header{
	margin-bottom: 40px;
}
.page-guide .page-header .h2_ttl{
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}
.page-guide .page-header .caption{
	font-size: 23px;
	font-weight: 700;
	text-align: center;
}
@media only screen and (max-width: 735px) {
	.page-guide .page-header{
		margin-bottom: 3%;
	}
	.page-guide .page-header .h2_ttl{
		font-size: 5vw;
	}
	.page-guide .page-header .caption{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.page-guide .page-header{
		margin-bottom: 20px;
	}
	.page-guide .page-header .h2_ttl{
		font-size: 28px;
	}
	.page-guide .page-header .caption{
		font-size: 20px;
	}
}
/**
/* トップへ戻る CSS
----------------------------------------------- */
.btn_page_top {
	background: #8DD300;
	color: #ffffff;
	display: block;
	position: fixed;
	right: 0;
	bottom: 30px;
	z-index: 20;
	width: 90px;
	height: 90px;
}
.btn_page_top:before {
	display: block;
	position: absolute;
	top: 25px;
	left: 35px;
	width: 20px;
	height: 20px;
	border-top: solid 4px #ffffff;
	border-left: solid 4px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
.btn_page_top span{
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}
@media only screen and (max-width: 735px) {
	.btn_page_top{
		width: 55px;
		height: 55px;
	}
	.btn_page_top:before {
		top: 15px;
		left: 20px;
		width: 12px;
		height: 12px;
		border-top: solid 3px #ffffff;
		border-left: solid 3px #ffffff;
	}
	.btn_page_top span{
		font-size: 12px;
		bottom: 10px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.btn_page_top{
		width: 65px;
		height: 65px;
	}
	.btn_page_top:before {
		top: 20px;
		left: 25px;
		width: 16px;
		height: 16px;
		border-top: solid 3px #ffffff;
		border-left: solid 3px #ffffff;
	}
	.btn_page_top span{
		font-size: 16px;
		bottom: 10px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	background: url(../image/bg.jpg);
	border-bottom: 8px solid #82b564;
	padding: 60px 0 20px 0;
	margin-top: auto;
}
.footer .copy{
	color: #82b564;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 735px) {
	.footer{
		padding: 3% 0;
	}
	.footer .copy{
		font-size: 2.4vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.footer{
		padding: 40px 0 20px 0;
	}
}