@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: 90px;
	scroll-behavior: smooth;
}
body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic',YuGothic,'Yu Gothic';
	font-size: 15px;
	color: rgb(80,60,30);
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	background:rgb(241,241,218);
	word-break: break-all;
}
a{
	text-decoration: underline;
	display: inline-block;
	color: rgb(80,60,30);
	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: rgba(250,245,240,1);
}
.inner_box{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
}
.page_title{
	text-align: center;
	margin: 60px auto 0 auto;
}
.page_title p{
	width: 1000px;
	margin: 0 auto;
	background: url("images/line_dot.png") no-repeat top center / 100%,url("images/line_dot.png") no-repeat bottom center / 100%;
	padding: 15px 0;
}
.page_title p img{
	width: 13%;
}
.section_title{
	padding: 0 0 10px 50px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid rgb(80,60,30);
	background: url("images/icon_section_title.png") no-repeat left top / 40px;
}
.section_title p img{
	height: 25px;
}



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


/* container */
#container{
	width:100%;
	min-width: 1250px;
}
#header_fixed{
	width:100%;
	min-width: 1250px;	
	background: url("images/header.png") no-repeat center top / 100%;
	position: fixed;
	top: 0;
	height: 100vh;
	z-index: 2;
	pointer-events: none;
}
/* header */
#header{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 8% 0 0 0;
}
#logo{
	width: 35%;
}

#menu{
	width: 55%;
}
#menu ul{
	display: flex;
	justify-content: space-between;
}
#menu li{
	width: 30%;
}
.menu_01 a{
	width: 100%;
	height: 5vw;
	background: url("images/menu_01.png") no-repeat center center / 100%;
} 
.menu_01 a:hover{
	background: url("images/menu_01_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_02 a{
	width: 100%;
	height: 5vw;
	background: url("images/menu_02.png") no-repeat center center / 100%;
}
.menu_02 a:hover{
	background: url("images/menu_02_hover.png") no-repeat center center / 100%;
	opacity: 1;
}
.menu_03 a{
	width: 100%;
	height: 5vw;
	background: url("images/menu_03.png") no-repeat center center / 100%;
}
.menu_03 a:hover{
	background: url("images/menu_03_hover.png") no-repeat center center / 100%;
	opacity: 1;
}	


/* top_img */
.top_img{
	width: 1100px;
	margin: 20px auto 0 auto;
	padding: 0 0 50px 0;
}

/* kihon */
table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
}
th{
	background: rgba(120,200,100,1);
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px 0 0 10px;
	text-align: center;
	font-weight: normal;
}
td{
	background: #fff;
	padding: 10px 20px;
	border-radius: 0 10px 10px 0;
}

/* kihon */
.kihon_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.kihon_l{
	width: 600px;
}
.instagram-media{
	width: 30%;
	max-width: 350px !important;
}
/* gmap */
#gmap{
	position: relative;
	padding-top: 50%;
	width: 100%;
	margin: 30px auto 0 auto;
}
#gmap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	margin: 0 auto;
	border: none;
}

/* enkaku */
.enkaku_photo{
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0 auto;
}
.enkaku_photo li{
	width: 32%;
}
.enkaku_photo img{
	width: 100%;
	height: 175px;
	object-fit: cover;
	border-radius: 20px;
}


/* daily */
.daily_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	text-align: center;
}
.blank{
	width: 37%;
}
.daily_photo{
	width: 37%;
}
.daily_photo img{
	width: 100%;
}
.daily_box dl{
	width: 26%;
}
.daily_box dt{
	width: 35%;
	margin: 0 auto 20px auto;
}


/* year */
.year_box{
	display: flex;
	justify-content: space-between;
}
.month{
	width: 51.5%;
}
.month dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url("images/line_dot.png") no-repeat left bottom / 100%;
	padding: 3px 0;
}
.month dt{
	width: 15%;
}
.month dd{
	width: 82%;
}
.year_photo{
	width: 46%;
}
.year_photo ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.year_photo li{
	width: 47%;
	margin: 1.5%;
}
.year_photo img{
	width: 100%;
	height: 175px;
	object-fit: cover;
	border-radius: 20px;
}


/* bosyu */
.nagare_title{
	border-top: 1px solid rgba(120,200,100,1);
	border-bottom: 1px solid rgba(120,200,100,1);
	padding: 10px 0;
	text-align: center;
	margin: 10px auto 0 auto;
}
.bosyu_box{
	border: 10px solid rgb(200,230,120);
	padding: 40px;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 40px auto 80px auto;
}
.bosyu_box:last-of-type{
	margin: 40px auto 0 auto;
}
.bosyu_title{
	margin: -100px auto 20px auto;
	width: 190px;
}
.nagare{
	display: flex;
	justify-content: space-between;
	margin: 20px auto 0 auto;
}
.nagare li{
	background: rgba(120,200,100,1);
	border-radius: 20px;
	width: 24%;
}
.nagare_txt{
	text-align: center;
	margin: 30px auto 0 auto;
}
.pdf{
	margin: 30px auto 0 auto;
	text-align: center;
}
.pdf a{
	background:rgba(80,60,30,0.2)  url("images/icon_pdf.png") no-repeat left 30px top 15px / 15px;
	text-decoration: none;
	padding: 15px 30px 15px 52px;
	border-radius: 20px;
	box-sizing: border-box;
}
.bosyu_photo{
	display: flex;
	justify-content: space-between;
	margin: 0 auto 20px auto;
}
.bosyu_photo li{
	width: 32%;
}
.bosyu_photo img{
	width: 100%;
	height: 175px;
	object-fit: cover;
	border-radius: 20px;
}


