@charset "utf-8";
.intro {}
.intro p {font-size: 19px;text-align: center;margin:-10px 0 42px;}
.plan_box {padding-top: 84px;margin: -84px 0 40px;position: relative;z-index: 0;}
.plan_box:nth-last-of-type(1) {margin: -84px 0 40px;}
.plan_box .box_ttl {padding: 14px 50px;color: #fff;border-radius: 10px 10px 0 0;}
.plan_box .box_ttl h3 {font-size: 37px;padding-left: 80px;position: relative;}
.plan_box .box_ttl h3::before {content: '';background: url(../img/price/icon_joint.png) no-repeat;background-size: contain;width: 60px;height: 60px;position: absolute;top: 50%;left: 0;transform: translateY(-50%);}
.feature {margin: 50px 0 12px;}
/***********************
* 2023/05/02　プラン内容
************************/
.plan_service .service_ttl {border-radius: 5px 5px 0 0;color: #fff;letter-spacing: 2px;}
.plan_service .total_price .txt-price_total{background: var(--site-keycolor);color: #fff;font-size: 18px;font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', Meiryo, sans-serif;padding: 5px 20px;position: relative;margin: 0 10px 0 0;top: -5px;}
.plan_service .plan_box {background: #f5f5f5;border-radius: 0 0 5px 5px;padding: 20px 0;margin: 0 0 10px 0;}
.plan_service .plan_box img {margin: 0 auto;display: block;}
#goudou .plan_box img {max-width: 246px;}
#single .plan_box img {max-width: 392px;}
#premium .plan_box img {max-width: 315px;}
#memorial .plan_box img {max-width: 315px;}
#goudou .service_ttl {background: #62b6bc;}
#single .service_ttl {background: #5eab83;}
#premium .service_ttl {background: #cba673;}
#memorial .service_ttl {background: #f4887d;}
/***********************/
#single .box_ttl h3::before {background: url(../img/price/icon_single.png) no-repeat;background-size: contain;}
#premium .box_ttl h3::before {background: url(../img/price/icon_premium.png) no-repeat;background-size: contain;}
#memorial .box_ttl h3::before {background: url(../img/price/icon_memorial.png) no-repeat;background-size: contain;}
.plan_box .box_ttl p {font-size: 19px;margin: 0 0 5px 30px;}
#goudou .box_ttl {background: url(../img/common/bg-lightblue_dot.png);}
#single .box_ttl {background: url(../img/common/bg-deepgreen_dot.png);}
#premium .box_ttl {background: url(../img/common/bg-brown_dot.png);}
#memorial .box_ttl {background: url(../img/common/bg_dot_orange.png);}
.box_content {border: 5px solid #f9f4ea;border-top: none;border-radius: 0 0 10px 10px;}
.box_content.md_inner_space {padding: 40px 50px 42px;}
#goudou .box_content {background: #fff;}
#single .box_content {background: #fff;border: 5px solid #b5d4c3;border-top: none;}
#premium .box_content {background: #fff;border: 5px solid #e3d0b7;border-top: none;}
#memorial .box_content {background: #fff;border: 5px solid #ffd8cc;border-top: none;}
/*#goudou .box_content {background: #fff url(../img/price/01.png) no-repeat bottom right;}
#single .box_content {background: #fff url(../img/price/02.png) no-repeat bottom right;border: 5px solid #b5d4c3;border-top: none;}
#premium .box_content {background: #fff url(../img/price/03.png) no-repeat bottom right;border: 5px solid #e3d0b7;border-top: none;}*/
.content_txt {margin: -8px 0 26px;}
.plan_service .photo {width: 40%;max-width: 400px;position: relative;}
.plan_service .photo .time {background: #fffbf5;color: var(--site-primary);font-size: 19px;font-weight: bold;position: absolute;left: 0;top: 0;padding: 7px 15px 9px 53px;border-radius:0 0 10px 0;}
.plan_service .photo .time::before {content: '';background: url(../img/common/icon_clock.svg) no-repeat;width: 26px;height: 26px;position: absolute;left: 17px;top: 50%;transform: translateY(-50%);}
#single .plan_service .photo .time {background: #e8efeb;color: #31865a;}
#single .plan_service .photo .time::before {background: url(../img/common/icon_clock_green.svg) no-repeat;}
#premium .plan_service .photo .time {background: #f2ebe3;color: #b98a4a;}
#premium .plan_service .photo .time::before {background: url(../img/common/icon_clock_gold.svg) no-repeat;}
#memorial .plan_service .photo .time {background: #f9f1f1;color: #f05848;}
#memorial .plan_service .photo .time::before {background: url(../img/common/icon_clock_orange.svg) no-repeat;}
.plan_service .service_content {width: 57%;max-width: 580px;}
.plan_service .service_ttl {font-size: 24px;font-weight: bold;padding: 5px 0 5px;text-align: center;}
.plan_service .total_price {color: var(--site-keycolor);}
.plan_service .total_price img {width: 70px;height: 70px;margin-right: 10px;position: relative;top: 5px;}
.plan_service .total_price .num {font-size: 37px;}
.plan_service .total_price .yen {font-size: 27px;}
.plan_box .btn_border {width: 38.6%;max-width: 220px;margin: 18px 0 0;}
.plan_box .btn_border a {font-size: 18px;padding: 8px 0 10px;}
#single.plan_box .btn_border a {color: #31865a;border: 2px solid #31865a;}
#single.plan_box .btn_border a:hover {color: #fff;background: #31865a;}
#single.plan_box .btn_border a::after {background: url(../img/common/icon_arrow_right_deepgreen.svg) center no-repeat;}
#single.plan_box .btn_border a:hover::after {background: url(../img/common/icon_arrow_right_white.svg) center no-repeat;}
#premium.plan_box .btn_border a {color: #b98a4a;border: 2px solid #b98a4a;}
#premium.plan_box .btn_border a:hover {color: #fff;background: #b98a4a;}
#premium.plan_box .btn_border a::after {background: url(../img/common/icon_arrow_right_gold.svg) center no-repeat;}
#premium.plan_box .btn_border a:hover::after {background: url(../img/common/icon_arrow_right_white.svg) center no-repeat;}
#memorial.plan_box .btn_border a {color: #fb8b7f;border: 2px solid #fb8b7f;}
#memorial.plan_box .btn_border a:hover {color: #fff;background: #fb8b7f;}
#memorial.plan_box .btn_border a::after {background: url(../img/common/icon_arrow_right_pink.svg) center no-repeat;}
#memorial.plan_box .btn_border a:hover::after {background: url(../img/common/icon_arrow_right_white.svg) center no-repeat;}
@media only screen and (max-width: 1024px) {
.intro p {font-size: 17px;}
.box_content.md_inner_space {padding: 3.2vw;}
.plan_box .box_ttl {padding: 14px 4vw;}
.plan_box .box_ttl h3 {font-size: 30px;padding-left: 56px;}
.plan_box .box_ttl h3::before {width: 45px;height: 45px;}
.plan_box .box_ttl p {font-size: 16px;}
.plan_service .photo .time {font-size: 14px;padding: 6px 10px 8px 35px;}
.plan_service .photo .time::before {width: 18px;height: 18px;left: 10px;}
.plan_service .total_price img {width: 50px;height: 50px;margin-right: 5px;top: 2px;}
.plan_service .total_price .num {font-size: 28px;}
.plan_service .total_price .yen {font-size: 22px;}
.plan_box .btn_border {margin: 4px 0 0;}
.plan_box .btn_border a {font-size: 15px;}
.plan_service .service_content {width: 50%;}
}
@media only screen and (max-width: 960px) {
.plan_box {margin-bottom: 30px;}
.content_txt {margin: -8px 0 18px;}
.plan_service .service_ttl {font-size: 20px;}
.plan_service ul li {font-size: 15px;}
.plan_service .total_price .num {font-size: 25px;}
.plan_service .total_price .yen {font-size: 20px;}
.plan_service .total_price img {width: 45px;height: 45px;}
.plan_box .btn_border a::after {width: 8px;height: 15px;right: 15px;}
.plan_box .btn_border a {font-size: 14px;}
/***********************
* 2023/05/02　プラン内容
************************/
/* 合同火葬・個別火葬プレミアム */
#goudou .plan_box img,
#single .plan_box img,
#premium .plan_box img,
#memorial .plan_box img {max-width: 282px;}
/***********************/
}
@media only screen and (max-width: 568px) {
#price_content .ttl_page_section {margin-bottom: 40px;}
#price_content .ttl_page_section::after {bottom: -16px;}
.intro p {font-size: 16px;margin:-7px 0 26px;}
.feature {margin: 40px 0 6px;}
.plan_box {padding-top: 60px;margin: -60px -5.3vw 30px;}
.plan_box .annotation_txt{/*margin-bottom: 20px;*/}
.plan_box .mb0{margin-bottom: 0;}
.plan_box:nth-last-of-type(1) {margin: -60px -5.3vw 20px;}
.plan_box .box_ttl {border-radius: 0;flex-direction: column;align-items: center;padding: 15px 0;}
.plan_box .box_ttl h3 {font-size: 26px;padding: 0;margin-bottom: 8px;}
.plan_box .box_ttl h3::before {left: -55px;}
#premium.plan_box .box_ttl h3 {padding-left: 40px;}
#premium.plan_box .box_ttl h3::before {left: -15px;}
#memorial.plan_box .box_ttl h3 {padding-left: 40px;}
#memorial.plan_box .box_ttl h3::before {left: -15px;}
.plan_box .box_ttl p {text-align: center;line-height: 1.5;margin: 0;}
.box_content {border: 0;border-bottom: 4px solid #f9f4ea;border-radius: 0;}
#goudou .box_content, #single .box_content, #premium .box_content {background-size: 50%;}
#single .box_content {border: 0;border-bottom: 4px solid #b5d4c3;}
#premium .box_content {border: 0;border-bottom: 4px solid #e3d0b7;}
#memorial .box_content {border: 0;border-bottom: 4px solid #ffd8cc;}
.box_content.md_inner_space {padding: 24px 5.3vw 26px;}
.plan_service {flex-direction: column;}
.plan_service .photo {width: 100%;margin-bottom: 20px;}
.plan_service .photo .time {font-size: 15px;padding: 6px 10px 8px 40px;}
.plan_service .photo .time::before {width: 22px;height: 22px;}
.plan_service .service_content {width: 100%;}
.plan_service .service_ttl {font-size: 18px;}
.service_content div.wrap {flex-direction: column;align-items: center;}
.plan_service .total_price {margin-top: -14px;}
.plan_service .total_price img {margin: 0 7px 0 0;width: 50px;height: 50px;top: -11px;}
.plan_service .total_price .num {font-size: 42px;}
.plan_service .total_price .yen {font-size: 18px;}
.plan_box .btn_border {width: 76vw;max-width: initial;margin-top: 10px;}
.plan_box .btn_border a {font-size: 17px;}
/***********************
* 2023/05/02　プラン内容
************************/
/* 合同火葬・個別火葬プレミアム */
#goudou .plan_box img{max-width: 200px;}
#single .plan_box img,
#premium .plan_box img,
#memorial .plan_box img {max-width: 312px;}
/***********************/
}
/***********************
* 2023/06/21　料金プラン見出し下
************************/
.feature{border: none;}
.f-txt{letter-spacing: 1px;}
@media only screen and (max-width: 960px) {
.feature h5{margin: 0 auto;font-size: 17px;max-width: 400px;line-height: 2;}
}
@media only screen and (max-width: 568px) {
.feature{border: none;}
}

/*---撮影サービス--*/
.attention_box_gray{
    background-color: #fff;
}



/***********************
* 2025/09/08　吹き出し（人気）
************************/
.balloon_point_yellow {
  right: 12%;
  top: 40px;
}
@media only screen and (max-width: 960px) {
  .balloon_point_yellow {
    right: 48%;
    top: 50px;
  }
}
@media only screen and (max-width: 560px) {
  .plan_box .box_ttl p.balloon_point_yellow {
    line-height: 60px;
  }
  .plan_box .box_ttl p.balloon_point_yellow {
    right: 10px;
    top: 20px;
  }
}
/*===============================================
 *	吹き出し 2025/09/08 add
===============================================*/
.balloon_point_plan {
  position: absolute;
  right: 14%;
  top: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 980px) {
  .balloon_point_plan {
    right: 5%;
    top: 50px;
  }
}
@media only screen and (max-width: 568px) {
  .plan_box .box_ttl p.balloon_point_plan {
    right: 5px;
    top: 25px;
  }
}

/*--20260126 料金ページ改修--*/

/*===============================================
 *	各プランへのメニューボタン
===============================================*/
ul.plan_btns li {
  width: 24%;
  max-width: 268px;
  margin-bottom: 40px;
}

ul.plan_btns li a {
  display: block;
  background: #fff;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fb8b7f;
  border: 2px solid #fb8b7f;
  border-radius: 100px;
  padding: 17px 20px;
  text-align: center;
  transition: 0.2s;
}

ul.plan_btns li a::after {
  content: '';
  background: url(../img/common/icon_arrow_right_pink.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 7%;
  margin-top: -6px;
  transform: rotate(90deg);
  transition: 0.2s;
}

ul.plan_btns li span {
  position: relative;
}

ul.plan_btns li:first-child a {
  color: #fb8b7f;
}

ul.plan_btns li:first-child a:hover {
  color: #fb8b7f;
  border: 2px solid #fb8b7f;
}

ul.plan_btns li a:hover span::before {
  opacity: 0.85;
}

ul.plan_btns li a:hover::after {
  opacity: 0.85;
}

ul.plan_btns li:nth-child(2) a {
  color: #b98a4a;
  border: 2px solid #b98a4a;
}

ul.plan_btns li:nth-child(2) a::after {
  background: url(../img/common/icon_arrow_right_gold.svg) no-repeat;
  background-size: contain;
}

ul.plan_btns li:nth-child(2) span {
  /* left: 15px; */
}

ul.plan_btns li:nth-child(2) span::before {
  background: url(../img/price/icon_menu_premium.png) no-repeat;
  background-size: contain;
}

ul.plan_btns li:nth-child(2) a:hover {
  color: #c39b65;
  border: 2px solid #c39b65;
}

ul.plan_btns li:nth-child(3) a {
  color: #31865a;
  border: 2px solid #31865a;
}

ul.plan_btns li:nth-child(3) a::after {
  background: url(../img/common/icon_arrow_right_deepgreen.svg) no-repeat;
  background-size: contain;
}

ul.plan_btns li:nth-child(3) span::before {
  background: url(../img/price/icon_menu_single.png) no-repeat;
  background-size: contain;
}

ul.plan_btns li:nth-child(3) a:hover {
  color: #509873;
  border: 2px solid #509873;
}

ul.plan_btns li:nth-child(4) a {
  color: var(--site-primary);
  border: 2px solid var(--site-primary);
}

ul.plan_btns li:nth-child(4) a::after {
  background: url(../img/common/icon_arrow_right_green.svg) no-repeat;
  background-size: contain;
}

ul.plan_btns li:nth-child(4) a:hover {
  color: #3cb4bd;
  border: 2px solid #3cb4bd;
}



@media only screen and (max-width: 1024px) {
  ul.plan_btns li a {
    font-size: 17px;
  }

  ul.plan_btns li span::before {
    width: 40px;
    height: 40px;
    left: -45px;
  }
}

@media only screen and (max-width: 960px) {
  ul.plan_btns {
    justify-content: center;
    gap: 20px 3%;
    margin-bottom: 40px;
  }

  ul.plan_btns li {
    width: 46%;
    max-width: initial;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 568px) {
  ul.plan_btns {
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: 30px;
  }

  ul.plan_btns li {
    width: 100%;
    max-width: initial;
    margin: 0 auto;
  }

  ul.plan_btns li a {
    font-size: 17px;
    padding: 9px 0 10px;
  }
  ul.plan_btns li a::after{
    right: 5%;
  }

  ul.plan_btns li span::before {
    content: none;
  }
}
/*-----*/



ul.plan_btns li a{
  border-radius: 20px;
}
.feature h3 {
    font-size: 24px;
    background: var(--site-primary);
    color: #fff;
    border-radius: 30px;
    max-width: 530px;
    margin: -30px auto 0;
    line-height: 2.5;
}

.txt-price_total{
  background: var(--site-keycolor);
  color: #fff;
  padding:5px 15px;
  margin-right: 20px;
}
.plan_service .total_price .txt-price_total{
  padding: 0 20px;
  top:-8px;
  font-size: 20px;
}
.plan_service .total_price {
  color: var(--site-keycolor);
  display: flex;
  align-items: baseline;
  font-size: 22px;
  margin-top: 10px;
}
.plan_service .total_price .num {
  font-size: 52px;
  line-height: 1.3;
}
.plan_service .total_price .yen {
  font-size: 30px;
}
.box_ttl h3{
  margin: 0 auto;
}
.plan_service{
  margin-bottom: 40px;
      gap: 2vw;
}
.plan_service .photo {
    width: 100%;
    max-width: 400px;
    position: relative;
}
.plan_item{
  gap: 10px;
  margin-bottom: 20px;
}
/*自宅セレモニー*/
#memorial .box_ttl{
  position: relative;
}

#memorial .box_ttl::after{
  content: '';
  background:url(../img/price/icon_popular.png)no-repeat;
  background-size: contain;
  width: 122px;
  height: 122px;
  position: absolute;
  right: 40px;
  bottom: -60px;
}

#memorial .content_txt {
    margin: 0px 0 16px;
}


.plan_item li{
  border-radius: 10px;
  width: 31%;
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 8px 0 10px;
}


#memorial .plan_item li{
  background: #f3786b;
}

/*個別火葬プレミアム*/
#premium .plan_item li{
  background: #b98a4a;

}
/*個別火葬*/
#single .plan_item li{
  background: #31865a;

}
/*合同火葬*/
#goudou .plan_item li{
  background:var(--site-primary) ;
}

#memorial .plan_item li.bg_gray,
#premium .plan_item li.bg_gray,
#single .plan_item li.bg_gray,
#goudou .plan_item li.bg_gray{
  background: #999;
  color: #333;
}

.plan_flow{
  margin-bottom: 40px;
}
.plan_flow ul{
  gap: 0 20px;
}
#memorial .plan_flow ul,
#premium .plan_flow ul{
  gap: 0;
}
.plan_flow ul li:not(.arrow) {
    width: 19%;
    max-width: 185px;
    background: #f5f5f5;
    position: relative;
}
.plan_flow ul li:not(.arrow) p{
  padding: 20px;
  font-size: 15px;
}

