@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: 17px;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
}
.serif{
  font-family: "Noto Serif JP", serif;
}
.inner{
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
section .inner{
  padding: 5em 40px;
}
input[type="submit"]{
  appearance: none;
}
a{
  opacity: 1;
  transition: .3s;
  text-decoration: none;
}
a:hover{
  opacity: .75;
  transition: .3s;
}
a[href^="tel:"]{
  color: inherit;
}
.tel_link{
	width: 100%;
	text-align: center;
}
.tel_link a{
	pointer-events: none;
  cursor: default;
	line-height: 1;
	letter-spacing: .05em;
	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;
}
.pcNone{
  display: none !important;
}
.spBr{
  display: none !important;
}
.pcBr{
  display: block !important;
}
sup{
  line-height: 0;
  margin-right: .2em;
}

/* 共通 Button */
.btn a{
  color: #fff;
  line-height: 1;
  padding: .25em;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: 16px;
}
.btn.darkred a{
  display: flex;
  align-items: center;
  background: #7f000b;
}
.btn.darkred a::before{
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  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: 45px;
  min-height: 45px;
  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: 17px;
  bottom: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 40px;
  border-radius: 10px;
  transition: .3s;
  color: #fff;
  font-size: 14px;
  background: rgba(172, 162, 197, .7);
  opacity: 0;
}
.pagetop:hover{
  background: rgba(172, 162, 197, 1);
}

/* padding-bottom Control */
.pb1em{
  padding-bottom: 1em;
}
.pb2em{
  padding-bottom: 2em;
}
.pb3em{
  padding-bottom: 3em;
}
.pb4em{
  padding-bottom: 4em;
}
.pb5em{
  padding-bottom: 5em;
}
.pb6em{
  padding-bottom: 6em;
}
.pb7em{
  padding-bottom: 7em;
}
.pb8em{
  padding-bottom: 8em;
}

/*--------------------------
  header
--------------------------*/
#header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 0 0;
  z-index: 100;
  transition: .3s;
  background: transparent;
}
#header.change-color{
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 1px 3px rgba(255, 255, 255, .2);
  transition: .3s;
}
#header .inner{
  max-width: 100%;
  max-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 40px;
  background: rgba(255, 255, 255, .3);
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
  transition: .3s;
}
#header.change-color .inner{
  max-height: 80px;
  padding: .5em 40px;
  transition: .3s;
}
#header .inner h1{
  width: 15%;
  min-width: 200px;
  max-width: 260px;
  margin-top: -.18em;
  box-sizing: border-box;
  transition: .3s;
}
#header.change-color .inner h1{
  margin-left: 0;
  transition: .3s;
}
#header .inner h1 img{
  width: 100%;
  transition: .3s;
}
#header.change-color .inner h1 img{
  width: 85%;
  transition: .3s;
}

