@charset "utf-8";

/*-------------------------------------------

    Element

-------------------------------------------*/

#nav{
	padding: 15px 0;
}
#nav ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 0 0;
	font-size: 1.2rem;
	color: #b4b3af;
	position: relative;
	letter-spacing: 0.1em;
}
#nav ul li::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/common/arrow.png) no-repeat center;
    width: 5px;
    height: 8px;
    right: 6px;
    top: 2px;
}
#nav ul li:last-child{
	padding: 0;
}
#nav ul li:last-child::after{
	display: none;
}
#nav ul li a{
	color: #b4b3af;
}

#page_wrap{
	padding: 70px 0 90px;
	border-bottom: solid 1px #eee;
}
#page_wrap.common_wrap{
    padding: 70px 0 0;
    border-bottom: solid 1px #eee;
}

#page_main{
	background: #f9f0f0;
	padding: 90px 0;
	text-align: center;
}

/*---------------------------------

	owner

---------------------------------*/
.owner_box01{
	font-family: MyWebFont01;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	padding: 0 0 80px;
}
.owner_box01 h2{
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 65px;
}
.owner_box01 h3{
	text-align: center;
	font-size: 3.2rem;
	color: #f78788;
}
.owner_box02{
	background: url(../images/owner/bg01.png);
	font-family: MyWebFont01;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	padding: 80px 0 80px;
}
.owner_box02 h2{
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 65px;
}
.owner_box02 h3{
	text-align: center;
	font-size: 2.4rem;
	color: #f78788;
	margin: 50px 0 15px;
}
.owner_box02 p{
	text-align: center;
	font-size: 2rem;
	color: #5c5749;
}
.arrow_box{
	margin: 50px 0;
	text-align: center;
}

