@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: 230px;
	scroll-behavior: smooth;
}
body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic',YuGothic,'Yu Gothic';
	font-size: 16px;
	color:rgb(80,80,80);
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	background:rgb(255,255,255);
	word-break: break-all;
}
a{
	text-decoration: none;
	text-decoration: underline;
	display:inline-block;
	color:rgb(80,80,80);
	transition:0.5s;
}
a:hover{
	opacity:0.6;
}
img{
    max-width: 100%;
    height: auto;
	border-style:none;
	vertical-align:middle;
}
ul{
	list-style: circle;
	padding: 0 0 0 20px;
}
ol{
	list-style: decimal;
	padding: 0 0 0 28px;
}
table th ol,table th ul{
	text-align: left;
}

table{
	width: auto;
	border-collapse: collapse;
	margin: 10px 0;
}
th{
	padding: 10px 20px;
	font-weight: normal;
	box-sizing: border-box;
	border: 1px solid rgb(150,150,150);
	background: rgba(230,230,230,1);
}
td{
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid rgb(150,150,150);
	background: #fff;
}
.tel a{
	pointer-events: none;
	text-decoration: none;
}
.indent{
	padding-left:1.2em;
	text-indent:-1.2em;
}

.page_title{
	background: rgba(240,215,215,1);
	padding:10px 0;
}
.page_title p{
	width: 1000px;
	margin: 0 auto;
}
.section_title{
	width: 400px;
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
}
.white_box{
	padding: 50px 0;
	background: url("images/dot_ptn.jpg");
}
.blue_box{
	padding: 50px 0;
	background: rgba(255,246,216,1);
}
.inner_box{
	margin: 0 auto;
	width: 1000px;
	box-sizing: border-box;
}

.pc { display: block !important; }
.sp { display: none !important; }


/* container */
#container{
	width:100%;
	min-width: 1280px;
}
#container_2{
	width:100%;
	min-width: 1280px;
	padding: 180px 0 0 0 ;
}
#header{
	position: fixed;
	top: 0;
	left:0;
	z-index: 4;
	width: 100%;
	background: rgba(255,255,255,0.3);
}

/* logo */
.logo{
	width: 140px;
	padding: 0 40px;
}
/* menu */
#menu{
	width: 1280px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-content: center;
}
#menu a{
	text-decoration: none;
}
#menu ul{
	padding: 0;
	list-style: none;
}
.menu_box{
	position: relative;
	background: url("images/menu_line.png") no-repeat left center;
	width: 160px;
}
.menu_box:last-of-type{
	background: url("images/menu_line.png") no-repeat left center,url("images/menu_line.png") no-repeat right center;
}
.menu_parent p{
	padding: 90px 0 0 0;
}
.menu_btn_01{
	background: url("images/menu_01_icon.png") no-repeat center top / 60%;
}
.menu_btn_02{
	background: url("images/menu_02_icon.png") no-repeat center top / 60%;
}
.menu_btn_03{
	background: url("images/menu_03_icon.png") no-repeat center top / 60%;
}
.menu_btn_04{
	background: url("images/menu_04_icon.png") no-repeat center top / 60%;
}
.menu_btn_05{
	background: url("images/menu_05_icon.png") no-repeat center top / 60%;
}
.menu_btn_06{
	background: url("images/menu_06_icon.png") no-repeat center top / 60%;
}
.menu_btn_07{
	background: url("images/menu_07_icon.png") no-repeat center top / 60%;
}
.menu_child{
	position: absolute;
	z-index: 5;
	top:130px;
	left: 5px;
	display: none;
	font-size: 13px;
	line-height: 1.2;
	border: 1px solid rgba(80,80,80,0.5);
	border-radius: 12px;
}
.menu_child li a{
	width: 140px;
	padding: 10px;
	text-align: center;
	color: rgb(80,80,80);
	box-sizing: border-box;
	background: rgb(255,255,255,0.8);
	border-bottom: 1px solid rgba(80,80,80,0.3);
}
.menu_child li a:hover{
	background: rgb(235,235,210);
	opacity:1;
	transition: 0.1s;
}
.menu_child li:first-child a{
	border-radius: 10px 10px 0 0;
}
.menu_child li:last-child a{
	border-radius: 0 0 10px 10px;
	border-bottom: none;
}

