@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
  color: inherit;
}

a:hover {
  transition: 0.3s ease;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #3b2f2f;
  font-size: 14px;
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  body {
    font-size: 1.3rem;
    line-height: 2;
  }
}

h2 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-size: 15px;
  padding: 20px 0 0;
  position: relative;
}

p.midashi {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  margin-bottom: 60px;
}

p.midashi::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  bottom: -15px;
  left: 3px;
  background: #b86e55;
}

p.txt01 {
  font-weight: bold;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  p.txt01 {
    font-size: 1.4rem;
  }
}

p.txt02 {
  font-weight: bold;
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 17px;
  margin: 0 0 15px;
}

@media (max-width: 1024px) {
  p.txt02 {
    font-size: 15px;
  }
}

p.txt02::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #b86e55;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

p.txt03 {
  font-weight: bold;
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  margin: 10px 0;
}

@media (max-width: 1024px) {
  p.txt03 {
    font-size: 15px;
  }
}

p.txt03::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #b86e55;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
a.txt_link {
  color: #c67b68;
  text-decoration: underline;
}

@media (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none; /* クリックできなくする */
    color: gray; /* 色を変えて無効風に */
    text-decoration: none; /* 下線も消す */
    cursor: default; /* カーソルも変える */
  }
}

ol,
ul {
  list-style: none;
}

@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media (max-width: 1024px) {
  .sp {
    display: block;
  }
}

/* .box_wrapper{
  width: 90%;
  background: #e5dac8;
  margin: 5% auto;
  border-radius: 10px;
  box-shadow:5px 10px 20px rgba(160, 109, 80, 0.8);
} */

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}

@media (max-width: 1024px) {
  .wrapper {
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
    padding: 50px 0;
  }
}
.shima {
  background-position: top left;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #eee7e0 25%,
    #f7f7f7 50%,
    #fff 50%,
    #fff 75%,
    #eee7e0 75%,
    #eee7e0
  );
  background-color: #eee7e0;
  background-size: 7px 7px;
}

.whi {
  background: #fff !important;
}
/*
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: fixed;
  right: 20px;
  top: 22px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 30px;
  height: 2px;
  right: 0;
  background-color: #c67b68;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 10px;
}

.hamburger__line--3 {
  top: 19px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}
.hamburger p {
  position: absolute;
  bottom: -2px;
  right: 0;
  font-size: 11px;
  color: #b86e55;
}
/*
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%;
  top: 0;
  width: 80%;
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  padding: 100px 30px 0 30px;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}
.sp-nav .telBox {
  padding-top: 30px;
  text-align: center;
}
.sp-nav .telBox .tel {
  font-weight: bold;
  line-height: 1.6;
}
.sp-nav .telBox .tel a {
  font-size: 3rem;
}
.sp-nav .navList_bm {
  border-top: 1px solid #f9f5f0;
  margin-top: 30px;
  padding-top: 20px;
}
/*
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
.sp-nav .navList li {
  margin-bottom: 15px;
}
.sp-nav .navList li a {
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: bold;
  color: #c67b68;
}
.nav_logo {
  text-align: center;
}
.nav_logo img {
  width: 120px;
}
/* =========================================================
ヘッダー
========================================================= */
.globalHeader {
  position: absolute;
  z-index: 1;
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .globalHeader {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 75px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  }
}
.globalHeader .logo_txt {
  position: relative;
  top: 10px;
  left: 30px;
  margin-bottom: -15px;
}

@media screen and (max-width: 1024px) {
  .globalHeader .logo_txt {
    position: relative;
    top: 20px;
    left: 115px;
    font-size: 11px;
    line-height: 1.8rem;
  }
}

.globalHeader img.logo {
  position: relative;
  width: 120px;
  top: 30px;
  left: 30px;
}

@media screen and (max-width: 1024px) {
  .globalHeader img.logo {
    top: 23px;
    left: 15px;
    width: 90px;
    position: fixed;
  }
}

.headerNav .navList {
  display: flex;
  justify-content: flex-end;
  gap: 5px 30px;
  letter-spacing: 0.1em;
  flex-wrap: wrap;
  margin-top: -20px;
}

.headerNav .navList li a {
  font-weight: bold;
  color: #b86e55;
  text-align: center;
  position: relative;
  transition: 0.3s ease;
  display: block;
  padding: 3px 0;
}

