@charset "UTF-8";

/*--------------------------
  Basic style
--------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

html{
  line-height: 1;
/*  scroll-behavior: smooth;*/
}
body{
  color: #2b2b2b;
  font-size: clamp(14px, 3.73vw, 14px);
  line-height: 1.7 !important;
  font-family: "Noto Sans JP", sans-serif;
}
.serif{
  font-family: "Noto Serif JP", serif;
}
.inner{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
input[type="submit"]{
  appearance: none;
}
a{
  text-decoration: none;
}
a[href^="tel:"]{
  color: inherit;
}
.tel_link{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.tel_link a{
  cursor: default;
	line-height: 1;
	letter-spacing: .07em;
	text-decoration: none;
}
a.textlink{
  color: #9dfce4;
  margin: 0 .2em;
  text-decoration: underline;
}
a.disableGray{
  opacity: .5;
  pointer-events: none;
}
a.disable{
  pointer-events: none;
}
li{
	list-style-type: none;
}
section p a,
section ol.decimal a,
section ul.disc a,
table a,
section dl a{
  display: inline;
  text-decoration: underline;
}
.t_left{
  text-align: left;
}
.t_right{
  text-align: right;
}
.t_center{
  text-align: center;
}
.spNone{
  display: none !important;
}
.spBr{
  display: block !important;
}
.pcBr{
  display: none !important;
}
sup{
  line-height: 0;
  margin-right: .2em;
}

/* 共通 Button */
.btn a{
  color: #fff;
  line-height: 1;
  padding: .25em;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: 14px;
}
.btn.darkred a{
  display: flex;
  align-items: center;
  background: #7f000b;
}
.btn.darkred a::before{
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 1em;
  border-radius: 4px;
  background: url(../images/home/tel_icon.png) no-repeat;
  background-size: contain;
}
.btn.green a{
  display: flex;
  align-items: center;
  background: #06c755;
}
.btn.green a span{
  display: block;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  box-sizing: border-box;
}
.btn.green a::before{
  content: '';
  display: block;
  min-width: 38px;
  min-height: 38px;
  border-radius: 4px;
  background: url(../images/common/line_icon.png) no-repeat;
  background-size: contain;
}
.btn a.disable{
  opacity: 1;
  color: #d3d3d3;
  background: #7f7f7f;
  pointer-events: none;
}
.pagetop{
  cursor: pointer;
  position: fixed;
  right: 13px;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 35px;
  border-radius: 14px;
  transition: .3s;
  color: #fff;
  background: rgba(172, 162, 197, .8);
  opacity: 0;
}

/* padding-bottom Control */
.pb1em{
  padding-bottom: .75em;
}
.pb2em{
  padding-bottom: 1.5em;
}
.pb3em{
  padding-bottom: 2em;
}
.pb4em{
  padding-bottom: 3em;
}
.pb5em{
  padding-bottom: 3.75em;
}
.pb6em{
  padding-bottom: 6em;
}
.pb7em{
  padding-bottom: 5.25em;
}
.pb8em{
  padding-bottom: 6em;
}

/*--------------------------
  header
--------------------------*/
#header{
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  transition: .3s;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#header.change-color{
  background: rgba(255, 255, 255, .95);
  transition: .3s;
}
#header .inner{
  position: relative;
  display: flex;
  align-items: center;
}
#header .inner h1{
  width: 40%;
  max-width: 180px;
  padding-top: .1em;
  box-sizing: border-box;
  transition: .3s;
}
#header.change-color .inner h1{
  transition: .3s;
}
#header .inner h1 img{
  width: 100%;
}

/*--------------------------
  Global Navi
--------------------------*/
#globalnav{
  background: #947765;
}
#globalnav{
  width: 100%;
  padding: 4em 0;
}
#globalnav li{
}
#globalnav li a{
  display: block;
  color: #f8f8f8;
  line-height: 1.6;
  text-decoration: none;
  padding: .5em 2em;
  border-bottom: .5px solid #ccc;
  font-size: clamp(12px, 4vw, 15px);
}
#globalnav > li > a{
  letter-spacing: .05em;
  font-weight: 400;
}
#globalnav li.taiou{
  color: #fff;
  padding: 1.5em 2em 0;
  text-align: center;
  border-bottom: none;
}
/*
#globalnav li .taiou p:first-child{
  width: 40%;
}
#globalnav li .taiou p:nth-child(2){
  width: 55%;
  text-align: left;
}
*/
#globalnav li .tel_link a{
  padding: 0 0;
  line-height: 1;
  border-bottom: none;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 6.4vw, 24px);
}
#globalnav .btn.green a{
  display: flex;
  justify-content: flex-start;
  width: 60%;
  margin: 1em auto;
  padding: .25em;
  letter-spacing: .16em;
  font-size: clamp(12px, 4.27vw, 16px);
}
#globalnav .btn.green a::before{
  min-width: 42px;
  min-height: 42px;
}
#globalnav .pp a{
  text-align: center;
  border-bottom: none;
  font-size: clamp(11.5px, 3.73vw, 14px);
}

