@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Yuji+Mai&display=swap');
/* ----------------------------------------
  base
---------------------------------------- */ :root {
  --color01: #2e3863;
  --color02: #0075c2;
  --color03: #353535;
  --color04: #f1f4fa;
  --font01: "Noto Sans JP", sans-serif;
  --font02: "Montserrat", sans-serif;
  --font03: "Yuji Mai", serif;
}
html {
  font-size: 62.5%;
}
body {
  color: #353535;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.7;
}
section p {
  margin-bottom: 15px;
}
.wrapper {
  text-align: left;
  padding: 0 50px;
}
.wrap01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.wrap02 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.bg01{
  background-color: var(--color04);
}
.bg02{
  background-color: #f6f3eb;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head {
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  z-index: 1000;
}
#head h1 {
  width: 368px;
  margin-left: max(calc(50% - 800px), 20px);
}
#head h1 img {
  display: block;
}
/* ----------------------------------------
  hnav
---------------------------------------- */
#hnav {
  width: 625px;
}
#hnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}
#hnav ul li.insta {
  width: 30px;
}
#hnav ul li.phone {
  width: 278px;
}
#hnav ul li.mail {
  width: 260px;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
#gnav ul li {
  border-right: 1px solid #353535;
}
#gnav ul li:last-child {
  border-right: none;
}
#gnav ul li a {
  display: block;
  color: #353535;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.0;
  text-align: center;
  padding: 3px 2em;
  transition: 0.4s ease-in-out;
}
#gnav ul li a:hover {
  color: var(--color02);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 500;
  overflow-y: scroll;
  left: 0;
  top: 0;
  display: none;
  background-color: var(--color01);
  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 #fff;
}
#sp-nav ul li a {
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 9vh;
  text-decoration: none;
}
#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: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #000;
  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: #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 .tit {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
#sp-nav .phone {
  color: #fff;
  font-family: var(--font02);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
#sp-nav .phone a{
  color: #fff;
}
#sp-nav .phone i{
  font-style: normal;
  font-size: 75%;
}
#sp-nav .time {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
#sp-nav .time span {
  color: #fff;
  font-family: var(--font02);
  font-size: 120%;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
.page {
  width: 100%;
  max-width: 1600px;
  background: url("../images/cmn-images/page01.jpg") 50% 0 no-repeat;
  background-size: cover;
  padding: 130px 0;
  margin: 0 auto 10px auto;
}
.page-title {
  color: #fff;
  font-family: var(--font01);
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
}
/*パンくず*/
#topic-path {
  text-align: right;
  font-size: 1.4rem;
}
#topic-path a {
  text-decoration: underline;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-tb01 {
  padding: 90px 0;
}
.cmn-b01 {
  padding-bottom: 90px;
}
.cmn-tb02 {
  padding: 45px 0;
}
.cmn-b02 {
  padding-bottom: 45px;
}
.section-min {
  padding-bottom: 45px;
}
/* ----------------------------------------
  flex
---------------------------------------- */
.layout-reverse {
  flex-direction: row-reverse;
}
.layout-tc {
  align-items: center;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01 {
  position: relative;
  color: var(--color01);
  font-size: 3.6rem;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.cmn-title01::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 9px;
  background: url("../images/cmn-images/icon-tit.png") 0 0 no-repeat;
  background-size: 100% auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.cmn-title02 {
  position: relative;
  color: var(--color02);
  font-size: 2.6rem;
  border-bottom: solid 2px #cacaca;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.cmn-title02 span{
  color: var(--color01);
}
.cmn-title02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px var(--color02);
  bottom: -2px;
  width: 30%;
}
.cmn-title03 {
  color: var(--color02);
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 30px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color01);
  border: 1px solid var(--color01);
  padding: 25px 0;
  transition: .2s;
}
.cmn-btn01 a:hover {
  color: var(--color01);
  background-color: #fff;
}
.cmn-btn01 a::after {
  content: "\f105";
  color: #979cb1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}
.cmn-btn02 a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  background-color: var(--color01);
  border: 1px solid var(--color01);
  padding: 25px 0;
  transition: .2s;
}
.cmn-btn02 a:hover {
  color: var(--color01);
  background-color: #fff;
}
/* ----------------------------------------
  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: 50%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ----------------------------------------
 attention
------------------------------------------- */
.attention-box {
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  background-color: #e6df99;
  padding: 30px 0;
  margin: 0 auto;
}
.attention-box h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}
.attention-box h2 span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
}
.attention-box h2 span i {
  font-style: normal;
}
.attention-box h2 span::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/cmn-images/attention.png") 0 0 no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.attention-box h2 span::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/cmn-images/attention.png") 0 0 no-repeat;
  background-size: 100% auto;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.attention-box p {
  text-align: center;
  margin-bottom: 0;
}
/* ----------------------------------------
 contact
------------------------------------------- */
#contact {
  background-color: #f9f9f9;
}
#contact h3 {
  color: var(--color02);
  font-size: 2.7rem;
  text-align: center;
  margin-bottom: 30px;
}
.layout-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-contact .box01 {
  width: 45%;
}
.layout-contact .box02 {
  width: 45%;
}
.layout-contact .box {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2em 1.5em;
}
.layout-contact .box::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  border: 1px solid #000;
  border-bottom: none;
  top: 0;
  left: 0;
  padding-top: 5%;
}
.layout-contact .box::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  border: 1px solid #000;
  border-top: none;
  bottom: 0;
  left: 0;
  padding-top: 5%;
}
.layout-contact .tit {
  color: var(--color01);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.layout-contact .phone {
  color: var(--color02);
  font-family: var(--font02);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.layout-contact .phone a{
  color: var(--color02);
}
.layout-contact .time {
  color: var(--color01);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.layout-contact .time span {
  color: var(--color01);
  font-family: var(--font02);
  font-size: 120%;
}
.layout-contact .box02 .tit {
  margin-bottom: 30px;
}
.layout-contact .cmn-btn02 {
  text-align-last: center;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
  text-align: center;
  margin-bottom: 40px;
}
#fnav ul {
  display: flex;
  justify-content: center;
}
#fnav li {
  line-height: 1;
  border-right: 1px solid #fff;
}
#fnav li:last-child {
  border-right: none;
}
#fnav li a {
  color: #fff;
  font-weight: 700;
  padding: 0 20px;
  transition: .2s;
}
#fnav li a:hover {
  color: var(--color02);
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot {
  color: #fff;
  background-color: #353535;
  padding: 40px 0 20px 0;
}
#foot a {
  color: #fff;
  transition: .2s;
}
#foot a:hover {
  color: var(--color02);
}
#foot h2 {
  width: 365px;
  margin: 0 auto 20px auto;
}
#foot .adr {
  text-align: center;
  margin-bottom: 10px;
}
#foot .insta {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 10px;
}
#foot .copy {
  color: #868686;
  text-align: center;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 2;
}
#page-top a {
  position: relative;
  width: 60px;
  height: 0;
  overflow: hidden;
  padding-top: 60px;
  display: inline-block;
  font-size: 1.2rem;
  background: var(--color02);
  color: #fff;
}
#page-top a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  position: absolute;
  font-size: 1.4rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