.plan_flow ul li.arrow img {
    position: relative;
    top: 140px;
}
.plan_box .btn_border{
  max-width: 300px;
  margin: 0 auto;
}
.plan_box .btn_border a{
  font-size: 22px;
}
.plan_flow ul li:not(.arrow):before {
    content: '';
    width: 37px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
}
/*合同火葬　流れ*/
#goudou .plan_flow ul li.flow01:before {
  background: url(../img/common/icon_num01.svg) no-repeat;
}

#goudou .plan_flow ul li.flow02:before {
  background: url(../img/common/icon_num02.svg) no-repeat;
}

#goudou .plan_flow ul li.flow03:before {
  background: url(../img/common/icon_num03.svg) no-repeat;
}
/*個別火葬　流れ*/
#single .plan_flow ul li.flow01:before {
  background: url(../img/common/icon_num01_green.svg) no-repeat;
}

#single .plan_flow ul li.flow02:before {
  background: url(../img/common/icon_num02_green.svg) no-repeat;
}

#single .plan_flow ul li.flow03:before {
  background: url(../img/common/icon_num03_green.svg) no-repeat;
}

#single .plan_flow ul li.flow04:before {
  background: url(../img/common/icon_num04_green.svg) no-repeat;
}
/*個別火葬プレミアム　流れ*/
#premium .plan_flow ul li.flow01:before {
  background: url(../img/common/icon_num01_gold.svg) no-repeat;
}

