@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head .sv_flex {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 470px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex {
    display: block;
    height: auto;
  }
}

main section .page_head .sv_flex .ttlarea {
  width: 40%;
}

@media screen and (max-width: 1380px) {
  main section .page_head .sv_flex .ttlarea {
    width: 30%;
  }
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .ttlarea {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}

main section .page_head .sv_flex .sv_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  height: 350px;
}

@media screen and (max-width: 1280px) {
  main section .page_head .sv_flex .sv_img {
    margin-right: 0;
    width: auto;
    height: 300px;
  }
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 45dvw;
  max-height: 470px;
}

@media screen and (max-width: 1024px) {
  main section .page_head {
    max-height: inherit;
    height: 65vw;
  }
}

main section .page_title {
  position: absolute;
  top: calc(50%);
  left: calc((100% - 1200px) / 2);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #333;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media screen and (max-width: 1024px) {
  main section .page_title {
    left: 5%;
  }
}

main section .page_title .sv_ttl {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main section .page_title .sv_ttl .eng_ttl {
  font-size: 42px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 24px;
  }
}

main section .page_title .sv_ttl .jp_ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(24px, 0.989rem + 2.18vw, 42px);
  font-weight: 400;
  color: #fff;
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* 通常固定ページ */
/******************************/
/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dashed 1px #707070;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .s_date {
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
}

.news_text_block .category_c a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 5px;
  background-color: #063C62;
  color: #ffff;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  padding: 5px 20px;
  line-height: 1;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #BC1A2F;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 当社の特徴 */
/******************************/
.feature .feature_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.feature .feature_flex li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1d1d1d;
}

.feature .feature_flex li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .txtarea {
    margin-left: 20px;
  }
  .feature .feature_flex li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:last-child {
  margin-bottom: 0;
}

.feature .feature_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature .feature_flex li:nth-child(even) .numarea {
  width: 35%;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #edede8;
  color: #1d1d1d;
}

.feature .feature_flex li:nth-child(even) .numarea span {
  color: #1d1d1d;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .feature .feature_flex li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:nth-child(3n) .numarea {
  background-color: #979797;
}

.feature .feature_flex li:nth-child(3n) .numarea span {
  color: #fff;
}

/******************************/
/* プラン / 料金（ブライダルメニュー）  */
/******************************/
.plan-price .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .plan-price .sec01 {
    padding: 0 0 50px;
  }
}

.plan-price .sec02 {
  position: relative;
  background-color: #F3F7F8;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .plan-price .sec02 {
    padding: 50px 0;
  }
}

.plan-price .sec03 {
  position: relative;
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .plan-price .sec03 {
    padding: 50px 0 0;
  }
}

/******************************/
/* 境内案内    */
/******************************/
.precinct-info .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .precinct-info .sec01 {
    padding: 0 0 50px;
  }
}

.precinct-info .sec02 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .precinct-info .sec02 {
    padding: 0 0 50px;
  }
}

.precinct-info .sec03 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .precinct-info .sec03 {
    padding: 0 0 50px;
  }
}

.precinct-info .sec04 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .precinct-info .sec04 {
    padding: 0 0 50px;
  }
}

.precinct-info .sec05 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .precinct-info .sec05 {
    padding: 0 0 50px;
  }
}

.precinct-info .sec06 {
  position: relative;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .precinct-info .sec06 {
    padding: 0;
  }
}

/******************************/
/* 函館寺の歴史   */
/******************************/
.history .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .history .sec01 {
    padding: 0 0 50px;
  }
}

.history .sec01 .layout_dl01 dt.arrow {
  border-bottom: solid 1px #DCDBD5;
  padding-bottom: 10px;
}

/******************************/
/* 全国の成田山  */
/******************************/
.naritasan_japan .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .naritasan_japan .sec01 {
    padding: 0 0 50px;
  }
}

.naritasan_japan .sec02 {
  position: relative;
  background-color: #F6F2F3;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .naritasan_japan .sec02 {
    padding: 50px 0;
  }
}

