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

html {
    font-size: 62.5% !important;
}
body {
	color: #1f1f1f;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.8;
	min-width: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
	margin: 87px 0 92px !important;
}

/*--------------------------------------
　共通
---------------------------------------*/
#contents.ihin .bnArea {
    background: #e4f4f0;
}

/*--------------------------------------
　KV（下層）
---------------------------------------*/
#key.lower {
	background: url("../../../../asset/images/ihin/bg_key.jpg") no-repeat bottom;
	background-size: cover;
}



/*--------------------------------------
　
---------------------------------------*/
#contents.ihin .ov {
	padding: 3rem 0 0;
}
#contents.ihin .ov .secTit {
	margin: 0 0 30px;
	padding: 0 4%;
}
#contents.ihin .catch {
	font-size: 20px;
	text-align: center;
	color: #00a082;
	line-height: 1.4;
	font-weight: 500;
	margin: 0 0 25px;
	padding: 0 4%;
}
#contents.ihin .lead {
	padding: 0 4%;
}
#contents.ihin .ylLabelBox {
	display: table;
	margin: 0 auto 35px;
}
#contents.ihin .ylLabelBox li {
	background: #ffc819;
	border-radius: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding: 5px 7px;
	line-height: 1.4;
	margin: 0 5px 0 0;
}
#contents.ihin .ylLabelBox li:last-child {
	margin: 0;
}
#contents.ihin .twoColBox {
	margin: 0 0 2rem;
	height: auto;
	position: relative;
	padding: 20rem 0 0;
}
#contents.ihin .twoColBox:last-child {
	margin: 0;
}
#contents.ihin .twoColBox:before {
	content: "";
	background: url("../../../../asset/images/ihin/ihin_pic01.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 20rem;
	position: absolute;
	top: 0;
	right: auto;
}
#contents.ihin .twoColBox:nth-child(2):before {
	background: url("../../../../asset/images/ihin/ihin_pic02.jpg") no-repeat center;
	background-size: cover;
	left: auto;
}
#contents.ihin .twoColBox .txtBox {
	width: 100%;
	float: none;
	padding: 2rem;
}
#contents.ihin .twoColBox.reverse .txtBox {
    width: 100%;
	float: none;
	padding: 2rem;
}
#contents.ihin .twoColBox .catch {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	line-height: 1.5;
	margin: 0 0 1rem;
	text-align: left;
	padding: 0;
}



/*--------------------------------------
　detail
---------------------------------------*/
#contents .planDtl {
	padding: 4rem 0 6rem;
}
#contents .planDtlArea {
	padding: 0 4%;
	counter-reset: number 0;
}
#contents .planDtlArea .planDtlBox {
	border: solid 3px #00a082;
	margin: 0 0 20px;
	background: #fff;
}
#contents .planDtlArea .planDtlBox:last-child {
	margin: 0;
}
#contents .planDtlArea .planDtlBox .titBox {
	position: relative;
	width: 100%;
	min-height: 70px;
	display: table;
	padding: 10px 8px 10px 80px;
	border-bottom: dotted 2px #00a082;
}
#contents .planDtlArea .planDtlBox .titBox:before {
	width: 60px;
	height: 60px;
	background: url("../../../../asset/images/plan/icon_carry.png") no-repeat;
	background-size: 100%;
	counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
    color: #ffc819;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
	position: absolute;
	top: calc(50% - 30px);
	left: 10px;
	padding: 15px 0 0;
	text-align: center;
}
#contents .planDtlArea .planDtlBox .titBox .planName {
	font-size: 18px;
	color: #00a082;
	font-weight: 700;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.6;
}
#contents .planDtlArea .planDtlBox .txtBox {
	padding: 20px;
}
#contents.ihin .ylLabel {
	background: #ffc819;
	border-radius: 14px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 15px 6px;
	display: inline-block;
	line-height: 1;
	position: relative;
    top: -3px;
	color: #1f1f1f;
	margin: 0 0 0 1rem;
}