/* swiper */
#slide{
	width:100%;
	margin: 0 auto;
}
.swiper{
	width:100%;
	margin: 0 auto;
}
.swiper-slide{
	padding-top:670px;
	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;
}
.catch{
	width: 100%;
	height: 100%;
	background: url("images/catch.png") no-repeat left 20% center / 50%;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

/* top_box */


/*topics*/
.top_topics{
	width: 480px;
	border-radius: 20px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
}
.top_topics_title{
	width: 100px;
	height: 229px;
	background: url("images/top_topics_title.png") no-repeat left 30px top / 60px;
	position: absolute;
}
.topics_box{
	overflow-y: scroll;
	min-height: 300px;
	max-height: 300px;
	box-sizing: border-box;
	padding: 30px 30px 30px 120px;
}
.topics_box dl{
	margin: 0 auto 15px auto;
	border-bottom: 1px dotted rgba(80,80,80,0.5);
	padding: 0 0 15px 0;
}
.topics_box dl:last-of-type{
	margin: 0 auto;
	border-bottom: none;
	padding: 0;
}
.topics_box a{
	text-decoration: underline;
}
.topic_date{
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 auto 5px auto;
}

/* access */
#access table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	margin: -10px auto 0 auto;
}

#access th{
	text-align: center;
	font-weight: normal;
	width: 30%;
	box-sizing: border-box;
	border: none;
	border-radius: 10px;
	background: rgba(245,225,180,0.6);
}
#access td{
	border-radius: 10px;
	width: 70%;
	box-sizing: border-box;
	border: none;
	background: rgba(255,255,255,0.5);
}
#access table table{
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 0 0;
}
#access th table th,#access td table th{
	border-radius: 0;
	border: 1px solid rgb(150,150,150);
	background: rgba(230,230,230,1);
}
#access th table td,#access td table td{
	border-radius: 0;
	border: 1px solid rgb(150,150,150);
	background: #fff;
	text-align: left;
}


/* gmap */
#gmap{
	position: relative;
	padding-top: 35%;
	width: 100%;
}
#gmap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
}

/* rinen */
.rinen_box{
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: rgba(255,255,255,0.5);
	box-sizing: border-box;
	border-radius: 20px;
}
.rinen_box .free_box{
	width: 65%;
}
.rinen_photo{
	width: 30%;
	list-style: none;
	padding: 0;
}
.rinen_photo li{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 0 auto 10px auto;
}
.rinen_photo li:last-child{
	margin: 0 auto;
}
.rinen_photo li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

/* kodokozou */
.kodomozou_box{
	display: flex;
	justify-content: space-between;
	background:  rgba(240,215,215,0.3);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	align-items: center;
}
.kodomozou_box .free_box{
	width: 37%;
}
.kodomozou_photo{
	width: 30%;
	list-style: none;
	padding: 0;
}
.kodomozou_photo li{
	width: 100%;
	padding-top:60%;
	position:relative;
}
.kodomozou_photo li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

/* omio */
.omoi_box{
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: rgba(240,215,215,0.3);
	box-sizing: border-box;
	border-radius: 20px;
}
.omoi_box .free_box{
	width: 65%;
}
.omoi_photo{
	width: 30%;
	list-style: none;
	padding: 0;
}
.omoi_photo li{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 0 auto 10px auto;
}
.omoi_photo li:last-child{
	margin: 0 auto;
}
.omoi_photo li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

/* message */
.message_box{
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: rgba(255,255,255,0.5);
	box-sizing: border-box;
	border-radius: 20px;
}
.message_box .free_box{
	width: 65%;
}
.message_photo{
	width: 30%;
	list-style: none;
	padding: 0;
}
.message_photo li{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 0 auto 10px auto;
}
.message_photo li:last-child{
	margin: 0 auto;
}
.message_photo li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

/* gaiyo */
#gaiyo table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
	margin: -10px auto 0 auto;
}
#gaiyo th{
	text-align: center;
	font-weight: normal;
	width: 30%;
	box-sizing: border-box;
	border: none;
	border-radius: 10px;
	background: rgba(240,215,215,0.3);
}
#gaiyo td{
	border-radius: 10px;
	width: 70%;
	box-sizing: border-box;
	border: 1px solid rgba(240,215,215,1);
	background: #fff;
}
#gaiyo table table{
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}
#gaiyo th table th,#gaiyo td table th{
	border-radius: 0;
	border: 1px solid rgb(150,150,150);
	background: rgba(230,230,230,1);
}
#gaiyo th table td,#gaiyo td table td{
	border-radius: 0;
	border: 1px solid rgb(150,150,150);
	background: #fff;
	text-align: left;
}


