@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300&display=swap");

header {
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100%;
  z-index: 99;
  margin: 0 auto;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーの形をCSSで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;
  /*最大幅（お好みで調整を）*/
  height: 100%;
  background: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#nav-content p {
  width: 30%;
  margin: 0 auto;
  padding: 20px 0;
}

#nav-content p img {
  width: 100%;
}

#nav-content ul li {
  border-bottom: 1px solid #777;
  font-size: 16px;
}

.btn-flat-border {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 1.3em 0;
  text-decoration: none;
  color: #ffffff;
  transition: 0.4s;
  text-align: center;
  font-size: 14px;
  background: #333;
}

.btn-flat-border:hover {
  background: #999;
  color: #ffffff;
}

/*チェックがついたら表示させる*/
#nav-input:checked~#nav-close {
  display: block;
  opacity: 0.5;
}

#nav-input:checked~#nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.header-logo-menu {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
}

/*ロゴやサイトタイトルをセンタリング*/
.logo-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 70%;
}

.logo-area .tel-forsp {
  display: none;
}

.logo-area .tel-forpc {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  width: 42%;
  /* padding: 0 10px 0 0; */
  /* margin: 0 auto; */
  text-align: end;
}

.logo-area .tel-forpc img {
  width: 100%;
}

.logo-area .tel-forpc a {
  color: #000;
  text-decoration: none;
}

.logo-area .logo-img {
  width: 15%;
  padding: 0;
  margin: 0 auto;
}

.logo-area .logo-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }

  .logo-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
  }

  .logo-area .logo-img {
    width: 18%;
    padding: 0 0 0 0;
  }

  .logo-area .logo-img img {
    width: 100%;
  }

  .logo-area .tel-forpc {
    display: none;
  }

  .logo-area .tel-forsp {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    width: 6%;
    padding: 0 0 0 0;
  }

  .logo-area .tel-forsp img {
    width: 100%;
  }

  .logo-area .tel-forsp a {
    color: #000;
    text-decoration: none;
  }
}

.page-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 100px 0 0 0;
}

.page-wrap img {
  border: none;
  width: 100%;
  display: block;
  pointer-events: none;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -webkit-touch-callout: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  .page-wrap {
    padding: 60px 0 0 0;
  }
}

#a-description {
  display: block;
  padding-top: 90px;
}

#a-schedule {
  display: block;
  padding-top: 90px;
}

#a-instagram {
  display: block;
  padding-top: 90px;
}

#a-transfer {
  display: block;
  padding-top: 90px;
}

#a-access {
  display: block;
  padding-top: 90px;
}

#a-service {
  display: block;
  padding-top: 90px;
}

/* -- .popfade ------------------------ */
/* -- アニメーション用 ------------------------ */
.popfade {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, top 0.6s ease-out;
  transition: opacity 0.6s ease-out, top 0.6s ease-out;
}

.popfade.animate {
  top: 0;
  opacity: 1;
}

/* -- .g-main-image ------------------------ */
.g-main-image-bg {
  width: 100%;
  padding: 0 0 0 0;
}

.g-main-image {
  max-width: 1097px;
  margin: 0 auto;
  position: relative;
}

.g-main-image h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 0;
  line-height: 140%;
  font-family: "Noto Serif JP", serif;
  color: #c58e2f;
}

.g-main-image p {
  text-align: center;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .g-main-image {
    padding: 0;
    max-width: 100%;
  }

  .g-main-image h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 30px 0 20px 0;
    line-height: 140%;
  }

  .g-main-image p {
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 170%;
    text-align: left;
  }
}

/* -- .g-contents ------------------------ */
.g-contents {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  .g-contents {
    margin: 0 auto;
    padding: 0 0 0 0;
  }
}

/* -- .description ------------------------ */
.description {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.description h1 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 0 0 20px 0;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .description {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }

  .description h1 {
    font-size: 24px;
    padding: 0 0 0 0;
  }
}

