@charset "Shift_JIS";

/* reset */
html, body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li,p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
img{
	height: auto;
	font-size: 0;
	line-height: 0;
	border:0;
}
ol,ul{
	list-style: none;
}

/* common */
html{
	scroll-padding: 200px;
	scroll-behavior: smooth;
}
body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic',YuGothic,'Yu Gothic';
	font-size: 16px;
	color:rgb(100,80,80);
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	background: rgba(236,245,210,1);
	word-break: break-all;
}
a{
	text-decoration: underline;
	display:inline-block;
	color:rgb(100,80,80);
	transition:0.5s;
}
a:hover{
	opacity:0.6;
}
img{
    max-width: 100%;
    height: auto;
	border-style:none;
	vertical-align:middle;
}
.tel a{
	pointer-events: none;
	text-decoration: none;
}
.inner_box{
	width: 100%;
	box-sizing: border-box;
	background:rgb(255,255,245);
	padding: 40px;
	border-radius: 20px;
	margin: 0 auto 30px auto;
}
.page_title{
	background: rgb(90,170,120);
	padding: 10px 0;
}
.page_title p{
	width: 1000px;
	margin: 0 auto;
}
.page_title p img{
	height: 20px;
}
.section_title p{
	background: rgb(240,140,105);
	display: inline-block;
	padding: 10px 50px;
	border-radius: 0 30px 30px 0;
	margin: 0  0 30px -40px;
}
.section_title p img{
	height: 20px;
}
table{
	width: auto;
	border-collapse: collapse;
	box-sizing: border-box;
}
th{
	padding: 8px 15px;
	font-weight: normal;
	background: rgba(90,170,120,0.2);
	border: 1px solid rgb(90,170,120);
	box-sizing: border-box;
}
td{
	padding: 8px 15px;
	background: #fff;
	border: 1px solid rgb(90,170,120);
	box-sizing: border-box;
}
ul{
	list-style: circle;
	padding: 0 0 0 20px;
}
ol{
	list-style: decimal;
	padding: 0 0 0 28px;
}

.pc { display: block !important; }
.sp { display: none !important; }


/* container */
#container{
	width:100%;
	min-width: 1100px;
}
#contents{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

/* logo */
.logo{
	width: 600px;
	padding: 30px 0 10px 0;
	margin: 0 auto;
}

/* header */
#header{
	background: url("images/header_01.jpg") no-repeat center top / 100% , url("images/header_02.jpg") no-repeat center bottom / 100% rgb(255,255,245) ;
	padding: 0 0 8% 0;
}

/* menu */
#menu ul{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-content: center;
	list-style: none;
}
#menu li{
	padding: 0 30px;
	border-left: 1px solid rgb(100,80,80);
}
#menu li:last-child{
	border-right: 1px solid rgb(100,80,80);
}

/* swiper */
#slide{
	width:100%;
	margin: 0 auto;
}
.swiper{
	width:100%;
	margin: 0 auto;
}
.swiper-slide{
	padding-top:500px;
	position:relative;
	z-index: 2;
}
.swiper-slide img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
}

/*topics*/
.topics_box{
	overflow-y: scroll;
	min-height: 300px;
	max-height: 300px;
	padding: 0 30px 0 0;
}
#topics dl{
	padding: 15px 20px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	border-bottom: 2px dotted rgba(100,80,80,0.5);
}
#topics dl:last-of-type{
	border-bottom: none;
}
#topics dd{
	word-break: break-all;
}
.topic_date{
	margin-right:20px;
}

/*catch*/
.catch_img{
	text-align: center;
	margin: 20px auto 0 auto;
	width: 900px;
	height: 222px;
	background: url("images/catch.png") no-repeat center center / 100%;
}

/* sns */
.sns_box{
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 auto 30px auto;
}
.sns_box div{
	margin: 0 20px;
}
.sns_title{
	background: rgb(90,170,120);
	color: #fff;
	margin: 0 auto 20px auto;
	padding: 10px 20px;
	border-radius: 20px;
	box-sizing: border-box;
}
.qr{
	width: 180px;
	border: 1px solid rgba(100,80,80,0.5);
}

