@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
.font01 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
/* ----------------------------------------
  base
---------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
p {
  line-height: 1.7;
}
#cover {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.wrapper, .wrapper2 {
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding: 0 5%;
}
.wrapper {
  width: 100%;
}
.deco01 a {
  text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {}
#head h1 {
  width: 30%;
  max-width: 273px;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0;
}
#head h1 img {
  display: block;
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  top: 5px;
  right: 15px;
  z-index: 150000;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 3px;
  margin: -1px 0 0 0;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 3px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -11px;
}
#panel-btn-icon:after {
  margin-top: 8px;
}
#panel-btn .close-btn {
  background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
  background: #000;
  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: #fff;
  padding: 60px 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 #ccc;
}
#sp-nav ul li:last-child {
  border-bottom: none;
}
#sp-nav ul li a {
  display: block;
  color: #000;
  font-size: 1.7rem;
  line-height: 10vh;
  text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title{
margin-bottom: 30px;
}
#page-title img{
margin-bottom: 20px;
}
#page-title h1{
font-size: 3.5rem;
line-height: 1.1;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 40px 0;
}
.cmn-box02 {
  padding-bottom: 40px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  color: #7d654e;
  font-size: 2.4rem;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 30px;
}
.cmn-title02 {
  color: #7d654e;
  font-size: 2.4rem;
  line-height: 1.1;
  text-align: left;
  border-bottom: 1px solid #7d654e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 200px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  background-color: #60462b;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 5px;
}

.cmn-btn02 a {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background-color: #60462b;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 10px 5px;
}
/* ----------------------------------------
  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: 70%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  color: #fff;
  background-color: #000;
  padding: 40px 0 70px 0;
}
#foot h2 {
  width: 30%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#foot .ad {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
}
#foot .copy {
  color: #8a7561;
  font-size: 1.2rem;
  text-align: center;
}
.bottom {
  position: fixed;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
}
.bottom img {
  width: 50%;
}