@charset "UTF-8";

html {
  font-size:62.5%;
}
body {
  font-size:1.4rem;
  color: #402424;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #fcfaf6;
  font-family: 'Noto Serif JP', serif , "Helvetica Neue",
  Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
a {
  text-decoration: none;
  color: #402424;
}
li,ul {
  list-style: none;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.bold{
  font-weight: 800 !important;
}

.big{
  font-size: 2rem;
}

.big2{
  font-size: 1.8rem;
}

.nichi_link{
  text-decoration: underline;
  color:blue;
  font-weight: 800;
}

.text-a {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}
.text-b {
    font-size: 1.6rem;
}
.text-c {
    font-size: 1rem;
}
.text-d {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 800;
}
.text-e {
  font-size: 1.4rem;
  font-weight: 800;
}
.text-f {
  font-size: 2rem;
  font-weight: 800;
}
.mt-20 {margin-top: 20px; font-weight: 600;}
.mt-30 {margin-top: 30px; font-weight: 600;}
.mt-40 {margin-top: 40px; font-weight: 800;}
.mt-50 {margin-top: 50px; font-weight: 800;}
.mb-30 {margin-bottom: 30px;}

.lh15 {line-height: 1.5;}
.lh18 {line-height: 1.8;}
.lh2 {line-height: 2;}
.grey {
  color: #685d5d;
}
:focus {
  outline: none;
}
.text-line {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 1em;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 50%, rgb(246,198,198) 50%);
}
.text-line2 {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 1em;
  background-size: 200% 0.4em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgb(0 0 0 / 0%) 50%, rgb(223,181,213) 50%);
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
}
.closebtn{
  text-align: center;
}


.telbtn{
  width:50vw;
  margin-left:5%
}



