@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 */
body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic',YuGothic,'Yu Gothic';
	font-size: 15px;
	color: rgb(100,80,60);
	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(100,80,60);
	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;
}
.white_box{
	background: url("images/back.jpg") no-repeat center top / 100%;
}
.blue_box{
	background: rgba(220,240,240,1);
}
.inner_box{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 45px 0 50px 0;
}
.page_title{
	background: rgba(200,230,190,0.5);
	text-align: center;
	padding: 5px 0;
}
.page_title p{
	width: 1000px;
	margin: 0 auto;
}
.page_title p img{
	height: 30px;
}
.section_title{
	padding: 0 0 10px 0;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid rgb(100,80,60);
}
.section_title p img{
	height: 20px;
}

/* ul,ol */
ul{
	list-style: disc;
	padding: 0 0 0 20px;
}
ol{
	list-style: decimal;
	padding: 0 0 0 28px;
}
#gaiyo th ul,#gaiyo th ol,#daily th ul,#daily th ol{
	text-align: left;
}

/* 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(100,80,60,0.5);
	padding: 10px;
	text-align: center;
	font-weight: normal;
	background: rgba(100,80,60,0.2);
	border-radius: 0;
	width: auto;
}
td,#gaiyo table table td,#daily table table td{
	border: 1px solid rgba(100,80,60,0.5);
	padding: 10px;
	background: #fff;
	border-radius: 0;
	width: auto;
}


.pc { display: block !important; }
.sp { display: none !important; }


/* container */
#container{
	width:100%;
	min-width: 1100px;
	background: url("images/header.jpg") no-repeat center top / 100%;
}

/* header */
#header{
	margin: 0 auto;
	background: rgb(200,230,190);
	padding: 20px 0;
}
#menu ul{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
#menu li{
	text-align: center;
	width: 166px;
	border-right: 1px solid rgb(100,80,60);
}
#menu li.menu_01{
	border-left: 1px solid rgb(100,80,60);
}
#menu li a{
	box-sizing: border-box;	
	width: 100%;
	height: 100%;
	padding: 10px 0;
}
#menu li.menu_01 a{
	background: url("images/menu_01.png") no-repeat center center / 100%;
}
#menu li.menu_02 a{
	background: url("images/menu_02.png") no-repeat center center / 100%;
}
#menu li.menu_03 a{
	background: url("images/menu_03.png") no-repeat center center / 100%;
}
#menu li.menu_04 a{
	background: url("images/menu_04.png") no-repeat center center / 100%;
}
#menu li.menu_05 a{
	background: url("images/menu_05.png") no-repeat center center / 100%;
}
#menu li.menu_06 a{
	background: url("images/menu_06.png") no-repeat center center / 100%;
}
#menu li.menu_07 a{
	background: url("images/menu_07.png") no-repeat center center / 100%;
}

/* logo */
#logo{
	margin: 0 auto;
	text-align: center;
	width: 320px;
	height: 148px;
	padding: 25px 0 0 0;
	box-sizing: border-box;
}

/* index-swiper */
#slide{
	width:100%;
	min-width: 1100px;
}
.swiper{
	width:100%;
	margin: 0 auto;
}
.swiper-slide{
	padding-top:45vw;
	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: 100%;
	background: url("images/slide.png") no-repeat center bottom / 100%;
	position: absolute;
	top: 0;
	z-index: 3;
}


/*index-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 15px auto;
	border-radius: 20px;
	display: flex;
	justify-content: flex-start;
	background: #fff;
	list-style: none;
}
#topics dd{
	width: 86%;
}
.topic_date{
	margin-right:1%;
	width: 13%;
}
.btn_lunch{
	width: 400px;
	margin: 40px auto 0 auto;
}

/* index-gaiyo */
#gaiyo table{
	border-collapse: separate;
	border-spacing: 10px;
	width: 100%;
	box-sizing: border-box;
}
#gaiyo th{
	border-radius: 10px;
	border: none;
}
#gaiyo td{
	border-radius: 10px;
	
}

/* index-gmap */
#gmap{
	position: relative;
	padding-top: 35%;
	width: 100%;
}
#gmap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
}