/* タイトル部分 */
.page_header{
  background: url(../images/common/page_bg_sp.jpg) no-repeat right top;
  background-size: cover;
}
.page_title{
  display: flex;
  align-items: center;
  max-width: 100%;
  height: 150px;
  padding: 0 20px;
  box-sizing: border-box;
}
.page_header h2{
  font-weight: 500;
  line-height: 1.7;
  padding-top: 1rem;
  font-size: clamp(19px, 6.4vw, 24px);
  font-family: "Noto Serif JP", serif;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, .5);
}

/*--------------------------
  Breadcrumb
--------------------------*/
#breadcrumb{
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#breadcrumb li{
  display: inline;
  color: #B5B5B5;
  font-size: clamp(10px, 3.2vw, 12px);
}
#breadcrumb li:after{
  content: "/";
  color: #B5B5B5;
  margin: 0 .25em 0 .5em;
}
#breadcrumb li:last-child::after{
  content: none;
}
#breadcrumb li a{
  color: #666;
  display: inline;
  text-decoration: underline;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
  word-wrap: break-word;
  word-break: break-all;
}
#breadcrumb li:last-child a{
  pointer-events: none;
  text-decoration: none;
}

/*--------------------------
  Contents
--------------------------*/
/* Main */
.wrap{
  width: 100%;
}
#contents{
  padding: 1.5em 0;
}
section{
  width: 100%;
  padding: 3em 0 0;
  box-sizing: border-box;
}
section h3{
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .1em;
  padding-bottom: .75em;
  font-size: clamp(18px, 6.93vw, 26px);
}
section h3 span{
  display: block;
  color: #a8192d;
  margin-bottom: .5em;
  text-align: center;
  letter-spacing: .17em;
  font-weight: 500;
  font-size: clamp(13px, 4vw, 15px);
}
section h3::after{
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  margin: .75em auto 0;
  background: url(../images/common/icon_01.png) no-repeat center center;
  background-size: contain;
}
section#mv{
  padding: .5em 20px 3em;
}
#mv{
  position: relative;
  background: url(../images/home/main_bg_sp.jpg) no-repeat center center;
  background-size: cover;
}
#mv .inner{
  width: 100%;
  max-width: 750px;
  padding: 6.75em 0 3em;
  text-align: center;
}
#mv h2{
  color: #c40d25;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 1.5em;
  font-size: clamp(19px, 6.4vw, 24px);
  font-family: "Noto Serif JP", serif;
}
#mv h2 span{
  color: #debea7;
  letter-spacing: -.2em;
  margin-right: .2em;
  font-size: clamp(25px, 8.53vw, 32px);
}
@media (min-width: 1920px){
}
@media (max-width: 1360px){
}
#mv .inner p.price{
  width: 60%;
  margin: 0 auto;
}
#mv .box1{
  padding: 1em .65em .75em;
  margin: 2.75em 15px 0;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(250, 250, 250, .85);
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#mv .box1 h3.catch{
  font-weight: 400;
  padding-bottom: 1em;
  font-size: clamp(12px, 4vw, 15px);
}
#mv .box1 h3::after{
  content: none;
  display: inherit;
  width: 0;
  height: 0;
  margin: 0;
  background: none;
  background-size: auto;
}
#mv .box1 ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#mv .box1 ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  color: #000;
  padding: .35em .5em;
  margin: 0 1% .75em;
  background: #fff;
  border-radius: 999px;
  box-sizing: border-box;
  font-size: clamp(10px, 3.2vw, 12px);
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#mv .box1 ul li:nth-child(3){
  width: 52%;
}
#mv .box1 ul li::before{
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: .5em;
}
#mv .box1 ul li:nth-child(1)::before{
  background: url(../images/home/main_icon1.png) no-repeat center center;
  background-size: contain;
}
#mv .box1 ul li:nth-child(2)::before{
  background: url(../images/home/main_icon2.png) no-repeat center center;
  background-size: 85%;
}
#mv .box1 ul li:nth-child(3)::before{
  background: url(../images/home/main_icon3.png) no-repeat center center;
  background-size: contain;
}
#mv .box2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.65em auto;
}
#mv .box2 p{
  width: 48%;
}
#mv .box2 p.btn.darkred a,
#mv .box2 p.btn.green a{
  padding: .35em;
}
#mv .box2 p.btn.darkred a::before{
  margin-right: 1em;
}
#mv .box2 p.btn.green a::before{
  border-radius: 4px 4px 4px 4px;
}
#mv .note{
  position: absolute;
  bottom: 2em;
  left: 0;
  padding: 0 20px;
}

