@charset "UTF-8";
/*　------ 変数を先に定義　　---------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  background-image: url("../images/common/bg_1.png");
  background-size: 20px 20px;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    background-size: 20px 20px;
  }
}

.f15 {
  font-size: 15px !important;
}
@media screen and (max-width: 767px) {
  .f15 {
    font-size: 14px !important;
  }
}

.attention {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  color: #000000;
  margin-top: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .attention {
    margin-top: 20px;
    font-size: 14px;
  }
}

.attention-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .attention-list {
    margin-top: 20px;
  }
}
.attention-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  color: #000000;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .attention-list li {
    font-size: 14px;
  }
}
.attention-list li:not(:first-child) {
  margin-top: 4px;
}

.center {
  text-align: center;
}

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

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

#toX {
  position: fixed;
  width: 110px;
  right: 30px;
  bottom: 140px;
  z-index: 15;
}
@media screen and (max-width: 1049px) {
  #toX {
    width: 100px;
    right: 8px;
    bottom: 145px;
  }
}
@media screen and (max-width: 767px) {
  #toX {
    width: 56px;
    right: 10px;
    bottom: 96px;
  }
}

#toTop {
  position: fixed;
  width: 100px;
  right: 30px;
  bottom: 30px;
  z-index: 15;
}
@media screen and (max-width: 1049px) {
  #toTop {
    width: 100px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #toTop {
    width: 56px;
    right: 10px;
    bottom: 30px;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.mini {
  font-size: 13px;
  margin-left: -4px;
}

.red {
  color: #c3172d;
}

header {
  background-image: url("../images/common/nav_bg.png");
  background-repeat: repeat;
  background-position: 0 0;    
  background-size: 15px 15px;    
  background-attachment: scroll; 
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.1666vw;
  max-width: 1150px;
  width: 90%;
  height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  nav {
    height: 100px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 1000px) {
  nav {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  nav {
    height: 56px;
  }
}
nav h1 {
  height: 124px;
}
@media screen and (max-width: 1250px) {
  nav h1 {
    height: 100px;
  }
}
@media screen and (max-width: 1000px) {
  nav h1 {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  nav h1 {
    display: none;
  }
}
nav h1 a {
  height: 100%;
}
nav h1 a img {
  height: 100%;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 55px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .nav-list {
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .nav-list {
    display: none;
  }
}
.nav-list > li {
  height: 50%;
  display: flex;
  align-items: center;
}
.nav-list > li > a {
  position: relative;
}

.nav-list > li > a::after {
  position: absolute;
  bottom: -3px;
  left: -5%;
  content: "";
  width: 110%;
  border-bottom: 3px dashed #ffff97;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
  z-index: 1;
}

.nav-list > li > a:hover {
  opacity: 1;
}
.nav-list > li > a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.nav-list > li img {
  height: 40px;
  position: relative;
  z-index: 3;
}


@media screen and (max-width: 1250px) {
  .nav-list > li img {
    height: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .nav-list > li img {
    height: 24px;
  }
}
.nav-list > li:nth-child(3) {
  position: relative;
}
.nav-list > li:nth-child(3) > ul {
  display: none;
}
.nav-list > li:nth-child(3) > ul li {
  text-align: left;
  border-bottom: 2px solid #0B3C20;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.nav-list > li:nth-child(3) > ul li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.nav-list > li:nth-child(3) > ul li a {
  border: none;
  box-shadow: none;
  padding-bottom: 0;
  position: relative;
  padding: 6px 0 4px 30px;
  line-height: 140%;
  height: auto;
  color: #0B3C20;
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 100%;
}
.nav-list > li:nth-child(3) > ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-top: solid 3px #0B3C20;
  border-right: solid 3px #0B3C20;
  transform: rotate(45deg);
}
.nav-list > li:nth-child(3) > ul li a:hover {
  border-bottom: none;
  background: #FCF800;
  opacity: 1;
}
.nav-list > li:nth-child(3) > ul li a:hover::before {
  left: 0.3em;
}
.nav-list > li:nth-child(3):hover > ul {
  display: block;
  position: absolute;
  padding: 20px;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 3px solid #0B3C20;
  width: 260px;
  z-index: 5;
}
.nav-list > li:nth-child(3):hover > ul::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.nav-list > li:nth-child(3):hover > ul::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-bottom: 14px solid #0B3C20;
  z-index: 1;
}

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

@media screen and (max-width: 767px) {
  .sp-g_nav {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding: 20px 0 30px;
    transition: all 0.3s;
    z-index: 200;
    overflow-y: auto;
    background: #007f01;
    opacity: 0.9;
    display: block;
  }
}
.sp-g_nav > ul {
  margin-top: 20px;
}
.sp-g_nav > ul > li {
  border-bottom: 1px solid #006000;
}
.sp-g_nav > ul > li > ul {
  margin-left: 40px;
  padding-bottom: 16px;
}
.sp-g_nav > ul > li > ul a {
  padding: 10px 0 10px 36px;
  font-weight: bold;
}
.sp-g_nav > ul p {
  padding: 16px 0 8px 34px;
}
.sp-g_nav > ul p > a {
  padding: 0;
}
.sp-g_nav > ul p > a::before {
  display: none;
}
.sp-g_nav > ul a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 10px 36px;
  position: relative;
}
.sp-g_nav > ul a img {
  height: 30px;
}
.sp-g_nav > ul a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 52%;
  margin-top: -6px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}

.hamburger {
  position: fixed;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  padding: 5px 5px 0;
  z-index: 200;
}
.hamburger p {
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin-top: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.6s;
}

.hamburgerLine {
  position: absolute;
  left: 0;
  right: 0;
  width: 34px;
  height: 3px;
  background: #fff;
  transition: all 0.3s;
  margin: auto;
}

.hamburgerLine1 {
  top: 6px;
}

.hamburgerLine2 {
  top: 16px;
}

.hamburgerLine3 {
  top: 26px;
}

.nav-open .sp-g_nav {
  right: 0;
}

.nav-open .hamburger {
  position: fixed;
  right: 5px;
  z-index: 300;
  transition: all 0.6s;
}
.nav-open .hamburger p {
  color: #fff;
}
.nav-open .hamburgerLine1 {
  transform: rotate(45deg);
  top: 14px;
  background: #fff;
}
.nav-open .hamburgerLine2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburgerLine3 {
  transform: rotate(-45deg);
  top: 14px;
  background: #fff;
}
.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: #f8f1eb;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
  z-index: 12;
}

.fv {
  width: 100%;
  border-top: 10px solid #ffff97;
  border-bottom: 15px solid #ffff97;
  border-left: none;
  border-right: none;
} 
.fv img {
  width: 100%;
}

.x {
  width: 695px;
  margin: 0 auto;
  margin-top: 132px;
}
@media screen and (max-width: 1049px) {
  .x {
    width: 550px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .x {
    width: 85%;
    margin-top: 40px;
  }
}


.section-box {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  background: #fffff1;
  width: 100%;
  border: 3px solid #007f01;
  border-radius: 25px;
  padding: 7px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

.event{
  margin-top: 180px;
}

@media screen and (max-width: 1049px) {
  .event{
    margin-top: 100px;
  }
  
}
@media screen and (max-width: 767px) {
  .section-box {
    padding: 5px;
  }
  .event{
    margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .section-box {
    padding: 5px;
  }
  .event{
    margin-top: 40px;
  }
}

@media screen and (max-width: 1049px) {
  .section-box::before {
    top: 9px;
    left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .section-box::before {
    display: none;
  }
}

.section-inner {
  width: 100%;
  border: 2px dashed #4da17e;
  border-radius: 20px;
  padding: 145px 110px 72px;
  z-index: 10;
}


@media screen and (max-width: 1049px) {
  .section-inner {
    padding: 120px 40px 48px;
  }
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: 60px 20px 48px;
  }
}
.section-inner h2 {
  width: 500px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1049px) {
  .section-inner h2 {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .section-inner h2 {
    width: 320px;
    top: -35px;
  }
}

@media screen and (max-width: 480px) {
  .section-inner h2 {
    width: 250px;
    top: -20px;
  }
}

.section-inner .date {
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
}
.section-inner .place {
  max-width: 505px;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .section-inner .place {
    width: 70%;
    margin-top: 10px;
  }
}

.event--storte_list {
  text-align: center;
  margin-top: 64px;
}
@media screen and (max-width: 1049px) {
  .event--storte_list {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .event--storte_list {
    margin-top: 32px;
  }
}
.event--storte_list dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .event--storte_list dl {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.event--storte_list dt {
  color: #fff;
  background: #007501;
  font-size: 17px;
  font-weight: bold;
  width: 110px;
  line-height: 40px;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .event--storte_list dt {
    font-size: 14px;
    line-height: 30px;
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
  }
}
.event--storte_list dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}
.event--storte_list dd ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .event--storte_list dd ul {
    gap: 3px;
    justify-content: space-between;
    margin-bottom: 5px;
  }
}
.event--storte_list dd ul li {
  display: flex;
  align-items: center;
  width: calc(33.3333333333% - 12px);
}
@media screen and (max-width: 767px) {
  .event--storte_list dd ul li {
    width: calc(50% - 3px);
  }
}
.event--storte_list dd ul li a {
  color: #007501;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #007501;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .event--storte_list dd ul li a {
    font-size: 15px;
  }
}
.event--storte_list dd ul li a:hover {
  background: #ffff97;
  opacity: 1;
}

.event--store_item:not(:first-child) {
  margin-top: 6px;
}

.present {
  background-image: url(../images/common/bg_2.png);
  background-size: 40px 40px;
  margin-top: 100px;
  padding: 0 0 125px;
  overflow-x: hidden;
}
@media screen and (max-width: 1049px) {
  .present {
    margin-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .present {
    margin-top: 72px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 580px) {
}

.present .section-box {
  margin-top: 100px;
}
@media screen and (max-width: 1049px) {
  .present .section-box {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .present .section-box {
    margin-top: 100px;
  }
}

.present-explain {
  color: #007501;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .present-explain {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.theater {
  background: #319332;
  padding: 155px 0;
}
@media screen and (max-width: 1049px) {
  .theater {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .theater {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}
.theater .section-box {
  margin-top: 0;
}

.goods {
  background-image: url(../images/common/bg_3.png);
  background-size: 20px 20px; 
  padding: 180px 0 120px;
}
@media screen and (max-width: 1049px) {
  .goods {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .goods {
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .goods {
    padding-top: 80px;
  }
}
.goods .section-inner {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .goods .section-inner {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}

.goods-title {
  background: #e95334;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .goods-title {
    font-size: 18px;
    padding: 6px;
  }
}
.goods-title.new {
  margin-top: 88px;
}
@media screen and (max-width: 1049px) {
  .goods-title.new {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .goods-title.new {
    margin-top: 48px;
  }
}
.goods-title.other {
  margin-top: 88px;
}

.goods--attention_list {
  margin-top: 40px;
}
@media screen and (max-width: 1049px) {
  .goods--attention_list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .goods--attention_list {
    margin-top: 20px;
  }
}
.goods--attention_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .goods--attention_list li {
    font-size: 14px;
  }
}
.goods--attention_list li:not(:first-child) {
  margin-top: 4px;
}

.goods--sub_title {
  border-top: 2px dashed #007f01;
  border-bottom: 2px dashed #007f01;
  color: #007f01;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 88px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1049px) {
}
@media screen and (max-width: 767px) {
  .goods--sub_title {
    font-size: 18px;
    width: 95%;
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
.goods--sub_title.first {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .goods--sub_title.first {
    margin-top: 40px;
  }
}

/* margin-goods_sub_title　追加 */

