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

.pagetit_wrap{
	position: relative;
	width: 100%;
	background-color: #EEDDBB;
	padding-top: 60px;
	padding-bottom: 0;
	background-image: url("../img/con_bg1.gif");
	background-position: center top;
}
.pagetit_box{
	width: 900px;
	margin-left: auto; margin-right: auto;
}
.pagetit_tit_obi{
	position: absolute;
	top: 60px;
	left: 0;
	width: calc( (100% - 900px) / 2 ) ;
	height: 66px;
	background-color: #e26666;
}
.pagetit_tit p{
	margin: 0;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	background-color: #e26666;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.3em;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}
.pagetit_tit_1{
	float: left;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #e26666;
	line-height: 24px;
}
.pagetit_tit_2{
	float: left;
	line-height: 23px;
}
.con1_wrap{
	padding-bottom: 60px;
	padding-top: 60px;
	background-color: #EEDDBB;
	background-image: url("../img/con_bg1.gif");
	background-position: center top;
}
.con1_box{
	width: 90%;
	max-width: 880px;
	margin-left: auto; margin-right: auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.box_ex1::after {
	display: block;
	content:"";
	width: calc(( 2 / 5 ) * 100%);
}
.box_ex2::after {
	display: block;
	content:"";
	width: calc(( 3 / 5 ) * 100%);
}
.item_wrap{
	width: 20%;
	min-width: 145px;
	margin-bottom: 40px;
}
.item{
	position: relative;
	width: 125px;
	height: 93px;
	background-color: #fff;
	margin-left: auto; margin-right: auto;
}
.item img{
	position: absolute;
	display: block;
	width: 88%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#lightbox .lb-container { padding: 30px; }
.ex_btn_wrap{
	width: 520px;
	margin-left: auto; margin-right: auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.ex_btn_pre,.ex_btn_nex{
	position: relative;
	width: 210px;
	height: 45px;
	border: solid 1px #e76666;
	background-color: #fff;
}
.ex_btn_pre1{
	width: 45px; height: 45px;
	float: left;
}
.ex_btn_nex2{
	width: 45px; height: 45px;
	float: left;
}
.ex_btn_pre2{
	width: 110px;
	height: 45px;
	float: left;
}
.ex_btn_nex1{
	width: 110px;
	height: 45px;
	float: left;
}
.ex_btn_pre_box,.ex_btn_nex_box{
	position: absolute;
	width: 155px;
	height: 45px;
	margin: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.ex_btn_pre2 p,.ex_btn_nex1 p{
	margin: 0;
	font-size: 16px;
	line-height: 45px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.2em;
	color: #e26666;
}
.ex_btn_nex1 p{
	text-align: right;
}