.headerNav .navList li:last-child a {
  color: #fff;
  background: #b86e55;
  padding: 3px 12px;
  border-radius: 4px;
}
.headerNav .navList li:last-child a i {
  margin-right: 8px;
}
.headerNav .navList li a:hover {
  margin-top: -3px;
}

.headerNav .navList li:last-child a:hover {
  opacity: 0.8;
}

.fixed-header {
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  background: #fff;
  width: 100%;
  padding: 10px;
}

.fixed-header.is-show {
  top: 0;
  visibility: visible;
}

.fixed-header .navList {
  position: relative;
  top: -15px;
  padding-right: 3%;
}

.fixed-header img.logo {
  position: relative;
  top: 10px;
  left: 20px;
  width: 120px;
}

/* 共通 */
.fontZen {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.main {
  width: 120vw; /* 横幅を画面より大きく */
  height: 300px;
  background: #fff;
  border-top-left-radius: 60vw 100%;
  border-top-right-radius: 60vw 100%;
  margin-left: -10vw;
  margin-right: -10vw;
  margin-top: -200px;
  margin-bottom: -240px;
}

@media screen and (max-width: 1024px) {
  .main {
    height: 150px;
    margin-top: -150px;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    margin-bottom: -150px;
  }
}

.main_txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 44px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 5px;
  text-align: center;
}

.main_txt span {
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: initial;
}

@media (max-width: 1024px) {
  .main_txt {
    margin: 0 0 35px 0;
    font-size: 35px;
  }

  .main_txt span {
    margin: 20px 0 0 0;
    font-size: 15px;
  }
}

.box_wrapper .contents {
  margin-bottom: 80px;
}

.btn {
  text-align: center;
  margin: 60px auto 0;
}

.btn a {
  position: relative;
  display: inline-block;
  background: #c67b68;
  border-radius: 30px;
  width: 310px;
  line-height: 60px;
  color: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  transition: transform 0.2s ease, background 0.3s ease;
}

@media (max-width: 767px) {
  .btn {
    margin: 30px auto 0;
  }

  .btn a {
    width: 100%;
    line-height: 50px;
    font-size: 13px;
  }
}

.btn a::before,
.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0px) 2%;
}

.btn a::before {
  transform: rotate(45deg);
}
.btn a::after {
  transform: rotate(-45deg);
}

.btn a:hover {
  background: #b86e55;
  transition: 0.3s ease;
}
.btn a i {
  margin-right: 8px;
}
p.bold {
  font-weight: bold;
  margin: 5px 0;
}
img.icon {
  display: block;
  background: #eee7e0;
  border-radius: 50%;
  padding: 7%;
}

.title-box {
  height: 620px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: top left;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #eee7e0 25%,
    #f7f7f7 50%,
    #fff 50%,
    #fff 75%,
    #eee7e0 75%,
    #eee7e0
  );
  background-color: #eee7e0;
  background-size: 7px 7px;
}

@media (max-width: 1024px) {
  .title-box {
    height: 400px;
  }
}

.title-box h2 {
  font-family: "Zen Maru Gothic", serif;
  padding: 0;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  position: relative;
  top: -60px;
}

@media screen and (max-width: 1024px) {
  .title-box h2 {
    font-size: 30px;
    top: -30px;
  }
}

.breadcrumbs {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    display: block;
    padding: 40px 0 0;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .breadcrumbs li {
    display: inline;
  }
}

.breadcrumbs li a {
  color: #a3a3a3;
}

.breadcrumbs li a:hover {
  color: #c67b68;
}

.breadcrumbs li .arrowMark {
  padding: 0 10px;
}

.arrowMark {
  position: relative;
}

.arrowMark::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3px;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #c67b68;
  border-right: 1px solid #c67b68;
  transform: rotate(45deg) translate(0px, 0px);
  transition: all 0.5s;
}

.arrowMark.down {
  transform: rotate(90deg);
}