/* taisetsu */
.taisetsu_post{
	background: rgba(240,215,215,0.3);
	padding: 30px;
	border-radius: 20px;
	margin: 0 auto 20px auto;
}
.taisetsu_post:last-of-type{
	margin: 0 auto;
}
.taisetsu_post dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.taisetsu_post dt{
	font-size: 22px;
	background: url("images/taisetsu_line.png") no-repeat center bottom / 300px;
	padding: 5px 0 50px 0;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 100%;
}
.taisetsu_post dt ol,.taisetsu_post dt ul{
	text-align: left;
}
.taisetsu_post_photo{
	width: 30%;
	padding-top:20%;
	position:relative;
}
.taisetsu_post_txt{
	width: 67%;
}
.taisetsu_post_photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}
.taisetsu_post:nth-child(odd) .taisetsu_post_photo{
	order: 3;
}
.taisetsu_post:nth-child(odd) .taisetsu_post_txt{
	order: 2;
}


/* daily */
.daily_box{
	display: flex;
	justify-content: space-between;
}
.daily_l,.daily_r{
	width: 48%;
}
.daily_title{
	text-align: center;
	width: 55%;
	padding: 10px 0;
	margin: 0 auto 30px auto;
	border-top: 5px dotted rgba(240,215,215,0.8);
	border-bottom: 5px dotted rgba(240,215,215,0.8);
}
.daily_r .daily_title{
	border-top: 5px dotted rgba(245,225,180,1);
	border-bottom: 5px dotted rgba(245,225,180,1);
}
.daily_box table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
	margin: -10px auto 0 auto;
}
.daily_box th{
	width: 20%;
	text-align: center;
	border: none;
	border-radius: 20px 0 0 20px;
	background: rgba(240,215,215,0.8);
	padding: 20px;
}
.daily_box .daily_r th{
	background: rgba(255,246,216,0.9);
	border-top: 1px solid rgba(245,225,180,1);
	border-left: 1px solid rgba(245,225,180,1);
	border-bottom: 1px solid rgba(245,225,180,1);
}
.daily_box td{
	width: 80%;
	border-radius: 0 20px 20px 0;
	border: 1px solid rgba(240,215,215,0.8);
	padding: 20px;
}
.daily_box .daily_r td{
	border-top: 1px solid rgba(245,225,180,1);
	border-right: 1px solid rgba(245,225,180,1);
	border-bottom: 1px solid rgba(245,225,180,1);
	border-left: none;
}
.daily_box table table{
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0;
}
.daily_box th table th,.daily_box td table th,
.daily_box .daily_r th table th,.daily_box .daily_r td table th{
	border-radius: 0;
	border: 1px solid rgb(150,150,150);
	background: rgba(230,230,230,1);
}
.daily_box th table td,.daily_box td table td,
.daily_box .daily_r th table td,.daily_box .daily_r td table td{
	border-radius: 0;
	border: 1px solid rgb(150,150,150);
	background: #fff;
	text-align: left;
}

.daily_photo{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 10px auto 0 auto;
}
.daily_photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

/* year */
.year_box{
	display: flex;
	justify-content: space-between;
}
.year_box table{
	width: 50%;
	border-collapse: separate;
	border-spacing: 10px;
	margin: -10px 0 0 0;
}
.year_box th{
	width: 30%;
	text-align: center;
	border: none;
	border-radius: 20px;
	padding: 10px 20px;
}
.year_box td{
	width: 70%;
	border-radius: 20px;
	border: none;
	padding: 10px 20px;
}
.year_box table table,.year_photo table{
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 0 0;
}
.year_box th table th,.year_box td table th,
.year_photo th{
	border-radius: 0;
	border: 1px solid rgb(150,150,150);
	background: rgba(230,230,230,1);
}
.year_box th table td,.year_box td table td,
.year_photo td{
	border-radius: 0;
	border: 1px solid rgb(150,150,150);
	background: #fff;
}
.spring{
	background: rgba(250,220,200,1);
}
.summer{
	background: rgba(220,240,220,1);
}
.autmun{
	background: rgba(240,215,215,1);
}
.winter{
	background: rgba(220,220,240,1);
}
.year_other{
	background: rgba(220,230,210,1);
}
.year_photo{
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 48%;
	font-size: 13px;
}
.year_photo div{
	width: 48%;
	margin: 1%;
}

