@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
}

/*480px以下*/
@media screen and (max-width: 480px) {
}

/*------------------------------------------------------------------
#font 
-------------------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap'); */

/*------------------------------------------------------------------
#共通
-------------------------------------------------------------------*/

* {
  /* outline: 2px solid red; */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  overflow-x: hidden;
  background-color: #fff;
  overflow-x: scroll;
  color: #766d67;
  line-height: 1.66666;
  letter-spacing: 0.1em;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* 767px以下 */
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

/* 1024px以上 */
@media screen and (min-width: 1024px) {
  .hidden-pc {
    display: none;
  }
}

/*------------------------------------------------------------------
#breadcrumb
-------------------------------------------------------------------*/
.breadcrumb {
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
  padding-top: 10px;
  padding-inline: 20px;
  max-width: calc(1100px + 20px * 2);
  text-align: left;
  color: #fff;
}

.breadcrumb span[property="name"] {
  color: #fff;
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-inline: 5px;
}

.breadcrumb a:hover {
  border-bottom: 1px solid #fff;
}

.breadcrumb span .home span {
  position: relative;
  padding-left: 20px;
}

.breadcrumb span .home span::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/home-icon.png) no-repeat center center / cover;
  width: 19px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 16px;
  }
}

/*------------------------------------------------------------------
#pagination
-------------------------------------------------------------------*/
.l-pager {
  margin-top: 60px;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  background-color: #fff;
  color: #24bfa7;
  border: 1px solid #24bfa7;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  transition:
    background 0.3s,
    color 0.3s;
}

.page-numbers:hover {
  background-color: #24bfa7;
  color: #fff;
}

.page-numbers.current {
  background-color: #24bfa7;
  border: 1px solid transparent;
  color: #fff;
}

.page-numbers.dots {
  border: 1px solid transparent;
  background-color: transparent;
  color: #24bfa7;
  opacity: 1;
}

.prev.page-numbers,
.next.page-numbers {
  font-size: 18px;
  color: #24bfa7;
  border: 1px solid #24bfa7;
  display: inline-block;
  width: 130px;
  height: 50px;
  transition:
    background 0.3s,
    color 0.3s;
}

.prev.page-numbers:hover,
.next.page-numbers:hover {
  background-color: #24bfa7;
  color: #fff;
}

.prev-content,
.next-content {
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#前の記事・次の記事
-------------------------------------------------------------------*/
.single-pager {
  position: relative;
  margin-top: 50px;
  min-height: 100px;
}

.single-pager__prev {
  position: absolute;
  left: calc(50% - 300px);
}

.single-pager__next {
  position: absolute;
  right: calc(50% - 300px);
}

.single-pager__prev a,
.single-pager__next a {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  width: 180px;
  max-width: 100%;
  padding: 10px 15px;
  color: #25bfa7;
  background-color: #fff;
  border: 1px solid #25bfa7;
  transition:
    color 0.3s,
    background-color 0.3s;
  position: relative;
  text-decoration: none;
}

.single-pager__prev a:hover,
.single-pager__next a:hover {
  color: #fff;
  background-color: #25bfa7;
  border: 1px solid #25bfa7;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .single-pager__prev {
    position: absolute;
    left: calc(50% - 220px);
  }

  .single-pager__next {
    position: absolute;
    right: calc(50% - 220px);
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .single-pager__prev {
    position: absolute;
    left: calc(50% - 200px);
  }

  .single-pager__next {
    position: absolute;
    right: calc(50% - 200px);
  }
}

/*------------------------------------------------------------------
#lower-top
-------------------------------------------------------------------*/
.lower-top {
  height: 220px;
  margin: 125px auto 0;
  max-width: 100%;
  position: relative;
}

.lower-top__inner {
  padding-inline: 20px;
  max-width: calc(1400px + 20px * 2);
  margin-inline: auto;
  height: inherit;
  position: relative;
}

.lower-top::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/lower-bg.png) no-repeat center center/cover;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.lower-top__inner::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/mv-img4.png) no-repeat center center/cover;
  left: 20px;
  bottom: -30px;
  width: 230px;
  height: 180px;
  z-index: -1;
}

.lower-top.single::before {
  background: url(./image/lower-top-single.jpg) no-repeat center center/cover;
}

.lower-top__heading {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 850px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.lower-top.single {
  margin-top: 155px;
}

.lower-top__heading.single {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  .lower-top {
    margin-top: 80px;
  }
  .lower-top.single {
    margin-top: 130px;
  }

  .lower-top__heading {
    font-size: 40px;
  }

  .lower-top__inner::before {
    width: 130px;
    height: 100px;
    bottom: -15px;
  }
}

@media screen and (max-width: 767px) {
  .page-id-57 .lower-top {
    height: 300px;
  }

  .lower-top.single {
    margin-top: 100px;
  }

  .lower-top__heading {
    font-size: 34px;
    width: 75%;
  }

  .lower-top__heading.single {
    font-size: 34px;
  }
}

/*------------------------------------------------------------------
#TOPへ
-------------------------------------------------------------------*/
.topBtn {
  position: fixed;
  bottom: 120px;
  right: 20px;
  width: 70px;
  height: 70px;
  display: block;
  box-sizing: border-box;
  z-index: 10;
  transition:
    opacity 0.5s,
    visibility 0.5s;
  visibility: hidden;
}

.topBtn.is-show {
  opacity: 1;
  visibility: visible;
}

.topBtn::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/icon-up.png) no-repeat center center / cover;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* デフォルト */
.go-to-top-button {
  display: none;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .topBtn {
    bottom: 80px;
    right: 0px;
  }
}

/*------------------------------------------------------------------
#固定ボタン
-------------------------------------------------------------------*/
.pet {
  position: fixed;
  bottom: 300px;
  right: -4px;
  transition: 0.3s ease;
  z-index: 30;
  transition: opacity 0.3s;
}
.pet:hover {
  opacity: 0.8;
}

.pet img {
  width:155px;
  height:auto;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
  z-index: 30;
  display: flex;
}

.footer-fixed a {
  display: block;
}

.aaa {
}

/*1280px以下*/
@media screen and (max-width: 1280px) {
  .pet{
    bottom:345px;
  }
  .pet img{
    width:130px;
    height: auto;
  }
}
/*height調整*/
@media (max-height: 760px) {
  .pet{
    bottom:220px;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#共通ボタン
-------------------------------------------------------------------*/

.common__button {
  margin: 0 auto;
  text-align: center;
}

.common__button-link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #fcc651;
  padding: 8px 35px 8px 25px;
  box-shadow: 0 3px 0 0 rgba(230, 172, 47, 1);
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.common__button-link:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

.common__button-link:after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

/* メール */
.mail__button {
  margin: 0 auto;
  text-align: center;
}

.mail__button-link {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #eb7f8d;
  padding: 10px 40px 10px 60px;
  box-shadow: 0 3px 0 0 rgba(224, 85, 103, 1);
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.mail__button-link:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

.mail__button-link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/mail-icon.png) no-repeat center center / cover;
  width: 28px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.mail__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#section-title
-------------------------------------------------------------------*/
.section__title {
  text-align: center;
}

.section__title-ja {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.section__title-en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #a8a3a0;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* heading */
.heading2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 100px;
  position: relative;
}

.heading2::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: calc(50% - 180px);
  width: 360px;
  height: 3px;
  background: #19b29a;
}

.heading3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px 5px 20px;
  border-left: 10px solid #24bfa7;
  margin-top: 20px;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .section__title {
    font-size: 38px;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .section__title-en {
    margin-top: 10px;
  }

  .heading2 {
    margin-bottom: 50px;
  }

  .heading2::before {
    bottom: -20px;
    left: calc(50% - 100px);
    width: 200px;
  }

  .heading3 {
    padding: 5px 10px;
    border-left: 7px solid #24bfa7;
  }
}

/*------------------------------------------------------------------
#inner
-------------------------------------------------------------------*/
.inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

/*------------------------------------------------------------------
#header
-------------------------------------------------------------------*/
.l-wrapper {
  position: relative;
  overflow: hidden;
}

.header {
  background-color: #fff;
  height: 125px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  padding-inline: 10px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
  height: 80px;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  padding-right: 20px;
}

.header__top-text {
  font-size: 12px;
}

.header__top-right {
}

.header__top-link {
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 20px;
}

.header__top-link:hover {
  text-decoration: underline;
  text-decoration-color: #766d67;
}

/* ここから追加・変更 */
.header__middle {
  display: flex; /* flexboxを適用 */
  align-items: center; /* 垂直方向中央揃え */
  /* 元の`justify-content`がない場合は追加、ある場合は変更 */
  justify-content: space-between; /* 要素間にスペースを均等に配置 */
  flex-wrap: wrap; /* 必要に応じて折り返しを許可 */
}

.header__left {
  margin-right: auto;
  flex-shrink: 0; /* 要素が縮小しないようにする */
}
/* 
picture {
  display: flex;
  align-items: center;
  height: inherit;
} */

.header__logo {
  width: 200px;
  margin-right: 10px; 
}

.header__logo-link {
  display: block;
  transition: opacity 0.3s;
}

.header__logo-link:hover {
  opacity: 0.7;
}
/* ここから追加・変更 */
/* スマートフォン表示時のみボタンを表示 */
.header__farewell-button {
  display: none;
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .header__farewell-button {
    display: block; /* デフォルトでは非表示 */
    padding: 10px 0; /* 上下のパディング */
    position:absolute;
    right: 100px;
}
}

.header__right {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0; 
}

.header__tel-link {
  display: inline-block;
  width: 280px;
  height: inherit;
  transition: opacity 0.3s;
  margin-left: 10px; 
}

.header__tel-link:hover {
  opacity: 0.7;
}

.header-nav {
  height: 45px;
  background-color: #e9f5f1;
}

.header-nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 8px;
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  height: inherit;
}

.header-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}

.header-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  transition: color 0.3s;
  position: relative;
}

.header-nav__link:hover {
  color: #16b29a;
}

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

}

