@charset "utf-8";

.slide_wrap{
	width: 100%;
	background-color: #EEDDBB;
	background-image: url("../img/con_bg1.gif");
	background-position: center top;
}
.slide_box{
	position: relative;
	width: 90%;
	max-width: 900px;
	margin-left: auto; margin-right: auto;
	overflow: hidden;
}
.slide_box_text{
	display: table;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 370px;
	height: 80px;
	padding-left: 20px;
	box-sizing: border-box;
	background-color: rgba(219,92,92,0.7);
}
.slide_box_text p{
	margin: 0;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;

}

/*BX*//* 枠線の削除 */
.bx-wrapper {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
ul.bxslider {
	width: 100%;
	margin: 0;
	padding: 0;
}

/*ページャを内側*/
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    bottom: 20px;
}
.bx-wrapper {
	margin: 0 auto;
}

.con1_wrap{
	width: 100%;
	background-color: #fff;
}
.con1_box{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	max-width: 900px;
	margin-left: auto; margin-right: auto;
	padding-top: 60px; padding-bottom: 40px;
}
.con1_box a{
	display: block;
	width: 200px;
	text-decoration: none;
}
.con1_1,.con1_1_2,.con1_2,.con1_3,.con1_4{
	width: 100%;
}
.con1_1 img,.con1_1_2 img,.con1_2 img,.con1_3 img,.con1_4 img{
	width: 100%;
	display: block;
	transition: 0.5s;
}
.con1_1 p,.con1_1_2 p,.con1_2 p,.con1_3 p,.con1_4 p{
	margin: 0;
	margin-top: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	font-size: 13px;
	color: #666;
}
.con1_1{
	background-image: url("../img/top/con1_1_pt1_ov.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}
.con1_1_2{
	background-image: url("../img/top/con1_1_pt2_ov.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}
.con1_2{
	background-image: url("../img/top/con1_2_ov.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}
.con1_3{
	background-image: url("../img/top/con1_3_ov.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}
.con1_4{
	background-image: url("../img/top/con1_4_ov.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% auto;
}
.con1_box div:hover > img{
	opacity: 0;
}
.con2_wrap{
	width: 100%;
	height: 500px;
	background-color: #EEDDBB;
	background-image: url("../img/con_bg1.gif");
	background-position: center top;
}
.con2_box{
	width: 90%;
	max-width: 900px;
	height: 100%;
	margin-left: auto; margin-right: auto;
}
.con2_fb{
	float: left;
	width: 100%;
	max-width: 350px;
	height: 500px;
}
.con2_fb .fb-page{
	height: 100%;
}
.con2_gm{
	position: relative;
	float: right;
	width: calc( 100% - 350px );
	height: 100%;
	padding: 0;
	background-color: #ddd;
	overflow: hidden;
}
.con2_gm iframe{
	position: absolute;
	margin: 0;
	width: 100%;
	top: -150px;
	height: calc(100% + 150px + 150px);
}
.con2_gm_add{
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	padding-top: 10px; padding-bottom: 10px;
}
.con2_gm_add p{
	margin: 0;
	font-size: 16px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #444;
}
.con3_wrap{
	width: 100%;
	background-color: #FFF;
}
.con3_box{
	width: 90%;
	max-width: 900px;
	margin-left: auto; margin-right: auto;
	padding-bottom: 60px;
	padding-top: 60px;
	background-color: #fff;
}
.con3_box a{
	width: 100%; height: 100%;
	display: block;
	text-decoration: none;
	transition: 0.5s;
}
.con3_box a:hover {
	background-color: rgba(255,255,255,0.7);
}
.con3_btn{
	width: 500px;
	margin-left: auto; margin-right: auto;
	border-radius: 30px;
	background-color: #f8d1d1;
}
.con3_btn_1{
	margin: 0;
	padding-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	color: #444;
	font-weight: 500;
	text-align: center;
}
.con3_btn_2{
	margin: 0;
	padding-bottom: 13px;
	font-size: 14px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #444;
}