.year_img{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 0 auto 5px auto;
}
.year_img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

/* post other+food+home+activities+chiiki+torikumi+other */
.post{
	display: flex;	
	justify-content: flex-start;
	align-items: flex-start;
	background: rgba(240,215,215,0.3);
	padding: 30px;
	border-radius: 20px;
	margin: 0 auto 20px auto;
}
.post:last-of-type{
	margin: 0 auto;
}
#home .post,#school .post{
	background: rgba(255,255,255,0.5);
}
#recruit .post{
	display: block;
}
.post_photo{
	width: 45%;
	margin: 0 20px 0 0;
	padding-top:20%;
	position:relative;
}
.torikumi_photo,.other_photo{
	width: 45%;
	margin: 0 20px 0 0;
	position:relative;
}
.torikumi_photo p,.other_photo p{
	width: 100%;
	padding-top:60%;
	position:relative;
}
.torikumi_photo p:first-of-type,.other_photo p:first-of-type{
	margin-bottom: 10px;
}
#home .torikumi_photo,#school .torikumi_photo,#other .other_photo{
	margin: 0 0 0 20px;
}
.post_photo img,.torikumi_photo p img,.other_photo img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}
.post dl{
	width: 100%;
}
.post dt{
	font-size: 18px;
	border-bottom: 4px dotted rgba(240,215,215,1);
	padding: 5px 0 10px 40px;
	margin: 0 auto 10px auto;
}
#other .post dt{
	background:url("images/icon_pen.png") no-repeat left top / 40px;
}
#food .post dt{
	background:url("images/icon_food.png") no-repeat left top / 40px;
}
#home .post dt{
	background:url("images/icon_home.png") no-repeat left top / 40px;
	border-bottom: 4px dotted rgba(245,225,180,1);
}
#activities .post dt{
	background:url("images/icon_activities.png") no-repeat left top / 40px;
}
#school .post dt{
	background:url("images/icon_school.png") no-repeat left top / 37px;
	border-bottom: 4px dotted rgba(245,225,180,1);
}
#chiiki .post dt{
	background:url("images/icon_chiiki.png") no-repeat left top / 35px;
}

/* pdf recruit */
#recruit .free_box{
	background: rgba(255,255,255,0.5);
	border: 1px solid rgba(240,215,215,0.5);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	margin: 0 auto 30px auto;
}
.pdf{
	list-style: none;
	padding: 0;
	margin: 20px auto 0 auto;
}
.pdf li{
	margin: 0 auto 10px auto;
}
.pdf li :last-child{
	margin: 0 auto;
}
.pdf a{
	background: rgba(240,215,215,0.7) url("images/icon_pdf.png") no-repeat left 20px top 10px / 25px;
	display: inline-block;
	padding: 10px 25px 10px 45px;
	border-radius: 20px;
	text-decoration: none;
}
.pdf a:hover{
	background: rgba(240,215,215,0.3) url("images/icon_pdf.png") no-repeat left 20px top 10px / 25px;
	opacity: 1;
}

/* interview */
#interview .free_box{
	background: rgba(255,255,255,0.5);
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	margin: 0 auto 30px auto;
}
.interview_box{
	padding: 30px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 4px dotted rgba(245,225,180,1);
	margin: 0 auto 20px auto;
}
.interview_box:last-of-type{
	margin: 0 auto;
}
.qa_title{
	font-size: 18px;
	padding: 10px 20px;
	margin: 0 auto 20px auto;
	background: rgba(245,225,180,0.5);
	border-radius: 10px;
}
.qa_box{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.qa_txt{
	margin: 0 auto 20px auto;
}
.qa_photo{
	width: 45%;
	margin: 0 20px 0 0;
	padding-top:20%;
	position:relative
}
.qa_photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}
.q{
	border-bottom: 1px solid rgba(245,225,180,1);
	padding: 5px 0 10px 40px;
	margin: 0 auto 10px auto;
	background:url("images/q.png") no-repeat left top / 30px;
}
.a{
	padding: 5px 0 10px 40px;
	background:url("images/a.png") no-repeat left top / 30px;
}