.naritasan_japan .sec02 .sub_images_ul.cul2 li {
  padding-bottom: 10px;
  border-bottom: solid 1px #7E2A41;
}

.naritasan_japan .sec02 .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
}

.naritasan_japan .sec02 .link_list li a {
  display: block;
  color: #fff;
  background-color: #583200;
  border-radius: 6px;
  font-size: clamp(13px, 0.756rem + 0.24vw, 15px);
  padding: 6px 15px;
}

/******************************/
/* ご供養  */
/******************************/
.memorial-service .bg_left:before,
.memorial-service .bg_right:before,
.bridesmaid .bg_left:before,
.bridesmaid .bg_right:before {
  z-index: 1;
}

.memorial-service .layout_a,
.memorial-service .layout_b,
.bridesmaid .layout_a,
.bridesmaid .layout_b {
  position: relative;
  z-index: 2;
}

.memorial-service .layout_a .imgbox,
.memorial-service .layout_b .imgbox,
.bridesmaid .layout_a .imgbox,
.bridesmaid .layout_b .imgbox {
  width: 47%;
}

@media screen and (max-width: 1024px) {
  .memorial-service .layout_a .imgbox,
  .memorial-service .layout_b .imgbox,
  .bridesmaid .layout_a .imgbox,
  .bridesmaid .layout_b .imgbox {
    width: 100%;
  }
}

.memorial-service .layout_a .imgbox img,
.memorial-service .layout_b .imgbox img,
.bridesmaid .layout_a .imgbox img,
.bridesmaid .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 69/50;
}

.memorial-service .sec01,
.bridesmaid .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .memorial-service .sec01,
  .bridesmaid .sec01 {
    padding: 0 0 40px;
  }
}

.memorial-service .sec02,
.bridesmaid .sec02 {
  background-image: url(../images/memorial-service/sec02_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 0;
}

.memorial-service .sec03,
.bridesmaid .sec03 {
  position: relative;
  padding: 80px 0;
  background-color: #F6F2F3;
}

@media screen and (max-width: 1024px) {
  .memorial-service .sec03,
  .bridesmaid .sec03 {
    padding: 40px 0;
  }
}

.memorial-service .sec04,
.bridesmaid .sec04 {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .memorial-service .sec04,
  .bridesmaid .sec04 {
    padding: 40px 0;
  }
}

.memorial-service .sec05,
.bridesmaid .sec05 {
  position: relative;
  padding: 80px 0;
  background-color: #F6F2F3;
}

@media screen and (max-width: 1024px) {
  .memorial-service .sec05,
  .bridesmaid .sec05 {
    padding: 40px 0;
  }
}

/******************************/
/* シェアテナント */
/******************************/
.share .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .share .sec01 {
    padding: 0 0 40px;
  }
}

.share .lead {
  background-image: url(../images/share/share_lead_bg01.jpg);
  background-size: cover;
  background-position: no-repeat;
  padding: 150px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share .sec02 {
  position: relative;
  background-color: #F6F2F3;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .share .sec02 {
    padding: 40px 0;
  }
}

.share .sec03 {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .share .sec03 {
    padding: 40px 0;
  }
}

.share .sec04 {
  position: relative;
  background-color: #F6F2F3;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .share .sec04 {
    padding: 40px 0;
  }
}

.share .sec05 {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .share .sec05 {
    padding: 40px 0;
  }
}

/******************************/
/* 髪のお悩み改善 */
/******************************/
.improvement .layout_a,
.improvement .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.improvement .layout_a .imgbox,
.improvement .layout_b .imgbox {
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .improvement .layout_a .imgbox,
  .improvement .layout_b .imgbox {
    width: 100%;
  }
}

.improvement .layout_a .imgbox img,
.improvement .layout_b .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 69/40;
}

.improvement .sec01 {
  position: relative;
  padding: 80px 0;
  background-color: #F6F2F3;
}

