@charset "UTF-8";
@font-face {
  font-family: 'font02';
  src: url("../font/tsukushi-m.otf");
}

@font-face {
  font-family: 'font03';
  src: url("../font/tsukushi-b.otf");
}

* {
  font-family: "font02";
}

/*---2024追加--*/
body {
  background-image: none;
}

.overfont {
  display: none;
}

.display-pc {
  display: block;
}

@media (max-width: 630px) {
  .display-pc {
    display: none;
  }
}

.display-pc2 {
  display: block;
}

@media (max-width: 800px) {
  .display-pc2 {
    display: none;
  }
}

.display-pc3 {
  display: inline-block;
}

@media (max-width: 630px) {
  .display-pc3 {
    display: none;
  }
}

.display-sp {
  display: none;
}

@media (max-width: 630px) {
  .display-sp {
    display: block;
  }
}

.img-sp img {
  width: 100%;
  height: auto;
}

header {
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0);
  border-top: none;
}

.header-top {
  display: block;
}

.header, .header2, .header3 {
  width: 100%;
  height: 60px;
}

.header2 {
  position: fixed;
  display: block;
  height: 120px;
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
  z-index: 5;
}

@media (max-width: 800px) {
  .header2 {
    display: none;
  }
}

.header2 .menu {
  margin: 10px;
}

.nav1 {
  display: none !important;
}

#nav_overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.openNav #nav_overlay {
  opacity: 0.6;
  visibility: visible;
}

.menu1 {
  width: 320px;
  height: auto;
  margin: 0 50px 0 0;
  border-radius: 50px;
  padding: 40px;
  background-color: #ffffff;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .menu1 {
    width: 280px;
    margin: 0 0 0 auto;
    padding: 30px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .menu1 {
    width: 200px;
    margin: 0 0 0 auto;
    padding: 20px;
    border-radius: 30px;
  }
}

@media (max-width: 800px) {
  .menu1 {
    width: 300px;
    margin: 0 !important;
    border-radius: 30px;
    padding: 15px 35px;
  }
}

.menu1 .menu-home a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
}

.menu1 .menu-main:before, .menu1 .menu-main:after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px 0;
  background-color: #e62319;
}

.menu1 .menu-main ul {
  text-align: left;
}

.menu1 .menu-main ul li {
  display: block;
  width: 100% !important;
  margin: 0;
  border-right: none;
  line-height: 35px;
}

@media (max-width: 1200px) {
  .menu1 .menu-main ul li {
    line-height: 30px;
  }
}

@media (max-width: 800px) {
  .menu1 .menu-main ul li {
    line-height: 27px;
    margin: 10px 0;
  }
}

.menu1 .menu-main ul li:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .menu1 .menu-main ul li:before {
    width: 12px;
    height: 11px;
    margin-right: 5px;
  }
}

.menu1 .menu-main ul li:nth-of-type(1):before, .menu1 .menu-main ul li:nth-of-type(2n+1):before {
  background-color: #e62319;
}

.menu1 .menu-main ul li:nth-of-type(2n):before {
  background-color: #00a041;
}

.menu1 .menu-main ul li a {
  padding: 0;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 2px;
}

