@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: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo",
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  background-color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  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 20px;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
}
.wrapper2 {
  width: 100%;
  max-width: 1600px;
}
.deco a {
  text-decoration: none;
}
.bg01 {
  background: url("../images/cmn-images/bg01.jpg") 0 0;
}
.bg02 {
  background: url("../images/cmn-images/bg02.jpg") 0 0;
}
.bg03 {
  background: url("../images/cmn-images/bg03.jpg") 0 0 no-repeat;
  background-color: #000;
  background-size: 100% auto;
}
.bg04 {
  background: url("../images/cmn-images/bg05.jpg") 0 0;
}
.txt01 {
  color: #ff8920;
}
.txt02 {
  color: #878787;
}
.txt03 {
  color: #c30b0b;
}
.txt04 {
  color: #e1b137;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head .wrapper {
  position: relative;
}
#head h1 {
  width: 215px;
  margin: 0 auto;
  padding: 13px 0;
}
#head .tel {
  position: absolute;
  width: 258px;
  top: 13px;
  right: 20px;
}
#head img {
  display: block;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #878584;
  padding: 15px 0;
}
#gnav li {
  display: inline-block;
  border-right: 1px solid #878584;
}
#gnav li:last-child {
  border-right: none;
}
#gnav li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
  padding: 15px 30px;
  transition: 0.4s ease-in-out;
}
#gnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ----------------------------------------
  pnav
---------------------------------------- */
.pnav {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.pnav ul {
  text-align: center;
}
.pnav li {
  display: inline-block;
  border-right: 1px solid #878584;
}
.pnav li:last-child {
  border-right: none;
}
.pnav li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.1;
  text-align: center;
  padding: 5px 20px;
  transition: 0.4s ease-in-out;
}
.pnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
  display: block;
  position: fixed;
  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: #fff;
  transition: 0.2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.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: #fff;
  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: rgba(0, 0, 0, 0.9);
  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 #878584;
}
#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;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
.page-title {
  background: url("../images/cmn-images/page-title.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.page-title h1 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 15px #000, 0px 0px 15px #000;
  line-height: 1;
  padding: 100px 0;
}
.page-title h1 span {
  display: block;
  font-size: 1.6rem;
  padding: 20px 0 0 0;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
  clear: both;
  overflow: hidden;
}
section p {
  margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
  padding: 70px 0;
}
.cmn-box02 {
  padding-bottom: 70px;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  color: #ccc183;
  font-size: 4.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.cmn-title01 span {
  display: block;
  color: #ffffff;
  font-size: 1.6rem;
  padding-top: 15px;
}

.cmn-title02 {
  color: #ccc183;
  font-size: 2.6rem;
  text-align: left;
  line-height: 1;
  background: url("../images/cmn-images/bg04.jpg") 0 0 no-repeat;
  background-size: 100% auto;
  border: 1px solid #878584;
  padding: 15px 15px;
  margin-bottom: 30px;
}
.cmn-title03 {
  color: #ccc183;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1;
  border-bottom: 1px solid #878584;
  padding: 0 0 10px 10px;
  margin-bottom: 25px;
}
.cmn-title04 {
  color: #fff;
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 25px;
}
.cmn-title04 span {
  font-size: 80%;
  margin-left: 15px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  min-width: 320px;
  box-sizing: border-box;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
  background: url("../images/cmn-images/btn-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 20px 20px;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #878584;
  padding: 15px 0;
  margin-bottom: 30px;
}
#fnav li {
  display: inline-block;
  border-right: 1px solid #878584;
}
#fnav li:last-child {
  border-right: none;
}
#fnav li a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
  padding: 15px 30px;
  transition: 0.4s ease-in-out;
}
#fnav li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  padding-bottom: 10px;
}
#foot h2 {
  float: left;
  width: 99px;
  color: #fff;
}
#foot a {
  color: #fff;
}
#foot .box {
  float: left;
  padding-top: 10px;
  margin-left: 50px;
}
#foot .box .ad {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
#foot .box .tel {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
#foot .box .tel span {
  font-size: 3.5rem;
}
#foot .box .time {
  font-size: 1.5rem;
  line-height: 1.5;
}
#foot .copy {
  color: #ccc183;
  padding-top: 10px;
}
#foot .bn {
  float: right;
  width: 222px;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a {
  font-family: "FontAwesome";
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 25px;
  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;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  /* ----------------------------------------
  gnav
---------------------------------------- */
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 50%;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  body {
    font-size: 1.4rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper,
  .wrapper2 {
    padding: 0 5%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head {
    width: 100%;
    min-height: 70px;
  }
  #head h1 {
    width: 120px;
    padding: 13px 0;
  }
  /* ----------------------------------------
  pnav
---------------------------------------- */
  .pnav li {
    margin-bottom: 10px;
  }
  .pnav li a {
    font-size: 1.5rem;
    padding: 1px 15px;
  }
  /* ----------------------------------------
  page-title
---------------------------------------- */
  .page-title h1 {
    font-size: 3rem;
    padding: 50px 0;
  }
  .page-title h1 span {
    font-size: 1.2rem;
    padding: 10px 0 0 0;
  }
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-box01 {
    padding: 35px 0;
  }
  .cmn-box02 {
    padding-bottom: 35px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .cmn-title01 span {
    font-size: 1rem;
    padding-top: 10px;
  }

  .cmn-title02 {
    font-size: 1.8rem;
    padding: 12px 12px;
    margin-bottom: 20px;
  }

  .cmn-title04 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  .cmn-btn01 a {
    min-width: 300px;
    font-size: 1.4rem;
    padding: 20px 15px;
  }
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav {
    padding: 0;
    margin-bottom: 30px;
    border-bottom: none;
  }
  #fnav ul {
  }
  #fnav li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #878584;
  }
  #fnav li a {
    position: relative;
    font-size: 1.5rem;
    text-align: left;
    padding: 15px 5%;
  }
  #fnav li a::after {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    right: 5%;
    color: #878584;
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot h2 {
    float: none;
    width: 50px;
    margin: 0 auto 10px auto;
  }
  #foot .box {
    float: none;
    text-align: center;
    padding-top: 0;
    margin-left: 0;
  }
  #foot .box .ad {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #foot .box .tel {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #foot .box .tel span {
    font-size: 2rem;
  }
  #foot .box .time {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #foot .copy {
    font-size: 1.2rem;
    padding-top: 10px;
  }
  #foot .bn {
    float: none;
    width: 200px;
    margin: 0 auto 10px auto;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    bottom: 15px;
  }
}

#foot .bn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
