@charset "UTF-8";

body {
  margin: 0;
  color: #000;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','Times New Roman',sans-serif;  word-wrap: break-word;
  height: 100%;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: 0.05em;
  background: #fcfcf3 url(../images/bg01.webp) no-repeat left bottom/cover fixed content-box;
  scroll-behavior: smooth;
}
:root {
  --main_color: #c89650;
  --lightgray: #c8c8c8;
  --fontbasic: #643714;
}
section,article {
  overflow: hidden;
  padding: 0;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 100px 50px;
  overflow: hidden;
}
h1 {
  width: 160px;
  margin: 5px auto 0;
  font-size: 13px;
}
h2 {
  margin: 0 0 80px;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.15em;
  color: var(--main_color);
  text-align: center;
}
.h2_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  margin: 0 0 80px;
}
.h2_ttl-en {
  font-size: 1em;
  font-weight: 700;
  color: #e6d2be;
  font-family: "Tangerine", cursive,'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','Times New Roman',sans-serif;  word-wrap: break-word;
}
.h2_ttl-ja {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--main_color);
  padding: 0 220px;
}
.h2_ttl-ja::before,
.h2_ttl-ja::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.h2_ttl-ja::before {
  left: 0;
  background-image: url(../images/bg_h2_left.svg);
}

.h2_ttl-ja::after {
  right: 0;
  background-image: url(../images/bg_h2_right.svg);
}
h3 {
  margin: 0 0 2em;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  text-align: center;
}
p {
  margin: 0 0 3em;
  text-align: justify;
}

.bg02 {
  background: url(../images/bg02.webp) repeat left top / cover fixed content-box;;
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/fv.webp) no-repeat;
  background-size: cover;
  background-position: center center;
}
header .logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}
header .fv_hero {
  position: absolute;
  top: 35%;
  left: 5%;
}
header .fv_hero p {
  margin: 0 0 1em;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.2em;
  text-shadow: 0 0 10px #fff ;
}
header .fv_hero p:last-child {
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
.item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.item .category {
  width: 30%;
  margin-bottom: 30px;
  text-align: center;
  background: #faf5f0;
  border-radius: 5px;
}
.item .category h3 {
  margin: 0 0 .6em;
  padding: 1em .5em;
  font-size: 1em;
  color: #fff;
  background: var(--main_color);
  line-height: 1em;
}
.item .category li {
  padding: 1em .5em;
  font-size: 0.8em;
  line-height: 1em;
}
.plan {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.comparision {
  width: 100%;
  margin: 20px auto 0;
}
.comparision dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  font-size: 0.9em;
}
.comparision dl > :nth-child(-n + 4) {
  border-top: 1px solid #ccc;
}
.comparision dt {
  width: 20em;
  padding: 0.8em;
  color: #fff;
  background: rgb(200, 150, 80, .8);
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.comparision dd {
  width: calc((100% - 20em) / 3);
  padding: 0.8em;
  background: rgb(255, 255, 255, .6);
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.comparision dd:first-of-type {
  border-top: 1px solid #ccc;
}
.comparision .self {
  font-size: 1.1em;
  font-weight: 600;
  background: rgb(253, 243, 231, .85);
}
.comparision > p {
  margin: .8em 1em 0 0;
}
.plan > li {
  width: calc(33.333% - 20px);
}
.plan_card {
  background: rgb(255, 255, 255, .8);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.plan_ttl {
  padding: 0.5em 20px;
  background: rgb(200, 150, 80, .85);
  color: #fff;
}
.plan_ttl h3 {
  margin: 0;
  font-size: 1.2em;
}
.price {
  text-align: right;
  font-size: 1.5em;
  font-weight: bold;
  border-top: 1px solid #fff;
}
.price::before {
  content: "￥";
}
.price::after {
  content: "〜";
}
.plan_item {
  padding: 0.2em 20px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.plan_item li {
  padding: .3em 0;
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
}
.plan_item li:last-child {
  border-bottom: none;
}

.flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow > li {
  position: relative;
  width: 28%;
  min-width: 300px;
  margin: 0 2.55% 40px;
  padding: 1.5em;
  background: #fff;
  border-radius: 10px;
}
.flow li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3em;
  transform: translateY(-50%);
  width: 1.5em;
  height: 2em;
  background: url(../images/icon_flow.svg) no-repeat;
  background-size: contain;
}
.flow li:last-child::after {
  background: none;
}
.flow li h3 {
  font-size: 1em;
  margin-bottom: 1em;
  color: #fff;
  background: var(--main_color);
  border-radius: 100vh;
}
.flow li p {
  font-size: 0.85em;
  margin: 0 0 0;
  line-height: 2em;
}
.flow_notion {
  font-size: 0.8em;
  text-align: center;
}

.contact_box {
  width: 80%;
  min-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
.contact_p {
  margin: 0 auto 1em;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--main_color);
}
.contact_tel {
  width: 45%;
  margin: 50px 2.5%;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--main_color);
}
.contact_tel span {
  display: block;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.contact_line {
  width: 45%;
}
.contact_line a {
  display: block;
  margin: 50px 2.5%;
  padding: 0.7em;
  background: #643714;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
}

.fix_cam a {
  position:fixed;
  bottom: 20%;
  right: 0;
  padding: 1em;
  font-size: 0.75em;
  line-height: 1.5em;
  background: var(--main_color);
}
.fix_cam a > p {
  margin: 0;
  text-align: center;
}
.fix_cam a .more {
  margin-top: 1em;
  font-size: 0.9em;
  letter-spacing: 0em;
}

.copy {
  padding: .15em 3em .15em 1em;
  font-size: 0.7em;
  text-align: right;
}

.fix_button {
  position: fixed;
  width: 100%;
  height: 80px;
  bottom: 0;
  z-index: 999;
  display: grid;
  grid-template-columns: repeat(4 , 160px);
  bottom: env(safe-area-inset-bottom);
}
.fix_button li {
  width: 100%;
  height: 100%;
}
.fix_button li a img {
  width: 100%;
  object-fit: cover;
}

.txtbox60 {
  width: 60%;
  float: left;
  margin: 0 0 40px;
  padding: 4em;
  background: rgb(255, 255, 255, .8);
  border-radius: 20px;
}
.imgbox40 {
  width: 40%;
  float: left;
  margin: 0 0 40px;
  border-radius: 10px;
}
.imgbox40 img {
  width: 100%;
}

.btn_basic a {
  width: 20%;
  min-width: 200px;
  display: block;
  margin: 50px auto;
  padding: 1em 0.5em;
  color: #fff;
  text-align: center;
  background: var(--main_color);
  border-radius: 100vh;
  transition: all 0.5s ease;
}
.btn_basic a:hover {
  background: #b48037;
  transition: all 0.5s ease;
}
.w50 {
  width: 50%;
  min-width: 400px;
  margin: 0 auto;
}
.w70 {
  width: 70%;
  min-width: 800px;
  margin: 0 auto;
}

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

.fz08em {font-size: 0.8em;}

strong {font-size: 1.4em;}

.pc {display: block;}
.sp {display: none;}
