@charset "UTF-8";
/*
Theme Name:kurumaya_nouen 
Description:kurumaya_nouen 
Author:kurumaya_nouen  Version:1.0
*/
/* CSS Document */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  /*16px × 62.5%=10px*/
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6em;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.025rem;
  background: #fff;
  overflow-x: hidden;
  margin: auto;
}

a {
  text-decoration: none;
  display: block;
  transition: all 0.5s ease;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.pc_non,
.sp_br,
.tab_pc_non,
.tab_br {
  display: none;
}

/*-------------------------
header
-------------------------*/
header .header_box {
  box-sizing: border-box;
  padding: 0 24px;
  z-index: 999;
  top: 0;
  left: 0;
  margin: auto;
  max-width: 100Vw;
  width: 100%;
  height: 88px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
header .header_box h1 {
  margin: 8px 0 0 8px;
}
header .header_box h1 img {
  width: auto;
  height: 80%;
}
header .header_box .acsess_box {
  margin: 24px 16px;
  transform: rotate(0.05deg);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
header .header_box .acsess_box .sub {
  margin-right: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  display: flex;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: #6a8601;
  color: #ffffff;
  border-radius: 16px;
}
header .header_box .acsess_box .sub:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 30px;
  background-image: url(../img/header_tel.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}
header .header_box .acsess_box .tel_box {
  width: calc(100% - 64px);
}
header .header_box .acsess_box .address {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #6a8601;
  margin-bottom: 8px;
}
header .header_box .acsess_box .address::before {
  content: "";
  display: block;
  width: 14px;
  height: 30px;
  background-image: url(../img/header_gps.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 3px;
  padding-right: 16px;
}

/*-------------------------
hearo
-------------------------*/
.hearo {
  width: 100vw;
  height: auto;
  position: relative;
}
.hearo .bg_img {
  width: 100vw;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hearo .logo_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 45vw;
  height: auto;
}

.site {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  color: #000;
  margin: 0 auto 16px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

/*----------------------
挨拶
-----------------------*/
.greeting_box {
  max-width: 1200px;
  width: calc(100% - 16px);
  text-align: center;
  margin: 0 auto 72px;
}
.greeting_box h2 {
  font-size: 4.5rem;
  font-weight: 900;
  color: #00950a;
  line-height: 4rem;
  margin-top: 24px;
  margin-bottom: 22px;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.greeting_box .setumei {
  font-size: 2rem;
  color: #592501;
  font-weight: 900;
  line-height: 3.8rem;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.greeting_box_in {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  width: 100%;
  margin: 32px auto;
}
.greeting_box_in_main {
  max-width: 538px;
  width: 100%;
}
.greeting_box_in_main h3 {
  width: 100%;
  height: 72px;
  line-height: 72px;
  font-size: 3.2rem;
  color: #fff;
  letter-spacing: 0.5rem;
  background: linear-gradient(#009c03, #008134);
  position: relative;
}
.greeting_box_in_main h3::after {
  position: absolute;
  border-bottom: 1px solid #fffe8c;
  content: "";
  top: 8px;
  bottom: 8px;
  left: 0px;
  right: 0px;
}
.greeting_box_in_main img {
  width: 100%;
  height: auto;
}
.greeting_box_in_main .text_box {
  background-color: #fff;
  text-align: left;
  font-size: 1.7rem;
  letter-spacing: 0px;
  line-height: 3.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  padding: 16px;
  width: calc(100% - 32px);
}
.greeting_box_in_main .text_box span {
  color: #008415;
  margin-left: -4px;
}

/*----------------------
基本情報
-----------------------*/
.jouou_out_box {
  text-align: center;
  margin-bottom: 64px;
}
.jouou_out_box h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #00950a;
  line-height: 4rem;
  margin-top: 24px;
  margin-bottom: 22px;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
.jouou_out_box .table_out_box {
  background-color: rgba(255, 255, 255, 0.7019607843);
  border-top: solid 5px #008327;
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  box-shadow: 0 0 5px #717980;
}
.jouou_out_box .table_out_box .table01 {
  max-width: 482px;
  width: 100%;
  min-height: 180px;
  height: 100%;
  text-align: left;
  line-height: 3.5rem;
  margin: 40px auto;
  transform: rotate(0.05deg);
}
.jouou_out_box .table_out_box .table01 tr {
  border-bottom: solid 2px #008327;
}
.jouou_out_box .table_out_box .table01 tr th {
  width: 140px;
  height: 35px;
}
.jouou_out_box .table_out_box .table01 tr th p {
  font-size: 1.7rem;
  color: #008327;
  font-weight: 700;
}
.jouou_out_box .table_out_box .table01 tr th p:before {
  content: "・";
  display: inline-block;
  width: 16px;
  height: 17px;
}
.jouou_out_box .table_out_box .table01 tr td {
  padding-left: 24px;
  text-align: justify;
  font-size: 1.7rem;
  font-weight: 700;
}

/*-------------------------
info
-------------------------*/
.information_box {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto 88px;
  text-align: center;
}
.information_box h3 {
  display: inline;
  font-size: 2.6rem;
  color: #4f2300;
  font-weight: 700;
  padding: 0 0 12px;
  margin-bottom: 32px;
  border-bottom: solid 2px #4f2300;
  position: relative;
}
.information_box h3::after {
  position: absolute;
  content: "▲";
  font-size: 25px;
  transform: translate(-50%, -50%) rotate(-180deg) scale(1.6, 1);
  left: 50%;
  bottom: -35px;
}
.information_box a {
  margin: 48px auto;
  width: 410px;
  height: 64px;
  border-radius: 32px;
  background: linear-gradient(#009c03, #008134);
  box-shadow: 0 0 10px #fdfdad;
  text-align: center;
  line-height: 64px;
  font-size: 3.5rem;
  letter-spacing: 0.2rem;
  color: #fff;
  padding-left: 24px;
  position: relative;
  transition: 0.5s;
}
.information_box a p {
  font-weight: 900;
}
.information_box a:hover {
  color: #fdff30;
}

/*----------------------
MAP
-----------------------*/
.map_box {
  text-align: center;
}
.map_box h2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  color: #008327;
  line-height: 4rem;
  margin: 24px 0;
}
.map_box h2::before {
  position: absolute;
  width: 27px;
  height: 38px;
  background-image: url(../img/map_icon.png);
  background-repeat: no-repeat;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  content: "";
}
.map_box .map {
  border: solid 1px #008327;
  border-top: solid 5px #008327;
}
.map_box .map iframe {
  width: 100vw;
  height: 424px;
}

/*----------------------
footer
-----------------------*/
footer {
  margin-top: 48px;
  background: #2d7e15;
  padding-top: 27px;
  padding-bottom: 19px;
  text-align: center;
}
footer p {
  color: #fff;
  font-size: 1.6rem;
}
footer small a {
  color: #f5ecd9;
  font-size: 1.2rem;
  margin-top: 12px;
  transition: 0.5s;
}
footer small a:hover {
  color: #fdff30;
}

/*----------------------
::::::::sp&tab
-----------------------*/
@media screen and (max-width: 1028px) {
  .tab_pc_non {
    display: inline;
  }
  .sp_non {
    display: none !important;
  }
  .sp_br {
    display: inline;
  }
  .header_footer__out2_out {
    position: fixed;
    bottom: 5px;
    z-index: 999;
    display: flex;
    margin: 0 2.5vw;
  }
  .header_footer__out2_out a {
    fill: #fff;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    width: 95vw;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
  }
  .header_footer__out2_out a svg {
    padding-right: 16px;
  }
  .header_footer__out2_out .tel {
    background: linear-gradient(#009c03, #008134);
  }
  header .header_box {
    position: fixed;
    height: 65px;
  }
  header .header_box h1 {
    width: 100vw;
    height: 65px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .header_box h1 img {
    width: auto;
    height: 45px;
  }
  .hearo {
    margin-top: 65px;
  }
  .hearo .bg_img {
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hearo .logo_img {
    width: 90vw;
  }
  .greeting_box {
    margin: 0 auto 72px;
    width: calc(100% - 32px);
  }
  .greeting_box h2 {
    line-height: 5.8rem;
    font-size: 3.2rem;
  }
  .greeting_box img {
    width: 100%;
    height: auto;
  }
  .greeting_box .greeting_box_in {
    max-width: 538px;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 32px;
  }
  .greeting_box .greeting_box_in .greeting_text {
    margin: 16px;
    width: calc(100% - 32px);
  }
  .jouou_out_box .table_out_box {
    max-width: 538px;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 8px;
    width: calc(100% - 48px);
  }
  .jouou_out_box .table_out_box .table01 {
    margin: 24px 12px 0;
    width: calc(100% - 24px);
  }
  .jouou_out_box .table_out_box .table01 tr th,
  .jouou_out_box .table_out_box .table01 tr td {
    display: block;
  }
  .jouou_out_box .table_out_box .table01 tr th {
    width: calc(100% - 24px);
    border-right: none;
    padding-top: 8px;
    padding-left: 4px;
    height: 24px;
    vertical-align: bottom;
  }
  .jouou_out_box .table_out_box .table01 tr th p {
    display: inline-block;
    background-color: #008134;
    height: 24px;
    line-height: 24px;
    padding: 0 16px 0 4px;
    color: #fff;
    border-radius: 12px;
    font-size: 1.4rem;
  }
  .jouou_out_box .table_out_box .table01 tr td {
    width: calc(100% - 48px);
    padding-top: 4px;
    padding-left: 12px;
  }
  .jouou_out_box .table_out_box .table01:last-child {
    margin-top: 0;
  }
  .jouou_out_box .table_out_box .table01:last-child tr:last-child {
    border-bottom: none;
  }
  .information_box h3 {
    font-size: 2rem;
  }
  .information_box h3::after {
    bottom: -36px;
  }
  .information_box a {
    width: 300px;
    letter-spacing: 0;
    font-size: 3rem;
  }
  .information_box a::before {
    left: 32px;
    background-size: 80%;
  }
  footer {
    padding-bottom: 65px;
  }
  footer p {
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
  footer small {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=style.css.map */