@charset 'UTF-8';

/* reset form style
-----------------------------------------------------------------*/
:root {
  --main-color: #ff7985;
  --main-color-op9: rgba(255,121,133,.9);
  --font-YuGo: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --title-color: #604310;
  --bg-pale-color: #fffdfd;
  --bg-pale-pink-color: #fdf7f7;
  --bg-pale-green-color: #f5f9f8;
  --green-color: #93c312;
  
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}
.column {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .column {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 620px) {
  .column {
    padding: 25px 0;
  }
}
.header {
  overflow: hidden;
  height: auto;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 2;
}
.pc img {
  width: 100%;
}
.header_l {
  position: absolute;
  top: 35px;
  left: 2%;
  z-index: 2;
  max-width: 310px;
  width: 100%;
}
.header_l img {
  display: block;
}
.header_r {
  position: absolute;
  top: 40px;
  right: 2%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.header_r img {
  margin-left: 10px;
}
.header_r .head_contact {
  max-width: 240px;
  border: 3px #fff solid;
  border-radius: 30px;
}
.header_r .head_tel {
  max-width: 240px;
}

/* MV内 残り15区画！ */
.point-msg{
  width: 17vw;
  position: absolute;
  top: 25%;
  left: 12.5vw;
  font-size: 2.0vw;
  color: var(--main-color);
  font-weight: 700;
  transform: rotate(-10deg);
  border-radius: 1vw;
  border: 2px solid var(--main-color);
  background-color: #fff;
  padding: 0.25em 1em;
}

@media (max-width:768px){
  .point-msg{
    width: 25vw;
    top: 10%;
    left: 5vw;
    font-size: 2.8vw;
  }
}

.gnav {
  background: var(--main-color);
  padding: 20px 2%;
}
#gnav.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: var(--main-color-op9);
}
.nav {
  width: min(100%, 1200px);
  margin-inline: auto;
}
.nav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_list li a {
  font-size: 1.8rem;
  color: #fff;
  display: block;
  text-align: center;
  font-family: var(--font-YuGo);
  font-weight: bold;

}
.nav_list li a span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 1430px) {
  .header_l {
    max-width: 230px;
  }
  .header_r .head_contact {
    max-width: 190px;
  }
  .header_r .head_tel {
    max-width: 190px;
  }
  .header_l img {
    max-width: 170px;
  }
}
@media screen and (max-width: 1200px) {
  .header_r {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .header_l {
    top: 15px;
    max-width: 130px;
  }
}
/* 見出し */
.h2-box {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.h2-box .heading {
  font-weight: bold;
  font-size: 3.6rem;
  position: relative;
  color: #444;
  letter-spacing: 3px;
  background: url(./img/secttl_bg_left.png) left top no-repeat, url(./img/secttl_bg_right.png) right bottom no-repeat;
  padding: .6em 2.6em;
}
.h2-box .heading span {
  display: block;
  font-size: 1.8rem;
  color: var(--title-color);
  letter-spacing: 1px;
  margin-bottom: .8rem;
}
.h2-box .heading small {
  font-size: 3rem;
}

.h2-box .heading.concept_ttl {
  color: var(--title-color);
  background: none;
}
.h2-box .heading.concept_ttl span {
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  br.w1200 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  br.w1200 {
    display: none;
  }
  .price_box section .price_r .price span.tax {
    top: -50%;
  }
}

@media screen and (max-width: 767px) {
  .h2-box {
    padding-top: 25px;
    margin-bottom: 25px;
  }
  .h2-box .heading {
    font-size: 2.6rem;
  }
  .h2-box .heading span {
    font-size: 1.7rem;
  }
}
/* 私たちの想い */
.concept_column {
  background: url(./img/concept_bg_top.png) top right no-repeat,
              url(./img/concept_bg_bottom.png) 0 90% no-repeat;
}
.concept_box {
  width: min(100%, 1200px);
  margin-inline: auto;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 40px;
}
.concept_box h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
.concept_box p {
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  line-height: 2.11;
  padding-bottom: 24px;
}
.concept_box p:last-child {
  padding-bottom: 0;
}
.concept_box p span {
  font-size: 1.7rem;
  color: var(--main-color);
  font-weight: bold;
}
.concept_box .sign {
  text-align: right;
  margin: 2% 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .concept_column {
    background-position: right top,left 100%;
  }
  .concept_box {
    padding: 15px 0 0;
  }
  .concept_box h3 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .concept_box p {
    font-size: 1.7rem;
    padding: 0 4%;
  }
  .concept_box p span {
    font-size: 1.7rem;
  }
}


/* お墓の種類 */
.type_column .type_lead{
  text-align: center;
}
.type_list {
  max-width: 1200px;
  width: 100%;
  margin: 10px auto;
  padding: 1.5em 0;
}
.type_list li {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px 0;
}
.type_list li:nth-child(even) {
}
.type_list li .type_l {
  width: 38%;
}
.type_list li .type_r {
  width: 58%;
}
.type_list li:nth-child(odd) {
  flex-direction: row-reverse;
}


.type_list li .type_r h3 {
  margin-bottom: 10px;
  font-size: 2.6rem;
  display: flex;
  align-items: center;
  border-left: solid 5px var(--main-color);
}
.type_list li .type_r h3 .type_tit_en {
  font-size: 1.4rem;
  color: var(--title-color);
  display: inline-block;
  margin-left: 10px;
}
.type_list li .type_r .type_num {
  font-size: 7.2rem;
  font-weight: 200;
  line-height: 1.2;
}
.type_list li .type_r .type_tit {
  font-size: 2.4rem;
  padding: 4px 0 4px 18px;
  font-weight: 600;
  color: var(--main-color)
}
@media screen and (max-width: 1024px) {
  .concept_column {

                background-size: 50% auto, 50% auto;
  }
  .type_list li:nth-child(odd) {
    padding: 50px 0;
  }
}
@media screen and (max-width: 520px) {
  .concept_column {
                background-size: 87% auto, 50% auto;
  }
  .type_list li:nth-child(odd) {
    padding: 50px 0;
  }
}
@media screen and (max-width: 820px) {
  .type_list li {
    max-width: 620px;
    width: 100%;
    margin: 0 auto 60px;
  }
  .type_list li .type_r {
    width: 100%;
    padding: 35px 0 0; /* 内側の余白を追加する */
  }
  .type_list li .type_l {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature_column {
    padding-top: 0;
  }
  .type_list {
    padding: 0;
    margin: 0 auto;
  }
  .about_txt {
    padding: 25px 0;
  }
  .type_item h4 {
    font-size: 2rem;
  }
  .type_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .type_list li:last-child {
    margin-bottom: 0;
  }
  .type_list li .type_r {
    padding: 20px 0 0;
  }
  .type_list li .type_r .type_num {
    font-size: 5rem;
  }
  .type_list li .type_r .type_tit {
    font-size: 2rem;
    padding-left: 10px;
  }
}

/* 特徴 */
.feature_column {
  padding-bottom: 0;
  background: url(img/feature_bg.png) left bottom no-repeat var(--bg-pale-color);
}
.feature_lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0 0 30px;
}

.feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}

.feature_item {
  flex-basis: 31%;
  background: #FFF;
  border-radius: 20px;
  margin: 0 0 40px;
  padding: 25px 30px;
}
.feature_item .thumb {
  text-align: center;
  margin-bottom: 10px;
}
.feature_item h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--main-color);
  text-align: center;
  margin-bottom: 10px ;
}

