html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #171000;
  position: relative;
}
@media (max-width: 768px) {
  body {
    font-size: 3.8vw;
  }
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
h1 {
  line-height: 0;
}

h2 {
  font-family: "Special Elite", cursive;
  font-size: 58px;
  color: #554115;
  letter-spacing: 1.16px;
  margin-bottom: 50px;
}

h3 {
  font-size: 34px;
  color: #15532E;
  font-weight: 500;
  margin-bottom: 16px;
}
h3 span {
  font-size: 28px;
}

p {
  margin-bottom: 0;
  letter-spacing: 0;
}

b {
  color: #15532E;
  letter-spacing: 0.96px;
  margin-bottom: 16px;
  display: block;
}

li {
  list-style: none;
}

a {
  font-family: "Special Elite", cursive;
  color: #15532E;
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (max-width: 768px) {
  h1 {
    font-size: 9.3vw;
  }
  h1 span {
    font-size: 3.7vw;
  }
  h2 {
    font-size: 9.34vw;
    margin-bottom: 6.67vw;
    text-align: center;
  }
  h3 {
    font-size: 5.6vw;
    margin-bottom: 2vw;
    text-align: center;
  }
  h3 span {
    font-size: 4.8vw;
  }
}
.d-flex {
  display: flex;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

@media (min-width: 769px) {
  .d-pc-flex {
    display: flex;
  }
}
@media (max-width: 768px) {
  .d-sp-flex {
    display: flex;
  }
  .justify-content-sp-start {
    justify-content: flex-start;
  }
  .justify-content-sp-end {
    justify-content: flex-end;
  }
  .justify-content-sp-center {
    justify-content: center;
  }
  .justify-content-sp-between {
    justify-content: space-between;
  }
  .justify-content-sp-around {
    justify-content: space-around;
  }
  .flex-sp-wrap {
    flex-wrap: wrap;
  }
  .flex-sp-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sp-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-sp-row {
    flex-direction: row;
  }
  .flex-sp-col {
    flex-direction: column;
  }
}
section {
  padding: 100px 0;
}
@media (max-width: 768px) {
  section {
    padding: 12vw 0;
  }
}

.content {
  max-width: 1030px;
  padding: 0 80px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1030px) {
  .content {
    padding: 0 7.7vw;
  }
}
@media (max-width: 768px) {
  .content {
    width: 76vw;
    padding: 0;
    margin: 0 auto;
  }
}

header {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: inherit;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header .header__inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 34px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
header .header__title {
  width: 220px;
}
header .header__title img {
  display: block;
  width: 100%;
  height: 100%;
}
header .header__nav {
  position: absolute;
  right: 80px;
  top: 50%;
}
header .nav__items {
  display: flex;
  justify-content: space-between;
}
header .nav-items__item a {
  display: block;
  text-align: center;
  margin-right: 38px;
}
header .nav-items__item a img {
  margin-right: 6px;
}
header .nav-items__item:last-child a {
  margin-right: 0;
}
@media (min-width: 769px) and (max-width: 1030px) {
  header .header__inner {
    padding: 3vw 7.7vw;
  }
  header .header__title {
    width: 19vw;
  }
  header .header__nav {
    right: 7.7vw;
  }
  header .nav-items__item a {
    margin-right: 2vw;
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  header .header__inner {
    padding: 3.91vw 5.2vw;
  }
  header .header__title {
    width: 33.5vw;
  }
  header .header__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease 0.4s;
  }
  header .nav__items {
    display: block;
  }
  header .nav-items {
    width: 76vw;
    padding: 30vw 0 10vw;
  }
  header .nav-items__item {
    border-bottom: 1px solid #15532E;
    position: relative;
  }
  header .nav-items__item::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 5%;
    border-top: 2px solid #15532E;
    border-right: 2px solid #15532E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .nav-items__item a {
    padding: 5vw 0 2.5vw 0;
    text-align: left;
    font-size: 5.6vw;
  }
  header .nav-items__item a img {
    margin-right: 2.7vw;
  }
  header .link {
    width: 76vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .link .sp_tel {
    font-size: 5.4vw;
  }
  header .link .sp_facebook {
    color: #171000;
    font-size: 5vw;
  }
  header .link .sp_facebook img {
    width: 7vw;
    margin-left: 12px;
  }
  header .link .spnav_logo {
    display: block;
    margin: 8vw 0;
  }
  header .tel_btn_sp {
    position: absolute;
    width: 7vw;
    top: 4.5vw;
    right: 18vw;
  }
  header .header__hamburger {
    width: 11vw;
    height: 100%;
  }
  header .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
  }
  header .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #15532E;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  header .hamburger span:nth-child(1) {
    top: 0;
  }
  header .hamburger span:nth-child(2) {
    margin: 2vw 0;
  }
  header .hamburger span:nth-child(3) {
    top: 0;
  }
  header .header__nav.active {
    transform: translateX(0);
  }
  header .hamburger.active span:nth-child(1) {
    top: 1.5vw;
    transform: rotate(45deg);
  }
  header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  header .hamburger.active span:nth-child(3) {
    top: -3.5vw;
    transform: rotate(-45deg);
  }
}

.kv {
  background: url("../assets/kv.jpg") center no-repeat;
  background-size: cover;
  height: 900px;
}
@media (max-width: 768px) {
  .kv {
    height: 105vw;
  }
}

#news {
  background-color: #F7F7F7;
}
#news .news_content {
  flex-wrap: wrap;
  gap: 80px;
}
#news .news_content .article {
  max-width: 288px;
  width: 30%;
  margin-bottom: 40px;
}
#news .news_content .article:hover {
  opacity: 0.6;
}
#news .news_content .article img {
  margin-bottom: 16px;
}
#news .news_content .article .news_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #171000;
}
#news .news_content .article .news_ttl time {
  letter-spacing: 0.96px;
}
#news .news_content .article .news_ttl p {
  line-height: 1.25;
}
@media (max-width: 768px) {
  #news .news_content .article {
    display: flex;
    margin-bottom: 4.8vw;
    max-width: 100%;
    width: 100%;
  }
  #news .news_content .article img {
    width: 24.67vw;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