@media screen and (max-width: 1024px) {
  .improvement .sec01 {
    padding: 40px 0;
  }
}

.improvement .sec02 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .improvement .sec02 {
    padding: 40px 0;
  }
}

.improvement .sec03 {
  position: relative;
  padding: 80px 0;
  background-color: #F6F2F3;
}

@media screen and (max-width: 1024px) {
  .improvement .sec03 {
    padding: 40px 0;
  }
}

.improvement .sec04 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .improvement .sec04 {
    padding: 40px 0;
  }
}

/******************************/
/* コンセプト */
/******************************/
.concept .sec01 {
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .concept .sec01 {
    padding: 0 0 40px;
  }
}

.concept .sec02 {
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .concept .sec02 {
    padding: 0 0 40px;
  }
}

.concept .sec03 {
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .concept .sec03 {
    padding: 0 0 40px;
  }
}

.concept .sec04 {
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .concept .sec04 {
    padding: 0 0 40px;
  }
}

/******************************/
/* 授与品・お守り */
/******************************/
.amulet-charm .item_price {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: clamp(15px, 0.852rem + 0.36vw, 18px);
  color: #BC1A2F;
}

.amulet-charm .sub_images_ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 38/25;
  border: solid 2px #7E2A41;
}

/******************************/
/* ご挨拶・アクセス */
/******************************/
.greeting .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .greeting .sec01 {
    padding: 0 0 40px;
  }
}

.greeting .sec01 .layout_a .imgbox {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .greeting .sec01 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}

.greeting .sec01 .named .b_txt {
  font-size: 24px;
  line-height: 1;
}

.greeting .sec02 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .greeting .sec02 {
    padding: 0 0 40px;
  }
}

.greeting .sec02 .lead {
  width: 100%;
  height: 600px;
  background-color: #000;
  background-image: url(../images/greeting/lead_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .greeting .sec02 .lead {
    aspect-ratio: 1920/600;
    height: auto;
  }
}

.greeting .sec02 .layout_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.greeting .sec02 .layout_a .imgbox {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .greeting .sec02 .layout_a .imgbox {
    width: 100%;
  }
  .greeting .sec02 .layout_a .imgbox figure {
    text-align: center;
  }
  .greeting .sec02 .layout_a .imgbox figure img {
    width: 70%;
  }
}

.greeting .sec03 {
  padding: 80px 0;
  background-color: #F6F2F3;
}

@media screen and (max-width: 1024px) {
  .greeting .sec03 {
    padding: 40px 0;
  }
}

.greeting .sec03 .layout_c li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 580/386;
}

/******************************/
/* 商品情報 */
/******************************/
.product .infobox {
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #0ABAB5;
  background-color: #fff;
  padding: 40px 70px;
}

@media screen and (max-width: 1024px) {
  .product .infobox {
    padding: 25px 5%;
  }
}

.product .infobox h2.product_ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #006E6A;
}

.product .thum_list02 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

.product .thum_list02 li {
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .product .thum_list02 li {
    display: block;
  }
}

.product .thum_list02 li .imgbox {
  width: 220px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .product .thum_list02 li .imgbox {
    width: 100%;
    text-align: center;
  }
}

.product .thum_list02 li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .product .thum_list02 li .imgbox img {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .product .thum_list02 li .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

.product .thum_list02 li .txtbox .c_txt {
  font-size: 16px;
}

.product .thum_list02 li .txtbox p {
  font-size: 14px;
}

.product .product_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 20px;
}

.product .product_item_list li {
  width: calc(100% / 4 - 16px);
}

@media screen and (max-width: 1024px) {
  .product .product_item_list li {
    width: calc(100% / 2 - 10px);
  }
}

.product .product_item_list li figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.product .product_item_list li .c_txt {
  font-size: 12px;
  color: #419498;
}

.product .product_item_list li .ttl05 {
  font-size: 17px;
}

.product .product_item_list li p {
  font-size: 13px;
  line-height: 1.6;
}