/* contact */
#contact form{
	margin: 20px auto 0 auto;
}
#contact form dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 auto 10px auto;
}
#contact form dt{
	background: rgba(240,215,215,0.5);
	width: 24%;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact form dd{
	width: 75%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contact input[type=text]{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid rgb(150,150,150);
	border-radius: 10px;
	font-size: 16px;
}
#contact textarea{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	height: 12em;
	border-radius: 10px;
	border: 1px solid rgb(150,150,150);
	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: 1px solid rgba(240,215,215,1);
	border-radius: 10px;
	font-weight: normal;
	padding: 10px 30px;
	font-size: 16px;
	background: rgba(240,215,215,1);
	color: rgb(50,50,50);
}
#contact .form_btn input:hover{
	cursor: pointer;
	background: rgba(240,215,215,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;
}

/* blog */
.blog_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}
#sidemenu{
	width: 250px;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(240,215,215,0.5);
	border-radius: 20px;
}
#topics #sidemenu{
	background:rgba(255,246,216,0.8);
}
#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: 720px;
}
#topics .pdf a{
	background: rgba(255,246,216,0.8) url("images/icon_pdf.png") no-repeat left 20px top 10px / 25px;
	padding: 10px 25px 10px 45px;
}
#topics .pdf a:hover{
	background: rgba(255,246,216,0.3) url("images/icon_pdf.png") no-repeat left 20px top 10px / 25px;
}

.kiji_date{
	font-size: 13px;
}
h5{
	margin: 0 auto 20px auto;
	font-size: 17px;
	border-bottom: 1px solid rgba(240,215,215,1);
	padding: 5px 0 10px 40px;
	background:url("images/icon_pen.png") no-repeat left top / 40px;
}
#topics h5{
	border-bottom: 1px solid rgba(245,225,180,1);
}
.kiji{
	margin: 0 auto 30px auto;
	padding: 35px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
	border: 3px dotted rgba(240,215,215,1);
}
#topics .kiji{
	border: 3px dotted rgba(245,225,180,1);
}
.kiji_box:last-of-type{
	margin: 0 auto;
}
.kiji_honbun{
	font-size: 14px;
}
.kiji_honbun a{
	text-decoration: underline;
}
.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(240,215,215,0.5);
}
.pagination a:hover,.pagination a.active{
	text-decoration: none;
	background: rgba(240,215,215,1);
	opacity: 1;
}

#topics .pagination a{
	background: rgba(255,246,216,0.5);
}
#topics .pagination a:hover,#topics .pagination a.active{
	background: rgba(255,246,216,1);
}


/* footer */
#footer{
	padding: 50px 0 30px 0;
	background: url("images/footer_back_r.jpg") no-repeat right bottom / 300px,url("images/footer_back_l.jpg") no-repeat left bottom / 300px;
	max-height: 310px;
}
.footer_box{
	width: 1000px;
	margin: 0 auto 20px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_logo{
	width: 200px;
	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;
}
.otoiawase a{
	background: rgba(220,220,240,1);
	padding: 10px 40px;
	border-radius: 10px;
	margin: 20px 0 0 20px;	
	text-decoration: none;
	
}
.copy{
	border-top: 1px solid rgba(80,80,80,0.5);
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}


/* sns */
.sns_btn a{
    position: fixed;
    bottom: 80px;  
    right: 0;
	z-index: 3;
	background: rgba(255,255,255,1);
	border-top: 1px solid rgba(240,215,215,1);
	border-left: 1px solid rgba(240,215,215,1);
	border-bottom: 1px solid rgba(240,215,215,1);
	text-align: center;
	width: 76px;
	min-width: 76px;
	border-radius: 10px 0 0 10px;	
	text-decoration: none;
}
.sns_btn a p img{
	width: 29px;
	min-width: 29px;
	padding: 14.5px;
}
.sns_btn a p:last-of-type{
	padding: 0 10px 7px 10px;
	font-size: 10px;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

/* 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; }
	
html{
	scroll-padding: auto;
}
	
body.stop{
	overflow: hidden;
}	
.page_title{
	padding: 5px 0;
	text-align: center;
}
.page_title p{
	width: 90%;
	margin: 0 auto;
}
.page_title img{
	height: 30px;
}
.section_title{
	width: 80%;
}
	
.inner_box{
	margin: 0 auto;
	width: 90%;
}
.white_box,.blue_box,.orange_box{
	padding: 8% 0;
}
	
/* container */
#container{
	min-width: 1px;
}
#container_2{
	min-width: 1px;
	padding: 0;
}
#header{
	position: relative;
}