@media screen and (max-width: 820px) {
  .feature_item {
    flex-basis: 49%;
    margin: 0;
    padding: 20px 30px;
  }

}
@media screen and (max-width: 540px) {
  .feature_list {
    display: block;
  }
}
/* 料金 */
.price_column {
  padding: 60px 0px 80px;
}
.price_box {
  flex-wrap: wrap;
justify-content: center;
gap: 20px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.price_box section {
  width: calc(100% / 3 - 10px);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    margin-bottom: 40px;
    text-align: center;
}
.price_box section .price_l {
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 2.4rem;
  padding: 15px 5px;
  border-radius: 15px 15px 0 0;
  font-weight: bold;
}
.price_box section .price_l span {
  display: block;
  font-size: 1.8rem;
}
.price_box section:nth-child(1) .price_l {
  background: #85ceeb;
}
.price_box section:nth-child(2) .price_l {
  background: #93c312;
}
.price_box section:nth-child(3) .price_l {
  background: #9169a7;
}
.price_box section:nth-child(4) .price_l {
  background: #ff7985;
}

.price_box section .price_r {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 0 0 15px 15px;
}
.price_box section .price_r__inner {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.price_box section .price_r__inner img {
  display: block;
  margin: 0 auto 10px;
  max-width: 70%;
}
.price_box section .price_r__inner .s_font {
  text-align: center;
  font-size: 1.7rem;
}
.price_box section .price_r .price_num{
border-bottom: 1px solid #bdbdbd;
margin-bottom: 15px;
padding: 0 0 10px;
}

.price_box section .price_r .price {
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;

  line-height: 1.2;
  letter-spacing: 2px;
  padding-bottom: 5px;
}
.price_box section .price_r .price span {
  color: #e3323a;
  font-weight: 600;
  font-size: 4rem;
}
.price_box section .price_r .price span span.man {
  font-size: 2.8rem;
}

.price_box section .price_r .price span.unit {
  font-size: 2.8rem;
  position: relative;
}
.price_box section .price_r .price span.tax {
  position: absolute;
  left: 0;
  font-size: 1.4rem;
  white-space: nowrap;

}
.price_box section .price_r .price_txt {
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
}
.price_box section .price_r .price_txt li {
  flex-basis: 49%;
}
@media screen and (max-width: 1024px) {
  .price_column {
    padding: 30px 0;
  }
  
  .price_box section {
    width: calc(100% / 2 - 25px);
  }
}
@media screen and (max-width: 820px) {
  .price_box section .price_l {
    font-size: 1.8rem;
    padding: 20px 5px;
  }
  .price_box section .price_r .price_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .price_column {
    background-position-x: 24%;
  }
  .price_box{
    gap: 0;
  }
  .price_box section {
    width: 100%;
  }
  .price_box section .price_l {
    font-size: 2.4rem;
  }
  .price_box section .price_r .price {
    font-size: 2rem;
  }
  .price_box section .price_r .price span {
    font-size: 3.5rem;
  }
  .price_box section .price_r .price .tax {
    font-size: 1.4rem;
  }
}

/* よくあるご質問 */
.faq_column {
  background: var(--bg-pale-pink-color);
}
.faq-box {
  width: min(100% - 0.5em, 1000px);
  margin-inline: auto;
}
.faq-box li {
  padding: 40px 15px;
  position: relative;
  background: #FFF;
  border-radius: 15px;
  margin: 0 0 30px;
}

.faq-box li .qon {
  padding: 6px 24px 6px 90px;
  min-height: 48px;
  margin-bottom: 10px;
  background: url("./img/faq_q.png") top left 24px no-repeat;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .faq-box li .qon {
    padding: 6px 10px 6px 60px;
    min-height: 24px;
    background: url("./img/faq_q.png") top left 12px/40px no-repeat;
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .faq-box li .qon {
    font-size: 1.7rem;
  }
}
.faq-box li .aer {
  padding: 6px 24px 0 90px;
  font-size: 1.8rem;
  background: url(./img/faq_a.png) top 2px left 24px no-repeat;
}
@media (max-width: 768px) {
  .faq-box li .aer {
    padding: 22px 10px 10px 60px;
    background: url(./img/faq_a.png) top 16px left 12px/40px no-repeat;
    background-color: #fff;
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .faq-box li .aer {
    font-size: 1.7rem;
  }
}
.faq-box li p {
  padding-left: 100px;
  font-family: var(--font-YuGo);
}
.faq-box li .aer a {
  display: inline-block;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .faq-box li {
    padding: 20px 0;
  }
  .faq-box li p {
    padding-left: 65px;
  }
}
/* ご購入までの流れ */

.flow-box {
  width: min(100%, 1000px);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.flow-box li {
  width: 100%;
  padding-top: 40px;
}

.flow_items {
  display: flex;
      flex-wrap: wrap;
      padding: 15px 20px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
      border-radius: 15px;
      position: relative;
}
.flow_items .step_num{
  position: absolute;
  top: -10px;
  left: -10px;
}
.flow_item {
  padding: 10px 20px;
}
.flow_item_l {
  flex-basis: 135px;
  padding: 0 0 0 44px;
  text-align: center;
  display: flex
;
  justify-content: center;
  align-items: center;
}
.flow_item_r {
  flex-basis: calc( 100% - 140px);
  background: #fff;
  padding-left: 25px;
}
.flow_item_r h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 9px;
}
.flow_item_r p {
  font-size: 17px;
  font-family: var(--font-YuGo);
}
.flow-allow {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 820px) {
  .flow_items {
    display: block;
  }
  .flow_item_l {
    padding-top: 20px;
  }
  .flow_item_r h3 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .flow_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flow-allow {
    margin-top: 20px;
  }
  .flow-box li {
    padding-top: 20px;
  }
  .flow_item {
    padding: 0;
  }
  .flow_item_l {
    padding: 15px 0 20px;
  }
  .flow_item_r h3 {
    font-size: 20px;
  }
}

/* アクセス */
.access_column {
  padding-top: 0 !important;
}
.access-box {
  width: min(100% - 0.5em, 1200px);
  display: flex;
  justify-content: space-between;
}
.access-box .info {
  flex-basis: 54%;
}
.access-box .map {
  flex-basis: 44%;
}
.access-box h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.access-box h4 {
  font-size: 1.8rem;
  margin: 0 0 4px;
}
.access-box  i {
  color: var(--green-color);
  margin-right:4px;
  margin-bottom: 4px;;
}
.access_way {
  margin: 30px 0 40px;
}
.access_txt_box {
  text-align: center;
  margin-bottom: 30px;
}
.access_txt_box p:first-child {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .access-box {
    display: block;
  }
  .access-box .map iframe {
    height: 200px;
  }
}
/* CTA */
.inline-cta {
  display: flex;
  justify-content: center;
}
.inline-cta .bnr {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .inline-cta {
    display: block;
  }
  .inline-cta .bnr {
    margin: 2% 0;
  }

}
/* 管理寺院紹介 */
.temple-box h3 {
  color: #6b0505;
  text-align: center;
  margin: 0 0 38px;
  font-size: 2.8rem;
  font-weight: bold;
}
.temple_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.temple_row.rev {
  flex-direction: row-reverse;
}
.temple-box .text {
  flex-basis: 52%;
  line-height: 1.82;
}
.temple-box .img {
  flex-basis: 46%;
  text-align: center;
}
.temple-box .img img {
  max-width: 400px;
  width: 100%;
}
.temple_gallery {
  display: flex;
  justify-content: space-between;  
}
.temple_gallery .gallery_img {
  flex-basis: 23%;
}
@media screen and (max-width: 767px) {
  .temple_row {
    display: block;
  }
  .temple_gallery {
    flex-wrap: wrap;
  }
  .temple_gallery .gallery_img {
    flex-basis: 49%;
    margin-bottom: 10px;
  }
  .temple-box .img {
    margin-top: 20px;
  }
}
/* 販売会社紹介 */
.intro_column {
  
}
.introduce-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.introduce-box .left {
  flex-basis: 52%;
}
.introduce-box .right  {
  flex-basis: 46%;
}
.introduce-box .right .thumb + .thumb{
  margin-top: 20px;
}

.introduce-box h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.introduce-box h4 {
  font-size: 2rem;
  font-weight: normal;
  margin-top: .7em;
}

.introduce-box p {
  font-size: 17px;
}
.introduce-box i {
  color: var(--green-color);
  margin-right:4px;
}
.introduce-box .address_info {
  margin-top: 50px;
}

@media screen and (max-width: 820px)  {
  .introduce-box {
    display: block;
  }
  .introduce-box .right {
    text-align: center;
    margin-top: 20px;   
  }
}
/* お問い合わせ */
.contact_column {
  padding-bottom: 0 !important;
  background: var(--bg-pale-green-color);
}

.tell_contact {
  width: min(100% - 0.5em, 400px);
  margin-inline: auto;
  font-family: var(--font-YuGo);
}
.tell_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.tell_box p {
  font-size: 3.8rem;
  font-weight: 600;
  padding-left: 0.3em;
  letter-spacing: 2px;
}
.fax_num {
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 2rem;
  display: block;
  width: 100%;
}
.contact_time {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.contact_alert {
  font-size: 1.2rem;
  text-align: center;
}
.contact_smll_txt {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 30px;
}

.contact_txt {
  text-align: center;
  font-size: 1.7rem;
  padding: 15px 15px 25px;
  font-family: "TsukuARdGothic-Regular", "TsukuBRdGothic-Regular", "Hiragino Maru Gothic ProN W4", "ヒラギノ丸ゴ ProN W4", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.form_radio + .form_radio  {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .form_radio {
    white-space: nowrap;
  }
  .form_radio + .form_radio  {
    margin-left: 0px;
  }
  .tell_box p {
    font-size: 2.5rem;
  }
  .contact_txt {
    font-size: 1.7rem;
    padding-bottom: 15px;
  }
  .contact_time {
    font-size: 1.7rem;
  }
  .fax_num {
    font-size: 1.8rem;
  }
}

/* フォーム */
.boilerform {
  padding-bottom: 5em;
}
.top-profile__inner {
  width: min(100% - 0.5em, 1200px);
  margin-inline: auto;
  background: #fff;
  padding: 0.5em 1em 4em;
  font-family: "TsukuARdGothic-Regular", "TsukuBRdGothic-Regular", "Hiragino Maru Gothic ProN W4", "ヒラギノ丸ゴ ProN W4", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  border-radius: 15px;
}
/*
---------------------------------------
form
---------------------------------------
*/

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  border: solid 1px #ccc !important;
  border-radius: 4px;
  font-size: 1.7rem;
  padding: 15px;
  box-sizing: border-box;
  background: #fff !important;
  box-shadow: none !important;
}

form textarea {
  border: solid 1px #ccc !important;
  border-radius: 4px;
  font-size: 1.7rem;
  padding: 15px !important;
  min-height: 160px !important;
  width: 100% !important;
  box-sizing: border-box;
  background: #fff !important;
  box-shadow: none !important;
}

input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form .size_1 {
  width: 100% !important;
}

form .size_2 {
  width: 40%;
}

form .size_3 {
  width: 100% !important;
}

form .size_4 {
  width: 60% !important;
}

form .size_5 {
  width: 80px !important;
}

select {
  height: 45px;
  border: solid 1px #ddd !important;
  font-size: 1.7rem;
  background: #fff;
}

#contact #other {
  display: inline-block;
}

/* table */
form#mailformpro label.checkbox {
  margin: 3px 3px 0;
}

.tbl-01 {
  max-width: 815px;
  width: 100%;
  margin: 40px auto 0;
}

.tbl-01 tr {
  width: 100%;
  border-bottom: 1px dotted #d9d9d9;
}

.tbl-01 tr th {
  font-size: 1.8rem;
  padding: 20px 0;
  width: 25%;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2;
  vertical-align: middle;
  position: relative;
}

.tbl-01 .tr-vatop th {
  vertical-align: top;
}
.tbl-01 .tr-vatop {
  border-bottom: none;
}
.error {
  color: #ff0000;
}

.tbl-01 tr td {
  font-size: 1.8rem;
  padding: 20px 100px 20px 20px;
  width: 75%;
  letter-spacing: 0.01em;
  line-height: 2.3;
}

.tbl-01 tr td small {
  font-size: 1.45rem;
}

.tbl-01 .td-member input {
  display: inline-block;
  margin-right: 7px;
}

.tbl-01 .td-content input {
  margin-right: 7px;
}

.tbl-01 .td-member label {
  margin-right: 35px;
}
.privacy_box {
  width: min(100% - 0.5em, 815px);
  margin-inline: auto;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px 0;
}
.privacy_txt {
  font-weight: bold;
}
.privacy_box p {
  margin-bottom: 10px;
}
.privacy_check {
  padding: 1em 0 0.6em;
  font-weight: bold;
}
.btn_wrap {
  text-align: center;
}
.contact_btn {
  width: min(100%, 386px);
  margin-inline: auto;
  padding: 1em 2em;
  font-weight: bold;
  border-radius: 10px !important;
  background: var(--main-color);
  box-shadow: 0 5px 0 #ac6167;
  font-size: 1.8rem;
  color: #FFF;
}

.sp_btn_box {
  display: none;
}

@media screen and (max-width: 768px) {
  #jyumokusou-lp .sec07 .access-box {
    width: 100%;
  }
  #jyumokusou-lp .sec07 .access-box p {
    width: 100%;
  }
  #jyumokusou-lp .sec07 .access-box .map {
    width: 95%;
    margin: 0 auto;
  }

  .boilerform {
    padding-bottom: 3em;
  }
  .top-profile__inner {
    padding-bottom: 2em;
  }
  .tbl-01,
  .tbl-01 tbody,
  .tbl-01 tr,
  .tbl-01 th,
  .tbl-01 td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  .tbl-01 {
    margin: 0 auto 0;
  }
  .tbl-01 tr th {
    width: 100%;
    padding: 20px 0 0;
    font-size: 1.7rem;
  }
  .tbl-01 tr td {
    width: 100%;
    padding: 10px 0 20px;
    font-size: 1.7rem;
  }
  .size_2 {
    width: 100% !important;
  }
}