.margin-goods_sub_title {
  margin: 0 auto;
  margin-top: 88px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1049px) {
}
@media screen and (max-width: 767px) {
  .margin-goods_sub_title {
    width: 95%;
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
.margin-goods_sub_title {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .margin-goods_sub_title {
    margin-top: 40px;
  }
}
/* margin-goods_sub_title　追加終 */


.goods-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.75%;
  max-width: 980px;
}
@media screen and (max-width: 1049px) {
  .goods-list {
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .goods-list {
    justify-content: center;
    gap: 2.75%;
  }
}

.goods-item {
  width: 31.5%;
}
.goods-item:nth-child(n+4) {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .goods-item:nth-child(n+4) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1049px) {
  .goods-item:nth-child(n+3) {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .goods-item:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1049px) {
  .goods-item {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .goods-item {
    width: 90%;
  }
}
.goods-item img {
  border: 2px solid #ededed;
}

.goods-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 14px;
}

.series-name {
  font-size: 13px;
  color: #e95334;
}

.goods-info {
  font-size: 15px;
  margin-top: 10px;
}
.goods-info li {
  line-height: 1.5;
}

.limit {
  background: #ffd1c8;
  border-radius: 2px;
  font-size: 12px;
  margin-top: 5px;
  padding: 6px;
}

footer {
  background-image: url(../images/common/bg_1.png);
  background-size: 20px 20px;
}
@media screen and (max-width: 1049px) {
  footer {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    margin-top: 10px;
    background-size: 20px 20px;
  }
}

.footer-inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    gap: 6px;
    justify-content: center;
    padding: 40px 0;
  }
}
.footer-inner a {
  border: 2px solid #eeeeee;
  max-width: 390px;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .footer-inner a {
    width: calc(50% - 6px);
  }
}

.copyright {
  background: #1e6737;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 12px;
  }
}
.copyright p {
  max-width: 90%;
  margin: 0 auto;
}

.info-box {
  background: rgb(245, 245, 227);
  border-radius: 5px;
  padding: 13px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.info-box .info-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  border-bottom: 1px solid #f6f6f6;
}
.info-box .info-txt {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}
.info-box .info-day {
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
}