@media screen and (max-width: 1023px) {
  .header {
    height: 80px;
  }

  .header__top-right {
    display: none;
  }

  .header-nav {
    display: none;
  }

  .header__right {
    display: none;
  }

  .header__top-text {
    font-size: 9px;
    letter-spacing: 0;
  }

  .mail__button_sp {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 70px;
    margin-top: -15px;
  }
  .header__farewell-button {
      display: block; /* スマートフォンで表示 */   
    }
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }

  .header__right {
    display: none;
  }
  .header__farewell-button {
    position: absolute;
    right: 85px;

    }
}

/*------------------------------------------------------------------
#drawer
-------------------------------------------------------------------*/

.drawer__icon {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  transition: transform 0.5s;
  width: 80px;
  height: 80px;
  z-index: 500;
  background-color: #25bfa7;
  border-radius: 0 0 0 10px;
}

.drawer__icon.is-active .drawer-icon__bar1 {
  background-color: #fff;
  top: 25px;
  transform: rotate(-45deg);
}

.drawer__icon.is-active .drawer-icon__bar2 {
  display: none;
}

.drawer__icon.is-active .drawer-icon__bar3 {
  background-color: #fff;
  top: 25px;
  transform: rotate(45deg);
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  background-color: #fff;
  height: 3px;
  left: 20px;
  transition: transform 0.5s;
  width: 40px;
}

.drawer-icon__bar1 {
  top: 20px;
}

.drawer-icon__bar2 {
  top: 30px;
}

.drawer-icon__bar3 {
  top: 40px;
}

.drawer-icon__text {
  position: absolute;
  top: 52px;
  left: 23px;
  font-size: 12px;
  color: #fff;
}

.js-drawer__icon-mail.is-active {
  opacity: 0;
}

.drawer-icon__mail {
  position: fixed;
  right: 90px;
  top: 12px;
  width: 40px;
  height: 40px;
  z-index: 500;
  opacity: 0;
}

.drawer-icon__mail-link {
}

.drawer-icon__mail-link img {
  width: 40px;
  height: 40px;
}

.drawer__content {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #25bfa7;
  background-color: rgba(37, 191, 167, 0.95);
  overflow: auto;
  pointer-events: none;
  right: 0;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 400;
}

.drawer__inner {
  padding-inline: 30px;
  max-width: calc(500px + 30px * 2);
  margin-inline: auto;
}

.drawer__content.is-active {
  top: 80px;
  opacity: 1;
  pointer-events: auto;
}

.drawer__header {
}

.drawer__logo-link {
  display: inline-block;
}

.drawer__logo-link img {
  width: 200px;
}

.drawer-nav__list {
  margin-top: 30px;
  max-width: 500px;
}

.drawer-nav__item {
  padding: 10px;
  border-bottom: 2px dotted #a7ded5;
}

.drawer-nav__link {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  display: block;
  padding-left: 20px;
  position: relative;
}

.drawer-nav__link:hover {
  color: #fff;
}

.drawer-nav__link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/drawer-icon.png) no-repeat center center / cover;
  width: 9px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.drawer-sub__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
  margin-top: 30px;
}

.drawer-sub__item {
  padding-left: 20px;
}

.drawer-sub__link {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.drawer-sub__link:hover {
  color: #fff;
}

.drawer__mail {
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center;
}

.drawer__mail img {
  width: 420px;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
  .drawer__icon {
    display: block;
  }
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .drawer__icon {
    display: block;
  }
}

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

.footer {
  padding: 30px 0 0;
  margin-top: 0;
  background-color: #e9f5f1;
  position: relative;
}

.footer::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/footer-dog.png) no-repeat center center / cover;
  width: 260px;
  height: 105px;
  top: -95px;
  right: 120px;
}

.footer__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

.footer__left {
  margin-right: auto;
}

.footer__logo {
  text-align: left;
}

.footer__logo-link {
  display: block;
}

.footer__logo img {
  width: 280px;
  transition: opacity 0.3s;
}

.footer__logo img:hover {
  opacity: 0.7;
}

.footer__left-text {
  font-size: 13px;
  letter-spacing: 0;
  margin-top: 10px;
}

.footer__right {
  margin-left: auto;
}

.footer__button {
  margin-bottom: 10px;
}

.footer__button-link {
  font-size: 19px;
  padding: 15px 60px 15px 80px;
  box-shadow: 0 7px 0 0 rgba(224, 85, 103, 1);
}

.footer__button-link::before {
  left: 40px;
}

.footer-nav {
  padding-inline: 20px;
  max-width: calc(900px + 20px * 2);
  margin-inline: auto;
  margin-top: 50px;
}

.footer-nav__list {
  display: flex;
  justify-content: space-between;
}

.footer-nav__item {
}

.footer-nav__link {
  display: block;
  font-size: 18px;
  transition: color 0.3s;
}

.footer-nav__link:hover {
  color: #16b29a;
}

.footer-sub__list {
}

.footer-sub__item {
  padding-left: 15px;
  position: relative;
}

.footer-sub__item::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/footer-icon.png) no-repeat center center / cover;
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.footer-sub__item.option::before {
  background: none;
}

.copyright {
  text-align: center;
  background-color: #25bfa7;
  padding-block: 10px;
  margin-top: 30px;
}

.copyright__text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.footer__cat {
  display: none;
}

.mobile-footer-menu-buttons {
  display: none;
}

@media screen and (max-width: 1023px) {
  .footer-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    padding-inline: 100px;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 0;
    background-color: #e9f5f1;
  }

  .footer::after {
    position: absolute;
    content: "";
    background: url(../cocoon-master/images/footer-dog.png) no-repeat center center / cover;
    width: 168px;
    height: 70px;
    top: -65px;
    right: 150px;
  }

  .footer__left {
    margin-left: auto;
  }

  .footer__left-text {
    text-align: center;
  }

  .footer__right {
    display: none;
  }

  .footer-nav {
    display: none;
  }

  .copyright {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 480px) {
  .copyright {
    padding-bottom: 70px;
  }
}

/*------------------------------------------------------------------
#mv
-------------------------------------------------------------------*/
.mv {
  margin-top: 125px;
  height: 650px;
  background: url(../cocoon-master/images/mv-bg.png) no-repeat center center / cover;
  position: relative;
}

.mv:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mv__inner {
  height: inherit;
  padding-inline: 20px;
  max-width: calc(1440px + 20px * 2);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.mv__inner::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/mv-img3.png) no-repeat center center / cover;
  width: 410px;
  height: 570px;
  top: 57%;
  transform: translateY(-50%);
  left: -20px;
  left: calc(50% - 760px);
  z-index: -1;
  opacity: 0; /* 初期状態では透明 */
  animation: fadeInMove 1s ease-out forwards 4.5s; /* 5秒後にアニメーションを開始 */
}

/* アニメーションの定義 */
@keyframes fadeInMove {
  from {
    opacity: 0;
    transform: translateY(-49%); /* 50px下から開始 */
  }
  to {
    opacity: 1;
    transform: translateY(-50%); /* 元の位置に戻る */
  }
}

.mv__img-top {
  text-align: center;
  padding-top: 100px;
  opacity: 0;
}

.mv__img-top img {
  width: 650px;
}

.mv__img-bottom {
  margin-top: 35px;
  text-align: center;
  opacity: 0;
}

.mv__img-bottom img {
  width: 620px;
}

.mv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  line-height: 1.444;
  text-align: center;
  text-shadow: 0 0 9px #524b4b;
  margin-top: 35px;
  opacity: 0;
}

@media screen and (max-width: 1023px) {
  .mv {
    margin-top: 80px;
    height: 600px;
    background: url(../cocoon-master/images/mv-bg_sp.png) no-repeat center center / cover;
    position: relative;
  }

  .mv__inner::before {
    position: absolute;
    content: "";
    background: url(../cocoon-master/images/mv-img3_sp.png) no-repeat center center / cover;
    width: 230px;
    height: 230px;
    top: 64%;
    transform: translateY(-50%);
    left: calc(50% - 230px);
    z-index: 1;
  }

  .mv__img-top {
    text-align: center;
    padding-top: 20px;
  }

  .mv__img-top img {
    width: 350px;
  }

  .mv__title {
    font-size: 40px;
    margin-top: 0;
  }

  .mv__img-bottom {
    margin-top: 170px;
  }

  .mv__img-bottom img {
    width: 420px;
  }
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#top-news
-------------------------------------------------------------------*/
.top-news {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e9f5f1;
}

.top-news__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-news__contents {
  padding: 40px 30px;
  display: flex;
  gap: 35px;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
}

.top-news__left {
  min-width: 200px;
}

.top-news__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

.top-news__button {
  margin: 20px auto 0;
}

.top-news__list {
}

.top-news__item:not(:first-child) {
  margin-top: 20px;
}

.top-news__link {
  display: flex;
  gap: 30px;
  transition: opacity 0.3s;
}

.top-news__link:hover {
  opacity: 0.7;
}

.top-news__link-time {
  font-size: 18px;
  font-weight: 500;
  width: 180px;
}

.top-news__link-title {
  width: calc(100% - 180px);
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*1023px以下*/
@media screen and (max-width: 1023px) {
}

/*767px以下*/
@media screen and (max-width: 767px) {
  .top-news__contents {
    display: block;
    width: 100%;
    padding: 30px;
  }

  .top-news__left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .top-news__title {
    font-size: 30px;
  }

  .top-news__button {
    margin: 0;
  }

  .top-news__list {
    margin-top: 20px;
  }

  .top-news__link {
    display: block;
  }

  .top-news__link-time {
    width: 100%;
    font-size: 21px;
  }

  .top-news__link-title {
    width: 100%;
    font-size: 21px;
  }
}

/*------------------------------------------------------------------
#top-about
-------------------------------------------------------------------*/
.top-about {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #fff;
  background-image: radial-gradient(#ebebeb 5%, transparent 5%);
  background-size: 50px 50px;
}

.top-about__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-about__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 30px;
}

.top-about__text.first {
  margin-top: 50px;
}

.top-about__bottom {
  margin-top: 50px;
  display: flex;
  gap: 35px;
  justify-content: space-between;
}

.top-about__button {
  display: inline-block;
  width: 50%;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  height: 160px;
  border-radius: 20px;
  transition: opacity 0.3s;
  position: relative;
}

.top-about__button:hover {
  opacity: 0.7;
}

.top-about__button::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/top-about-arrow.png) no-repeat center center / cover;
  width: 20px;
  height: 20px;
  bottom: 20px;
  right: 20px;
}

