
@charset "utf-8";


.page-cover-heijitsu {
	position: relative;
	height: 600px;
	background-size: cover;
	background-position: center top;
	background-image: url(../../_img/heijitsu2kaijyo/page_cover01.jpg);
}

.page-cover__label_heijitsu{
	width: 670px;
	margin: auto;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	height: 150px;
	position: absolute;
	left:0;
	right: 0;
	bottom:30px;
}

.page-cover__label_heijitsu .inner{
	background: rgba(255,255,255,0.8);
	height: 100%;
	text-align: center;
}

.page-cover__label_heijitsu .ttl{
	font-size: 47px;
	color: #eb5271;
	padding-top: 33px;
    padding-bottom: 20px;

}
.heijitsu p.text{
	text-align: center;
	margin-bottom: 50px;
	line-height: 2;
	font-size: 16px;
}

.heijitsu .header01__title-en{
	margin-bottom: 10px;
}
.heijitsu .header01__title{
	font-size: 20px;
}

.heijitsu .merit{
	width: 1000px;
	margin: auto;
}

.heijitsu .merit .header02__title-secondary{
	margin-bottom: 30px;
	font-size: 30px;
}
.heijitsu .merit__text{
	position: relative;
	margin-top: 100px;
}

.heijitsu .merit__text p{
	margin-bottom: 30px;
	line-height: 2;
	font-size: 16px;
}

.heijitsu .merit__text .two-place{
	position: absolute;
	right: 0;
    top: -30px;
}

.heijitsu .comparison{
	width: 1000px;
	margin: auto;
	position: relative;
	margin-top: 120px;
	margin-bottom: 80px;
}
.heijitsu .comparison__text p{
	margin-bottom: 30px;
	line-height: 2;
	font-size: 16px;
}

.heijitsu .comparison .header02__title-secondary{
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
    line-height: 1.6;
}

.heijitsu .comparison__text{
	width: 480px;
	position: absolute;
	right: 0;
	top:80px;
}

.heijitsu .schedule{
	background-color: #fbeff1;
	padding-top: 60px;
}

.heijitsu .schedule dl{
	width: 730px;
	font-size: 0;
	margin: 0 0 60px 0;
}
.heijitsu .schedule dt{
	font-size: 20px;
	display: inline-block;
	width: 260px;
	text-align: right;
	margin-bottom: 40px;
	vertical-align: middle;
}

.heijitsu .schedule dt span:before{
	content: "[";
	display: inline-block;
	margin-right: 10px;
}

.heijitsu .schedule dt span:after{
	content: "]";
	display: inline-block;
	margin-left: 10px;
}
.heijitsu .schedule dd{
	font-size: 18px;
	display: inline-block;
	width: 430px;
	margin-left: 30px;
	vertical-align: middle;
    margin-bottom: 40px;
}

.heijitsu .schedule dd .num{
	background-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    padding: 2px;
    text-align: center;
    margin-right: 5px;
}

.heijitsu .schedule .schedule__placelist li:first-child:after{
	content: "＋";
	display: block;
	text-align: center;
	margin: 5px 0;
	margin-right: 60px;
}
.heijitsu .schedule .schedule__inner{
	width: 730px;
	margin: auto;
}
.heijitsu .wedding-flow-list-box{
	margin-top: 80px;
	margin-bottom: 90px;
}
.heijitsu .wedding-flow-list{
	width: 730px;
	margin: auto;
}
.heijitsu .wedding-flow-list li{
	position: relative;
	margin-top: -94px;
	height: 300px;
}

.heijitsu .wedding-flow-list li:first-child{margin-top: 0;}
.heijitsu .wedding-flow-list li.two-line{height: 320px;}
.heijitsu .wedding-flow-list li.two-line.continue2{height: 390px}
.heijitsu .wedding-flow-list li.border-none{height: 200px;}

.heijitsu-header01 {
	padding: 20px 0;
	border: 1px solid #b2b2b2;
	background: url(../../_common/img/bg_sheet01.png) center top;
}
.heijitsu-header01__title {
	font-size: 20px;
	text-align: center;
}