/* page top*/

@media only screen and (max-width: 750px) {
  .sp_btn_box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
  }
  .sp_fbtn_box {
    display: flex;
    justify-content: space-between;
    background: #fff;
    position: relative;
    z-index: 999;
  }
  .sp_fbtn {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .sp_fbtn img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .tell_btns {
    background: #fff;
    padding: 0.5em;
    display: none;
    position: absolute;
    width: 100%;
    padding: 10px 30px 0;
    background: #fff;
    right: 0;
    bottom: 70px;
    z-index: 990;
  }
  .tell_btns img {
    padding-bottom: 0.5em;
  }
  .tell_btns a:first-child {
    display: block;
    margin-bottom: 10px;
  }
  .tell_click_gnav {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 620px) {
  .privacy_check label {
    font-size: 1.4rem;
  }
  .privacy_box {
    font-size: 1.7rem;
  }
}

/* 管理寺院紹介 */
.profile_column {
  background: url(./img/profile_bg_img.png) center/cover no-repeat;
}
.profile-box {
  margin-top: 70px;
}
.profile-box li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.profile-box li:nth-child(even) {
  flex-direction: row-reverse;
}
.profile-box li:nth-child(even) .profile-box_l {
  padding-left: 30px;
}
.profile-box li:nth-child(odd) .profile-box_l {
  padding-right: 30px;
}
.profile-box_l {
  width: 50%;
}
.profile-box_r {
  width: 50%;
}
.profile-box li .profile-name {
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
}
.profile-item1 h3 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 4px;
}
.profile-item1 span {
  font-size: 1.4rem;
  letter-spacing: 2px;
  padding: 0 0 10px 10px;
}
.profile-box_l p {
  font-size: 1.7rem;
  padding-bottom: 12px;
}
.profile-box_l p:last-child {
  padding-bottom: 0;
}

