@charset "UTF-8";

html {
  font-size:62.5%;
}
body {
  font-size:2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif , "Helvetica Neue",
  Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
p {
  font-size: 1.4rem;
}
a {
  text-decoration: none;
}
li,ul {
  list-style: none;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}
img {
  width: 100%;
  max-width: 100%;
}
.text-a {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}

.text-a2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
}
.text-b {
    font-size: 1.8rem;
}
.text-c {
    font-size: 1.2rem !important;
}
.text-d {
  font-size: 2.5rem;
  line-height: 2;
  font-weight: 600;
}
.text-min {
  font-size: 1.2rem;
  line-height: 1.5;
}
.text-e {
  font-size: 1.6rem;
  font-weight: 600;
}
.mt-20 {
    margin-top: 35px;
}

.mt-20-2 {
  margin-top: 60px;
}

.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.lh15 {line-height: 1.5;}
.lh18 {line-height: 1.8;}
.lh2 {line-height: 2;}
.grey {
  color: #663e59;
}
.ttl-color {
  color: #663e59;
  font-weight: 600;
}
:focus {
  outline: none;
}

.strong{
  font-weight:bolder;
}



*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
}
.closebtn{
  text-align: center;
}

.closebtn .bolder{
  font-size:2.5rem;
  font-weight: 800;
  color: #873C74;
}


.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;
}
.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;
  }
  p {
    font-size: 2.8rem;
  }
  .text-a {
    font-size: 4rem;
  }

  .text-a2 {
    font-size: 4.5rem;
  }

  .text-b {
      font-size: 3.6rem;
  }
  .text-min {
    font-size: 2.4rem;
  }
  .text-c {
      font-size: 1.8rem !important;
  }
  .text-d {
    font-size: 5rem;
  }
  .text-e {
    font-size: 3.2rem;
  }
  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;
  }
}
@media screen and (min-width: 1025px) {
  p {
    font-size: 1.8rem;
  }
  .sp-br {
    display: none;
  }
  .text-a {
    font-size: 3rem;
  }
  .text-a2 {
    font-size: 3.5rem;
  }
  .text-b {
      font-size: 2rem;
  }

  .text-c {
      /* font-size: 1.6rem !important; */
  }
  .text-d {
    font-size: 4rem;
  }
  .mt-20 {
    margin-top: 55px;
  }

  .mt-20-3 {
    margin-top: 10px;
  }
  .mt-30 {
      margin-top: 30px;
  }
  .mt-40 {
      margin-top: 40px;
  }
  header {
    height: 80px;
  }
  header>div {
    padding: 0px;
    width: 20%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_left {
    background-color: rgba(255,255,255,0.7);
  }
  .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;
  }
}