/* about-hosihn */
.hoshin_box{
	display: flex;
	justify-content: space-between;
	margin: 75px auto 0 auto;
}
.hoshin_title{
	width: 60%;
	margin: -70px auto 10px auto;
	text-align: center;
}
.hoshin_01,.hoshin_02,.hoshin_03{
	background: #fff;
	border-radius: 20px;
	padding: 20px 30px 30px 30px ;
	box-sizing: border-box;
	width: 31%;
}
.hoshin_photo{
	width: 100%;
	padding-top:60%;
	position:relative;
	margin: 0 auto 15px auto;
}
.hoshin_photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 10px;
}

/* color - post */
.post{
	border: 1px solid rgba(100,80,60,0.5);
	padding: 30px;
	margin: 0 auto 20px auto;
	border-radius: 20px;
}
.post:last-of-type{
	margin: 0 auto;
}
.post h4{
	border-bottom: 1px solid rgba(100,80,60,0.5);
	font-size: 17px;
	margin: 0 auto 10px auto;
}
.post_flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.post_photo{
	width: 30%;
	padding-top:20%;
	position:relative;
}
.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;
}
.post_honbun{
	width: 68%;
}
.post_honbun a{
	text-decoration: underline;
}

/* about-emmap */
.emmap_img{
	width: 100%;
	margin: 0 auto 40px auto;
}
.enmap_photo_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.enmap_photo_box div{
	width: 31%;
	margin: 1%;
}
.enmap_photo{
	width: 100%;
	padding-top:60%;
	position:relative;
}
.enmap_photo img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	border-radius: 20px;
	border: 2px solid #fff;
}


/* daily */
#daily .inner_box{
	padding: 45px 0 0 0;
}
.daily_box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px auto;
}
.daily_01,.daily_02,.daily_03{
	width: 31%;
}
.daily_title{
	width: 60%;
	margin: 0 auto;
}
.daily_box table{
	width: 100%;
	min-height: 730px;
}
.daily_box table th{
	width: 30%;
}
.daily_photo_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.daily_photo_box div{
	width: 23%;
	margin: 1%;
}
.daily_photo{
	width: 100%;
	padding-top:60%;
	position:relative;
}
.daily_photo 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 .inner_box{
	padding: 45px 0 0 0;
}
.year_01,.year_02,.year_03,.year_04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid rgba(100,80,60,0.5);
	margin: 0 auto 20px auto;
	border-radius: 20px;
}
.year_05{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid rgba(100,80,60,0.5);
	border-radius: 20px;
}
.year_title{
	width: 20%;
	display: flex;
	justify-content: center;
	background: url("images/ptn_pink.jpg");
	border-radius: 20px 0 0 20px;
}
.year_02 .year_title{
	background: url("images/ptn_blue.jpg");
}
.year_03 .year_title{
	background: url("images/ptn_orange.jpg");
}
.year_04 .year_title{
	background: url("images/ptn_murasaki.jpg");
}
.year_05 .year_title{
	background: url("images/ptn_yellow.jpg");
}
.year_title p{
	align-self: center;
}
.year_title p img{
	height: 25px;
}
.year_r{
	width: 80%;
	padding: 20px;
	box-sizing: border-box;
}
.year_txt{
	margin: 0 auto 10px auto;
}
.year_photo_box{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.year_photo_box div{
	width: 23%;
	margin: 1%;
}
.year_photo{
	width: 100%;
	padding-top:60%;
	position:relative;
}
.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;
}
.year_cap{
	font-size: 13px;
	margin: 5px auto 0 auto;
}


/* news */
#news .inner_box{
	padding: 45px 0 0 0;
}
.news_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}
#sidemenu{
	width: 210px;
	padding: 20px;
	box-sizing: border-box;
	background: url("images/ptn_blue.jpg");
	border-radius: 20px;
}
.category{
	margin: 0 auto 15px auto;
	width: 60%;
	text-align: center;
}
#sidemenu ul{
	list-style: none;
	padding: 0;
}
#sidemenu li a{
	background: #fff;
	padding: 5px 20px;
	font-size: 15px;
	margin: 0 auto 10px auto;
	display: block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	text-decoration: none;
}
#sidemenu li:last-child a{
	margin: 0 auto;
}
#kiji_main{
	width: 750px;
}
.kiji_date{
	margin: 0 auto 10px auto;
}
h5{
	margin: 0 auto 10px auto;
	font-size: 17px;
	border-bottom: 1px solid rgba(100,80,60,0.5);
}
.kiji{
	border: 1px solid rgba(100,80,60,0.5);
	padding: 30px;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 auto 20px auto;
}
.kiji:last-of-type{
	margin: 0 auto;
}
.kiji_honbun{
	font-size: 14px;
}
.kiji .pdf{
	display: inline-block;
	margin: 20px auto 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: 13px;
}
.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;
}
.pdf{
	list-style: none;
	padding: 0;
}
.pdf a{
	background: rgba(100,80,60,0.2) url("images/icon_pdf.png") no-repeat left 20px top 13px / 13px;
	display: inline-block;
	padding: 10px 20px 10px 43px;
	border-radius: 20px;
	margin: 0 auto 10px auto;
	text-decoration: none;
}

