@charset "UTF-8";

/* 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: 17px;
	color: rgb(105,85,75);
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	background:rgb(255,255,255);
	word-break: break-all;
}
a{
	text-decoration: underline;
	display: inline-block;
	color: rgb(105,85,75);
	transition: 0.5s;
}
a:hover{
	opacity: 0.6;
}
img{
    max-width: 100%;
    height: auto;
	border-style:none;
	vertical-align:middle;
}
a img{
    text-decoration: none;
}
.tel a{
	pointer-events: none;
	text-decoration: none;
}
.indent{
	padding-left:1.2em;
	text-indent:-1.2em;
}
.color_box{
	background: url("images/ptn_color.png");
	padding: 65px 40px 40px 40px;
}
.leaf_box{
	background: url("images/footer.png") no-repeat center bottom / 100%,url("images/leaf.png") no-repeat center top / 100%;
	padding: 65px 40px 40px 40px;
}
.leaf_box_02{
	background: url("images/leaf.png") no-repeat center top / 100%;
	padding: 65px 40px 0 40px;
}
.leaf_box_03{
	background: url("images/leaf.png") no-repeat center top / 100%;
	padding: 65px 40px 0 40px;
}
.sky_box{
	background: url("images/sky.jpg") no-repeat center top / cover;
	padding: 65px 40px 40px 40px;
}
.inner_box{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 40px;
	background: rgba(255,255,255,0.9);
}
.leaf_box .inner_box,.leaf_box_02 .inner_box{
	background: url("images/ptn_yellow.png");
}
.leaf_box .inner_box .free_box,.leaf_box_02 .inner_box .free_box{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
.leaf_box_03 .inner_box{
	padding: 0;
}
.page_title{
	text-align: center;
	padding: 14vw 0 20px 0;
	background: url("images/ptn_color.png");
}
.page_title p{
	width: 1000px;
	margin: 0 auto;
}
.page_title p img{
	height: 40px;
}
.section_title{
	margin: -65px auto 40px auto;
	width: 300px;
}


/* ul,ol */
ul{
	list-style: disc;
	padding: 0 0 0 20px;
}
ol{
	list-style: decimal;
	padding: 0 0 0 28px;
}
#gaiyo table ul,#gaiyo table ol,
#daily table ul,#daily table ol{
	text-align: left;
}
.month ul li ul{
	list-style: disc;
	padding: 0 0 0 20px;
}
.pdf li a ul{
	list-style: disc;
	padding: 0 0 0 20px;
}
.pdf li a li{
	margin: 0 auto;
}
#download .pdf ul li,#info .pdf ul li,
#download .pdf ol li,#info .pdf ol li{
	margin: 0 auto;
}
/* table */
table,#gaiyo table table,#daily table table{
	width: auto;
	border-collapse: collapse;
	min-height: 1px;
	margin: 10px 0;
}
th,#gaiyo table table th,#daily table table th{
	border: 1px solid rgba(175,220,223,1);
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background: rgba(175,220,223,0.2);
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}
td,#gaiyo table table td,#daily table table td{
	border: 1px solid rgba(175,220,223,1);
	padding: 10px;
	background: #fff;
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}
#daily .daily_youji table table th{
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background: rgba(250,170,180,0.2);
	border: 1px solid rgba(250,170,180,1);
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}
#daily .daily_youji table table td{
	border: 1px solid rgba(250,170,180,1);
	padding: 10px;
	background: #fff;
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}
#year .spring table th{
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background: rgba(250,170,180,0.2);
	border: 1px solid  rgba(250,170,180,1);
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}
#year .spring table td{
	border: 1px solid rgba(250,170,180,1);
	padding: 10px;
	background: #fff;
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}
#year .autmun table th{
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background: rgba(250,170,140,0.2);
	border: 1px solid  rgba(250,170,140,1);
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}
#year .autmun table td{
	border: 1px solid rgba(250,170,140,1);
	padding: 10px;
	background: #fff;
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}
#year .winter table th{
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background: rgba(195,210,120,0.2);
	border: 1px solid  rgba(195,210,120,1);
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}
#year .winter table td{
	border: 1px solid rgba(195,210,120,1);
	padding: 10px;
	background: #fff;
	border-radius: 0;
	width: auto;
	box-sizing: border-box;
}

.pc { display: block !important; }
.sp { display: none !important; }