/*--------------------
 ファーストビュー
--------------------*/
.pc-img {
  display: none;
}
.FV {
    width: 100%;
    max-width: 100%;
}
.fv_back {
    width: 100%;
    max-width: 100%;
}
.slick-slide {
  max-width: 100% !important;
  /* max-height: 100vh; */
  position: relative;
}
.slick-arrow {
  display: none !important;
}
@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; */
  }
  .slick-slide2 .fv_item1 {
    width: 500px;
    position: absolute;
    top: 10%;
    left: 15%;
  }
}
/*--------------------
動画セクション
--------------------*/
.video {
  padding: 60px 5%;
  background-image: url('../img/video/video-bg.png');
  background-size: cover;
  width: 100%;
}
.video video {
  width: 100%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .video {
    padding: 120px 5% ;
  }
}
@media screen and (min-width: 1025px) {
  .video {
    background-size: auto;
    margin: 0 auto;
    text-align: center;
  }
  .video video {
    width: 50%;
  }
  .youtube {
    width: 75%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
  }
}
/*--------------------
親世代
--------------------*/
.sec1 {
  padding: 60px 0 50px;
}
.sec1_ttl-pc {
  display: none;
}
.sec1_ttl {
  /* position: relative; */
  position: relative;
  min-height: 800px;

}
.sec1_ttl h2 {
  text-align: center;
}
.sec1_ttl h2 span {
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 600;
}
.sec1_ttl-img {
  width: 100%;
  z-index: -90;
  margin-top: 50px;
}
@media screen and (min-width: 480px) {
  .sec1 {
    padding: 104px 0 100px;
  }
  .sec1_ttl h2 span {
    font-size: 5rem;
  }
  .sec1_ttl-img {
    margin-top: 100px;
  }
}
@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_ttl2-img {
    margin-top: -100px;
    z-index: -80;
    position: relative;
    width: 70%;
    margin: -100px auto 0;
  }
}
/*--------------------
嬉しいポイント
--------------------*/
.sec2 {
  margin-top: 65px;
  padding: 60px 0;
  text-align: center;
  background-image: url(../img/happy/bg.png);
  background-size: cover;
}
.sec2>div:nth-child(2) {
  margin-top: 20px;
}
.point {
  text-align: center;
  padding: 25px 25px 25px 10px;
  border: 1px solid #663e59;
  border-bottom: transparent;
  width: 90%;
  margin: 0 auto;
  background: white;
}
.point:nth-child(4) {
  border-bottom: 1px solid #663e59;
}
.point>p:nth-child(3) {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  font-family:  'Noto Sans JP', sans-serif;
}
.point>p:nth-child(2) {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
.point_b {
  display: flex;
}
.point_b_ttl {
  flex: 0 0 87px;
  margin-right: 12.5px;
}
.point_b:nth-child(even) .point_b_ttl {
  margin-right: 0;
  margin-left: 12.5px;
}
.point_b_ttl p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  text-align: start;
  letter-spacing: 0;
  margin: 0 auto;
  margin-top: 14px;
  font-weight: bold;
  color: #663e59;
}
.point_b_ttl p span {
  /* margin-top: 40px; */
  font-weight: bold;
}
.point_b_img {
  width: 100%;
}
.point_b_img img {
  width: 100%;
  height: auto;
}