/* Global Navi */
#globalnav{
  width: auto;
}
#globalnav ul{
  display: flex;
  align-items: center;
  gap: 1.4em;
}
#globalnav ul li{
}
#globalnav ul li a{
  display: block;
  color: #2b2b2b;
  font-weight: 500;
  text-decoration: none;
  font-size: clamp(15px, 0.89vw, 17px);
}
#globalnav ul li:nth-child(9){
  line-height: 1;
  padding: 0 0 .5em 1.5em;
  border-left: 1.5px solid #e9e9e9;
}
#globalnav ul li:nth-child(9) a{
  pointer-events: none;
}
#globalnav ul li:nth-child(9) span{
  font-weight: 400;
  font-size: clamp(14px, 0.82vw, 15px);
}
#globalnav ul li:nth-child(9) .tel_link{
  color: #000;
  font-weight: 600;
  padding-top: .15em;
  letter-spacing: .06em;
  font-size: clamp(20px, 1.3vw, 24px);
  font-family: "Noto Serif JP", serif;
}
#globalnav ul li:nth-child(10) a{
  color: #fff;
  line-height: 1;
  padding: .25em;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: .05em;
  box-sizing: border-box;
  font-size: 15px;
  display: flex;
  align-items: center;
  background: #06c755;
}
#globalnav ul li:nth-child(10) a span{
  display: block;
  width: 100%;
  padding: 0 1em;
  text-align: center;
  box-sizing: border-box;
}
#globalnav ul li:nth-child(10) a::before{
  content: '';
  display: block;
  min-width: 45px;
  min-height: 45px;
  border-radius: 4px;
  background: url(../images/common/line_icon.png) no-repeat;
  background-size: contain;
}
@media (max-width: 1300px){
  #globalnav{
    line-height: 0;
  }
  #globalnav ul{
    flex-wrap: wrap;
    margin-left: 1em;
    padding-top: .4em;
    gap: .75em;
  }
  #globalnav ul li a{
    font-size: clamp(13px, 0.82vw, 15px);
  }
  #globalnav ul li:nth-child(7){
    width: 40%;
    padding: 0 0 0 0;
    border-left: none;
  }
  #globalnav ul li:nth-child(7) a{
    display: inline;
  }
  #globalnav ul li:nth-child(7) span{
    transition: .3s;
    white-space: nowrap;
    margin-right: .75em;
    font-size: 13px;
  }
  #globalnav ul li:nth-child(7) .tel_link{
    display: inline;
    text-align: left;
    transition: .3s;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 17px;
  }
  #globalnav ul li:nth-child(8) a span{
    padding: .15em .8em .3em;
    font-size: 13.5px;
  }
  #globalnav ul li:nth-child(8) a{
  }
  #globalnav ul li:nth-child(8) a::before{
    content: none;
  }
}
@media (min-width: 756px) and (max-width: 786px){
  #globalnav ul li:nth-child(7) span{
    margin-right: .5em;
    font-size: 12.5px;
  }
  #globalnav ul li:nth-child(7) .tel_link{
    font-size: 16px;
  }
  #globalnav ul li:nth-child(8) a span{
    padding: .15em .75em .3em;
    font-size: 12.5px;
  }
}

/* タイトル部分 */
.page_header{
  background: url(../images/common/page_bg.jpg) no-repeat right top;
  background-size: cover;
}
.page_title{
  display: flex;
  align-items: center;
  max-width: 1280px;
  height: 300px;
  margin: 0 auto;
  padding: 60px 40px;
  box-sizing: border-box;
}
.page_header h2{
  font-weight: 500;
  line-height: 1.8;
  padding-top: 5.5rem;
  font-size: clamp(26px, 2.97vw, 38px);
  font-family: "Noto Serif JP", serif;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, .5);
}