.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 a{
	display: inline-block;
	text-decoration: none;
	background:rgba(100,80,60,0.2);
	border-radius: 5px;
	padding: 2%;
	font-size: 100%;
	margin: 2px;
}
.pagination a:hover{
	text-decoration: none;
	background: rgba(100,80,60,0.5);
	opacity: 1;
}

/* info */
#info .pdf a{
	background: #fff url("images/icon_pdf.png") no-repeat left 20px top 13px / 13px;
	display: block;
	border: 1px solid rgba(100,80,60,0.5);
}

/* goiken */
#goiken .free_txt{
	margin: 0 auto 20px auto;
}
#goiken .post{
	background: #fff;
	border: none;
}
#goiken .post_honbun{
	width: 100%;
}
#goiken .pdf{
	margin: 20px auto 0 auto;
}


/* footer */
#footer{
	background: url("images/footer.png") no-repeat center bottom / 100%;
	padding: 3% 0 13% 0;
}
.copy{
	text-align: center;
	width: 1000px;
	margin: 0 auto 40px auto;
	font-size: 15px;
}
.footer_adx{
	display: flex;
	justify-content: center;
	width: 1000px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid rgb(100,80,60);
	padding: 0 0 20px 0;
}
.footer_adx ul{
	list-style: none;
}
.footer_adx a{
	text-decoration: none;
}
.footer_logo{
	width: 230px;
	margin: -5px 10px 0 0;
}


/* pagetop */
.pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 5;
	width: 40px;
	height: 40px;
}


@media screen and (max-width:768px){

	
.pc { display: none !important; }
.sp { display: block !important; }
	
.white_box{
	background: url("images/back_2.jpg") no-repeat center top / 100%;
}
.inner_box{
	width: 85%;
	margin: 0 auto;
	padding: 8% 0;
}
.page_title p{
	width: 90%;
}
.section_title p img{
	height: 15px;
}
	
	
/* color - post */
.post_flex{
	flex-wrap: wrap;
}
.post_photo{
	width: 100%;
	padding-top:52%;
	margin: 0 auto 15px auto;
}
.post_honbun{
	width: 100%;
}

	
/* container */
#container{
	width:100%;
	min-width: 1px;
	background: url("images/header_2.jpg") no-repeat center top / 100%;
}
	
/* menu */
body.stop{
	overflow: hidden;
}	
.toggle{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 8;
	width: 30px;
	height: 30px;
	background: url("images/menu_btn.jpg") no-repeat right top / 100%;
	transition: 0.3s;
}
.toggle.close{
	background: url("images/menu_btn_2.jpg") no-repeat right top / 100%;
	
}
.toggle:hover{
	cursor: pointer;
}
	
/* header */
#header{
	background: none;
	padding: 0;
}
#menu{
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index: 7;
	padding: 20% 0 30% 0;
	box-sizing: border-box;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	display: none;
}
#menu ul{
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
}
#menu li{
	width: 90%;
	margin: 1%;
	border-right: none;
}
#menu li.menu_01{
	border-left: none;
}
#menu li a{
	box-sizing: border-box;	
	width: 100%;
	height: 100%;
	padding: 8%;
	border-radius: 20px;
}
#menu li.menu_01 a{
	background: rgb(200,230,190) url("images/menu_01.png") no-repeat center center / 70%;
}
#menu li.menu_02 a{
	background: rgb(200,230,190) url("images/menu_02.png") no-repeat center center / 70%;
}
#menu li.menu_03 a{
	background: rgb(200,230,190) url("images/menu_03.png") no-repeat center center / 70%;
}
#menu li.menu_04 a{
	background: rgb(200,230,190) url("images/menu_04.png") no-repeat center center / 70%;
}
#menu li.menu_05 a{
	background: rgb(200,230,190) url("images/menu_05.png") no-repeat center center / 70%;
}
#menu li.menu_06 a{
	background: rgb(200,230,190) url("images/menu_06.png") no-repeat center center / 70%;
}
#menu li.menu_07 a{
	background: rgb(200,230,190) url("images/menu_07.png") no-repeat center center / 70%;
}
	