/* gaiyo_enkaku_box */
#gaiyo_enkaku{
	display: flex;
	justify-content: space-between;
}
#gaiyo_enkaku .inner_box{
	width: 48%;
	margin: 0 auto;
}
#gaiyo_enkaku table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	font-size: 13px;
	margin-top: -10px;
}
#gaiyo_enkaku th{
	background: rgba(90,170,120,1);
	border: none;
	border-radius: 10px 0 0 10px;
	color: #fff;
	width: 28%;
	text-align: center;
}
#gaiyo_enkaku td{
	border-radius: 0 10px 10px 0;
}
#gaiyo_enkaku table table{
	width: auto;
	border-collapse: collapse;
	margin: 5px 0 0 0;
}
#gaiyo_enkaku table ol,#gaiyo_enkaku table ul{
	text-align: left;
}
#gaiyo_enkaku table th th{
	background: rgba(255,255,255,0.2);
	border: 1px solid rgb(90,170,120);
	color:rgb(100,80,80);
	border-radius: 0;
	width: auto;
}
#gaiyo_enkaku table td th{
	background: rgba(90,170,120,0.2);
	border: 1px solid rgb(90,170,120);
	color:rgb(100,80,80);
	border-radius: 0;
	width: auto;
}
#gaiyo_enkaku table th td,#gaiyo_enkaku table td td{
	box-sizing: border-box;
	border-radius: 0;
	color:rgb(100,80,80);
	width: auto;
}

/* gmap */
#gmap{
	position: relative;
	padding-top: 55%;
	width: 100%;
}
#gmap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 10px auto 0 auto;
}

/* hoshin */
#hoshin .post_box{
	border: 4px dotted rgba(90,170,120,0.5);
	padding: 40px;
	margin: 0 auto 20px auto;
	border-radius: 20px;
	background: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hoshin_box{
	width: 100%;
}
.hoshin_title{
	font-size: 20px;
	color: rgb(90,170,120);
	margin: 0 auto 10px auto;
}
.hoshin_img{
	width: 220px;
	margin: 0 0 0 10px;
	box-sizing: border-box;
}
#hoshin .post_box:nth-of-type(odd) .hoshin_img{
	order: 1;
	margin: 0 10px 0 0;
}
#hoshin .post_box:nth-of-type(odd) .hoshin_box{
	order: 2;
}

/* naiyo */

.post_box{
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	background: rgba(90,170,120,0.1) url("images/sugi.png") no-repeat right 20px bottom 20px / 162px;
	min-height: 152px;
}
.post_box:nth-child(odd){
	background: rgba(249,226,118,0.2) url("images/sugi.png") no-repeat right 20px bottom 20px / 162px;
}
.post_title{
	font-size: 18px;
	background: rgba(90,170,120,0.3);
	padding: 5px 20px;
	border-radius: 20px;
	margin: 0 auto 20px auto;
}
.post_box:nth-child(odd) .post_title{
	background: rgba(249,226,118,0.5);
}
.post_txt{
	font-size: 14px;
}
.post_photo{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 20px auto;
}
.post_photo div{
	width: 48%;
	margin: 0 1%;
	box-sizing: border-box;
}
.post_img{
	width: 100%;
	padding-top:60%;
	position:relative;
	border: 7px solid #fff;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(150,150,150,0.3);
	border-radius: 10px;
}
.post_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 5px;
}


/* kagai */
#kagai .free_box{
	border: 4px dotted rgba(90,170,120,0.5);
	padding: 40px;
	border-radius: 20px;
}

/* daily */

#daily table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	margin: -10px auto 30px auto;
}
#daily th{
	background: rgba(90,170,120,0.2);
	border: none;
	border-radius: 10px 0 0 10px;
	color: rgba(90,170,120,1);
	width: 28%;
	text-align: center;
	border-top: 1px solid rgba(90,170,120,1);
	border-left: 1px solid rgba(90,170,120,1);
	border-bottom: 1px solid rgba(90,170,120,1);
}
#daily td{
	border-radius: 0 10px 10px 0;
}
#daily .post_photo div{
	width: 31%;
	margin: 0 1%;
	box-sizing: border-box;
}

#daily table table{
	width: auto;
	border-collapse: collapse;
	margin: 5px 0 0 0;
}
#daily table ol,#daily table ul{
	text-align: left;
}
#daily table th th,#daily table td th{
	background: rgba(90,170,120,0.2);
	border: 1px solid rgb(90,170,120);
	color:rgb(100,80,80);
	border-radius: 0;
	display: table-cell;
	width: auto;
}
#daily table th td,#daily table td td{
	box-sizing: border-box;
	border-radius: 0;
	color:rgb(100,80,80);
	display: table-cell;
	width: auto;
}