/*--------------------
 ヘッダー
---------------------*/
header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
header>div {
  width: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.header_left {
  background-color: white;
}
.header_left img {
  width: 90%;
  text-align: center;
  height: auto;
}
.header_right {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.header_right a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.header_right a img {
  height: 100%;
}

.header_right p {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  body {
    font-size:2.8rem;
  }
  .text-a {
    font-size: 4rem;
  }
  .text-b {
      font-size: 3.6rem;
  }
  .text-c {
      font-size: 2rem;
  }
  .text-d {
    font-size: 5rem;
  }
  .text-e {
    font-size: 2.8rem;
  }
  .text-f {
    font-size: 4rem;
  }
  header {
    height: 100px;
  }
  header>div {
    padding: 5px 10px;
  }
  .header_left img {
    width: 80%;
    text-align: center;
  }
  .header_right div img {
    width: 65px;
  }
  .header_right p {
    font-size: 2rem;
  }
  .mt-20 {
    margin-top: 40px;
  }
  .mt-30 {
      margin-top: 60px;
  }
  .mt-40 {
      margin-top: 80px;
  }
  .mt-50 {
      margin-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.8rem;
  }
  .sp-br {
    display: none;
  }
  .text-a {
    font-size: 3rem;
  }
  .text-b {
      font-size: 2rem;
  }
  .text-c {
    font-size: 1.4rem;
  }
  .text-d {
    font-size: 4rem;
  }
  .text-e {
    font-size: 2rem;
  }
  .text-f {
    font-size: 3rem;
  }
  .mt-20 {
    margin-top: 20px;
  }
  .mt-30 {
      margin-top: 30px;
  }
  .mt-40 {
      margin-top: 40px;
  }
  .mt-50 {
    margin-top: 50px;
  }
  header {
    height: 80px;
  }
  header>div {
    padding: 0px;
    width: 20%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_left {
    background-color: transparent;
  }
  .header_right {
    background-color: transparent;
    width: 300px;
  }
  .header_right a {
    display: inline-block;
  }
  .header_right a,
  .header_right div img {
    width: 100%;
  }
  .header_right p {
    font-size: 2rem;
  }
}

/* ポップアップ */
 .popup-area {
     display:none;
     width:80vw;
     background:#fff;
     padding:20px;
     position: fixed;
     z-index: 9999;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     border-radius:8px;
     box-shadow: 0 0 4px 4px rgba(0,0,0,0.4);
 }
 @media screen and (min-width: 980px) {
         .popup-area {
         width:auto;
         max-width: 460px;
     }
 }
 .popup-area button {
     margin:30px auto 0;
 }
 .popup-area .icon{
     font-size:3em;
     color:red;
 }
 /* 背景色 */
 .cover-eml {
     background:rgba(0,0,0,0.3);
     width: 100%;
     height: 100%;
     position: fixed;
     z-index: 999;
     top:0;
     right:0;
     bottom:0;
     left:0;
 }


/* フロートボタン */
.float_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #aa5c97;
  justify-content: space-around;
  z-index: 200;
}

.float_btn2{
  display: flex;
  justify-content: center;
  z-index: 200;
}

.btntext {
  text-align: left;
  padding-bottom: 10px;
  padding-top: 10px;
  color: white;
}

.float_itsudemo{
  position:absolute;
  bottom:35px;
  left:3px;
  width:18%;
}
.float_btn a {
  display: inline-block;
  width: 48%;
}
@media screen and (min-width: 480px) {
  .float_btn {
    padding: 30px 10px;
  }

  .float_itsudemo{
    position:absolute;
    bottom:130px;
    left:11px;
    width:20%;
  }

  .telbtn2{
    width:20vw;
    padding:10px;
  }

}
@media screen and (min-width: 1025px) {
  .float_btn {
    padding: 10px 30px 10px 30px;
    justify-content: center;
  }
  .float_itsudemo{
    position:absolute;
    bottom:78px;
    left:350px;
    width:8%;
  }

  .float_btn a {
    width: 30%;
    max-width: 300px;
    margin-right: 10px;
  }
  .telbtn{
    width:30vw;
    margin-left:28%
  }


  .telbtn2{
    width:20vw;
    padding:8px;
  }

}
/*--------------------
 ファーストビュー
--------------------*/
.pc-img {
  display: none;
}
.FV {
    width: 100%;
    max-width: 100%;
}
.fv_back {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    /* height: 100vh; */

}
@media screen and (min-width: 480px) {
  .fv_back {
    height: 100%;
}
  .slick-slide {
    max-height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .FV {
    position: relative;
  }
  .fv_back {
    margin-top: 0;
  }
  .pc-img {
    display: block;
  }
  .sp-img {
    display: none;
  }
  .fv_back>img {
    height: 100vh;
  }
}
/*--------------------
動画セクション
--------------------*/
.video {
  padding: 30px 5% 50px;
  width: 100%;
}
.video_wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-right: auto;
  margin-left: auto;
}
.video_wrap iframe {
  width: 100%;
  height: 100%;
}
.video p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .video {
    padding: 60px 5% 120px;
  }
}
@media screen and (min-width: 1025px) {
  .video {
    background-size: auto;
    padding: 60px 5% 120px;
    margin: 0 auto;
    text-align: center;
  }
  .video_wrap {
    width: 80%;
  }
}
/*--------------------
親世代
--------------------*/
.sec1 {
  padding-top: 60px;
}
.sec1_ttl-pc {
  display: none;
}
.sec1_ttl {
  position: relative;
}
.sec1_ttl>p {
  text-align: center;
  font-weight: 600;
}
.sec1_ttl p span {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 800;
}
/* 事実＋画像 */
.sec1_ttl-img {
  width: 100%;
  z-index: -90;
  text-align: center;
  margin-top: 40px;
}
.sec1_img-text {
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 20;
}
.sec1_img-text::before {
  content: '';
  display: block;
  height: 9px;
  background-color: #bfd8aa;
  width: 100%;
  position: absolute;
  bottom: 2px;
  border-radius: 5px;
  z-index: -1;
}
.sec1_ttl-image {
  margin-top: -15px;
  z-index: 10;
  position: relative;
}
/*--------------------
子供世代
--------------------*/
.sec1_ttl2 {
  text-align: center;
}
.sec1_ttl2 p:nth-child(1) {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.sec1_ttl2-img2 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.icon-img {
  display: inline-block;
  width: 16px;
  height: 18px;
  margin: 0 3px;
  vertical-align: top;
}
.sec1_ttl3 {
  margin-top: 80px;
  text-align: center;
}
.sec1_ttl4 {
  text-align: center;
  padding: 50px 10% 40px;
  background-color: white;
}

.sec1_ttl4 .feature{
  color:#873C74;
  font-weight: 1000;
}


.sec1_ttl4 p:nth-child(3) {
  font-size: 1rem;
  color: #a09b93;
}

@media screen and (min-width: 480px) {
  .sec1 {
    padding-top: 100px;
  }
  .sec1_ttl4 p:nth-child(3) {
    font-size: 2rem;
  }
  .icon-img {
    display: inline-block;
    width: 32px;
    height: 36px;
    margin: 0 6px;
  }
}
@media screen and (min-width: 1025px) {
  .sec1_ttl {
    min-height: 0px;
  }
  .sec1_ttl-pc {
    display: block;
  }
  .sec1_ttl-sp {
    display: none;
  }
  .sec1_ttl-img {
    position: relative;
    width: 70%;
    margin: 40px auto 0;
  }
  .sec1_ttl-image {
    margin-top: 60px;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .sec1_ttl3 img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .sec1_ttl4 p:nth-child(3) {
    font-size: 1.4rem;
  }
  .sec1_ttl4 img {
    width: 50%;
  }
  .sec1_ttl2-img2 {
    width: 30%;
  }
}
/*--------------------
嬉しいポイント
--------------------*/
.sec2 {
  padding: 65px 0 90px;
  text-align: center;
  background-image: url(../img/sec2/bg.png);
  background-size: cover;
}
.sec2>div:nth-child(2) {
  margin-top: 80px;
}
.point {
  text-align: center;
  padding: 65px 5px 5px;
  width: 90%;
  margin: 20px auto 0;
  background: white;
  position: relative;
}
.point>div {
  padding: 0 2%;
}
.point img:nth-child(1) {
  width: 80px;
  height: 80px;
  position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.point_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 480px) {
  .sec2 {
    padding: 130px 0 180px;
  }
  .sec2>div:nth-child(2) {
    margin-top: 160px;
  }
  .point {
    padding: 130px 5px 5px;
    width: 90%;
    margin: 40px auto 0;
  }
  .point img:nth-child(1) {
    width: 160px;
    height: auto;
  }
  .point_ttl {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .sec2>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 40px auto 0;
  }
  .point {
    width: 48%;
    padding: 80px 5px 5px;
    height: 100%;
    margin: 80px auto 0;
  }
  .point_ttl {
    font-size: 2rem;
  }
  .point img:nth-child(1) {
    width: 120px;
    height: 120px;
  }
}
/*--------------------
来場特典
--------------------*/
.sec4 {
  margin-top: 0px;
  position: relative;
  padding: 65px 5% 40px;
  background-color: #eee2eb;
  text-align: center;
  font-weight: 400;
  border: 2px solid rgb(190, 129, 175);
}
.sec4_img1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: auto;
}
.sec4_img2 {
  display: block;
  margin: 15px auto;
  width: 90%;
}
.sec4 h3 {
  color: #873c74;
  line-height: 1.6;
  font-weight: bold;
}
.cortion {
  font-size: 1rem;
  color: #000000;
}
@media screen and (min-width: 480px) {
  .sec4 {
    padding: 100px 0px;
  }
  .sec4_img1 {
    width: 150px;
    height: auto;
  }
  .cortion {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .sec4 {
    width: 80%;
    margin: 0 auto;
  }
  .sec4_img2 {
    width: 40%;
  }
  .cortion {
    font-size: 1.4rem;
  }
}
/*-------------
CVセクション
--------------*/
.sec-cv {
  padding: 35px 0 50px;
  text-align: center;
}
.cv {
  width: 90%;
  margin: 0 auto;
  background-color: #aa5c97;
  border: 2px solid #aa5c97;
  text-align: center;
  position: relative;
  border-radius: 3px;
}
.cv div:nth-child(1) {
  padding: 30px 0;
  color: white;
}
.cv div:nth-child(2) {
  background-color: white;
  padding: 15px;
}
.cv_btn {
  display: inline-block;
}
.cv_btn:nth-child(2) {
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .sec-cv {
    padding: 70px 0 100px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .cv div:nth-child(1) {
    padding: 60px 0;
  }
  .cv div:nth-child(2) {
    padding: 30px;
  }
  .cv_btn:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .sec-cv {
    width: 50%;
  }
  .cv div:nth-child(1) {
    padding: 30px 0;
  }
}
/*--------------------
アピールポイント～家族みんながくつろげる空間～
--------------------*/
.sec5 {
  width: 100%;
  padding: 50px 5% 100px;
  text-align: center;
  position: relative;
}
.sec5_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.sec5_bg img {
  height: 100%;
}
.sec5_top {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: 10;
  position: relative;
}
.sec5_part1 {
  margin-top: -60px;
}
.sec5_part {
  padding: 20px 5px;
  border-bottom: transparent;
  background: white;
  border-radius: 5px;
  z-index: 100;
  position: relative;
}
.sec5_ttl h4 {
  font-size: 1.8rem;
  color: #663e59;
  font-weight: 800;
}
.sec5_ttl img {
  width: 75px;
}
.sec5_part p {
  padding: 0 3%;
  font-weight: 800;
}
@media screen and (min-width: 480px) {
  .sec5 {
    padding: 120px 5%;
  }
  .sec5_part {
    padding: 40px 0;
  }
  .sec5_ttl h4 {
    font-size: 4.4rem;
  }
  .sec5_ttl img {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .sec5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 120px 10%;
  }
  .sec5_part {
    width: 45%;
    margin: 30px auto 0;
    padding: 40px 2%;
  }
  .sec5_part p {
    padding: 0;
  }
  .sec5_ttl h4 {
    font-size: 2.4rem;
  }
  .sec5_ttl img {
    width: 100px;
  }
  .sec5_top {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/*--------------------
特徴・ポイント
--------------------*/
.sec6 {
  padding: 20px 5% 60px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 480px) {
  .sec6 {
    padding: 40px 5% 40px;
  }
}
@media screen and (min-width: 1025px) {
  .sec6 {
    padding: 40px 5% 80px;
    display: flex;
    justify-content: space-between;
  }
  .sec6-part {
    width: 30%;
    margin-top: 30px;
  }
}
/*--------------------
アクセス
--------------------*/
.sec7 {
  padding: 70px 5% 0;
  text-align: center;
}
.sec7_ttl {
  color: #b070a0;
}
.sec7_ttl h2 {
  line-height: 1;
}
.sec7_ttl span {
  margin-top: 8px;
  font-size: 1.2rem;
}
.sec7 h3 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.sec7 h4 {
  background-color: #766464;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
}
. {
  margin-bottom: 12.5px;
  text-align: left;
  padding-left: 5%;
}
.sec7_desc {
  text-align: left;
  color: black;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.sec7_part span {
  display: inline-block;
  color: white;
  font-size: 1rem;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 9px;
}
.sec7_part p {
  color: black;
}
.sec7_part1 span {background-color: #f93131;}
.sec7_part1 span.ginza {background-color: #f9a731;}
.sec7_part2 span {background-color: #f9a731;}
.sec7_part3 span {background-color: #6fa86f;}
.sec7_part4 span:nth-child(1) {background-color: #916bb4;}
.sec7_part4 span:nth-child(2) {background-color: #4f82b5;}
.sec7_part4 span:nth-child(3) {background-color: #c7bb6e;}
.sec7_part {margin-bottom:20px;}

.map {
  width: 100vw;
  margin: 20px calc(50% - 50vw) 0;
}
.map iframe {
  width: 100%;
  height: 225px;
}
@media screen and (min-width: 480px) {
  .sec7 {
    padding: 140px 5% 0;
  }
  .sec7 h3 {
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .sec7_ttl span {
    font-size: 2.4rem;
    padding: 10px 20px;
  }
  .sec7_part {
    margin-bottom: 25px;
  }
  .sec7_part span {
    margin: 10px 20px;
  }
  .map iframe {
    height: 450px;
  }
}
@media screen and (min-width: 1025px) {
  .sec7 {
    padding: 0 5%;
  }
  .sec7 h3 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .sec7_content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  .sec7_content>div {
    width: 48%;
    text-align: left;
  }
  .sec7_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sec7_part {
    width: 50%;
    /* text-align: center; */
    padding-left: 0;
  }
  .sec7_part:nth-child(1) {
    margin-top: 0;
  }
  .sec7_part:nth-last-child(1) {
    width: 100%;
  }
  .sec7_desc {
    padding-left: 0;
    margin-left: 0;
  }
  .sec7 h4 {
    width: 50%;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
    font-weight: 400;
  }
  .sec7_part span {
    font-size: 1.6rem;
    margin-left: 0;
  }
  .map {
    width: 100%;
    margin: 20px auto 0;
  }
}
/*--------------------
お客様の声
--------------------*/
.sec8 {
  padding: 70px 0 60px;
  text-align: center;
}
.sec8_ttl {
  color: #b070a0;
}
.sec8_ttl h2 {
  line-height: 1;
}
.sec8_ttl span {
  margin-top: 8px;
  font-size: 1.2rem;
}
.sec8_part {
  width: 90%;
  margin: 25px auto 0;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
}
.sec8_part-ttl {
  display: flex;
  justify-content: left;
  align-items: center;
}
.sec8_part-ttl h3 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.sec8_part-ttl img {
  width: 46px;
}
@media screen and (min-width: 480px) {
  .sec8 {
    padding: 140px 0 40px;
  }
  .sec8_ttl span {
    font-size: 2.4rem;
    padding: 10px 20px;
  }
  .sec8_part {
    margin: 50px auto 0;
  }
  .sec8_part-ttl img {
    width: 92px;
  }
}
@media screen and (min-width: 1025px) {
  .sec8 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .sec8_ttl {
    width: 100%;
  }
  .sec8_part {
    width: 40%;
    margin: 80px auto 0;
  }
  .sec8_part-ttl img {
    width: 80px;
  }
}
/*--------------------
住職のあいさつ
--------------------*/
.sec9 {
  padding: 40px 5% 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sec9_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}
.sec9_bg img {
  height: 100%;
}
.sec9_top {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  z-index: 100;
}
.sec9>p {
  line-height: 2;
}
.sec9_part {
  background-color: white;
  padding: 30px 5px 40px;
  border-radius: 10px;
}
.sec9_ttl h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
.sec9_ttl img {
  width: 75px;
}
.sec9_part p {
  padding: 0 5%;
}
.sec9_part2 {
  padding: 0 0 40px;
}
.sec9_part2 img:nth-child(1) {
  margin-top: -15px;
}
.sec9_img2 {
  width: 80%;
}
@media screen and (min-width: 480px) {
  .sec9 {
    padding: 80px 5% 140px;
  }
  .sec9_part {
    padding: 60px 5px 80px;
  }
  .sec9_ttl h4 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .sec9 {
    padding: 80px 20% 180px;
  }
  .sec9>p {
    width: 100%;
  }
  .sec9_img2 {
    width: 40%;
  }
  .sec9_part2 {
    padding: 0px 5px 80px;
  }
  .sec9_part2 img.pc-img:nth-child(2) {
    transform: translateY(-15px);
  }
}

/*--------------------
家族安心プラン
--------------------*/
.sec10 {
  padding-top: 60px;
  margin-top: -20px;
  z-index: 100;
  position: relative;
}
.sec10>p {
  padding: 0 7.5%;
}
.sec10_part {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}
.part2_item {
  padding: 30px 2%;
  background-color: white;
  border: 1px solid rgb(216, 214, 208);
  border-radius: 10px;
  box-shadow: 2px 2px 5px gray;
}
.part2_item p:nth-child(1) {
  font-size: 1.6rem;
  font-weight: bold;
}
.part2_ttl {
  position: relative;
}
.part2_ttl img {
  width: 100px;
  margin: -10px auto 0;
  display: block;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 480px) {
  .sec10 {
    padding-top: 120px;
    margin-top: -40px;
  }
  .part2_ttl img {
    margin: -20px auto 0;
  }
  .sec10 .part3-item {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1025px) {
  .sec10 .part1_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .sec10 .part1_content img {
    width: 50%;
  }
  .sec10 .part1_content p {
    width: 35%;
    text-align: left;
  }
  .sec10_cmp {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .sec10_part.part2 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .sec10_part h3 {
    width: 100%;
  }
  .part2_item {
    width: 45%;
    margin: 30px auto 0;
  }
}

.sub_title {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .sub_title {
    margin: 100px auto 60px;
    padding-bottom: 60px;
  }
}
/* お墓選びだけではなく～ */
.sec11 {
  text-align: center;
  padding: 0 5%;
}
.sec11 h3>span {
  font-weight: bold;
}

.sec11_img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 0px;
}
/* 感染防止 */
.sec12 {
  padding: 0 5% 50px;
  text-align: center;
}
.sec12 h3 {
  font-size: 1.6rem;
  background-color: #766464;
  padding: 10px;
  width: 100%;
  color: white;
  border-radius: 10px;
}
.sec12_img img {
  border-radius: 10px;
}
@media screen and (min-width: 480px) {
  .sec12 {
    margin-right: auto;
    margin-left: auto;
  }
  .sec12 h3 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .sec11 {
    position: relative;
    width: 80%;
    margin: 40px auto;
    padding: 80px;
    background-color: #ffffffd9;
  }
  .sec11_img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: -1;
  }
  .sec11_img img {
    height: 100%;
    object-fit: cover;
  }
  .sec12_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .sec12_part div,
  .sec12_part p {
    width: 45%;
    text-align: left;
  }

}
/*--------------------
よくある質問
--------------------*/
.sec8 .line {
  position: absolute;
  height: 1px;
  width: 75px;
  background-color: #776262;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 480px) {
  .sec8 .line {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .sec8 .line {
    left: 0;
    width: 100%;
    transform: none;
  }
}
/*--------------------
見学予約フォーム
--------------------*/
.sec13 {
  padding: 65px 10px;
  text-align: center;
  background-color: white;
  border-top: 1px solid #000000;
}
/*--------------------
注意事項
--------------------*/
.sec14 {
  background-color: white;
    padding: 55px 0 85px;
    text-align: center;
}
.sec14_ttl {
  color: #b070a0;
}
.sec14_ttl h2 {
  line-height: 1;
}
.sec14_ttl span {
  margin-top: 8px;
  font-size: 1.2rem;
}
.sec14_content {
  padding: 0 10%;
  text-align: left;
  color: #000000;
}
@media screen and (min-width: 480px) {
  .sec14_ttl span {
    margin-top: 16px;
    font-size: 2.4rem;
  }
}
/*--------------------
フッター
--------------------*/
footer {
  background-color: #eee2eb;
  padding: 120px 10%;
}
.footer_content {
  text-align: center;
}
.footer_content p:nth-child(2) {
  margin-top: 15px;
}
@media screen and (min-width: 480px) {
  footer {
    background-color: #eee2eb;
    padding: 120px 10% 240px;
  }
  .footer_content p:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .sec14_content {
    padding: 0 20%;
  }
  footer {
    padding: 100px 10% 200px;
  }
  .footer_content {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
}

/*シンfloat*/

.btnfix {
    position: fixed;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
    height:auto;
    left: 49.8%;
    z-index: 999;
    background: #965A87;
    padding-top:10px;
}

.btnfix a {
    max-width: 684px;
    display: flex;
    margin:5px;
}

.btnflex{
  display:inline-flex;
}

.btntext{
  color:white;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom:3px;
  font-weight: 800;
}

.operator{
  position:absolute;
  width:40%;
  right:0;
  top:-30%;
}


@media screen and (min-width: 480px) {
.btnfix {
    position: fixed;
    bottom: 0;
    transform: translateX(-50%);
    width: 85vw;
    height:auto;
    left: 49.8%;
    z-index: 99999;
    background: #965A87;
    padding-top:10px;
}

.btnfix a {
    max-width: 684px;
    display: flex;
    margin:5px;
}

.btnflex{
  display:inline-flex;
}
.telbtn{
  width:30vw;
  margin-left:28%
}

.operator{
  position:absolute;
  width:40%;
  right:0;
  top:-60%;
}


}

@media screen and (min-width: 1025px) {
.btnfix {
    position: fixed;
    width:40vw;
    height:auto;
    bottom: 5px;
    left: 49.8%;
    transform: translateX(-50%);
    z-index: 99999;
    border:10px;
    background-color: #965A87;
}

.btnfix a {
    max-width: 684px;
    display: flex;
    margin:5px;
}
.btnflex{
  display:inline-flex;
  margin-top:5px;
}

.operator{
  position:absolute;
  width:40%;
  right:0;
  top:-48%;
}

}

/*--------------------
フェア用CSS 202206
--------------------*/
.sec_fair {
  padding-top: 20px;
  padding-bottom:20px;
  background-color: #FBF5F1;
}
.sec_fair_ttl-pc {
  display: none;
}
.sec_fair_ttl {
  position: relative;
}
.sec_fair_ttl>p {
  text-align: center;
  font-weight: 600;
}
.sec_fair_ttl p span {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 800;
}
/* 事実＋画像 */
.sec_fair_ttl-img {
  width: 100%;
  z-index: -90;
  text-align: center;
  margin-top: 40px;
}
.sec_fair_img-text {
  display: inline-block;
  font-size: 25px;
  font-weight: 800;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 20;
}
.sec_fair_img-text::before {
  content: '';
  display: block;
  height: 9px;
  background-color: #bfd8aa;
  width: 100%;
  position: absolute;
  bottom: 2px;
  border-radius: 5px;
  z-index: -1;
}
.sec_fair_ttl-image {
  margin-top: -15px;
  z-index: 10;
  position: relative;
}
/*--------------------
子供世代
--------------------*/
.sec_fair_ttl2 {
  text-align: center;
}
.sec_fair_ttl2 p:nth-child(1) {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.sec_fair_ttl2-img2 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.icon-img {
  display: inline-block;
  width: 16px;
  height: 18px;
  margin: 0 3px;
  vertical-align: top;
}
.sec_fair_ttl3 {
  margin-top: 80px;
  text-align: center;
}
.sec_fair_ttl4 {
  text-align: center;
  padding: 50px 10% 70px;
}

.sec_fair_ttl4 .feature{
  color:#873C74;
  font-weight: 1000;
}


.sec_fair_ttl4 p:nth-child(3) {
  font-size: 1rem;
  color: #a09b93;
}

@media screen and (min-width: 480px) {
  .sec_fair {
    padding-top: 100px;
  }
  .sec_fair_ttl4 p:nth-child(3) {
    font-size: 2rem;
  }
  .icon-img {
    display: inline-block;
    width: 32px;
    height: 36px;
    margin: 0 6px;
  }
}
@media screen and (min-width: 1025px) {
  .sec_fair_ttl {
    min-height: 0px;
  }
  .sec_fair_ttl-pc {
    display: block;
  }
  .sec_fair_ttl-sp {
    display: none;
  }
  .sec_fair_ttl-img {
    position: relative;
    width: 70%;
    margin: 40px auto 0;
  }
  .sec_fair_ttl-image {
    margin-top: 60px;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_fair_ttl3 img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .sec_fair_ttl4 p:nth-child(3) {
    font-size: 1.4rem;
  }
  .sec_fair_ttl4 img {
    width: 50%;
  }
  .sec_fair_ttl2-img2 {
    width: 30%;
  }
}