/* logo */
#logo{
	width: 50%;
	height: auto;
	padding: 10% 0 3% 0;
}


/* swiper */
#slide{
	min-width: 1px;
}
.swiper{
	width:100%;
}
.swiper-slide{
	padding-top:70%;
}
.frame{
	background: url("images/slide_2.png") no-repeat center bottom / 100%;
}

	
/*topics*/
.topics_box{
	padding: 0 15px 0 0;
}
#topics dl{
	display: block;
}
.topic_date{
	margin:0 auto 5px auto;
}
.btn_lunch{
	width: 70%;
}
#topics dd{
	width: 100%;
}
.topic_date{
	margin-right:0%;
	width: 100%;
}
	
/* gmap */
#gmap{
	padding-top: 70%;
}
	
	
/* about-hosihn */
.hoshin_box{
	flex-wrap: wrap;
}
.hoshin_title{
	width: 25vw;
}
.hoshin_01,.hoshin_02{
	width: 100%;
	margin: 0 auto 60px auto;
}
.hoshin_03{
	width: 100%;
}


/* about-emmap */
.emmap_img{
	margin: 0 auto 20px auto;
}
.enmap_photo_box{
	flex-wrap: wrap;
}
.enmap_photo_box div{
	width: 46%;
	margin: 2%;
}

	
/* daily */
.daily_box{
	flex-wrap: wrap;
}
.daily_01,.daily_02,.daily_03{
	width: 100%;
	margin: 0 auto 20px auto;
}
.daily_03{
	width: 100%;
}
.daily_title{
	width: 60%;
}
.daily_box table{
	min-height: 1px;
}
.daily_photo_box div{
	width: 46%;
	margin: 2%;
}

/* year */
.year_title{
	width: 100%;
	border-radius: 20px 20px 0 0;
	padding: 10px;
}
.year_r{
	width: 100%;
}
.year_photo_box{
	flex-wrap: wrap;
}
.year_photo_box div{
	width: 48%;
	margin: 1%;
}
	

/* news */
.news_box{
	display: block;
}
#sidemenu{
	width: 100%;
	margin: 0 auto 20px auto;
}
.category{
	width: 30%;
}
#kiji_main{
	width: 100%;
}
.kiji_photo div{
	width: 48%;
}

	
/* footer */
#footer{
	padding: 2% 0 15% 0;
}
.copy{
	width: 80%;
	margin: 0 auto 5% auto;
}
.footer_adx{
	padding: 5% 0;
	display: block;
	justify-content: center;
	width: 85%;
}
.footer_logo{
	width: 60%;
	margin: 0 auto 5% auto;
}	

}
	
@media screen and (max-width:480px){

.tel a{
	pointer-events: auto;
	
}
	
/* topics */
.btn_lunch{
	width: 100%;
}
	
/* gaiyo */
#gaiyo table{
	border-spacing: 0 10px;
	margin: -10px auto 0 auto;
}
#gaiyo th{
	display: block;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	border-top: 1px solid rgba(100,80,60,0.5);
	border-right: 1px solid rgba(100,80,60,0.5);
	border-left: 1px solid rgba(100,80,60,0.5);
}
#gaiyo td{
	display: block;
	width: 100%;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	border-top: none;
	
}
	
/* about-hosihn */	
.hoshin_title{
	width: 30vw;
}	
	
/* about-enmap */	
.enmap_photo_box div{
	width: 100%;
	margin: 2% 0;
}
	
/* daily */	
.daily_photo_box div{
	width: 100%;
	margin: 2% 0;
}	
	
/* year */	
.year_photo_box div{
	width: 100%;
	margin: 2% 0;
}

.kiji_photo div{
	width: 100%;
}

	
}