/* azukari */
#azukari .free_box{
	border: 4px dotted rgba(90,170,120,0.5);
	padding: 40px;
	border-radius: 20px;
}
.azukari_btn{
	width: 230px;
	margin: 30px auto 0 auto;
}

/* event */
.event_box{
	display: flex;
	justify-content: space-between;
	border: 4px dotted rgba(90,170,120,0.5);
	padding: 40px;
	border-radius: 20px;
}
.event_box .free_box{
	width: 68%;
}
.event_box .post_photo{
	display: block;
	margin: 0;
	width: 30%;
	flex-shrink: 0;
}
.event_box .post_photo div{
	width: 100%;
	margin: 0;
}

.gakki_box{
	display: flex;
	justify-content: space-between;
	margin: 40px auto 30px auto;
}
.gakki_box div{
	width: 32%;
	padding: 20px;
	border-radius: 20px;
	box-sizing: border-box;
}
.gakki_01{
	background: rgba(120,193,215,0.2);	
}
.gakki_02{
	background: rgba(252,162,122,0.2);	
}
.gakki_03{
	background: rgba(90,170,120,0.2);
}
.gakki_box dt{
	width: 60%;
	margin: 0 auto 20px auto;
}
#event .post_photo{
	flex-wrap: nowrap;
}
/* qa */
.q{
	background: url("images/q.png") no-repeat left 20px center / 70px , url("images/plus.png") no-repeat right 20px center / 20px rgba(222,238,228,1);
	color: rgba(90,170,120,1);
	padding: 25px 70px 20px 105px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0 auto 10px auto;
	transition: 0.5s;
}
.q:hover{
	cursor: pointer;
}
.q.open{
	background: url("images/q.png") no-repeat left 20px center / 70px , url("images/minus.png") no-repeat right 20px center / 20px rgba(222,238,228,1);
	transition: 0.5s;
}
.a{
	background: url("images/a.png") no-repeat left 20px top 20px / 70px;
	border: 4px dotted rgba(90,170,120,0.5);
	border-radius: 20px;
	font-size: 14px;
	margin: 0 auto 20px auto;
}
.a_txt{
	padding:  25px 25px 25px 105px;
	box-sizing: border-box;
}
.qa_img{
	max-width: 300px;
	padding:  0 25px 25px 105px;
	box-sizing: border-box;
}
#qa_02 .free_box{
	background: url("images/qa_img.png") no-repeat center bottom / 600px;
	padding: 0 0 170px 0;
}


/* guide */
#guide .post_title{
	border-bottom: 4px dotted rgba(90,170,120,0.5);
	background: url("images/icon_pencil.png") no-repeat left top / 30px;
	border-radius: 0;
	padding: 5px 0 5px 35px;
}
.pdf{
	list-style: none;
	padding: 0;
	font-size: 15px;
}
.pdf a{
	background: rgba(255,255,255,0.8)  url("images/icon_pdf.png") no-repeat left 25px top 10px / 20px;
	padding: 10px 25px 10px 55px;
	border-radius: 20px;
	margin: 20px auto 0 auto;
	text-decoration: none;
	display: inline-block;
}

/* other */
.other_box{
	display: flex;
	justify-content: space-between;
	border: 4px dotted rgba(90,170,120,0.5);
	padding: 40px;
	border-radius: 20px;
	margin: 0 auto 30px auto;
}
.other_box .free_box{
	width: 68%;
}
.other_box .post_photo{
	display: block;
	margin: 0;
	width: 30%;
	flex-shrink: 0;
}
.other_box .post_photo div{
	width: 100%;
	margin: 0;
}
#other dl{
	margin: 0 auto 30px auto;
}
#other dl:last-of-type{
	margin: 0 auto;
}

#other dt{
	font-size: 18px;
	background: rgba(90,170,120,0.3);
	padding: 5px 20px;
	border-radius: 20px;
	margin: 0 auto 10px auto;
}

