/* ---------------全ページ共通--------------- */
:root{
  --notogo: 'Noto Sans JP', sans-serif;
}
html {
  overflow: auto;
  font-size: 12px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow: hidden;
  font-family: 'Noto Serif JP', sans-serif;
  color: #000;
  font-weight: 400;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:focus {
  opacity: .5;
}
.xs_br{
  display: none;
}

/* ヘッダー */
.header{
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 100;
}
.header_head{
  display: flex;
  align-items: center;
  height: 46px;
}
.header_logo{
  padding-left: 5px;
  height: 30px;
  margin-right: auto;
}
.header_logo_link{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header_logo img{
  height: 100%;
  object-fit: contain;
}
.header_logo_link{
  width: 100%;
  height: 100%;
  display: inline-block;
}
.header_right{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1px;
}
.header_btn_wrap{
  width: calc(50% - .5px);
}

.header_btn_wrap img {
  margin-top: 10px;
}

.btn_tomo{
  background-color: #9C833F;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_btn{
  background-color: #F3F2E5;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #000;
  justify-content: center;
}
.tel_btn{
  background-color: #9C833F;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #FFF;
  justify-content: center;
}
.tel_btn img{
  width: 90%;
  height: 90%;
  object-fit: contain;
  margin: 0 auto;
}
.navi_list{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #C3B285;
  height: 100%;
}
.navi_item{
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #C3B285;
  border-right: 1px solid #C3B285;
}
.navi_item:nth-of-type(3n){
  border-right: none;
}
.navi_link{
  padding: 10px 0;
  font-size: 10px;
  text-align: center;
  display: inline-block;
}
/* フッター上部CTA */
.cta{
  padding: 40px 0 100px;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cta_banner_link{
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-top: 20px;
}
.cta_banner_img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.top_back_wrap{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
}
/* フッター */
.footer_navi_list{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas:
    ". ."
    ". ."
    ". ."
    ". ."
    ". ."
    ". .";
    border-bottom: 1px solid #797979;
}
.footer_navi_item{
  height: 38px;
  line-height: 38px;
  width: auto;
  text-align: left;
  border-top: 1px solid #797979;
}
.footer_navi_item:nth-of-type(odd){
  border-right: 1px solid #797979;
}
.footer_btn_arrow_right{
  position: relative;
  width: 100%;
}
.footer_btn_arrow_right::after{
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 7%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/btn_arrow.svg);
}
.footer_navi_link{
  padding: 0 12% 0 5%;
  display: block;
  width: 100%;
  height: 100%;
}
.footer_banner_wrap{
  background-color: #f0f1f1;
  padding: 20px 0 90px;
}
.footer_banner_inner{
  width: 85%;
  margin: 0 auto;
  max-width: 100%;
}
.footer_banner_list{
  text-align: center;
}
.footer_banner_link{
  max-width: 400px;
  width: 99%;
  height: 100%;
  display: inline-block;
  margin: 15px auto 0;
}
.footer_banner_list:first-of-type .footer_banner_link{
  width: 82%;
  max-width: 300px;
}
.footer_banner_img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.copyright{
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  margin-top: 23px;
  color: #707070;
  font-family: var(--notogo);
}

/* 共通 */
.inner{
  width: 95%;
  margin: 0 auto;
  position: relative;
}
/* メインビジュアル */
.top_page_main{
  padding-top: 30px;
}
.mainvisual{
  padding-top: 60px;
}
.mainvisual_img_wrap{
  width: 95%;
  margin: 0 auto;
}
.mainvisual_img_list img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #f5f5f5;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
}
.slick-active button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #BCBAAD;
  border-radius: 50%;
  border: 1px solid #BCBAAD;
}
/* トップページメイン */
.section_lead{
  margin-top: 85px;
  border: 1px solid #9C833F;
  padding: 90px 10px 40px 20px;
  background-image: url(../img/top/top_bg_1.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 70% auto;
}
.top_page_main img{
  width: 100%;
  object-fit: contain;
  vertical-align: bottom;
}
.inner{
	margin: 40px auto;
}

.top_text{
	margin: 40px auto;
	text-align: center;
}

  .section_guide_text{
    font-size: 3.2vw;
    line-height: 1.8;
  }

.color_01{
	color: #94976D;
}
.color_02{
	color:#645A3C;
}

.color_03 {
	color:#294624;
}

.line_01{
	border-bottom: solid #94976D 1px ;
	padding-bottom: 0.2em;
	width: 90%;
}

.line_02{
	border-bottom: solid #645A3C 1px ;
	padding-bottom: 0.2em;
	width: 90%;
}

.line_03{
	border-bottom: solid #294624 1px ;
	padding-bottom: 0.2em;
	width: 90%;
}


.price_plan_img{
	width: 90%;
	margin: 10px auto 5px auto;
}


.price_plan_box_01 {
	width: 90%;
	margin: 5px auto 10px auto;
	background-color: rgba(255,255,255,0.5);
	border: solid #94976D 1px;
	padding: 1em 1em;
	text-align: center;

	
}

.price_plan_box_02 {
	width: 90%;
	margin: 10px auto;
	background-color: rgba(255,255,255,0.5);
	border: solid #645A3C 1px;
	padding: 2em 1em;
	text-align: center;
	
}
.price_plan_box_03 {
	width: 90%;
	margin: 10px auto;
	background-color: rgba(255,255,255,0.5);
	border: solid #294624 1px;
	padding: 2em 1em;
	text-align: center;
}

.price_plan {
	margin: 1em;
	font-size:2.8vw;
	
}

.price{
	margin: 20px 0;
}


.price_title{
	font-size: 7vw;
	text-align: center;
	margin: 10px auto;
	font-weight: 500;
}

.price_big_text {
	font-size: 7.5vw;
	font-weight: 700;
}

.price_bold_text{
	font-weight: 700;
	font-size: 4vw;
}

.price_text{
	font-size: 3.5vw;
}

.margaret_text{
	font-size: 1.5vw;
	margin: 8px 0 10px 0;
}

.price_small_text{
	font-size: 2vw;
	line-height: 1.5;
}

.price_plan_text_box{
	line-height: 2;
	font-size: 1.5em;
	margin:0 auto;
	margin-top: 6%;
	text-align: center;
}

.photo_area {
	width: 100%;
	margin: 20px auto;
}

.margaret{
	max-width:980px; 
	margin: 80px auto;
	background-image: url("../img/page_head_margaret.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
    background-color: #fff;
    box-shadow: 0 0 6px 5px #DFEACA, 0 0 6px 5px #DFEACA inset;
    border-radius: 10px;
    padding: 20px;
	padding-top: 120px;
    margin: 30px auto;
}

.margaret_title_flex{
	margin: 0 auto;
}

.sp_margaret {
	display: block;
	background-image: url("../img/page_head_margaret_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 80%;
	padding-bottom: 20px;
}


.margaret_info_box{
	top:70%;
	font-size: 4vw;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	margin: 40px 0 80px 40%;
}

.margaret_title {
	width: 60%;

}

.margaret_text_box{
	display: block;
	margin-left: 5%;
	text-align: center;
	margin: 0 auto;
}

.margaret_text_title {
	font-size: 4vw;
	font-weight: 600;
	margin: 1.5em auto;
	line-height: 1.5;
}

.margaret_text{
	font-size: 2.8vw;
	line-height: 1.7;
}

.margaret_text_big{
	font-size: 5vw;
	line-height: 1.3;
	font-weight: 700;
	margin: 1em 
}

.margaret_text_green{
	background-color: #f3f2e5;
	width: 80%;
	opacity: 0.9;
	font-size: 3.8vw;
	padding: 10px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 auto;
	border-radius: 3px;
	
}

.margaret_btn{
	background-color: #294624;
	margin: 30px auto;
	max-width: 560px;
	padding: 20px;
	border-radius: 3px;
}

.margaret_btn img {
	text-align: center;
	margin: 0 auto;
}

  .section_guide{
	margin-top: 80px;
	}

.guide_title{
	width: 90%;
	margin: 0px auto;
}

.guide_flex_right{
	width: 90%;
	margin: 10px auto;
}


.guide_flex_left{
	width: 100%;
}

.guide_flex_left_map{
	max-width: 90%;
	margin: 0 auto;
}


.guide_flex_left_gmap{
	position: relative;
	margin: 0 auto;
	padding-bottom: 56.25%;
	text-align: center;
	width: 90%;
	overflow: hidden;
	height: 0;
}

.guide_flex_left_gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.guide_flex{
	margin-top:20px;
	flex-direction: row-reverse;
}

.guide_flex_left_text{
	width: 90%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 3vw;
	margin: 1vmax auto 2vmax auto;
	text-align: left;
	line-height: 1.3;
}

.acsess{
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 500;
	font-size: 3.5vw;
	margin: 3vmax auto;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

.guide_flex_left_gmap_carning{
	font-size: 3.8vw;
	margin-top: 1vmax;

}




.section_flow{
  margin-top: 30px;
}
.section_flow_inner{
}
.section_flow_figure{
}
.section_flow_title{
  font-size: 28px;
  font-weight: 400;
  color: #a27d35;
  text-align: center;
  margin-top: 60px;
}
.section_flow_top_box{
  margin-top: 30px;
  padding: 20px 6px;
  border: 1px solid #A27D35;
}
.section_flow_top_box_text{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.section_flow_top_box_inner{
}
.section_flow_top_box_figure{
  width: 80%;
  margin: 20px auto 0;
}
.section_flow_top_box_body{
}
.section_flow_top_box_text_silver{
  font-size: 11px;
  line-height: 1.3;
  width: 80%;
  height: 56px;
  margin: 0 auto 3px;
  padding: 0 10px 0 15px;
  display: flex;
  align-items: center;
  background: rgb(189,190,191);
  background: linear-gradient(90deg, rgba(189,190,191,1) 0%, rgba(255,255,255,1) 100%);
}
.section_flow_top_box_footer{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a27d35;
  height: 60px;
  margin: 20px auto 0;
  width: 94%;
}
.section_flow_top_box_tel_icon{
  font-size: 11px;
  height: 22px;
  color: #a27d35;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  margin-right: 10px;
  margin-top: 4px;
  letter-spacing: 0.2em;
}
.section_flow_top_box_tel{
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.section_flow_box{
  padding: 10px 10px 20px;
  border: 1px solid #999999;
}
.section_flow_box_first{
  margin-top: 40px;
}
.section_flow_box_title{
  color: #a27d35;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
.section_flow_box_body_figure{
  width: 90%;
  margin: 10px auto 0;
}
.section_flow_box_body{
  padding-top: 10px;
  width: 90%;
  margin: 0 auto;
}
.section_flow_box_body_text_10{
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.section_flow_box_tel_wrap{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.section_flow_box_tel_icon{
  font-size: 10px;
  height: 22px;
  line-height: 0.2;
  color: #fff;
  background-color: #a27d35;
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  margin-right: 10px;
  margin-top: 4px;
}
.section_flow_box_tel{
  font-size: 29px;
  font-weight: 700;
  color: #a27d35;
}
.section_flow_box_body_title_sub{
  font-weight: 500;
  color: #a27d35;
  margin-bottom: 5px;
}
.section_flow_box_body_list{
  border: 1px solid #A27D35;
  padding: 5px 4px 5px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.section_flow_box_body_item{
  font-size: 10px;
  line-height: 1.6;
  width: 49.5%;
}
.section_flow_box_body_item_etc{
  width: 90%;
  text-align: right;
  font-size: 10px;
}
.section_flow_box_body_text_11{
  font-size: 11px;
  line-height: 2;
  margin-bottom: 10px;
}
.section_flow_box_body_title_sub_big{
  font-size: 15px;
  font-weight: 700;
  color: #a27d35;
  margin-bottom: 10px;
}
.section_flow_box_last .section_flow_box_body_item{
  width: 100%;
}
.section_guide{

}
.section_guide_inner{
}
.section_tomo{
  margin-top: 60px;
}
.section_tomo_head{
  text-align: center;
}
.section_tomo_title{
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
}
.section_tomo_title img{
  font-size: 30px;
  line-height: 1.3;
  height: 27px;
  margin-top: 10px;
}
.section_tomo .section_order_title{
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0;
  margin-top: 20px;
}
.section_tomo_body{
  position: relative;
  margin-top: 20px;
  padding-bottom: 30px;
  width: 100%;
}
.section_tomo_body::before{
  position: absolute;
  content: "";
  background-image: url(../img/top/top_bg_4.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60%;
  bottom: 0;
  right: 0;
  left: 0;
}
.section_tomo_body_text{
  text-align: center;
  line-height: 1.75;
}
.section_tomo_body_text_big{
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
  text-align: center;
}
.section_tomo_btn_wrap{
  margin-top: 16px;
  text-align: center;
}
.section_tomo_btn{
  width: 100%;
  display: inline-block;
  max-width: 350px;
  margin: 0 auto;
}

.section_heartful{
  margin-top: 60px;
}
.section_heartful_head{
  text-align: center;
}
.section_heartful_title{
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
}
.section_heartful_title img{
  font-size: 30px;
  line-height: 1.3;
  height: 27px;
  margin-top: 10px;
}
.section_heartful_body{
  position: relative;
  padding: 33px 0 20px;
  width: 100%;
}
.section_heartful_body::before{
  position: absolute;
  content: "";
  background-image: url(../img/top/top_bg_5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}
.section_heartful .section_order_title{
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0;
  margin-top: 20px;
  background: linear-gradient(to left,rgba(255, 255, 255, 0) 0%, rgba(227, 227, 227, 0.16) 2.72%, rgba(175, 175, 175, 0.47) 9.12%, rgba(135, 134, 134, 0.7) 16.2%, rgba(106, 105, 105, 0.87) 24.2%, rgba(90, 89, 89, 0.97) 33.9%, #555454 50.03%, rgba(90, 89, 89, 0.97) 66.14%, rgba(106, 105, 105, 0.87) 75.83%, rgba(135, 134, 134, 0.7) 83.82%, rgba(175, 175, 175, 0.47) 90.89%, rgba(227, 227, 227, 0.16) 97.28%, rgba(255, 255, 255, 0) 100%);
}
.section_heartful_body_text{
  text-align: center;
  line-height: 1.45;
  font-size: 14px;
}
.section_heartful_body_text_big{
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.section_heartful_btn_wrap{
  margin-top: 30px;
  text-align: center;
}
.section_heartful_btn{
  width: 100%;
  display: inline-block;
  max-width: 350px;
  margin: 0 auto;
}
.section_assistance{
  margin-top: 40px;
}
.section_assistance_head{
  width: 100%;
  position: relative;
}
.section_assistance_title_wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section_assistance_title{
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
}
.section_assistance_title:before {
  position: absolute;
  content: "";
  background-image: url(../img/heading_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 103px;
  height: 103px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.section_assistance_body{
  text-align: center;
}
.section_assistance_text{
  font-size: 16px;
  line-height: 1.6;
  color: #a27d35;
  padding: 40px 0;
}
.section_assistance_gold_text{
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  padding: 30px 0;
  background: linear-gradient(#fff 0%, #fdfdfc 0.3%, #c3b285 7.06%, #d0be9b 13.91%, #c0a676 20.73%, #b29459 27.52%, #a98745 34.28%, #a37f39 40.98%, #9c833f 47.57%, #a37f38 57.12%, #a88542 64.67%, #af9052 71.53%, #ba9f6a 77.98%, #c8b288 84.15%, #d9caae 90.11%, #ede6d9 95.79%, #fff 100%);
}



/* 友の会フォームページ */

.top_page_title{
  position: relative;
  font-size: 24px;
}
.top_page_title::before{
  position: absolute;
  content: "";
  background-image: url(../img/heading_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}


.page_head{
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
  background-color: #fff;
}
.page_title_wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_title{
  font-size: 6vw;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #000000;
}
.page_title img{
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.page_head_img{
  width: 100%;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  background-position: bottom;
}
.page_head_form{
}
.form_heading{
  padding-top: 30px;
}
.form_title{
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
}
.step_info {
  position: relative;
  color: #1a1311;
  text-align: center;
  margin: 92px auto 50px;
  max-width: 700px;
}
.step_info.step3::after {
  margin: 0 20%;
  width: 60%;
}
.step_info::after {
  content: '';
  border-top: 1px #E5EEF1 solid;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
  height: 0;
}
.step_info .step_txt {
  font-family: "Noto Sans JP";
}
.step_info .step_txt p::after {
  content: ' ';
  z-index: 1;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  border: 1px solid #E5EEF1;
  background: #E5EEF1;
  border-radius: 15px;
  height: 19px;
  width: 19px;
}
.step_info p.now_step::after {
  color: #fff;
  background: #fff;
  border: 6px solid #ECE4A8;
  top: -46px;
}
.step_info .step_txt p {
  width: 30%;
  display: inline-block;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.form{
  width: 100%;
}
.form_row{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.form_head{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form_label{
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.require_icon{
  font-size: 8px;
  background-color: #ad2732;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  padding: 2px 3px;
  margin-top: 4px;
  white-space: nowrap;
}
.form_body{
  width: 100%;
  text-align: left;
}
.form_horizontal{
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 20px;
}
input[type="text"],
textarea{
  border: 1px solid #707070;
  font-family: inherit;
  line-height: 1.3;
  height: auto;
  font-size: 20px;
  height: 40px;
  background: #F5F5F5;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-appearance: none;
  width: 100%;
}
textarea{
  resize: none;
  height: calc( 1.3em * 8 );
  line-height: 1.3;
  width: 100%;
}
.sei_kanzi,
.mei_kanzi,
.sei_kana,
.mei_kana{
  position: relative;
  width: 72%;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.sei_kanzi input,
.mei_kanzi input,
.sei_kana input,
.mei_kana input{
  width: 100%;
}
.sei_kanzi::before{
  position: absolute;
  content: "姓";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.mei_kanzi::before{
  position: absolute;
  content: "名";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.sei_kana::before{
  position: absolute;
  content: "セイ";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.mei_kana::before{
  position: absolute;
  content: "メイ";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.honorific{
  font-size: 16px;
  margin-left: 6px;
}
.form_row_sex .form_horizontal{
  flex-direction: inherit;
  justify-content: center;
  margin-top: 14px;
}
/* ラジオボタン */
.radio_wrap{
  height: 54px;
  border: 1px solid #707070;
  background: #F5F5F5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 16px 30px 16px 23px;
  font-size: 18px;
  white-space: nowrap;
}
.radio_wrap:last-child{
  margin-left: 16px;
}
input[type=radio] {
  margin-right: 8px;
}
/* ラジオボタン */
.form_horizontal input[type=radio] {
  display: none;
}
.form_horizontal label {
  position: relative;
  padding-left: 55px;
}
.form_horizontal input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: -3px;
}
.form_horizontal input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #BFA06D;
  left: 3px;
  top: 0;
  opacity: 0;
  transition: .3s;
}
.form_horizontal input[type=radio]:checked + label::after {
 opacity: 1;
}
/* オプション選択 */
.select_box_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 20px;
  width: 88%;
  margin: 0 auto;
}
.form_body select{
  height: 54px;
  border-radius: 3px;
  font-size: 20px;
  background-color: #F5F5F5;
}
.form_body .year{
  width: 85%;
  padding-left: 8px;
  margin: 23px 10px 0 0;
}
.form_body .month{
  width: 23%;
  padding-left: 8px;
  margin: 26px 3px 0 0;
}
.form_body .day{
  width: 23%;
  padding-left: 8px;
  margin: 26px 3px 0 3px;
}
.zip_row{
  margin-top: 20px;
}
.zip_row .form_horizontal{
  flex-direction: inherit;
}
.form_zip{
  margin: 0 10px;
  width: 37%;
}
.form_address{
  margin-top: 20px;
  width: 100%;
}
.sp_mt12{
  margin-top: 12px;
}
.sp_mt30{
  margin-top: 30px;
}
.form_tel,
.form_email,
.form_area,
.form_temple,
.form_sect{
  width: 100%;
}
.how_select{
  width: 95%;
  margin: 0 auto;
  height: 40px;
  padding-left: 18px;
}
.form_inner_small{
  width: 100%;
  max-width: 814px;
  margin: 0 auto;
}
.agree_privacy_position_wrap{
  text-align: center;
}
.agree_privacy_wrap{
  margin-top: 60px;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  padding: 19px 0;
  max-width: 400px;
}
input[type="checkbox"] {
  display: none;
}
label.form_agree_label {
  line-height: 1.4;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
}
label.form_agree_label::before {
  position: absolute;
  content: '';
  top: 18px;
  left: -20px;
  width: 26px;
  height: 26px;
  margin-top: -8px;
  background: #fff;
}
input[type="checkbox"]:checked + label.form_agree_label::after {
  position: absolute;
  content: '';
  top: 13px;
  left: -17px;
  width: 18px;
  height: 10px;
  border-left: 2px solid #A27D35;
  border-bottom: 2px solid #A27D35;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.disabled_btn_wrap{
  text-align: center;
}
.disabled_btn{
  border: 2px solid #000;
  border-radius: 3px;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-family: inherit;
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  height: 80px;
  line-height: 80px;
  margin-top: 60px;
  text-align: center;
  outline: none;
  font-size: 16px;
}
.disabled_btn:hover{
  background-color: #a8a8a8;
  opacity: 1;
  color: #fff;
  transition: .3s;
}

/* ハートフルの会フォーム */
.pay_row{
  text-align: center;
}
.pay{
  width: 90%;
  padding: 0 30px;
}
.select_inner {
  display: none;
  border: 1px solid #707070;
  font-size: 15px;
  line-height: 1.4;
  padding: 21px 23px;
  margin-top: 20px;
  transition: .3s;
}
.form_label_attension{
  font-size: 16px;
}
.form_row_center .select_box_inner{
  justify-content: center;
}
.form_row_center .form_body .day{
  margin-left: 20px;
}
.term_link_wrap{
  text-align: center;
  margin-top: 40px;
}
.term_link{
  font-size: 16px;
  text-decoration: underline;
}
.heartful_form .agree_privacy_wrap{
  margin-top: 40px;
}

/* お問い合わせフォームページ */
.page_head_common{
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form_contact_text{
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
.page_form_contact .form_heading{
  padding-top: 24px;
}
.page_form_contact .step_info{
  margin-top: 120px;
}
.name_input_box{
  position: relative;
  width: 72%;
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
}
.pc_display{
  display: none !important;
}

/*プライバシーポリシー*/

.privacy_txt_big {
	font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  color: #333;
}
.privacy_txt {
padding-left: 20px;
  font-size: 14px;
  line-height: 1.42;
  margin-top: 4px;
  color: #333;
}


@media screen and (max-width: 374px) {
  html{
    font-size: 3.75vw;
  }
  .html{
    width: 98%;
  }
  .xs_br{
    display: block;
  }
  .top_text{
  margin: 40px auto;
  text-align: center;
}


  .contact_btn{
    font-size: 11px;
  }
  .contact_btn img {
    width: 90%;
    height: 90%;
  }
  .common_text_big{
    font-size: 4.8vw;
  }
  .plan_text{
    font-size: 3.73vw;
  }
  .plan_card_desc{
    font-size: 2.666vw;
  }
  .check_title{
    font-size: 4.266vw;
  }
  .footer_navi_link{
    font-size: 3.2vw;
  }
  .form_title{
    font-size: 5.33vw;
  }
  .section_lead_title{
    font-size: 6.8vw;
  }
  .section_about_title{
    font-size: 5.8vw;
  }
  .section_about_content_text{
    font-size: 3.4vw;
  }
  .faq_menu_title_icon{
    width: 36px;
  }
  .faq_menu_dd{
    padding: 10px 36px;
  }
  .faq_menu_title_text{
    font-size: 3.4vw;
  }
  .section_flow_title{
    font-size: 26px;
  }
  .section_flow_top_box_text{
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .section_flow_box_body_item{
    font-size: 2.8vw;
  }
  .section_guide_text{
    font-size: 3.2vw;
	  line-height: 1.8;
  }
  .section_tomo_title{
    font-size: 7vw;
  }
  .section_heartful_title{
    font-size: 7vw;
  }
  .section_heartful_body_text{
    font-size: 4vw;
  }
  .section_heartful_body_text_big{
    font-size: 4.8vw;
  }
  .section_assistance_gold_text{
    font-size: 5vw;
  }
  .philosophy_text{
    font-size: 3.4vw;
  }
  .philosophy_body_box_text{
    font-size: 3.4vw;
  }
  .philosophy_content_sec_text{
    font-size: 3.4vw;
  }
  .philosophy_content_third_text{
    font-size: 3.4vw;
  }
  .assistance_flow_box_body_text{
    font-size: 4.8vw;
  }
  .assistance_flow_box_body_text_last{
    font-size: 4.1vw;
  }
}

@media screen and (min-width: 899px) {
  .pc_display{
    display: block !important;
  }
  .sp_display{
    display: none !important;
  }
  .sp_br{
    display: none;
  }
  .xs_br{
    display: none;
  }
  html{
    font-size: 16px;
  }
  body{
    width: 100%;
  }
  .header{
    height: 137px;
  }
  .header_inner{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .header_head{
    height: 96px;
  }
  .header_logo{
    padding-left: 0;
    height: 75px;
    padding-right: 8px;
  }
  .header_right{
    width: auto;
    padding-bottom: 0;
    display: inline-flex;
    align-items: center;
  }
  .header_btn_wrap{
    width: 180px;
  }
  .mr8{
    margin-right: 8px;
    margin-left: 8px;
  }
  .header_tel_area {
    width: 300px;
  }
  .header_tel_area {
    width: 296px;
    height: 63px;
  }
  .tel_desc {
    background-color: #9C833F;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 4px 0;
    font-size: 14px;
  }
  .tel_area_body {
    display: flex;
    align-items: flex-end;
  }
  .tel_icon {
    width: 42px;
    height: 27px;
    margin-right: 4px;
  }
  .tel_number {
    font-size: 35px;
    font-family: 'Noto Sans JP';
    pointer-events: none;
    color: #9C833F;
  }
  .contact_btn{
    height: 63px;
    font-size: 14px;
    font-weight: 700;
  }
  .nav_wrap{
    height: 36px;
  }
  .navi_list{
    border-top: none;
    border-bottom: none;
  }
  .navi_item{
    border-right: none;
    width: calc(100% / 3);
    justify-content: start;
    border-bottom: none;
    white-space: nowrap;
  }
  .navi_link{
    font-size: 12px;
    font-weight: 700;
    border-right: 1px solid #959595;
    display: inline-block;
    width: 100%;
    line-height: 2;
    padding: 0;
  }
  .navi_item:first-child .navi_link{
    border-left: 1px solid #959595;
  }

  /* フッター上部CTA */
  .cta{
    padding: 104px 0 200px;
    width: 100%;
    max-width: inherit;
    margin-right: -2%;
  }
	.cta_center{
		width: 50%;
		padding: 104px 0 200px;
		margin: 0 auto;
		
	}
  .cta_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: inherit;
    justify-content: space-evenly;
    align-items: center;
  }
  .cta_item{
    margin-bottom: 36px;
    width: 48%;
    margin-right: 2%;
  }
  .cta_banner_link{
    margin-top: 0;
  }
  .heartful_form .cta_item:first-child,
  .tomo_form .cta_item:first-child{
    width: 100%;
    text-align: center;
  }
  .heartful_form .cta_item:first-child .cta_banner_link,
  .tomo_form .cta_item:first-child .cta_banner_link{
    width: 48%;
  }
  .cta_banner_link_tel{
    order: 2;
    margin: 60px 10px 0;
    width: 45%;
  }
  .cta_tomo_pc_only_wrap{
    width: 100%;
    text-align: center;
  }
  .cta_banner_link_tomo{
    order: 1;
    max-width: 640px;
    width: 100%;
  }
  .cta_banner_link_contact{
    order: 3;
    width: 45%;
    margin: 60px 10px 0;
  }
  /* フッター */
  .footer{
    background-color: #f0f1f1;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 40px;
  }
  .footer_inner{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer_navi_list{
    display: inline-flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    border-bottom: none;
  }
  .footer_navi_item{
    width: calc(100% / 5);
    border-top: none;
  }
  .footer_navi_item:nth-of-type(odd){
    border-right: none;
  }
  .footer_navi_item:nth-of-type(6){
    border-bottom: none;
    border-right: none;
  }
  .footer_btn_arrow_right::after{
    content: none;
  }
  .footer_navi_link{
    padding: 0;
    line-height: 2;
    display: inline-block;
    font-size: 11px;
    height: auto;
    border-right: 1px solid #665E61;
    text-align: center;
  }
  .footer_navi_item:first-child .footer_navi_link{
    border-left: 1px solid #665E61;
  }
  .footer_banner_wrap{
    padding: 0;
    margin-top: 25px;
  }
  .footer_banner_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .footer_banner_list{
    width: calc((100% / 3) - 10px);
  }
  .footer_banner_link{
    margin: 0;
  }
  .footer_banner_list:first-of-type .footer_banner_link{
    width: 90%;
    padding-bottom: 0;
  }
  .copyright{
    color: #D8D8D8;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .footer_navi_list_sub{
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    margin-top: 16px;
  }
  .footer_navi_item_sub{
    margin-left: 23px;
  }
  .footer_navi_link_sub{
    font-size: 10px;
  }
	
  /* 共通 */
  .inner{
    max-width: 980px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  /* メインビジュアル */
  .top_page_main{
    padding-top: 132px;
  }
  .mainvisual{
    padding-top: 0;
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .mainvisual_img_wrap{
    width: 100%;
  }
  /* トップページメイン */

	
	.top_text{
	margin: 80px auto;
	text-align: center;
}

  .section_guide_text{
    font-size: 1.4em;
    line-height: 1.8;
  }


  .section_price_flex {
  display: flex;
  margin: 80px auto;
  }

  .price_plan_img{
  position: relative;
  width: 65%;
  margin:0;
  }

  .price_plan_box_01 {
  position: absolute;
  width: 50%;
  top: 6%;
  left: 50%;
  background-color: rgba(255,255,255,0.5);
  border: solid #94976D 1px;
  padding: 1em 2em;
  text-align: center;
  }

  .price_plan_box_02 {
  margin-bottom: 60px;
  width: 50%;
  position: absolute;
  top: 33%;
  left: 3%;
  background-color: rgba(255,255,255,0.5);
  border: solid #645A3C 1px;
  padding: 1em 2em;
  text-align: center;
  }
  .price_plan_box_03 {
	position: absolute;
	width: 50%;
	top: 59%;
	left: 50%;
	background-color: rgba(255,255,255,0.5);
	border: solid #294624 1px;
	padding: 1em 2em;
	text-align: center;
}



.price_title{
	font-size: 2.4em;
	text-align: center;
	margin: 10px auto;
	font-weight: 500;
}

.price_big_text {
	font-size: 2.8em;
	font-weight: 700;
}

.price_bold_text{
	font-weight: 700;
	font-size: 1.5em;
}

.price_text{
	font-size: 1.5em;
}
	
.margaret_text{
	font-size:1em;
	margin: 8px 0 10px 0;
}

	
.price_small_text {
	font-size: 0.8em;
	}
	
.price_plan {
	margin: 1.2em;
	font-size:1em;
	
}
.price_plan_text_box{
	line-height: 2;
	font-size: 1.1em;
	margin-left: 40px;
	margin-top: 6%;
	text-align: left;
}

.section_price_flex_left{
	display: flex;
	flex-flow: row-reverse;
}

.photo_flex_box {
	display: flex;
}
 
.margaret{
	max-width:980px; 
	margin: 80px auto;
	background-image: url("../img/page_head_margaret.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
    background-color: #fff;
    box-shadow: 0 0 6px 5px #DFEACA, 0 0 6px 5px #DFEACA inset;
    border-radius: 10px;
    padding: 20px;
    margin: 30px auto;
}

.margaret_title_flex{
	display: flex;
	margin: 0 auto;
}

.margaret_info_box{
	font-size: 1.1em;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 40px 0 60px;
	top:0%;
	left:0%;
}

.margaret_title {
	width: 35%;
	margin-left:5%;
	padding-left: 60px;
}

.margaret_text_box{
	text-align: center;
}

.margaret_text_title {
	font-size: 1.1em;
	font-weight: 600;
	margin: 20px;
}

.margaret_text{
	line-height: 1.7
}

.margaret_text_big{
	font-size: 1.3em;
	font-weight: 700;
	margin: 1em 
}

.margaret_text_green{
	background-color: #f3f2e5;
	max-width: 460px;
	padding: 10px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 auto;
	border-radius: 3px;
	font-size:1.1em;
	
}
	
	.sp_margaret {
		display: none;
	}

.margaret_btn{
	background-color: #294624;
	margin: 30px auto;
	max-width: 560px;
	padding: 20px;
	border-radius: 3px;
}

.margaret_btn img {
	display: block;
	justify-content: center;
	width: 60%;
	text-align: center;
	margin: 0 auto;
}

.section_guide{
		margin-top: 80px;
	}
	
	
.guide_title{
	width: 40%;
	margin: 20px auto;
}

.guide_flex_right{
	width: 49.25%;
}


.guide_flex_left{
	width: 49.25%;
}

.guide_flex_left_map{
	max-width: 440px;
	margin: 20px auto;
}


.guide_flex_left_gmap{
	position: relative;
	margin: 0 auto;
	padding-bottom: 56.25%;
	text-align: center;
	width: 90%;
	overflow: hidden;
	height: 0;
}

.guide_flex_left_gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
	
	
.guide_flex{
	margin-top:60px;
	display: flex;
	flex-direction: row-reverse;
}

.guide_flex_left_text{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.7em;
	margin: 10px auto 20px auto;
	text-align: center;
}

.acsess{
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 500;
	font-size: 1.1em;
	margin: 10px auto;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

.guide_flex_left_gmap_carning{
	font-size: 1.2rem;
	margin-top: 2px;

}





  /* 友の会ページ */
  .page_tomo{
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
  }
  .page_head_tomo img{
    width: 350px;
  }
  .tomo_text{
    font-size: 24px;

  }

  /* 友の会フォームページ */
  .page_head_wrap{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
  }
  .page_head{
    height: 500px;
  }
  .page_title{
    font-size: 3vw;
  }
  .page_title img{
    width: auto;
    height: auto;
  }
  .form_heading{
    padding-top: 90px;
  }
  .form_title{
    font-size: 30px;
  }
  .step_info{
    margin: 125px auto v 0px;
  }
  .form_inner{
    max-width: 850px;
    margin: 0 auto;
    padding-top: 90px;
  }
  .form_row{
    margin-top: 50px;
    flex-direction: row;
  }
  .form_head{
    flex-direction: row;
    width: 40%;
    justify-content: space-between;
    padding-right: 16px;
  }
  .form_label{
    text-align: left;
  }
  .form_body{
    width: 60%;
  }
  .form_horizontal{
    flex-direction: row;
  }
  input[type="text"]{
    height: 54px;
  }
  .sei_kanzi,
  .mei_kanzi,
  .sei_kana,
  .mei_kana{
    margin-top: 0;
    width: 45%;
    align-items: flex-end;
  }
  .sei_kanzi,
  .sei_kana{
    margin-right: 10px;
  }
  .form_row_sex .form_horizontal{
    justify-content: inherit;
    margin-top: 0;
  }
  .select_box_inner{
    width: 100%;
    flex-wrap: inherit;
  }
  .form_body .year{
    width: 56%;
    margin: 0 6px 0 0;
  }
  .form_body .month{
    width: 15%;
    margin: 0 6px;
  }
  .form_body .day{
    width: 15%;
    margin: 0 6px;
  }
  .sp_mt12{
    margin-top: 0;
  }
  .sp_mt30{
    margin-top: 0;
  }
  .how_select{
    width: 100%;
  }
  .form_inner_small{
  }
  .agree_privacy_wrap{
    margin-top: 40px;
    padding: 24px 0;
    font-size: 20px;
    max-width: inherit;
  }
  label.form_agree_label{
    font-size: 20px;
  }
  label.form_agree_label::before{
    top: 9px;
  }
  input[type="checkbox"]:checked + label.form_agree_label::after{
    top: 5px;
  }
  .disabled_btn{
    max-width: 480px;
    font-size: 20px;
  }

  /* ハートフルの会フォーム */
  .pay_row{
    text-align: left;
  }
  .select_inner{
    margin-left: 40%;
  }
  .form_label_attension{
    font-size: 14px;
  }
  .form_row_center .form_head{
    flex-direction: column;
    align-items: flex-start;
  }
  .form_row_center .select_box_inner{
    justify-content: flex-start;
  }
  .term_link{
    font-size: 20px;
  }

  /* お問い合わせフォームページ */
  .page_form_contact .form_inner{
    padding-top: 0;
  }
  .name_input_box{
    margin-top: 0;
  }
}