/* 選ばれる理由 */
#reason{
  padding-bottom: 1.75em;
  background: url(../images/home/sec1_bg.jpg) no-repeat top center;
  background-size: cover;
}
#reason ul{
  margin-top: 1.25em;
}
#reason ul li{
  padding: .5em .25em 0;
  margin-bottom: 2em;
  text-align: center;
  border-radius: 10px;
  background: #fafafa;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  position: relative;
}
#reason ul li::after{
  content: '';
  display: block;
  width: 26.42%;
  height: 4px;
  position: absolute;
  left: calc((100% - 26.42%) /2);
  bottom: 0;
  background: #a8192d;
}
#reason ul li img{
  width: 12%;
  padding-top: 1em;
  margin: 0 auto;
}
#reason ul li h4{
  font-weight: 600;
  padding: .5em 0;
  font-size: clamp(14px, 5.07vw, 19px);
}
#reason ul li p{
  text-align: justify;
  padding: 0 1.75em 3em;
}
#reason ul li p sup{
  font-size: 10px;
  font-weight: 500;
  letter-spacing: -.05em;
}
#reason ul li p .note{
  display: block;
  line-height: 1.3;
  margin-top: 1.35em;
  font-size: clamp(10px, 3.47vw, 13px);
}

/* 対応エリア */
#area{
  padding-bottom: 1.75em;
  background: #f6f5f2 url(../images/home/sec2_bg.jpg) no-repeat top center;
  background-size: cover;
}
#area .inner{
}
#area .tab{
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#area .tab li a{
  display: block;
  min-width: 4em;
  cursor: pointer;
  padding: .35em 1.5em;
  margin: 2em 0 3em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
  transition: .3s;
}
#area .tab li:first-child a{
  border-radius: 100px 0 0 100px;
}
#area .tab li:last-child a{
  border-radius: 0 100px 100px 0;
}
#area .tab li a:hover{
  color: #fff;
  background: #c9bee4;
  transition: .3s;
}
#area .tab li a.active{
  color: #fff;
  background: #aca2c5;
}
#area .tabcontent{
  display: none;
  border-top: none;
  animation: fadeEffect 1s;
}
@keyframes fadeEffect{
 from{opacity: 0;}
 to{opacity: 1;}
}
#area .area_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 1em 1.75em;
  margin-top: 2em;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#area .area_list h4{
  width: 100%;
  font-weight: 400;
  text-align: center;
  padding-bottom: .5em;
  font-size: clamp(13px, 4.53vw, 17px);
}
#area .area_list .list_parts{
}
#area .area_list .list_parts ul{
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  width: 100%;
}
#area #Kanagawa .area_list .list_parts ul{
  justify-content: flex-start;
}
#area .area_list .list_parts ul li{
  width: 5em;
  text-align: center;
  margin-bottom: .35em;
  margin-right: .45em;
  padding: .25em .75em;
  border-radius: 4px;
  background: #f8f8f8;
  font-size: clamp(12px, 3.73vw, 14px);
}
#area .area_list .list_parts ul li:nth-child(3n){
  margin-right: 0;
}
#area #Kanagawa .area_list .list_parts ul li{
  margin-left: .5em;
}
#area .area_list .list_parts p{
  padding: .5em 0 0 .5em;
}
#area .text_box{
  position: relative;
  padding: 2.25em 1em 1.75em;
  margin-top: 4em;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#area .text_box span{
  display: block;
  margin-bottom: .25em;
  font-size: clamp(12px, 4vw, 15px);
}
#area .text_box::before{
  content: '';
  display: block;
  position: absolute;
  top: -22.5px;
  left: calc((100% - 31px) / 2);
  width: 31px;
  height: 45px;
  background: url(../images/home/sec2_pin.png) no-repeat center center;
  background-size: contain;
}
#area .text_box p{
  text-align: left;
}
#area .text_box p span{
  text-align: center;
}