/* footer */
#footer{
	padding: 5% 0 15% 0;
}
.footer_box{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_logo{
	width: 300px;
	margin: 0 40px 0 0;
}
.copy{
	text-align: center;
	width: 1000px;
	margin: 40px auto 0 auto;
	font-size: 13px;
}

#footer_fixed{
	min-width: 1250px;	
	background: url("images/footer.png") no-repeat center bottom / 100%;
	position: fixed;
	bottom: 0;
	height: 100vh;
	width: 100%;
	z-index: 3;
	pointer-events: none;
}

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


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

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

.inner_box{
	width: 80%;
	margin: 0 auto;
	padding: 5% 0;
}

.page_title{
	margin: 10% auto 0 auto;
}
.page_title p{
	width: 90%;
	padding: 10px 0;
}
.page_title p img{
	width: 30%;
}	
.section_title p img{
	height: 4vw;
}
	
/* container */
#container{
	min-width: 1px;
}
#header_fixed{
	min-width: 1px;	
}
	
/* header */
#header{
	width: 90%;
	margin: 0 auto;
	display: block;
	padding: 10% 0 0 0;
}
#logo{
	width: 60%;
	margin: 0 auto 20px auto;
}

/* menu */
body.stop{
	overflow: hidden;
}	
.toggle{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5;
	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: 4;
	box-sizing: border-box;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	display: none;
}

#menu ul{
	padding: 20% 0 0 0;
	display: block;
	width: 100%;
	margin: 0 auto;
}
#menu li{
	width: 100%;
	margin: 0 auto;
}
.menu_01 a{
	height: 19vw;
	background: url("images/menu_01.png") no-repeat center center / 50%;
} 
.menu_01 a:hover{
	background: url("images/menu_01_hover.png") no-repeat center center / 50%;
}
.menu_02 a{
	height: 19vw;
	background: url("images/menu_02.png") no-repeat center center / 50%;
}
.menu_02 a:hover{
	background: url("images/menu_02_hover.png") no-repeat center center / 50%;
}
.menu_03 a{
	height: 19vw;
	background: url("images/menu_03.png") no-repeat center center / 50%;
}
.menu_03 a:hover{
	background: url("images/menu_03_hover.png") no-repeat center center / 50%;
}	
	

/* top_img */
.top_img{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 5% 0;
}
	
/* kihon */
.kihon_box{
	display: block;
	justify-content: space-between;
	align-items: flex-start;
}
.kihon_l{
	width: 100%;
}
.instagram-media{
	width: 100%;
	min-width: 1px !important;
}
/* gmap */
#gmap{
	padding-top: 70%;
	margin: 0 auto 20px auto;
}
	
/* enkaku */	
.enkaku_photo{
	display: block;
}
.enkaku_photo li{
	width: 100%;
	margin: 0 auto 10px auto;
}
.enkaku_photo li:last-child{
	width: 100%;
	margin: 0 auto 10px auto;
}
.enkaku_photo img{
	width: 100%;
	height: 45vw;
	border-radius: 20px;
}
	
/* daily */
.daily_box{
	justify-content: center;
	margin: 0 auto 40px auto;
	border-bottom: 1px solid rgb(200,230,120);
	padding: 0 0 40px 0;
}
.daily_box:last-of-type{
	border-bottom: none;
	margin: 0 auto;
}
.blank{
	display: none;
}
.daily_photo{
	width: 50%;
}
.daily_box dl{
	width: 50%;
}
.daily_box dt{
	width: 30%;
}

	
/* year */
.year_box{
	display: block;
}
.month{
	width: 100%;
}
.month dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 0 5px 0;
}
.month dt{
	width: 17%;
}
.month dd{
	width: 81%;
}
.year_photo{
	width: 100%;
	margin: 30px auto 0 auto;
}
.year_photo ul{
	justify-content: space-between;
}
.year_photo li{
	width: 49%;
	margin: 0 0 10px 0;
}
.year_photo img{
	height: 28vw;
}
	
/* bosyu */
.bosyu_box{
	padding: 8%;
	margin: 10% auto 20% auto;
}
.bosyu_box:last-of-type{
	margin: 40px auto 0 auto;
}
.bosyu_title{
	margin: -17vw auto 6vw auto;
	width: 34vw;
}
.nagare{
	display: block;
	margin: 20px auto 0 auto;
}
.nagare li{
	width: 100%;
	margin: 0 auto 10px auto;
	text-align: center;
}
.nagare li img{
	width: 55%;
}
.pdf{
	margin: 10% auto 0% auto;
}

.bosyu_photo{
	display: block;
}
.bosyu_photo li{
	width: 100%;
	margin: 0 auto 10px auto;
}
.bosyu_photo img{
	width: 100%;
	height: 35vw;
}
	
/* footer */
.footer_box{
	width: 80%;
	margin: 0 auto;
	display: block;
}
.footer_logo{
	width: 70%;
	margin: 0 auto 8% auto;
}
.footer_box ul{
	text-align: center;
}
.copy{
	width: 70%;
}

#footer_fixed{
	min-width: 1px;	
}
}
	
@media screen and (max-width:480px){

.tel a{
	pointer-events: auto;
	
}
	
th{
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
}

td{
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
}
	
/* daily */
.daily_box{
	margin: 0 auto 30px auto;
	flex-wrap: wrap;
}
.blank{
	display: none;
}
.daily_photo{
	width: 100%;
	order: 2;
	margin: 20px auto 0 auto;
}
.daily_box dl{
	width: 100%;
	order: 1;
}
.daily_box dt{
	width: 25%;
}

.nagare li img{
	width: 80%;
}	

	
}