/*--------------------------
  Breadcrumb
--------------------------*/
#breadcrumb{
  padding-top: 2px;
  padding-bottom: 4px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#breadcrumb .inner{
  padding: 0 40px;
}
#breadcrumb li{
  display: inline;
  color: #B5B5B5;
  line-height: 1.6;
  font-size: clamp(13px, 0.83vw, 16px);
}
#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%;
}
section{
  width: 100%;
}
section h3{
  text-align: center;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: clamp(21px, 2.34vw, 30px);
}
section h3 span{
  display: block;
  color: #a8192d;
  margin-bottom: .75em;
  text-align: center;
  letter-spacing: .2em;
  font-weight: 500;
  font-size: clamp(15px, 1.42vw, 17px);
}
section h3::after{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: .5em auto;
  background: url(../images/common/icon_01.png) no-repeat center center;
  background-size: contain;
}
section p{
  font-size: clamp(15px, 1.42vw, 17px);
}
#mv{
  position: relative;
  background: url(../images/home/main_bg.jpg) no-repeat center center;
  background-size: cover;
  max-height: 865px;
  aspect-ratio: 1920 / 1080;
}
#mv .inner{
  width: 100%;
  max-width: 750px;
  padding: 9em 0 3em;
  text-align: center;
}
#mv h2{
  color: #c40d25;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1em;
  font-size: clamp(26px, 5.33vw, 40px);
  font-family: "Noto Serif JP", serif;
}
#mv h2 span{
  color: #debea7;
  font-size: clamp(33px, 4.72vw, 51px);
}
#mv .inner p.price{
  width: 52%;
  margin: 0 auto;
}
#mv .box1{
  width: 86%;
  padding: 1em 1.5em 1.5em;
  margin: 3em auto 0;
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(250, 250, 250, .85);
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
}
#mv .box1 h3.catch{
  font-weight: 400;
  padding-bottom: 1em;
  font-size: clamp(14px, 1.33vw, 17px);
}
#mv .box1 h3::after{
  content: none;
  display: inherit;
  width: 0;
  height: 0;
  margin: 0;
  background: none;
  background-size: auto;
}
#mv .box1 h3.catch span{
  display: inline;
  color: #2b2b2b;
}
#mv .box1 ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mv .box1 ul li{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32%;
  color: #000;
  padding: .35em .5em;
  background: #fff;
  border-radius: 999px;
  box-sizing: border-box;
  font-size: clamp(11px, 1.42vw, 15.3px);
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#mv .box1 ul li::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  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: contain;
}
#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;
  max-width: 500px;
  margin: 2.5em auto;
}
#mv .box2 p{
  width: 48%;
}
#mv .box2 p.btn.darkred a,
#mv .box2 p.btn.green a{
  padding: .5em;
}
#mv .box2 p.btn.darkred a::before{
  margin-right: 1.35em;
}
#mv .box2 p.btn.green a::before{
  border-radius: 4px 4px 4px 4px;
}
#mv .note{
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* 選ばれる理由 */
#reason{
  background: url(../images/home/sec1_bg.jpg) no-repeat top center;
  background-size: 100%;
}
#reason ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
}
#reason ul li{
  width: 30%;
  padding: 1em 1em 0;
  margin-bottom: 3em;
  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: 6px;
  position: absolute;
  left: calc((100% - 26.42%) /2);
  bottom: 0;
  background: #a8192d;
}
#reason ul li img{
  width: 13.5%;
  padding-top: 1em;
  margin: 0 auto;
}
#reason ul li h4{
  font-weight: 600;
  padding: 1em 0;
  font-size: clamp(18px, 1.72vw, 22px);
}
#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);
}
@media (max-width: 1180px){
  #reason ul li{
    width: 48%;
  }
}

/* 対応エリア */
#area{
  background: #f6f5f2 url(../images/home/sec2_bg.jpg) no-repeat top center;
  background-size: cover;
}
#area .inner{
  padding: 5em 40px 2em;
}
#area .tab{
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#area .tab li a{
  display: block;
  min-width: 5em;
  cursor: pointer;
  padding: .35em 2em;
  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;
  justify-content: space-between;
  width: 100%;
  min-height: 265px;
  padding: 1.25em;
  margin-top: 3em;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#area .area_list h4{
  width: 13.5%;
  font-weight: 400;
  text-align: center;
  padding-top: 1em;
  font-size: clamp(14px, 1.67vw, 20px);
}
#area .area_list .list_parts{
  width: 85%;
}
#area .area_list .list_parts ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#area .area_list .list_parts ul li{
  width: 5em;
  text-align: center;
  margin: 0 0 .35em .35em;
  padding: .25em .75em;
  border-radius: 4px;
  background: #f8f8f8;
  font-size: clamp(12px, 1.42vw, 17px);
}
#area .area_list .list_parts p{
  padding: .5em 0 0 .5em;
  font-size: clamp(11px, 3.73vw, 14px);
}
#area .text_box{
  position: relative;
  padding: 2.25em 1em 1.75em;
  margin-top: 6em;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
#area .text_box span{
  display: block;
  font-size: clamp(16px, 1.58vw, 19px);
}
#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;
}

/* 葬儀プラン */
#plan{
  background: #f6f5f2 url(../images/home/sec3_bg.jpg) no-repeat top center;
  background-size: cover;
}
#plan .contents{
  margin-top: 3em;
}
#plan ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#plan ul li{
  width: 30%;
}
#plan ul li:nth-child(2){
  width: 33%;
}
#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{
  width: 40%;
  color: #fff;
  padding: .5em;
  border-radius: 4px;
  border: none;
  background: #cbe314;
  text-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
