/*common_css*/
[data-instance="483"]{background-image:url(/_img/ja/cms/483/bg_img/_/?1787572079);}[data-instance="695"]{background-image:url(/_img/ja/cms/695/bg_img/_/?1787572079);}/*layout:1*/@charset "utf-8";
/* CSS Document */
/* -------------------------------------
Browser：Edge over
-------------------------------------
01: 共通
02: テンプレート
03: ヘッダー＆フッター
04: ページ
-------------------------------------*/

/** ==============================================
01.共通
============================================== **/
/* -------------------------------------
tel
-------------------------------------*/
a[href^="tel:"] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--webf);
  font-weight: bold;
  line-height: 1;
}
a[href^="tel:"] i {
  margin: 7px 6px 0 0;
  font-size: 0.8em;
}
a[href^="tel:"] i img {
  vertical-align: middle;
}

/* -------------------------------------
ovf_L
ovf_R
-------------------------------------*/
.ovf_L {
  width: 60vw;
  margin-left: var(--ovf-half-mns);
}
.ovf_R {
  width: 60vw;
  margin-right: var(--ovf-half-mns);
}

@media screen and (min-width: 1301px) {
  /* .ovf_L{
		width: 650px;
		margin-left: -160px;
	}
	.ovf_R{
		width: 650px;
		margin-right: -160px;
	} */
}
@media screen and (min-width: 1501px) {
  .ovf_L {
    width: 750px;
    margin-left: -260px;
  }
  .ovf_R {
    width: 750px;
    margin-right: -260px;
  }
}

@media screen and (max-width: 520px) {
  .ovf_L {
    width: 100vw;
    margin-left: -6vw;
  }
  .ovf_R {
    width: 100vw;
    margin-right: -6vw;
    margin-left: -6vw;
  }
}

/* -------------------------------------
ovr-flx
-------------------------------------*/
.ovr-flx {
  display: flex;
  align-items: flex-start;
}
.ovr-flx .text {
  width: 40%;
}
.ovr-flx .ovf_L {
  margin-right: 3vw;
}
.ovr-flx .ovf_R {
  margin-left: 3vw;
}

@media screen and (max-width: 520px) {
  .ovr-flx {
    flex-flow: column-reverse;
  }
  .ovr-flx .text {
    width: 100%;
  }
  .ovr-flx .ovf_L {
    margin-right: -6vw;
  }
  .ovr-flx .ovf_R {
    margin-left: -6vw;
  }
}

/* -------------------------------------
p-btn-flx
-------------------------------------*/
.p-btn-flx {
  display: flex;
  justify-content: space-between;
}
.p-btn-flx .text {
  flex: 1;
}
.p-btn-flx .btn-wrap {
  margin-left: 22%;
}

@media screen and (max-width: 520px) {
  .p-btn-flx {
    flex-flow: column;
  }
  .p-btn-flx .text {
    flex: 1;
  }
  .p-btn-flx .btn-wrap {
    margin-left: 22%;
  }
}

/* -------------------------------------
asd-btn
-------------------------------------*/
.asd-btn {
  display: flex;
  justify-content: center;
}
.asd-btn a {
  width: calc(100% / 3);
  height: 240px;
  display: grid;
  place-items: center;
  padding: 20px 5%;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-weight: var(--fw-b);
}
.asd-btn a + a {
  border-left: 1px solid #999;
}
.asd-btn a::before {
  transition: var(--transition);
}
.asd-btn a:hover::before {
  opacity: 0.5;
}
.asd-btn a span::after {
  content: "→";
  margin-left: 0.5em;
}

@media screen and (max-width: 520px) {
  .asd-btn a {
    height: 140px;
    font-size: 0.9rem;
  }
}

/* -------------------------------------
bg
-------------------------------------*/
.bg {
  width: 100vw;
  min-width: 980px;
  margin-bottom: -1px;
  padding: 0;
  z-index: 0;
}

@media screen and (max-width: 520px) {
  .bg {
    min-width: 100vw;
  }
}

/* -------------------------------------
hr
-------------------------------------*/
.hr {
  width: 100%;
  height: 1px;
  border-top: 2px solid var(--purple_l);
}