.top-about__button-left {
  background: url(../cocoon-master/images/top-about-bg1.jpg) no-repeat center center / cover;
}

.top-about__button-right {
  background: url(../cocoon-master/images/top-about-bg2.jpg) no-repeat center center / cover;
}

.top-about__button-text1 {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}

.top-about__button-text2 {
  color: #766d67;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .top-about {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .top-about__text {
    font-size: 21px;
  }

  .top-about__text.first {
    margin-top: 40px;
  }

  .top-about__bottom {
    display: block;
    margin-top: 20px;
  }

  .top-about__button {
    width: 100%;
    margin-top: 10px;
  }
}

/*------------------------------------------------------------------
#top-plan
-------------------------------------------------------------------*/
.top-plan {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e9f5f1;
}

.top-plan__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-plan__images {
  display: flex;
  gap: 50px;
  margin-top: 40px;
}

.top-plan__image {
  width: 50%;
}

.top-plan__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
}

.top-plan__list {
  margin-top: 70px;
  display: flex;
  gap: 50px;
}

.top-plan__item {
  width: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 6px rgba(136, 105, 105, 0.16);
  border-radius: 20px;
}

.top-plan__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  color: #fff;
  font-weight: 500;
  padding-block: 15px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.top-plan__subtitle1 {
  background: url(../cocoon-master/images/top-plan-bg1.png) no-repeat center center / cover;
}

.top-plan__subtitle2 {
  background: url(../cocoon-master/images/top-plan-bg2.png) no-repeat center center / cover;
}

.top-plan__subtitle3 {
  background: url(../cocoon-master/images/top-plan-bg3.png) no-repeat center center / cover;
}

.top-plan__contents {
  padding: 20px;
}

.top-plan__lead {
  font-size: 18px;
  font-weight: 500;
}

.top-plan__img {
  margin-top: 20px;
}

.top-plan__info {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-plan__tag {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 10px 20px;
}

.top-plan__tag1 {
  background-color: #eb7f8d;
}

.top-plan__tag2 {
  background-color: #25bfa7;
}

.top-plan__price {
  font-size: 30px;
  font-weight: 500;
  margin-left: 10px;
}

.top-plan__price span {
  font-size: 14px;
  font-weight: 500;
}

.top-plan__subtext {
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  margin-left: 20px;
}

.top-plan__bottom {
  margin-top: 60px;
  display: flex;
  gap: 50px;
}
/* thanks------ */
.top-plan__list.thanks{
  justify-content: center;
  margin-top:40px;
}
.top-plan__thanks_txt{
  margin-top:1em;
  font-size:16px;
}
.top-plan__info.thanks{
  align-items:stretch;
  position:relative;
  margin-top:10px;
}
.top-plan__info.thanks .thanks_place_left{
  width:108px;
  font-size: 20px;
  margin-right: 16px;
  background-color:rgb(254,198,81,0.2) ;
  padding:10px;
  border-radius: 10px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-break: keep-all;
}
.top-plan__info.thanks .thanks_place_left:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 126px;
  width: 20px; /* 画像の幅を指定します */
  height: 20px; /* 画像の高さを指定します */
  background-image: url('../cocoon-master/images/top-plan-img-thanks-icon.png'); /* 画像のパスを指定します */
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
}
.top-plan__info.thanks .thanks_place_right{
  font-size: 20px;
}
.top-plan__info.thanks .thanks_place_right .right_box{
  background-color:rgb(254,198,81,0.2) ;
  padding:10px;
  border-radius: 10px;
}
.top-plan__info.thanks .thanks_place_right .right_box.first{
  margin-bottom:8px;
}
.top-plan__info.thanks .thanks_place_right span.price_detail{
  font-size: 18px;
}
@media screen and (max-width:1040px){
  .top-plan__info.thanks .thanks_place_left:after{
    left:120px;
  }
}
@media screen and (max-width:768px){
  .top-plan__info.thanks .thanks_place_left{
    width: 90px;
    word-break: break-all;
  }
  .top-plan__info.thanks .thanks_place_right{
    width:100%;
  }
  .top-plan__info.thanks .thanks_place_left:after{
    left:91px;
  }
}
@media screen and (max-width:480px){
  .top-plan__info.thanks .thanks_place_left:after{
    left:84px;
  }
}
.top-thanks_plan__button{
  margin-top:30px;
  text-align: center;
}
.top-plan__button {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  width: 50%;
  font-size: 30px;
  font-weight: 600;
  background-color: #fddfdf;
  padding: 40px;
  padding-left: 90px;
  box-shadow: 0 7px 0 0 rgba(235, 190, 190, 1);
  border-radius: 20px;
  transition: 0.3s;
  position: relative;
}

.top-plan__button:hover {
  color: #766d67;
  transform: translateY(3px);
  box-shadow: none;
}

.top-plan__button1::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/top-plan-img5.png) no-repeat center center / cover;
  width: 60px;
  height: 80px;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}

.top-plan__button2::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/top-plan-img6.png) no-repeat center center / cover;
  width: 88px;
  height: 66px;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}

.top-plan__button::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/top-plan-arrow.png) no-repeat center center / cover;
  width: 20px;
  height: 20px;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 1023px) {
  .top-plan__button {
    padding-left: 90px;
  }

  .top-plan__button1::before {
    left: 30px;
  }

  .top-plan__button2::before {
    left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .top-plan {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-plan__images {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }

  .top-plan__text {
    font-size: 21px;
  }

  .top-plan__list {
    display: block;
    margin-top: 30px;
  }

  .top-plan__item {
    width: 100%;
    margin-top: 20px;
  }

  .top-plan__contents {
    padding: 30px;
  }

  .top-plan__bottom {
    display: block;
    margin-top: 40px;
  }

  .top-plan__button {
    width: 100%;
    margin-top: 20px;
  }

  .top-plan__button1::before {
    left: 50px;
  }

  .top-plan__button2::before {
    left: 40px;
  }
}

/*------------------------------------------------------------------
#
-------------------------------------------------------------------*/
.top-option {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: radial-gradient(#ebebeb 5%, transparent 5%);
  background-size: 50px 50px;
}

.top-option__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-option__block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

.top-option__left {
  width: 50%;
}

.top-option__right {
  width: 50%;
}

.top-option__text {
  font-size: 18px;
  font-weight: 500;
}

.top-option__button {
  margin-top: 30px;
  text-align: left;
}

.top-option__button-link {
  padding: 20px 45px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
}

.top-option__bottom {
  padding-inline: 20px;
  max-width: calc(800px + 20px * 2);
  margin-inline: auto;
  padding: 20px 35px;
  border: 1px solid #766d67;
  margin-top: 40px;
  border-radius: 20px;
  background-color: #fff;
}

.top-option__bottom img {
  margin-top: 20px;
}

.top-option__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .top-option {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-option__block {
    display: block;
    margin-top: 35px;
  }

  .top-option__left {
    width: 100%;
  }

  .top-option__right {
    width: 100%;
  }

  .top-option__text {
    margin-top: 20px;
    font-size: 21px;
  }

  .top-option__button {
    margin-top: 30px;
    text-align: center;
  }
}

/*------------------------------------------------------------------
#top-list
-------------------------------------------------------------------*/
.top-list {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #fff8e3;
}

.top-list__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-list__block {
  display: flex;
  gap: 40px;
  margin-top: 60px;
}

.top-list__img {
  width: 50%;
}

.top-list__right {
  width: 50%;
}

.top-list__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 5px dotted #95d8ce;
}

.top-list__subtitle1 {
  margin-top: 50px;
  text-align: center;
}

.top-list__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.top-list__tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 25px;
  padding-inline: 20px;
  max-width: calc(620px + 20px * 2);
  margin-inline: auto;
}

.top-list__tag {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
  color: #16b29a;
  background-color: #fff;
}

.top-list__bottom-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .top-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-list__block {
    display: block;
    margin-top: 20px;
  }

  .top-list__img {
    width: 100%;
  }

  .top-list__right {
    width: 100%;
  }

  .top-list__subtitle {
    text-align: center;
    border-bottom: 4px dotted #95d8ce;
    margin-top: 30px;
    line-height: 1.5;
  }

  .top-list__subtitle1 {
    margin-top: 50px;
  }

  .top-list__text {
    font-size: 21px;
    font-weight: 500;
  }

  .top-list__tags {
    justify-content: start;
    gap: 25px 15px;
    padding-inline: 0px;
    width: 100%;
  }

  .top-list__tag {
    font-size: 19px;
    padding: 5px;
  }

  .top-list__bottom-text {
    text-align: left;
    font-size: 21px;
  }
}

/*------------------------------------------------------------------
#top-cta
-------------------------------------------------------------------*/
.top-cta {
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #fddfde;
}

.top-cta__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-cta__title {
  padding-block: 30px;
  background: url(../cocoon-master/images/top-cta-bg.png) no-repeat center center / cover;
}