@media (max-width: 1200px) {
  .menu1 .menu-main ul li a {
    padding: 6px 0;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 800px) {
  .menu1 .menu-main ul li a {
    display: inline-block !important;
    color: #000000 !important;
    padding: 0 5px !important;
    line-height: 22px;
  }
}

.menu1 .menu-sns {
  margin: 15px 0 -10px 0;
}

@media (max-width: 800px) {
  .menu1 .menu-sns {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 800px) {
  .menu1 .menu-sns ul {
    text-align: center;
  }
}

.menu1 .menu-sns ul li {
  display: inline-block;
  margin: 0;
  border-right: none;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .menu1 .menu-sns ul li {
    margin-right: 5px;
  }
}

@media (max-width: 800px) {
  .menu1 .menu-sns ul li {
    width: auto !important;
    margin: 0 3px !important;
  }
}

.menu1 .menu-sns ul li a {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
}

@media (max-width: 1450px) {
  .menu1 .menu-sns ul li a {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 800px) {
  .menu1 .menu-sns ul li a {
    padding: 0;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .menu1 .menu-sns ul li a {
    width: 30px;
    height: 30px;
  }
}

.menu1 .menu-sns ul li a img {
  width: 45px;
  height: 45px;
}

@media (max-width: 1450px) {
  .menu1 .menu-sns ul li a img {
    width: 35px;
    height: 35px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
  .menu1 .menu-sns ul li a img {
    width: 30px;
    height: 30px;
  }
}

.menu2 {
  margin: 10px auto;
  text-align: center;
}

@media (max-width: 800px) {
  .menu2 {
    margin: 5px auto;
  }
}

.menu2 .menu2-link {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 10px;
  vertical-align: top;
  /*@include w800 {
								width: 90px;
								height: 90px;
							}*/
}

@media (max-width: 1450px) {
  .menu2 .menu2-link {
    width: 110px;
    height: 110px;
    margin: 10px;
  }
}

.menu2 .menu2-link a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00a041;
  border: solid 1px #ffffff;
  border-radius: 60px;
  padding: 15px 0;
  text-align: center;
}

.menu2 .menu2-link a img {
  width: 50px;
  height: 50px;
}

@media (max-width: 1450px) {
  .menu2 .menu2-link a img {
    width: 45px;
    height: 45px;
  }
}

.menu2 .menu2-link a p {
  margin-top: -10px;
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 1450px) {
  .menu2 .menu2-link a p {
    margin-top: -12px;
    font-size: 15px;
    line-height: 15px;
  }
}

.menu3 {
  width: 320px;
  border-radius: 50px;
  padding: 30px 40px;
  background-color: #ffffff;
  overflow: hidden;
}

@media (max-width: 1450px) {
  .menu3 {
    width: 280px;
    padding: 30px;
  }
}

@media (max-width: 1200px) {
  .menu3 {
    width: 200px;
    padding: 20px 15px;
    border-radius: 30px;
    float: right;
  }
}

@media (max-width: 800px) {
  .menu3 {
    position: relative;
    width: 300px;
    padding: 20px 25px;
    float: none;
  }
}

.menu3 > p {
  display: block;
  margin-bottom: 10px;
  color: #e62319;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 1200px) {
  .menu3 > p {
    font-size: 15px;
    line-height: 25px;
  }
}

.header3 {
  display: block;
  height: 100vh;
}

@media (max-width: 630px) {
  .header3 {
    height: 800px;
  }
}

.header3 .header3-full {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.header3 .header3-full .mv_logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  height: 300px;
}

@media (min-width: 992px) {
  .header3 .header3-full .mv_logo {
    width: 60%;
    max-width: 600px;
    height: 400px;
  }
}

.header3 .header3-full .mv_logo img {
  width: 100%;
  height: auto;
}

.header3 .header3-full .first-text {
  position: absolute;
  top: 0;
  left: 50px;
  width: 75px;
  height: 700px;
  padding: 30px 0;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  z-index: 6;
}

@media (max-width: 1200px) {
  .header3 .header3-full .first-text {
    left: 30px;
    width: 40px;
    height: 420px;
    padding: 20px 0;
  }
}

@media (max-width: 630px) {
  .header3 .header3-full .first-text {
    display: none;
  }
}

.header3 .header3-full .first-text p {
  font-size: 55px;
  line-height: 78px;
  font-weight: 600;
  color: #00a041;
  text-align: center;
  letter-spacing: 2px;
  color: #00a041;
  writing-mode: vertical-rl;
}

@media (max-width: 1200px) {
  .header3 .header3-full .first-text p {
    font-size: 30px;
    line-height: 40px;
  }
}

.header3 .header3-full .header3-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 1100px;
  height: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 1450px) {
  .header3 .header3-full .header3-inner {
    width: 1000px;
  }
}

@media (max-width: 1200px) {
  .header3 .header3-full .header3-inner {
    width: 800px;
  }
}

@media (max-width: 630px) {
  .header3 .header3-full .header3-inner {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
  }
}

.header3 .header3-full .header3-inner .first-img-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
  /*@include w1450 {
					width: 700px;
				}
				@include w1200 {
					width: 570px;
				}*/
}

@media (max-width: 630px) {
  .header3 .header3-full .header3-inner .first-img-full {
    width: 100%;
  }
}

.header3 .header3-full .header3-inner .first-img-full .first-img1, .header3 .header3-full .header3-inner .first-img-full .first-img2 {
  position: absolute;
}

.header3 .header3-full .header3-inner .first-img-full .first-img1 {
  top: 0;
  right: 0;
  left: 0;
  width: 900px;
  height: 900px;
  margin: 0 auto;
  object-fit: cover;
  z-index: 2;
}

@media (max-width: 1450px) {
  .header3 .header3-full .header3-inner .first-img-full .first-img1 {
    width: 700px;
  }
}

@media (max-width: 1200px) {
  .header3 .header3-full .header3-inner .first-img-full .first-img1 {
    width: 570px;
    height: 75vh;
  }
}

@media (max-width: 630px) {
  .header3 .header3-full .header3-inner .first-img-full .first-img1 {
    width: 100%;
    height: 600px;
    object-fit: cover;
    /*clip: rect(0,800px,570px,0);*/
  }
}

.header3 .header3-full .header3-inner .first-img-full .first-img2 {
  top: 390px;
  right: 0;
  left: 0;
  width: 650px;
  height: auto;
  margin: 0 auto;
  z-index: 3;
}

@media (max-width: 1450px) {
  .header3 .header3-full .header3-inner .first-img-full .first-img2 {
    top: 450px;
    width: 550px;
  }
}

@media (max-width: 1200px) {
  .header3 .header3-full .header3-inner .first-img-full .first-img2 {
    top: 300px;
    width: 450px;
  }
}

@media (max-width: 630px) {
  .header3 .header3-full .header3-inner .first-img-full .first-img2 {
    top: 350px;
    width: 80%;
  }
}

@media screen and (max-width: 450px) {
  .header3 .header3-full .header3-inner .first-img-full .first-img2 {
    width: 90%;
  }
}

.header3 .header3-full .header3-inner .first-menu-full {
  position: relative;
  display: none;
  width: 320px;
  margin-top: 50px;
  float: right;
  z-index: 2;
  /*@include w800 {
					
				}*/
}

@media (max-width: 1450px) {
  .header3 .header3-full .header3-inner .first-menu-full {
    width: 280px;
  }
}

@media (max-width: 1200px) {
  .header3 .header3-full .header3-inner .first-menu-full {
    width: auto;
    margin-top: 0;
  }
}

@media (max-width: 911px) {
  .header3 .header3-full .header3-inner .first-menu-full {
    position: fixed;
    top: 50px !important;
    right: -1200px;
    display: block;
    width: 300px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: rgba(255, 255, 255, 0) !important;
    transform: translateY(0) !important;
    z-index: 11;
    padding: 0 !important;
    float: none;
    z-index: 11;
  }
}

.header3 .header3-bg {
  position: relative;
  display: block;
  background-image: url(../img/2023/bg_img03.png);
  background-size: cover;
  width: 100%;
  height: 900px;
}

@media (max-width: 1200px) {
  .header3 .header3-bg {
    height: 75vh;
  }
}

@media (max-width: 630px) {
  .header3 .header3-bg {
    height: 100%;
    background-image: none;
    background: rgba(255, 255, 255, 0) !important;
  }
}

.header3 .header3-bg:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: linear-gradient(90deg, #00a041 0%, #00a041 50%, #e62319 50%, #e62319 100%);
}

@media (max-width: 630px) {
  .header3 .header3-bg:after {
    background: rgba(255, 255, 255, 0) !important;
  }
}

.header3 .logo01 {
  display: inline-block;
  width: 100px;
  height: auto;
  margin: 10px 20px;
  vertical-align: top;
}

.header-kaso {
  display: block !important;
}

.header-kaso h1 a img.logo01 {
  display: inline-block !important;
  width: 150px;
  height: auto;
  margin: 10px 20px;
  object-fit: cover;
}

.first-main01 {
  width: 100%;
  height: 100vh;
}

@media (max-width: 630px) {
  .first-main01 {
    height: 90vh;
  }
}

.first-main01:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  /*background-image: url(../img/2023/pic_kop2023_main_19.jpg);*/
  background-image: url(../img/slide11.jpg);
  background-size: cover;
}

@media (max-width: 800px) {
  .first-main01:before {
    background-image: url(../img/slide11-sp.jpg);
  }
}

@media (max-width: 630px) {
  .first-main01:before {
    background-position: bottom 0 center;
  }
}

.first-main01 .first-main01-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.first-main01 .first-main01-inner .main-logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 700px;
  height: auto;
  margin: auto;
}