/* 葬儀プラン */
#plan{
  padding-bottom: 2em;
  background: #f6f5f2 url(../images/home/sec3_bg.jpg) no-repeat top center;
  background-size: cover;
}
#plan .contents{
  margin-top: 3em;
}
#plan ul{
}
#plan ul li{
}
#plan ul li:nth-child(2),
#plan ul li:nth-child(3){
  margin-top: 2.5em;
}
#plan ul li .type{
  text-align: center;
}
#plan ul li .type span{
  display: block;
  width: 5em;
  color: #5c5c5c;
  margin: 0 auto;
  padding: .05em .25em .18em;
  text-align: center;
  font-weight: 600;
  letter-spacing: .08em;
  background: #fafafa;
  border-radius: 5px;
  border: 1.75px solid #aea7c2;
  font-size: clamp(14px, 4.27vw, 16px);
  position: relative;
  box-sizing: border-box;
}
#plan ul li .type span::after{
  content: '';
  position: absolute;
  bottom: -13px;
  left: calc((100% - 13px) / 2);
  display: block;
  width: 13px;
  height: 13px;
  background: #aea7c2;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#plan ul li:nth-child(2) .type span{
  display: block;
  width: 40%;
  margin: 0 auto;
  color: #fff;
  padding: .5em;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  background: #cbe314;
  position: relative;
  box-sizing: border-box;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
#plan ul li:nth-child(2) .type span::after{
  content: '';
  position: absolute;
  bottom: -17px;
  left: calc((100% - 16px) / 2);
  display: block;
  width: 16px;
  height: 20px;
  background: #cbe314;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#plan ul li .box{
  padding: 1em 1.25em 1.5em;
  margin-top: .2em;
  background: #fff;
  border-radius: 8px;
}
#plan ul li:nth-child(2) .box{
  padding: 1.25em 1.5em 1.75em;
  border: 6px solid #c68262;
}
#plan ul li .box h4{
  font-weight: 400;
  text-align: center;
  padding: .25em 1em;
  margin-bottom: .75em;
  background: #eaeae7;
  font-size: clamp(12px, 4.27vw, 16px);
}
#plan ul li .box figure{
  width: 100%;
}
#plan ul li .box .price{
  width: 75%;
  margin: 1em auto 0;
}
#plan ul li:nth-child(2) .box .price{
  width: 85%;
}
#plan ul li .box .text{
  padding: .75em 0;
  text-align: justify;
  border-bottom: 1px solid #e0e0e0;
}
#plan ul li .box .list{
  padding: .75em;
  margin-top: 1.5em;
  background: #fafafa;
}
#plan ul li .box .list ul{
  display: block;
}
#plan ul li .box .list ul li{
  width: 100%;
  padding: 0 1.5em;
  margin: 0 .5em;
  background: url(../images/home/sec3_icon1.png) no-repeat left 6px;
  background-size: 4.3%;
}
#plan ul li .btn{
  width: 100%;
}
#plan ul li .btn a{
  display: block;
  padding: 1.45em;
  margin-top: -1em;
  text-align: center;
  background: #707070;
  border-radius: 8px;
}
#plan ul li .btn a:hover{
  opacity: 1;
  background: #919290;
}
#plan .note{
  padding-top: 2em;
  padding-bottom: 2em;
}
#plan .discount{
  width: 100%;
  margin-bottom: 3em;
  border-radius: 8px;
  padding: 2.5em 1.25em 2em;
  background: rgba(148, 119, 101, .1);
  box-sizing: border-box;
}
#plan .discount h5{
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 4.53vw, 17px);
}
#plan .discount h5 .box1{
  position: relative;
  background: #781b1b;
  padding: .5em .65em;
  border-radius: 8px;
  font-weight: 500;
  font-size: clamp(11px, 3.73vw, 14px);
}
#plan .discount h5 .box1::after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: calc((100% - 12px) / 2);
  display: block;
  width: 12px;
  height: 12px;
  background: #781b1b;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