/******************************/
/* ヘアーメニュー */
/******************************/
.bg_left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F6F2F3;
  width: 85%;
  height: 65%;
  z-index: -1;
}

.bg_left .layout_a {
  padding-bottom: 50px;
}

.bg_right:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #F6F2F3;
  width: 85%;
  height: 65%;
  z-index: -1;
}

.bg_right .layout_b {
  padding-bottom: 50px;
}

.other-menu .box,
.hair-menu .box {
  position: relative;
}

.other-menu .box .layout_b .imgbox img,
.other-menu .box .layout_a .imgbox img,
.hair-menu .box .layout_b .imgbox img,
.hair-menu .box .layout_a .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 69/50;
}

/******************************/
/* その他メニュー */
/******************************/
.other-menu .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .other-menu .sec01 {
    padding: 0 0 40px;
  }
}

/******************************/
/* 護摩祈願  */
/******************************/
.goma-prayer .sec01 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .goma-prayer .sec01 {
    padding: 0 0 50px;
  }
}

.goma-prayer .sec02 {
  position: relative;
  background-color: #F6F2F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .goma-prayer .sec02 {
    padding: 50px 0;
  }
}

.goma-prayer .sec03.leadbox {
  background-image: url(../images/goma-prayer/sec03_lead_bg01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .goma-prayer .sec03.leadbox {
    height: 200px;
  }
}

.goma-prayer .sec04 {
  position: relative;
  background-color: #F6F2F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .goma-prayer .sec04 {
    padding: 50px 0;
  }
}

.goma-prayer .sec05 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .goma-prayer .sec05 {
    padding: 50px 0;
  }
}

.goma-prayer .sec06 {
  position: relative;
  background-color: #F6F2F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .goma-prayer .sec06 {
    padding: 50px 0;
  }
}

/******************************/
/* よくある質問 */
/******************************/
.faq .sec01 {
  padding: 0;
  position: relative;
}

/******************************/
/* メニュー / 料金（美容メニュー） */
/******************************/
.menu-price .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .menu-price .sec01 {
    padding: 0 0 50px;
  }
}

.menu-price .sec01 .box {
  margin-bottom: 30px;
}

.menu-price .sec01 .box:last-child {
  margin-bottom: 0;
}

.menu-price .sec02 {
  position: relative;
  padding: 80px 0;
  background-color: #F3F7F8;
}

@media screen and (max-width: 1024px) {
  .menu-price .sec02 {
    padding: 50px 0;
  }
}

.menu-price .sec02 .box {
  margin-bottom: 30px;
}

.menu-price .sec02 .box:last-child {
  margin-bottom: 0;
}

.menu-price .sec03 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .menu-price .sec03 {
    padding: 50px 0;
  }
}

.menu-price .sec03 .box {
  margin-bottom: 30px;
}

.menu-price .sec03 .box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .menu-price .s_txt {
    text-align: right;
  }
}

.menu-price .layout_c {
  gap: 25px 80px;
}

@media screen and (max-width: 1024px) {
  .menu-price .layout_c {
    display: block;
  }
}

.menu-price .layout_c li {
  width: calc(100% / 2 - 40px);
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .menu-price .layout_c li {
    width: 100%;
  }
  .menu-price .layout_c li:nth-child(2) {
    margin-top: 20px;
  }
}

.menu-price .layout_c li .menu_ttl {
  font-family: "Zen Old Mincho", serif;
  color: #419498;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .menu-price .layout_c li .menu_ttl {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

.menu-price .layout_c li .price_menu_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: dotted 1px #a8a8a1;
}

@media screen and (max-width: 1024px) {
  .menu-price .layout_c li .price_menu_flex {
    display: block;
    margin-bottom: 20px;
  }
  .menu-price .layout_c li .price_menu_flex:last-child {
    margin-bottom: 0;
  }
}