.profile-box_l .sitelink {
  border: 1px solid;
  display: block;
  text-align: center;
  padding: 10px;
  max-width: 200px;
  margin: 0 auto;
}
.profile-item2 h3 {
  font-size: 2.4rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.profile-item2 .pofile_access_add {
  padding-bottom: 30px;
}
.profile-item2 .pofile_access_add:last-child {
  padding-bottom: 0;
}
.profile_flex {
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 5px;
}
.profile_flex li {
  width: calc(100% / 4 - 15px);
}
@media (max-width: 820px) {
  .profile_column {
    background-position-x: 16%;
  }
  .profile-box li:nth-child(even) .profile-box_l {
    padding-left: 0;
  }
  .profile-box li:nth-child(odd) .profile-box_l {
    padding-right: 0;
    padding-bottom: 15px;
  }
  .profile-box li {
    max-width: 620px;
    margin: 0 auto 50px;
    padding: 0 15px;
  }
  .profile-item1 h3 {
    font-size: 3.5rem;
  }
  .profile-box_l {
    width: 100%;
  }
  .profile-box_r {
    width: 100%;
  }
  .profile-item2 .pofile_access_txt {
    font-size: 1.7rem;
  }
  .profile-item2 .profile-box_l {
    padding-bottom: 15px;
  }
  .profile_flex {
    max-width: 620px;
    padding: 0 15px;
    row-gap: 15px;
  }
  .profile_flex li {
    width: calc(100% / 2 - 15px);
  }
}
@media (max-width: 767px) {
  .profile_column {
    background-position-x: 22%;
    padding-bottom: 40px;
  }
  .profile-box {
    margin-top: 30px;
  }
  .profile-box_l p {
    font-size: 1.7rem;
  }
  .profile-box li {
    padding: 0;
  }
  .profile-name img {
    width: 45%;
    height: auto;
  }
  .profile_flex {
    padding: 0;
    margin-top: 0;
  }
}

.knowledge_box {
  margin-top: 100px;
}

.knowledge_ttl {
  text-align: center;
  color: #372d22;
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
}
.knowledge_ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #372d22;
  position: absolute;
  top: 50%;
}