.top-cta__list {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.top-cta__item {
  width: 50%;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}

.top-cta__tel-link {
  display: inline-block;
  transition: opacity 0.3s;
}

.top-cta__tel-link:hover {
  opacity: 0.7;
}

.top-cta__item img {
  margin-top: 20px;
  width: 100%;
}

.top-cta__lead {
  font-size: 24px;
  margin-top: 10px;
  text-align: center;
}

.top-cta__button {
  margin-top: 30px;
}

.top-cta__button-link {
  font-size: 27px;
  background-color: #eb7f8d;
  padding: 20px 40px 20px 75px;
  box-shadow: 0 7px 0 0 rgba(224, 85, 103, 1);
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.top-cta__button-link::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/mail-icon.png) no-repeat center center / cover;
  width: 50px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.top-cta__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 12px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.top-cta__text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .top-cta__list {
    display: block;
    margin-top: 0px;
  }

  .top-cta__item {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
  }

  .top-cta__item:nth-child(1) {
    padding-bottom: 15px;
  }

  .top-cta__item:nth-child(2) {
    padding-bottom: 30px;
  }

  .top-cta__tel-link {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }

  .top-cta__item img {
    margin-top: 20px;
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .top-cta__lead {
    margin-top: 0px;
  }

  .top-cta__item img {
    width: 100%;
  }

  .top-cta__button-link {
    font-size: 24px;
  }

  .top-cta__button {
    margin-top: 20px;
  }
  .top-cta__text {
    font-size: 21px;
  }
}

/*------------------------------------------------------------------
#top-information
-------------------------------------------------------------------*/
.top-information {
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-information__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-information__block {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 40px;
  margin-top: 60px;
}

.top-information__img {
  width: 50%;
}

.top-information__right {
  width: 50%;
}

.top-information__text {
  font-size: 18px;
  font-weight: 500;
}

.top-information__button {
  margin-top: 30px;
}

.top-information__button-link {
  padding: 20px 45px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .top-information {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .top-information__block {
    display: block;
    margin-top: 20px;
  }

  .top-information__img {
    width: 100%;
  }

  .top-information__right {
    width: 100%;
  }

  .top-information__text {
    font-size: 21px;
    margin-top: 20px;
  }
}

/*------------------------------------------------------------------
#top-faq
-------------------------------------------------------------------*/
.top-faq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f8f8f8;
}

.top-faq__inner {
  padding-inline: 20px;
  max-width: calc(960px + 20px * 2);
  margin-inline: auto;
}

.qa__boxes {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.qa-box {
}

.qa-box__head {
  position: relative;
  padding: 20px 80px 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
}

.qa-box__head::before,
.qa-box__head::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #766d67;
  border-radius: 10px;
  width: 22px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform 0.3s;
}

.qa-box__head::after {
  transform: translateY(-50%) rotate(90deg);
}

.qa-box__head.is-open::after {
  transform: translateY(-50%) rotate(0);
}

.qa-box__q {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.qa-box__head-icon {
  font-size: 30px;
  font-weight: 500;
  flex-shrink: 0;
  margin-top: -4px;
}

.qa-box__head-text {
  font-size: 18px;
  font-weight: 500;
  flex-grow: 1;
}

.qa-box__body {
  padding: 20px 60px 20px 30px;
  display: none;
}

.qa-box__a {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.qa-box__a-icon {
  font-size: 30px;
  font-weight: 500;
  color: #52cbb4;
  flex-shrink: 0;
  margin-top: -10px;
}

.qa-box__a-text {
  font-size: 18px;
  font-weight: 500;
  flex-grow: 1;
}

.top-faq__button {
  margin-top: 50px;
}

.top-faq__button-link {
  padding: 20px 55px 20px 45px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
}

.top-faq__button-link::after {
  right: 35px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .top-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .qa__boxes {
    gap: 20px;
  }

  .qa-box__head::before,
  .qa-box__head::after {
    border-radius: 0px;
    width: 20px;
    height: 2px;
    right: 5px;
  }

  .qa-box__head {
    position: relative;
    padding: 20px 30px 20px 10px;
    cursor: pointer;
  }

  .qa-box__body {
    position: relative;
    padding: 10px 10px 20px 10px;
    cursor: pointer;
  }

  .qa-box__head-text {
    font-size: 21px;
  }

  .qa-box__a-text {
    font-size: 21px;
  }
}

/*------------------------------------------------------------------
#top-access
-------------------------------------------------------------------*/
.top-access {
  padding-top: 120px;
  padding-bottom: 120px;
}

.top-access__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.top-access__img {
  margin-top: 50px;
}

.top-access__list {
  margin-top: 50px;
}

.top-access__item {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.top-access__left {
  font-size: 18px;
  width: 120px;
  padding-left: 10px;
}

.top-access__right {
  font-size: 18px;
  letter-spacing: 0.05em;
  width: calc(100% - 120px);
}

.top-access__right a {
  text-decoration: underline;
}

.top-access__right a:hover {
  color: #16b29a;
  text-decoration-color: #16b29a;
}

.top-access__button {
  display: inline-block;
}

.top-access__button-link {
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .top-access {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .top-access__list {
    margin-top: 30px;
  }

  .top-access__item {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }

  .top-access__left {
    font-size: 21px;
    width: 125px;
    padding-left: 0px;
  }

  .top-access__right {
    font-size: 21px;
    letter-spacing: 0.05em;
    width: calc(100% - 125px);
  }
}

/*------------------------------------------------------------------
#about
-------------------------------------------------------------------*/
.about {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.about__area1 {
  padding-top: 100px;
}

.staff__lead {
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
}

.page-id-112 .heading2 {
  font-size: 40px;
  font-weight: bold;
}

.staff__list {
}

.staff__item {
  margin-top: 100px;
  display: flex;
  gap: 40px;
}

.staff__left {
  width: 35%;
}

.staff__img {
}

.staff__explanation {
  margin-top: 10px;
  text-align: center;
}

.staff__post {
  font-size: 18px;
  font-weight: 500;
  background-color: #f4faf8;
  padding: 5px 10px;
  border-radius: 10px;
}

.staff__name {
  font-size: 24px;
  font-weight: 500;
}

.staff__right {
  width: 65%;
}

.page-id-112 .heading3 {
  font-size: 32px;
  font-weight: bold;
}

.staff__message {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 500;
}

.staff__area {
  margin-top: 25px;
  background-color: #f4faf8;
  padding: 25px;
  border-radius: 10px;
}

.staff__subtitle {
  font-size: 22px;
  font-weight: bold;
  color: #24bfa7;
}

.staff__word {
  font-size: 18px;
  font-weight: 500;
}

.about__area2 {
  padding-top: 100px;
}

.facility__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.facility__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.facility__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 25px;
}

.facility__item {
  margin-top: 50px;
}

.about__area3 {
  padding-top: 100px;
}

.heading2 {
}

.about__area3 .wp-block-table table {
  width: 100%;
}

.about__area3 .wp-block-table td {
  background-color: #f4faf8;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}

.about__area3 .wp-block-table td:nth-child(1) {
  width: 200px;
}

.about__area3 .wp-block-table td:nth-child(2) {
  background-color: #fff;
  padding: 20px;
}

.about__area4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.map__iframe {
  margin-top: 50px;
  text-align: center;
}

.map__iframe iframe {
  width: 1000px;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  aspect-ratio: 1000 / 300;
}

.about-map__button {
  margin-top: 30px;
}

.about-map__button-link {
  background-color: #fcc651;
}

.map__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
}

.map__lead {
  font-size: 18px;
  font-weight: 500;
  margin-top: 50px;
}
.map__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .about__area1 {
    padding-top: 50px;
  }
  .staff__item {
    display: block;
    margin-top: 60px;
  }

  .staff__left {
    width: 100%;
  }

  .staff__right {
    width: 100%;
  }

  .about__area2 {
    padding-top: 50px;
  }

  .facility__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .facility__title {
    margin-top: 10px;
  }

  .facility__text {
    margin-top: 10px;
  }

  .about__area3 {
    padding-top: 50px;
  }

  .about__area3 .wp-block-table td {
    padding: 10px;
  }

  .about__area3 .wp-block-table td:nth-child(1) {
    width: 100px;
  }

  .about__area3 .wp-block-table td:nth-child(2) {
    padding: 10px;
  }

  .about__area4 {
    padding-top: 50px;
  }

  .map__iframe iframe {
    width: 1000px;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    aspect-ratio: 1000 / 1000;
  }
}

/*------------------------------------------------------------------
#option
-------------------------------------------------------------------*/
.page-id-120 .lower-top__heading {
  font-size: 42px;
}

.options {
  padding-top: 50px;
  padding-bottom: 50px;
}

.options__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.options__area1 {
}

.page-id-120 .heading2 {
  font-size: 40px;
  font-weight: bold;
}

.options-top {
  background-color: #f4faf8;
  padding: 20px;
  margin-top: 20px;
  border-radius: 10px;
}

.options__text {
  font-size: 18px;
  font-weight: 500;
}

.options__text span {
  color: #24bfa7;
}

.options-middle__list {
  margin: 80px 0 55px;
  padding-inline: 20px;
  max-width: calc(650px + 20px * 2);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.options-middle__item {
}

.options-middle__img {
  text-align: center;
}

.options-middle__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.options-middle__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.options-middle__text span {
  color: #24bfa7;
}

.wp-block-table.option th.title{
  width: 100%;
  text-align: center;
}

.wp-block-table.option table{
  width: 100%;
  margin-top:1em;
}

.wp-block-table.option th{
  text-align: center;
}

.wp-block-table.option th .small{
  font-size: 0.8em;
}

.wp-block-table.option td{
  text-align: center;
  white-space: nowrap;
}

.options__list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 35px;
}

.options__item {
}

.options__img {
  text-align: center;
}

.options__img img {
  border-radius: 10px;
}

.options__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 75px;
  line-height: 1.45;
}

.options__text {
  font-size: 18px;
  font-weight: 500;
  padding-inline: 6px;
}

.options__area2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.op_price_att{
  color:#25BFA7;
  margin-top:3em;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .options__list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 35px;
  }
}

@media screen and (max-width: 767px) {
  .page-id-120 .lower-top__heading {
    font-size: 34px;
  }

  .options-middle__list {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
    padding-inline: 0;
    gap: 60px;
  }

  .options__list {
    margin-top: 80px;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }

  .wp-block-table.option th,
  .wp-block-table.option td{
    font-size: 1em;
  }

}

/*------------------------------------------------------------------
#step
-------------------------------------------------------------------*/
.step {
  padding-top: 50px;
  padding-bottom: 150px;
}

.step__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.step__list {
}

.step__item {
  margin-top: 90px;
}

.step__item:first-child {
  margin-top: 0px;
}

.page-id-116 .heading3 {
  font-size: 32px;
  font-weight: bold;
}

.step__contents {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.step__img {
  width: 42%;
}

.step__right {
  width: 58%;
}

.step__text {
  font-size: 18px;
  font-weight: 500;
}

.step__button {
  margin-top: 30px;
}

.step__button-link {
  font-size: 17px;
  min-width: 360px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
}

.step__button-link:hover {
  color: #fff;
  transform: translateY(7px);
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .step__contents {
    display: block;
  }

  .step__img {
    width: 100%;
  }

  .step__right {
    width: 100%;
  }

  .step__text {
    margin-top: 10px;
  }
}

/*------------------------------------------------------------------
#plan
-------------------------------------------------------------------*/
.plan {
  padding-top: 50px;
  padding-bottom: 50px;
}

.plan__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.plan h2{
  font-size: 40px;
}

.plan h3{
  font-size: 32px;
  margin-bottom:20px;
}

.plan_p_lead{
  font-weight: 500;
  margin-bottom:70px;
  font-size: 18px;
}

.plan__area1-text.lead{
  font-weight: 500;
}

.plan_p_wrap{
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

.plan_p_wrap .top-plan__list{
  gap:25px;
  /* align-items: flex-start; */
  margin-top:40px;
}

.plan_p_wrap .top-plan__item{
  min-height: 604px;
  border-radius: 22px;
}

.plan_p_wrap .top-plan__item:first-child{
  border:1px solid #25BFA7;
}

.plan_p_wrap .top-plan__item:nth-child(2){
  border:1px solid #EB7F8D;
}

.plan_p_wrap .top-plan__item:nth-child(3){
  border:1px solid #FEC651;
}


.plan_p_wrap .top-plan__contents{
  padding:0 20px 20px;
}

.plan_p_wrap .top-plan__info{
  margin:30px 0;
}

.plan_p_wrap .top-plan__thanks_txt{
  margin-top:0.5em;
}

.plan_p_wrap .top-plan__info.thanks{
  margin:1em 0 10px;
}

.plan_p_wrap .sub_txt{
  font-weight: 400;
  font-size: 16px;
}

.plan_p_wrap .top-plan__img{
  margin:0 0 20px;
}

.page-id-120 .heading2 {
  font-size: 40px;
  font-weight: bold;
}

.plan__area1-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.plan__list {
  margin-top: 10px;
}

.plan__item {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px dashed #d9d9d9;
  padding: 10px;
}

.plan__item span {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  color: #19b29a;
  padding-right: 10px;
}

.plan-card__area {
  border: 2px solid #24bfa7;
  border-radius: 10px;
  padding: 40px 30px 10px;
  margin-top: 30px;
}

.plan-card__text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.plan-card__list {
  margin-top: 20px;
}

.plan-card__item {
  border-top: 4px dotted #d9d9d9;
  padding-block: 10px;
}

.plan-card__item:first-child{
  border-top:none;
}

.plan-card__img {
  text-align: center;
}

.plan__area2 {
  padding-top: 100px;
  /* padding-bottom: 50px; */
}

.plan__area2 .flow_img{
  text-align: center;
}

.plan__area2 .flow_img .pc{
  max-width: 800px;
}

.plan__area2 .flow_sub{
  margin-bottom:50px;
}

.plan__area2-text {
  font-weight: 500;
  font-size: 18px;
}

.plan__area2-text.sub{
  font-weight: 400;
}

.plan__area2 .wp-block-table {
  margin-top: 30px;
}

.plan__area2 .wp-block-table table {
  width: 75%;
  margin-left: auto;
}

.plan__area2 .wp-block-table tr:first-child {
  background-color: #f4faf8;
}

.plan__area2 .wp-block-table tr:first-child td {
  text-align: center;
}

.plan__area2 .wp-block-table td:first-child {
  background-color: #f4faf8;
  width: 320px;
}

.plan__area2 .wp-block-table td:not(:first-child) {
  text-align: center;
}

.plan__area2 .wp-block-table td {
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
}

.plan__area3 {
  padding-top: 100px;
}

.plan__area3_lead{
  font-weight: 500;
  margin-bottom:46px;
  font-size: 18px;
}

.plan-block {
  display: flex;
  gap: 30px;
}

.plan-block__img {
  width: 42%;
}

.plan-block__right {
  width: 58%;
}

.plan-block__text {
  font-size: 18px;
  font-weight: 500;
}

.plan__button {
  margin-top: 30px;
}

.plan__button-link {
  font-size: 17px;
  min-width: 360px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
}

.plan__button-link:hover {
  color: #fff;
  transform: translateY(7px);
  box-shadow: none;
}

.plan__area4 {
  padding-top: 100px;
}

.plan__area3 .wp-block-table {
  width: 700px;
  margin: 0 auto 30px;
}

.plan__area3 .wp-block-table tr {
  background-color: #fff;
}

.plan__area3 .wp-block-table tr:first-child {
  background-color: #f4faf8;
}

.plan__area3 .wp-block-table tr:nth-child(2) {
  background-color: #f4faf8;
}

.plan__area3 .wp-block-table tr td {
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
}

.plan__area3-text {
  font-size: 18px;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}

.plan__area3-text.right {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
}

.plan__area5 {
  padding-top: 100px;
}

.plan__area5-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

.plan__area5 .wp-block-table {
  width: 900px;
  margin: 50px auto 20px;
}

.plan__area5 .wp-block-table tr {
  background-color: #fff;
}

.plan__area5 .wp-block-table tr:first-child {
  background-color: #f4faf8;
}

.plan__area5 .wp-block-table tr td:first-child {
  background-color: #f4faf8;
}

.plan__area5 .wp-block-table tr td {
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
}

.plan__area5 .wp-block-table tr td.left {
  text-align: left;
}

.plan__area6{
  padding-top:100px;
}

.plan__area6_lead{
  font-weight: 500;
  font-size: 18px;
}

.plan__area7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.plan__area7 .qa__boxes {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.plan__area7 .qa-box {
  border-top: 1px solid #d9d9d9;
}

.plan__area7 .qa-box__head {
  position: relative;
  padding: 20px 80px 20px 30px;
  border-radius: 0px;
  background-color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #d9d9d9;
}

.plan__area7 .qa-box__head::before,
.plan__area7 .qa-box__head::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: #16b29a;
  border-radius: 0px;
  width: 22px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform 0.3s;
}

.plan__area7 .qa-box__head::after {
  transform: translateY(-50%) rotate(90deg);
}

.plan__area7 .qa-box__head.is-open::after {
  transform: translateY(-50%) rotate(0);
}

.plan__area7 .qa-box__q {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.plan__area7 .qa-box__head-icon {
  font-size: 30px;
  font-weight: 500;
  flex-shrink: 0;
  color: #16b29a;
  /* -webkit-text-stroke: 1px #d9d9d9; */
  /* text-stroke: 1px #d9d9d9; */
}

.plan__area7 .qa-box__head-text {
  font-size: 18px;
  font-weight: 500;
  flex-grow: 1;
}

.plan__area7 .qa-box__body {
  padding: 20px 60px 20px 30px;
  display: none;
}

.plan__area7 .qa-box__a {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.plan__area7 .qa-box__a-icon {
  font-size: 30px;
  font-weight: 500;
  flex-shrink: 0;
  color: #e56172;
  /* -webkit-text-stroke: 1px #d9d9d9; */
  /* text-stroke: 1px #d9d9d9; */
}

.plan__area7 .qa-box__a-text {
  font-size: 18px;
  font-weight: 500;
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .plan_p_wrap .top-plan__info.thanks .thanks_place_left{
    width: 85px;
    font-size:16px;
  }
  .plan_p_wrap .top-plan__info.thanks .thanks_place_right{
    font-size: 16px;
    width: 100%;
  }
  .plan_p_wrap .top-plan__info.thanks .thanks_place_right span.price_detail{
    font-size: 16px;
  }
  .plan_p_wrap .top-plan__price span{
    font-size: 18px;
  }
  .plan_p_wrap .top-plan__info.thanks .thanks_place_right .price_en{
    padding-left: 1em;
  }
  .plan_p_wrap .top-plan__info.thanks .thanks_place_left:after{
  left:98px;
  }
}

@media screen and (max-width: 1040px) {
  .plan_p_wrap .top-plan__info.thanks .thanks_place_left:after{
    left:98px;
    }
}

@media screen and (max-width: 1023px) {
  .plan__area2 .wp-block-table table {
    width: 750px;
  }

  .plan__area5 .wp-block-table {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .plan__area2,.plan__area3,.plan__area4,.plan__area5,
  .plan__area6,.plan__area7{
    padding-top:70px;
  }
  .plan_p_wrap .top-plan__item{
    min-height: auto;
    }

  .plan-card__list {
    margin-top: 50px;
  }

  .plan-card__img.first {
    width: 220px;
    margin: 0 auto;
  }

  .plan-card__img.second {
    width: 80px;
    margin: 0 auto;
  }

  .plan__area2 .pc{
    display: none;
  }

  .plan__area2 .wp-block-table table {
    width: 100%;
  }

  .plan__area2 .wp-block-table td:first-child {
    width: auto;
    width: 180px;
  }

  .plan__area2 .wp-block-table td {
    padding: 10px;
  } 

  .plan-block {
    display: block;
  }

  .plan-block__img {
    width: 100%;
  }

  .plan-block__right {
    width: 100%;
  }

  .plan-block__text {
    margin-top: 10px;
  }

  .plan__area3 .wp-block-table {
    width: 100%;
  }

  .plan__area3 .wp-block-table tr td {
    padding: 10px;
  }

  .plan__area5 .wp-block-table {
    width: 100%;
  }

  .plan__area5 .wp-block-table tr td {
    padding: 10px;
  }

  .plan__area7 .qa__boxes {
    gap: 20px;
  }

  .plan__area7 .qa-box__head::before,
  .plan__area7 .qa-box__head::after {
    border-radius: 0px;
    width: 20px;
    height: 2px;
    right: 5px;
  }

  .plan__area7 .qa-box__head {
    position: relative;
    padding: 20px 30px 20px 10px;
    cursor: pointer;
  }

  .plan__area7 .qa-box__body {
    position: relative;
    padding: 10px 10px 20px 10px;
    cursor: pointer;
  }

  .plan__area7 .qa-box__head-text {
    font-size: 21px;
  }

  .plan__area7 .qa-box__a-text {
    font-size: 21px;
  }
  .plan_p_wrap .top-plan__info.thanks .thanks_place_left:after{
    left: 87px;
  }
  .plan_p_wrap .top-plan__price span{
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .plan__area2 .sp{
    display: none;
  }
}

/*------------------------------------------------------------------
#funeral
-------------------------------------------------------------------*/
.funeral {
  padding-top: 50px;
  padding-bottom: 150px;
}

.funeral__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.funeral__lead {
  font-size: 18px;
  font-weight: 500;
}

.funeral__area1 {
  padding-top: 50px;
}

.page-id-122 .heading2 {
  font-size: 40px;
}

.funeral__block {
  display: flex;
  gap: 30px;
}

.funeral__img {
  width: 42%;
}

.funeral__img img {
  border-radius: 10px;
}

.funeral__right {
  width: 58%;
}

.funeral__text {
  font-size: 18px;
  font-weight: 500;
}

.funeral__text.indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
}

.funeral__text.mt20 {
  margin-top: 20px;
}

.funeral__area2 {
  padding-top: 100px;
}

.funeral__area3 {
  padding-top: 100px;
}

.page-id-122 .heading3 {
  font-size: 32px;
  margin-top: 50px;
}

.funeral__area3 .wp-block-table {
  width: 700px;
  margin: 50px auto 80px;
}

.funeral__area3 .wp-block-table tr {
  background-color: #fff;
}

.funeral__area3 .wp-block-table tr:first-child {
  background-color: #f4faf8;
}

.funeral__area3 .wp-block-table tr td {
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  text-align: center;
}

.funeral__block-original {
  align-items: center;
  margin-top: 30px;
}

.funeral__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.funeral__area4 {
  padding-top: 100px;
}

.funeral__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 40px;
}

.funeral__item {
}

.funeral-item__img {
  text-align: center;
}

.funeral__item-subtitle {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
}

.funeral-item__text {
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}

.funeral__area5 {
  padding-top: 100px;
}

.funeral__area6 {
  padding-top: 100px;
}

.funeral__button {
  margin-top: 50px;
}

.funeral__button-link {
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
  padding: 15px 35px 15px 25px;
}

.funeral__button-link:hover {
  color: #fff;
  transform: translateY(7px);
  box-shadow: none;
}

.funeral__area7 {
  padding-top: 100px;
}

@media screen and (max-width: 1023px) {
  .funeral__list {
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .funeral__block {
    display: block;
  }

  .funeral__img {
    width: 100%;
  }

  .funeral__right {
    width: 100%;
  }

  .funeral__text {
    margin-top: 10px;
  }

  .funeral__area3 .wp-block-table {
    width: 100%;
    margin: 50px auto 80px;
  }

  .funeral__subtitle {
    margin-top: 10px;
  }

  .funeral__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
    margin-top: 40px;
  }
}

/*------------------------------------------------------------------
#kuyou
-------------------------------------------------------------------*/
.kuyou {
  padding-top: 50px;
  padding-bottom: 150px;
}

.kuyou__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.kuyou__lead {
  font-size: 18px;
  font-weight: 500;
}

.kuyou__area1 {
  padding-top: 100px;
}

.page-id-136 .heading2 {
  font-size: 40px;
}

.kuyou__block {
  display: flex;
  gap: 30px;
}

.kuyou__img {
  width: 42%;
}

.kuyou__right {
  width: 58%;
}

.kuyou__text {
  font-size: 18px;
  font-weight: 500;
}

.kuyou__area2 {
  padding-top: 100px;
}

.kuyou__area3 {
  padding-top: 100px;
}

.kuyou__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.kuyou__item {
}

.kuyou__item-img {
}

.kuyou__item-text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 30px;
}

.kuyou__item-text.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.page-id-136 .heading3 {
  font-size: 32px;
  margin-top: 50px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .kuyou__block {
    display: block;
  }

  .kuyou__img {
    width: 100%;
  }

  .kuyou__right {
    width: 100%;
  }

  .kuyou__text {
    margin-top: 10px;
  }

  .kuyou__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .kuyou__item-text {
    padding-left: 0px;
  }
}

/*------------------------------------------------------------------
#farewell
-------------------------------------------------------------------*/
.farewell {
  padding-top: 100px;
  padding-bottom: 150px;
}

.farewell__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.farewell-top__img {
}

.farewell__lead {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}

.page-id-114 .heading3 {
  font-size: 28px;
  margin-top: 70px;
}

.farewell__text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  padding-left: 20px;
}

.farewell .heading2{
  font-size: 40px;
  margin-top:100px;
}

.farewell__text.mt10 {
  margin-top: 10px;
}

.farewell__list {
  margin-top: 30px;
}

.farewell__item {
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
}

.farewell__item::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/check-icon.png) no-repeat center center / cover;
  width: 20px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.farewell__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom:10px;
}

.farewell__subtitle:before{
  content:"●";
  color:#24bfa7;
}

.farewell__subtitle.last {
  margin-top: 100px;
}

.farewell__block {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  padding-left: 20px;
}

.farewell__img {
  width: 50%;
}

.farewell__img img {
  border-radius: 10px;
}

.farewell__right {
  width: 50%;
}

.farewell__right-text {
  font-size: 18px;
  font-weight: 500;
}

.farewell__button {
  margin-top: 20px;
  margin-bottom: 100px;
}

.farewell__button-link {
  min-width: 350px;
  box-shadow: 0 7px 0 0 rgba(230, 172, 47, 1);
  padding: 15px 35px 15px 25px;
}

.farewell__button-link:hover {
  color: #fff;
  transform: translateY(7px);
  box-shadow: none;
}

.farewell_table th{
  font-weight: 600;
  border-bottom: 2px solid !important;
}

.farewell_table td a{
  text-decoration: underline;
}

.farewell .plan_p_wrap .top-plan__contents{
  padding:20px;
}

.farewell__dl dt{
  font-weight: 700;
  margin-top:20px;
}

.farewell__dl dd{
  font-weight: 500;
  text-indent: 1em;
}

.farewell_small_att{
  color:#e60033;
  font-size: 14px;
  margin-top:1em;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .farewell .heading2{
    margin-top:70px;
  }
  .page-id-114 .heading3{
    margin-top:50px;
  }
  .farewell__text {
    padding-left: 0px;
    margin-top:20px;
  }

  .farewell_table th,.farewell_table td{
    font-size: 18px;
    font-weight: 500;
    padding:10px;
  }

  .farewell__item {
    padding-left: 30px;
  }

  .farewell__item::before {
    left: 0px;
  }

  .farewell__subtitle {
    padding-left: 0px;
    margin-top:40px;
  }

  .farewell__block {
    display: block;
    padding-left: 0px;
  }

  .farewell__img {
    width: 100%;
  }

  .farewell__right {
    width: 100%;
  }

  .farewell__right-text {
    margin-top: 10px;
  }
}

/*------------------------------------------------------------------
#お知らせ情報一覧
-------------------------------------------------------------------*/
.news {
  padding-top: 80px;
  padding-bottom: 80px;
}

.news__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.news__block {
  display: flex;
  gap: 30px;
}

.news__block-left {
  width: 75%;
}

.news__list {
}

.news__item {
  display: flex;
  gap: 30px;
  padding: 35px 20px;
  border-top: 1px dashed #d9d9d9;
}

.news__item:last-child {
  border-bottom: 1px dashed #d9d9d9;
}

.news__link {
}

.news__img {
  width: 45%;
  min-width: 200px;
}
.news__contents {
  width: 55%;
}

.news__time {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.news__time::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/time-icon.png) no-repeat center center / cover;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.news__title {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news__button {
  margin: 20px auto 0;
  text-align: right;
}

.news__button-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #766d67;
  border: 1px solid #766d67;
  background-color: #fff;
  padding: 8px 40px 8px 35px;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.news__button-link:hover {
  color: #fff;
  background-color: #766d67;
}

.news__button-link:after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-gray.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: 0.3s;
}

.news__button-link:hover:after {
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .news {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .news__block {
    display: block;
  }

  .news__block-left {
    width: 100%;
  }

  .news__item {
    display: block;
    padding: 20px;
  }

  .news__img {
    width: 100%;
    min-width: 350px;
  }
  .news__contents {
    width: 100%;
    margin-top: 20px;
  }
}

/*------------------------------------------------------------------
#sidebar
-------------------------------------------------------------------*/

.side__sidebar {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.sidebar__title,
.archive__title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  color: #766d67;
  background-color: #f4faf8;
  border-top: 2px solid #766d67;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.archive__title::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-bottom-gray.png) no-repeat center center / cover;
  width: 12px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition:
    transform 0.5s,
    top 0.5s;
}

.archive__title.is-open::after {
  transform: rotate(180deg);
  top: 25px;
}

.category-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.category-item {
}

.category__link {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
}

.category__link:hover {
  text-decoration: underline;
  text-decoration-color: #fea01c;
}

.category__link.current {
  text-decoration: underline;
  text-decoration-color: #fea01c;
}

.sidebar-news__list {
}

.sidebar-news__item {
}

.sidebar-news__link {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px dashed #d9d9d9;
}

.sidebar-news__link:hover .sidebar-news__title {
  text-decoration: underline;
  text-decoration-color: #766d67;
}

.sidebar-news__img {
  max-width: 75px;
  max-height: 75px;
  overflow: hidden;
}

.sidebar-news__img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.5s;
}

.sidebar-news__contents {
  display: flex;
  flex-direction: column;
}

.sidebar-news__title {
  font-size: 18px;
  font-weight: 500;
}

.sidebar-news__time {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}

.sidebar-news__time::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/time-icon.png) no-repeat center center / cover;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.sidebar-news__button {
  margin: 20px auto 0;
  text-align: center;
}

.sidebar-news__button-link {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  max-width: 100%;
  transition:
    color 0.3s,
    background-color 0.3s;
  position: relative;
  text-decoration: none;
}

.sidebar-news__button-link::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-gray.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  transition: 0.3s;
}

.sidebar-news__button-link:hover {
  text-decoration: underline;
  text-decoration-color: #766d67;
}

.sidebar-archive__list {
  display: none;
}

.sidebar-archive__list.is-open {
  display: block;
}

.sidebar-archive__list li {
  padding: 15px;
  padding-left: 50px;
  border-bottom: 1px dashed #d9d9d9;
  position: relative;
}

.sidebar-archive__list li::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right-gray.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  transition: 0.3s;
}