#premium .plan_flow ul li.flow02:before {
  background: url(../img/common/icon_num02_gold.svg) no-repeat;
}

#premium .plan_flow ul li.flow03:before {
  background: url(../img/common/icon_num03_gold.svg) no-repeat;
}

#premium .plan_flow ul li.flow04:before {
  background: url(../img/common/icon_num04_gold.svg) no-repeat;
}

#premium .plan_flow ul li.flow05:before {
  background: url(../img/common/icon_num05_gold.svg) no-repeat;
}
/*自宅セレモニー葬*/

#memorial .plan_flow ul li.flow01:before {
  background: url(../img/common/icon_num01_pink.svg) no-repeat;
}

#memorial .plan_flow ul li.flow02:before {
  background: url(../img/common/icon_num02_pink.svg) no-repeat;
}

#memorial .plan_flow ul li.flow03:before {
  background: url(../img/common/icon_num03_pink.svg) no-repeat;
}

#memorial .plan_flow ul li.flow04:before {
  background: url(../img/common/icon_num04_pink.svg) no-repeat;
}

#memorial .plan_flow ul li.flow05:before {
  background: url(../img/common/icon_num05_pink.svg) no-repeat;
}


@media only screen and (max-width: 1024px) {

  #memorial .box_ttl::after{
  width: 92px;
  height: 92px;
}

}