.knowledge_ttl span {
  display: inline-block;
  background-color: #fff;
  padding: 0px 70px;
  position: relative;
  z-index: 2;
}

.knowledge_img01 {
  display: block;
  max-width: 60%;
  margin: 50px auto 0;
}

.knowledge_txt01 {
  text-align: center;
  color: #362b21;
  font-size: 2.4rem;
  margin-top: 45px;
}

.knowledge_txt01 .big {
  font-size: 3.2rem;
  font-weight: bold;
}

.knowledge_txt01 .bold {
  font-weight: bold;
  font-size: 2.8rem;
}

.knowledge_box02 {
  margin-top: 100px;
}

.knowledge_ttl02 {
  text-align: center;
  color: #a6983a;
  font-size: 3.4rem;
  font-weight: bold;
  position: relative;
}
.knowledge_ttl02::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #a6983a;
  position: absolute;
  top: 50%;
}

.knowledge_ttl02 span {
  display: inline-block;
  background-color: #fff;
  padding: 0px 20px;
  position: relative;
  z-index: 2;
}
.knowledge_img02 {
  display: block;
  max-width: 60%;
  margin: 50px auto 0;
}

.knowledge_txt02 {
  text-align: center;
  color: #372d22;
  font-size: 2.4rem;
  margin-top: 45px;
}