.sidebar-archive__list a {
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.sidebar-archive__list a:hover .list-item-caption {
  text-decoration: underline;
  text-decoration-color: #766d67;
}

@media screen and (max-width: 1023px) {
  .side__sidebar {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .side__sidebar {
    width: 100%;
    margin-top: 50px;
    padding-left: 0px;
    border-left: none;
  }

  .category-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

/*------------------------------------------------------------------
#contact
-------------------------------------------------------------------*/
.contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.contact__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}

.contact__title::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: calc(50% - 180px);
  width: 360px;
  height: 3px;
  background: #19b29a;
}

.contact__subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px 5px 20px;
  border-left: 10px solid #24bfa7;
  margin-top: 50px;
}

.contact__lead {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.contact__lead span {
  color: #e56172;
}

.form__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px auto 0;
}

.form__field {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px dashed #c4c4c4;
}

.form-field__head {
  display: flex;
  align-items: center;
  width: 315px;
  flex-shrink: 0;
}

.form-field__label {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding-left: 40px;
  width: 210px;
}

.form-field__tag {
  display: inline-block;
  background: #eb7f8d;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 31px;
  border-radius: 20px;
  width: 105px;
}

.form-field__tag.is-option {
  background: #babab9;
  color: #fff;
}

.form-field__data {
  flex-grow: 1;
}