.logo{
	width: 30%;
	margin: 0 auto;
	padding: 5% 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 50% 0;
	box-sizing: border-box;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	display: none;
	align-content: flex-start;
}
#menu .logo{
	display: none;
}
.menu_box{
	margin: 0 auto 20px auto;
	width: 100%;
	background: none;
	box-sizing: border-box;
}
.menu_box:nth-child(3),.menu_box:last-of-type{
	background: none;
}
.menu_parent p{
	padding: 0;
}
.menu_parent a{
	width: 80%;
	text-align: center;
	height: auto;
	margin: 0 auto;
	align-items: center;
	border-radius: 10px;
	pointer-events: none;
	padding: 5px 10px;
	line-height: 1;
	border: 1px solid rgba(80,80,80,0.5);
	box-sizing: border-box;
	display: block;
}
.menu_parent.auto a{
	pointer-events: auto;
}
.menu_parent a img{
	width: 50%;
}
.menu_child{
	background:none;
	position: relative;
	top: 10px;
	left: 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: none;
	border-radius: 10px;
}
.menu_child li a{
	width: 80%;
	padding: 10px 15px;
	margin: 0 auto 5px auto;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid rgba(80,80,80,0.5);
	display: block;
}
.menu_child li a br{
	display: none;
}
.menu_parent:hover a,
.menu_child li a:hover{
	background: rgba(255,255,255,0.8);
}
.menu_box p{
		padding: 25% 0 0 0;
}
.menu_btn_01{
	background: url("images/menu_01_icon.png") no-repeat center top / 30%;
}
.menu_btn_02{
	background: url("images/menu_02_icon.png") no-repeat center top / 30%;
}
.menu_btn_03{
	background: url("images/menu_03_icon.png") no-repeat center top / 30%;
}
.menu_btn_04{
	background: url("images/menu_04_icon.png") no-repeat center top / 30%;
}
.menu_btn_05{
	background: url("images/menu_05_icon.png") no-repeat center top / 30%;
}
.menu_btn_06{
	background: url("images/menu_06_icon.png") no-repeat center top / 30%;
}
.menu_btn_07{
	background: url("images/menu_07_icon.png") no-repeat center top / 30%;
}
.menu_child li:first-child a{
	border-radius: 10px;
}
.menu_child li:last-child a{
	border-radius: 10px;
	border-bottom: 1px solid rgba(80,80,80,0.5);
}
	
/* swiper */
#slide{
	width:100%;
	margin: 0 auto;
}
.swiper-slide{
	padding-top:80%;
}
.catch{
	background: url("images/catch.png") no-repeat center bottom 10% / 80%;
}
	
/* top_box */


/*topics*/
.top_topics_title{
	width: 100%;
	height: 50vw;
	background: url("images/top_topics_title.png") no-repeat left 5% top / 13%;
	pointer-events: none;
}
.top_topics{
	width: 100%;
}
.topics_box{
	min-height: 50vw;
	max-height: 50vw;
	padding: 6% 6% 6% 24%;
}

/* gmap */
#gmap{
	padding-top: 70%;
}
	
	
	
/* rinen */
.rinen_box{
	display: block;
}
.rinen_box .free_box{
	width: 100%;
}
.rinen_photo{
	width: 100%;
}
.rinen_photo li:last-child{
	margin: 0 auto 20px auto;
}

/* kodokozou */
.kodomozou_box{
	display: block;
}
.kodomozou_box .free_box{
	width: 100%;
	align-self: center;
	margin: 30px auto;
}
.kodomozou_photo{
	width: 100%;
}

/* omio */
.omoi_box{
	display: block;
}
.omoi_box .free_box{
	width: 100%;
}
.omoi_photo{
	width: 100%;
}
.omoi_photo li:first-child{
	margin: 20px auto 10px auto;
}


