@charset "utf-8";

img{
	max-width: 100%;
}
#kosodate{
	background-color: #F7FAEF;
	overflow: hidden;
	color: #411010;
}
.hapihapilink{
	margin: 0 15px;
	padding-top: 30px;
}
.hapihapi{
	position: relative;
	margin: 0 15px;
}
.copybox{
	position: relative;
	text-align: left;
}
.copybox p{
	line-height: 1.5;
	border-top:dashed 3px #FAA400;
	border-bottom:dashed 3px #FAA400;
	padding: 10px 0;
}
.copybox a.more{
	background-color: #FAA400;
	color: #FFF;
	border-radius: 10px;
	padding: 2px 20px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 150px;
	margin: 10px auto;
}
.copybox a.more:hover{
	background-color: #C28100;
}

.illust1{
	width: calc(45% - 4px);
	display: inline-block;
}
.illust2{
	width: calc(55% - 4px);
	display: inline-block;
}

.titlebox h1{
	text-align: center;
	width: 250px;
	margin: 0 auto;
	margin-top: 30px;
}
.titlebox img.illust{
	width: 50%;
	float: right;
	margin-left: 5px;
}
.titlebox p{
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	margin: 0;
}
.titlebox::after{
	content: "";
	display: block;
	clear: both;
}
.illust8{
	width: 80px;
}

.hapihapibox{
	border: dotted 4px #FBD291;
	padding: 5px;
	border-radius: 10px;
	line-height: 0;
}
.hapihapibox img{
	border-radius: 4px;
}

/**/

.takuhai{
	margin: 0 15px;
}
.h2{
	position: relative;
	text-align: center;
	margin: 20px auto;
	margin-bottom: 10px;
	width: 280px;
}
.h2 span{
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	top:0;
	left: 0;
	padding-top: 10px;
	font-size: 18px;
}