@media (max-width: 1200px) {
  .first-main01 .first-main01-inner .main-logo {
    width: 60%;
  }
}

@media (max-width: 630px) {
  .first-main01 .first-main01-inner .main-logo {
    width: 85%;
    margin: 35% auto 0 auto;
  }
}

.first-main02 {
  display: none;
}

.first-main02 .first-main02-inner img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}

.top-menu-button {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 1150px;
  height: 60px;
  margin: auto;
}

@media (max-width: 1200px) {
  .top-menu-button {
    width: 100%;
    height: auto;
  }
}

.top-menu-button ul {
  display: flex;
  width: 100%;
  height: 60px;
  margin: auto;
}

@media (max-width: 1200px) {
  .top-menu-button ul {
    height: auto;
    flex-wrap: wrap;
  }
}

.top-menu-button ul li {
  width: 25%;
  border: solid 1px #ffffff;
}

@media (max-width: 1200px) {
  .top-menu-button ul li {
    width: 50%;
  }
}

.top-menu-button ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  background-color: #e62319;
}

@media (max-width: 1200px) {
  .top-menu-button ul li a {
    padding: 10px;
  }
}

.top-menu-button ul li a img {
  display: inline-block !important;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .top-menu-button ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    vertical-align: top;
  }
}

.top-menu-button ul li a p {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  line-height: 40px;
  vertical-align: top;
}