.form__field-bottom {
  padding-top: 40px;
  border-top: 1px dashed #c4c4c4;
}

input,
textarea {
  font-size: 18px;
  font-weight: 500;
}

input::placeholder,
textarea::placeholder {
  font-size: 18px;
  color: #9d9d9d;
}

input[type="date"]::-webkit-datetime-edit {
  color: #111; /* 年/月/日のテキストカラーを変更 */
}

.form-field__data-code {
  width: 150px;
}

.form-field__data-date {
  width: 200px;
}

.form__address-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.28px;
}

.form__field-radio-text {
  font-size: 16px;
  margin-right: 10px;
}

.form-field__data [type="text"],
.form-field__data [type="email"],
.form-field__data [type="date"] {
  padding: 20px;
  border: 1px solid #c1c1c1;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: border 0.3s;
}

.form-field__data [type="text"]:hover,
.form-field__data [type="text"]:focus,
.form-field__data [type="email"]:hover,
.form-field__data [type="email"]:focus {
  border: 1px solid #28688f;
  outline: none;
}

.form-field__data [type="radio"],
.form-field__data [type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.form-field__data [type="radio"]:hover + .wpcf7-list-item-label::before,
.form-field__data [type="checkbox"]:hover + .wpcf7-list-item-label::before {
  border: 1px solid #0f1b60;
}

.form-field__data [type="checkbox"]:checked + .wpcf7-list-item-label::before {
  background-color: #fff;
}

.form-field__data [type="radio"]:checked + .wpcf7-list-item-label::after,
.form-field__data [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form-field__data.death {
  display: flex;
}

.form-field__data.death .select__wrap {
  width: 20%;
}

.form-field__data.funeral-day {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.form-field__data.funeral-day .select__wrap {
  display: flex;
  gap: 8px;
}
.form-field__data.funeral-day .select__wrap::after {
  display: none;
}
.form-field__data.funeral-day span {
  display: inline-block;
}
.form-field__data.funeral-day .funeral-day {
  width: 50%;
}
.form-field__data.funeral-day .funeral-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 50%;
}
.form-field__data.funeral-day .funeral-day .wpcf7-form-control-wrap {
  width: 70%;
}
.form-field__data.funeral-day .funeral-time .wpcf7-form-control-wrap {
  position: relative;
  width: 30%;
}
.form-field__data.funeral-day .funeral-time .wpcf7-form-control-wrap::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/select-arrow.png) no-repeat center center / cover;
  width: 20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
@media screen and (max-width: 900px) {
  .form-field__data.funeral-day .select__wrap {
    flex-direction: column;
  }
  .form-field__data.funeral-day .funeral-day {
    width: 80%;
  }
  .form-field__data.funeral-day .funeral-time {
    margin-left: 77px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .form-field__data.funeral-day .funeral-time {
    margin-left: 68px;
  }
}

.select__wrap.death {
  text-align: right;
}

.select__text {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
}

.select__wrap {
  position: relative;
}

.select__wrap::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/select-arrow.png) no-repeat center center / cover;
  width: 20px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.page-id-55 .select__wrap::after {
  background: none;
}

.page-id-55 .select__wrap.death {
  width: 10%;
}

.form-field__data select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  transition: border 0.3s;
}