/* container */
#container{
	width:100%;
	min-width: 1200px;
	position: relative;
}

/* header */
#header{
	margin: 0 auto -15vw auto;
	background: url("images/header.png") no-repeat center top / 100%;
	width: 100%;
	min-width: 1200px;
	height: 15vw;
	min-height: 208px;
	position: relative;
	z-index: 3;
}
.header_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 2.5% 0 3% 0;
}
.logo{
	width: 260px;
}
.menu ul{
	display: flex;
	list-style: none;
}
.menu li{
	width: 110px;
	border-left: 1px solid rgba(105,85,75,0.5);
}
.menu li:last-child{
	border-right: 1px solid rgba(105,85,75,0.5);
}

#header_fix{
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	width: 100%;
	min-width: 1200px;
	height: auto;
	min-height: 1px;
	position:fixed;
	z-index: 3;
	display: none;
}
#header_fix .header_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	margin: 0 auto;
	padding: 2% 0;
}

@keyframes cloud {
0% {transform:translate(0, 0);}
50% {transform:translate(0, -10px);}
100% {transform:translate(0, 0);}

}
.cloud_01{
	position: absolute;
	top: 55%;
	left: 2%;
	width: 164px;
	animation: cloud 5s infinite;
}
.cloud_02{
	position: absolute;
	top: 52%;
	left: 12%;
	width: 123px;
	animation: cloud 3s infinite;
}
.cloud_03{
	position: absolute;
	top: 15%;
	left: 0;
	width: 80px;
	animation: cloud 6s infinite;
}
.cloud_04{
	position: absolute;
	top: 55%;
	right: 5%;
	width: 164px;
	animation: cloud 5s infinite;
}
.cloud_05{
	position: absolute;
	top: 55%;
	right: 16%;
	width: 123px;
	animation: cloud 3s infinite;
}
.cloud_06{
	position: absolute;
	top: 20%;
	right: 0;
	width: 80px;
	animation: cloud 6s infinite;
}


/* swiper */
#slide{
	width:100%;
	min-width: 1200px;
	margin: 0 auto;
}
.swiper{
	width:100%;
	margin: 0 auto;
}
.swiper-slide{
	padding-top:50%;
	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;
}
.frame{
	width: 100%;
	height: 60%;
	background: url("images/frame.png") no-repeat center bottom / 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 3;
}

.fadein{
	opacity: 0;
	transform: translateY(60px);
	transition: all 1s ease;
}
.in-vew{
	opacity: 1;
	transform: translateY(0);
}
/*topics*/
.topics_box{
	overflow-y: scroll;
	min-height: 250px;
	max-height: 250px;
	padding: 0 30px 0 0;
}
#topics dl{
	margin: 0 auto 10px auto;
	display: flex;
	justify-content: flex-start;
	list-style: none;
	box-sizing: border-box;
	border: 1px solid rgba(175,220,223,1);
	padding: 10px 20px;
	border-radius: 10px;
}
#topics dl:last-of-type{
	margin: 0 auto;
}
.topic_date{
	margin-right:2%;
	width: 16%;
}
#topics dd{
	width: 85%;
}


/* gaiyo */
#gaiyo table{
	width: 100%;
	margin: 0 auto 30px auto;
}


/* gmap */
#gmap{
	position: relative;
	padding-top: 30%;
	width: 100%;
}
#gmap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
	border: none;
}


/* about */
.free_photo{
	list-style: none;
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin: 30px auto 0 auto;
}
.free_photo li{
	width: 31%;
	margin: 0 1%;
	padding-top:20%;
	position:relative;
}
.free_photo li img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 20px;
}

/* qa */
.qa_box{
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	margin: 0 auto 20px auto;
}
.qa_box:last-of-type{
	margin: 0 auto;
}
.q{
	background: url("images/q.png") no-repeat left top / 26px;
	padding: 0 0 20px 36px;
	min-height: 30px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid rgba(105,85,75,0.5);
}
.a{
	background: url("images/a.png") no-repeat left top / 26px;
	padding: 0 0 0 36px;
	min-height: 30px;
}

/* download */
#download .pdf li a{
	display: block;	
}
#download .pdf li{
	margin: 0 auto 20px auto;
}
#download .pdf li:last-of-type{
	margin: 0 auto;
}


/* info */
#info .pdf li a{
	display: block;	
}
#info .pdf li{
	margin: 0 auto 20px auto;
}
#info .pdf li:last-of-type{
	margin: 0 auto;
}