@media (max-width: 1200px) {
  .top-menu-button ul li a p {
    width: auto;
    min-width: 50%;
    max-width: 70%;
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 630px) {
  .top-menu-button ul li a p {
    font-size: 12px;
  }
}

.contents-all {
  background-color: #ffffff;
  width: 1150px;
  margin: 0 auto 200px auto;
  padding: 50px 0 120px 0;
}

@media (max-width: 1200px) {
  .contents-all {
    width: 100%;
    padding: 20px 0 100px 0;
  }
}

/*#contents-1:before,#contents-2:before,#contents-3:before,#contents-4:before,#contents-5:before,#contents-6:before,#contents-7:before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}*/
@media (max-width: 1200px) {
  .sp-kaigyo1 {
    line-height: 16px !important;
  }
}

.sp-kaigyo1 br {
  display: none;
}

@media (max-width: 1200px) {
  .sp-kaigyo1 br {
    display: inline-block;
  }
}

footer {
  position: relative;
  z-index: 10;
}

.topnewss:last-of-type {
  border-bottom: none !important;
}

/* 230710↓ */
.text010 {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin: 20px auto !important;
}

.contents2 {
  margin-bottom: 50px;
}

.topnewsdate {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 32px;
}

.topnewstext {
  font-size: 16px;
  font-weight: 400;
}

.kokuban {
  width: 100%;
  height: auto;
  margin: 30px auto;
}

.kokuban2 {
  width: 100%;
  height: auto;
}

.h2title-3 {
  text-align: center;
  margin: 30px auto 10px auto !important;
}

.h2title-3.h2title-3b {
  text-align: left;
  margin-bottom: -20px !important;
}

.h2title-3.h2title-3c {
  text-align: left;
  margin-bottom: -10px !important;
}

.h2title-3.h2title-3c h2 {
  line-height: 30px;
  font-size: 20px;
}

@media (max-width: 630px) {
  .h2title-3.h2title-3c h2 {
    font-size: 18px;
    line-height: 25px;
    padding: 30px 0 10px 0;
  }
}

.h2title-3 h2 {
  line-height: 45px;
}

.h2title-3 p {
  font-family: "Roboto", sans-serif;
  color: #b4b4b4;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 10px !important;
  font-weight: 400 !important;
  margin-top: -5px !important;
}

.h2title-3 span {
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
  vertical-align: text-top;
}

.h2title-3 span:first-of-type {
  background-color: #00a041;
}

.h2title-3 span:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0);
}

.h2title-3 span:nth-of-type(3) {
  background-color: #e62319;
}

.h2title-4 {
  text-align: left;
  padding: 10px;
}

.h2title-4 h3 {
  font-family: "font03";
  font-size: 20px;
  line-height: 15px;
}

.h2title-4 p {
  font-size: 15px;
  color: #000000;
  font-weight: 400 !important;
}

.h2title-4 span {
  width: 20px;
  height: 3px;
  border-radius: 1.5px;
}

.button03-full:hover .button03 {
  color: #ffffff;
}

.button03-full:hover .button03:before {
  transform: translateX(10%);
}

.button03-div.button03-div2 {
  right: 10px;
  bottom: 10px;
  display: inline-block;
  vertical-align: top;
  float: right;
}

@media (max-width: 800px) {
  .button03-div.button03-div2 {
    right: 20px;
    bottom: 15px;
  }
}

@media (max-width: 630px) {
  .button03-div.button03-div2 {
    position: absolute;
  }
}

.button03-div .button03 {
  display: block;
  width: 250px;
  height: 50px;
  margin: 30px auto;
  font-family: "font03";
  border: solid 1px #009e41;
  border-radius: 25px;
  color: #009e41;
  line-height: 48px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: .3s;
}

.button03-div .button03:before {
  content: "";
  width: 120%;
  height: 200%;
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  background: #009e41;
  border-radius: 0 100% 100% 0;
  transform: translateX(-100%);
  transition: transform ease .3s;
}

.button03-div .button03:hover:not(.wpcf7-submit) {
  color: #fff;
}

.button03-div .button03:hover:before {
  transform: translateX(10%);
}

.button03-div .button03.wpcf7-submit {
  background-color: #ffffff;
}

.button03-div .button03.wpcf7-submit:not(:disabled):hover {
  background-color: #009e41;
  color: #fff;
}

.button03-div .button03.button03-b {
  width: 190px;
  margin: 10px 0 0 0;
}

.button03-div .button03.button03-c {
  width: 140px;
  height: 30px;
  line-height: 28px;
  border: solid 1px #ffffff;
  border-radius: 15px;
  color: #ffffff !important;
  background-color: #009e41;
  margin: 0;
}

.button03-div .button03.button03-c:before {
  background: #ffffff;
}

.button03-div .button03.button03-c:hover {
  color: #009e41 !important;
}

.button03-div .button03.button03-c:hover:before {
  transform: translateX(10%);
}

.button03-div .button03.button03-c.button03-c2 {
  background-color: #e62319;
}

.button03-div .button03.button03-c.button03-c2:hover {
  color: #e62319 !important;
}

.button03-div .button03.button03-d {
  display: block;
  background-color: #e62319;
  border: solid 1px #e62319;
  font-size: 15px !important;
  line-height: 26px !important;
  text-align: center;
}

.button03-div .button03.button03-d:hover {
  color: #e62319 !important;
}

.table01 {
  border: solid 1px #eeeeee;
}

.table01 td, .table01 th {
  border: solid 1px #eeeeee;
  font-size: 16px;
}

@media (max-width: 630px) {
  .table01 td, .table01 th {
    font-size: 14px;
  }
}

@media (max-width: 630px) {
  .stores-mainimg {
    width: 100%;
    margin-top: 20px;
  }
}

.storesconleft img {
  margin: 20px auto 0 auto;
}

.manubunnerimg {
  /*width: 470px;
    height: 290px;
    object-fit: cover;*/
  width: auto;
  max-width: 100%;
  height: auto;
}