#plan .discount h5 .box2{
  color: #2b2b2b;
  display: block;
  margin-top: 1em;
}
#plan .discount h5 .box2 .strongly{
  color: #C40D25;
  margin: 0 .15em;
  font-size: clamp(21px, 6.93vw, 26px);
}

@media (min-width: 450px) and (max-width: 756px){
  #plan ul li .box .list ul li{
    background-size: 2%;
  }
  #plan ul li:nth-child(3) .box .list ul li{
    background-size: 2%;
  }
}

/* LINEで気軽にご相談 & ご利用の流れ */
#line_flow{
  background: url(../images/home/sec4_bg.jpg) no-repeat top center;
  background-size: 100%;
}
#contact_line{
  padding: 0 0 0;
}
#contact_line .contents{
  padding: 1.5em;
  margin-bottom: 2em;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, .07);
}
#contact_line .contents .left{
}
#contact_line .contents h3,
#contact_line .contents h3 span{
  text-align: left;
}
#contact_line .contents h3::after{
  content: none;
}
#contact_line .contents .left p{
  padding-bottom: 1em;
  text-align: justify;
  font-size: clamp(12px, 3.73vw, 14px);
}
#contact_line .contents .left ul li{
  width: 100%;
  padding: 0 1.7em;
  background: url(../images/home/sec3_icon1.png) no-repeat left 5.5px;
  background-size: 4.5%;
  box-sizing: border-box;
}
#contact_line .contents .right{
}
#contact_line .contents .right .qr{
  width: 40%;
  margin: 1em auto 0;
}
#contact_line .contents .right .btn.green a{
  width: 70%;
  margin: .75em auto 0;
}
#flow .contents{
  margin-top: 3em;
}
#flow .contents ul{
}
#flow .contents ul li{
  margin-bottom: 2em;
  position: relative;
}
#flow .contents ul li figure{
}
#flow .contents ul li div{
  padding-right: 1em;
}
#flow .contents ul li div h4{
  color: #7f000a;
}
#flow .contents ul li div p{
  text-align: justify;
}
#contact_line .box{
  width: 100%;
  margin-top: 2em;
  padding-top: 1.25em;
  border-top: 1px solid #f4f4f4;
}
#contact_line .box h4{
  font-weight: 500;
  text-align: center;
  padding-bottom: 1em;
  font-size: clamp(18px, 1.67vw, 20px);
}
#contact_line .box h4 span{
  letter-spacing: .07em;
}
#contact_line .box ul{
}
#contact_line .box ul li{
  padding: 1em;
  position: relative;
  background: #fafafa;
  margin-bottom: 3em;
  text-align: justify;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
#contact_line .box ul li:nth-child(3){
  margin-bottom: 1.5em;
}
#contact_line .box ul li::after{
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc((100% - 24px) / 2);
  bottom: -2.5em;
  background: url(../images/home/sec4_arw.png) no-repeat center center;
  background-size: contain;
  transform: rotate(90deg);
}
#contact_line .box ul li:nth-child(3)::after{
  content: none;
}
@media (min-width: 450px) and (max-width: 756px){
  #contact_line .contents .left ul li{
    background-size: 2.5%;
  }
}

/* お問い合わせ */
#contact{
  background: #f7f7f7;
  padding-bottom: 3em;
}
#contact ul{
  margin-top: 1.5em;
}
#contact ul li{
  padding: 1em 2em;
  background: #fff;
  letter-spacing: .06em;
  margin-bottom: .5em;
}
#contact ul li h4{
  font-weight: 400;
  text-align: center;
  font-size: clamp(12px, 4.8vw, 18px);
}
#contact ul li p{
  text-align: center;
}
#contact ul li .tel{
  display: block;
  color: #c40d25;
  font-weight: 600;
  line-height: 1;
  padding-top: .15em;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(21px, 8.53vw, 32px);
}
#contact ul li .tel a{
  text-decoration: none;
}
#contact ul li .qr{
  width: 40%;
  margin: .65em auto;
}
#contact ul li .btn.green{
  margin-top: .65em;
}
#contact ul li .btn.green a::before{
  min-width: 42px;
  min-height: 42px;
}
#contact ul li .line_soudan span.text{
  display: block;
  text-align: center;
}
.contact_form .form_box{
  padding: 1em 1em 2em;
  background: #fff;
}
.contact_form h4{
  padding: 2em 0 1.5em;
  text-align: center;
}