/* daily */
.daily_box{
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0 auto;
}
.daily_nyuji,.daily_youji{
	width: 49%;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
}
.daily_title{
	width: 35%;
	margin: 0 auto 20px auto;
}
.daily_nyuji table,.daily_youji table{
	width: 100%;
	min-height: 960px;
}
.daily_nyuji th{
	width:30%;
}
.daily_youji th{
	width: 30%;
	background: rgba(250,170,180,0.2);
	border: 1px solid rgba(250,170,180,1);
}
.daily_youji td{
	border: 1px solid rgba(250,170,180,1);
}

/* class */
.class_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.class_box dl{
	width: 31%;
	margin: 1% 0;
}
.class_box dt{
	margin: 0 auto 10px auto;
}
.class_box dd{
	width: 100%;
	padding-top:60%;
	position:relative;
}
.class_box dd img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 20px;
}

/* year */
.year_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 5% auto -5% auto;
}
.month{
	width: 31%;
	margin: 1% 0 5% auto;
	background: rgba(250,170,180,0.2);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
}
.month.summer{
	background: rgba(158,205,222,0.2);
}
.month.autmun{
	background: rgba(250,170,140,0.2);
}
.month.winter{
	background: rgba(195,210,120,0.2);
}
.year_title{
	margin: -20% auto 10px auto;
	width: 50%;
}
.month ul{
	padding: 0;
	list-style: none;
}
.year_photo{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 0 auto 10px auto;
}
.year_photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 20px;
}


/* blog */
.blog_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}
#sidemenu{
	width: 220px;
	padding: 20px;
	box-sizing: border-box;
	background: url("images/ptn_pink.png");
}
#sidemenu ul{
	list-style: none;
	padding: 0;
}
#sidemenu h4{
	margin: 0 auto 15px auto;
	font-size: 18px;
	text-align: center;
}
#sidemenu li a{
	background: #fff;
	padding: 5px 5px 5px 17px;
	font-size: 15px;
	margin: 0 auto 10px auto;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
}
#sidemenu li:last-child a{;
	margin: 0 auto;
}
#kiji_main{
	width: 750px;
}
.kiji_date{
	margin: 0 auto 10px auto;
}
h5{
	margin: 0 auto 20px auto;
	font-size: 18px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted rgb(105,85,75);
}
.kiji{
	margin: 0 auto 30px auto;
	padding: 35px;
	box-sizing: border-box;
	background: url("images/ptn_yellow.png");
}
.kiji_box{
	background: #fff;
	border-radius: 10px;
	padding: 35px;
}
.kiji_box:last-of-type{
	margin: 0 auto;
}
.kiji_honbun a{
	text-decoration: underline;
}
.pdf{
	padding: 0;
	list-style: none;
	margin: 20px auto;
}
.pdf li a{
	background: url("images/icon_pdf.png") no-repeat left 20px top 11px / 16px;
	border: 1px solid rgba(105,85,75,0.5);
	padding: 10px 20px 10px 45px;
	border-radius: 10px;
	text-decoration: none;
}
.pdf li{
	margin: 0 auto 10px auto;
}
.pdf li:last-of-type{
	margin: 0 auto;
}
.kiji_photo{
	display: flex;
	justify-content: flex-start;
	margin: 15px auto 0 auto;
	flex-wrap: wrap;
}
.kiji_photo div{
	width: 31%;
	margin: 1%;
}
.kiji_photo p{
	font-size: 14px;
}
.kiji_img{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 0 auto 5px auto;
}
.kiji_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}
.video_box{
	position: relative;
	padding-top: 50%;
	margin: 20px auto 0 auto;
}
.video_box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
}

.pagination{
	text-align: center;
	margin: 30px auto 0 auto;
	letter-spacing: 0;
}
.pagination li{
	display: inline-block;
	font-size: 100%;
	margin: 3px;
}
.pagination a{
	text-decoration: none;
	border-radius: 10px;
	padding: 15px;
	font-size: 100%;
	background: rgba(105,85,75,0.2);
}
.pagination a:hover,.pagination a.active{
	text-decoration: none;
	background: rgba(105,85,75,1);
	color: #fff;
	opacity: 1;
}


/* recruit */
.recruit_box{
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}
.recruit_catch{
	width: 600px;
	height: 112px;
	margin: 0 auto 30px auto;
	background: url("images/recruit_catch.png") no-repeat center center / 100%;
}


