@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Roboto+Condensed:wght@700&display=swap');
.font01 {
  font-family: 'Noto Sans JP', sans-serif;
}
.font02 {
  font-family: 'Kiwi Maru', serif;
}
.font03 {
  font-family: 'Roboto Condensed', sans-serif;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
.wrapper, .wrapper2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 50px;
}
.wrapper {
  width: 100%;
  max-width: 1300px;
}
.wrapper2 {
  width: 100%;
  max-width: 1200px;
}
.deco a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head h1 {
  float: left;
  width: 200px;
  padding: 40px 0 55px 0;
}
#head h1 img {
  display: block;
}
#head .tel {
  float: right;
  text-align: center;
  padding: 10px 0 0 0;
}
#head .tel h2 {
  color: #bd946a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
#head .tel a {
  color: #bd946a;
}
#head .tel h2 span {
  font-size: 145%;
}
#head .tel p {
  color: #533c3b;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 7px;
}
#head .insta a {
  color: #fff;
  min-width: 250px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  background-color: #00a975;
  border-radius: 5px;
  padding: 5px 15px;
}
#head .insta a i {
  margin-right: 5px;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 140px;
}
#gnav::after {
  display: block;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #533c3b;
  top: 0;
  right: 0;
  z-index: 1;
}
#gnav ul {
  overflow: hidden;
  position: relative;
  width: 65%;
  box-sizing: border-box;
  border-left: 3px solid #d2ae8b;
  text-align: right;
  z-index: 10;
  font-size: 0;
  margin-left: 35%;
}
#gnav li {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #8e6f6d;
}
#gnav li:last-child {
  border-right: none;
}
#gnav li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.0;
  white-space: nowrap;
  text-align: center;
  background-color: #533c3b;
  padding: 30px 10px;
  transition: 0.4s ease-in-out;
}
#gnav li a:hover {
  color: #8e6f6d;
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  text-align: center;
}
#panel-btn-txt {
  display: block;
  width: 50px;
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 0;
  background: #bd946a;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #bd946a;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 9px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #bd946a;
  margin-top: 0;
}
#panel-btn .close-btn:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 1500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: #533c3b;
  padding: 70px 0 0 0;
  text-align: center;
}
#sp-nav ul {
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
}
#sp-nav ul li {
  border-bottom: 1px solid #776160;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  line-height: 10vh;
  text-decoration: none;
}
#sp-nav .insta a {
  color: #fff;
  min-width: 250px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  background-color: #bd946a;
  border-radius: 5px;
  padding: 5px 15px;
}
#sp-nav .insta a i {
  margin-right: 5px;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title {
  background: url("../images/cmn-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#page-title h1 {
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-shadow: 2px 2px 2px #1b8ccf;
  padding: 100px 0 100px 0;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
.green {
  color: #00a975;
}
.brown {
  color: #bd946a;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  font-size: 3rem;
  line-height: 1;
  border-bottom: 2px solid #d2ae8b;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.cmn-title01 span {
  font-size: 180%;
  color: #d2ae8b;
}
.cmn-title02 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.cmn-title02::before {
  display: inline-block;
  content: "■";
  color: #5cc8a7;
}
.cmn-title03 {
  color: #d2ae8b;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 330px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  background-color: #533c3b;
  padding: 25px 0;
}
.cmn-btn01 a::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f105";
  color: #bd946a;
  margin-left: 6px;
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  background-color: #533c3b;
  padding: 50px 0 30px 0;
}
#foot h2 {
  width: 200px;
  margin: 0 auto 20px auto;
}
#foot .tel {
  text-align: center;
  margin-bottom: 40px;
}
#foot .insta {
  margin-bottom: 20px;
}
#foot .insta a {
  color: #fff;
  min-width: 250px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  background-color: #00a975;
  border-radius: 5px;
  padding: 5px 15px;
}
#foot .insta a i {
  margin-right: 5px;
}
#foot .tel h3 {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
#foot .tel h4 {
  color: #bd946a;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
#foot .tel h4 a {
  color: #bd946a;
}
#foot .tel h4 span {
  font-size: 150%;
}
#foot .tel p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
#foot .copy {
  color: #bd946a;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.4;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #bd946a;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1200px;
    height: 100%;
  }
  .sp-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 899px) {
  body {
    font-size: 1.4rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2 {
    padding: 0 7%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
    min-height: 70px;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    top: 0;
  }
  #head h1 {
    width: 100px;
    padding: 10px 0 15px 0;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  #page-title h1 {
    font-size: 2.4rem;
    padding: 50px 0 50px 0;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 60px 0;
  }
  .cmn-box02 {
    padding-bottom: 60px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 1.7rem;
    line-height: 1;
    border-bottom: 2px solid #d2ae8b;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .cmn-title01 span {
    font-size: 140%;
  }
  .cmn-title02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .cmn-title03 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    min-width: 250px;
    font-size: 1.4rem;
    padding: 20px 0;
  }
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  .page-head {
    padding-top: 70px;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot {
    background-color: #533c3b;
    padding: 40px 0 30px 0;
  }
  #foot h2 {
    width: 150px;
    margin: 0 auto 20px auto;
  }
  #foot .tel {
    text-align: center;
    margin-bottom: 30px;
  }
  #foot .tel h3 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  #foot .tel h4 {
    font-size: 2.4rem;
  }
  #foot .tel h4 span {
    font-size: 130%;
  }
  #foot .tel p {
    font-size: 1.1rem;
  }
  #foot .copy {
    font-size: 1.0rem;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    bottom: 15px;
  }
}