#news_page {
  background-color: #F7F7F7;
  padding: 220px 0 100px;
}
#news_page .news_content {
  background-color: #fff;
  margin-bottom: 60px;
  padding: 54px;
}
#news_page .news_content .news_ttl {
  margin-bottom: 80px;
  position: relative;
}
#news_page .news_content .news_ttl::after {
  content: "";
  position: absolute;
  background-color: #15532E;
  width: 100%;
  height: 2px;
  bottom: -40px;
  left: 0;
}
#news_page .news_content .news_ttl time {
  letter-spacing: 0.96px;
  display: block;
  margin-bottom: 4px;
}
#news_page .news_content .news_ttl p {
  font-size: 32px;
  font-weight: 400;
}
#news_page .news_backbtn {
  width: 240px;
  border-radius: 36px;
  background-color: #15532E;
  margin: 0 auto;
}
#news_page .news_backbtn:hover {
  opacity: 0.6;
}
#news_page .news_backbtn a {
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0 10px;
}
#news_page .news_backbtn a img {
  margin: 0 10px 6px 0;
}
@media (max-width: 768px) {
  #news_page {
    padding: 32vw 0 12vw;
  }
  #news_page .content {
    width: 83vw;
  }
  #news_page .news_content {
    margin-bottom: 12vw;
    padding: 6vw;
  }
  #news_page .news_content .news_ttl {
    margin-bottom: 12vw;
    position: relative;
  }
  #news_page .news_content .news_ttl::after {
    bottom: -6vw;
  }
  #news_page .news_content .news_ttl p {
    font-size: 5vw;
  }
  #news_page .news_backbtn {
    width: 40vw;
    border-radius: 8vw;
  }
  #news_page .news_backbtn a {
    font-size: 5vw;
    padding: 4vw 0 2.5vw;
  }
  #news_page .news_backbtn a img {
    width: 10vw;
    margin: 0 2.6vw 1.2vw 0;
  }
}