/* contact */
#contact form{
	margin: 20px auto 0 auto;
}
#contact form span{
	font-size: 14px;
	margin: 0 0 0 10px;
}
#contact form dl{
	width: 100%;
	margin: 0 auto 20px auto;
}
#contact form dt{
	background:rgba(250,170,180,0.2);
	padding: 5px 20px;
	border-radius: 10px;
	margin: 0 auto 10px auto;
}
#contact form dt.email_2{
	background:none;
	padding: 0;
	border-radius: 0;
	margin: -10px auto 0 auto;
}
#contact form dd{
	width: 100%;
	margin: 0 auto 5px auto;
}
#contact input[type=text]{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgba(105,85,75,1);
	border-radius: 10px;
	font-size: 16px;
}
#contact textarea{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	height: 12em;
	border-radius: 10px;
	border: 1px solid rgba(105,85,75,1);
	font-size: 16px;
}
#contact input[type=submit],#contact input[type=reset] {
  appearance: none;
  -webkit-appearance: none;
}
#contact input[type=submit],#contact input[type=reset] {
	border: none;
	border-radius: 10px;
	font-weight: normal;
	padding: 10px 30px;
	font-size: 16px;
	background: rgba(250,170,180,1);
	color: #fff;
}
#contact .form_btn input:hover{
	cursor: pointer;
	background: rgba(250,170,180,0.5);
	transition: 0.5s;
}
#contact form dl.form_btn {
	display: flex;
	justify-content: center;
	align-content: center;
	text-align:center;
	margin: 0 auto;
}
#contact form .form_btn dt{
	background: none;
	width: auto;
	text-align: center;
	margin: 10px;
	padding: 0;
}
#contact form .form_btn dd{
	margin: 10px;
	width: auto;
}

/* footer */
#footer{
	background: url("images/footer.png") no-repeat center top / 100%;
	padding: 6vw 0;
}
.copy{
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	font-size: 15px;
}

/* pagetop */
.pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 5;
	width: 40px;
	height: 40px;
}


@media screen and (max-width:768px){
	

body{
	font-size: 15px;
}

	
.pc { display: none !important; }
.sp { display: block !important; }
	
.color_box,.sky_box{
	padding: 10% 5%;
}
.leaf_box{
	background: url("images/footer_02.png") no-repeat center bottom / 100%,url("images/leaf_02.png") no-repeat center top / 100%;
	padding: 10% 5%;
}
.leaf_box_02,.leaf_box_03{
	background: url("images/leaf_02.png") no-repeat center top / 100%;
	padding: 10% 5% 0 5%;
}
.inner_box{
	width: 100%;
	margin: 0 auto;
	padding: 8%;
}
.page_title{
	text-align: center;
	padding: 35vw 0 3% 0;
	margin: 0 auto;
}
.page_title p{
	width: 90%;
}
.page_title p img{
	height: 8.5vw;
}
.section_title{
	margin: -15% auto 8% auto;
	width: 60%;
}


/* container */
#container{
	min-width: 1px;
}
	
/* header */
#header{
	margin: 0 auto -35vw auto;
	background: url("images/header_02.png") no-repeat center top / 100%;
	height: 35vw;
	width: 100%;
	min-width: 1px;
	min-height: 1px;
	position: relative;
	z-index: 3;
}	
.header_box{
	width: 100%;
	min-width: 1px;
}
.logo{
	width: 50%;
	margin: 0 auto;
	padding: 5% 0 0 0;
}
	
.cloud_01{
	top: 50%;
	left: 8%;
	width: 15%;
}
.cloud_02{
	top: 5%;
	left: 6%;
	width: 15%;
}
.cloud_03{
	top: 30%;
	left: 0;
	width: 10%;
}
.cloud_04{
	top: 50%;
	right: 10%;
	width: 15%;
}
.cloud_05{
	top: 10%;
	right: 4%;
	width: 15%;
}
.cloud_06{
	top: 30%;
	right: 0;
	width: 10%;
}
	
/* menu */
body.stop{
	overflow: hidden;
}	
.toggle{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 8;
	width: 40px;
	height: 40px;
	background: url("images/menu_btn_open.png") no-repeat right top / 100%;
	transition: 0.3s;
}
.toggle.close{
	background: url("images/menu_btn_close.png") no-repeat right top / 100%;
	
}
.toggle:hover{
	cursor: pointer;
}
	