#plan ul li:nth-child(2) .type span::after{
  bottom: -20px;
  left: calc((100% - 16px) / 2);
  width: 16px;
  height: 20px;
  background: #cbe314;
}
#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;
  margin-top: .15em;
  border-radius: 8px;
  border: 8px solid #c68262;
}
#plan ul li .box h4{
  font-weight: 400;
  text-align: center;
  padding: .25em 1em;
  margin-bottom: .75em;
  background: #eaeae7;
  font-size: clamp(18px, 1.67vw, 20px);
}
#plan ul li .box figure{
  width: 100%;
}
#plan ul li .box .price{
  width: 85%;
  margin: 1.5em auto 0 1.65em;
}
#plan ul li:nth-child(2) .box .price{
  width: 100%;
  margin: 1.5em auto 0 auto;
}
#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:nth-child(3) .box .list{
  margin-top: 1.25em;
  padding: .5em .75em;
}
#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 8px;
  background-size: 5%;
}
#plan ul li:nth-child(3) .box .list ul li{
  line-height: 1.5;
  background: url(../images/home/sec3_icon1.png) no-repeat left 5px;
  background-size: 5%;
}
#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: 3em;
  text-align: center;
}
#plan .discount{
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
  border-radius: 8px;
  padding: 3em 2em 2.25em;
  background: rgba(148, 119, 101, .1);
  box-sizing: border-box;
}
#plan .discount h5{
  color: #fff;
  text-align: center;
  font-size: clamp(24px, 2.34vw, 30px);
}
#plan .discount h5 .box1{
  position: relative;
  background: #781b1b;
  padding: .5em 1em;
  border-radius: 10px;
  letter-spacing: .04em;
  font-size: clamp(19px, 1.88vw, 24px);
}
#plan .discount h5 .box1::after{
  content: '';
  position: absolute;
  bottom: -13px;
  left: calc((100% - 13px) / 2);
  display: block;
  width: 13px;
  height: 13px;
  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(27px, 2.66vw, 34px);
}

@media (max-width: 980px){
  #plan ul{
    display: block;
  }
  #plan ul li{
    width: 100%;
    margin-top: 2.5em;
  }
  #plan ul li:nth-child(2){
    width: 100%;
  }
  #plan ul li .box .price{
    text-align: center;
  }
  #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 .contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.75em 4em;
  margin-bottom: 6em;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, .07);
}
#contact_line .contents .left{
  width: 70%;
}
#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: 1.1em 0;
}
#contact_line .contents .left ul li{
  width: 100%;
  padding: 0 1.7em;
  background: url(../images/home/sec3_icon1.png) no-repeat left 8px;
  background-size: 2.2%;
}
#contact_line .contents .right{
  width: 30%;
}
#contact_line .contents .right .qr{
  width: 58%;
  margin: 0 auto;
}
#contact_line .contents .right .btn.green a{
  width: 76%;
  margin: .75em auto 0;
}
#contact_line .box{
  width: 100%;
  margin-top: 2em;
  padding-top: 1.25em;
  border-top: 1px solid #f4f4f4;
}
#contact_line .box h4{
  font-weight: 500;
  padding-bottom: .5em;
  font-size: clamp(18px, 1.67vw, 20px);
}
#contact_line .box h4 span{
  letter-spacing: .07em;
}
#contact_line .box ul{
  display: flex;
  padding-bottom: 1em;
  justify-content: space-between;
}
#contact_line .box ul li{
  width: 30%;
  padding: 1.25em;
  position: relative;
  background: #fafafa;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
#contact_line .box ul li::after{
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc((100% - 26px) / 2);
  right: -2.38em;
  background: url(../images/home/sec4_arw.png) no-repeat center center;
  background-size: contain;
}
#contact_line .box ul li:nth-child(3)::after{
  content: none;
}
#contact_line .box .note a{
  pointer-events: none;
}
#flow .contents{
  margin-top: 6em;
}
#flow .contents ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#flow .contents ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 46%;
  margin-bottom: 2em;
  position: relative;
}
#flow .contents ul li figure{
  width: 50%;
}
#flow .contents ul li div{
  width: 40%;
  padding-right: 1em;
}
#flow .contents ul li div h4{
  color: #7f000a;
}
#flow .contents ul li div p{
  text-align: justify;
}
#flow .contents ul li:nth-child(1)::after,
#flow .contents ul li:nth-child(3)::after{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc((100% - 30px) / 2);
  right: -55px;
  background: url(../images/home/sec4_arw.png) no-repeat center center;
  background-size: contain;
  transition: .3s;
}
@media (max-width: 980px){
  #contact_line .contents .left ul li{
    background-size: 3.5%;
  }
}
@media (max-width: 1180px){
  #contact_line .box ul li::after{
    right: -2em;
    transition: .3s;
  }
}