.topmenucontents {
  margin: 20px 20px 40px 20px;
}

.topmenucontents img {
  width: 100%;
  height: auto;
}

.access-map {
  width: 100% !important;
  height: 500px !important;
  border: none;
  margin: 30px auto;
}

.access-map2 {
  display: inline-block;
  width: 50%;
  height: 460px;
  border: none;
  vertical-align: top;
}

@media (max-width: 630px) {
  .access-map2 {
    width: 100%;
    height: 350px;
  }
}

.img-map {
  display: inline-block;
  width: 46%;
  margin-right: 3%;
  height: auto;
  object-fit: contain;
  vertical-align: top;
}

@media (max-width: 630px) {
  .img-map {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

header nav li a {
  font-weight: 400;
  letter-spacing: 1px;
}

.history-all {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.historys a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10px;
}

.historys {
  /*width: 460px;
	height: 160px;*/
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0 !important;
  text-align: left;
}

.historys.historys-gold {
  background: linear-gradient(45deg, #C66F00 0%, #E7A947 15%, #FFE09C 30%, #C66F00 45%, #E7A947 60%, #FFE09C 80%, #C66F00 100%);
}

.historys:hover .button03 {
  color: #009e41 !important;
}

.historys:hover .button03:before {
  transform: translateX(10%);
}

.historys .history-img-02 {
  display: inline-block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  vertical-align: top;
  object-position: top;
}

.historys .historytext {
  pointer-events: inherit;
  display: inline-block;
  width: 75%;
  color: #ffffff;
  padding: 15px 10px;
  vertical-align: top;
}

.historys .historytext .history-title {
  font-size: 22px;
  border-bottom: solid 1px #ffffff;
  line-height: 20px;
  padding-bottom: 10px;
}

.historys .historytext .history-yusyo {
  font-size: 24px;
  line-height: 33px;
}

.historys .historytext .history-yusyo span {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 5px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #DC9650;
  background-color: #ffffff;
}

.historys .historytext .history-date {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}

.historys .history-yusyo-kaisu {
  display: inline-block;
  vertical-align: top;
}

.historys .history-yusyo-kaisu p {
  font-size: 11px;
  line-height: 10px;
  letter-spacing: 0;
}

.historys .history-yusyo-kaisu img {
  width: auto;
  height: 20px;
}

@media (min-width: 1181px) {
  .history-all {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .historys {
    width: 48%;
  }
  .historytext {
    width: 295px;
  }
}

@media (max-width: 800px) {
  .breadcrumb {
    padding-bottom: 30px;
  }
  .text010 {
    margin: 10px auto !important;
  }
  .access-map {
    height: 300px !important;
  }
  .contents2 {
    margin-bottom: 45px;
  }
  .kokuban {
    margin: 30px auto 0 auto;
  }
  .h2title-3 {
    margin: 0 auto 20px auto !important;
  }
  .h2title-3 h2 {
    line-height: 35px;
  }
  .h2title-3 p {
    line-height: 0px !important;
  }
  .topmenucontents {
    margin: 0 auto 45px auto;
  }
  .manubunnerimg {
    width: 100%;
    height: auto;
  }
  .button03-div .button03 {
    width: 190px;
    height: 35px;
    margin: 30px auto;
    border-radius: 17.5px;
    line-height: 33px;
  }
  .h2title-4 {
    text-align: center;
  }
  .h2title-4 h3 {
    line-height: 25px;
  }
  .h2title-4 span {
    margin: 5px 0;
    border-radius: 1.5px;
    object-position: top;
  }
  .h2title-4 p {
    font-weight: 400 !important;
    line-height: 15px;
    margin: -10px 0 15px 0;
  }
  .historys {
    position: relative;
    width: 100% !important;
    /*height: 160px !important;*/
    height: auto;
    margin: 5px 0 !important;
  }
  .historys .history-img-02 {
    /*width: 30% !important;
	height: 160px !important;*/
    width: auto;
    height: 170px !important;
  }
  .historys .historytext {
    width: 65% !important;
    padding: 10px;
  }
  .historys .historytext .history-yusyo span {
    width: 60px !important;
    height: 20px !important;
    margin: 5px 5px 5px 0;
    border-radius: 15px !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .historys .history-date {
    font-size: 15px;
    line-height: 14px !important;
    margin-bottom: 5px !important;
  }
  .historys .history-yusyo-kaisu p {
    width: 75px;
    font-size: 11px !important;
    line-height: 10px !important;
  }
  .button03-div .button03.button03-b {
    margin: 10px auto 0 auto;
  }
  .button03-div .button03.button03-c {
    width: 95px;
    height: 25px;
    line-height: 23px;
    border-radius: 15px;
    font-size: 12px !important;
    margin: 8px 0 0 0;
  }
}

@media (max-width: 800px) and (max-width: 630px) {
  .button03-div .button03.button03-c {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 800px) {
  .articlebackwhite02 {
    margin: 0 auto 300px auto;
  }
  .access-map {
    margin: 0 auto 15px;
  }
  .topnewscategory {
    padding: 0 25px;
  }
  .topnewsdate {
    line-height: 28px;
  }
  .topnewss {
    padding: 15px 0;
  }
  .topnewss.clm a {
    display: flex;
    justify-content: space-between;
  }
  .topnewss .eye_img {
    width: 100%;
    height: auto;
  }
  .topnewstext {
    display: block;
    margin-top: -5px;
    line-height: 22px;
    vertical-align: text-top;
  }
}

.details {
  margin-bottom: 80px;
}

@media (max-width: 630px) {
  .details {
    margin-bottom: 60px;
  }
}

.details .details-summary {
  position: relative;
  display: block;
  cursor: pointer;
}

.details .details-summary .qanda-q {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius: 30px;
  background-color: #00a041;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 630px) {
  .details .details-summary .qanda-q {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 20px;
    font-size: 20px;
  }
}

.details .details-summary p {
  display: inline-block;
  width: 90%;
}

@media (max-width: 630px) {
  .details .details-summary p {
    width: 80%;
    vertical-align: middle;
  }
}

.details .details-summary .btn {
  position: absolute;
  top: 75px;
  left: 10%;
  width: 100px;
  height: 40px;
  transform-origin: center center;
  background-color: #00a041;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  vertical-align: bottom;
  text-align: center;
  letter-spacing: 1.5px;
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0s;
}

@media (max-width: 630px) {
  .details .details-summary .btn {
    top: 55px;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
  }
}

.details .details-summary .btn:before {
  content: none;
  border-radius: 10px;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center center;
}

@media (max-width: 630px) {
  .details .details-summary .btn:before {
    width: 80px;
    height: 30px;
  }
}

.details .details-summary .btn:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #00a041;
}

.details .details-summary.is-active .btn {
  opacity: 1;
  transition-delay: 0.3s;
  transition-duration: 0.5s;
}

.details .details-summary.is-active .btn:before {
  content: "CLICK!";
}

.details .details-content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 20px 0 -100px 0;
  padding: 30px 50px;
  font-size: 16px;
  background-color: #00a041;
  border-radius: 30px;
}

@media (max-width: 630px) {
  .details .details-content {
    padding: 20px;
  }
}

.details .details-content:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 15.5%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #00a041;
}

.details .details-content p {
  margin: 0 0 20px;
  text-align: left;
  color: #ffffff;
}

.details .details-content p:last-of-type {
  margin: 0 0 0;
}

.qanda-2 .details .details-summary .qanda-q {
  background-color: #e62319;
}

.qanda-2 .details .details-summary .btn {
  background-color: #e62319;
}

.qanda-2 .details .details-summary .btn:after {
  border-bottom: 15px solid #e62319;
}

.qanda-2 .details .details-content {
  background-color: #e62319;
}

.qanda-2 .details .details-content:before {
  border-bottom: 15px solid #e62319;
}

.details-summary::-webkit-details-marker {
  display: none;
}

/* 230710↑ */
@media (max-width: 800px) {
  header {
    /*border-top: solid 3px #e62319;*/
  }
  header .header3 #navToggle {
    position: fixed;
    width: 60px;
    height: 60px;
    padding: 18px 15px;
    background-color: #e62319;
  }
  header .header3 #navToggle span {
    border-bottom: solid 3px #ffffff;
  }
  header .header3 nav {
    padding: 20px;
  }
  header .header3 nav ul {
    text-align: left;
  }
  header .header3 nav ul li {
    display: inline-block;
    width: 49%;
    background-color: rgba(255, 255, 255, 0);
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    border-right: solid 1px rgba(255, 255, 255, 0);
  }
  header .header3 nav ul li a {
    line-height: 30px;
    letter-spacing: 0.5px;
  }
  header .header3 nav .burger-ul2 {
    margin-top: 50px;
  }
  header .header3 nav .burger-ul2 li {
    width: auto;
    padding: 0 10px;
  }
  header .header3 nav .burger-ul2 li:first-of-type {
    border-right: solid 1px #ffffff;
    padding-left: 0;
  }
  .logo02 {
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto 20px auto;
  }
}

@media (max-width: 800px) and (max-width: 800px) {
  .logo02 {
    margin: 0 auto 5px auto;
  }
}

/* 店舗一覧↓ */
/*.accessinfo {width: 245px;
display: inline-block;
vertical-align: top;}*/
.stores {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px;
  /*background-color: #e62319;*/
  background-color: #00a041;
  padding: 0px;
  vertical-align: top;
  margin: 20px 0 !important;
}

@media (min-width: 992px) {
  .stores {
    /*width: 475px;*/
    width: 48%;
    margin: 10px;
  }
}

.stores:hover .button03 {
  color: #e62319 !important;
}

.stores:hover .button03:before {
  transform: translateX(10%);
}

.stores .storestext img {
  width: 180px;
  height: 180px;
  float: left;
  object-fit: cover;
}

@media (max-width: 630px) {
  .stores .storestext img {
    display: block;
    max-width: 35% !important;
    height: 135px !important;
    margin: 0;
  }
}

.stores .storestitle {
  display: inline-block;
  width: 290px;
  margin-left: 0 !important;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: 900;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .stores .storestitle {
    width: 51%;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .stores .storestitle {
    width: 60%;
    font-size: 22px !important;
  }
}

@media (max-width: 630px) {
  .stores .storestitle {
    display: inline-block !important;
    width: auto !important;
    max-width: 65% !important;
    font-size: 16px !important;
    margin-bottom: 5px;
    padding: 10px 15px 0 15px !important;
    line-height: 18px;
  }
}

.stores .storestitle:after {
  content: '';
  display: block;
  margin-top: 5px;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
}

.stores .storestext p {
  width: 260px;
  color: #ffffff;
  margin-left: 20px;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 600;
  vertical-align: top;
}

@media (min-width: 768px) {
  .stores .storestext p {
    line-height: 18px;
    width: 49%;
  }
}

@media (min-width: 1200px) {
  .stores .storestext p {
    line-height: 28px;
    width: 60%;
  }
}

@media (min-width: 768px) {
  .stores .storestext p.displayinlineblock {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .stores .storestext p.displayinlineblock {
    width: 55%;
  }
}

.stores .storestext p:not(.storestitle) {
  line-height: 20px;
}

@media (max-width: 630px) {
  .stores .storestext p:not(.storestitle) {
    width: 60%;
    max-width: 57% !important;
    margin-left: 15px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    margin: 5px 0 0 0;
  }
}

.stores .buttonaction {
  margin-top: 0;
  position: absolute;
  bottom: 15px;
  right: 20px;
  margin-right: 0;
  background-color: #e62319;
}

.stores .button03-div {
  position: absolute;
  left: 10px;
  bottom: -15px;
}

@media (min-width: 1200px) {
  .stores .button03-div {
    left: auto;
    bottom: -10px;
  }
}

/* 店舗一覧↑*/
/*kaso↓*/
.header-kaso .header3 .header3-bg {
  background-image: none;
  height: auto !important;
}

.header-kaso .header3-full .header3-inner {
  height: auto !important;
}

.header-kaso .header3 .header3-bg:after {
  background: none;
}

.header-kaso .header3 {
  display: none;
  height: auto !important;
}

@media (max-width: 800px) {
  .header-kaso .header3 {
    display: block;
  }
}

.header-kaso .header3 .header3-bg .header3-full .first-text {
  display: none;
}

.header-kaso-first {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
}

@media (max-width: 800px) {
  .header-kaso-first {
    display: none;
  }
}

.contents.map {
  margin: 50px auto 0 auto;
}

@media (min-width: 992px) {
  .contents.map {
    margin: 80px auto 0 auto;
  }
}

.kaso-contents .h2title {
  margin: 30px auto;
}

@media (max-width: 630px) {
  .kaso-contents p {
    font-size: 14px;
    line-height: 25px;
  }
}

.kaso-contents .contents {
  padding: 0 0 30px 0;
}

@media (max-width: 630px) {
  .kaso-contents .contents {
    width: 90% !important;
  }
}

.ntopdivflex, .ntopdivflex .ntopcenterdiv, .ntopimg img,
.ntopdivflex .ntopcenterdiv:before, .ntopdivflex .ntopcenterdiv:after {
  height: 100vh;
}

.ntopdivflex {
  position: fixed;
  display: flex;
  width: 100%;
  z-index: 10;
}

.ntopdivflex .ntopcenterdiv {
  position: fixed;
  z-index: 50;
}

.ntopimg img {
  position: fixed;
  z-index: -10;
}

.articlebackwhite05, .articlebackwhite03 {
  position: relative;
  margin: 350px auto 0 auto;
}

@media (max-width: 630px) {
  .articlebackwhite05, .articlebackwhite03 {
    margin: 250px auto 0 auto;
  }
}

.articlebackwhite06 {
  position: relative;
  margin-top: -1px;
  z-index: 10;
}

@media (max-width: 630px) {
  .articlebackwhite06 {
    padding-top: 0;
  }
}

.list-item-01 {
  width: 900px;
  margin: 0 auto 10px auto;
}

.list-item-01 li {
  width: 100%;
  border-bottom: solid 1px #cccccc;
}

.list-item-01 li:last-child {
  border-bottom: none;
}

.list-item-01 li p {
  display: inline-block;
  padding: 20px 10px;
  vertical-align: top;
}

.list-item-01 li p:first-of-type {
  width: 29%;
  font-weight: 600;
}

.list-item-01 li p:last-of-type {
  width: 70%;
}

@media (max-width: 630px) {
  .list-item-01 {
    width: 100%;
  }
  .list-item-01 li {
    padding: 10px 0;
  }
  .list-item-01 li p {
    display: block;
    width: 100% !important;
    padding: 0 10px;
    line-height: 25px;
  }
}

.list-item-02 li {
  padding: 20px 15px;
  border-bottom: solid 1px #cccccc;
}

.list-item-02 li:last-child {
  border-bottom: none;
}

.list-item-02 li p:after {
  margin: 10px auto 0 0;
}

.list-item-02 li > p {
  display: block;
  width: 100% !important;
  padding: 5px 0 !important;
  font-weight: 400 !important;
}

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

.supporter a.box {
  width: 100%;
  border: 1px solid #ccc;
  margin: 5px;
}

@media (min-width: 767px) {
  .supporter a.box {
    width: 30%;
  }
}

.supporter a.box img {
  width: 100%;
  height: auto;
}

.supporter .supporterimgs {
  width: 300px;
  height: 150px;
  border: solid 1px #dddddd;
  padding: 20px;
  margin: 15px;
  vertical-align: top;
}

.supporter img {
  vertical-align: middle;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.kaso-p {
  margin-bottom: 20px !important;
}

@media (max-width: 630px) {
  .supporter .supporterimgs {
    width: 90%;
    height: 200px;
  }
  .supporter-p {
    width: 95%;
    margin: 0 auto 30px auto !important;
  }
}

.title-sub p {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media (max-width: 630px) {
  .title-sub p {
    font-size: 18px;
  }
}

.title-sub p:after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  margin-top: 10px;
  background-color: #00a041;
  border-radius: 1.5px;
}

@media (max-width: 630px) {
  .title-sub p:after {
    margin: 10px auto 0 auto;
  }
}

.title-sub.title-sub2 p:after {
  background-color: #e62319 !important;
}

.title-sub.title-sub3 {
  margin-bottom: 20px;
}

@media (max-width: 630px) {
  .title-sub.title-sub3 p:after {
    margin: 10px 0 0 0;
    text-align: left;
  }
}

@media (max-width: 630px) {
  .accessinfo {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: solid 1px #cccccc;
  }
}

.contactformarea table {
  border: solid 1px #ffffff;
}

.contactformarea table th, .contactformarea table td {
  border-bottom: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0);
}

.contactformarea table th.lasttd, .contactformarea table td.lasttd {
  border-bottom: solid 1px #ffffff;
}

/*kaso↑*/
/*footer↓*/
.footrightcontent {
  display: inline-block;
  width: 635px;
  margin-top: 50px;
  vertical-align: top;
}

@media (max-width: 800px) {
  .footrightcontent {
    width: 100%;
  }
}

.footrightcontent .footsupporter {
  border: none;
  margin: 30px 0;
  padding: 0;
}

.footleftcontent {
  display: inline-block;
  width: 300px;
  margin-right: 50px;
  text-align: left;
}

.img_bunner {
  margin-top: 80px;
}

@media (max-width: 630px) {
  .img_bunner {
    margin-top: 30px;
  }
}

.footwhite {
  width: 100%;
  background-color: #ffffff;
}

.footwhite small {
  color: #000000;
  text-align: center;
}

.sns_link {
  margin: 0;
}

@media (max-width: 630px) {
  .footrightcontent {
    margin-top: 10px;
  }
  .footleftcontent {
    width: 100%;
    margin-right: 0;
  }
  footer .logo03 {
    width: 200px;
    height: auto;
    margin: 40px auto 10px auto;
  }
  footer p {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
  }
  footer small {
    padding: 0 15px;
    text-align: left !important;
  }
  .footred {
    padding-bottom: 30px;
    text-align: center;
  }
  .footwhite {
    padding-bottom: 20px;
  }
  .sns_link {
    width: 60%;
    padding: 20px 5px 5px 5px;
  }
  .sns_link li {
    margin: 0 5px;
    width: 25%;
  }
}

.faq_area {
  margin: 20px auto 60px auto;
}

@media (max-width: 767px) {
  .faq_area {
    /*margin: -10px auto 60px auto;*/
    padding: 40px 0;
    background-color: #efefef;
  }
}

.map-wrap iframe {
  width: 100%;
  height: 300px;
  margin: 24px auto;
}

@media (min-width: 992px) {
  .map-wrap iframe {
    height: 400px;
  }
}

.flex {
  display: flex;
}

.flex.map {
  justify-content: space-between;
  flex-direction: column;
  margin: 0 auto 50px auto;
}

@media (min-width: 992px) {
  .flex.map {
    flex-direction: row;
  }
}

.flex.map .left,
.flex.map .right {
  width: 90%;
  margin: 0 auto;
}

.flex.map .left img,
.flex.map .right img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .flex.map .left,
  .flex.map .right {
    width: 48%;
    margin: 0;
  }
}

.flex.map .left iframe,
.flex.map .right iframe {
  width: 100%;
  height: 300px;
  margin: 20px auto 0 auto;
}

@media (min-width: 992px) {
  .flex.map .left iframe,
  .flex.map .right iframe {
    height: 480px;
    margin: 0;
  }
}

body.top .contents-all {
  padding: 50px 0 0 0 !important;
}

/*footer↑*/
/*
.map-wrap {
  width: 100%;
	height: 400px;
  margin: 0 auto;
  position: relative;
  padding-top: (465 / 1440 * 100%);
  .access-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}*/
@media (max-width: 991px) {
  .header-kaso-first h1 {
    display: none !important;
  }
}