#menu {
  background-color: #CEC2AF;
}
#menu .menu_column {
  max-width: 460px;
  width: 45%;
}
#menu .menu_column .menu_box {
  margin-bottom: 40px;
}
#menu .menu_column .menu_box .menu_txt {
  margin-bottom: 10px;
  padding-bottom: 8.5px;
  border-bottom: 1px solid;
}
#menu .menu_column .menu_box .menu_txt p {
  letter-spacing: 0.96px;
}
#menu .menu_column .menu_box .attention {
  font-size: 20px;
  position: relative;
  padding-left: 30px;
  display: grid;
}
#menu .menu_column .menu_box .attention::before {
  content: "";
  position: absolute;
  background: url("../assets/cut-solid.svg") no-repeat;
  width: 20px;
  height: 20px;
  top: 20%;
}
#menu .menu_column ul {
  margin: 60px 0;
  padding-left: 30px;
}
#menu .menu_column ul li {
  list-style: disc;
}
#menu .straight {
  position: relative;
  margin: 64px 0;
}
#menu .straight .straight_txt {
  position: absolute;
  max-width: 476px;
  background-color: #fff;
  opacity: 0.85;
  padding: 32px;
  top: 50%;
  left: 47.6%;
}
#menu .straight .straight_txt h3 {
  font-size: 32px;
  color: #171000;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
#menu .straight .straight_txt h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #15532E;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 40px);
}
#menu .straight .straight_txt p {
  font-size: 20px;
}
@media (min-width: 769px) and (max-width: 1030px) {
  #menu .straight {
    margin: 6.22vw 0 11vw 0;
  }
  #menu .straight .straight_txt {
    left: 30%;
  }
}
@media (max-width: 768px) {
  #menu .menu_column {
    max-width: 768px;
    width: 100%;
  }
  #menu .menu_column .menu_box .menu_txt {
    margin-bottom: 1.14vw;
    padding-bottom: 1vw;
  }
  #menu .menu_column .menu_box .attention {
    font-size: 3.2vw;
    padding-left: 15px;
  }
  #menu .menu_column .menu_box .attention::before {
    background: url("../assets/cut-solid-sp.svg") no-repeat;
    width: 10px;
    height: 10px;
    top: 30%;
  }
  #menu .menu_column ul {
    margin: 6.67vw 0;
    padding-left: 20px;
  }
  #menu .straight {
    margin: 8vw 0 42vw 0;
  }
  #menu .straight .straight_txt {
    width: 60vw;
    padding: 5.34vw 4.8vw;
    top: 45vw;
    left: 3.5vw;
  }
  #menu .straight .straight_txt h3 {
    font-size: 4.2105263158vw;
    margin-bottom: 20px;
  }
  #menu .straight .straight_txt h3::after {
    width: 40px;
    height: 2px;
    bottom: -10px;
    left: calc(50% - 20px);
  }
  #menu .straight .straight_txt p {
    font-size: 2.6315789474vw;
    text-align: center;
  }
}

#product {
  background-color: #F7F7F7;
}
#product .product_box {
  position: relative;
  margin-bottom: 148px;
}
#product .product_box h3 {
  font-size: 32px;
  color: #171000;
  position: relative;
  margin-bottom: 60px;
}
#product .product_box h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #15532E;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#product .product_box ul {
  height: 192px;
  font-size: 20px;
}
#product .product_box .product_txt {
  width: 450px;
  padding: 32px;
  background-color: #fff;
  opacity: 0.85;
  position: absolute;
  top: 63%;
}
#product .product_box .product_txt p {
  font-size: 20px;
}
#product .product_box .product_img {
  width: 67.5%;
}
#product .product_box:last-child {
  margin-bottom: 88px;
}
@media (min-width: 769px) and (max-width: 1030px) {
  #product .product_box {
    margin-bottom: 258px;
  }
  #product .product_box .product_txt {
    top: 83%;
  }
  #product .product_box .product_txt p {
    font-size: 20px;
  }
  #product .product_box:last-child {
    margin-bottom: 218px;
  }
}
@media (max-width: 768px) {
  #product .product_box {
    position: relative;
    margin-bottom: 53.4vw;
  }
  #product .product_box h3 {
    font-size: 5.5263157895vw;
    margin-bottom: 20px;
  }
  #product .product_box h3::after {
    width: 30px;
    height: 2px;
    bottom: -10px;
    left: calc(50% - 15px);
  }
  #product .product_box ul {
    height: auto;
    font-size: 2.6315789474vw;
    text-align: center;
    margin-bottom: 18px;
  }
  #product .product_box .product_txt {
    width: 58vw;
    padding: 5.34vw;
    top: 94%;
    left: 3.66vw;
  }
  #product .product_box .product_txt b {
    text-align: center;
    margin-bottom: 8px;
  }
  #product .product_box .product_txt p {
    font-size: 3.2vw;
    text-align: center;
  }
  #product .product_box .product_img {
    width: 100%;
  }
  #product .product_box:last-child {
    margin-bottom: 46.2vw;
  }
}

#gallary {
  background-color: #CEC2AF;
}
#gallary .gallary_list > ul > li {
  max-width: 300px;
  width: 30%;
  margin-bottom: 60px;
  cursor: pointer;
}
#gallary .gallary_list > ul li:nth-of-type(n+10):nth-of-type(-n+12) {
  margin-bottom: 0;
}
#gallary .gallary_list > ul li:hover {
  opacity: 0.6;
}
#gallary .modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  transition: all 0.4s;
}
#gallary .modal__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  padding: 25vh 0;
}
#gallary .modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: -1;
}
#gallary .modal__close {
  max-width: 984px;
  width: 80%;
  text-align: right;
  margin: 0 auto;
  color: #fff;
  font-size: 4vw;
  cursor: pointer;
}
@media (max-width: 768px) {
  #gallary .modal__close {
    font-size: 6vw;
  }
}
#gallary .modal__cont {
  position: relative;
  max-width: 984px;
  width: 80%;
  padding: 0 30px;
  margin: 0 auto;
}
#gallary .modal__text {
  color: #fff;
  max-width: 984px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#gallary .modal.is-show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  #gallary .content {
    width: 83vw;
  }
  #gallary .content ul li {
    width: 48.5%;
    margin-bottom: 2%;
  }
}

#access {
  background-color: #F7F7F7;
}
#access .access_txt {
  margin-left: 40px;
}
#access p {
  letter-spacing: 0.96px;
  line-height: 1.53;
}
#access a {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #171000;
  letter-spacing: 0.96px;
  line-height: 1.53;
}
@media (max-width: 768px) {
  #access iframe {
    width: 100%;
    height: 65vw;
    margin-bottom: 18px;
  }
}

footer {
  padding: 80px 0 24px 0;
  background-color: #CEC2AF;
}
footer .footer {
  width: 546px;
  margin: 0 auto 60px auto;
  align-items: center;
}
footer .footer p {
  letter-spacing: 0.96px;
}
footer .footer .tel {
  font-size: 28px;
}
footer .footer .facebook {
  color: #171000;
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
footer .footer .facebook img {
  margin-left: 15px;
}
footer .copyright {
  font-family: "Special Elite", cursive;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  footer {
    padding: 12vw 0 5.6vw 0;
  }
  footer .footer {
    width: 76vw;
    display: flex;
    margin: 0 auto 30px auto;
  }
  footer .footer div {
    width: 100%;
    margin-left: 24px;
  }
  footer .footer p {
    letter-spacing: 0.96px;
  }
  footer .footer .tel {
    font-size: 4vw;
  }
  footer .footer .facebook {
    display: flex;
    margin-top: 10px;
  }
  footer .footer .facebook p {
    font-size: 3.5vw;
  }
  footer .footer .facebook img {
    width: 14%;
    margin-left: 8px;
  }
  footer .copyright {
    font-size: 9px;
  }
}

#gotop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 100;
  width: 110px;
  height: 78px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #gotop {
    bottom: 2vw;
    right: 2vw;
    background-size: 14vw 14vw;
    width: 14vw;
    height: 14vw;
  }
}

/*# sourceMappingURL=style.css.map */