.menu-price .layout_c li .price_menu_flex .menu_price_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu-price .layout_c li .price_menu_flex .menu_price_txt .menu_price_txt_ttl {
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .menu-price .layout_c li .price_menu_flex .menu_price_txt .menu_price_txt_ttl {
    font-size: 14px;
  }
}

.menu-price .layout_c li .price_menu_flex .menu_price_txt .menu_price_txt_ttl:before {
  content: "\f0da";
  font-style: normal;
  font-family: "Font Awesome 6 Free";
  color: #419498;
  margin-right: 5px;
  font-weight: bold;
}

.menu-price .layout_c li .price_menu_flex .menu_price_txt .menu_price_txt_s_txt {
  font-size: 14px;
  padding-left: 15px;
}

@media screen and (max-width: 1024px) {
  .menu-price .layout_c li .price_menu_flex .menu_price_txt .menu_price_txt_s_txt {
    font-size: 13.5px;
  }
}

.menu-price .layout_c li .price_menu_flex .menu_price {
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
  font-size: 19px;
  width: 120px;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .menu-price .layout_c li .price_menu_flex .menu_price {
    width: auto;
  }
}

/******************************/
/* ご利用案内 */
/******************************/
.guide .sec01 {
  position: relative;
  padding: 20px 0 80px;
}

@media screen and (max-width: 1024px) {
  .guide .sec01 {
    padding: 15px 0 40px;
  }
}

.guide .sec01 .thum_list02 .imgbox {
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .guide .sec01 .thum_list02 .imgbox {
    width: 100%;
  }
}

.guide .sec01 .thum_list02 .imgbox img {
  aspect-ratio: 30/20;
}

@media screen and (max-width: 1024px) {
  .guide .sec01 .thum_list02 .txtbox {
    margin-left: 0;
    margin-top: 20px;
  }
}

.guide .sec02 {
  position: relative;
  padding: 80px 0;
  background-color: #F3F7F8;
}

@media screen and (max-width: 1024px) {
  .guide .sec02 {
    padding: 40px 0;
  }
}

.guide .sec03 {
  position: relative;
  padding: 80px 0 0;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .guide .sec03 {
    padding: 40px 0 0;
  }
}

/******************************/
/* 会社案内 */
/******************************/
.company .box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.company .box.text_layout p {
  line-height: 1.8;
}

.company .box.text_layout .named span {
  font-size: 18px;
  margin-left: 5px;
}

.company .box .company_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company .box .company_gallery li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}

.company .box .company_gallery li:nth-child(2n) {
  margin-right: 0;
}

.company .box .company_gallery li:nth-child(1), .company .box .company_gallery li:nth-child(2) {
  margin-top: 0;
}

.company .box .company_gallery li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 440/300;
}

/******************************/
/* コンタクト */
/******************************/
.contact .tel_area {
  color: #333;
}

/******************************/
/* 投稿（ヘアーギャラリー） */
/******************************/
@media screen and (max-width: 1024px) {
  .single-hair_gallery_post .layout_c {
    display: block;
  }
}

.single-hair_gallery_post .layout_c li {
  width: calc(100% / 2 - 12.5px);
}

@media screen and (max-width: 1024px) {
  .single-hair_gallery_post .layout_c li {
    width: 100%;
  }
  .single-hair_gallery_post .layout_c li:nth-child(2) {
    margin-top: 20px;
  }
}

.single-hair_gallery_post .layout_c li .ct2 {
  font-size: 14px;
}

.single-hair_gallery_post .layout_c li .gutenberg p {
  font-size: 14px;
}

.single-hair_gallery_post .layout_c li h1 {
  font-size: 16px;
  font-weight: 600;
}

.single-hair_gallery_post .layout_c li .gallery-photo .gallery-slider .swiper-slide p,
.single-hair_gallery_post .layout_c li .gallery-photo .gallery-slider .swiper-slide p img {
  aspect-ratio: 600/716;
}

/******************************/
/* 404 */
/******************************/

/*# sourceMappingURL=css_map/style_page.css.map */