/* =======================
  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
---------------------------------------- */
  #head h1 {
    width: 36%;
    max-width: 368px;
    margin-left: 20px;
  }
  #hnav {
    width: 61%;
    max-width: 625px;
  }
  #hnav ul {
    width: 100%;
  }
  #hnav ul li.insta {
    width: 4%;
    max-width: 30px;
  }
  #hnav ul li.phone {
    width: 44%;
    max-width: 278px;
  }
  #hnav ul li.mail {
    width: 41%;
    max-width: 260px;
  }
  /* ----------------------------------------
  gnav
---------------------------------------- */
  /* ----------------------------------------
  gmap
---------------------------------------- */
  /* ----------------------------------------
  foot
---------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
  body {
    font-size: 1.5rem;
  }
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .pctablet {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .wrapper, .wrapper2 {
    padding: 0 8%;
  }
  /* ----------------------------------------
  head
---------------------------------------- */
  #head h1 {
    width: 250px;
    padding: 15px 0;
  }
/* ----------------------------------------
  page-title
---------------------------------------- */
.page {
  padding: 60px 0;
  margin-bottom: 10px;
}
.page-title {
  font-size: 3rem;
}
  /* ----------------------------------------
  cmn-box
---------------------------------------- */
  .cmn-tb01 {
    padding: 50px 0;
  }
  .cmn-b01 {
    padding-bottom: 50px;
  }
  .cmn-tb02 {
    padding: 30px 0;
  }
  .cmn-b02 {
    padding-bottom: 30px;
  }
  /* ----------------------------------------
  cmn-title
---------------------------------------- */
  .cmn-title01 {
    font-size: 2.4rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .cmn-title01::after {
    width: 25px;
    height: 6px;
  }
  .cmn-title02 {
    font-size: 2.0rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  
.cmn-title03 {
  font-size: 2.0rem;
  margin-bottom: 30px;
}
  /* ----------------------------------------
  cmn-btn
---------------------------------------- */
  /* ----------------------------------------
  anker
---------------------------------------- */
  .anker {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* ----------------------------------------
  gmap
---------------------------------------- */
  .gmap {
    padding-bottom: 75%;
  }
  /* ----------------------------------------
 attention
------------------------------------------- */
  .attention-box {
    box-sizing: border-box;
    padding: 30px 20px;
    margin: 0 auto;
  }
  .attention-box h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .attention-box h2 span i {
    display: block;
  }
  .attention-box p {
    text-align: left;
  }
  /* ----------------------------------------
 contact
------------------------------------------- */
  #contact h3 {
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .layout-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layout-contact .box01 {
    width: 90%;
    margin: 0 auto 30px auto;
  }
  .layout-contact .box02 {
    width: 90%;
    margin: 0 auto;
  }
  .layout-contact .tit {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .layout-contact .phone {
    font-size: 3.5rem;
    margin-bottom: 15px;
  }
  .layout-contact .time {
    font-size: 1.8rem;
  }
  /* ----------------------------------------
  fnav
---------------------------------------- */
  #fnav {
    text-align: center;
    margin-bottom: 40px;
  }
  #fnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -15px;
  }
  #fnav li {
    line-height: 1;
    border-right: none;
    margin-bottom: 15px;
  }
  #fnav li:last-child {
    border-right: none;
  }
  #fnav li a {
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    transition: .2s;
  }
  #fnav li a:hover {
    color: var(--color02);
  }
  /* ----------------------------------------
  foot
---------------------------------------- */
  #foot {
    padding: 40px 0 20px 0;
  }
  #foot h2 {
    width: 240px;
    margin: 0 auto 20px auto;
  }
  #foot .adr {
    margin-bottom: 10px;
  }
  #foot .insta {
    margin-bottom: 10px;
  }
  #foot .copy {
    font-size: 1.4rem;
  }
  /* ----------------------------------------
  page-top
---------------------------------------- */
  #page-top {
    right: 15px;
    bottom: 15px;
  }
  #page-top a {
    width: 40px;
    padding-top: 40px;
    font-size: 1.2rem;
  }
  #page-top a::after {
    font-size: 1.2rem;
  }
}