/* 日本初！マーク */
.point_ttl {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.point_ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: bold;
  letter-spacing: 0;
}
.point_ttl span:nth-child(1) {
  background-color: #b29d55;
}
.point_ttl span:nth-child(2) {
  background-color: #986b93;
}
@media screen and (min-width: 480px) {
  .sec2 {
    margin-top: 130px;
    padding: 120px 0;
  }
  .sec2>div:nth-child(2) {
    margin-top: 40px;
  }
  .point {
    padding: 70px 10px;
  }
  .point>p:nth-child(3) {
    font-size: 2.8rem;
    margin-top: 40px;
  }
  .point>p:nth-child(2) {
    font-size: 3.6rem;
    margin-top: 20px;
  }
  .point_b_ttl {
    flex: 0 0 175px;
    margin-right: 25px;
  }
  .point_b:nth-child(even) .point_b_ttl {
    margin-right: 0;
    margin-left: 25px;
  }
  /* 日本初！マーク */
  .point_ttl {
    margin-top: 40px;
  }
  .point_ttl span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  .sec2 {
    background-size: auto;
  }
  .sec2>div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 40px auto 0;
  }
  .point {
    width: 48%;
    border-bottom: 1px solid #663e59;
  }
  .point>p:nth-child(3) {
    font-size: 1.6rem;
  }
  .point>p:nth-child(2) {
    font-size: 2.4rem;
  }
  .point_b_ttl {
    flex: 0 0 120px;
    margin-right: 25px;
  }
  .point_b:nth-child(even) .point_b_ttl {
    margin-right: 0;
    margin-left: 25px;
  }
  .point_ttl span {
    font-size: 2rem;
    width: 100px;
    height: 100px;
  }
  .point3, .point4 {
    margin-top: 20px;
  }
}
/*--------------------
ご家族でこれからを語りませんか？
--------------------*/
.sec3 {
  padding: 35px 0 60px;
  text-align: center;
}
.sec3>p {
  line-height: 1.5;
}
@media screen and (min-width: 480px) {
  .sec3 {
    padding: 120px 0 70px;
  }
}
/*--------------------
来場特典
--------------------*/
.sec4 {
  position: relative;
  padding: 17.5px 0px 40px;
  background-image: url(../img/sec4/bg.png);
  background-size: cover;
  text-align: center;
  color: white;
  font-weight: 400;
}
.sec4_img {
  width: 100%;
}
.sec4>p:nth-child(2) {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec4>p:nth-child(3) {
  font-size: 1.6rem;
  line-height: 1.6;
}
.sec4>p:nth-child(3) span {
  font-size: 1rem;
}
@media screen and (min-width: 480px) {
  .sec4 {
  padding: 35px 0px 80px;
  }
  .sec4>p:nth-child(2) {
    font-size: 4rem;
  }
  .sec4>p:nth-child(3) {
    font-size: 2.8rem;
  }
  .sec4>p:nth-child(3) span {
    margin: 30px auto;
    padding: 20px 0px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .sec4 {
    width: 80%;
    margin: 0 auto;
  }
  .sec4_img {
    width: 80%;
    max-width: 650px;
    margin: 0 auto;
  }
  .sec4>p:nth-child(3) span {
    padding: 20px 0px;
  }

}
/*--------------------
チケットが使える名店
--------------------*/
.sec5 {
  text-align: center;
  padding: 70px 0;
  width: 90%;
  margin: 0 auto 32px;
}
.sec5 h3 {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #663e59;
  border: 1px solid #000000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sec5_shop-ttl img {
  width: 100px;
  margin: -15px auto 0;
  display: block;
  position: relative;
  z-index: -10;
}
.sec5_shop .line {
  display: block;
  margin: 35px auto 0;
  width: 150px;
  height: 1px;
  background-color: #000000;
}
@media screen and (min-width: 480px) {
  .sec5 {
    padding: 140px 0;
    margin: 0 auto 64px;
  }
  .sec5 h3 {
    padding: 20px;
    font-size: 4rem;
  }
  .sec5_shop-ttl img {
    margin: -30px auto 0;
  }
  .sec5_shop .line {
    margin: 70px auto 0;
    width: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .sec5 {
    padding: 140px 0;
    margin: 0 auto 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec5 h3 {
    padding: 10px;
    font-size: 3rem;
    width: 80%;
  }
  .sec5_shop {
    width: 30%;
    margin-top: 30px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 20px;
  }
  .sec5_shop-ttl h4 {
    font-size: 3rem;
  }
  .sec5_shop-ttl img {
    margin: -20px auto 0;
  }
  .sec5_shop .line {
    display: none;
  }
}
/*-------------
CVセクション
--------------*/
.sec6 {
  padding: 70px 5% 30px;
  width: 90%;
  margin: 60px auto;
  border: 1px solid #000000;
  text-align: center;
  position: relative;
}
.sec6>img {
  width: 75px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cv_btn {
  display: block;
}

@media screen and (min-width: 480px) {
  .sec6 {
    padding: 140px 5% 60px;
  }
  .sec6>img {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .sec6 {
    margin:100px auto;
    padding: 100px 5% 60px;
    width: 65%;
  }
  .sec6>img {
    width: 100px;
  }
  .cv_btn {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
/*--------------------
特徴・ポイント
--------------------*/
.sec7 {
  padding: 0 5% 0;
  text-align: center;
  position: relative;
  background-image: url(../img/BG/bg1-sp.png);
  background-size: cover;
  font-size: 1.4rem;
}
.sec7 .line {
  display: block;
  margin: 25px auto 0;
  width: 150px;
  height: 0.5px;
  background-color: #000000;
}
@media screen and (min-width: 480px) {
  .sec7 {
    font-size: 2.8rem;
  }
  .sec7 .line {
    margin: 50px auto 0;
    width: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .sec7 {
    background-image: url(../img/BG/bg1-pc.png);
    background-size: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec7-part {
    width: 30%;
    margin-top: 30px;
  }
  .sec7 .line {
    margin: 50px auto 0;
    width: 200px;
  }
}
/*--------------------
室内納骨堂
--------------------*/
.sec8 {
  width: 100%;
  position: relative;
}
/*--------------------
アピールポイント～家族みんながくつろげる空間～
--------------------*/
.sec9 {
  width: 100%;
  /* margin-top: -20px; */
  padding: 60px 5%;
  background-image: url(../img/BG/bg1-sp.png);
  background-size: cover;
  background-position: center top;
  text-align: center;
  position: relative;
}
.backitem_img {
  width: 60px;
  height: 47px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -37%);
}
.sec9_part {
  border-bottom: transparent;
  background: white;
  border: 1px solid rgb(101, 63, 90);
  border-top: none;
  padding-bottom: 35px;
}
.sec9_part:nth-child(1) {
  border-top: 1px solid rgb(101, 63, 90);
}
.sec9_ttl h4 {
  font-size: 1.8rem;
  color: #663e59;
  font-weight: 600;
}
.sec9_part p {
  text-align: left;
  padding: 0 5%;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .sec9 {
    padding: 120px 5%;
  }
  .sec9_part {
    padding-bottom: 70px;
  }
  .sec9_part p {
    margin-top: 40px;
  }
  .sec9_ttl h4 {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .sec9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-image: url(../img/BG/bg1-pc.png);
    background-size: auto;
  }
  .sec9_part {
    width: 30%;
    margin-top: 30px;
    padding: 0 0 40px;
    border-bottom: 1px solid #663e59;
  }
  .sec9_ttl h4 {
    font-size: 2rem;
  }
  .sec9_ttl img {
    width: 100px;
  }
}

/* 背景画像ー扇子 */
.backitem_img {
  width: 60px;
  height: 47px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -37%);
}
@media screen and (min-width: 480px) {
  .backitem_img {
    width: 120px;
    height: 94px;
  }
}
@media screen and (min-width: 1025px) {
  .backitem_img {
    width: 120px;
    height: 94px;
  }
}
/*--------------------
アクセス
--------------------*/
.sec10 {
  padding: 70px 5% 0;
  text-align: center;
}
.sec10_ttl span {
  font-size: 1.2rem;
  background-color: #945f8e;
  color: white;
  padding: 5px 10px;
}
.sec10 h4 {
  border: 1px solid #000000;
  padding: 10px;
}
.sec10_part {
  margin-bottom: 12.5px;
  text-align: left;
  padding-left: 5%;
}
.sec10_desc {
  padding-left: 5%;
  text-align: left;
}
.sec10_part span {
  display: inline-block;
  color: white;
  font-size: 1rem;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 9px;
}
.sec10_part1 span {background-color: #f93131;}
.sec10_part1 span.ginza {background-color: #f9a731;}
.sec10_part2 span {background-color: #f9a731;}
.sec10_part3 span {background-color: #6fa86f;}
.sec10_part4 span:nth-child(1) {background-color: #916bb4;}
.sec10_part4 span:nth-child(2) {background-color: #4f82b5;}
.sec10_part4 span:nth-child(3) {background-color: #c7bb6e;}

.map {
  width: 100%;
  margin: 20px 0;
  /* width: 100vw;
  margin: 20px calc(50% - 50vw) 0; */
}
.map iframe {
  width: 100%;
  height: 225px;
}
@media screen and (min-width: 480px) {
  .sec10 {
    padding: 140px 5% 0;
  }
  .sec10_ttl span {
    font-size: 2.4rem;
    padding: 10px 20px;
  }
  .sec10 h4 {
    padding: 20px;
  }
  .sec10_part {
    margin-bottom: 50px;
  }
  .sec10_part span {
    margin: 10px 20px;
  }
  .map iframe {
    height: 450px;
  }
}
@media screen and (min-width: 1025px) {
  .sec10_part {
    width: 30%;
    display: inline-block;
    text-align: center;
    padding-left: 0;
  }
  .sec10_part:nth-last-child(4) {
    width: 100%;
  }
  .sec10_part p {
    font-size: 1.8rem;
  }
  .sec10_desc {
    text-align: center;
    padding-left: 0;
  }
  .sec10 h4 {
    padding: 10px 100px;
    display: inline-block;
  }
  .sec10_part span {
    font-size: 1.6rem;
  }
  .map {
    width: 80%;
    margin: 20px auto 0;
  }
}
/*--------------------
お客様の声
--------------------*/
.sec11 {
  padding-bottom: 60px;
  text-align: center;
}
.sec11_ttl span {
  font-size: 1.2rem;
  background-color: #945f8e;
  color: white;
  padding: 5px 10px;
}
.sec11_part {
  width: 90%;
  margin: 40px auto 0;
  text-align: left;
}
.sec11_part-ttl {
  position: relative;
  padding-bottom: 20px;
}
.sec11_part-ttl h4 {
  color: #97833e;
  font-weight: bold;
}
.sec11_part-ttl img {
  position: absolute;
  bottom: 0px;
}
@media screen and (min-width: 480px) {
  .sec11 {
    padding-bottom: 120px;
  }
  .sec11_ttl span {
    font-size: 2.4rem;
    padding: 10px 20px;
  }
  .sec11_part {
    margin: 80px auto 0;
  }
  .sec11_part-ttl {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .sec11 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .sec11_ttl {
    width: 100%;
  }
  .sec11_part {
    width: 40%;
    margin: 100px auto 0;
  }
}

/*--------------------
威徳寺画像
--------------------*/
.sec12 {
  width: 100%;
  position: relative;
}
.sec12_ttl {
  display: flex;
  justify-content: end;
  align-items: baseline;
  margin-top: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec12_ttl h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  color: #663e59;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-align: start;
  background-color: white;
  padding: 15px;
  /* margin-right: 17px; */
  border: 1px solid #000000;
}
@media screen and (min-width: 480px) {
  .sec12_ttl {
    margin-top: 32px;
  }
  .sec12_ttl h2 {
    font-size: 4.4rem;
    padding: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .sec12_ttl h2 {
    font-size: 3rem;
    padding: 30px;
  }
  .sec12 {
    width: 100%;
    margin: 0 auto;
  }
}

/*--------------------
住職のあいさつ
--------------------*/
.sec13 {
  padding: 80px 5% 70px;
  text-align: center;
  position: relative;
  background-image: url(../img/BG/bg1-sp.png);
  background-size: cover;
}
.sec13>p {
  line-height: 2;
}
.sec13_part {
  background-color: white;
  padding: 20px 0;
  border: 1px solid #000000;
}
.sec13_ttl h4 {
  font-size: 2.2rem;
}
.sec13_ttl img {
  width: 75px;
}
.sec13_part p {
  text-align: left;
  padding: 0 5%;
}
.sec13_part p:nth-last-child(1) {
  text-align: right;
}
@media screen and (min-width: 480px) {
  .sec13_img {
    width: 120px;
    height: 94px;
  }
  .sec13_part {
    padding: 40px 0;
  }
  .sec13_ttl h4 {
    font-size: 4.4rem;
  }
  .sec13_ttl img {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .sec13 {
    padding: 80px 20% 70px;
    background-image: url(../img/BG/bg1-pc.png);
    background-size: auto;
  }
  .sec13>p {
    width: 100%;
  }
  .sec13_ttl h4 {
    font-size: 2.4rem;
  }
}
/*--------------------
フリーダイヤル
--------------------*/
.sec14 {
  text-align: center;
   padding: 65px 0px;
}
.sec14_part {
  padding: 70px 5% 30px;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #000000;
  text-align: center;
  position: relative;
}
.sec14_part>img {
  width: 75px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cv_btn {
  display: block;
}

@media screen and (min-width: 480px) {
  .sec14 {
    padding: 130px 0;
  }
  .sec14_part {
    padding: 140px 5% 60px;
  }
  .sec14>img {
    width: 150px;
  }
}
@media screen and (min-width: 1025px) {
  .sec14 {
    width: 65%;
    margin: 0 auto;
  }
  .sec14_part {
    padding: 100px 5% 60px;
  }
  .sec14>img {
    width: 100px;
  }
}
/*--------------------
チケットが使える名店
--------------------*/
.sec15 {
  padding: 40px 0;
  text-align: center;
}
.sec15 h2 {
  border: 1px solid #000000;
  padding: 10px;
  width: 90%;
  margin: 0 auto;
}
.sec15_content {
  padding: 0px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec15_part {
  width: 48%;
  margin-bottom: 15px;
}
.sec15_part img {
  margin-top: 10px;
}
.sec15_ttl {
  position: relative;
}
.sec15_ttl h3 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  color: #663e59;
  font-weight: 600;
}
.sec15_ttl img {
  width: 60px;
  height: 47px;
}
@media screen and (min-width: 480px) {
  .sec15 {
    padding: 80px 0;
  }
  .sec15 h2 {
    padding: 20px;
  }
  .sec15_part {
    margin-bottom: 30px;
  }
  .sec15_part img {
    margin-top: 20px;
  }
  .sec15_ttl h3 {
    font-size: 3.2rem;
  }
  .sec15_ttl img {
    width: 120px;
    height: 95px;
  }
}
@media screen and (min-width: 1025px) {
  .sec15 h2 {
    padding: 20px;
    width: 60%;
  }
  .sec15_part {
    width: 30%;
  }
  .sec15_ttl h3 {
    font-size: 2rem;
  }
  .sec15_ttl img {
    width: 90px;
    height: 65px;
  }
}
/*--------------------
家族安心プラン
--------------------*/
.sec16 {
  padding: 70px 0;
  background-image: url(../img/BG/bg1-sp.png);
  background-size: cover;
  z-index: 100;
  position: relative;
}
.sec16>p {
  padding: 0 7.5%;
}
.sec16_part {
  background-color: white;
  width: 90%;
  margin: 0 auto;
  padding: 35px 0 60px;
  text-align: center;
  border: 1px solid #000000;
}
.sec16_part.part4 {
  border: 1px solid #000000;
}
.sec16_part h2,
.sec16_part h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  z-index: 100;
  color:#663e59;
}

.sec16_part .hightlight{
  background:linear-gradient(to bottom, rgba(255,255,255,0),#ff6 60%);
}

.sec16_part p {
  padding: 0 2%;
}
.sec16_part div p {
  text-align: left;
  font-size: 1.4rem;
}
.sec16_cmp {
  padding: 0 2%;
}
.sec16 .line {
  display: block;
  width: 150px;
  height: 1px;
  background-color: #000000;
}
.sec16_part .line {
  margin: 20px auto 0;
}
.sec16_part-item p {
  font-size: 1.6rem;
  text-align: center !important;
}
.sec16_part-ttl {
  position: relative;
}
.sec16_part-ttl img {
  width: 100px;
  margin: -10px auto 0;
  display: block;
  position: relative;
  z-index: 0;
}
.sec16_part-item  .line {
  margin: 30px auto 0;
}
.sec16 .cloud {
  width: 100px;
}
.sec16 .part3-item {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 30px 0;
  background-image: url(../img/sec16/bg.png);
  color: white;
}
.sec16 .part3-item p {
  text-align: center;
}
.sec16 .part3-item .line {
  margin-right: auto;
  margin-left: auto;
  height: 1px;
  width: 150px;
  background-color: white;
}
@media screen and (min-width: 480px) {
  .sec16 {
    padding: 140px 0;
    background-size: auto;
  }
  .sec16_part {
    padding: 70px 0 120px;
  }
  .sec16_part div p {
    text-align: left;
    font-size: 2.8rem;
  }
  .sec16_part h2,
  .sec16_part h3 {
    font-size: 4.4rem;
    color: #663e59;
  }
  .sec16 .line {
    width: 300px;
  }
  .sec16_part .line {
    margin: 40px auto 0;
  }
  .sec16_part-item p {
    font-size: 3.2rem;
  }
  .sec16_part-ttl img {
    margin: -20px auto 0;
  }
  .sec16_part-item  .line {
    margin: 60px auto 0;
  }
  .sec16 .cloud {
    width: 200px;
  }
  .sec16 .part3-item {
    padding: 60px 0;
  }
  .sec16 .part3-item .line {
    width: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .sec16 {
    background-image: url(../img/BG/bg1-pc.png);
    background-size: auto;
    padding: 140px 20%;
  }
  .sec16_b {
    padding: 140px 0;
  }
  .sec16_b .part4 {
    width: 80%;
    max-width: 800px;
  }
  .sec16_part h2,
  .sec16_part h3 {
    font-size: 3rem;
  }
  .sec16_cmp {
    padding: 0 10%;
  }
  .sec16_part-item p {
    font-size: 2rem;
  }
  .sec16_part .line {
    margin: 20px auto 0;
  }
}

.sub_title {
  margin: 50px auto 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .sub_title {
    margin: 100px auto 60px;
    padding-bottom: 60px;
  }
}
/*--------------------
よくある質問
--------------------*/
.sec17 {
  padding: 70px 0 60px;
  text-align: center;
}
.sec17_ttl {
  color: #945f8e;
}
.sec17_ttl span {
  font-size: 1.2rem;
  background-color: #945f8e;
  color: white;
  padding: 5px 10px;
}
.sec17_part {
  width: 90%;
  margin: 40px auto 0;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
}
.sec17_part-ttl {
  color: #945f8e;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #c4c4c4; */
}
.sec17_part-ttl .line {
 position: absolute;
 top: 115px;
 height: 1px;
 background-color: #c4c4c4;
 width: 100%;
 z-index: -20;
}
.sec17_part-ttl h4 {
  color: #663e59;
  font-size:2rem;
}
.sec17_part-ttl img {
  width: 57px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -10;
}
@media screen and (min-width: 480px) {
  .sec17 {
    padding: 140px 0 120px;
  }
  .sec17_ttl span {
    font-size: 2.4rem;
    padding: 10px 20px;
  }
  .sec17_part {
    margin: 80px auto 0;
  }
  .sec17_part-ttl {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .sec17 {
    padding: 140px 15% 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec17_ttl {
    width: 100%;
  }
  .sec17_part {
    width: 45%;
  }
}
/*--------------------
見学予約フォーム
--------------------*/
.sec18 {
  padding: 80px 5% 70px;
  text-align: center;
  position: relative;
  background-image: url(../img/BG/bg1-sp.png);
  background-size: cover;
}
.sec18 h2 {
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  color: #663e59;
}

.sec18 iframe{
/*  height:154vh; */
  width:90vw;
}

.form {
  width: 90%;
  margin: 50px auto 0;
}

input[type="date"]{
  position: relative;
  /* -webkit-appearance: none; */
  background-color: transparent;
  z-index: 80;
}
input[type=checkbox] {
  display: none;
}
.form h3,
.form_item {
  text-align: left;
}
.form_item-Label {
  font-weight: 400;
}
.form_item-label {
  position: relative;
  display: inline-block;
  border: 1px solid #000000;
  background: white;
  margin-top: 12.5px;
  width: 100%;
  height: 50px;
}
textarea {
  border: 1px solid #000000;
  background: white;
  margin-top: 12.5px;
  width: 100%;
  height: 350px;
}
.form_item-input {
  width: 100%;
  height: 48px;
  border: transparent;
}
.form_item-label img {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 20;
}
.icon-del::-webkit-calendar-picker-indicator {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  opacity: 0;
}
.checkbox_label {
  text-align: center;
}
.submit_btn {
  display: inline-block;
  position: relative;
  width: 85%;
}
.submit_btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* 個人情報同意 */
.radio_btn {
  display: block;
}
label.act_btn {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.act_btn::before,
.act_btn::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.act_btn::before {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 0px;
}

.act_btn::after {
  background-color: #000000;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 2px
}
.act_btn.active::after {
  opacity: 1;
}
.radio_btn.active .act_btn::after {
  opacity: 1;
}

.visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}


@media screen and (min-width: 480px) {
  .sec18 {
    padding: 160px 5% 140px;
    background-image: url(../img/BG/bg1-pc.png);
    background-size: auto;
  }
  .sec18 h2 {
    font-size: 4.4rem;
  }

  .form {
    margin: 100px auto 0;
  }
  .form_item-label {
    margin-top: 25px;
    height: 100px;
  }
  textarea {
    margin-top: 25px;
    height: 700px;
  }
  .form_item-input {
    height: 98px;
    border: transparent;
    font-size: 2rem;
  }
  .form_item-label img {
    width: 40px;
    right: 30px;
  }
  label.act_btn {
    padding-left: 50px;
  }
  .act_btn::before {
    height: 40px;
    width: 40px;
    border-radius: 20px;
  }
  .act_btn::after {
    height: 20px;
    width: 20px;
    left: 10px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .sec18 h2 {
    font-size: 3rem;
  }

  .sec18 iframe{
  /*  height:115vh; */
    width:60vw;
  }


  .form {
    width: 50%;
  }
  .form_item-input {
    height: 48px;
  }
  .form_item-label {
    margin-top: 10px;
    height: 50px;
  }
  .form_item-label img {
    width: 30px;
  }
  textarea {
    margin-top: 10px;
    height: 400px;
  }
  .submit_btn {
    width: 50%;
  }
}
/*--------------------
注意事項
--------------------*/
.sec19 {
    padding: 55px 0 85px;
    text-align: center;
}
.sec19_ttl h2 {
  color: #663e59;
}
.sec19_ttl span {
    font-size: 1.2rem;
    background-color: #945f8e;
    color: white;
    padding: 5px 10px;
}
.sec19_content {
  padding: 0 10%;
  text-align: left;
}
/*--------------------
フッター
--------------------*/
footer {
  background-color: #e6dcc7;
  padding: 120px 10%;
}
.footer_content {
  text-align: center;
}
.footer_content p {
  color: black;
}
.footer_content p:nth-child(2) {
  margin-top: 15px;
}

p.footer_back{
  margin-top:-100px;
}

@media screen and (min-width: 480px) {
  .sec19 {
    padding: 110px 0 170px;
  }
  .sec19_ttl span {
      font-size: 2.4rem;
      padding: 10px 20px;
  }
  .footer_content p:nth-child(2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .sec19_content {
    padding: 0 20%;
  }
  footer {
    padding: 100px 10%;
  }
  .footer_content {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
}

.btnfix {
    position: fixed;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
    height:auto;
    left: 49.8%;
    z-index: 99999;
    background: #1D5E1B;
    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:-68%;
}

@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: #1D5E1B;
    padding-top:10px;
}

.btnfix a {
    max-width: 684px;
    display: flex;
    margin:5px;
}

.btnflex{
  display:inline-flex;
}
.telbtn{
  width:30vw;
  margin-left:28%
}

}

@media screen and (min-width: 1025px) {
.btnfix {
    position: fixed;
    width:40vw;
    height:auto;
    bottom: 10px;
    left: 49.8%;
    transform: translateX(-50%);
    z-index: 99999;
    border:10px;
    background-color: #1D5E1B;
}

.btnfix a {
    max-width: 684px;
    display: flex;
    margin:5px;
}
.btnflex{
  display:inline-flex;
  margin-top:5px;
}


}


/* ポップアップ */
 .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 {
         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;
 }

 .telbtn2{
   width:15vw;
   padding:10px;
 }

.popup_txt{
  font-size:1.8rem;
}

 @media screen and (max-width: 640px) {
   .telbtn2{
     width:60vw;
     padding:10px;
   }
 }

 /*--------------------
 202206フェア用CSS
 --------------------*/
 .sec4_pre {
   margin-top: 5px;
   padding: 60px 0;
   text-align: center;
   background-image: url(../img/happy/bg.png);
   background-size: cover;
 }

 .sec4_pre .ttl-color{
  line-height: 2;
  margin-bottom: 40px;
  font-size: 2rem;
 }
 .sec4_pre .titleimg{
   width:80vw;
}

.sec4_pre .feature{
  color:#873C74;
  font-weight: 1000;
}

.sec4_pre .space1{
  margin-bottom:25px;
}

.sec4_pre .space2{
  margin-top:25px;
}

.point img {
  width: 87px;
  height: 50px;
}
.point>p:nth-child(2) {
  color: #663e59;
}

 @media screen and (min-width: 480px) {
   .sec4_pre {
     margin-top:50px;
     padding: 120px 0;
   }
   .sec4_pre .ttl-color{
    margin-bottom: 80px;
    font-size: 4rem;
   }
   .sec4_pre>div:nth-child(2) {
     margin-top: 40px;
   }
   .point {
     padding: 70px 10px;
   }
   .point img {
    width: 175px;
    height: 100px;
}
   .point>p:nth-child(3) {
     font-size: 2.8rem;
     margin-top: 40px;
   }
   .point>p:nth-child(2) {
     font-size: 3.6rem;
     margin-top: 20px;
   }
   /* 日本初！マーク */
   .point_ttl {
     margin-top: 40px;
   }
   .point_ttl span {
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 28px;
     width: 125px;
     height: 125px;
     border-radius: 50%;
     text-align: center;
     color: white;
     font-weight: bold;
   }
 }
 @media screen and (min-width: 1025px) {
   .sec4_pre {
     background-size: auto;
   }

   .sec4_pre .titleimg{
     width:40vw;
  }
  .sec4_pre .ttl-color{
    font-size: 4rem;
   }

   .sec4_pre>div:nth-child(2) {
     display: flex;
     flex-wrap: wrap;
     width: 80%;
     margin: 40px auto 0;
   }
   .point {
     width: 48%;
     border-bottom: 1px solid #663e59;
   }
   .point>p:nth-child(3) {
     font-size: 1.6rem;
   }
   .point>p:nth-child(2) {
     font-size: 2.4rem;
   }
   .point_ttl span {
     font-size: 2rem;
     width: 100px;
     height: 100px;
   }
   .point3, .point4 {
     margin-top: 20px;
   }
 }