@media only screen and (max-width: 960px) {

  .plan_item li{
    line-height: 1.2;
  }
  .plan_item li:last-child{
    padding: 16px 0 10px;
  }
  .plan_flow ul li:not(.arrow) p{
    padding: 10px;
  }
  #memorial .box_ttl::after{
  width: 82px;
  height: 82px;
  bottom: -20px;
  }

  .plan_service .total_price .txt-price_total {
    padding: 0 10px;
    top: -6px;
    font-size: 16px;
  }
  .plan_service .total_price .num{
    font-size: 42px;
  }
}

@media only screen and (max-width: 568px) {
  .feature h3{
    font-size: 16px;
    margin: 0 auto;
  }

  .plan_box .box_ttl{
    padding: 10px 0 0;
  }
  .plan_service .photo{
    width: 100%;
  }
  .box_content.md_inner_space {
    padding: 20px 3.2vw 20px;
  }
  #memorial .box_ttl::after {
    width: 70px;
    height: 70px;
    bottom: -15px;
    right: 10px;
  }

    #memorial .box_ttl h3 {
        margin: 0 0 10px 30px;
    }
    #memorial.plan_box .box_ttl{
      align-items: flex-start;
    }

  .total_price{
    justify-content: center;
    align-items: baseline;
    margin-bottom: 10px;
  }
  .plan_service .total_price .txt-price_total{
    top:-7px;
  }

  .plan_flow ul {
        flex-direction: column;
  }
  .plan_flow ul li:not(.arrow) {
        width: 100%;
        max-width: 100%;
        display: flex;
  }
  .plan_flow ul li.arrow {
        margin: 4px 0 10px;
  }
  .plan_flow ul li.arrow img {
        width: 32px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
  }

  .plan_flow ul li:not(.arrow) div {
        width: 50%;
    }
      .plan_flow ul li p {
        width: 50%;
        padding: 13px 18px;
    }
    .plan_flow ul li:not(.arrow) p{
      font-size: 14px;
    }
    .plan_service {
    margin-bottom: 30px;
}
.plan_box .btn_border a{
  font-size: 17px;
}
.plan_item{
  gap: 5px;
}
    .plan_service ul li {
        font-size: 13px;
        width: 32%;
    }

    .plan_service .total_price .num{
      font-size: 32px;
    }
    .plan_service .total_price .yen{
      font-size: 24px;
    }
    .plan_service .total_price{
      font-size: 18px;
    }

}