/* -- .description-area ------------------------ */
.description-area {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

.description-area h4 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border-bottom: solid 1px #999999;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}

.description-area h5 {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  padding: 10px 0;
  width: 100%;
  font-family: "Noto Serif JP", serif;
}

.description-area p {
  font-size: 16px;
  padding: 10px 0;
  font-family: "Noto Serif JP", serif;
}

.description-area ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.description-area li {
  padding: 10px;
  width: 45%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .description-area {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
  }

  .description-area h4 {
    font-size: 18px;
    width: 90%;
  }

  .description-area h5 {
    font-size: 14px;
    width: 90%;
  }

  .description-area p {
    font-size: 14px;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
  }

  .description-area ul {
    width: 95%;
    margin: 0 auto;
  }

  .description-area li {
    padding: 10px;
    width: 42%;
    margin: 0 auto;
  }
}

/* -- .背景グレー ------------------------ */
.area-gray-wrap {
  max-width: 980px;
  margin: 0 auto;
  background-color: #d8d8d8;
  padding: 10px;
}

.area-gray {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #333333;
  padding: 10px 0;
}

/* -- .背景なし ------------------------ */
.area-wrap {
  max-width: 980px;
  margin: 40px auto;
  padding: 10px;
}

.area {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

/* -- .instagram ------------------------ */
.instagram-wrap {
  max-width: 980px;
  margin: 0 auto 80px auto;
}

.instagram {
  width: 90%;
  margin: 0 auto;
}

.instagram h5 {
  font-weight: bold;
  width: 45%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 20px 0;
  font-family: "Noto Serif JP", serif;
}

.instagram p {
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.instagram ul {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin: 0 auto;
}

.instagram ul li {
  width: 33%;
  margin: 0 auto;
}

.more {
  width: 30%;
  margin: 40px auto 0 auto;
}

.btn-flat-more {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  color: #000;
  border-radius: 3px;
  transition: 0.4s;
  text-align: center;
  font-size: 14px;
  background: #fff;
  border: 1px solid #333;
}

.btn-flat-more:hover {
  background: #999;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }

  .instagram h5 {
    width: 45%;
    margin: 0 auto;
  }

  .instagram p {
    font-size: 14px;
    padding: 10px 0;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .instagram ul {
    width: 80%;
  }

  .more {
    width: 70%;
    margin: 25px auto 0 auto;
  }
}

/* -- .schedule ------------------------ */
.schedule-wrap {
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../images/schedule-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 80px 0;
}

.schedule {
  width: 90%;
  margin: 0 auto;
}

.schedule h5 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 20px 0 20px 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.schedule .s-title {
  font-weight: bold;
  font-size: 18px;
  padding: 40px 0 0 0;
  width: 70%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.schedule dl {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 40px 0 5px 0;
  border-bottom: 1px dotted #999999;
  color: #fff;
}

.schedule dl dt {
  padding: 0 5px;
  width: 27%;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}

.schedule dl dd {
  font-family: "Noto Serif JP", serif;
}

.schedule .caption {
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
  padding: 20px 0;
  text-align: left;
  font-weight: normal;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .schedule-wrap {
    max-width: 100%;
    margin: 0 auto;
    background-image: url(../images/schedule-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .schedule {
    width: 100%;
    margin: 0 auto;
  }

  .schedule h5 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 20px 0 5px 0;
  }

  .schedule .s-title {
    font-weight: bold;
    font-size: 16px;
    width: 92%;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }

  .schedule dl {
    width: 92%;
    font-size: 14px;
    display: block;
    flex-wrap: nowrap;
    padding: 5px 0 5px 0;
  }

  .schedule dl dt {
    width: 28%;
    padding: 0 0 10px 0;
  }

  .schedule .caption {
    width: 92%;
    margin: 0 auto;
    font-size: 12px;
    padding: 10px 0;
    text-align: left;
    font-weight: normal;
  }
}

/* -- .service  ------------------------ */
.service-wrap {
  max-width: 100%;
  margin: 40px auto 0 auto;
  background-image: url(../images/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 40px 0;
}

.service-wrap a:link {
  color: white;
}

.service-wrap a:hover {
  color: beige;
}

.service {
  width: 90%;
  margin: 0 auto;
}

.service h5 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 20px 0 40px 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.service dl {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 20px 0 5px 0;
  border-bottom: 1px dotted #999999;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.service dl dt {
  padding: 0 65px 0 0;
  width: 40%;
  box-sizing: border-box;
  line-height: 160%;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.service dl dd {
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  .service-wrap {
    max-width: 100%;
    background-image: url(../images/service-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .service h5 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 20px 0 10px 0;
  }

  .service dl {
    width: 95%;
    font-size: 14px;
    display: block;
    flex-wrap: nowrap;
  }

  .service dl dt {
    width: 90%;
    font-weight: bold;
    padding: 5px 0;
  }

  .service dl dd {
    width: 100%;
    line-height: 160%;
  }
}

/* -- .transfer  ------------------------ */
.transfer-wrap {
  max-width: 100%;
  margin: 40px auto;
  background-image: url(../images/transfer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 80px 0;
}

.transfer-wrap h4 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 0 0 40px 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.transfer-wrap h5 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 20px 0 20px 0;
  font-family: "Noto Serif JP", serif;
  background: rgba(255, 255, 255, 0.7);
  width: 75%;
  margin: 0 auto;
}

.transfer {
  width: 90%;
  margin: 0 auto;
}

.transfer p {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 20px 0 40px 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.transfer dl {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  padding: 10px 0;
  color: #fff;
}

.transfer dl dt {
  padding: 5px 0;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.transfer dl dd {
  padding: 5px 0;
  line-height: 160%;
  font-family: "Noto Serif JP", serif;
}

.transfer .caption {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  padding: 20px 0 40px 0;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .transfer-wrap {
    max-width: 100%;
    margin: 40px auto;
    background-image: url(../images/transfer-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .transfer-wrap h5 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
    width: 100%;
  }

  .transfer-wrap h4 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 20px 0 10px 0;
  }

  .transfer p {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 20px 0 10px 0;
  }

  .transfer dl {
    width: 95%;
    margin: 0 auto;
    font-size: 14px;
    padding: 10px 0;
  }

  .transfer .caption {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 20px 0;
    text-align: left;
    font-weight: normal;
  }
}

/* -- .access   ------------------------ */
.access {
  max-width: 980px;
  margin: 0 auto;
  padding: 10px;
}

.access h5 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  padding: 0;
  font-family: "Noto Serif JP", serif;
}

.access ul {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.access ul li {
  padding: 10px;
  width: 20%;
  margin: 0 auto;
}

.access p {
  font-size: 14px;
  text-align: left;
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
}

.access p a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .access h5 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    padding: 0;
  }

  .access ul {
    display: block;
    flex-wrap: nowrap;
  }

  .access ul li {
    padding: 10px;
    width: 95%;
    margin: 0 auto;
  }

  .access ul li img {
    width: 100%;
    margin: 0 auto;
  }
}

/* -- .fotter   ------------------------ */
.fotter-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #a08453;
}

.fotter {
  max-width: 980px;
  margin: 0 auto;
}

.fotter-logo {
  width: 30%;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

.fotter-logo img {
  width: 100%;
}

.fotter h5 {
  text-align: center;
  font-size: 16px;
  padding: 0;
  color: #fff;
  line-height: 200%;
  font-family: "Noto Serif JP", serif;
}

.under-text {
  margin-top: 3%;
}

.fotter p {
  font-size: 24px;
  line-height: 1em;
  margin-top: 20px;
}

.fotter h5 a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  margin-bottom: 3%;

}

@media screen and (max-width: 767px) {
  .fotter-logo {
    width: 60%;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }

}

/* -- .company   ------------------------ */
.company-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #443720;
}

.company {
  max-width: 980px;
  margin: 0 auto;
}

.company p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 14px;
  line-height: 120%;
}

.company p a {
  color: #fff;
  text-decoration: none;
}


.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-sp {
    display: block;
  }
}

.px45 {
  font-size: 45px;
}

.px26 {
  font-size: 26px;
}

.px24 {
  font-size: 24px;
}

.px22 {
  font-size: 22px;
}

.px20 {
  font-size: 20px;
}

.px18 {
  font-size: 18px;
}

.px16 {
  font-size: 16px;
  font-weight: bold;
}

.px14 {
  font-size: 14px;
}

.px12 {
  font-size: 12px;
}

.strong {
  font-weight: bold;
}

.blue {
  color: #017cd3;
}

.red {
  color: #fe0000;
}

.bold {
  font-weight: bold;
}