/*---------------------------------

	care

---------------------------------*/
.care_box01{
	font-family: MyWebFont01;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	padding: 0 0 80px;
}
.care_box01 h2{
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 65px;
}
.care_box01 h3{
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.6;
	color: #f78788;
}
.care_box02{
	background: url(../images/owner/bg01.png);
	font-family: MyWebFont01;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	padding: 80px 0 80px;
}
.care_box02 h2{
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 65px;
}
.care_block{
	display: flex;
	justify-content: space-between;
}
.care_block .care_item {
    background: #fff;
    border: dashed 2px #5c5749;
    position: relative;
    width: 48%;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.care_block .care_item span{
    position: absolute;
    left: -20px;
    top: -20px;
}
.care_block .care_item h4{
	font-size: 2rem;
	line-height: 1.6;
	margin: 15px 0;
}
.care_block .care_item h4 b{
	color: #f78788;
	font-size: 2.8rem;
}
.care_block .care_item p{
	font-size: 1.6rem;
	line-height: 1.6;
}
.care_block .care_item p b{
	font-weight: bold;
	-webkit-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	-webkit-font-smoothing: auto;
}
.arrow_box{
	margin: 50px 0;
	text-align: center;
}

/*---------------------------------

	lookfor

---------------------------------*/
.look_box01{
	padding: 0 0 80px;
}
.look_box01 dl{
    display: table;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.look_box01 dl dt{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.look_box01 dl dt::after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 40%;
	margin: 0 0 0;
	width: 66px;
	height: 18px;
	background: url(../images/look/arrow.png) no-repeat center;
}
.look_box01 dl dd{
	display: table-cell;
	vertical-align: middle;
}
.look_box02{
	background: url(../images/owner/bg01.png);
	font-family: MyWebFont01;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	padding: 80px 0 80px;
}
.look_box02 h2{
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 65px;
}
.look_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.look_block .look_item {
    background: url(../images/look/box_bg.png) no-repeat center;
    width: 30.33333%;
    padding: 40px 0;
    margin: 0 0 40px;
}
.look_block .look_item p{
	font-family: "メイリオ", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	color: #5c5749;
	margin: 15px 0 0;
}
.look_txt{
	font-family: "メイリオ", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #5c5749;
	margin: 40px 0 0;
}
.look_box03{
	font-family: MyWebFont01;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: url(../images/look/bg_01.png) bottom center #ecf1e3;
	padding: 80px 0;
	text-align: center;
}
.look_box03 h2{
	font-size: 2.2rem;
	color: #f78788;
	margin: 0 0 20px;
}
.look_box03 p{
	font-size: 1.6rem;
	line-height: 1.6;
	color: #5c5749;
	margin: 0 0 30px;
}
.look_box03 a{
    background: #f78788;
    color: #fff;
    display: block;
    position: relative;
    padding: 15px 0;
    margin: 0 auto;
    max-width: 240px;
    border-radius: 8px;
    text-align: center;
}

/*---------------------------------

	company

---------------------------------*/
.company_box table{
	width: 100%;
}
.company_box table tr{
	border-bottom: dashed 1px #eee;
}
.company_box table tr:last-child{
	border-bottom: none;
}
.company_box table th{
	width: 240px;
	vertical-align: middle;
	padding: 25px;
	text-align: left;
	box-sizing: border-box;
}
.company_box table td{
	vertical-align: middle;
	padding: 25px;
}

/*---------------------------------

	contact

---------------------------------*/
.contact_box table{
	width: 100%;
}
.contact_box table tr{
	border-top: dashed 1px #eee;
}
.contact_box table tr:last-child{
	border-bottom: dashed 1px #eee;
}
.contact_box table th{
	width: 240px;
	vertical-align: middle;
	padding: 25px 0 25px 55px;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
.contact_box table th span{
    font-size: 1rem;
    color: #fff;
    background: #abaaa8;
    padding: 2px 4px 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    position: absolute;
    left: 10px;
}
.contact_box table th span.req{
	background: #ce3d48;
}
.contact_box table tr:last-child th{
	vertical-align: top;
}
.contact_box table td{
	vertical-align: middle;
	padding: 25px;
}
.contact_box table td input.input01{
	display: block;
	background: #f8f7f3;
	padding: 10px;
	font-size: 1.4rem;
	border: none;
	width: 100%;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.contact_box table td textarea{
	display: block;
	background: #f8f7f3;
	padding: 10px;
	font-size: 1.4rem;
	border: none;
	width: 100%;
	min-height: 180px;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
.privacy_box{
	border: solid 1px #eee;
	background: #fff;
	margin: 40px 0 40px;
	padding: 60px;
	height: 270px;
	overflow: scroll;
	box-sizing: border-box;
}
.privacy_box h5{
	text-align: center;
	margin: 0 0 35px;
	font-size: 1.6rem;
}
.privacy_box p{
	font-size: 1.4rem;
	line-height: 24px;
	letter-spacing: 0.1em;
	margin: 30px 0 0;
}
.privacy_box p b{
	display: block;
	font-weight: normal;
}

#submit .submit{
	display: block;
	width: 286px;
	height: 53px;
	line-height: 53px;
	background: url(../images/arrow01.png) no-repeat 95% center #5c5749;
	border-radius: 2px;
	color: #fff;
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

/*---------------------------------

	category

---------------------------------*/
.category_list dl{
	display: table;
	padding: 40px 20px;
	border-top: dashed 1px #eee;
	width: 100%;
	box-sizing: border-box;
}
.category_list dl:last-child{
	border-bottom: dashed 1px #eee;
}
.category_list dl dt{
	display: table-cell;
	vertical-align: top;
	font-size: 1.2rem;
	line-height: 24px;
	width: 75px;
}
.category_list dl dd{
	display: table-cell;
	vertical-align: top;
	padding: 0 130px 0 30px;
	position: relative;
}
.category_list dl dd h3{
	font-size: 1.6rem;
	line-height: 24px;
}
.category_list dl dd p{
	font-size: 1.2rem;
	line-height: 22px;
	margin: 20px 0 0;
}
.category_list dl dd a{
    position: absolute;
    right: 0;
    top: 50%;
    margin: -7px 0 0;
    padding: 0 24px 0 0;
    font-size: 1.3rem;
    color: #f78788;
    background: url(../images/common/more.png) no-repeat right center;
}

#pager{
	text-align: center;
}
#pager a,#pager span{
	display: inline-block;
	vertical-align: middle;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 4px;
	margin: 0 2px;
	background: #f2f0ec;
}
#pager span.current,#pager a:hover{
	color: #fff;
	background: #5c5749;
	opacity: 1;
}
.wp-pagenavi{
	margin: 60px 0 0;
}
.paging{
	margin: 60px auto 0;
	max-width: 660px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.paging a {
    display: block;
    width: 30%;
    background: #f2f0ec;
    text-align: center;
    padding: 15px 15px;
    box-sizing: border-box;
}
.paging a span.prev{
	background: url(../images/common/prev.png) no-repeat left center;
	display: block;
}
.paging a span.next{
	background: url(../images/common/next.png) no-repeat right center;
	display: block;
}

/*---------------------------------

	single

---------------------------------*/
.single_head{
	margin: 0 0 40px;
}
.single_head span.cat{
	background: #f0acad;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 2px;
    margin: 0 15px 0 0;
}
.single_head span.time{
	display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}
.single_head h1{
	font-size: 2.4rem;
	line-height: 32px;
	margin: 15px 0 0;
}
.single_content p{
	font-size: 1.4rem;
	line-height: 26px;
	text-align: justify;
	margin: 0 0  20px;
}

.relate_box{
	margin: 90px 0 0;
}
.relate_box h3{
	font-size: 1.6rem;
	padding: 0 0 10px;
	border-bottom: solid 1px #eee;
	margin: 0 0 50px;
}
.relate_block{
	margin: 0 -1.5%;
}
.relate_block::after{
	content: "";
	display: block;
	clear: both;
}
.relate_block div{
	width: 30.3%;
	float: left;
	margin: 0 1.5%;
}
.relate_block div figure{
	margin: 0 0 20px;
    text-align: center;
    width: 100%;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
}
.relate_block div figure img {
    width: auto;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.relate_block div span.cat{
	background: #f0acad;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 2px;
    margin: 0 15px 0 0;
}
.relate_block div span.time{
	display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}
.relate_block div p{
	font-size: 1.6rem;
	line-height: 24px;
	margin: 15px 0 0;
}


/*---------------------------------

	info

---------------------------------*/
#page_wrap .info_list::after{
	content: "";
	display: block;
	clear: both;
}
#page_wrap .info_list{
	display: flex;
	flex-wrap: wrap;
}
#page_wrap .info_list dl{
	width: 315px;
	margin: 0 0 20px;
}
#page_wrap .info_list dl:nth-of-type(3n+2){
	margin: 0 27px;
}
#page_wrap .info_list dl figure{
	margin: 0 0 20px;
}
#page_wrap .info_list dl figure a{
	display: block;
}
#page_wrap .info_list dl figure img{
	width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#page_wrap .info_list dl dd div{
    display: block;
    position: relative;
    min-height: 22px;
    padding: 8px 0 0 90px;
    margin: 0 0 15px;
    font-size: 1.4rem;
}
#page_wrap .info_list dl dd div span.cat{
    display: block;
    background: #f0acad;
    padding: 10px 6px;
    font-size: 1rem;
    color: #fff;
    border-radius: 4px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