.knowledge_txt02 .big {
  font-size: 3.2rem;
  font-weight: bold;
  color: #a6983a;
}

.knowledge_txt02 .bold {
  font-weight: bold;
  font-size: 2.8rem;
  color: #a6983a;
}

.knowledge_txt03 {
  border: 1px solid #362b21;
  border-radius: 30px;
  padding: 30px 60px;
  font-size: 1.8rem;
  margin-top: 60px;
  margin-bottom: 25px;
}

.knowledge_txt03 span {
  color: #aa4b4b;
}

@media (max-width: 767px) {
  .h2-box .heading {
    background-size: 20%;
    padding: .6em 2em;
  }
  .h2-box .heading.knowledge {
    font-size: 2.4rem;
  }
  .knowledge_box {
    margin-top: 50px;
  }
  .knowledge_ttl span {
    padding: 0 20px;
  }
  .knowledge_ttl {
    font-size: 2.2rem;
  }

  .knowledge_img01 {
    max-width: 100%;
  }
  .knowledge_txt01 {
    font-size: 2rem;
    margin-top: 25px;
  }
  .knowledge_txt01 .big {
    font-size: 2.2rem;
  }
  .knowledge_txt01 .bold {
    font-weight: bold;
    font-size: 2.1rem;
    display: block;
  }

  .h2-box .heading.knowledge02 {
    font-size: 2.4rem;
  }
  .knowledge_box02 {
    margin-top: 50px;
  }
  .knowledge_ttl02 span {
    padding: 0 20px;
  }
  .knowledge_ttl02 {
    font-size: 2.2rem;
  }

  .knowledge_img02 {
    max-width: 100%;
  }
  .knowledge_txt02 {
    font-size: 1.8rem;
    margin-top: 25px;
  }
  .knowledge_txt02 .big {
    font-size: 2.2rem;
  }
  .knowledge_txt02 .bold {
    font-weight: bold;
    font-size: 2.1rem;
    display: block;
  }

  .knowledge_txt03 {
    border-radius: 20px;
    padding: 20px 20px;
    font-size: 1.8rem;
    margin-top: 60px;
    margin-bottom: 25px;
  }
}

.youtube_box {
  margin: 40px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .youtube_box {
    padding: 0 15px;
  }
}

.youtube_box .wrap {
  max-width: 1000px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}

.youtube_box .wrap iframe {
  width: 100%;
  height: 100%;
}

.movie_mv {
  position: relative;
  width: 100%;
  height: 100vh;
}

.movie_mv .mv_img {
  position: absolute;
  bottom: 13%;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 810px;
  width: 100%;
}

.movie_mv video {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: bottom;
}

.tabsp_img {
  display: none;
}

@media (max-width: 1100px) {
  .movie_mv {
    height: unset;
    background: #f3f3f3;
  }

  .movie_mv video {
    width: 145%;
    height: auto;
    margin: auto;
    object-fit: cover;
    object-position: bottom;
    margin-left: -23%;
  }

  .movie_mv .mv_img.pc_img {
    display: none;
  }

  .movie_mv .mv_img.tabsp_img {
    display: block;
    padding: 40px 30px 15px;
    max-width: 520px;
    position: unset;
  }
}

.movie_mv_wrap {
  position: relative;
  height: 100%;
}

