@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@500&family=Zen+Old+Mincho:wght@500&display=swap");
:root {
  /* font */
  --kaisei: "Kaisei Opti", serif;
  --zen: "Zen Old Mincho", serif;
  --san: "Noto Serif JP", serif;

  /* color */
  --main-color: #D05547;
  --blk: #3c3c3c;
  --frst: #69970d;
  --wht: #fff;
  --gld: #b4ab7c;
  --btn: #D05547;
  --plan_bg: #eee;
}
html {
  scroll-behavior: smooth;
}
/*
  reset
------------------------------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

p {
  word-wrap: break-word;
}

p:not(:last-of-type) {
  margin-bottom: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

a {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none;
}

area {
  border: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}
/*
  表示設定
------------------------------ */
body {
  background: var(--wht);
  line-height: 1.8;
}

.container {
  margin: 0 auto;
  width: 100%;
}
/*
  font
------------------------------ */
body {
  font-family: var(--zen);
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #faf9f6;
}

body,
th,
td {
  color: var(--blk);
  font-size: 16px;
  font-weight: normal;
}
ul {
  list-style-type: none;
}

/* ------------------------------
  Main Page
------------------------------*/
/* 
  Header
------------------------------*/
.header .kv__item {
  position: relative;
}
.header .kv__item .kvTitle {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .kv__item .kv_main {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .header .kv__item .kv_main {
    flex-direction: row;
    max-width: 100%;
  }
  .header .kv__item .kv_main img {
    width: 50%;
  }
  .header .kv__item .kvTitle {
  max-width: 600px;
  }
}

/* 
  Main Content
------------------------------*/
/* Intro */
.page_intro h2 {
  color: var(--main-color);
  font-family: var(--kaisei);
  font-size: 22px;
  text-align: center;
  margin: 0 auto 48px;
  padding-top: 48px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 1.1px;
  font-weight: 500;
  width: fit-content;
  position: relative;
}
.page_intro h2::after {
  content: "";
  background: url(../images/leaf01.png) no-repeat;
  background-size: contain;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  right: -80px;
  top: 40px;
  margin: 0.5em 0;
}
.page_intro h2::before {
  content: "";
  background: url(../images/leaf02.png) no-repeat;
  background-size: contain;
  display: block;
  width: 55px;
  height: 55px;
  position: absolute;
  left: -80px;
  top: 0px;
  margin: 0.5em 0;
}
.page_intro .gallery_container h2 {
  color: var(--wht);
  padding-top: 80px;
  text-shadow: 0 0 5px #000;
}
.page_intro .gallery_container h2::after,.page_intro .gallery_container h2::before {
  content: none;
}
.page_intro .page_detail {
  color: var(--blk);
  text-align: center;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.48px;
  padding: 1em 1rem;
}
.gallery_container {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/gallery.jpg") 3% no-repeat;
}
.gallery_list {
  padding: 0px 16px 80px 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
}
.gallery_item {
  flex-basis: calc(100% / 2 - 1.5rem)
}
.page_img .page_img_1 {
  height: 150px;
}
.page_img::before {
  content: "";
  background: url("../images/img_decor01.png") 3% no-repeat,
    url("../images/img_decor03.png") 25% 3% no-repeat,
    url("../images/img_decor04.png") 75% 3% no-repeat,
    url("../images/img_decor02.png") 97% no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 98px;
  margin-bottom: -25px;
}
.sp_only {
  display: block;
}
@media screen and (min-width: 768px) {
  .page_intro h2 {
    font-size: 29px;
    margin-top: 0;
  }
    .page_intro h2::after {
    width: 100px;
    height: 100px;
    right: -200px;
    top: 40px;
  }
  .page_intro h2::before {
    width: 100px;
    height: 100px;
    left: -200px;
    top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .page_intro h2 {
    font-size: 36px;
    margin: 80px auto 80px;
  }
  .page_intro h2::after {
    top: 80px;
  }
  .page_intro .gallery_container h2 {
    margin: 0px auto 80px;
  }
  .page_intro .page_detail {
    width: 80%;
    margin: 0 auto;
  }
  .sp_only {
    display: none;
  }
  .page_img .page_img_1 {
    width: 100%;
    height: 184px;
    object-position: 0 51%;
  }
  .page_img::before {
    height: 160px;
    margin-bottom: -27px;
    background: url("../images/img_decor01.png") 1% 7px no-repeat,
      url("../images/img_decor03.png") 7% 1px no-repeat,
      url("../images/img_decor04.png") 93% 2px no-repeat,
      url("../images/img_decor02.png") 99% 35px no-repeat;
  }
  .gallery_list {
    flex-direction: initial;
    padding: 0px 100px 80px 100px;
  }
}
/* Page Top Button */
.page-top-btn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.page-top-btn.show {
  opacity: 1;
  visibility: visible;
}
.page-top-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: var(--wht);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  font-size: 11px;
  line-height: 1.2;
}
.page-top-btn a:hover {
  background: var(--wht);
  color: var(--main-color);
  border: 2px solid var(--main-color);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
  transform: translateY(-3px);
}
.page-top-btn a span:first-child {
  font-size: 14px;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .page-top-btn {
    bottom: 40px;
    right: 40px;
  }
  .page-top-btn a {
    width: 80px;
    height: 80px;
    font-size: 12px;
  }
  .page-top-btn a span:first-child {
    font-size: 24px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .page-top-btn {
    bottom: 50px;
    right: 50px;
  }
  .page-top-btn a {
    width: 90px;
    height: 90px;
    font-size: 13px;
  }
  .page-top-btn a span:first-child {
    font-size: 16px;
  }
}
/* Plan */
.page_plan {
  padding: 0 12px;
  text-align: center;
  background: var(--plan_bg);
  position: relative;
  z-index: 2;
}
.page_plan h2 {
  color: var(--frst);
  font-family: var(--zen);
  font-weight: 500;
  line-height: 150%;
  font-size: 28px;
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
.page_plan .plan {
  /* margin-bottom: 4em; */
  padding-bottom: 4rem;
  position: relative;
  z-index: 3;
}
.plan{
  position: relative;
}
.plan img {
  width: 100%;
  height: auto;
}
.plan picture {
  display: block;
  width: 100%;
}
.plan .plan_title {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan .plan_title h2 {
  font-size: 20px;
  margin-bottom: 0;
  padding-top: 0;
}
.plan .expire {
  color: var(--blk);
  font-size: 18px;
  margin-bottom: 1em;
  height: 60px;
}
.page_plan .plan:nth-of-type(odd)::before,
.page_plan .plan:nth-of-type(even)::before,
.page_plan .special::after {
  content: "";
  display: block;
  width: 90px;
  height: 180px;
  position: absolute;
  top: -80px;
  z-index: -1;
}
.page_plan .plan:nth-of-type(odd)::before {
  background: url("../images/img_decor05.png") 48% no-repeat;
  left: -12px;
}
.page_plan .plan:nth-of-type(even)::before {
  background: url("../images/img_decor06.png") 48% no-repeat;
  right: -12px;
}
.page_plan .special {
  padding-bottom: 30%;
  margin-bottom: 0;
}
.page_plan .special::after {
  background: url("../images/img_decor07.png") 48% no-repeat;
  left: -12px;
  top: 80%;
  width: 110px;
}
@media screen and (min-width: 1024px) {
  .page_plan {
    padding: 0 100px;
    max-width: 100vw;
    background-image: url(../images/img_decor08.png),url(../images/img_decor09.png),url(../images/img_decor10.png),url(../images/img_decor11.png);
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
    background-position:0.5% 5.5%, 99.5% 5.5%, 0 90.5%, 100% 90.5%;
  }
  .block {
    display: flex;
    gap: 15px;
  }
  .page_plan .plan {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5em;
  }
  .page_plan h2 {
    font-size: 40px;
  }
  /* .plan img {
    width: 95%;
    height: auto;
  } */
  .page_plan .plan:nth-of-type(odd)::before,
  .page_plan .plan:nth-of-type(even)::before,
  .page_plan .plan:last-of-type::after {
    content: none;
  }
  .page_plan .plan:last-of-type {
    padding-bottom: 0;
  }
  .plan .thrd-line {
    padding-top: 0;
  }
}
/* linkBtn */
.linkBtn {
  display: flex;
  justify-content: center;
}
.linkBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.plan .linkBtn a {
  background: var(--btn);
  width: 250px;
  height: 50px;
  color: var(--wht);
  font-size: 20px;
  border: solid 2px var(--plan_bg);
  border-radius: 80px;
}
.plan .linkBtn a:hover {
  background: var(--wht);
  color: var(--main-color);
  border: solid 2px var(--main-color);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.plan .linkBtn a:active {
  background: #0F988B;
}
.linkBtn a::before {
  content: "＞";
  font-size: 14px;
  padding-right: 5px;
}
.linkBtn a:hover {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.plan .linkBtn a.cover {
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .plan .linkBtn a {
    margin: 0 auto;
    font-size: 18px;
  }
}
/* Footer */
.footer {
  position: relative;
  z-index: 2;
  background: #b4ab7c;
}
.footer img {
  width: 100%;
  height: 150px;
}
.footer .logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1.5em 0;
}
.footer .logo a {
  width: 225px;
}
.ft_detail .logo img {
  width: 100%;
  height: auto;
}
.ft_detail .ft_info {
  text-align: center;
  color: var(--wht);
}
.ft_detail .ft_info h3 {
  font-weight: 500;
  font-family: var(--zen);
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 3.12px;
  margin-bottom: 1em;
}
.ft_detail .ft_info .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.08px;
}
.ft_detail .linkBtn a {
  background: var(--wht);
  width: 300px;
  height: 50px;
  color: var(--gld);
  font-size: 20px;
  border: solid 2px var(--wht);
  border-radius: 80px;
  margin: 1em auto;
}
.nav .insta a {
  width: 50px;
  height: 50px;
}
.nav .insta a img {
  height: auto;
}
.nav ul {
  margin-bottom: 2em;
}
.nav ul li {
  text-align: center;
}
.nav a {
  color: var(--wht);
  font-size: 13px;
  line-height: 15.2px;
  font-family: var(--san);
}
.footer .copyright {
  background: var(--wht);
  font-family: var(--san);
  text-align: center;
  font-size: 12px;
  padding: 18px 15px;
  font-weight: 300;
  line-height: 15.2px;
  letter-spacing: 0.36px;
}
@media screen and (min-width: 1024px) {
  .footer img {
    height: 350px;
    object-position: 0 64%;
  }
  .ft_detail .logo img {
    width: 100%;
    height: auto;
  }
  .ft_detail .linkBtn a {
    width: 25%;
  }
  .nav ul {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .nav ul li:first-of-type::before,
  .nav ul li:first-of-type::after,
  .nav ul li:last-of-type::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 15px;
  }
  .nav ul li:first-of-type::before {
    padding-left: 20px;
    border-left: solid 1px var(--wht);
  }
  .nav ul li:first-of-type::after {
    border-right: solid 1px var(--wht);
    padding-right: 20px;
  }
  .nav ul li:last-of-type::after {
    padding-right: 20px;
    border-right: solid 1px var(--wht);
  }
}