.form-field__data textarea {
  height: 200px;
  border-radius: 0px;
  padding: 20px;
  border: 1px solid #c1c1c1;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  resize: vertical;
  transition: border 0.3s;
}

.form-field__data select:hover,
.form-field__data select:focus {
  border: 1px solid #28688f;
  outline: none;
}

.form-field__data textarea:hover,
.form-field__data textarea:focus {
  border: 1px solid #28688f;
  outline: none;
}

.form-field__data .wpcf7-radio,
.form-field__data .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
}

.wpcf7-radio .wpcf7-list-item-label::before,
.wpcf7-radio .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  width: 24px;
  height: 24px;
  border: 1px solid #c9c9c9;
  left: 0;
  transition: border 0.3s;
}

.wpcf7-radio .wpcf7-list-item-label::after {
  width: 10px;
  height: 10px;
  background: #0f1b60;
  left: 7px;
  transition: opacity 0.3s;
  opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #c1c1c1;
  background: #f7f7f7;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: border 0.3s;
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  margin-top: -2px;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  transform: translateY(-50%) rotate(-45deg);
  width: 14px;
  height: 9px;
  left: 3px;
  transition: opacity 0.3s;
  opacity: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label a,
.wpcf7-acceptance .wpcf7-list-item-label a {
  text-decoration-line: underline;
  font-weight: inherit;
}

.wpcf7-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.contact__privacy {
  text-align: center;
}

.contact__privacy a {
  text-decoration: underline;
}

.contact__privacy [type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.contact__privacy [type="checkbox"]:hover + .wpcf7-list-item-label::before {
  /* border: 2px solid #0f1b60; */
}

.contact__privacy [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.confirm__btn-Wrap {
  margin: 25px auto 0;
  text-align: center;
  width: 350px;
  position: relative;
}

.confirm__btn-Wrap::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 12px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  pointer-events: none;
  z-index: 2;
}

.confirm__btn-Wrap .confirm__btn {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  background-color: #25bfa7;
  padding: 20px 45px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(22, 178, 154, 1);
  border-radius: 50px;
  transition: 0.3s;
  border: none;
  position: relative;
}

.confirm__btn-Wrap .confirm__btn:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

.contact-bottom__text {
  width: 100%;
  margin-inline: auto;
  font-size: 18px;
  font-weight: 500;
  padding: 40px;
  margin-top: 40px;
  background: #e9f5f1;
}

.contact-qa__boxes {
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}

@media screen and (max-width: 1023px) {
  .form-field__head {
    display: flex;
    align-items: center;
    width: 280px;
    flex-shrink: 0;
  }

  .form-field__label {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding-left: 40px;
    width: 190px;
  }

  .form-field__data.death .select__wrap {
    width: 25%;
  }

  .page-id-55 .form-field__data.death .select__wrap {
    width: 15%;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form__fields {
    margin-top: 30px;
  }

  .form__field {
    display: block;
    padding-top: 30px;
  }

  .form-field__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .form-field__label {
    padding-left: 20px;
    width: 100%;
  }

  .form-field__tag {
    width: 115px;
  }

  .form-field__data {
    margin-top: 14px;
  }

  .form-field__data-code {
    width: 35%;
  }

  .form-field__data .wpcf7-radio,
  .form-field__data .wpcf7-checkbox {
    flex-direction: column;
    gap: 15px;
  }

  .contact__btn-warp {
    margin-top: 30px;
  }

  .contact-bottom__text {
    padding: 20px;
  }

  .page-id-55 .form-field__data.death .select__wrap {
    width: 10%;
  }
}

/*------------------------------------------------------------------
#contact(確認・完了)
-------------------------------------------------------------------*/
.contact__btns-Wrap {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-inline: 20px;
  margin: 60px auto 0;
}

.submit__btn-Wrap [type="submit"] {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  background-color: #25bfa7;
  padding: 20px 35px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(22, 178, 154, 1);
  border-radius: 50px;
  transition: 0.3s;
  width: 250px;
  border: none;
  position: relative;
}

.submit__btn-Wrap [type="submit"]:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

.back__btn {
  display: inline-block;
  font-size: 27px;
  color: #fff;
  background-color: #25bfa7;
  padding: 20px 35px 20px 35px;
  box-shadow: 0 7px 0 0 rgba(22, 178, 154, 1);
  border-radius: 50px;
  transition: 0.3s;
  width: 250px;
  border: none;
  position: relative;
}

.back__btn:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

span.wpcf7-spinner {
  display: none;
}

.wpcf7-form.invalid .wpcf7-response-output {
  /* display: none; */
}

.thanks__button {
  margin: 50px auto 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contact__btns-Wrap {
    gap: 30px;
    margin: 40px auto 0;
  }

  .submit__btn-Wrap [type="submit"] {
    padding: 20px;
    width: 180px;
  }

  .back__btn {
    padding: 20px;
    width: 180px;
  }
}

/*------------------------------------------------------------------
#採用情報
-------------------------------------------------------------------*/
.recruit {
  padding-top: 60px;
}

.recruit__inner {
  padding-inline: 20px;
  max-width: calc(1200px + 20px * 2);
  margin-inline: auto;
}

.recruit__lead {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.6px;
  margin-top: 60px;
  width: fit-content;
  border-bottom: 3px solid #0f1b60;
}

.recruit__lead span {
  color: #fea01c;
}

.recruit__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  margin-top: 20px;
}

.recruit__text.apply {
  margin-top: 40px;
  padding-left: 100px;
}

.recruit-heading2 {
  margin-top: 80px;
}

.recruit__imgTop {
  margin-top: 50px;
}

.recruit-heading3 {
  margin-top: 40px;
}

.recruit__block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 60px;
}

.recruit__left {
  width: 50%;
}

.recruit__img {
  width: 50%;
}

.recruit-gallery {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.recruit-gallery__img {
}

.recruit-table {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  margin-top: 60px;
}

.recruit-table table {
  width: 100%;
}

.recruit-table tr {
}

.recruit-table tr td {
  padding: 15px;
  background-color: #fff;
}

.recruit-table tr td:first-child {
  color: #fff;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.32px;
  background: #0f1b60;
  width: 270px;
  text-align: center;
}

.recruit-table table:not(.has-border-color) :where(th, td) {
  border: 1px solid #b3b3b3;
}

.recruit-flow__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.recruit-flow__item {
  writing-mode: vertical-rl;
  padding: 15px 25px;
  background: #0f1b60;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
  height: 230px;
  position: relative;
}

.recruit-flow__item::after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/recruit-icon.png) no-repeat center center / cover;
  width: 40px;
  height: 90px;
  top: 50%;
  transform: translateY(-50%);
  right: 125px;
}