/* recruit */
.recruit_box{
	display: flex;
	justify-content: space-between;
	border: 4px dotted rgba(90,170,120,0.5);
	padding: 40px;
	border-radius: 20px;
	margin: 0 auto 30px auto;
}
.recruit_box .free_box{
	width: 68%;
}
.recruit_box .post_photo{
	display: block;
	margin: 0;
	width: 30%;
	flex-shrink: 0;
}
.recruit_box .post_photo div{
	width: 100%;
	margin: 0;
}
#recruit dl{
	margin: 0 auto 30px auto;
}
#recruit dl:last-of-type{
	margin: 0 auto;
}

#recruit dt{
	font-size: 18px;
	background: rgba(90,170,120,0.3);
	padding: 5px 20px;
	border-radius: 20px;
	margin: 0 auto 10px auto;
}

#recruit .pdf a{
	border: 1px solid rgba(90,170,120,0.8);
	margin: 10px auto 0 auto;
}


/* footer */
#footer{
	padding: 30px 0 10% 0;
	background: rgb(255,255,245) url("images/footer.jpg") no-repeat center bottom / 100%;
}
.footer_box{
	width: 1000px;
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_logo{
	width: 300px;
	margin: 0 40px 0 0;
}
.footer_info{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footer_info ul{
	list-style: none;
	padding: 0;
}
.footer_info li:first-child{
	width: 100%;
}
.footer_info li{
	margin: 0 10px 0 0;
}
.copy{
	border-top: 1px solid rgba(80,80,80,0.5);
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 9999;
	width: 40px;
	height: 40px;
}


@media screen and (max-width:768px){
	
.pc { display: none !important; }
.sp { display: block !important; }
	
body.stop{
	overflow: hidden;
}
.inner_box{
	padding: 30px;
}
.page_title p{
	width: 90%;
}
.page_title p img{
	height: 15px;
}
.section_title P{
	margin: 0 0 20px -30px;
}
.section_title p img{
	height: 15px;
}	
	
/* container */
#container{
	min-width: 1px;
}
#contents{
		width: 90%;
}
	
/* logo */
.logo{
	width: 80%;
	padding: 10% 0 0 0;
}
	
/* header */
#header{
	background: url("images/header_03.jpg") no-repeat center top / 100%;
	padding: 0 0 16% 0;
}

/* menu */
.toggle{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 6;
	width: 40px;
	height: 40px;
	background: url("images/menu_btn.jpg") no-repeat right top / 40px;
	
}
.toggle.close{
	background: url("images/menu_btn_02.jpg") no-repeat right top / 40px;
	
}
.toggle:hover{
	cursor: pointer;
}
#menu{
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index: 5;
	padding: 18% 0;
	box-sizing: border-box;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	display: none;
	align-content: flex-start;
}

#menu ul{
	width: 80%;
	padding: 0;
	display: block;
}
#menu li{
	padding: 0;
	border-left: none;
	text-align: center;
	margin: 0 auto 10px auto;
}
#menu li:last-child{
	border-right: none;
}
#menu li a{
	width: 100%;
	border: 1px solid rgba(80,80,0.5);
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 20px;
}
#menu li a img{
	height: 5vw;
	width: auto;
}
	
/* swiper */
#slide{
	width:100%;
	margin: 0 auto;
}
.swiper-slide{
	padding-top:50%;
}
.catch{
	background: url("images/catch.png") no-repeat center bottom 10% / 80%;
}
/*topics*/
.top_topics{
	width: 100%;
}
.topics_box{
	min-height: 50vw;
	max-height: 50vw;
}
#topics dl{
	display: block;
}
.topic_date{
	margin-right:0;
}	

/*catch*/
.catch_img{
	text-align: center;
	margin: 20px auto 0 auto;
	width: 90%;
	height: 43vw;
	background: url("images/catch_2.png") no-repeat center center / 100%;
}
	
/* gaiyo_enkaku_box */
#gaiyo_enkaku{
	display: block;
}
#gaiyo_enkaku .inner_box{
	width: 100%;
	margin: 0 auto 30px auto;
}
#gaiyo_enkaku .inner_box:last-of-type{
	margin: 0 auto;
}
	

	
/* gmap */
#gmap{
	padding-top: 70%;
}
	
/* hoshin */
#hoshin .post_box{
	display: block;;
}
.hoshin_img{
	width: 60%;
	margin: 0 auto;
}
#hoshin .post_box:nth-of-type(odd) .hoshin_img{
	margin: 0 auto;
}