#page_wrap .info_list dl dd p{
	line-height: 1.6;
}

.info_single_head{
	display: block;
    position: relative;
    min-height: 22px;
    padding: 8px 0 0 90px;
    margin: 0 0 15px;
    font-size: 1.4rem;
}
.info_single_head span.cat{
    display: block;
    background: #f0acad;
    padding: 10px 6px;
    font-size: 1rem;
    color: #fff;
    border-radius: 4px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 13px;
}
.info_single_head h1{
	font-size: 2.4rem;
	line-height: 1.6;
}
.info_single_txt{
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 0 60px;
}
.info_slide{
	overflow: hidden;
	border-radius: 20px;
}
.info_slide img{
	width: 100%;
    height: 620px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.slick_pager .slick-track{
	transform: initial!important;
}
.slick_pager .slick-track {
    position: static;
    top: 0;
    left: 0;
    display: block;
    margin: 20px;
}
.slick_pager .slick-track li{
	margin: 0 20px 0 0;
}
.info_detail h2{
	font-size: 2.4rem;
	margin: 0 0 50px;
}
.info_detail_box::after{
	content: "";
	display: block;
	clear: both;
}
.info_detail_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: solid 2px #bfbfbf;
}
.info_detail_box table{
	width: 50%;
	display: table;
}
.info_detail_box th{
	display: table-cell;
	vertical-align: middle;
	background: #f8efef;
	width: 170px;
	padding: 15px;
	box-sizing: border-box;
	border: solid 1px #bfbfbf;
}
.info_detail_box td{
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	border: solid 1px #bfbfbf;
	border-right: none;
}