/*---------*/

.other_service {
    margin-top: 0px;
}

.options{
  margin-bottom: 40px;
}
.options li{
  display: grid;
  grid-template-columns:54% 44% ;
  grid-template-rows:auto 1fr ;
  gap: 0 2vw;
}
.options li .option_title{
  grid-row: 1;
  grid-column: 1;
  font-size: 30px;
}
.option_txt{
  margin-bottom: 10px;
}

.options li img{
  grid-row: 1 / 3;
  grid-column: 2;
}
.options li .op_txt{
  grid-row: 2;
  grid-column: 1;
}

.other_service ul.options li h5{
  font-size: 26px;
  text-align: left;
  color: var(--site-primary);
}

.options_annotation{
  font-size: 15px;
  color: #999;
  padding-left: 1em;
  text-indent: -1em;
}

.options li .op_txt .btn_border{
  width: 70%;
  margin: 20px auto 0;
}

.other_service .options-sub ul {
  gap: 2vw;
  margin-bottom: 20px;
}
.other_service .options-sub ul li{
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 31%;
}

.other_service .options-sub ul li img{
  float: none;
  width: 100%;
  margin: 0;
}

.other_service .options-sub ul li .btn_border{
  margin-top: auto;
}

.other_service .options-sub ul li .options_price{
  margin-bottom: 30px;
}