/* wpforms setting */
.wpforms-container{
  margin: 0 0 0 !important;
}
.wpforms-field-medium{
  max-width: 100% !important;
}
div.wpforms-container-full button[type=submit]{
  width: 100%;
  letter-spacing: .5em;
  height: auto !important;
  padding: 1em !important;
  margin-top: .5em;
  box-sizing: border-box !important;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
  background-color: #7f000a !important;
}
#contact ul#wpforms-7-field_10{
  margin-top: 0 !important;
}
#contact ul#wpforms-7-field_10 li{
  padding: 0 0 !important;
  justify-content: flex-start !important;
}
#contact ul#wpforms-7-field_10 li a{
  color: #2b2b2b !important;
  text-decoration: underline !important;
}
#contact ul#wpforms-7-field_10 li::after{
  content: '*';
  color: red;
}

/*--------------------------
  Footer
--------------------------*/
footer{
  width: 100%;
  background: #947765;
/*  background: #956235;*/
}
footer .inner{
  padding-top: 3em;
}
footer .logo_area{
  width: 40%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 1em;
  text-align: center;
/*  padding: 1em;
  margin-bottom: 2em;
  border-radius: 4px;
  background: #ebebeb;
  box-shadow: 0 0 12px rgba(255, 255, 255, .3);*/
}
footer .logo_area p{
  margin-left: -2em;
}
/*
footer .links{
  text-align: center;
  padding: 0 1em;
}
footer .links a{
  color: #fff;
}
*/
footer .copyright{
  width: 100%;
  color: #cfc8bc;
  text-align: center;
  padding: 1em 0 2.5em;
  letter-spacing: .05em;
}

/*--------------------------
  Privacy policy
--------------------------*/
#privacy-policy .contents{
  text-align: justify;
}
#privacy-policy .page_header{
}
#privacy-policy section{
  padding-top: 2em;
}
#privacy-policy section h3{
  text-align: left;
  font-weight: 500;
  letter-spacing: .03em;
  font-size: clamp(14px, 4.53vw, 17px);
}
#privacy-policy section h3 span{
}
#privacy-policy section h3::after{
  content: none;
}
#privacy-policy section ol{
  margin-left: 2em;
}
#privacy-policy section ol li{
  list-style: decimal;
}
#privacy-policy section ol ol{
  margin-top: .5em;
  margin-bottom: 1em;
  margin-left: 1em;
}
#privacy-policy section ol ol li{
  list-style: lower-alpha;
}
#privacy-policy section ol ol ol li{
  list-style: lower-roman;
}
#privacy-policy section .enact_day{
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: right;
  font-size: clamp(11px, 3.47vw, 13px);
}

/*--------------------------
  404
--------------------------*/
#page404{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#page404 .text_404{
    color: #cccccc;
    font-size: 128px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}
#page404 .text_notfount_en{
    color: #cccccc;
    font-size: 200%;
    font-weight: bold;
    margin-bottom: 16px;
}
#page404 .text_notfount_ja{
    color: #999999;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 28px;
}
#page404 .text_notfount_ja+p,
#page404 .renewal{
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 2.5em;
}
#page404 p.ask{
    font-size: 125%;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0.3em;
}
#page404 p.ask+p{
    line-height: 1.8;
    text-align: left;
    margin-bottom: 2.5em;
}

/*--------------------------
  miibo Setting
--------------------------*/
@media screen and (max-width: 700px){
  #chatbot{
    height: 80vh !important;
  }
}
#chatbot-toggle_button{
  width: 80px;
  height: 80px;
  right: 12px !important;
  bottom: 12px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2) !important;
}
#chatbot-toggle_button img{
  border-radius: 14px;
  width: 80px;
  height: 80px;
  aspect-ratio: auto 80 / 80;
}
#chatbot-header{
  background: #947765 !important;
  padding: 0 0 .75em;
}

/*--------------------------
  スムーズ アンカーリンク
--------------------------*/
#reason,
#area,
#plan,
#contact,
#flow{
  scroll-margin-top: 52px;
}



/*--------------------------
  LPバナーエリア
--------------------------*/
#lp-bnr-area{
        background: #f7f7f7;
        padding-top: 3em;
        padding-bottom: 6em;
}
.lp-bnr{
        display: grid;
        gap: 16px;
        justify-content: center;
}
.lp-bnr aside{
	border-radius: 5px;
        overflow: hidden;
}
.lp-bnr aside>a{
	display: block;
}
.lp-bnr aside img{
	vertical-align: bottom;
}