.movie_mv .movie__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1100px) {
  .movie_mv .movie__btn {
    bottom: -35px;
  }
}

.movie_mv .movie__btn .js-video-button {
  background: #333;
  border: 0;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 2rem;
}

@media (max-width: 1100px) {
  .movie_mv .movie__btn .js-video-button {
    padding: 10px;
  }
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* 汎用クラス */

[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left 0.5em;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.btn {
  display: block;
  text-decoration: none;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.tR,
.sign {
  text-align: right;
}

a:hover {
  opacity: 0.8;
}

/* clearfix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


html,
body {
  height: 100%;
  width: 100%;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}
body {
  background: #fff;
  overflow-x: hidden;
  color: #333;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: var(--font-YuGo);
}

@media only screen and (max-width: 750px) {
  body {
    letter-spacing: 0.5px;
  }
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body,
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-size: 1.7rem;
  line-height: 1.75;
}

a {
  color: var(--main-color);
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="text"],
button,
textarea,
select {
  font-family: var(--font-YuGo);
  outline: none;
}

button,
input[type="submit"] {
  font-family: var(--font-YuGo);
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  white-space: break-spaces;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}



@media only screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/*----------------------------------------------------
	共通
----------------------------------------------------*/
.pt15 {
  padding-top: 15px;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .pc_hide {
    display: none;
  }
}
@media (min-width: 821px) {
  .tab_over_hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .smart_over_hide {
    display: none;
  }
}
@media (max-width: 820px) {
  .tab_hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .smart_hide {
    display: none;
  }
}

.inner {
  width: min(100% - 30px, 1200px);
  margin-inline: auto;
}

.flex {
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 750px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 300px;
}

.breadcrumbs_wrap p {
  text-align: right;
  font-size: 12px;
  padding-top: 20px;
}

.breadcrumbs_wrap.bg-w {
  background-color: #fff;
}

.breadcrumbs_wrap.bg-b {
  background-color: #f4fafc;
}

/* 固定バナー */

.fixed_bnrs1 {
  display: block;
  position: fixed;
  top: 110px;
  right: 0;
  z-index: 1001;
  overflow-x: hidden;
}
.fixed_bnrs2 {
  display: block;
  position: fixed;
  top: 330px;
  right: 0;
  z-index: 1001;
  overflow-x: hidden;
}

.fixed_bnrs2 #tell_active {
  display: block;
}

.fixed_bnrs_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}

.fixed_bnrs_sp ul li:nth-child(1) {
  background: #10631e;
}

.fixed_bnrs_sp ul li:nth-child(2) {
  background: #e05d73;
}

.fixed_bnrs_sp ul li {
  text-align: center;
  line-height: 35px;
  width: 50%;
  float: left;
}

.fixed_bnrs_sp img {
  vertical-align: middle;
}

#fixed_tel {
  display: none;
  position: fixed;
  left: 12px;
  bottom: 47px;
  z-index: 1002;
}

@media (max-width: 750px) {
  footer {
    padding-bottom: 75px;
  }
  .fixed_bnrs {
    display: none;
  }
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#footer {
  background: #e4e4f3;
}

#footer .wrap_link {
  display: flex;
  justify-content: center;
  padding: 40px 20px 24px;
}

@media only screen and (max-width: 750px) {
  #footer .wrap_link {
    display: block;
    padding: 0;
  }
}

#footer .footer_btm {
  background: var(--main-color);
  text-align: center;
  padding: 0.5em;
}

#footer .footer_btm .copyright {
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 750px) {
  #footer .footer_btm {
    padding: 1.2em;
  }

  #footer .sitemap {
    display: block;
    margin-bottom: 0;
  }
  #footer .sitemap > ul {
    border-left: none;
    padding: 0;
  }
  #footer .sitemap > ul > li {
    border-bottom: 1px solid #f9fbf6;
    margin: 0;
  }
  #footer .sitemap > ul > li > a,
  #footer .sitemap > ul > li > .tgl {
    display: block;
    font-weight: normal;
    font-size: 13px;
    padding: 12px 65px;
  }
  #footer .sitemap > ul > li > .tgl {
    display: block;
    position: relative;
  }
  #footer .sitemap > ul > li > .tgl:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 10px;
    margin-top: -6px;
    width: 6px;
    top: 50%;
  }
  #footer .sitemap > ul > li > .tgl.active:after {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #footer .sitemap > ul > li > ul {
    display: none;
    background: #391d7a;
  }
  #footer .sitemap > ul > li > ul li:not(.pc) {
    margin: 0;
    padding: 6px 12px;
  }
  #footer .sitemap > ul > li > ul li:not(.pc):before {
    content: none;
  }
  #footer .sitemap > ul > li > ul li:not(.pc) a {
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 5px 65px;
  }
  #footer .sitemap > ul > li > ul li:not(.pc) a br {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #footer .footer_btm {
    padding: 0.6em;
  }
}

/*----------------------------------------------------
	#pageTop
----------------------------------------------------*/

#pageTop {
  position: fixed;
  z-index: 9998;
  bottom: 40px;
  right: 30px;
}