.button{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	justify-content: space-between;
	flex-wrap: wrap;
}
.button li{
	position: relative;
	width: calc(50% - 5px);
	box-sizing: border-box;
	line-height: 1;
}
.button li img:nth-child(2){
	position: absolute;
	top:0;
	left: 0;
}
.button li span{
	position: absolute;
	display: block;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.button li a{
	display: block;
	height: 100%;
	color: #411010;
	text-decoration: none;
	font-weight: bold;

}
.button a:hover img:first-child{
	opacity: 0.7;
}
.button a:hover img:nth-child(2){
	opacity: 1;
}

/**/
.shop{
	position: relative;
	margin: 0 15px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.shop .copybox p span{
	display: block;
	font-weight: bold;
	line-height: 1.2;
	font-size: 24px;
	margin-left: -0.5em;
}
.shop .copybox strong{
	font-weight: bold;
	color: #FF0000;
	line-height: 1.2;
	font-size: 20px;
}
.shop .copybox .banner{
	border-bottom:dashed 3px #FAA400;
	text-align: center;
}
.shop .copybox .banner img{
	width: 280px;
}


.shop .copybox p{
	border: none;
	margin-bottom: 0;
}


.shop .line {
	position: relative;
	margin-top: -100px;
	text-align: center;
	border: solid 2px #00B900;
	padding: 15px;
	background-color: #FFF;
}
.shop .line .h3{
	margin: 0;
}

.shop .line .h5{
	font-size: 14px;
	font-weight: normal;
	background-color: #888;
	color: #FFF;
	text-align: center;
	border-radius: 0;
}
.shop .line ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shop .line li{
	width: calc(50% - 4px);
	line-height: 0;
	margin: 0;
	padding: 0;
}
.shop .line li a,
.shop .line span{
	display: block;
}


.illust3{
	width: 80px;
	margin: 0 auto;
}
.illust4{
	width: 80px;
	margin: 0 auto;
	margin-top: 20px;
}

/**/
.event{
	position: relative;
	margin: 0 15px;
	padding-bottom: 50px;
	margin-top: 10px;
}
.event .illust5{
	width: 80px;
	margin: 0 auto;
}

.button2{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.button2 li{
	position: relative;
	width: calc(50% - 2px);
	background-color: #FFE972;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
	text-align: left;
}
.button2 li::after{
	content: "";
	display: block;
	clear: both;
}


.button2 li .ulh3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}
.button2 li p{
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}
.button2 li:first-child .hata{
	position: absolute;
	bottom: -30px;
	left: 20px;
	width: 100px;
}
.button2 li:last-child .hata{
	position: absolute;
	bottom: -30px;
	right: 20px;
	width: 100px;
}
.eventbox{
	background-color: #FFF;
	border-radius: 6px;
	max-height: 300px;
	overflow: auto;
	text-align: left;
	padding: 10px;
}
.eventbox img{
	margin-left: 5px;
}

.eventbox a{
	display: block;
	color: #411010;
	padding-left: 5px;
}
.report-title{
	border-top: dashed 1px #966F6F;
	line-height: 1.4;
	padding: 10px 0;
	font-size: 14px;
}
div.report-title span{
	color: #AAA;
	display: block;
	text-align: right;
	font-size: 12px;
}

.h3{
	font-size: 18px;
	margin: 20px 0;
	margin-top: 30px;
	line-height: 1.2;
}

.oyakudati{
	margin: 0 15px;
}

/**/
.message{
	background-color: #FBF1AA;
	padding: 20px 0;

}
.messageh2{
	margin: 10px 0;
	font-size: 16px;
}
.messagebox{
	margin: 0 15px;
	margin-bottom: 10px;
	list-style: none;
	padding: 0;
}
.messagebox li{
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 5px;
	margin-bottom: 10px;
}
.messagebox li p{
	padding: 10px;
	text-align: left;
	font-size: 14px;
	border:dashed 2px #411010;
	padding-left: 50px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0;
	line-height: 1.5;
}
.messagebox span{
	display: block;
	text-align: right;
	color: #888;
	line-height: 1;
}
.messagebox li img{
	position: absolute;
	bottom: 0px;
	left: -10px;
	width: 60px;
}
.go-more{
	text-align: center;
}
.go-more img{
	width: 60px;
	vertical-align: -30px;
}

.go-more a{
	display: inline-block;
	background-color: #F5AA1C;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	line-height: 1.2;
	padding: 10px;
}
.go-more a:hover{
	background-color: #C28100;
}

.oyakudatih2 {
	text-align: center;
	margin: 0;
}
.oyakudatih2 span{
	font-weight: normal;
	font-size: 16px;
	border-bottom:dashed 3px #F5AA1C;
	padding: 0 30px;
}
.oyakudatih2 img{
	width: 40px;
}

/**/
.oyakudati{
	margin: 0 15px;
}
.oyakudati .illust6{
	width: 80px;
	margin: 0 auto;
	margin-top: 20px;
}
.oyakudati .illust7{
	width: 80px;
	margin: 0 auto;
	margin-top: 20px;
}


.page{
	text-align: center;
	margin-bottom: 20px;
}
.page a{
	display: inline-block;
	width: 24px;
	margin: 2px;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	background-color:#eee;
	color:#000;
}

.page a.this{
	background-color: #AAA;
}
.page a:hover{
	background-color: #DDD;
}
.page a.this:hover{
	background-color: #AAA;
}

.no-kosodate{
	display: none;
}




/**/
.pagenavi{
	margin: 10px 20px ;
}
.pagenavi ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.pagenavi li{
	width: calc(50% - 5px);
	border-radius: 6px;
	padding: 0;
	margin: 6px 0;
	line-height: 0;
	box-sizing: border-box;
}
.pagenavi li a{
	display: block;
	padding: 5px 0;
	height: 100%;
	background-color: #966F6F;
	border-radius: 10px;
	line-height: 0;
	box-sizing: border-box;
	color: #FFF;
	font-size: 14px;
	text-align: left;
	padding-left: 10px;

}
.pagenavi li a img{
	vertical-align: -6px;
	width: 30px;
	margin-right: 5px;
}
.pagenavi li a:hover{
	background-color: #C28100;
}
.pagenavi li a:hover img{
	opacity: 1;
}



/**/
.kirakira{
	margin: 0 auto;
	background-color: #FFF;
	padding: 20px 0;
	background-image: url("images/kirakiraback.png"),url("images/kirakiraback.png");
	background-repeat: no-repeat,no-repeat;
	background-size: 700px,700px;
	background-position: center top, left 100px bottom;
}
.kirakira ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0 20px;
	padding: 0;
}
.kirakira li{
	width: calc(50% - 5px);
	line-height: 0;
	margin: 0;
	padding: 0;
}
.kirakira li a{
	display: block;
	background-color: #74BC34;
	padding: 10px;
	line-height: 0;
	border-radius: 10px;
}
.kirakira li:last-child a{
	background-color: #E36270;
}
.kirakira li a:hover img{
	opacity: 1;
}
.kirakira li a:hover{
	background-color: #A4E963;
}
.kirakira li:last-child a:hover{
	background-color: #F6A4AD;
}

.kirakira li img{
	display: block;
}


/**/
.ifyoutube{
	margin: 0;
	border: dotted 6px #D5E27B;
	margin-bottom: 0px;
}
.ifyoutube div{
	margin: 10px;
	position: relative;
	padding-top: calc((100% - 22px) * 0.56);
	overflow: hidden;
}


.ifyoutube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**/
.ifyoutube3{
	margin: 0;
	border: dotted 6px #D5E27B;
	margin-bottom: 0px;
}
.ifyoutube3 div{
	margin: 10px;
	position: relative;
	padding-top: calc((100% - 22px) * 0.56);
	overflow: hidden;
}


.ifyoutube3 iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.otomodatilink{
	margin: 20px;
	box-sizing: border-box;
	padding: 0;
}
.otomodatilink a{
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	background-image:none;
	padding: 0;
}
.otomodatilink a img{
	border-radius:10px;
	border: solid 3px #009B74;
	margin: 0;
	padding: 0;
}
.titlebox{
	padding-top: 40px;
}
.message .link{
	margin: 10px 20px;
}
.h2 span{
	top:8px;
	font-weight: bold;
}
h3.h3{
	padding: 0;
	padding-top: 40px;
	border: 0;
}
.oyakudatih2{
	margin-bottom: 20px;
}
.oyakudatih2 span{
	vertical-align: 10px;
}