/* naiyo */
.post_photo div{
	width: 100%;
	margin: 1%;
}


/* kagai */
#kagai .free_box{
	padding: 30px;
}

/* daily */
#daily th{
	display: block;
	background: rgba(90,170,120,0.2);
	border-radius: 10px 10px 0 0;
	width: 100%;
	text-align: center;
	border-top: 1px solid rgba(90,170,120,1);
	border-left: 1px solid rgba(90,170,120,1);
	border-bottom: none;
	border-right: 1px solid rgba(90,170,120,1);
}
#daily td{
	display: block;
	width: 100%;
	border-radius: 0 0 10px 10px;
}
#daily .post_photo div{
	width: 100%;
	margin: 1%;
}

/* azukari */
#azukari .free_box{
	padding: 30px;
}
.azukari_btn{
	width: 50%;
}

/* event */
.event_box{
	display: block;
	padding: 30px;
}
.event_box .free_box{
	width: 100%;
}
.event_box .post_photo{
	margin: 20px auto 0 auto;
	width: 100%;
}
.event_box .post_photo div{
	width: 100%;
	margin: 0;
}

.gakki_box{
	display: block;
}
.gakki_box div{
	width: 100%;
}
.gakki_01,.gakki_02{
	margin: 0 auto 20px auto;
}
#event .post_photo{
	flex-wrap: wrap;
}
/* qa */
#qa_02 .free_box{
	background: url("images/qa_img.png") no-repeat center bottom / 100%;
	padding: 0 0 30% 0;
}


/* other */
.other_box{
	display: block;
	padding: 30px;
}
.other_box .free_box{
	width: 100%;
}
	.other_box .post_photo{
	margin: 20px auto 0 auto;
	width: 100%;
}
.other_box .post_photo div{
	width: 100%;
	margin: 0;
}

/* recruit */
.recruit_box{
	display: block;
	padding: 30px;
}
.recruit_box .free_box{
	width: 100%;
}
.recruit_box .post_photo{
	margin: 0 auto 20px auto;
	width: 100%;
}
.recruit_box .post_photo div{
	width: 100%;
	margin: 0;
}
#recruit dl{
	margin: 0 auto 30px auto;
}
#recruit dl:last-of-type{
	margin: 0 auto;
}

#recruit dt{
	font-size: 18px;
	background: rgba(90,170,120,0.3);
	padding: 5px 20px;
	border-radius: 20px;
	margin: 0 auto 10px auto;
}

#recruit .pdf a{
	border: 1px solid rgba(90,170,120,0.8);
	margin: 10px auto 0 auto;
}
	
/* footer */
#footer{
	padding: 30px 0 20% 0;
	background: rgb(255,255,245) url("images/footer_02.jpg") no-repeat center bottom / 100%;
}
.footer_box{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.footer_logo{
	width: 80%;
	margin: 0 auto 20px auto;
}
.footer_info{
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px 0
}
.footer_info li{
	display: inline-block;
	margin: 0;
}
.footer_info .tel{
	margin-right: 0;
}
.copy{
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
}	

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 9999;
	width: 40px;
	height: 40px;
}

}

@media screen and (max-width:480px){


.tel a{
	pointer-events: auto;
	
}
	
/* menu */
#menu li a img{
	height: 7vw;
}
	
/* sns */
.sns_box{
	display: block;
	width: 70%;
}
.sns_box div{
	margin: 0 auto 30px auto;
}
.qr{
	width: 100%;
}

/* hoshin */
.hoshin_img{
	width: 80%;
}

/* qa */
.q{
	background: url("images/q.png") no-repeat center top 20px / 70px , url("images/plus.png") no-repeat right 20px top 40px / 20px rgba(222,238,228,1);
	padding: 80px 20px 20px 20px;
	
}
.q.open{
	background: url("images/q.png") no-repeat center top 20px / 70px , url("images/minus.png") no-repeat right 20px top 40px / 20px rgba(222,238,228,1);
}
.a{
	background: url("images/a.png") no-repeat center top 20px / 70px;
	padding: 0;
}
.a_txt{
	padding: 85px 20px 20px 20px;
}
.qa_img{
	padding: 0 20px 20px 20px;
}
	
}