#pageTop a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: block;
  width: 65px;
  height: 65px;
  background: var(--main-color);
  border-radius: 50%;
}

#pageTop a:after {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (max-width: 750px) {
  #pageTop {
    right: 10px;
    bottom: 115px;
  }
  #pageTop a {
    -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    width: 48px;
    height: 48px;
  }
  #pageTop a:after {
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
  }
}

section.bg-w {
  background: #fff;
}

.single-area .access_area .flex-2column > div {
  margin-right: 90px;
}

.single-area .access_area .flex-2column > div p {
  margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-back.re-confirm.wpcf7c-elm-step2.wpcf7c-btn-back,
.complete-page p.btn a {
  font-family: var(--font-YuGo);
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #0e3092;
  background: #fff;
  color: #0e3092;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 60px;
  width: 280px;
  margin: 0px auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#gnav_sp {
  display: none;
}
#gnav_sp .nav-content__bnr {
  padding: 10px;
}

#gnav_sp .nav-content__bnr > div {
  margin-bottom: 10px;
}

#gnav_sp .nav-content__bnr > div:nth-of-type(2) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 1200px) {
  #gnav_sp {
    display: block;
  }
  .gnav {
    display: none;
  }
  #gnav_sp {
    background: var(--main-color);
    padding-top: 0px;
    padding-bottom: 10px;
    position: fixed;
    padding-left: 12px;
    top: 0;
    right: 0;
    z-index: 9999;
    /*チェックが入ったらもろもろ表示*/
  }

  #gnav_sp .head-logo .logo {
    max-width: 180px;
  }

  #gnav_sp .menu_ttl {
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    position: relative;
    left: 1px;
    top: 3px;
  }

  #gnav_sp #nav-content {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    /*左に隠しておく*/
  }

  #gnav_sp .nab-sp {
    margin-left: auto;
  }

  #gnav_sp #nav-drawer {
    position: relative;
  }

  #gnav_sp .nav-unshown {
    display: none;
  }

  #gnav_sp #nav-open {
    display: inline-block;
    width: 51px;
    height: 40px;
    vertical-align: middle;
    padding-top: 16px;
    padding-left: 0px;
  }

  #gnav_sp #nav-open span:before {
    bottom: -10px;
  }

  #gnav_sp #nav-open span:after {
    bottom: -20px;
  }

  #gnav_sp #nav-open span,
  #gnav_sp #nav-open span:before,
  #gnav_sp #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 37px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
  }

  #gnav_sp #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #gnav_sp #nav-close2 {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #gnav_sp #nav-close2 span {
    position: relative;
  }

  #gnav_sp #nav-close2 span:before,
  #gnav_sp #nav-close2 span:after {
    position: absolute;
    height: 3px;
    width: 28px;
    top: 28px;
    left: 10px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: "";
    cursor: pointer;
  }

  #gnav_sp #nav-close2 span:before {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #gnav_sp #nav-close2 span:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #gnav_sp #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    width: 90%;
    max-width: 350px;
    height: 100%;
    padding-top: 54px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  #gnav_sp #nav-content .wrap_nav_content {
    min-height: 100%;
    height: auto;
    padding-bottom: 50px;
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li {
    border-top: 1px solid #eee;
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl,
  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li > a {
    font-family: var(--font-YuGo);
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 1.3;
    padding: 12px 16px;
    font-weight: bold;
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl span,
  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li > a span {
    font-family: var(--font-YuGo);
    font-size: 14px;
    color: var(--main-color);
    display: block;
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl {
    position: relative;
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    right: 16px;
    margin-top: -6px;
    width: 6px;
    top: 50%;
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li .tgl.active:after {
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li.nav_entry {
    background: #583434;
  }

  #gnav_sp #nav-content .wrap_nav_content ul:not(.tgl_list) > li.nav_entry a {
    color: #fff;
    padding: 16px;
  }

  #gnav_sp #nav-content .wrap_nav_content .tgl_list {
    display: none;
    background: #440a65;
  }

  #gnav_sp #nav-content .wrap_nav_content .tgl_list li {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  #gnav_sp #nav-content .wrap_nav_content .tgl_list li a {
    font-size: 13px;
    display: block;
    padding: 12px 16px;
    color: #fff;
  }

  #gnav_sp #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }

  #gnav_sp #nav-input:checked ~ #nav-close2 {
    display: block;
    opacity: 1;
  }

  #gnav_sp #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  #gnav_sp .gnav_sp li {
    border-top: 1px solid #ddd;
  }

  #gnav_sp .gnav_sp li a {
    color: #440a65;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 16px;
  }
}


.top_txt_wapper{
  font-size: 25px;
    line-height: 1.5;
    max-width: 550px;
    border: 2px solid var(--main-color);
    margin: 50px auto 0;
    padding: 20px 0 0;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.top_txt_wapper .txt_top {
  font-size: 25px;
  line-height: 1.5;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 10px;
}

.top_txt_wapper .txt_top span{
  display: block;
  font-size: 36px;
}


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

  .top_txt_wapper{
    max-width: 90%;
    margin: 30px auto;
  }


}