/* -------------------------------------
price
-------------------------------------*/
dl.price {
  display: flex;
  align-items: stretch;
  line-height: 1.4;
  background: #fff;
  border-top: 2px solid var(--purple_l);
  border-bottom: 2px solid var(--purple_l);
}
dl.price + dl.price {
  border-top: none;
}
dl.price + dl.price dt {
  border-top: 2px solid #fff;
}
dl.price > * {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
dl.price dt {
  width: 40%;
  justify-content: center;
  text-align: center;
  background: var(--purple_l);
}
dl.price dd {
  align-items: baseline;
  flex: 1;
  padding-left: 1rem;
  position: relative;
}
dl.price dd b {
  width: 100%;
  margin-bottom: -4px;
  font-size: 0.5em;
}
dl.price dd span {
  padding-left: 6px;
  font-size: 0.6em;
  font-weight: var(--fw-b);
}
dl.price dd span em {
  padding: 0 10px;
  font-size: 0.7em;
}
dl.price dd .soldout {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
dl.price dd .soldout img {
  width: 100%;
  transform: rotate(20deg);
}

@media screen and (max-width: 520px) {
  dl.price > * {
    padding: 10px;
  }
  dl.price dt {
    width: 45%;
    font-size: 0.75em;
  }
  dl.price dd .soldout {
    --size: 50px;
    right: 10px;
  }
}

/* -------------------------------------
set
-------------------------------------*/
.set {
  margin: 30px auto 20px;
  border: 1px solid var(--gray);
}
.set-head {
  padding: 4px 20px;
  font-size: 1.1em;
  color: #fff;
  font-weight: var(--fw-b);
  background: var(--purple);
}
.set .richtext {
  padding: 10px 20px 20px;
  font-size: 0.95em;
  line-height: 1.8;
  background: #fff;
}

.tomb-content.left figure {
  margin-right: 40px;
}
.tomb-content.left figure.pic {
  margin-right: 0;
}

@media screen and (max-width: 520px) {
  /* set */
  .set-head {
    font-size: 1em;
  }
}

/* -------------------------------------
スライド パーツ
-------------------------------------*/
.slide-parts {
  --slide-parts-height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 24px;
}
.slide-parts .swiper-button-next,
.slide-parts .swiper-button-prev {
  width: var(--slide-parts-height);
  height: var(--slide-parts-height);
  margin: 0 0 0 10px;
  position: static;
  transition: var(--transition);
}
.slide-parts .swiper-button-next::after,
.slide-parts .swiper-button-prev::after,
.slide-parts .swiper-button-next svg,
.slide-parts .swiper-button-prev svg {
  display: none;
}
.slide-parts .swiper-button-next::before,
.slide-parts .swiper-button-prev::before {
  content: "\e5e1";
  font-family: "Material Icons";
  display: grid;
  place-items: center;
  width: var(--slide-parts-height);
  height: var(--slide-parts-height);
  color: #3c3c3c;
  border-radius: 50%;
  border: 1px solid #3c3c3c;
}
.slide-parts .swiper-button-prev::before {
  transform: scale(-1, 1);
}
.slide-parts .swiper-button-next:hover::before,
.slide-parts .swiper-button-prev:hover::before {
  opacity: 0.6;
}
.slide-parts .swiper-pagination {
  width: auto;
  margin-right: 20px;
  font-size: 1.5rem;
  color: #9c9c9c;
  line-height: 1;
  position: static;
}
.slide-parts .swiper-pagination .swiper-pagination-current {
  color: var(--main-color);
}

@media screen and (max-width: 520px) {
  /* スライドパーツ */
  .slide-parts {
    --slide-parts-height: 30px;
  }
  .slide-parts .swiper-pagination {
    font-size: 1rem;
  }
}

/* -------------------------------------
bdr
-------------------------------------*/
/* .bdr{
	border: 6px solid var(--orange);
}

@media screen and (max-width: 520px) {
	.bdr{
		border-width: 4px;
	}
} */

/* -------------------------------------
maru-bf
-------------------------------------*/
.maru-bf > * {
  margin: 0 1.5em 10px 1.2em;
  line-height: 1.5;
}
.maru-bf > *::before {
  content: "●";
  margin-right: 0.2em;
  margin-left: -1.2em;
}

.maru-bf > div p {
  display: inline;
}

/* -------------------------------------
check-list
-------------------------------------*/
.check-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  font-size: 1.1em;
  color: var(--purple);
  font-weight: var(--fw-b);
  border-bottom: 10px solid var(--purple_l);
}
.check-list li::before {
  content: "\e5ca";
  font-family: "Material Icons";
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1;
  color: var(--purple);
  margin-right: 0.5em;
  flex-shrink: 0;
}

@media screen and (max-width: 520px) {
  .check-list li {
    margin-bottom: 4px;
    font-size: 1em;
    border-bottom-width: 2px;
  }
}

/** ==============================================
02.テンプレート
============================================== **/
/* -------------------------------------
blog-list
-------------------------------------*/
.blog-list li {
  margin-bottom: 20px;
  font-size: 14px;
}
.blog-list li a > * {
  margin-bottom: 15px;
}
.blog-list li a figure img {
  aspect-ratio: 300/220;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list li a p strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.5;
}
.blog-list li a .cat-wrap time {
  margin-right: 1em;
}

@media screen and (max-width: 520px) {
  .blog-list li a {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .blog-list li a > * {
    margin-bottom: 0;
  }
  .blog-list li a figure {
    width: 30%;
  }
  .blog-list li a figure img {
    aspect-ratio: 5/4;
  }
  .blog-list li a p {
    flex: 1;
    margin: 0 0 10px 5%;
  }
  .blog-list li a p strong {
    margin-bottom: 4px;
    font-size: 1.1em;
  }
  .blog-list li a .cat-wrap {
    width: 100%;
    font-size: 12px;
    text-align: right;
  }
  .blog-list li a .cat-wrap time {
    margin-right: 1em;
  }
}

/**==============================================
03: ヘッダー
==============================================**/
header {
  width: 100%;
  color: #fff;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
header .inner {
  padding: 10px 0;
  position: relative;
  transition: 0.3s all;
}
header .logo {
  width: 50%;
}
header .logo h1 {
  margin-bottom: 1rem;
  font-size: 10px;
}
header .logo a {
  display: block;
}
header .logo img {
  max-width: 220px;
}
header .logo img.logo-bk {
  display: none;
}
header nav {
  margin-top: 30px;
}
header nav .h-logo_sp {
  display: none;
}
header nav .menu1 {
  width: 50%;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 10px;
}
header nav .menu1 p {
  flex: 1;
}
header nav .menu1 p a {
  font-weight: var(--fw-b);
  justify-content: start;
  margin-bottom: 6px;
}
header nav .menu1 p span {
  display: block;
  margin-left: 2.4em;
  font-size: 12px;
  line-height: 1.5;
}
header nav .menu1 .h-btn-wrapper {
  display: flex;
  flex-flow: column;
}
header nav .menu1 .h-btn-wrapper a {
  width: 250px;
  padding: 10px 0;
  font-weight: var(--fw-b);
  text-align: center;
  line-height: 1.4;
  border: 1px solid #fff;
  transition: var(--transition);
}
header nav .menu1 .h-btn-wrapper a:hover {
  color: var(--main-color);
  background: #fff;
}
header nav .menu1 .h-btn-wrapper a:not(.h-terrace) + a {
  border-top: none;
}
header nav .menu1 .h-btn-wrapper a.h-terrace {
  display: none;
}
header nav ul.menu2 {
  display: flex;
  justify-content: space-between;
}
header nav ul.menu2 li a {
  flex: 1;
  display: block;
  padding: 10px 0;
  font-weight: var(--fw-b);
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
header nav ul.menu2 li a:hover {
  border-bottom: 2px solid #fff;
}

/* スクロール後 */
header.scroll {
  color: var(--main-color);
  background: #fff;
}
header.scroll .logo {
  width: 14%;
}
header.scroll .logo h1 {
  display: none;
}
header.scroll .logo img.logo-wh {
  display: none;
}
header.scroll .logo img.logo-bk {
  display: block;
  margin-top: 10px;
}
header.scroll nav {
  margin-top: 20px;
}
header.scroll nav .menu1 {
  width: 80%;
}
header.scroll nav .menu1 p {
  display: flex;
  flex-flow: row;
}
header.scroll nav .menu1 p a {
  color: var(--purple);
  font-size: 22px;
}
header.scroll nav .menu1 p span {
  margin-left: 1.5em;
}
header.scroll nav .menu1 .h-btn-wrapper {
  flex-flow: row;
}
header.scroll nav .menu1 .h-btn-wrapper a {
  width: 200px;
  padding: 12px 0;
  color: #fff;
  font-size: 0.8em;
  border: 1px solid #fff;
  background: var(--purple);
  transition: var(--transition);
}
header.scroll nav .menu1 .h-btn-wrapper a:hover {
  color: var(--main-color);
  background: var(--purple_l);
}
header.scroll nav ul.menu2 li a {
  font-size: 0.9em;
  border-bottom-color: rgba(96, 79, 131, 0);
}
header.scroll nav ul.menu2 li a:hover {
  color: var(--purple);
  border-bottom-color: var(--purple);
}

@media screen and (max-width: 979px) {
  header {
    color: var(--main-color);
    position: static;
  }
  header .inner {
    padding: 10px 10px 0;
  }
  header .logo {
    width: min(22%, 150px);
  }
  header .logo h1 {
    display: none;
  }

  /* hamburger */
  header .hamburger {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    z-index: 3;
    z-index: 1500;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    font-size: 11px;
    cursor: pointer;
    transition: all 400ms;
    color: #fff;
  }
  header.scroll_sp .hamburger {
    background: var(--purple);
  }
  header .hamburger:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 8px;
    margin: 0 auto;
    content: "menu";
    text-align: center;
    letter-spacing: 1px;
  }
  header.nav-open .hamburger:after {
    color: var(--main-color);
    content: "close";
    letter-spacing: 0;
  }
  header .hamburger span {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  header .hamburger span:nth-child(1) {
    top: 15px;
  }
  header .hamburger span:nth-child(2) {
    top: 23px;
  }
  header .hamburger span:nth-child(3) {
    top: 31px;
  }
  header.nav-open .hamburger {
    background: none;
  }
  header.nav-open .hamburger span {
    background: var(--main-color);
  }
  header.nav-open .hamburger span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  header.nav-open .hamburger span:nth-child(2) {
    display: none;
  }
  header.nav-open .hamburger span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }

  header nav {
    position: fixed;
    top: 0px;
    right: -320px;
    width: 320px !important;
    transition: var(--transition);
    z-index: 1499;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  header.nav-open nav {
    box-shadow: 0px 0 10px -4px #333;
  }
  header nav .h-logo_sp {
    display: block;
    width: 120px;
    padding: 20px 5% 26px;
  }
  header nav .menu1 {
    width: 100%;
    position: static;
    flex-flow: column-reverse;
    padding: 0 0 30px;
    text-align: center;
  }

  header nav .menu1 p {
    margin-top: 20px;
    text-align: center;
  }
  header nav .menu1 p a {
    justify-content: center;
    margin-bottom: 6px;
    font-size: min(6vw, 26px);
  }
  header nav .menu1 p span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
  header nav .menu1 .h-btn-wrapper {
    width: 100%;
  }
  header nav .menu1 .h-btn-wrapper a {
    width: 100%;
    padding: 20px 0;
    color: #fff;
    border-left: none;
    border-right: none;
    background: var(--purple);
  }
  header nav .menu1 .h-btn-wrapper a.h-terrace {
    display: block;
    padding: 27px 0;
    color: #d96b3d;
    background:
      url(/terrace/images/mv-flower-L.webp) no-repeat left -10px top 5px / auto 80%,
      url(/terrace/images/mv-flower-R.webp) no-repeat right bottom / auto 70%,
      #fcf7e1;
  }
  header nav ul.menu2 {
    display: block;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    gap: 2px;
  }
  header nav ul.menu2 li {
    width: calc(50% - 2px);
    height: 90px;
    height: min(10vh, 90px);
  }
  header nav ul.menu2 li a {
    display: grid;
    place-items: center;
    height: 100%;
    padding: 0 14%;
    line-height: 1.4;
    border-bottom: 2px solid #fff;
    background: var(--purple_l);
  }
}

/**==============================================
お問い合わせ aside
==============================================**/
.asd-contact {
  color: #fff;
  text-align: center;
}
.asd-contact::before {
  background: #c8c8c8;
}

@media screen and (max-width: 520px) {
  .asd-contact a[href^="tel:"] {
    margin-bottom: 6px;
    font-size: 30px;
  }
  .asd-contact .mail-btn {
    margin-top: 20px;
  }
}

/**==============================================
お問い合わせ aside2
==============================================**/
.asd-contact2 {
  text-align: center;
}
.asd-contact2::before {
  background: #fff;
  mix-blend-mode: screen;
  opacity: 0.2;
}
.asd-contact2 > div {
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.asd-contact2 .mail-btn a {
  border-color: var(--main-color);
}

@media screen and (max-width: 520px) {
  .asd-contact2 > div {
    width: 90%;
  }
  .asd-contact2 a[href^="tel:"] {
    margin-bottom: 6px;
    font-size: 30px;
  }
  .asd-contact2 .mail-btn {
    margin-top: 20px;
  }
}

/**==============================================
03: フッター
==============================================**/
footer .inner {
  width: min(90%, 980px);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
footer .inner address {
  width: 38%;
}
footer .inner address .f-logo {
  display: inline-block;
  margin-bottom: 20px;
}
footer .inner address .f-logo img {
  width: 250px;
}
footer .inner address a[href^="tel:"] {
  justify-content: flex-start;
}

/*nav*/
footer nav {
  width: 62%;
}
footer nav ul {
  column-count: 2;
  column-gap: 50px;
}
footer nav ul li {
  break-inside: avoid; /*ブロックの途中で改行させない*/
}
footer nav ul li a {
  display: block;
  padding: 0 10px 6px;
}
footer nav ul li a:hover {
  color: var(--purple);
  /* border-bottom: 1px solid var(--purple_l); */
}
footer nav ul li .sub-nav a {
  margin-left: 0.5em;
}
footer nav ul li .sub-nav a::before {
  content: "-";
  margin-right: 0.2em;
}

/** コピーライト **/
.copyright small {
  display: block;
  width: 100%;
  margin-top: 40px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 520px) {
  footer .inner address {
    width: 100%;
  }
  footer .inner address {
    margin-bottom: 40px;
  }
  footer .inner address .f-logo img {
    width: 150px;
  }

  /*nav*/
  footer nav {
    width: 100%;
  }
  footer nav ul {
    column-gap: 20px;
  }
  footer nav ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  /** コピーライト **/
  .copyright small {
    margin-top: 40px;
    text-align: center;
  }

  /*sp-fix*/
  .sp-fix {
    width: 100vw;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.3);
    z-index: 200;
  }
  .sp-fix a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    width: 50%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: var(--purple);
  }
  .sp-fix a img {
    width: 20px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .sp-fix a:last-child {
    font-size: 13px;
    border-left: 1px solid #fff;
  }
}

/**==============================================
TOPページ
==============================================**/
#top {
  --hero-height: max(48vw, 780px);
}

@media screen and (max-width: 520px) {
  #top {
    --hero-height: min(90vh, 640px);
  }
}

/* -------------------------------------
HERO
-------------------------------------*/
.hero {
  height: var(--hero-height);
  position: relative;

  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.hero .catch {
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 14%;
  z-index: 2;
}
.hero .catch strong {
  margin-bottom: 16px;
  line-height: 1.4;
}

/* video */
.hero .video {
  width: 100%;
  height: 100%;
  background: url(/common/video/sample.jpg) no-repeat center/cover;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero .video::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #808080;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}
.hero .video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 520px) {
  .hero .catch {
    bottom: 6%;
    width: 90%;
    font-size: 12px;
  }
}

/* -------------------------------------
sec-top-bnr
-------------------------------------*/
.top-bnr-wrap {
  gap:24px 0;
  padding:0 3%;
  text-align: center;
}
.top-bnr-wrap img {
   width: 100%;
}
.top-bnr-wrap a:hover img {
  opacity: 0.8;
}

/* -------------------------------------
sec-top-about
-------------------------------------*/
.sec-top-about {
  z-index: 2;
  margin-top: var(--hero-height);
}
.sec-top-about .content {
  margin-left: 38%;
  color: #fff;
}
.sec-top-about .content p strong {
  display: block;
  line-height: 1.8;
}
.sec-top-about figure {
  position: absolute;
  left: -10%;
  bottom: -1px;
}

/* top-about-list */
.top-about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  margin: 70px 0;
}
.top-about-list li img {
  padding: 0 10px;
  height: 120px;
}

@media screen and (max-width: 520px) {
  .sec-top-about {
    margin-top: calc(var(--hero-height) - 50px);
  }

  .sec-top-about .content {
    margin: 20px 0 360px;
    line-height: 1.7;
  }
  .sec-top-about .content p {
    margin: 0 6%;
  }
  .sec-top-about .content p strong {
    margin-bottom: 30px;
    font-size: 1.2em;
    line-height: 1.6;
  }
  .sec-top-about figure {
    width: 90%;
    position: absolute;
    left: -10%;
    bottom: -1px;
  }

  /* top-about-list */
  .top-about-list {
    gap: 10px;
    margin: 50px 0 30px;
  }
  .top-about-list li img {
    padding: 0;
    height: 80px;
    height: 22vw;
  }
}

/* -------------------------------------
sec-top-corona
-------------------------------------*/
.corona-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.corona-list li {
  width: calc(25% - 4px);
  padding: 24px;
  color: var(--purple);
  font-weight: var(--fw-b);
  text-align: center;
  background: var(--purple_l);
}
.corona-list li p {
  margin-top: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 520px) {
  .sec-top-corona > div {
    display: flex;
    flex-flow: column;
  }
  .sec-top-corona .p-btn-flx {
    display: contents;
  }
  .sec-top-corona .p-btn-flx .btn-wrap {
    order: 3;
  }
  .corona-list {
    gap: 4px;
    order: 2;
    margin: 30px 0 50px;
  }
  .corona-list li {
    width: calc(33% - 4px);
    padding: 14px 8px;
  }
  .corona-list li img {
    max-width: 70%;
    margin: 0 auto;
  }
  .corona-list li p {
    font-size: 0.7em;
  }
}

/* -------------------------------------
sec-top-news
-------------------------------------*/
.sec-top-news .flx .tit-wrap {
  width: 33%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.top-news li {
  display: flex;
}
.top-news li + li {
  margin-top: 10px;
}
.top-news li time {
  width: 6em;
  font-size: 0.9em;
}
.top-news li a {
  flex: 1;
}

@media screen and (max-width: 520px) {
  .sec-top-news .flx {
    flex-flow: column;
  }
  .sec-top-news .flx .tit-wrap {
    display: contents;
  }
  .sec-top-news .flx .tit-wrap .btn-wrap {
    order: 3;
    margin-top: 40px;
  }
  .top-news {
    order: 2;
  }
  .top-news li {
    display: flex;
  }
  .top-news li + li {
    margin-top: 10px;
  }
  .top-news li time {
    width: 6em;
    font-size: 0.9em;
  }
  .top-news li a {
    flex: 1;
  }
}

/* -------------------------------------
sec-top-cemetery
-------------------------------------*/
@media screen and (max-width: 520px) {
  .sec-top-cemetery > div {
    display: flex;
    flex-flow: column;
  }

  .sec-top-cemetery .p-btn-flx {
    display: contents;
  }
  .sec-top-cemetery .p-btn-flx .btn-wrap {
    order: 3;
  }
  .sec-top-cemetery .top-cemetery-wrapper {
    order: 2;
    margin: 40px 0 20px;
  }
}

/* -------------------------------------
top-sec-type
-------------------------------------*/
.sec-top-type {
  padding-top: 0;
  padding-bottom: 0;
}

/* ovr-flx */
.sec-top-type .ovr-flx {
  flex-flow: row-reverse;
}
.sec-top-type .ovr-flx .text {
  padding-top: 20px;
  position: relative;
}
.sec-top-type .ovr-flx .text > * {
  position: relative;
}
.sec-top-type .ovr-flx .text::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% + 50px);
  background: #fff;
  position: absolute;
  left: -3vw;
  top: 0;
}

/* type-list */
.type-list {
  margin-bottom: 50px;
  z-index: 2;
}
.type-list li {
  width: 300px;
}
.type-list li h4 {
  display: inline-block;
  margin-top: -40px;
  padding: 14px 14px 14px 0;
  background: var(--purple_l);
}
.type-list li h4 span {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
}

.sec-top-type .bg {
  margin-top: calc(-350px + 10vw);
}

@media screen and (min-width: 1501px) {
  .sec-top-type .ovr-flx figure.ovf_L {
    height: 600px;
    width: 60vw;
    margin-left: var(--ovf-half-mns);
  }
}

@media screen and (max-width: 980px) {
  .sec-top-type .ovr-flx figure.ovf_L {
    flex: 1;
  }
}

@media screen and (max-width: 520px) {
  .sec-top-type .ovr-flx {
    flex-flow: column-reverse;
    margin-bottom: 80px;
  }
  .sec-top-type .ovr-flx .text::before {
    display: none;
  }
  .sec-top-type .ovr-flx figure.ovf_L {
    width: 100vw;
    margin: 0 0 0 -6vw;
  }

  /* type-list */
  .type-list figure {
    padding: 0 6%;
  }
  .type-list li h4 {
    padding-right: 30px;
  }
  .sec-top-type .bg {
    margin-top: -90px;
  }
}

/* -------------------------------------
sec-top-service
-------------------------------------*/
.top-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.top-service-list li {
  width: calc(33.3% - 4px);
  text-align: center;
}
.top-service-list li a {
  display: block;
  padding: 30px;
  color: var(--purple);
  font-weight: var(--fw-b);
  background: var(--purple_l);
}
.top-service-list li a:hover {
  opacity: var(--opacity);
}
.top-service-list li figure {
  padding: 20px 0 40px;
}
.top-service-list li figure img {
  aspect-ratio: 2 / 1;
  width: 100%;
  object-fit: contain;
  max-height: 100px; /* 古iphone */
}
.top-service-list li p {
  display: inline-block;
  line-height: 1.4;
}
.top-service-list li p::after {
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 0.6em;
  color: var(--gray);
  margin-left: 1em;
}

@media screen and (max-width: 520px) {
  .top-service-list li {
    width: calc(50% - 4px);
    font-size: 0.9em;
  }
  .top-service-list li a {
    padding: 30px 10px 20px;
  }
  .top-service-list li figure {
    padding: 0 0 20px;
  }
}

/* -------------------------------------
sec-top-voice
-------------------------------------*/
.sec-top-voice .ovr-flx .ovf_R {
  overflow: hidden;
}
/* お客様の声 */
.top-voice {
  margin-bottom: 80px;
}
.top-voice li {
  max-width: 300px;
}
.top-voice li p {
  margin-top: 10px;
}
.top-voice li p span {
  display: block;
  margin-top: 10px;
  color: var(--gray);
}
/* スライドパーツ */
.voice-parts.slide-parts {
  margin-right: var(--ovf-half);
}

@media screen and (min-width: 1501px) {
  .sec-top-voice .ovr-flx .ovf_R {
    width: 60vw;
    margin-right: var(--ovf-half-mns);
  }
}

@media screen and (max-width: 980px) {
  .sec-top-voice .ovr-flx .ovf_R {
    flex: 1;
  }
  /* スライドパーツ */
  .voice-parts.slide-parts {
    margin-right: 5vw;
  }
}

@media screen and (max-width: 520px) {
  .sec-top-voice .ovr-flx {
    flex-flow: column;
  }
  .sec-top-voice .ovr-flx .text {
    display: contents;
  }
  .sec-top-voice .ovr-flx .btn-wrap {
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
  /* お客様の声 */
  .top-voice {
    margin-top: 30px;
    margin-bottom: 50px;
    order: 1;
  }
  .top-voice li {
    max-width: 200px;
    padding: 0 10px;
  }
  .top-voice li p {
    font-size: 0.9em;
  }
  .top-voice li p span {
    font-size: 0.9em;
  }
}

/* -------------------------------------
sec-top-trivia
sec-top-blog
sec-top-insta
-------------------------------------*/
@media screen and (max-width: 520px) {
  .sec-top-trivia > div,
  .sec-top-blog > div,
  .sec-top-insta > div {
    display: flex;
    flex-flow: column;
  }
  .sec-top-trivia .p-btn-flx,
  .sec-top-blog .p-btn-flx,
  .sec-top-insta .p-btn-flx {
    display: contents;
  }
  .sec-top-trivia .p-btn-flx h3,
  .sec-top-blog .p-btn-flx h3,
  .sec-top-insta .p-btn-flx h3 {
    margin-bottom: 30px;
  }
  .sec-top-trivia .p-btn-flx .btn-wrap,
  .sec-top-blog .p-btn-flx .btn-wrap,
  .sec-top-insta .p-btn-flx .btn-wrap {
    order: 2;
    margin-top: 40px;
  }
  .sec-top-trivia .blog-list-wrap,
  .sec-top-blog .blog-list-wrap,
  .sec-top-insta .insta-wrap {
    order: 1;
  }
}

/* -------------------------------------
sec-top-bus
-------------------------------------*/
.sec-top-bus {
  padding-top: 0;
}
.sec-top-bus .ovr-flx .text {
  position: relative;
}
.sec-top-bus .ovr-flx .text > * {
  position: relative;
}
.sec-top-bus .ovr-flx .text::before {
  content: "";
  display: block;
  width: 100vw;
  height: 70%;
  background: #fff;
  position: absolute;
  right: -3vw;
  top: 0;
}

@media screen and (max-width: 520px) {
  .sec-top-bus .ovr-flx .text {
    padding-top: 30px;
  }
  .sec-top-bus .ovr-flx .text::before {
    height: 70%;
    right: -6vw;
    opacity: 0.4;
  }
}

/**==============================================
選ばれる理由
==============================================**/
/* -------------------------------------
sec-gaiyou1
-------------------------------------*/
.sec-gaiyou1 .youtube-wrap {
  padding: 0 15%;
}

@media screen and (max-width: 520px) {
  .sec-gaiyou1 .youtube-wrap {
    margin-left: -6vw;
    margin-right: -6vw;
    padding: 0;
  }
}

/* -------------------------------------
sec-reason
-------------------------------------*/
/* reason-list */
.reason-list li {
  counter-increment: li;
}
.reason-list li + li {
  margin-top: 100px;
}
.reason-list li h4 {
  display: flex;
  align-items: center;
  color: var(--purple);
  font-weight: var(--fw-b);
}
.reason-list li h4::before {
  content: counter(li);
  --size: 50px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: var(--size);
  height: var(--size);
  margin-right: 0.7em;
  color: #fff;
  line-height: 1;
  background: var(--purple);
}

@media screen and (max-width: 520px) {
  /* reason-list */
  .reason-list li + li {
    margin-top: 50px;
  }
  .reason-list li h4::before {
    --size: 56px;
  }
}

/**==============================================
苑内マップ・施設案内
==============================================**/
/* -------------------------------------
苑内MAP
-------------------------------------*/
.sec-flower .w1500 {
  padding-left: 10%;
  padding-right: 10%;
}
.flower-map img {
  width: 100%;
}

/* flower-list */
.flower-list {
  width: auto;
  margin-top: -16px;
  padding: 120px 10% 60px;
  background:
    url(/common/images/bg-cloud_t.png) repeat-x center top / 50% auto,
    url(/common/images/bg-cloud_b.png) repeat-x center bottom / 50% auto;
}
.flower-list li {
  margin-bottom: 30px;
}
.flower-list li h4 {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 40px;
  font-weight: var(--fw-b);
}
.flower-list li h4::before {
  content: "";
  display: block;
  width: 70%;
  height: 30px;
  background-image: url(/common/images/line-spring.png);
  background-position: center;
  background-size: 50% auto;
  background-repeat: repeat-x;
  order: 3;
  flex-shrink: 2;
}
.flower-list li h4::after {
  content: "の花";
  width: 2.5em;
  font-size: 0.7em;
  flex-shrink: 0;
}
.flower-list li .fig-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flower-list li .fig-wrap figure {
  width: min(110px, 11vw);
  padding: 10px;
  font-size: 0.9em;
  font-weight: var(--fw-b);
  text-align: center;
  line-height: 1.2;
}
.flower-list li .fig-wrap figure img {
  border-radius: 50%;
  margin-bottom: 10px;
}

/* 色分け */
.flower-list li.spring {
  color: #dd969a;
}
.flower-list li.summer {
  color: #8dc11f;
}
.flower-list li.summer h4::before {
  background-image: url(/common/images/line-summer.png);
}
.flower-list li.autumn {
  color: #dc5419;
}
.flower-list li.autumn h4::before {
  background-image: url(/common/images/line-autumn.png);
}
.flower-list li.winter {
  color: #2791c3;
}
.flower-list li.winter h4::before {
  background-image: url(/common/images/line-winter.png);
}

@media screen and (min-width: 1501px) {
  .flower-list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 520px) {
  .sec-flower .w1500 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .flower-map.w1500 {
    margin-left: -6vw;
    margin-right: -6vw;
    padding-left: 0;
    padding-right: 0;
  }
  /* flower-list */
  .flower-list {
    margin-left: -6vw;
    margin-right: -6vw;
    padding: 50px 6% 20px;
    background-size:
      150% auto,
      150% auto;
  }
  .flower-list li {
    margin-bottom: 20px;
  }
  .flower-list li h4 {
    font-size: 30px;
  }
  .flower-list li h4::after {
    width: 2.8em;
  }
  .flower-list li .fig-wrap figure {
    width: 70px;
    padding: 8px;
    font-size: 0.7em;
  }
  .flower-list li .fig-wrap figure img {
    margin-bottom: 6px;
  }
}

/* -------------------------------------
ギャラリースライド
-------------------------------------*/
.gallery-slider {
  --height: 576px;
}
.gallery-slider .slick-item {
  width: 100%;
  /* height: 66vw; */
  height: calc(var(--height) + 40px);
  margin-bottom: 30px;
}
.gallery-slider .slick-item img {
  width: 100%;
  height: var(--height);
  object-fit: contain;
}
.gallery-slider .slick-item .cap {
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: var(--fw-b);
  text-align: center;
}
.gallery-thumb .thumb-item img {
  height: 120px;
}

@media screen and (min-width: 1201px) {
  .gallery-slider-wrapper.w1500 {
    width: 1200px;
    margin-left: -110px;
    margin-right: -110px;
  }
}

@media screen and (max-width: 520px) {
  .gallery-slider-wrapper.w1500 {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .gallery-slider {
    --height: 250px;
  }
  .gallery-slider .slick-item {
    margin-bottom: 16px;
  }
  .gallery-thumb .thumb-item img {
    height: 76px;
  }
}

/* -------------------------------------
faq-list
-------------------------------------*/
.faq-list dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
  background: var(--purple_l);
  position: relative;
}
.faq-list dt:before {
  --size: 60px;
  content: "Q";
  width: var(--size);
  height: var(--size);
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  line-height: var(--size);
  background: var(--purple);
  flex-shrink: 0;
}
.faq-list dt span {
  padding: 10px 10px 10px 16px;
}
.faq-list dd {
  padding: 20px 10px 50px;
  background: #fff;
}

@media screen and (max-width: 520px) {
  .faq-list dt:before {
    --size: 40px;
  }
  .faq-list dt span {
    padding: 4px 6px 4px 14px;
    font-size: 1rem;
  }
  .faq-list dd {
    padding: 14px 10px 34px;
  }
}

/**==============================================
お墓の種類
==============================================**/
.tomb-anc .anc-btn span::after {
  width: 100%;
}

@media screen and (max-width: 520px) {
  .tomb-anc .anc-btn {
    width: 100%;
    height: 90px;
  }
}
/* -------------------------------------
一般墓（和墓・洋墓など）
-------------------------------------*/
.tomb-head-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 260px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #fff;
}

/* tomb-head */
.tomb-head {
  display: flex;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.tomb-head figure {
  width: max(51vw, 450px);
  flex-shrink: 0;
  height: min(50vw, 650px);
  margin-left: var(--ovf-half-mns);
  margin-right: 5%;
}
.tomb-head figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tomb-head ul.target::before {
  content: "";
  display: block;
  height: 80px;
  margin: 50px 0 30px;
  background: url(/common/images/txt-osusume.svg) no-repeat left center / contain;
}
.tomb-head ul.target li {
  margin-right: 0;
  margin-bottom: 20px;
  font-size: 1.1em;
  font-weight: var(--fw-b);
}
.tomb-head ul.target li::before {
  color: var(--purple);
}

/* 特別仕様 */
.tomb-content-wrapper_sp {
  border-top: var(--hr);
  border-bottom: var(--hr);
}
.tomb-content-wrapper_sp dl.price dt {
  color: #fff;
  background: var(--purple);
}

@media screen and (max-width: 520px) {
  body .tomb-head-wrapper {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .tomb-head-wrapper::before {
    display: none;
  }

  /* tomb-head */
  .tomb-head {
    flex-flow: column;
    margin-top: 50px;
  }
  .tomb-head figure {
    width: 100vw;
    height: auto;
  }
  .tomb-head ul.target::before {
    height: 54px;
    margin: 30px 0 20px;
  }
  .tomb-head ul.target li {
    margin-bottom: 10px;
    font-size: 1em;
  }

  /* tomb-content */
  .tomb-content-wrapper {
    position: relative;
  }
  .tomb-content-wrapper::before {
    content: "";
    display: block;
    width: 100vw;
    height: 300px;
    background: url(/common/images/bg-ptn.png);
    position: absolute;
    right: -6vw;
    top: -20px;
  }
  .tomb-content-wrapper > * {
    position: relative;
  }
  .tomb-content .text {
    width: 100%;
  }
  .tomb-content.left figure {
    margin-right: auto;
  }
}

/* -------------------------------------
庭園式　樹木葬（永代供養付き）
-------------------------------------*/
/* tomb2-point-list */
.tomb2-point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tomb2-point-list li {
  width: calc(33.3% - 4px);
  padding: 10px 30px 30px;
  background: var(--purple_l);
}
.tomb2-point-list li strong {
  text-align: center;
  display: grid;
  place-items: center;
  height: 5em;
  border-bottom: 1px solid var(--gray);
}
.tomb2-point-list li .richtext p {
  color: var(--black);
}

/* tomb2-detail */
.tomb2-detail {
  padding: 50px;
  color: var(--black);
}

@media screen and (max-width: 520px) {
  /* tomb2-point-list */
  .tomb2-point-list li {
    width: calc(50% - 4px);
    padding: 0 1em 20px;
    font-size: 0.9em;
  }

  /* tomb2-detail */
  .tomb2-detail {
    padding: 30px;
  }
}

/* -------------------------------------
合祀墓（観音大菩薩像のもとに納骨）
-------------------------------------*/
.sec-tomb3 {
  padding-bottom: 0;
}
.sec-tomb3 {
  padding-bottom: 0;
}

/* tomb3-point-list */
.tomb3-point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.tomb3-point-list li {
  width: calc(33.3% - 20px);
  font-weight: var(--fw-b);
  text-align: center;
  line-height: 1.4;
}
.tomb3-point-list li figure {
  margin-bottom: 10px;
}

/* tomb3-tbl-wrapper */
.tomb3-tbl-wrapper {
  margin-left: 30%;
  z-index: 2;
  position: relative;
}
.tomb3-tbl-wrapper .tableA {
  font-size: 1.1em;
  background: #fff;
}
.tomb3-tbl-wrapper .tableA td {
  line-height: 1.8;
}

.sec-tomb3 .bg {
  margin-top: -32vw;
}
.sec-tomb3 .bosatu {
  width: 36%;
  position: absolute;
  left: 5%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .sec-tomb3 .bosatu {
    width: 36%;
    left: 0;
  }
}

@media screen and (max-width: 520px) {
  /* tomb3-point-list */
  .tomb3-point-list {
    gap: 22px 20px;
  }
  .tomb3-point-list li {
    width: calc(50% - 10px);
    font-size: 0.9em;
  }

  /* tomb3-tbl-wrapper */
  .tomb3-tbl-wrapper {
    margin-left: 0;
  }
  .tomb3-tbl-wrapper h4 {
    text-align: center;
  }
  .tomb3-tbl-wrapper .tableA td {
    line-height: 1.6;
  }

  .sec-tomb3 .bg {
    min-width: 120vw;
    margin-top: 6vw;
  }
  .sec-tomb3 .bosatu {
    width: 66%;
  }
}

/**==============================================
お墓の引っ越し・墓じまい
==============================================**/
/* -------------------------------------
流れ
-------------------------------------*/
/* flow-list */
.flow-list {
  position: relative;
  z-index: 1;
}
.flow-list li {
  counter-increment: li;
  display: flex;
  font-size: 1.1em;
  padding: 30px;
  background: #fff;
  border: 3px solid var(--purple_l);
  position: relative;
}
.flow-list li + li {
  margin-top: 40px;
}
.flow-list li::before {
  margin-right: 0.8em;
  color: var(--purple);
  font-size: 1.5em;
  font-weight: var(--fw-b);
  line-height: 1.4;
  content: counter(li) ".";
}
.flow-list li + li::after {
  content: "▼";
  display: block;
  width: 100%;
  height: 1em;
  font-size: 1.4em;
  color: var(--purple);
  line-height: 1;
  text-align: center;
  transform: scale(1.4, 1);
  position: absolute;
  left: 0;
  top: -47px;
  opacity: 0.4;
}

.sec-flow .bg {
  margin-top: -250px;
}

@media screen and (max-width: 520px) {
  /* flow-list */
  .flow-list li {
    font-size: 1em;
    padding: 20px 30px 20px 20px;
    border: 3px solid var(--purple_l);
  }
  .flow-list li + li {
    margin-top: 30px;
  }
  .flow-list li::before {
    margin-right: 0.5em;
  }
  .flow-list li + li::after {
    font-size: 1.4em;
    top: -38px;
  }

  .sec-flow .bg {
    margin-top: -120px;
  }
}

/**==============================================
会社案内
==============================================**/
/* -------------------------------------
枚方紫峰霊苑概要
-------------------------------------*/
.sec-overview .tableA td {
  line-height: 1.8;
}

@media screen and (max-width: 520px) {
  .sec-overview .content-box {
    padding: 0;
  }
  .sec-overview .tableA.ta2 {
    border-top: none;
  }
  .sec-overview .tableA.ta2 tr {
    border-bottom: none;
  }
  .sec-overview .tableA.ta2 tr th,
  .sec-overview .tableA.ta2 tr td {
    padding: 12px 10px;
  }
  .sec-overview .tableA.ta2 tr:nth-child(even),
  .sec-overview .tableA.ta2 tr:nth-child(even) th {
    background: var(--purple_l);
  }
}

/* -------------------------------------
関連
-------------------------------------*/
.sec-group .tableA.ta2 th,
.sec-group .tableA.ta2 td {
  padding: 14px 10px;
}

@media screen and (max-width: 520px) {
  .sec-group .tableA.ta2 th,
  .sec-group .tableA.ta2 td {
    padding: 8px 10px;
  }
}

/**==============================================
各種サービス
==============================================**/
/* -------------------------------------
サービス
-------------------------------------*/
.service-content {
  margin-bottom: 150px;
}
.service-content figure + .price {
  margin-top: 20px;
}
.service-content .set {
  border: 2px solid var(--purple_l);
}
.service-content .set-head {
  color: var(--main-color);
  text-align: center;
  background: var(--purple_l);
  border-bottom: none;
}

@media screen and (max-width: 520px) {
  .service-content {
    margin-bottom: 50px;
  }
  .service-content .fig {
    padding: 0 6%;
  }
  .service-content .check-list {
    padding: 30px 20px 10px;
  }
  .service-content dl.price dd {
    border-right: 2px solid var(--purple_l);
  }

  .service-content .set {
    border: 1px solid var(--purple);
  }
  .service-content .set-head {
    color: #fff;
    background: var(--purple);
    border-bottom: none;
  }
}

/**==============================================
動画ギャラリー
==============================================**/
/* movie-list */
.movie-list li {
  margin-bottom: 60px;
}
.movie-list li .youtube {
  margin-bottom: 30px;
}
.movie-list li time {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  color: var(--gray);
}

@media screen and (max-width: 520px) {
  .service-content .check-list {
    padding: 30px 20px 10px;
  }
}

/**==============================================
交通・アクセス
==============================================**/
/* -------------------------------------
コロナ対策
-------------------------------------*/
/* corona-list2 */
.corona-list2 {
  display: flex;
  gap: 4px;
}
.corona-list2 li {
  width: calc(33.3% - 4px);
  padding: 30px 26px;
  background: var(--purple_l);
}
.corona-list2 li img {
  display: block;
  width: 38%;
  height: 80px;
  object-fit: contain;
  margin: 0 auto;
}
.corona-list2 li .richtext {
  margin-top: 18px;
  font-size: 15px;
  color: var(--black);
  line-height: 1.6;
}
.corona-list2 li p strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  text-align: center;
}
.corona-list2 li p a {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px dotted var(--main-color);
}
.corona-list2 li p a:hover {
  border: none;
}

@media screen and (max-width: 520px) {
  .corona-list2 {
    flex-flow: column;
  }
  .corona-list2 li {
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
  }
  .corona-list2 li img {
    width: 54px;
    margin: 0 30px 0 0;
  }
  .corona-list2 li .richtext {
    margin-top: 0;
  }
  .corona-list2 li p strong {
    margin-bottom: 4px;
    text-align: left;
  }
  .corona-list2 li p a {
    margin-top: 8px;
  }
}

/* -------------------------------------
アクセス
-------------------------------------*/
.sec-access .anc-btn span {
  font-size: 1em;
}
@media screen and (max-width: 520px) {
  .sec-access .anc-btn span {
    font-size: 14px;
  }
}

/* -------------------------------------
送迎バス
-------------------------------------*/
.sec-bus .anc-btn-wrapper {
  flex-flow: column;
  margin-right: 10%;
}
.sec-bus .anc-btn-wrapper .anc-btn {
  height: 60px;
}
.bus-content .h-text-img .text {
  margin-left: 1.5em;
}
.bus-content .rideon {
  margin-top: 20px;
  padding-top: 10px;
  line-height: 2;
  border-top: 1px solid var(--gray);
}

@media screen and (max-width: 520px) {
  .sec-bus .anc-btn-wrapper {
    flex-flow: row;
    margin: 0 0 30px;
  }
  .bus-content .h-text-img {
    flex-flow: column;
  }
  .bus-content .h-text-img .text {
    width: 100%;
    margin-left: 10px;
  }
  .bus-content .rideon {
    margin: 10px 0 20px;
    padding-top: 10px;
    line-height: 1.8;
  }
}

/* timetable */
.timetable {
  --border: 1px solid #aaa;
  width: 100%;
  background: #fff;
  border: var(--border);
}
.timetable.hol {
  background: #ffeeef;
}
.timetable .t-head {
  background: var(--purple_l);
}
.timetable th,
.timetable td {
  padding: 16px 20px;
  text-align: center;
  vertical-align: middle;
  border: var(--border);
}
.timetable th {
  font-weight: var(--fw-b);
}
.timetable th.day {
  width: 200px;
}
.timetable .nth {
  width: 6em;
}
.timetable .t-time {
  font-size: 1.1em;
  font-weight: var(--fw-b);
  letter-spacing: 0.1em;
}

.timetable.timetable2 .w-auto {
  width: 34%;
}

@media screen and (max-width: 520px) {
  /* timetable */
  .timetable th,
  .timetable td {
    padding: 8px;
    font-size: 0.85em;
  }
  .timetable th.day {
    width: 80px;
    padding: 8px 0;
  }
  .timetable .nth {
    width: 3.5em;
  }
  .timetable .t-time {
    font-size: 1em;
    letter-spacing: 0;
  }
}

/**==============================================
よくあるご質問
==============================================**/
@media (max-width: 520px) {
  #faq .catBtn {
    justify-content: flex-start;
  }
}

/**==============================================
ご家族の声
==============================================**/
/* お客様の声 */
.voice-list {
  gap: 15px 0;
}
.voice-list li p {
  font-size: 13px;
}
.voice-list li p span {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}
.voice-list li p .kind i::after {
  content: "：";
}
.voice-list li p span.name {
  margin-bottom: 6px;
}

@media screen and (max-width: 520px) {
  .voice-list {
    gap: 0;
  }
  .voice-list li p {
    font-size: 12px;
  }
  .voice-list li p span {
    margin-bottom: 0;
    font-size: 13px;
  }
  .voice-list li p span.name {
    margin-bottom: 2px;
  }
}

/* お客様の声詳細 */
.voice-content {
  display: flex;
  gap: 60px;
}
.voice-content figure {
  width: 50%;
}
.voice-content .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.voice-content .text dl.price dt {
  width: 120px;
}
.voice-content .text .name {
  margin-top: 20px;
}

@media (max-width: 520px) {
  /* お客様の声詳細 */
  .voice-content {
    flex-direction: column;
    gap: 30px;
  }
  .voice-content figure {
    width: 100%;
  }
  .voice-content .text {
    gap: 15px;
  }
  .voice-content dl.price dt {
    width: 95px;
  }
  .voice-content .text .name {
    margin-top: 5px;
  }
}

/**==============================================
お知らせ・ブログ&豆知識
==============================================**/
/* -------------------------------------
一覧
-------------------------------------*/
.blogtop-content {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.blogtop-content .post-cat {
  width: 28%;
}
.blogtop-content .post-cat li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid var(--purple_l);
}
.blogtop-content .post-cat li:first-child {
  margin-top: 0;
}
.blogtop-content .post-cat li a {
  display: block;
}

.blogtop-content .post-cat li a .inner {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: start;
  gap: 10px;
}
.blogtop-content .post-cat li a .inner figure img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.blogtop-content .post-cat li a .inner p {
  display: grid;
  grid-template-columns: 1fr;
  font-size: 15px;
  font-weight: bold;
}
.blogtop-content .post-cat li a .inner p span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

/** もっとみる 
-------------------------------------------*/
/* input */
/* .toggle-check {
  display: none;
} */
/* テキストの行数制限 */
.post-cat-more .more-text {
  /* display: -webkit-box;仏事の栞
  -webkit-box-orient: vertical; */
  /* 3行で隠す */
  /* -webkit-line-clamp: 3;
  overflow: hidden; */
  font-size: 12px;
  margin-top: 10px;
}
/* ボタン */
/* .toggle-btn {
  color: var(--gray);
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 6px 4px;
}
.toggle-btn::before {
  content: "もっとみる";
} */
/* チェック直後のテキストを全表示 */
/* .toggle-check:checked + .more-text {
  -webkit-line-clamp: initial;
  display: block;
}
.toggle-check:checked ~ .toggle-btn::before {
  content: "閉じる";
} */

.blogtop-content .blog-list-wrap {
  flex: 1;
}

@media (max-width: 520px) {
  .blogtop-content {
    flex-direction: column;
    gap: 20px;
  }
  .blogtop-content .post-cat {
    width: 100%;
  }
}

/* -------------------------------------
関連記事
-------------------------------------*/
.sec-kanren {
  border-top: var(--hr);
}

@media screen and (max-width: 520px) {
  /* #post .catBtn a {
    width: auto;
  } */
}

/**==============================================
お問い合わせ
==============================================**/
/* お電話から */
.sec-cntct-tel a[href^="tel:"] i {
  margin: 7px 6px 0 0;
  font-size: 1rem;
  display: inline-block;
  margin-right: 20px;
  border: 1px solid var(--purple);
  padding: 10px 20px;
  /* background: var(--purple_l); */
}

@media screen and (max-width: 520px) {
  .sec-cntct-tel {
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .sec-cntct-tel a[href^="tel:"] {
    flex-flow: column;
  }
  .sec-cntct-tel a[href^="tel:"].fz35 {
    font-size: 32px;
  }

  .sec-cntct-tel a[href^="tel:"] i {
    margin: 0 0 10px;
    padding: 4px 20px;
  }
}