@charset "UTF-8";
/*--- import -------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  word-break: break-word;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  vertical-align: top;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

/* safariでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

/*------------------------------------- import ---*/
.m_plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.kiwi_maru {
  font-family: "Kiwi Maru", serif;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  background: #fdfcde;
  color: #4d504d;
}

a {
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
a[href^="tel:"]:hover {
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  a[href^="tel:"] {
    pointer-events: inherit;
  }
  a[href^="tel:"]:hover {
    pointer-events: inherit;
  }
}

a.links {
  text-decoration: underline;
  color: #E0191D;
}

.pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.pc_960 {
  display: block;
}
@media screen and (max-width: 960px) {
  .pc_960 {
    display: none;
  }
}

.pc_480 {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc_480 {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

.sp_960 {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp_960 {
    display: block;
  }
}

.sp_480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp_480 {
    display: block;
  }
}

.box_in {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.border {
  position: fixed;
  background: #9bbc00;
  display: block;
  z-index: 10;
}

.border-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

.border-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

.border-left {
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

.border-right {
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
}

.header {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  justify-content: space-between;
  padding: 0;
  z-index: 9;
}

h1 {
  background: #9bbc00;
  color: #fff;
  padding: 20px 20px;
  border-bottom-right-radius: 10px;
}
h1 a {
  display: inline-block;
  font-size: 24px;
}
@media screen and (max-width: 1300px) {
  h1 {
    padding: 2.2vw 1.5384615385vw;
  }
  h1 a {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    padding: 18px 0px 14px;
    width: calc(100% - 70px);
    border-radius: 0;
  }
  h1 a {
    font-size: 24px;
  }
}

nav {
  background: #FFF;
  padding: 41px 0 31px;
  border-bottom-left-radius: 10px;
}
nav ul {
  display: flex;
  justify-content: center;
}
nav ul li {
  padding: 0px 30px;
  line-height: 1;
}
nav ul li:not(:last-child) {
  border-right: 4px dotted #9bbc00;
}
nav ul li a {
  color: #9bbc00;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1300px) {
  nav {
    background: #FFF;
    padding: 41px 0 31px;
    border-bottom-left-radius: 10px;
  }
  nav ul {
    display: flex;
    justify-content: center;
  }
  nav ul li {
    padding: 0px 1.9230769231vw;
  }
  nav ul li a {
    color: #9bbc00;
    display: inline-block;
    font-size: 1.2307692308vw;
    font-weight: 700;
    line-height: 1;
  }
}
main {
  padding: 120px 0px 60px;
}
@media screen and (max-width: 960px) {
  main {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 750px) {
  main {
    padding: 70px 0px 60px;
  }
}

section {
  margin: 0 auto;
  margin-top: 120px;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  section {
    margin-top: 60px;
  }
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/*メニューボタンのエフェクト*/
.nav-button {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .nav-button {
    display: block !important;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.nav-button {
  z-index: 120;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  background: #FEF101;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-button div {
  position: relative;
  width: 60px;
  height: 60px;
}

.nav-button div:after {
  display: inline-block;
  content: "メニュー";
  color: #1F1F1F;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.nav-button span {
  position: absolute;
  left: 20%;
  width: 60%;
  height: 3px;
  background-color: #1F1F1F;
  border-radius: 2px;
}

.nav-button span:nth-of-type(1) {
  top: 12px;
}

.nav-button span:nth-of-type(2) {
  top: 22px;
}

.nav-button span:nth-of-type(3) {
  bottom: 24px;
}

.nav-button.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.nav-button.active div:after {
  content: "閉じる";
}

.nav-button:hover,
.nav-button:active {
  opacity: 1;
}

.nav-wrap {
  display: block;
}
@media screen and (max-width: 960px) {
  .nav-wrap {
    display: none;
  }
}

.nav-wrap.open {
  background: #9bbc00;
  display: block;
  width: 100%;
  height: 100vh;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  overflow-y: auto;
}
.nav-wrap.open ul {
  display: block;
}
.nav-wrap.open ul li {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .nav-wrap.open {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .nav-wrap.open {
    padding-top: 80px;
  }
  .nav-wrap.open ul {
    border-top: 1px solid #fff;
    width: 94%;
    border: 1px solid #fff;
    margin: 0 auto;
  }
  .nav-wrap.open ul li {
    padding: 0;
    text-align: left;
    position: relative;
  }
  .nav-wrap.open ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .nav-wrap.open ul li a {
    color: #fff;
    font-size: 16px;
    padding: 25px 20px;
    width: 100%;
  }
  .nav-wrap.open ul li:after {
    content: "";
    display: inline-block;
    background: url("../images/arrow_wh.png") no-repeat;
    background-size: contain;
    width: 12px;
    height: 21px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.f_area {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  align-items: end;
}

footer {
  position: relative;
  background: #9bbc00;
  padding: 100px 40px 100px;
  color: #fff;
}
footer h2 a {
  display: inline-block;
  font-size: 38px;
  line-height: 1;
}
footer .store_info ul {
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 960px) {
  footer .store_info ul {
    width: 70%;
    justify-content: space-around;
  }
}
footer .store_info ul li {
  text-align: left;
  margin-bottom: 40px;
}
footer .store_info ul li:not(:last-child) {
  margin-right: 0px;
}
@media screen and (max-width: 960px) {
  footer .store_info ul li {
    margin: 20px 0 0 0;
  }
}
@media screen and (max-width: 960px) {
  footer .store_info ul li:nth-child(2) {
    margin-right: 0;
  }
}
footer .store_info ul li h3 {
  font-size: 22px;
  margin-top: 10px;
  text-align: center;
  background: #fff;
  color: #9bbc00;
}
footer .store_info ul li h3 a {
  display: block;
}
footer .store_info ul li .address {
  margin-top: 10px;
}
footer .store_info ul li .tel {
  margin-top: 10px;
  line-height: 1;
  font-weight: bold;
}
footer .store_info ul li .tel span {
  font-size: 26px;
}
footer .store_info ul li .fax {
  margin-top: 10px;
  line-height: 1;
  font-weight: bold;
}
footer .store_info ul li .fax span {
  font-size: 26px;
}
footer .store_info ul li .txt {
  margin-top: 10px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 13.3333333333vw 0 16.333333vw;
  }
  footer h2 a {
    font-size: 28px;
  }
  footer .store_info ul {
    margin-top: 40px;
  }
  footer .store_info ul li {
    width: 80%;
  }
  footer .store_info ul li:not(:last-child) {
    margin-right: 0px;
  }
  footer .store_info ul li:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
  footer .store_info ul li h3 {
    font-size: 18px;
    margin-top: 1.3333333333vw;
  }
  footer .store_info ul li .address {
    font-size: 14px;
    margin-top: 10px;
  }
  footer .store_info ul li .address br {
    display: none;
  }
  footer .store_info ul li .tel {
    margin-top: 1.3333333333vw;
  }
  footer .store_info ul li .tel span {
    font-size: 24px;
  }
  footer .store_info ul li .fax {
    margin-top: 1.3333333333vw;
  }
  footer .store_info ul li .fax span {
    font-size: 24px;
  }
  footer .store_info ul li .txt {
    margin-top: 1.3333333333vw;
    text-align: left;
    font-size: 14px;
  }
}
footer .f_nav {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 80px;
  display: inline-block;
}
footer .f_nav ul {
  display: flex;
  justify-content: center;
}
footer .f_nav ul li {
  padding: 0px 40px;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  footer .f_nav ul li {
    padding: 0 20px;
  }
}
footer .f_nav ul li:not(:last-child) {
  border-right: 4px dotted #9bbc00;
}
footer .f_nav ul li a {
  color: #9bbc00;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.footer_b {
  font-size: 14px;
  display: flex;
  justify-content: center;
  width: 100%;
  background: #9bbc00;
  color: #fff;
  padding: 15px;
}
.footer_b li {
  display: inline-block;
}
.footer_b .link {
  display: none;
}

@media screen and (max-width: 960px) {
  footer .f_nav {
    padding: 2.0833333333vw;
    margin-top: 8.3333333333vw;
  }
  footer .f_nav ul li {
    padding: 0px 2.0833333333vw;
  }
  footer .f_nav ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  footer .f_nav {
    padding: 0;
    margin-top: 10.6666666667vw;
    border-radius: 0;
  }
  footer .f_nav ul {
    flex-wrap: wrap;
  }
  footer .f_nav ul li {
    padding: 0;
    width: 100%;
    text-align: left;
    position: relative;
  }
  footer .f_nav ul li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #9bbc00;
  }
  footer .f_nav ul li a {
    width: 100%;
    padding: 20px 5.3333333333vw;
    font-size: 16px;
  }
  footer .f_nav ul li:after {
    content: "";
    display: inline-block;
    background: url("../images/arrow_gr.png") no-repeat;
    background-size: contain;
    width: 12px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer_b {
    font-size: 12px;
    justify-content: center;
  }
  .footer_b .link {
    display: none;
  }
}
.ttl_area {
  position: relative;
  display: inline-block;
}
.ttl_area .logo {
  position: absolute;
  left: -170px;
  top: -55px;
}
.ttl_area .logo img {
  width: 150px;
}
.ttl_area .ttl {
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15rem;
  color: #0050c6;
}
.ttl_area .sub_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #9bbc00;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  .ttl_area .logo {
    left: -29.0666666667vw;
    top: -11.6vw;
    display: none;
  }
  .ttl_area .logo img {
    width: 24vw;
  }
  .ttl_area .ttl {
    font-size: 42px;
    letter-spacing: 0.15rem;
  }
  .ttl_area .sub_ttl {
    font-size: 16px;
    margin-top: 5px;
  }
}
.pages main {
  padding-top: 0;
}
.pages .mv {
  padding: 150px 0 60px;
  background: #bdd15e;
}
.pages .mv .ttl_area {
  position: relative;
  left: 60px;
}
.pages .mv .ttl_area .ttl {
  color: #fff;
}
.pages .mv .ttl_area .sub_ttl {
  font-size: 18px;
  color: #fff;
  position: relative;
  left: -5px;
}
.pages .mv .ttl_area .sub_ttl ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .mv .ttl_area .sub_ttl ul .links {
  position: relative;
}
.pages .mv .ttl_area .sub_ttl ul .links a {
  text-align: center;
  display: inline-block;
}
.pages .mv .ttl_area .sub_ttl ul .links:after {
  content: ">";
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .pages .mv {
    padding: 16vw 0 8vw;
  }
  .pages .mv .ttl_area {
    left: 11vw;
  }
  .pages .mv .ttl_area .logo {
    left: -27.066667vw;
    top: -5.6vw;
    display: block !important;
  }
  .pages .mv .ttl_area .logo img {
    width: 23vw;
  }
  .pages .mv .ttl_area .ttl {
    font-size: 6.9333333333vw;
  }
  .pages .mv .ttl_area .sub_ttl {
    font-size: 3.7333333333vw;
    left: -0.6666666667vw;
  }
  .pages .mv .ttl_area .sub_ttl ul .links:after {
    padding: 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .pages section {
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
  .pages main {
    margin-top: 70px;
  }
  .pages .mv {
    padding: 8vw 0 8vw;
  }
}
/*-------------------------------------------------
	fade
--------------------------------------------------*/
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10000;
  opacity: 0;
  transition: opacity 2s ease;
  background: #bdd15e;
}

body.fade::after {
  opacity: 1;
}

body.fade::before {
  z-index: 10001;
  opacity: 1;
}

.loading_area {
  display: none;
}

body.fade .loading_area {
  display: block;
  position: fixed;
  z-index: 10000;
  top: 42%;
  left: 50%;
  transform: translate(-50%);
}
body.fade .loading_area .load_logo {
  width: 100%;
  text-align: center;
}
body.fade .loading_area .load_logo img {
  width: 80px;
}
body.fade .loading_area .loader-inner {
  margin-top: 20px;
}

/*END*/
/*-------------------------------------------------
	loader
--------------------------------------------------*/
.loader_wrap {
  display: none;
  position: relative;
}
.loader_wrap:before {
  animation: blink 1s ease-in-out infinite alternate;
  content: "";
  display: inline-block;
  position: fixed;
  top: -309%;
  left: 50%;
  transform: translate(-50%);
  background: url("../images/logo_green.png") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 160px;
  height: 157px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .loader_wrap:before {
    width: 120px;
    height: 123px;
  }
}

.fade .loader_wrap {
  display: block;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  z-index: 100000;
}
.fade .loader_wrap .loader {
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .fade .loader_wrap .loader {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */