.sanserif {
  font-family: "Zen Maru Gothic", serif;
}

span {
  display: inline-block;
}

.tab,
.tab2 {
  display: none;
}

.sp {
  display: none;
}

.pc3 {
  display: none;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

a:hover {
  opacity: 0.7;
}

dt {
  font-weight: 400;
}

.width1000 {
  margin: 0 auto;
  padding: 100px 30px;
  max-width: 1060px;
}

@media (max-width: 480px) {
  .width1000 {
    padding: 100px 20px;
  }
}
@media (max-width: 768px) {
  .tab,
.tab2 {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .pc4 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .pc3 {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .tab2 {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .pc2 {
    display: none;
  }
  .pc4 {
    display: inline;
  }
}
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  body {
    font-size: 0.9rem;
  }
}
@media (min-width: 1240px) {
  body {
    font-size: 1.1rem;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 1.2rem;
  }
}

header {
  color: #fff;
  background: rgba(249, 246, 242, 0.8);
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease;
  font-family: "Zen Maru Gothic", serif;
}
header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
header h1 {
  padding: 1rem;
  font-size: 80%;
  transition: all 0.3s ease;
}
header h1 img {
  width: 141px;
  display: block;
  margin-top: 0.5rem;
  transition: all 0.3s ease;
}
@media (min-width: 1240px) {
  header h1 img {
    width: 155px;
  }
}
@media (min-width: 1440px) {
  header h1 img {
    width: 170px;
  }
}
@media (max-width: 1000px) {
  header h1 {
    font-size: 70%;
  }
  header h1 img {
    width: 125px;
  }
}
@media (max-width: 480px) {
  header h1 img {
    width: 110px;
  }
}
@media (max-width: 1000px) {
  header h1 {
    padding: 0.75rem;
  }
}
header ul {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
header ul li {
  font-size: 80%;
  transition: all 0.3s ease;
  padding: 0.4rem;
}
header ul li a {
  position: relative;
}
header ul li a:hover {
  opacity: 1;
}
header ul li:nth-last-of-type(1) {
  color: #fff;
}
@media (min-width: 1100px) {
  header ul li {
    padding: 1rem;
  }
}
header ul li:nth-last-of-type(1) {
  background: #008600;
  font-weight: 700;
  border-radius: 1.5rem 0 0 1.5rem;
  padding: 0.5rem 1rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 1000px) {
  header ul li:nth-last-of-type(1) {
    padding: 0.5rem 0.75rem;
  }
  header ul li {
    font-size: 70%;
  }
}

header li a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 2px;
  background: #008600;
  transition: all 0.3s ease;
}

header li a:hover::after {
  width: 100%;
}

#top header li:nth-of-type(1) a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #008600;
}

header.active h1 {
  padding: 0.5rem;
  font-size: 70%;
}
header.active h1 img {
  width: 125px;
  transition: all 0.3s ease;
}
@media (min-width: 1240px) {
  header.active h1 img {
    width: 137px;
  }
}
@media (min-width: 1440px) {
  header.active h1 img {
    width: 150px;
  }
}
@media (max-width: 480px) {
  header.active h1 img {
    width: 110px;
  }
}
@media (max-width: 1000px) {
  header.active h1 {
    padding: 0.5rem;
  }
}

button {
  width: 30px;
  height: 20px;
  margin-right: 1rem;
  z-index: 999;
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  right: 0px;
  top: 23px;
  transition: all 0.3s ease;
}

button span {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #b4b4b4;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  header ul {
    display: none;
  }
  header.is_active {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
  }
  header.is_active h1 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 90%;
  }
  header.is_active h1 img {
    margin: 0.5rem auto 0;
    width: 180px;
  }
  header.is_active div {
    display: block;
  }
  header.is_active ul {
    display: flex;
    flex-direction: column;
  }
  header.is_active ul li {
    margin: 0.5rem;
    font-size: 100%;
  }
  header.is_active ul li:nth-last-of-type(1) {
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  header.is_active ul li:nth-last-of-type(1) {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  header.is_active button {
    justify-content: center;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  header.is_active button span {
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  header.is_active button span:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 768px) {
  header.is_active button span:nth-of-type(1) {
    transform: rotate(45deg);
  }
}
@media (max-width: 768px) {
  header.is_active button span:nth-of-type(3) {
    transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  header button {
    display: flex;
  }
}
@media (max-width: 768px) {
  header.is_active.active h1 {
    font-size: 90%;
    padding: 12px;
  }
  header.is_active.active h1 img {
    width: 180px;
  }
}
@media (max-width: 768px) {
  #top header.is_active li:nth-of-type(1) a::after {
    bottom: -0.25rem;
  }
}
footer {
  color: #fff;
  font-size: 90%;
  font-family: "Zen Maru Gothic", serif;
}
footer div > ul {
  max-width: 1060px;
  margin: 0 auto;
  padding: 50px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer div > ul {
    display: block;
    text-align: center;
    padding: 40px 1rem 0;
  }
}
footer div > ul > li:nth-of-type(1) {
  line-height: 1.8;
}
@media (max-width: 768px) {
  footer div > ul > li:nth-of-type(1) {
    margin-bottom: 1rem;
  }
}
footer div > ul li a {
  line-height: 3;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  footer div > ul li a {
    line-height: 2;
  }
}
footer div > ul li a:hover {
  opacity: 1;
}
footer div > ul li a::after {
  display: block;
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: #008600;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease;
}
footer div > ul li a:hover::after {
  width: 100%;
}
footer div > ul dl {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  footer div > ul dl {
    margin-bottom: 2rem;
  }
}
footer div > ul dt {
  margin-bottom: 0.5rem;
}
footer div > ul dt img {
  width: 180px;
}
footer .sns {
  text-align: center;
}
footer .sns a {
  display: inline-block;
  font-size: 2.25rem;
  margin: 2rem 0.5rem;
}
footer .sns a:nth-of-type(2) {
  margin: 2rem 0 2rem 0.5rem;
}
@media (max-width: 768px) {
  footer .sns a {
    font-size: 2rem;
    margin: 1.5rem 0.5rem;
  }
  footer .sns a:nth-of-type(2) {
    margin: 1.5rem 0 1.5rem 0.5rem;
  }
}
footer .footer_allrights {
  text-align: center;
  padding: 2.5rem 0;
  font-size: 80%;
  background: #000;
  font-family: "Shippori Mincho", serif;
}
footer .go_top {
  position: fixed;
  z-index: 9;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  font-weight: 500;
}
footer .go_top a {
  display: block;
  padding: 1.25rem 0.75rem;
  border: 1px solid #999;
  border-radius: 1rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  font-size: 90%;
  color: #000 !important;
  background: rgba(249, 246, 242, 0.5);
}
@media (max-width: 768px) {
  footer .go_top {
    bottom: 1.5rem;
    right: 1.5rem;
  }
  footer .go_top a {
    font-size: 80%;
  }
}
@media (max-width: 480px) {
  footer .go_top {
    bottom: 1rem;
    right: 1rem;
  }
  footer .go_top a {
    font-size: 70%;
    padding: 1rem 0.5rem;
  }
}

.webp footer div {
  background: url(../image/f1.webp);
  background-size: cover;
  background-position: center;
}

.no-webp footer div {
  background: url(../image/f1.jpg);
  background-size: cover;
  background-position: center;
}

.circle {
  text-align: center;
}
.circle img {
  display: block;
  width: 100px;
  margin: auto;
  padding-bottom: 1rem;
}
.circle small {
  display: block;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .circle img {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .circle img {
    width: 60px;
  }
}

.navi_info {
  padding: 100px 0;
}
@media (max-width: 1000px) {
  .navi_info {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .navi_info {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .navi_info {
    padding: 30px 0;
  }
}
.navi_info div {
  max-width: 1060px;
  padding: 0 30px;
  margin: auto;
}
@media (max-width: 768px) {
  .navi_info div {
    display: block;
  }
}
@media (max-width: 480px) {
  .navi_info div {
    padding: 0;
  }
}

.inq_info2 ul {
  display: flex;
  font-weight: 500;
}
.inq_info2 li {
  background: #e3ddd4;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-top: 2px solid #F9F6F2;
  text-align: center;
  font-size: 30px;
}
.inq_info2 li:nth-of-type(1) {
  flex-grow: 1;
  padding: 1rem;
  border-right: 2px solid #F9F6F2;
  background: #d1cabf;
}
.inq_info2 li:nth-of-type(2) {
  flex-grow: 2;
  padding: 1rem;
  border-right: 2px solid #F9F6F2;
}
.inq_info2 li:nth-of-type(2) span {
  display: block;
  padding: 0.25rem;
}
.inq_info2 li:nth-of-type(2) span:nth-of-type(1) {
  font-size: 42px;
}
.inq_info2 li:nth-of-type(2) span:nth-of-type(1) i {
  font-size: 90%;
}
.inq_info2 li:nth-of-type(2) span:nth-of-type(2) {
  font-size: 16px;
}
.inq_info2 li:nth-of-type(3) {
  flex-grow: 1;
}
.inq_info2 li:nth-of-type(3):hover {
  background: #008600;
  opacity: 1;
}
.inq_info2 li:nth-of-type(3):hover a {
  color: #fff;
  opacity: 1;
}
.inq_info2 li:nth-of-type(3) a {
  padding: 1rem;
  width: 100%;
  font-size: 26px;
}

@media (max-width: 768px) {
  .inq_info2 li {
    font-size: 22px;
  }
  .inq_info2 li:nth-of-type(2) {
    padding: 0.5rem;
  }
  .inq_info2 li:nth-of-type(2) span:nth-of-type(1) {
    font-size: 36px;
  }
  .inq_info2 li:nth-of-type(2) span:nth-of-type(2) {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inq_info2 ul {
    display: block;
  }
  .inq_info2 li {
    font-size: 18px;
  }
  .inq_info2 li:nth-of-type(1) {
    border-right: none;
  }
  .inq_info2 li:nth-of-type(2) {
    border-right: none;
  }
  .inq_info2 li:nth-of-type(2) span:nth-of-type(1) {
    font-size: 28px;
  }
  .inq_info2 li:nth-of-type(2) span:nth-of-type(2) {
    font-size: 12px;
  }
}
#con_footer_navi {
  position: relative;
  z-index: 2;
}
#con_footer_navi .navi_photo ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  #con_footer_navi .navi_photo ul {
    display: block;
  }
}
#con_footer_navi .navi_photo li {
  width: 32%;
  aspect-ratio: 5/3.5;
  text-align: center;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (max-width: 764px) {
  #con_footer_navi .navi_photo li {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  #con_footer_navi .navi_photo li {
    width: 100%;
    aspect-ratio: 5/1.5;
    margin-bottom: 0.5rem;
  }
}
#con_footer_navi .navi_photo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1000px) {
  #con_footer_navi .navi_photo a {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #con_footer_navi .navi_photo a {
    font-size: 18px;
  }
}
#con_footer_navi .inq_info2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #con_footer_navi .inq_info2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  #con_footer_navi .inq_info2 {
    margin-bottom: 30px;
  }
}

#con_footer_navi .navi_photo li {
  position: relative;
  overflow: hidden;
}
#con_footer_navi .navi_photo a:hover {
  opacity: 1;
}
#con_footer_navi .navi_photo li::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: #000;
}
#con_footer_navi .navi_photo li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease-out;
  opacity: 0.6;
}
#con_footer_navi .navi_photo li:hover:after {
  transform: scale(1.1);
  opacity: 1;
}

.webp #con_footer_navi .navi_photo li:nth-of-type(1)::after {
  background: url(../image/fn1.webp);
  background-size: cover;
  background-position: center;
}
.webp #con_footer_navi .navi_photo li:nth-of-type(2)::after {
  background: url(../image/fn2.webp);
  background-size: cover;
  background-position: center;
}
.webp #con_footer_navi .navi_photo li:nth-of-type(3)::after {
  background: url(../image/fn3.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #con_footer_navi .navi_photo li:nth-of-type(1)::after {
    background: url(../image/fn1s.webp);
    background-size: cover;
    background-position: center;
  }
  .webp #con_footer_navi .navi_photo li:nth-of-type(2)::after {
    background: url(../image/fn2s.webp);
    background-size: cover;
    background-position: center;
  }
  .webp #con_footer_navi .navi_photo li:nth-of-type(3)::after {
    background: url(../image/fn3s.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #con_footer_navi .navi_photo li:nth-of-type(1)::after {
  background: url(../image/fn1.jpg);
  background-size: cover;
  background-position: center;
}
.no-webp #con_footer_navi .navi_photo li:nth-of-type(2)::after {
  background: url(../image/fn2.jpg);
  background-size: cover;
  background-position: center;
}
.no-webp #con_footer_navi .navi_photo li:nth-of-type(3)::after {
  background: url(../image/fn3.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #con_footer_navi .navi_photo li:nth-of-type(1)::after {
    background: url(../image/fn1s.jpg);
    background-size: cover;
    background-position: center;
  }
  .no-webp #con_footer_navi .navi_photo li:nth-of-type(2)::after {
    background: url(../image/fn2s.jpg);
    background-size: cover;
    background-position: center;
  }
  .no-webp #con_footer_navi .navi_photo li:nth-of-type(3)::after {
    background: url(../image/fn3s.jpg);
    background-size: cover;
    background-position: center;
  }
}
/*# sourceMappingURL=common2.css.map */