@charset 'utf-8';

.page_area_visual{
  background: url(../img/area/area_main_bg.jpg) no-repeat center top;
  padding: 60px 0;
  margin: 0 auto 60px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-width: 960px;
  max-width: 1920px;
  background-position-y: top;
}


@media screen and (max-width: 640px){
  .page_area_visual{
    background: url(../img/area/area_main_bg_sp.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

li{
  list-style: none;
}

.hall_list_gmap{
  margin-bottom: 120px;
  line-height: 0.7;
}
.hall_list_gmap iframe{
  border:1px solid #777;
}
@media screen and (max-width: 460px){
  .hall_list_gmap{
    margin-bottom: 40px;
  }
}
p{
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 640px){
  .br::before {
  	content: "\A" ;
  	white-space: pre ;
  }
}
.h2{
  text-align: center;
}
.h2 + p{
  text-align: center;
}
@media screen and (max-width: 640px){
  .h2 + p{
    text-align: left;
  }
}
/**************************************/
.area_boxes{
  padding: 0;
}

.area_box{
  margin-bottom: 120px;
}
@media screen and (max-width: 640px){
  .area_box{
    margin-bottom: 60px;
  }
}
.area_heading{
  border-bottom: solid 3px #ff7675;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.hall_boxes{
  display: flex;
  flex-wrap: wrap;
}
.hall_box{
  border: solid 1px #9a9a9a;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.hall_box.a{ order: 1;}
.hall_box.b{ order: 2;}
.hall_box.c{ order: 3;}
.hall_box.d{ order: 4;}
.hall_box.e{ order: 5;}
.hall_box.f{ order: 6;}
.hall_box.g{ order: 7;}
.hall_box.h{ order: 8;}
.hall_box.i{ order: 9;}
.hall_box.j{ order: 10;}
.hall_box.k{ order: 11;}
.hall_box.l{ order: 12;}
.hall_box.m{ order: 13;}
.hall_box.n{ order: 14;}
.hall_box.none{ display: none;}

@media screen and (max-width: 640px){
  .hall_box{
    padding: 10px;
  }
}
.hall_box:hover{
  border: solid 1px #ff7675;
  color: #ff7675;
  opacity: 0.9;
  transition: .2s ;
}

.hall_box_link{
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hall_box_heading{
  border-left: solid 3px #ff7675;
  font-size: 24px;
  line-height: 1;
  padding: 5px 0 5px 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px){
  .hall_box_heading{
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.hall_flex_box{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hall_img_box{
  margin-right: 10px;
  width: 160px;
}
@media screen and (max-width: 640px){
  .hall_img_box{
    margin: 0 0 10px 0;
    width: 100%;
  }
  .hall_img_box figure img{
    min-width: 100%;
  }
}
.hall_address{
  display: inline-block;
}
.hall_address, .hall_access, .hall_tel{
  margin-right: 20px;
  font-size: 12px;
}
.hall_address i{
  margin-right: 10px;
}
.hall_access{
  display: inline-block;
}
.hall_access i{
  margin-right: 10px;
}
.hall_tel{
  display: inline-block;
}
.facility_list{
  margin: 16px 0;
}
@media screen and (max-width: 640px){
  .hall_address, .hall_access, .hall_tel{
    line-height: 1.8;
    margin-bottom: 0;
  }
  .facility_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0;
  }
}
.facility_list li{
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 30px;
  line-height: 1;
  margin-right: 8px;
  width: 110px;
}
@media screen and (max-width: 640px){
  .facility_list li{
    font-size: 12px;
    height: 29px;
    margin: 0 0 10px 0;
    width: 32%;
  }
}
.facility_list li:last-child{
  margin-right: 0;
}

.facility_list i{
  margin-right: 5px;
}

.facility_none{
  background-color: #f7f7f7;
  color: #9a9a9a;
  padding: 8px 0 5px 5px;
}

.facility_exists{
  border: solid 2px #ff7675;
  color: #ff7675;
  padding: 6px 0 5px 5px;
}

.hall_link_button{
  text-align: right;
}
.hall_link_button i{
  margin-left: 16px;
}
@media screen and (max-width: 640px){
  .hall_link_button{
    font-size: 12px;
    text-align: center;
  }
}
/**************************************/
/* 式場ページ */
.hall_main_info{
  padding-top: 0;
}
.hall_page__heading{
  font-size: 48px;
  text-align: center;
}
@media screen and (max-width: 640px){
  .hall_page__heading{
    font-size: 24px;
  }
  .hall_page__heading.nakasato{
    font-size: 21px;
  }
}
.hall_page_main_img{
  margin-bottom: 20px;
}
.hall_page__info_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hall_page__address_box{
  width: 50%;
}
.hall_page_address{
  font-size: 21px;
  margin-bottom: 0;
}
.hall_page_address i, .hall_page_access i{
  margin-right: 10px;
}
.hall_page_access{
  font-size: 21px;
}
.hall_page__tel_box{
  line-height: 1;
  text-align: right;
  width: 50%;
}
@media screen and (max-width: 640px){
  .hall_page__info_box{
    display: block;
  }
  .hall_page__address_box{
    width: 100%;
    margin-bottom: 10px;
  }
  .hall_page_address{
    font-size: 16px;
    margin-bottom: 0;
  }
  .hall_page_access{
    font-size: 16px;
  }
  .hall_page__tel_box{
    width: 100%;
    text-align: left;
  }
}
.hall_page__tel_info{
  display: inline-block;
  line-height: 1.7;
  text-align: left;
}
.tel_box__span{
  font-size: 21px;
  font-weight: 700;
}
.hall_page__tel_number{
  display: inline-block;
  font-size: 56px;
  font-family:'Oswald', sans-serif;
}
@media screen and (max-width: 640px){
  .hall_page__tel_info{
    font-size: 3.2vw;
    line-height: 26px;
    margin-right: 2em;
  }
  .tel_box__span{
    font-size: 5vw;
  }
  .hall_page__tel_number{
    font-size: 36px;
    line-height: 37px;
  }
}
.hall_page__facility_list{
  margin-top: 28px;
}
.hall_page__facility_list li{
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  height: 40px;
  line-height: 1;
  margin-right: 18px;
  width: 140px;
}
.hall_page__facility_list li:last-child{
  margin-right: 0;
}
.hall_page__facility_list i{
  margin-right: 5px;
}
.hall_page__facility_none{
  background-color: #f7f7f7;
  color: #9a9a9a;
  padding: 12px 0 5px 7px;
}
.hall_page__facility_exists{
  border: solid 2px #ff7675;
  color: #ff7675;
  padding: 10px 0 5px 7px;
}
@media screen and (max-width: 640px){
  .hall_page__facility_list li{
    font-size: 11px;
    height: 25px;
    margin: 0 0 10px 0;
    width: 32%;
  }
  .hall_page__facility_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  .hall_page__facility_none{
    padding: 7px 0 5px 7px;
  }
  .hall_page__facility_exists{
    padding: 5px 0 5px 7px;
  }
}
/**************************************/
.hall_intro_heading{
  font-size: 48px;
  text-align: center;
}
.hall_intro_txt{
  margin-bottom: 40px;
  text-align: center;
}
.hall_video{
  margin-bottom: 20px;
}
.hall_feature_title{
  background-color: #ff7675;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 640px){
  .hall_intro_heading{
    font-size: 7.5vw;
    margin-bottom: 10px;
  }
  .hall_intro_txt{
    margin-bottom: 20px;
    text-align: left;
  }
  .hall_intro_txt br{
    display: none;
  }
  .hall_video{
    margin-bottom: 20px;
  }
  .hall_feature_title{
    font-size: 16px;
    margin: 16px 0 8px 0;
    padding: 8px 0 5px;
    line-height: 1.2;
  }
}
/**************************************/
.hall_intro__img_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.intro_main_img{
  width: 632px;
}
.img_thumb_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 304px;
}
.img_thumb_list li{
  display: inline-block;
  margin-bottom: 15px;
  width:140px;
}
.img_thumb_list li:hover{
  cursor: pointer;
  opacity: 0.8;
}
.hall_intro__img_boxes{
  margin-bottom: 20px;
}
@media screen and (max-width: 640px){
  .intro_main_img{
    width: 100%;
    margin-bottom: 10px;
  }
  .img_thumb_list{
    width: 100%;
  }
  .img_thumb_list li{
    width: 23%;
  }
  .hall_intro__img_boxes{
    margin-bottom: 0;
  }
}
/**************************************/
.intro_discription_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.intro_discription01{
  margin-bottom: 20px;
  width: 48%;
}
.intro_discription02{
  margin-bottom: 20px;
  width: 48%;
}
.intro_discription03{
  margin-bottom: 20px;
  width: 100%;
}
.intro_discription_title{
  border-left: solid 3px #ff7675;
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 18px;
}
@media screen and (max-width: 640px){
  .intro_discription01, .intro_discription02, .intro_discription03{
    margin-bottom: 30px;
    width: 100%;
  }
  .intro_discription_title{
    margin-bottom: 10px;
  }
  .intro_discription_title{
    font-size: 6vw;
    padding-left: 10px;
  }
}
/**************************************/
.area_boxes{
  padding: 60px 0;
}
.hall_box_title{
  font-size: 48px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 640px){
  .area_boxes{
    padding: 20px 0 0 0;
  }
  .hall_box_title{
    font-size: 7.5vw;
    margin-bottom: 20px;
  }
}
/**************************************/
/* 地域ページ */
.local_main_visual{
  background: url('../img/area/local_mv_img.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 420px;
  min-width: 100%;
  margin-bottom: 60px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 640px){
  .local_main_visual{
    background: url('../img/area/local_mv_sp_img.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,.2);
    background-blend-mode: lighten;
    height: 198px;
    margin-bottom: 30px;
  }
}
.local_heading{
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
  text-shadow: 0 0 8px rgba(0, 0, 0, .5);
}
.local_heading_bold{
  font-size: 1.54em;
  font-weight: 700;
}
@media screen and (max-width: 640px){
  .local_heading{
    font-size: 5.586vw;
    margin-bottom: 3px;
    line-height: 1.2;
  }
  .local_heading_bold{
    font-size: 1.45em;
  }
}
.local_tel_box{
  background-color: #ff7675;
  border-radius: 6px;
  height: 80px;
  margin-bottom: 24px;
	padding: 11px 0 0 47px;
  width: 676px;
}
.local_tel_info{
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-right: 36px;
  position: relative;
  top: -5px;s
}
.local_tel_info__span{
  font-size: 18px;
  font-weight: 700;
}
.local_tel_number{
  color: #fff;
  display: inline-block;
  font-size: 56px;
  font-family:'Oswald', sans-serif;
  line-height: 1;
}
.local_plan_wrap{
  display: flex;
  flex-wrap: flex;
  justify-content: flex-start;
}
.local_plan_box{
  margin-right: 24px;
  position: relative;
  z-index: 2;
}
.local_plan_box.pc_box{
      width: 326px;
}
.local_plan_img img{
  border-radius: 2px;
}
.local_plan_box:hover{
  opacity: 0.9;
}
.local_plan_link{
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.local_main_wrap{
  position: relative;
  padding-top: 21px;
}
.main_visual_female{
  position: absolute;
  bottom: 0;
  right: calc(50% - 480px);
  z-index: 1;
}
.sp_box{
  display: none;
}
@media screen and (max-width: 640px){
  .local_plan_wrap{
    padding-top: 2.66vw;
  }
  .local_tel_box{
    display: none;
  }
  .pc_box{
    display: none;
  }
  .sp_box{
    display: block;
    margin-bottom: 6px;
    width: calc((100% - 24px) / 2);
  }
  .main_visual_female{
    bottom: 0;
    right: 0;
    width: 30%;
  }
  .local_main_wrap{
    padding-top: 10px;
  }
  .sp_box .local_plan_img{
    width: 192px;
  }

}
/**************************************/
.local__hall_boxes{
  padding: 0;display: flex;
  flex-wrap: wrap;
}
.local_gmap{
  margin-bottom: 30px;
}
/**************************************/
.local_voice_box:not(:last-of-type){
  border-bottom: dashed 1px #9a9a9a;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.local_voice_content__wrap{
  border: solid 1px #9a9a9a;
  position: relative;
  padding: 30px 20px;
}
.local_voice_heading{
  font-size: 48px;
  text-align: center;
}
.local_voice_txt{
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px){
  .local_voice_box{
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .local_voice_heading{
    font-size: 24px;
  }
  .local_voice_txt{
    text-align: left;
  }
  .local_voice_content__wrap{
    padding: 20px 10px;
  }
}
.local_voice_content_heading{
  border-bottom: solid 6px #ff7675;
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.couple_illust{
  position: absolute;
  top: -4px;
  right: 29px;
}
@media screen and (max-width: 640px){
  .local_voice_content_heading{
    font-size: 18px;
    text-align: left;
    margin-bottom: 15px;
  }
  .couple_illust{
    position: absolute;
    top: 16px;
    right: 10px;
    width: 90px;
  }
}
.local_voice_heading_box{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
}
.title_box_left{
  width: 50%;
}
.local_voice_title{
  border-left: solid 6px #ff7675;
  font-size: 18px;
  padding:7px 0 7px 10px;
}
.title_box_right{
  width: 50%;
  display: flex;
  align-items: center;
}
.title_box_list{
  font-size: 15px;
}
.title_box_list__item01, .title_box_list__item02{
  display: inline-block;
}
.title_box_list__item01{
  background-color: #ff7675;
  border-radius: 2px;
  color: #fff;
  margin-right: 8px;
  padding: 4px 8px;

}
.local_vice_columns{
  columns: 2;
}
.columns_span{
  font-weight: 700;
}
@media screen and (max-width: 640px){
  .title_box_left{
    width: 100%;
    margin-bottom: 15px;
  }
  .title_box_right{
    width: 100%;
  }
  .title_box_list{
    font-size: 12px;
  }
  .title_box_list__item01{
    margin-bottom: 10px;
    padding: 4px 8px;
  }
  .local_vice_columns{
    columns: 1;
  }
}
/**************************************/
.funeral_habit{
  padding: 0 0 120px 0;
}
.habit_main_visual{
  background: url('../img/area/habit_mv_img.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  height: 320px;
  min-width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px){
  .habit_main_visual{
    background: url('../img/area/habit_mv_img_sp.jpg') no-repeat;
    background-size: cover;
    height: 96px;
    margin-bottom: 22em;
  }
  .funeral_habit{
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 480px){
  .habit_main_visual{
    margin-bottom: 18em;
  }
}
@media screen and (max-width: 380px){
  .habit_main_visual{
    margin-bottom: 15em;
  }
}
.habit_wrap{
  position: relative;
}
.habit_main_heading{
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 60%);
  text-align: center;
}
.habit_main_title{
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}
.habit_maint_txt{
  margin: 0 auto;
  width: 632px;
}
@media screen and (max-width: 640px){
  .habit_wrap{
    position: static;
  }
  .habit_main_heading{
    color: #2d2d2d;
    padding-top: 117px;
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .habit_main_title{
    font-size: 24px;
    text-align: center;
  }
  .habit_maint_txt{
    margin: 0 auto;
    width: 100%;
  }
}
/**************************************/
.columns_wrap{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-around;
}
.funeral_columns_title{
  align-items: center;
  display: flex;
  margin-bottom: 40px;
}
.funeral_columns_title::before,
.funeral_columns_title::after{
  border-top: solid 2px #ff7675;
  content: '';
  flex-grow: 1;
}
.funeral_columns_title::before{
  margin-right: 40px;
}
.funeral_columns_title::after{
  margin-left: 40px;
}
.funeral_content{
  width: 48%;
}
.funeral_content_title{
  border-left: solid 6px #ff7675;
  font-weight: 700;
  padding:7px 0 7px 10px;
}
@media screen and (max-width: 640px){
  .columns_wrap{
    margin-bottom: 0;
  }
  .funeral_columns_title{
    margin-bottom: 20px;
  }
  .funeral_content{
    margin-bottom: 20px;
    width: 100%;
  }
  .funeral_content_title{
    margin-bottom: 10px;
  }
}
.funeral_columns_img{
  background-size: cover;
  background-position: center;
  height: 180px;
  width: 960px;
  margin: 0 auto;
}
.funeral_columns_img01{
  background: url('../img/area/funeral_columns_img01.jpg') no-repeat;
  margin-bottom: 30px;
}
.funeral_columns_img02{
  background: url('../img/area/funeral_columns_img02.jpg') no-repeat;
  margin-bottom: 30px;
}
.funeral_columns_img03{
  background: url('../img/area/funeral_columns_img03.jpg') no-repeat;
  margin-bottom: 30px;
}
.funeral_columns_img04{
  background: url('../img/area/funeral_columns_img04.jpg') no-repeat;
}
@media screen and (max-width: 640px){
  .funeral_columns_img{
    height: 96px;
    width: 100%;
  }
  .funeral_columns_img01{
    background: url('../img/area/funeral_columns_sp_img01.jpg') no-repeat;
    background-size: cover;
    margin-bottom: 30px;
  }
  .funeral_columns_img02{
    background: url('../img/area/funeral_columns_sp_img02.jpg') no-repeat;
    background-size: cover;
    margin-bottom: 30px;
  }
  .funeral_columns_img03{
    background: url('../img/area/funeral_columns_sp_img03.jpg') no-repeat;
    background-size: cover;
    margin-bottom: 30px;
  }
  .funeral_columns_img04{
    background: url('../img/area/funeral_columns_sp_img04.jpg') no-repeat;
    background-size: cover;
  }
}
/**************************************/
.faq_box label, .faq_box input{
  display: none;
}
@media screen and (max-width: 640px){
  .faq{
    margin-bottom: 40px;
  }
  .faq_heading{
    margin-bottom: 20px;
  }
  .faq_box {
  	position: relative;
  	overflow: hidden;
  	width: 100%;
  	margin: 0 auto;
    margin-bottom: 10px;
  }
  .faq_box input {
    display: block;
  	position: absolute;
  	z-index: -1;
  	opacity: 0;
  }
  .faq_box label {
    background-color: #f7f7f7;
    cursor: pointer;
    display: block;
    font-size: 14px;
  	position: relative;
    padding: 7px 10px;
  }
  .faq_box .faq_box_content {
  	overflow: hidden;
  	max-height: 0;
  	-webkit-transition: max-height 0.8s;
  	transition: max-height 0.8s;
  	color: #333333;
  	background: #f5f5f5;
  }
  .faq_box_content{
    margin-bottom: 10px;
  }
  .faq_box .faq_box_content p {
  	margin: 20px;
  }
  .faq_box input:checked ~ .faq_box_content {
  	max-height: 1200px;
  }
  .faq_box label::after {
  	line-height: 3;
  	position: absolute;
  	top: 0;
  	right: 0;
  	display: block;
  	width: 3em;
  	height: 3em;
  	-webkit-transition: all 0.35s;
  	transition: all 0.35s;
  	text-align: center;
  }
  .faq_box label::after{
    top: -2px;
  }
  .faq_box input[type=checkbox] + label::after {
  	content: '+';
  }
  .faq_box input[type=checkbox]:checked + label::after {
  	transform: rotate(315deg);
  }
}
/**************************************/
.title_waku .taitle_waku_area{
  font-size: 14px;
}
@media screen and (max-width: 640px){
  .hall_page__tel_number .tel_sp{
    background-color: #FEF4F3;
    border-radius: 2px;
    border: solid 1px #ff7675;
    display: table-cell;
    font-size: 6vw;
    line-height: 37px;
    margin-left: 10px;
    width: 9.9em;
    vertical-align: middle;
  }
  .tel_sp_flow{
    color: #ff7675;
    display: block;
    font-size: 10vw;
    font-weight: 700;
    text-align: center;
  }
  .tel_sp_flow a{
    color: #ff7675;
    display: block;
    width: 100%;
  }
}
section#set_plan{
  padding-top: 90px;
}
@media screen and (max-width: 640px){
  section#set_plan{
    padding-top: 40px;
  }
}