@media only screen and (max-width: 568px) {
.other_service .options,
.other_service .options-sub ul{
  margin: 20px auto;
}
.options li{
  display: flex;
  flex-direction: column;
}
.options li .option_title{
  font-size: 20px;
  margin-bottom: 20px;
  padding: 8px 0 10px;
}
.other_service ul.options li h5{
  font-size: 18px;
}
.other_service .options-sub ul{
  gap:30px 0;
}
.other_service .options-sub ul li{
  width: 100%;
  display: block;
}
.other_service .options-sub ul li img{
  width: 50%;
  float: left;
  margin: 0 10px 0 0;
}
.other_service .options-sub ul li .option_title{
  float: right;
  width: 47%;
}

.other_service .options-sub ul li .btn_border{
  width: 80%;
}
.other_service .options-sub ul li .options_price {
    margin-bottom: 15px;
}
}
/*--電子決済--*/
.pay_box {
  padding: 0px 50px 70px;
}

.pay_choice li {
  width: 49%;
  max-width: 495px;
  padding: 10px 20px 20px;
}

.pay_choice li p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.pay_choice .credit_card {
  background: var(--site-primary);
}

.pay_choice .electronic_money {
  background: #e4b66d;
}

@media only screen and (max-width: 1024px) {
  .pay_box {
    padding: 0 0 5%;
  }
}

@media only screen and (max-width: 568px) {
  .pay_box {
    padding: 0px 5.3vw 40px;
    margin: 0px -5.3vw;
    border-radius: 0;
  }

  .pay_choice {
    gap: 15px 0;
  }

  .pay_choice li {
    width: 100%;
    padding: 10px 10px 10px;
  }

  .pay_choice li p {
    font-size: 17px;
  }
}


.plan_item {
  flex-direction: row;
}