.recruit-flow__item:first-child:after {
  background: none;
}

.recruit-qa__boxes {
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
  margin-top: 30px;
  margin-bottom: 100px;
}

.recruit-form__inner {
  padding-inline: 120px;
  padding-block: 60px;
  max-width: calc(750px + 120px * 2);
  margin-inline: auto;
  background-color: #fff;
  border: 2px solid #0f1b60;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 40px;
}

.recruit-form__title {
  margin-bottom: 80px;
}

.recruit-bottom__text {
  padding-inline: 20px;
  max-width: calc(960px + 20px * 2);
  margin-inline: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  padding: 40px;
  margin-top: 40px;
  background: #f3f4ff;
}

@media screen and (max-width: 1023px) {
  .recruit__text.apply {
    margin-top: 20px;
    padding-left: 0px;
  }

  .recruit__block {
    display: block;
    margin-top: 30px;
  }

  .recruit__left {
    width: 100%;
  }

  .recruit__img {
    width: 100%;
    margin-top: 10px;
  }

  .recruit-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
    padding-inline: 0px;
  }

  .recruit-table tr td:first-child {
    width: 200px;
  }

  .recruit-flow__list {
    display: block;
    max-width: 650px;
    margin: 0 auto;
  }

  .recruit-flow__item {
    writing-mode: horizontal-tb;
    padding: 15px 25px;
    background: #0f1b60;
    text-align: center;
    height: auto;
    margin-top: 80px;
    position: relative;
  }

  .recruit-flow__item:first-child {
    margin-top: 50px;
  }

  .recruit-flow__item::after {
    position: absolute;
    content: "";
    background: url(../cocoon-master/images/recruit-icon.png) no-repeat center center / cover;
    width: 40px;
    height: 90px;
    top: -140%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .recruit-form__inner {
    padding-inline: 20px;
    max-width: calc(1000px + 20px * 2);
  }
}

@media screen and (max-width: 767px) {
  .recruit-table {
    padding-inline: 0px;
    margin-top: 30px;
  }

  .recruit-table tr td {
    padding: 10px;
  }

  .recruit-table tr td:first-child {
    width: 100px;
  }

  .recruit-form__inner {
    padding-block: 40px;
  }

  .recruit-bottom__text {
    padding: 20px;
  }
}

/*------------------------------------------------------------------
#採用情報(確認・完了)
-------------------------------------------------------------------*/
.recruit__thanks-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.recruit-thanks__button {
  margin-block: 30px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
}

/*------------------------------------------------------------------
#baseデザイン(single投稿ページ)
-------------------------------------------------------------------*/
.single .news__title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px dashed #766d67;
}

.single .news__time {
  margin-left: 10px;
  margin-top: 10px;
}

.single .base__content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 100px;
  position: relative;
}

.single .base__content h2::before {
  position: absolute;
  content: "";
  bottom: -40px;
  width: 360px;
  height: 3px;
  background: #19b29a;
}

.single .base__content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px 5px 20px;
  border-left: 10px solid #24bfa7;
  margin-top: 20px;
}

.single .base__content h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

.single .base__content h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .single .news__title {
    font-size: 30px;
  }

  .single .base__content h2 {
    margin-bottom: 50px;
    font-size: 26px;
  }

  .single .base__content h2::before {
    bottom: -20px;
    width: 200px;
  }

  .single .base__content h3 {
    font-size: 22px;
    padding: 5px 10px;
    border-left: 7px solid #24bfa7;
  }

  .single .base__content h4 {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: bold;
  }

  .single .base__content h5 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: bold;
  }
}

/*------------------------------------------------------------------
#baseデザイン(固定ページ)
-------------------------------------------------------------------*/
.page-template {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-template__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.base__content .toc {
  display: none;
}

.base__content {
  padding: 0 20px;
}

.page .base__content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 70px;
  position: relative;
}

.page .base__content h2::before {
  position: absolute;
  content: "";
  bottom: -40px;
  left: calc(50% - 180px);
  width: 360px;
  height: 3px;
  background: #19b29a;
}

.page .base__content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px 5px 20px;
  border-left: 10px solid #24bfa7;
  margin-top: 20px;
}

.page .base__content h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

.page .base__content h5 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

.base__content p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}

/* button */
.base__content .wp-block-button {
  margin-top: 30px;
}

.base__content .wp-block-button__link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #fcc651;
  padding: 8px 35px 8px 25px;
  box-shadow: 0 3px 0 0 rgba(230, 172, 47, 1);
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.base__content .wp-block-button__link:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: none;
}

.base__content .wp-block-button__link:after {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/arrow-right.png) no-repeat center center / cover;
  width: 7px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

/* list */
.base__content ul {
  list-style-type: disc;
}

.base__content ol {
  list-style-type: decimal;
}

.base__content .wp-block-list {
  font-size: 18px;
  font-weight: 500;
  padding-left: 30px;
  margin-top: 10px;
}

.base__content .list1 li,
.base__content .list2 li {
  list-style-type: none;
  position: relative;
}

.base__content .list1 li::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/list-check.png) no-repeat center center / cover;
  width: 19px;
  height: 15px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.base__content .list2 li::before {
  position: absolute;
  content: "";
  background: url(../cocoon-master/images/list-arrow.png) no-repeat center center / cover;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

/* table */
.base__content .wp-block-table {
  margin-top: 30px;
}

.base__content .wp-block-table tr {
  background-color: #fff;
}

.base__content .wp-block-table td {
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}

.base__content .table1 tr:first-child {
  background-color: #e9f5f1;
}

.base__content .table2 tr td:first-child {
  background-color: #e9f5f1;
}

table:not(.has-border-color) :where(th, td) {
  border: 1px solid #d9d9d9;
}

/* qa */
.base__content .qa__boxes {
  gap: 10px;
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .base__content {
    padding: 0px;
  }
  .page .base__content h2 {
    margin-bottom: 50px;
  }

  .page .base__content h2::before {
    bottom: -20px;
    left: calc(50% - 100px);
    width: 200px;
  }

  .page .base__content h3 {
    padding: 5px 10px;
    border-left: 7px solid #24bfa7;
  }

  .page .base__content h4 {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: bold;
  }

  .page .base__content h5 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: bold;
  }

  .base__content td {
    padding: 5px;
  }

  .base__content .wp-block-media-text > .wp-block-media-text__content {
    padding: 0px;
  }
}

/*------------------------------------------------------------------
#よくある質問
-------------------------------------------------------------------*/
.page-id-69 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 150px;
}

.page-id-69 .base__content h2 {
  margin-top: 80px;
}

.page-id-69 .base__content .qa__boxes {
  gap: 20px;
}

/*------------------------------------------------------------------
#プライバシーポリシー
-------------------------------------------------------------------*/

.page-id-90 .base__content h2 {
  margin-top: 80px;
}

.page-id-90 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
#キャンセルーポリシー
-------------------------------------------------------------------*/

.page-id-88 .base__content h2 {
  margin-top: 80px;
}

.page-id-88 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
#利用規約
-------------------------------------------------------------------*/

.page-id-96 .base__content h2 {
  margin-top: 80px;
}

.page-id-96 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
#サイトマップ
-------------------------------------------------------------------*/
.page-id-100 .base__content {
  padding-inline: 20px;
}

.page-id-100 .page-template {
  background-color: #f8f8f8;
  padding-bottom: 100px;
}

.page-id-100 .base__content a {
  transition: color 0.3s;
}

.page-id-100 .base__content a:hover {
  color: #16b29a;
}

/*------------------------------------------------------------------
#404ページ
-------------------------------------------------------------------*/
.error-404 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.error-404__inner {
  padding-inline: 20px;
  max-width: calc(1000px + 20px * 2);
  margin-inline: auto;
}

.error-404__lead {
  font-size: 18px;
  font-weight: 500;
}

.error-404__button {
  text-align: left;
  margin-top: 40px;
}