@media screen and (min-width:320px) and ( max-width: 767px) {
table,tbody,tr,th,td{
	display: block;
}

#nav{
	padding: 15px 20px;
}
#nav ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px 0 0;
	font-size: 1rem;
	color: #b4b3af;
	position: relative;
	letter-spacing: 0.1em;
}
#nav ul li::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/common/arrow.png) no-repeat center;
    width: 5px;
    height: 8px;
    right: 6px;
    top: 2px;
}
#nav ul li:last-child{
	padding: 0;
}
#nav ul li:last-child::after{
	display: none;
}
#nav ul li a{
	color: #b4b3af;
}

#page_wrap{
	padding: 60px 20px 60px;
	border-bottom: solid 1px #eee;
}
#page_wrap.common_wrap {
    padding: 40px 0 0;
    border-bottom: solid 1px #eee;
}

#page_main{
	background: #f9f0f0;
	padding: 40px 20px;
	margin: 76px 0 0;
	text-align: center;
}


/*---------------------------------

	owner

---------------------------------*/
.owner_box01{
	font-family: MyWebFont01;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	padding: 0 20px 40px;
}
.owner_box01 h2{
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 40px;
}
.owner_box01 h3{
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.6;
	color: #f78788;
}
.owner_box02{
	background: url(../images/owner/bg01.png);
	font-family: MyWebFont01;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	padding: 40px 20px 40px;
}
.owner_box02 h2{
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 40px;
}
.owner_box02 h3{
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	color: #f78788;
	margin: 40px 0 15px;
}
.owner_box02 p{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #5c5749;
}
.arrow_box{
	margin: 40px 0;
	text-align: center;
}

