@charset "utf-8";
.intro {
  font-size: 19px;
  text-align: center;
  margin: -10px 0 46px;
}
.ttl_content_top {
  font-size: 38px;
  padding: 14px 10px 15px;
}
.half_box_ttl {
  display: flex;
  align-items: center;
}
.half_box .half_box_ttl {
  font-size: 34px;
  margin:-14px 0 -6px;
}
.half_box_ttl span.num {
  font-size: 60px;
  letter-spacing: 0;
  margin-right: 25px;
}
.half_box_ttl span:last-of-type {
  position: relative;
  top: 2px;
}
.sub_box {
  margin-top: 40px;
}
.sub_box h5 {
  font-size: 30px;
  color: #fff;
  background: var(--site-secondary);
  padding: 5px 0 7px;
  border-radius: 10px 10px 0 0;
}
.sub_box > div {
  align-items: flex-start;
  padding: 40px 50px;
  border: 5px solid #f9f4ea;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.sub_box img {
  width: 44%;
  max-width: 400px;
}
.sub_box ul, .sub_box > div > div {
  width: 51.6%;
  max-width: 470px;
}
.sub_box ul li {
  font-size: 20px;
  position: relative;
  padding: 17px 0 20px 50px;
}
.sub_box ul li::before {
  content: '';
  background: url(../img/common/icon_check.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub_box ul li::after {
  content: '';
  background: url(../img/common/line_dot.png) no-repeat;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sub_box ul li:last-child::after {
  content: none;
}
.sub_box ul li span {
  font-weight: bold;
}
.sub_box p {
  margin: -7px 0 36px;
}
.sub_box .btn_border {
  max-width: 300px;
  margin: 0;
}
.ttl_left_border {
  margin: 40px 0 30px;
}
.links {
  margin-bottom: 20px;
  gap:20px;
}
.link_btn {
  width: 48.2%;
  color: #fff;
  max-width: 540px;
  height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  box-shadow: 0 5px 0 rgb(210 210 210);
}

.link_btn.joint {
  background: url(../img/plan/bg_btn_goudou.jpg) no-repeat center right;
  background-size: cover;
}
.link_btn.single {
  background: url(../img/plan/bg_btn_single.jpg) no-repeat center right;
  background-size: cover;
}
.link_btn.premium {
  background: url(../img/plan/bg_btn_premium.jpg) no-repeat center right;
  background-size: cover;
}
.link_btn.memorial {
  background: url(../img/plan/bg_btn_memorial.jpg) no-repeat center right;
  background-size: cover;
}
.link_btn h6 {
  font-size: 28px;
  margin-top: -5px;
}
.link_btn p {
  font-size: 16px;
  line-height: 1.55;
}

.row03 .link_btn {
  width: 48.2%;
  max-width: 540px;
  height: 132px;
  box-shadow: 0 3px 0 rgb(210 210 210);
  padding-left: 24px;
}
.row03 .link_btn h6 {
  font-size: 28px;
  margin-top: -5px;
}
.row03 .link_btn p {
  font-size: 16px;
  line-height: 1.55;
}
.remains_01 {
  position: relative;
}
.remains_01 .bg_white {
  padding: 40px 50px 44px;
  position: relative;
  z-index: 10;
}
.remains_02 .bg_white, .remains_03 .bg_white, .remains_04 .bg_white, .remains_05 .bg_white, .remains_06 .bg_white, .remains_07 .bg_white {
  padding: 50px 50px 44px;
  position: relative;
  z-index: 10;
}
.remains_01, .remains_02, .remains_03, .remains_04, .remains_05, .remains_06, .remains_07 {
  position: relative;
  padding-top: 140px;
  margin: -140px 0 10px;
}
.remains_05 .plan_table {
  margin: 40px 0 30px;
  
}
.remains_05 .plan_table table {
  border: 1px solid #ccc;
}
.remains_05 .plan_table tbody th {
  width: 48%;
  text-align: left;
  padding-left: 32px;
}
.remains_05 .plan_table td {
  background: #fff !important;
  border: 1px solid #ccc;
}
.remains_05 .plan_table tr:last-child th {
  border-color: #ccc;
}
.remains_05 .plan_table .yen span {
  font-size: 0.84em;
}
.remains_06 {
  position: relative;
}
.remains_07 .bg_white {
  padding: 50px 50px 50px;
  border-radius: 0 0 10px 10px;
}
.bg_circle_left::before {
  background: url(../img/common/bg_circle03.png) no-repeat;
  z-index: initial;
}
.bg_circle_right::before {
  background: url(../img/common/bg_circle04.png) no-repeat;
  z-index: initial;
}
.remains_01.bg_circle_left::before {
  top: -30px;
}
.remains_02.bg_circle_right::before {
  top: 60px;
}
.remains_03.bg_circle_left::before {
  top: 60px;
}
.remains_04.bg_circle_right::before {
  top: 60px;
}
.remains_05.bg_circle_left::before {
  top: 60px;
}
.remains_06.bg_circle_right::before {
  top: -80px;
}
.remains_07.bg_circle_right::before {
  top: -80px;
}
.remains_03 .sub_box {
  margin-bottom: 5%;
}
@media only screen and (max-width: 1024px) {
  .ttl_content_top {
    font-size: 32px;
  }
  .half_box .half_box_ttl {
    font-size: 30px;
  }
  .half_box_ttl span.num {
    font-size: 50px;
  }
  .sub_box > div {
    padding: 3vw 4vw;
  }
  .sub_box ul li {
    font-size: 18px;
    padding: 13px 0 16px 45px;
  }
  .sub_box h5 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 960px) {
  .intro {
    font-size: 15px;
  }
  .ttl_content_top {
    font-size: 28px;
    padding: 11px 10px 12px;
  }
  .half_box .half_box_ttl {
    font-size: 25px;
    margin: -10px 0 -6px;
  }
  .half_box_ttl span.num {
    font-size: 40px;
    margin-right: 12px;
  }
  .sub_box h5 {
    font-size: 22px;
  }
  .sub_box ul li {
    font-size: 16px;
    padding: 11px 0 14px 45px;
  }
  .sub_box p {
    margin: -5px 0 20px;
  }
  .ttl_left_border {
    margin: 4vw 0 20px;
  }
  .link_btn {
    padding-left: 2.5vw;
    height: 130px;
  }
  .link_btn h6 {
    font-size: 24px;
  }
  .link_btn p {
    font-size: 15px;
  }
  .row03 .link_btn {
    padding-left: 15px;
  }
  .remains_01 .bg_white {
    padding: 4vw 4vw 3.5vw;
  }
  .remains_02 .bg_white, .remains_03 .bg_white, .remains_04 .bg_white, .remains_05 .bg_white {
    padding: 4.5vw 4vw 3.5vw;
  }
  .remains_06 .bg_white {
    padding: 4.5vw 4vw 4vw;
  }
  .remains_07 .bg_white {
    padding: 4.5vw 4vw 4vw;
  }
  .remains_05 .plan_table tbody th {
    width: 50%;
    font-size: 16px;
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 568px) {
  .bg_circle_left::before, .bg_circle_right::before {content: none;}

  .intro {
    text-align: left;
    margin: -5px 0 22px;
  }
  .ttl_content_top {
    font-size: 23px;
    padding: 9px 5.3vw 9px;
  }
  .half_box {
    flex-direction: column-reverse;
  }
  .half_box .half_box_ttl {
    font-size: 21px;
    justify-content: center;
    margin: 5px 0 2px -7vw;
  }
  .half_box_ttl span.num {
    font-size: 35px;
  }
  .sub_box {
    margin-top: 25px;
  }
  .sub_box h5 {
    font-size: 19px;
    padding: 6px 0 8px;
  }
  .sub_box > div {
    flex-direction: column;
    border-width: 3px;
    padding: 20px 28px;
  }
  .sub_box img {
    width: 100%;
  }
  .sub_box ul, .sub_box > div > div {
    width: 100%;
  }
  .sub_box ul {
    margin-bottom: -15px;
  }
  .sub_box ul li {
    font-size: 15px;
    line-height: 1.5;
    padding: 14px 0 19px 35px;
  }
  .sub_box ul li::before {
    width: 25px;
    height: 23px;
    top: 15px;
    transform: none;
  }
  .sub_box > div > div {
    margin-top: 20px;
  }
  .sub_box .btn_border {
    width: 79%;
    margin: 0 auto 5px;
  }
  .sub_box .btn_border a::after {
    right: 16px;
  }
  .remains_06 .sub_box ul li {
    padding: 14px 0 16px 35px;
  }
  .ttl_left_border {
    line-height: 1.45;
    padding-bottom: 7px;
    margin-top: 20px;
  }
  .ttl_left_border::before {
    top: 4px;
    height: 80%;
  }
  .links {
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 15px;
  }
  .link_btn, .row03 .link_btn {
    width: 100%;
    height: 110px;
    max-width: initial;
    padding-left: 5.3vw;
    box-shadow: 0 5px 0 rgb(210 210 210);
    border-radius: 10px;
  }
  .link_btn.single {
    background: url(../img/plan/bg_btn_single_sp.jpg) no-repeat center right;
    background-size: cover;
  }
  .link_btn.joint {
    background: url(../img/plan/bg_btn_goudou_sp.jpg) no-repeat center right;
    background-size: cover;
  }
  .link_btn.premium {
    background: url(../img/plan/bg_btn_premium_sp.jpg) no-repeat center right;
    background-size: cover;
  }
  .link_btn.link_btn.memorial {
    background: url(../img/plan/bg_btn_memorial_sp.jpg) no-repeat center right;
    background-size: cover;
  }
  .link_btn h6, .row03 .link_btn h6 {
    font-size: 21px;
    margin: 0 0 2px;
  }
  .link_btn p, .row03 .link_btn p {
    font-size: 15px;
    line-height: 1.5;
  }
  .remains_01 .bg_white {
    padding: 20px 5.3vw 25px;
  }
  .remains_02 .bg_white, .remains_03 .bg_white, .remains_04 .bg_white, .remains_05 .bg_white, .remains_07 .bg_white {
    padding: 30px 5.3vw 25px;
  }
  .remains_06 .bg_white {
    padding: 30px 5.3vw 35px;
  }
  .remains_01, .remains_02, .remains_03, .remains_04, .remains_05, .remains_06, .remains_07 {
    padding-top: 50px;
    margin: -50px 0 10px;
  }
  .remains_05 .plan_table {
    margin: 20px 0;
  }
  .remains_05 .plan_table tbody th {
    font-size: 15px;
    line-height: 1.45;
    width: 52%;
    padding: 5px 10px 5px;
  }
  .remains_05 .plan_table .price {
    font-size: 18px;
  }
  .row02 .premium {
    margin-top: 0px;
  }
  .remains_03 .sub_box {
    margin-bottom: 30px;
  }
}
/*===============================================
 *	kaiyousankotsu 2025/09/02 add
===============================================*/
@media only screen and (max-width: 568px) {
  .bg_kaiyou {
    padding: 10px 15px;
  }
  .kaiyou_box .half_box {
    flex-direction: column;
  }
}

/*-----------260313--------------*/
.movie_box{
  box-sizing: border-box;
  margin: 40px 0;
}
.m_title{
  font-size:30px;
  padding: 10px 0;
}
.m_title h4 span{
  position: relative;
  padding-left: 60px;
}
.m_title h4 span::before{
  content: '';
  background: url(../img/common/icon_youtube03.svg)no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
}
.m_content{
  border: 4px solid var(--site-secondary);
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 40px;
}
.m_content img{
  max-width: 504px;
  margin: 0px auto;
  display: block;
}
.map_title{
  display: flex;
  align-items: center;
  width: 100%; /* 親要素の端まで広げる */
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.map_title::before,
.map_title::after{
  content: "";
  flex-grow: 1; /* 余ったスペースをすべて線にする */
  height: 2px;  /* 2本線の厚みの合計 */
  border-top: 2px solid var(--site-primary); /* 上の線 */
  border-bottom: 2px solid var(--site-primary); /* 下の線 */
  margin: 0 15px; /* 文字との隙間 */
}

.region{
  padding: 40px 0;
  background-position: right 0px center;
}

.remain_map .btn_border{
  max-width: 340px;
}

@media only screen and (max-width: 960px) {
  .m_title{
    font-size: 24px;
  }
  .m_title h4 span::before{
    width: 42px;
    height: 42px;
  }
  .m_content{
    padding: 20px;
  }
  .m_content img{
    max-width: 354px;
  }
  .region::before {
    content: none;
  }
}

@media only screen and (max-width: 568px) {
  .movie_box{
    margin: 20px 0;
  }
  .m_title{
    font-size: 18px;
  }
 .m_title h4 span{
  padding-left: 40px;
 }
  .m_title h4 span::before{
    width: 30px;
    height: 30px;
  }
  .map_title{
    font-size: 20px;
    margin: 0 -5.3vw;
    width: 100vw;
  }
  .map_title::before{
    margin: 0 15px 0 0;
  }
  .map_title::after{
    margin: 0 0 0 15px;
  }
  .region{
    padding: 20px 0 30px;
    margin: 0 auto;
  }
  .remain_map .btn_border{
  width: 80%;
  }
}

/*-------------260323----------------*/
#maisou .half_box,
#kuyou .half_box{
  margin-bottom: 40px;
}
#maisou .remain_map{
  margin-bottom: 60px;
}
.movie_box{
  margin-bottom: 0;
}
#kuyou .half_box .half_box_ttl{
  font-size: 26px;
  justify-content: center;
  margin: auto;
}
#kuyou .half_box .half_box_ttl::before{
  content: '●';
  display: inline-block;
  font-size: 30px;
  color: var(--site-primary);
}
#kuyou .half_box img{
  max-width: 37%;
}
#kuyou .half_box .txt{
  width: 60%;
    max-width: 590px;
}

.remains_05 .half_box .half_box_ttl,
.remains_06 .half_box .half_box_ttl{
  margin: auto;
}
@media only screen and (max-width: 568px) {
#maisou .half_box,
#kuyou .half_box{
  margin-bottom: 20px;
}
#maisou .remain_map{
  margin-bottom: 40px;
}
  #kuyou .half_box img,
  #kuyou .half_box .txt{
  max-width: 100%;
  width: 100%;
}
#kuyou .half_box{
  gap: 20px;
}
#kuyou .half_box .half_box_ttl{
  font-size: 21px;
  margin-bottom: 10px;
}
#kuyou .half_box .half_box_ttl::before{
  margin-right: 5px;
  font-size: 5px;
  font-size: 22px;
}
.remains_05 .half_box .half_box_ttl,
.remains_06 .half_box .half_box_ttl{
  margin: 10px auto;
}

#maisou .ttl_double_border{
  margin: 20px -5.3vw;
}
}


.remains_03 .sub_box > div {
  align-items: center;
}
.remains_03 .sub_box p {
  width: 50%;
}
@media only screen and (max-width: 568px) {
  .remains_03 .sub_box p {
    width: 100%;
    margin: 12px 0 0;
  }
}