/*--------------------------------------
　.service_point
---------------------------------------*/
#contents.ihin .service_point {
	padding: 6rem 4%;
    margin: 0;
}
#contents.ihin .service_point:before {
	content: none;
}
#contents.ihin .service_point .secTit {
	margin: 0 0 30px;
}
#contents.ihin .service_point .pointBoxWrap {
	position: relative;
	margin: 30px 0 80px;
}
#contents.ihin .service_point .pointBoxWrap:before {
	content: "";
	background: url("../../../../asset/images/shared/arr_service_point_s.png") no-repeat;
	background-size: 100%;
	width: 60px;
	height: 66px;
	position: absolute;
	bottom: -60px;
	left: calc(50% - 30px);
}
#contents.ihin .service_point .pBox .icon .num {
    color: #ffc819;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
	text-align: center;
	margin: 0 0 5px;
}
#contents.ihin .service_point .pBox:nth-child(1) .icon .num {
	margin: 0 0 15px;
}
#contents.ihin .service_point .pBox .icon {
	background: url("../../../../asset/images/shared/icon_service.png") no-repeat;
	background-size: 100%;
	margin: 0 auto 15px;
	padding: 7px 0 0;
	position: relative;
}
#contents.ihin .service_point .pBox:nth-child(1) .icon {
	padding: 7px 0 0;
}
#contents .service_point .pBox .bigTxt {
	font-size: 13px;
	text-align: center;
	font-weight: 900;
	color: #fff;
	line-height: 1.3;
	position: static;
}
#contents .service_point .pBox .txt {
	line-height: 1.7;
}



/*--------------------------------------
　.recycle
---------------------------------------*/
#contents.ihin .recycle {
	padding: 6rem 4%;
}
#contents.ihin .recycle .secTit {
	margin: 0 0 30px;
}
#contents.ihin .recycle .itemBoxWrap {
    margin: 30px 0 15px;
}
#contents.ihin .recycle .itemBox {
    margin: 0 3% 3% 0;
	position: relative;
}
#contents.ihin .recycle .itemBox:nth-child(3) {
    margin: 0 3% 3% 0;
}
#contents.ihin .recycle .itemBox:nth-child(2n) {
    margin: 0 0 3% 0;
}
#contents.ihin .recycle .itemBox:before {
    content: none;
	background: url("../../images/shared/arr_flow_yoko.png") no-repeat;
	background-size: 100%;
	width: 52px;
	height: 44px;
	position: absolute;
	top: calc(50% - 22px);
	right: -35px;
	z-index: 1;
}
#contents.ihin .recycle .itemBox:last-child:before {
    content: none;
}
#contents.ihin .recycle .itemBox .photo {
    height: 110px;
}
#contents.ihin .recycle .lead {
    margin: 0 0 2rem;
}
#contents.ihin .card {
    text-align: center;
}




/*--------------------------------------
　.taiou_area
---------------------------------------*/
#contents .taiou_area {
    background: url("../../../../asset/images/shared/bg_area.jpg") no-repeat top left;
	background-size: 70%;
	padding: 6rem 4%;
}
#contents .taiou_area .secTit {
    margin: 0 0 60px;
}
#contents .taiou_area .txtBox {
}
#contents .taiou_area .city_label {
    display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 20px;
}
#contents .taiou_area .city_label li {
    background: #00a082;
	width: 100px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	padding: 10px 15px 12px;
	border-radius: 28px;
	margin: 0 10px 10px 0;
}
#contents .taiou_area .city_label li:nth-child(3),
#contents .taiou_area .city_label li:nth-child(5) {
	margin: 0 0 10px 0;
}
#contents .taiou_area .txt01 {
    font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 5px;
}
#contents .taiou_area .txt02 {
    font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 30px;
}


/*--------------------------------------
　.item
---------------------------------------*/
#contents.ihin .compare .secTit {
    margin: 0 0 30px;
}

/*--------------------------------------
　.item
---------------------------------------*/
#contents.ihin .item {
    padding: 6rem 4%;
}
#contents.ihin .item .secTit {
    margin: 0 0 50px;
}
#contents.ihin .item .bigCatch {
    margin: 0 0 50px;
}