.heijitsu .wedding-flow-list li .list-inner{
	width: 369px;
	display: inline-block;
	height: 100%;
}

.heijitsu .wedding-flow-list li.right .list-inner{
	border-left: 8px solid #e95675;
	position: absolute;
	right: 0;
	box-sizing: border-box;
	padding-left: 68px;
}

.heijitsu .wedding-flow-list li.left .list-inner{
	border-right: 8px solid #e95675;
	position: absolute;
	left: 0;
	box-sizing: border-box;
	padding-right: 68px;
}

.heijitsu .wedding-flow-list li.border-none .list-inner{
	border-left:none;
	border-right: 8px solid #fbeff1;
}

.heijitsu .wedding-flow-list li.continue1 .list-inner{padding-bottom: 60px;}
.heijitsu .wedding-flow-list li.continue2 .list-inner{padding-top: 60px;}

.heijitsu .wedding-flow-list .time {
    width: 74px;
    height:74px;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    font-size: 20px;
    color: #e95675;
    position: absolute;
    top:-13px;
    text-align: center;
 }

.heijitsu .wedding-flow-list .time span{
 	line-height: 74px;
 }


.heijitsu .wedding-flow-list li.right  .time{
	left: -41px;
}

.heijitsu .wedding-flow-list li.left .time{
	right:-39px;
}

.heijitsu .wedding-flow-list li.two-line.continue2 .time{
	top:61px;
}
.heijitsu .title {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    width: 293px;
    color: #e95675;
    font-size: 17px;
    padding: 10px 6px;
    background: #FFF;
    border: solid 3px #e95675;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.4;
}


.heijitsu .wedding-flow-list li.right .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.heijitsu .wedding-flow-list li.right .title:after{
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #e95675;
  z-index: 1;
}

.heijitsu .wedding-flow-list li.left .title:before{
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

.heijitsu .wedding-flow-list li.left .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #e95675;
  z-index: 1;
}


.heijitsu .shadow-img{
	border: 5px solid #fff;
    box-shadow: 0 3px 7px #c5c5c5;
    display: inline-block;
    margin: auto;
}

.heijitsu .combination__arealist{
	width: 800px;
	margin: auto;
	text-align: center;
}

.heijitsu .combination__arealist .combination__arealist__item{
	border:1px solid;
	padding: 17px;
	margin-bottom: 15px;
}

.heijitsu .area_name{
	font-size: 20px;
	position: relative;
	cursor: pointer;
	letter-spacing: 0.8em;
}


.heijitsu .area_name:before{
	position: absolute;
	content: "\f067";
	color: #fff;
	background-color: #ea5270;
	font: bold 16px/1 "icomoon";
	border-radius: 50%;
	padding: 5px;
	left:10px;
	top: -3px;
	letter-spacing: normal;
	 width: 16px;

}
.heijitsu .area_name.active:before{
	content: "\f068";
}
.heijitsu .caption{
	font-size: 16px;
	line-height: 1.6;
}

.heijitsu .combination{
	padding-top: 60px;
	margin-bottom: 60px;	
}
.heijitsu .combination__placelist .place_name{
	font-size: 18px;
	color:  #e95675;
	margin: 15px 0;
	line-height: 1.6;
}
.heijitsu .combination__placelist .type{
	font-size: 20px;
	border-bottom:1px solid;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.heijitsu .combination__placelist li{
	margin-top: 30px;
	background-color: #fbfbfb;
	margin-bottom: 30px;
	padding:40px;
}
.heijitsu .combination__placelist .triangle{
	position: relative;
	margin-right: 75px;
}
.heijitsu .combination__placelist .triangle::after {
 content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 9px solid #ea5270;
  border-right: 0;
  position: absolute;
  top:100px;
  right: -45px;
}

.heijitsu .combination__placelist  .set{
	display: inline-block;
	vertical-align: top;
	width: 288px;
}