/* お問い合わせ */
#contact{
  background: #f7f7f7;
  padding-bottom: 3em;
}
#contact ul{
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
#contact ul li{
  width: 49%;
  padding: 1em 3em;
  background: #fff;
  letter-spacing: .06em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
#contact ul li h4{
  font-weight: 400;
  font-size: clamp(18px, 1.67vw, 20px);
}
#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(24px, 3.08vw, 37px);
}
#contact ul li .tel a{
  text-decoration: none;
}
#contact ul li .qr{
  width: 24%;
  margin-top: .65em;
}
#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{
  font-size: clamp(14px, 1.33vw, 16px);
}
.contact_form .form_box{
  width: 75%;
  margin: 0 auto;
  padding: 2.25em 2.5em 3em;
  background: #fff;
  box-sizing: border-box;
}
.contact_form h4{
  padding: 4em 0 2em;
  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: 1em;
  box-sizing: border-box !important;
}
div.wpforms-container-full button[type=submit]{
  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{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3em;
}
footer .logo_area{
  width: 26%;
  height: 100%;
/*border-radius: 4px;
  background: #ebebeb;
  box-shadow: 0 0 12px rgba(255, 255, 255, .3);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;*/
}
footer .logo_area img{
  width: 80%;
  margin: .5em 0;
}
footer #footernav{
  display: flex;
  justify-content: space-between;
  gap: 28px;
  width: 40%;
  color: #fff;
  padding-bottom: 10em;
}
footer #footernav ul{
    display: grid;
    gap: 0.4em;
}
footer #footernav ul li{
  line-height: 1.6;
  font-size: clamp(14px, 1.33vw, 16px);
}
footer #footernav ul li.ct{
  line-height: 1.5;
  margin-bottom: .5em;
  border-bottom: .5px solid #fff;
}
footer #footernav ul li.taiou{
  margin-top: -.3em;
}
footer #footernav ul li.tel{
  line-height: 1;
  letter-spacing: .06em;
  margin-bottom: .75em;
  font-size: clamp(21px, 2.08vw, 25px);
}
footer #footernav ul li.pp{
  margin-top: .75em;
}
footer #footernav ul li.pp a{
  font-size: clamp(11px, 1.13vw, 14.5px);
}
footer #footernav ul li a{
  color: #fff;
}
/*
footer .links{
  width: 100%;
  text-align: right;
  padding: 0 1em;
  box-sizing: border-box;
}
footer .links a{
  color: #fff;
  font-size: clamp(11px, 1.09vw, 14px);
}
*/
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;
  margin-bottom: .25em;
  letter-spacing: .03em;
  font-size: clamp(18px, 1.72vw, 22px);
}
#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;
}
#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;
  text-align: right;
  font-size: clamp(12px, 1.17vw, 15px);
}

/*--------------------------
  404
--------------------------*/
#page404{
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
#page404 .text_404{
  color: #cccccc;
  font-size: 200px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
#page404 .text_notfount_en{
  color: #cccccc;
  font-size: 64px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 24px;
}
#page404 .text_notfount_ja{
  color: #999999;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 40px;
}
#page404 .text_notfount_ja+p,
#page404 .renewal{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 2.5em;
}
#page404 p.ask{
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0.75em;
}
#page404 p.ask+p{
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 2.5em;
}

/*--------------------------
  miibo Setting
--------------------------*/
#chatbot-toggle_button{
  width: 80px;
  height: 80px;
  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: .5em 0;
}

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


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