@charset "utf-8";
/* CSS Document */

.main{
	

}
.mainn{
	background-color:#FCF5E8;
}
.mainn section{
	padding:1% 5%;
	box-sizing: border-box;
}

#wrap::before{
    content: "";
    background-image: url(../image/border_tate_takae.svg);
    position: absolute;
    left: -5px;
    top: 0px;
    width: 10px;
    height: 100%;
    background-repeat: repeat-y;
    background-size: contain;
	z-index:10;
}

#wrap::after{
    content: "";
    background-image: url(../image/border_tate_takae.svg);
    position: absolute;
    right: -5px;
    top: 0px;
    width: 10px;
	height: 100%;
    background-repeat: repeat-y;
    background-size: contain;
	z-index:10;
}



.maintxt{
	text-align:center;
}

	
.title_bg{
	width:100%;
	padding:3vw 5vw 0 5vw;
	box-sizing: border-box;
	background-color:#FDD23C;
	margin-bottom:0;
}

.subname{
	font-size: 1.1em;
	font-weight: 600;
}

.mainname{
	font-size: 2em;
}

.kotira_link{
	padding:20px 0;
}

.kotira_link a{
	display:block;
	width:100%;
}
.kotira_link a img{
	width:100%;
}

.riyouryou_h{
    width: 90%;
	padding: 3.5% 0;
    background-image: url(../image/takae/waku_top_y.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 66px;
    margin: 0;
    position: absolute;
    top: -45px;
}
.riyouryou::after{
    content: '';
    display: inline-block;
    width: 100%;
    padding: 3.5% 0;
    background-image: url("../image/takae/waku_end_y.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: -10px;
    position: relative;
}

.riyouryou_in{
    background-image: url(../image/takae/waku_mid_y.png);
    background-size: contain;
    width: 100%;
    padding: 30px 0;
}

.riyouryou{
	width:100%;
	position:relative;
	padding-top: 50px !important;
}

.riyouryou_txt{
	width:100%;
	padding:0 10px;
	box-sizing:border-box;
	text-align:center;
}



.bg_border{
	background-image:url("../image/takae/stripe.jpg");
	background-repeat:repeat;
	background-size:40px;
}



.subhead{
	text-align:center;
	font-size: 20px;
	font-weight: 400;
}

.subhead::before{
	content: url("../image/takae/subhead_line_.svg");
	display:block;
}

.subhead:after{
	content: url("../image/takae/subhead_line_.svg");
	display:block;
}

.subhead2{
	text-align:center;
	font-size: 20px;
	font-weight: 400;
}

.subhead2::before{
	content: url("../image/takae/subhead_line_l.svg");
	display:block;
}

.subhead2:after{
	content: url("../image/takae/subhead_line_l.svg");
	display:block;
}

.address{
	text-align:center;
	font-size: 40px;
	margin:20px 0;
}


.slider{
    margin:20px auto;
    width: 100%;
}
.slider img{
	height: auto;
	width: 100%;
}

.slider1{
	margin-top:0 !important;
}

.slider::before{
    content: "";
    background-image: url(../image/takae/noren_y.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding: 3vw 5vw 7vw 5vw;
    box-sizing: border-box;
    z-index: 9;
    height: 30%;
    position: absolute;
}


/*slick setting*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}


.riyouryou_txt dl dt{
	text-decoration: underline;
	padding-top:10px;
	font-size:1.2em;
}

dd{
	margin:0;
    padding-bottom: 10px;
}

footer{
	background-color:#FCF5E8;
}


#lightgallery{
		text-align: center;
}



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

	.riyouryou_h{
		top:-30px !important;
		padding:5.5% 0 !important;
	}
	.address {
    font-size: 1.8em !important;
	}
}