/* menu */
.menu{
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	box-sizing: border-box;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	display: none;
	padding: 0 0 30% 0;
}
.menu ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	margin: 0 auto;
	padding: 15% 10%;
	box-sizing: border-box;
}
.menu li{
	width: 48%;
	margin: 1%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid rgb(105,85,75);
	text-align: center;
	border-radius: 10px;
}
.menu li:last-child{
	border-right: 1px solid rgb(105,85,75);
}
.menu li a{
	width: 60%;
}


/* swiper */
#slide{
	width:100%;
	min-width: 1px;
	margin: 0 auto 0 auto;
}
.swiper-slide{
	padding-top:100%;
}
.frame{
	width: 100%;
	height: 60%;
	background: url("images/frame_02.png") no-repeat center bottom / 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 3;
}

/*topics*/
#topics dl{
	display: block;
}
#topics dl:last-of-type{
	margin: 0 auto;
}
.topic_date{
	margin-right:0%;
	width: 100%;
}
#topics dd{
	width: 100%;
}
	
	
/* about */
.free_photo{
	flex-wrap: wrap;
}
.free_photo li{
	width: 100%;
	margin: 0 0 3% 0;
	padding-top:60%;
}

	
/* gmap */
#gmap{
	padding-top: 70%;
}

	
/* daily */
.daily_box{
	flex-wrap: wrap;
}
.daily_nyuji{
	width: 100%;
	margin: 0 auto 20px auto;
}
.daily_youji{
	width: 100%;
}
.daily_nyuji table,.daily_youji table{
	min-height: 1px;
}

/* class */
.class_box{
	margin: 0 auto -4% auto;
}
.class_box dl{
	width: 48%;
	margin: 0 0 4% 0;
}


/* year */
.year_box{
	flex-wrap: wrap;
}
.month{
	width: 48%;
	margin: 8% 0 10% 0;
}
.year_title{
	margin: -30% auto 10px auto;
	width: 60%;
}

/* blog */
.blog_box{
	flex-wrap:wrap;
}
#sidemenu{
	width: 100%;
	margin: 0 auto 20px auto;
}
#kiji_main{
	width: 100%;
}
.kiji_box{
	padding: 8%;
}
.kiji_photo div{
	width: 48%;
	margin: 1%;
}
	
/* about */
.recruit_catch{
	width: 100%;
	margin: 0 auto;
}

	
/* footer */
#footer{
	padding: 11% 0;
	background: url("images/footer_02.png") no-repeat center bottom / 100%;
}
.copy{
	width: 70%;
	font-size: 13px;
}

}
	
@media screen and (max-width:480px){

.tel a{
	pointer-events: auto;
	
}
.section_title{
	margin: -16% auto 8% auto;
	width: 75%;
}
.menu li{
	width: 100%;
	margin: 0 auto 5% auto;
	padding: 5% 20%;
}
	
/* gaiyo */	
#gaiyo th{
	display: block;
	border-radius: 10px 10px 0 0;
	width: 100%;
}
#gaiyo td{
	display: block;
	border-radius: 0 0 10px 10px;
	width: 100%;
	margin: -1px auto 5% auto;
}
	
/* daily */
.daily_title{
	width: 50%;
}
#daily th{
	display: block;
	border-radius: 10px 10px 0 0;
	width: 100%;
}
#daily td{
	display: block;
	border-radius: 0 0 10px 10px;
	width: 100%;
	margin: -1px auto 5% auto;
}

/* class */
.class_box{
	margin: 0 auto -5% auto;
}
.class_box dl{
	width: 100%;
	margin: 0 0 8% 0;
}
.class_box dt{
	width: 80%;
	margin: 0 auto 10px auto;
}	

/* year */
.month{
	width: 1080%;
	margin: 10% 0;
}
.year_title{
	margin: -20% auto 10px auto;
	width: 50%;
}


/* blog */
.kiji_photo div{
	width: 100%;
	margin: 2% 0;
}
.kiji{
	padding: 8%;
}
.kiji_box{
	padding: 8%;
}	
	
/* contact */	
#contact form dl.form_btn {
	display: block;
}
	
.recruit_catch{
	width: 100%;
	height: 17vw;
	margin: 0 auto 20px auto;
	background: url("images/recruit_catch_02.png") no-repeat center center / 100%;
}

	
}