/*---------------------------------

	care

---------------------------------*/
.care_box01 {
    font-family: MyWebFont01;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding: 0 20px 40px;
}
.care_box01 h2{
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 40px;
}
.care_box01 h3{
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	color: #f78788;
}
.care_box02{
    background: url(../images/owner/bg01.png);
    font-family: MyWebFont01;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    padding: 40px 20px;
}
.care_box02 h2{
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 40px;
}
.care_block{
	display: block;
	justify-content: space-between;
}
.care_block .care_item{
    background: #fff;
    border: dashed 2px #5c5749;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 20px 20px;
    margin: 40px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.care_block .care_item span{
    position: absolute;
    left: -20px;
    top: -20px;
}
.care_block .care_item h4{
	font-size: 1.8rem;
	line-height: 1.6;
	margin: 15px 0;
}
.care_block .care_item h4 b{
	color: #f78788;
	font-size: 2.2rem;
}
.care_block .care_item p{
	font-size: 1.6rem;
	line-height: 1.6;
}
.care_block .care_item p b{
	font-weight: bold;
	-webkit-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	-webkit-font-smoothing: auto;
}
.arrow_box{
	margin: 50px 0;
	text-align: center;
}

/*---------------------------------

	lookfor

---------------------------------*/
.look_box01{
	padding: 0 20px 40px;
}
.look_box01 dl{
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.look_box01 dl dt{
	display: block;
	vertical-align: middle;
	position: relative;
}
.look_box01 dl dt::after{
	display: none;
}
.look_box01 dl dd{
	display: block;
	vertical-align: middle;
}
.look_box02{
	background: url(../images/owner/bg01.png);
	font-family: MyWebFont01;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	padding: 40px 20px 40px;
}
.look_box02 h2{
	text-align: center;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	color: #5c5749;
	margin: 0 0 40px;
}
.look_block{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.look_block .look_item {
    background: url(../images/look/box_bg.png) no-repeat center;
    background-size: contain;
    width: 49%;
    min-height: 150px;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 0 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.look_block .look_item p{
	font-family: "メイリオ", sans-serif;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: bold;
	color: #5c5749;
	margin: 15px 0 0;
}
.look_block .look_item p br{
	display: none;
}
.look_txt{
	font-family: "メイリオ", sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #5c5749;
	margin: 40px 0 0;
	text-align: justify;
}
.look_box03{
    font-family: MyWebFont01;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: url(../images/look/bg_01.png) bottom center #ecf1e3 repeat-x;
    padding: 80px 20px;
    text-align: center;
}
.look_box03 h2{
	font-size: 2.2rem;
	color: #f78788;
	margin: 0 0 20px;
}
.look_box03 p{
	font-size: 1.6rem;
	line-height: 1.6;
	color: #5c5749;
	margin: 0 0 30px;
}
.look_box03 a{
    background: #f78788;
    color: #fff;
    display: block;
    position: relative;
    padding: 15px 0;
    margin: 0 auto;
    max-width: 240px;
    border-radius: 8px;
    text-align: center;
}

/*---------------------------------

	company

---------------------------------*/
.company_box table{
	width: 100%;
}
.company_box table tr{
	border-bottom: dashed 1px #eee;
}
.company_box table tr:last-child{
	border-bottom: none;
}
.company_box table th {
    width: auto;
    vertical-align: middle;
    padding: 20px 10px;
    text-align: left;
    box-sizing: border-box;
    background: #f9f6f6;
}
.company_box table td{
	vertical-align: middle;
	padding: 20px 10px;
	line-height: 24px;
}
.company_box table td a{
	display: inline-block;
	vertical-align: middle;
}

/*---------------------------------

	contact

---------------------------------*/
.contact_box table{
	width: 100%;
}
.contact_box table tr{
	border-top: dashed 1px #eee;
}
.contact_box table tr:last-child{
	border-bottom: dashed 1px #eee;
}
.contact_box table th{
	width: auto;
	vertical-align: middle;
	padding: 25px 0 0 55px;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
.contact_box table th span{
    font-size: 1rem;
    color: #fff;
    background: #abaaa8;
    padding: 2px 4px 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    position: absolute;
    left: 10px;
}
.contact_box table th span.req{
	background: #ce3d48;
}
.contact_box table tr:last-child th{
	vertical-align: top;
}
.contact_box table td{
	vertical-align: middle;
	padding: 25px 0;
}
.contact_box table td input.input01{
	display: block;
	background: #f8f7f3;
	padding: 10px;
	font-size: 1.4rem;
	border: none;
	width: 100%;
	letter-spacing: 0.1em;
}
.contact_box table td textarea{
	display: block;
	background: #f8f7f3;
	padding: 10px;
	font-size: 1.4rem;
	border: none;
	width: 100%;
	min-height: 180px;
	letter-spacing: 0.1em;
}
.privacy_box{
	border: solid 1px #eee;
	background: #fff;
	margin: 40px 0 40px;
	padding: 30px 20px;
	height: 270px;
	overflow: scroll;
	box-sizing: border-box;
}
.privacy_box h5{
	text-align: center;
	margin: 0 0 35px;
	font-size: 1.4rem;
}
.privacy_box p{
	font-size: 1.2rem;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin: 30px 0 0;
}
.privacy_box p b{
	display: block;
	font-weight: normal;
}

#submit .submit{
	display: block;
	width: 256px;
	height: 53px;
	line-height: 53px;
	background: url(../images/arrow01.png) no-repeat 95% center #5c5749;
	border-radius: 2px;
	color: #fff;
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

/*---------------------------------

	category

---------------------------------*/
.category_list dl{
	display: block;
	padding: 20px 20px;
	border-top: dashed 1px #eee;
}
.category_list dl:last-child{
	border-bottom: dashed 1px #eee;
}
.category_list dl::after{
	content: "";
	display: block;
	clear: both;
}
.category_list dl dt{
	display: block;
	vertical-align: top;
	font-size: 1.2rem;
	width: auto;
}
.category_list dl dd{
	display: block;
	vertical-align: top;
	padding: 0 0;
	position: relative;
}
.category_list dl dd h3{
	font-size: 1.4rem;
	line-height: 20px;
	margin: 10px 0 0;
}
.category_list dl dd p{
	font-size: 1.2rem;
	line-height: 20px;
	margin: 10px 0 0;
}
.category_list dl dd a{
	float: right;
	display: inline-block;
    position: static;
    right: 0;
    top: 50%;
    margin: 15px 0 0;
    padding: 0 24px 0 0;
    font-size: 1.3rem;
    color: #f78788;
    background: url(../images/common/more.png) no-repeat right center;
}

/*---------------------------------

	single

---------------------------------*/
.single_head{
	margin: 0 0 20px;
}
.single_head span.cat{
	background: #f0acad;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 2px;
    margin: 0 15px 0 0;
}
.single_head span.time{
	display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}
.single_head h1{
	font-size: 2rem;
	line-height: 32px;
	margin: 15px 0 0;
}
.single_content p{
	font-size: 1.4rem;
	line-height: 26px;
	text-align: justify;
	margin: 0 0  20px;
}

.relate_box{
	margin: 60px 0 0;
}
.relate_box h3{
	font-size: 1.6rem;
	padding: 0 0 10px;
	border-bottom: solid 1px #eee;
	margin: 0 0 50px;
}
.relate_block{
	margin: 0;
}
.relate_block::after{
	content: "";
	display: block;
	clear: both;
}
.relate_block div{
	width: 100%;
	float: none;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
	border-bottom: dashed 1px #ddd;
}
.relate_block div figure{
	margin: 0 0 20px;
	text-align: center;
}
.relate_block div span.cat{
	background: #f0acad;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 1rem;
    border-radius: 2px;
    margin: 0 15px 0 0;
}
.relate_block div span.time{
	display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
}
.relate_block div p{
	font-size: 1.4rem;
	line-height: 24px;
	margin: 15px 0 0;
}

/*---------------------------------

	info

---------------------------------*/
#page_wrap .info_list::after{
	content: "";
	display: block;
	clear: both;
}
#page_wrap .info_list dl {
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
}
#page_wrap .info_list dl:nth-of-type(3n+2){
	margin: 0 auto 20px;
}
#page_wrap .info_list dl figure{
	margin: 0 auto 20px;
}
#page_wrap .info_list dl dd div{
    display: block;
    position: relative;
    min-height: 22px;
    padding: 8px 0 0 90px;
    margin: 0 0 15px;
    font-size: 1.4rem;
}
#page_wrap .info_list dl dd div span.cat{
    display: block;
    background: #f0acad;
    padding: 10px 6px;
    font-size: 1rem;
    color: #fff;
    border-radius: 4px;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