.arrowMark.white::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* =========================================================
fotter
========================================================= */
.footer_contact {
  position: relative;
  width: 100%;
  background-position: top left;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #eee7e0 25%,
    #f7f7f7 50%,
    #fff 50%,
    #fff 75%,
    #eee7e0 75%,
    #eee7e0
  );
  background-color: #eee7e0;
  background-size: 7px 7px;
}
.footer_contact .icon_heading {
  text-align: center;
  font-size: 3rem;
  color: #c67b68;
  margin-bottom: 30px;
}
.footer_contact .icon_heading i {
  font-size: 3rem;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .footer_contact .icon_heading {
    font-size: 2.5rem;
  }
  .footer_contact .icon_heading i {
    font-size: 2.5rem;
  }
}

.footer_contact .contact_box {
  background: #fff;
  padding: 50px 30px 60px;
}

.footer_contact .contact_box p {
  text-align: center;
}

.footer_contact .contact_box h2 {
  text-align: center;
  font-size: 2rem;
  color: #c67b68;
  margin-bottom: 30px;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer_contact .contact_box h2 {
    font-size: 1.7rem;
  }
}

.footer_contact .contact_box h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #c67b68;
  margin: 8px auto 0;
  border-radius: 2px;
}
.footer_contact .contact_box .btn {
  margin-top: 30px;
}
.foot_info .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .foot_info .wrapper {
    text-align: center;
    display: block;
    align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .foot_info .wrapper .logo_area img.logo {
    text-align: center;
    margin: 30px auto;
    display: block;
  }
}
.foot_info .wrapper .logo_area img {
  width: 150px;
  margin-bottom: 30px;
}
.foot_info .wrapper .logo_area p.adress span {
  font-size: 13px;
}

.foot_info .wrapper .navList {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
  margin-top: 30px;
  border-top: 1px solid;
  padding-top: 30px;
}

.foot_info .wrapper .navList li a {
  font-weight: bold;
  color: #b86e55;
  display: block;
  text-align: center;
}

.foot_info .wrapper .navList li a:hover {
  opacity: 0.8;
}
.foot_info .wrapper .link_area {
  width: 630px;
}
.foot_info small.copyright {
  background: #b86e55;
  color: #fff;
  font-size: 9px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 3px 0;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 35px;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -80px 0 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 30px;
  }
}

.pagetop a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #b86e55;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .pagetop a {
    font-size: 1rem;
  }
}
.pagetop a .icon_arrow {
  fill: #000;
  width: 16px;
  height: 32px;
  transform: rotate(-90deg);
}

.pagetop.is_animation {
  opacity: 1;
  bottom: 50px;
  visibility: visible;
}

.btn_flex {
  display: flex;
  width: 750px;
  margin: 0 auto 30px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .btn_flex {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
  }

  .btn_flex div:last-child {
    margin: 15px auto 0;
  }
}

/* 共通下層デザイン */

.table01 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

.table01 th {
  padding: 10px;
  background: #778ca3;
  border: solid 1px #666666;
  color: #ffffff;
}

.table01 td {
  padding: 10px;
  border: solid 1px #666666;
}

.table01 td:first-child {
  background: #e9faf9;
}

.text-blue {
  color: #559fb8;
  font-size: 1.2rem;
  margin-right: 5px;
}

.guide {
  background: #f9f5f0;
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
}

.guide p.txt02 {
  font-size: 15px !important;
}

/* 注意書き */
.kome-number,
.kome-number2 {
  margin: 0;
  text-indent: -2em;
  padding-left: 1.6em;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .kome-number {
    text-indent: -2em;
    padding-left: 2em;
  }
  .kome-number2 {
    text-indent: -1.5em;
    padding-left: 1.6em;
  }
}
.kome-number span,
.kome-number2 span {
  font-weight: inherit;
}

/* プラン共通箇所 */
.plan_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.plan_box .planList {
  width: 48%;
  flex-wrap: wrap;
  background: #f9f5f0;
  border-radius: 6px;
  padding: 30px;
}

@media (max-width: 1024px) {
  .plan_box .planList {
    width: 100%;
    padding: 25px;
  }
  .plan_box .planList:last-child {
    margin-top: 30px;
  }
}

.plan_box .plan_name {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #b86e55;
  border-radius: 6px;
  padding: 8px 0;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .plan_box .plan_name {
    margin-bottom: 15px;
  }
}

.plan_box .site_name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

@media (max-width: 1024px) {
  .plan_box .site_name {
    width: 100%;
  }
}

/* リスト */

.List {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 10px;
}