/* message */
.message_box{
	display: block;
}
.message_box .free_box{
	width: 100%;
}
.message_photo{
	width: 100%;
	list-style: none;
	padding: 0;
}
.message_photo li{
	width: 100%;
}
.message_photo li:first-child{
	margin: 20px auto 10px auto;
}

	
/* taisetsu */
.taisetsu_post dt{
	background: url("images/taisetsu_line.png") no-repeat center bottom / 60%;
	padding: 0 0 10% 0;
	width: 100%;
}
.taisetsu_post_photo{
	width: 100%;
	padding-top:55%;
	margin: 20px 0 0 0;
}
.taisetsu_post_txt{
	width: 100%;
}
.taisetsu_post:nth-child(even) .taisetsu_post_photo{
	order: 3;
}
.taisetsu_post:nth-child(even) .taisetsu_post_txt{
	order: 2;
}


	
/* daily */
.daily_box{
	display: block;
}
.daily_title{
	margin: 0 auto 20px auto;
}
.daily_l{
	width: 100%;
	margin: 0 auto 20px auto;
}
.daily_r{
	width: 100%;
}
.daily_box th{
	width: 28%;
	padding: 10px;
}
.daily_box td{
	width: 72%;
}


/* year */
.year_box{
	display: block;
}
.year_box table{
	width: 100%;
	margin: 0 auto;
}
.year_box th{
	width: 30%;
	padding: 10px;
}
.year_photo{
	width: 100%;
}
.year_photo div{
	width: 100%;
	margin: 1% 0;
}

/* post other+food+home+activities+chiiki+torikumi+other */
.post{
	display: block;	
}
#home .post,#school .post{
	background: rgba(255,255,255,0.5);
}
.post_photo{
	width: 100%;
	margin: 0 auto 10px auto;
	padding-top:60%;
}
#home .post_photo,#school .post_photo{
	margin: 10px auto;
}
	
.torikumi_photo,.other_photo{
	width: 100%;
	margin: 0 auto 20px auto;
}
.torikumi_photo p,.other_photo p{
	width: 100%;
	padding-top:60%;
	position:relative;
}
.torikumi_photo p:first-of-type,.other_photo p:first-of-type{
	margin-bottom: 10px;
}
#home .torikumi_photo,#school .torikumi_photo,#other .other_photo{
	margin: 20px auto 0 auto;
}

	
/* interview */

.qa_box{
	display: block;
}
.qa_photo{
	width: 100%;
	margin: 0 auto 10px auto;
	padding-top:60%;
}


/* blog */
.blog_box{
	display: block;
}
#sidemenu{
	width: 100%;
	margin: 0 auto 20px auto;
}
#kiji_main{
	width: 100%;
}
.kiji_photo div{
	width: 48%;
	margin: 1%;
}
.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;
}


/* contact */
#contact form dl{
	display: block;
	margin: 0 auto 15px auto;
}
#contact form dt{
	width: 100%;
	border-radius: 10px;
	margin: 0 auto 5px auto;
}
#contact form dd{
	width: 100%;
}
#contact input[type=text]{
	width: 100%;;
}
#contact textarea{
	width: 100%;
}
#contact .form_btn input:hover{
	cursor: pointer;
	background: rgba(240,215,215,0.5);
	transition: 0.5s;
}
#contact form dl.form_btn {
	flex-wrap: wrap;
}
	
	
/* footer */
#footer{
	padding: 50px 0 30% 0;
	background: url("images/footer_back.jpg") no-repeat right bottom / 100%;
	max-height: auto;
}
.footer_box{
	width: 80%;
	display: block;
	text-align: center;
}
.footer_logo{
	width: 60%;
	margin: 0 auto 20px auto;
}
.footer_info{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.footer_info li{
	display: inline-block;
}
.footer_info .tel{
	margin-right: 0;
}
.copy{
	width: 80%;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 80%;
}
.otoiawase a{
	display: block;
	width: 60%;
	text-align: center;
	margin: 20px auto 0 auto;
	
}
	
/* 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;
	
}
#access th,#gaiyo th{
	display: block;
	width: 100%;
	border-radius: 10px 10px 0 0;
}
#access td,#gaiyo td{
	display: block;
	width: 100%;
	border-radius: 0 0 10px 10px;
}
#access th table th,#access td table th,
#gaiyo th table th,#gaiyo td table th{
	display: table-cell;
	width: auto;
	border-radius:0;
}
#access th table td,#access td table td,
#gaiyo th talbe td,#gaiyo td talbe td{
	display: table-cell;
	width: auto;
	border-radius:0;
}
.kiji_photo div{
	width: 100%;
	margin: 0 auto 10px auto;
}
	
/* taisetsu */
.taisetsu_post dt{
	background: url("images/taisetsu_line.png") no-repeat center bottom / 80%;
	padding: 0 0 12% 0;
}
/* footer */
#footer{
	padding: 50px 0 35% 0;
}

}