#page_wrap .info_list dl dd p{
	line-height: 1.6;
}

.info_single_head{
	display: block;
    position: relative;
    min-height: 22px;
    padding: 0;
    margin: 0 0 15px;
    font-size: 1.4rem;
}
.info_single_head span.cat{
    display: inline-block;
    background: #f0acad;
    padding: 10px 6px;
    font-size: 1rem;
    color: #fff;
    border-radius: 4px;
    margin: 0;
    position: static;
}
.info_single_head h1{
	font-size: 2rem;
	line-height: 1.6;
	margin: 10px 0 0;
}
.info_single_txt{
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.info_slide{
	overflow: hidden;
	border-radius: 20px;
}
.info_slide img{
	width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.slick_pager .slick-track{
	transform: initial!important;
}
.slick_pager .slick-track {
    position: static;
    top: 0;
    left: 0;
    display: block;
    margin: 20px 0;
}
.slick_pager .slick-track li{
	margin: 0 10px 0 0;
}
.info_detail h2{
	font-size: 2.4rem;
	margin: 0 0 50px;
}
.info_detail_box::after{
	content: "";
	display: block;
	clear: both;
}
.info_detail_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: solid 2px #bfbfbf;
}
.info_detail_box table{
	width: 100%;
	display: block;
}
.info_detail_box tt,.info_detail_box tbody{
	display: block;
}
.info_detail_box th{
	text-align: left;
	display: block;
	vertical-align: middle;
	background: #f8efef;
	width: auto;
	padding: 15px;
	box-sizing: border-box;
	border: solid 1px #bfbfbf;
}
.info_detail_box td{
	display: block;
	vertical-align: middle;
	padding: 15px;
	border: solid 1px #bfbfbf;
	border-right: none;
}
}
