@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

body {
  width: 100%;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

section.typeA {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

section.typeA::after {
  content: '';
  width: 100%;
  height: 5px;
  order: -1;
  display: block;
  background: #004098;
}

section.typeA .tabLabel {
  /* タブ */
  margin-right: 20px;
  padding: 20px 12px;
  flex: 1;
  order: -1;
  border-radius: 10px 10px 0 0;
  background: #CCCCCC;
  transition: .5s;
  cursor: pointer;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #808080;
}

@media only screen and (max-width: 988px) {
  section.typeA .tabLabel {
    margin-right: 10px;
    font-size: 18px;
  }
}

section.typeA .tabLabel:nth-last-of-type(1) {
  margin-right: 0;
}

section.typeA input {
  /* ラジオボタン非表示 */
  display: none;
}

section.typeA .content {
  /* 本文 */
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/*アクティブ設定*/
section.typeA input:checked + .tabLabel {
  color: #fff;
  background: #004098;
}

section.typeA input:checked + .tabLabel + .content {
  padding: 15px;
  height: auto;
  overflow: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: .5s opacity;
  opacity: 1;
}

.sideBnr {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 200;
}

@media only screen and (max-width: 988px) {
  .sideBnr {
    display: block;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

.sideBnr__outer {
  margin: 0 0 0 auto;
  width: 455px;
  padding-bottom: 10px;
  pointer-events: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

@media only screen and (max-width: 988px) {
  .sideBnr__outer {
    width: calc(65vw + 60px);
    max-width: 560px;
    padding-bottom: 0;
  }
}

.sideBnr__img a {
  transition: opacity 0.2s ease;
  display: block;
}

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

.sideBnr__close {
  background: #000;
  width: 25px;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

@media only screen and (max-width: 988px) {
  .sideBnr__close {
    width: 60px;
  }
}

.kvarea img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

.match {
  width: 100%;
  padding: 80px;
  text-align: center;
  background: url("../images/ticket_img.png") no-repeat;
}

@media only screen and (max-width: 988px) {
  .match {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 988px) {
  .match .inner {
    margin: 0 auto;
    text-align: center;
  }
}

.match .inner .bnr {
  margin-bottom: 40px;
}

@media only screen and (max-width: 988px) {
  .match .inner .bnr {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 988px) {
  .match .inner .bnr img {
    width: 70%;
  }
}

.match .inner p {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}

@media only screen and (max-width: 988px) {
  .match .inner p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.match .inner .mainText {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 988px) {
  .match .inner .mainText {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 988px) {
  .match .inner .btn {
    width: 60%;
    margin: 0 auto;
  }
}

.match .inner .btn a {
  font-size: 25px;
  display: block;
  background: #AC9933;
  color: #333333;
  width: 420px;
  max-width: 90%;
  margin: 50px auto 0;
  text-align: center;
  padding: 25px;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all .3s;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 988px) {
  .match .inner .btn a {
    font-size: 18px;
    padding: 20px;
  }
}

.freespace {
  width: 100%;
  padding: 50px;
  text-align: center;
}

@media only screen and (max-width: 988px) {
  .freespace {
    padding: 30px 0;
  }
}

.freespace .textArea {
  color: #004098;
  line-height: 28px;
  margin: 30px auto 50px;
}

@media only screen and (max-width: 988px) {
  .freespace .textArea {
    line-height: 24px;
    font-size: 14px;
    margin: 0 30px 30px;
  }
}

@media only screen and (max-width: 988px) {
  .freespace .bnr img {
    width: 70%;
  }
}

.freespace .mapBtn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 988px) {
  .freespace .mapBtn {
    display: block;
  }
}

@media only screen and (max-width: 988px) {
  .freespace .gourmetMap {
    margin-bottom: 10px;
  }
}

.freespace .gourmetMap__inner {
  margin: 0 10px;
  border: 6px #144293 solid;
  display: inline-block;
  padding: 20px 30px;
}

@media only screen and (max-width: 988px) {
  .freespace .gourmetMap__inner {
    padding: 15px 36px;
  }
}

.freespace .gourmetMap__inner a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.freespace .gourmetMap__inner img {
  margin-right: 10px;
  width: 20%;
}

@media only screen and (max-width: 988px) {
  .freespace .gourmetMap__inner img {
    width: 17%;
  }
}

.freespace .gourmetMap__inner p {
  color: #004098;
  font-weight: bold;
  font-size: 20px;
}

.freespace .areaMap__inner {
  margin: 0 10px;
  border: 6px #144293 solid;
  display: inline-block;
  padding: 16px 20px;
}

@media only screen and (max-width: 988px) {
  .freespace .areaMap__inner {
    padding: 11px 2px;
  }
}

.freespace .areaMap__inner a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.freespace .areaMap__inner img {
  margin-right: 10px;
  width: 20%;
}

@media only screen and (max-width: 988px) {
  .freespace .areaMap__inner img {
    margin: 0 10px;
    width: 17%;
  }
}

.freespace .areaMap__inner p {
  color: #004098;
  font-weight: bold;
  font-size: 20px;
}

.freespace ._btn {
  margin: 0 10px;
  border: 6px #144293 solid;
  padding: 5px 0;
  height: 80px;
  width: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.freespace ._btn img {
  width: 15%;
}

@media only screen and (max-width: 988px) {
  .freespace ._btn {
    padding: 0;
    height: 60px;
    width: 75%;
    margin: 0 auto;
  }
  .freespace ._btn img {
    width: 40px;
  }
}

.freespace ._btn a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.freespace ._btn p {
  color: #004098;
  font-weight: bold;
  font-size: 20px;
}

.freespace ._btn:hover {
  opacity: .7;
}

.schedule {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}

@media only screen and (max-width: 988px) {
  .schedule {
    margin-bottom: 30px;
  }
}

.schedule__inner {
  border: 6px #144293 solid;
  display: inline-block;
  padding: 20px 30px;
}

@media only screen and (max-width: 988px) {
  .schedule__inner {
    padding: 15px 30px;
  }
}

.schedule a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.schedule img {
  margin-right: 10px;
  width: 20%;
}

@media only screen and (max-width: 988px) {
  .schedule img {
    width: 17%;
  }
}

.schedule p {
  color: #004098;
  font-weight: bold;
  font-size: 20px;
}

.banner {
  width: 1300px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 988px) {
  .banner {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.banner__btn {
  width: 30%;
}

@media only screen and (max-width: 988px) {
  .banner__btn {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.event {
  width: 100%;
  background: url("https://www.montedioyamagata.jp/information/20210626/assets/images/event_backimg01.jpg") no-repeat #0e3583 center bottom;
  padding-bottom: 80px;
}

@media only screen and (max-width: 988px) {
  .event {
    padding-bottom: 50px;
  }
}

.event h2 {
  text-align: center;
  padding: 0 0 60px;
}

@media only screen and (max-width: 988px) {
  .event h2 {
    padding: 0 0 40px;
  }
}

.event h2 img {
  width: 20%;
}

@media only screen and (max-width: 988px) {
  .event h2 img {
    width: 49%;
  }
}

.event h2:first-child {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 988px) {
  .event h2:first-child {
    padding: 60px 0 40px;
  }
}

.event__inner {
  width: 1130px;
  margin: 0 auto;
}

@media only screen and (max-width: 988px) {
  .event__inner {
    width: 90%;
  }
}

.event__inner .columnBox {
  margin-bottom: 100px;
  display: flex;
  border: 5px solid #A99945;
  background-color: #fff;
  overflow: hidden;
  border-radius: 40px;
}

@media only screen and (max-width: 988px) {
  .event__inner .columnBox {
    display: block;
    margin-bottom: 50px;
  }
}

.event__inner .columnBox .eventImgBox {
  border-right: 3px solid #A99945;
}

@media only screen and (max-width: 988px) {
  .event__inner .columnBox .eventImgBox {
    border-bottom: 3px solid #A99945;
    border-right: none;
  }
}

.event__inner .columnBox .eventImgBox figure {
  width: 560px;
}

@media only screen and (max-width: 988px) {
  .event__inner .columnBox .eventImgBox figure {
    width: 100%;
  }
}

.event__inner .columnBox .eventImgBox img {
  vertical-align: bottom;
  width: 100%;
}

.event__inner .columnBox .eventTextBox {
  padding: 40px;
}

@media only screen and (max-width: 988px) {
  .event__inner .columnBox .eventTextBox {
    padding: 20px;
  }
}

.event__inner .columnBox .eventTextBox h4 {
  color: #004098;
  font-size: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 988px) {
  .event__inner .columnBox .eventTextBox h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 23px;
  }
}

.event__inner .columnBox .eventTextBox p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (max-width: 988px) {
  .event__inner .columnBox .eventTextBox p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}

.event__inner .columnBox .eventTextBox dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.event__inner .columnBox .eventTextBox dt {
  color: #fff;
  background-color: #004098;
  width: 84px;
  padding: 8px 0;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 988px) {
  .event__inner .columnBox .eventTextBox dt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.event__inner .columnBox .eventTextBox dd {
  width: calc(100% - 94px);
  padding: 8px 0;
}

@media only screen and (max-width: 988px) {
  .event__inner .columnBox .eventTextBox dd {
    font-size: 14px;
  }
}

.event__inner .columnBox .eventTextBox .attentionList ul {
  list-style: none;
}

.event__inner .columnBox .eventTextBox .attentionList li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  display: block;
  margin-bottom: 8px;
  line-height: 18px;
}

.event__inner .columnBox .eventTextBox .attentionList li:before {
  content: "※";
}

@media only screen and (max-width: 988px) {
  .event__inner .columnBox .eventTextBox .attentionList li {
    font-size: 70%;
    line-height: 18px;
    margin-bottom: 3px;
  }
}

.event__inner .event_slider {
  position: relative;
}

.event__inner .event_slider .column2Box {
  margin: 0 auto;
  margin-bottom: 50px;
  justify-content: space-between;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .column2Box {
    margin-bottom: 30px;
  }
}

.event__inner .event_slider .column2Box .column_min {
  width: 535px;
  margin: 0 10px;
  margin-bottom: 30px;
  border: 5px solid #A99945;
  background-color: #fff;
  overflow: hidden;
  border-radius: 40px;
  width: 47%;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .column2Box .column_min {
    margin-bottom: 10px;
  }
}

.event__inner .event_slider .column2Box .eventImgBox {
  border-bottom: 3px solid #A99945;
}

.event__inner .event_slider .column2Box .eventImgBox figure {
  width: 543px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .column2Box .eventImgBox figure {
    width: 100%;
  }
}

.event__inner .event_slider .column2Box .eventImgBox img {
  width: 100%;
  vertical-align: bottom;
}

.event__inner .event_slider .column2Box .eventTextBox {
  padding: 30px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .column2Box .eventTextBox {
    padding: 20px;
  }
}

.event__inner .event_slider .column2Box .eventTextBox h4 {
  color: #004098;
  font-size: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .column2Box .eventTextBox h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 23px;
  }
}

.event__inner .event_slider .column2Box .eventTextBox p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .column2Box .eventTextBox p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}

.event__inner .event_slider .column2Box .eventTextBox dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.event__inner .event_slider .column2Box .eventTextBox dt {
  color: #fff;
  background-color: #004098;
  width: 84px;
  padding: 8px 0;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .column2Box .eventTextBox dt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.event__inner .event_slider .column2Box .eventTextBox dd {
  width: calc(100% - 94px);
  padding: 8px 0;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .column2Box .eventTextBox dd {
    font-size: 14px;
  }
}

.event__inner .event_slider .column2Box .eventTextBox .attentionList ul {
  list-style: none;
}

.event__inner .event_slider .column2Box .eventTextBox .attentionList li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  display: block;
  margin-bottom: 8px;
  line-height: 18px;
}

.event__inner .event_slider .column2Box .eventTextBox .attentionList li:before {
  content: "※";
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .column2Box .eventTextBox .attentionList li {
    font-size: 70%;
    line-height: 18px;
    margin-bottom: 3px;
  }
}

.event__inner .event_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  padding-top: 50px;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
}

.event__inner .event_slider .slick-prev {
  left: -40px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .slick-prev {
    left: -20px;
  }
}

.event__inner .event_slider .slick-prev::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 20px 0;
  border-color: transparent #fff transparent transparent;
  opacity: 1;
}

.event__inner .event_slider .slick-next {
  right: -40px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .slick-next {
    right: -10px;
  }
}

.event__inner .event_slider .slick-next:before {
  opacity: 1;
  position: absolute;
  transform: translateY(-100%);
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 14px;
  border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .slick-next:before {
    transform: translateY(-135%);
    border-width: 15px 0 15px 10px;
  }
}

.event__inner .event_slider .slick-dots {
  bottom: 20px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .slick-dots {
    bottom: 0;
  }
}

.event__inner .event_slider .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  line-height: 0;
  width: 80px;
  height: 10px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .slick-dots li {
    width: 50px;
  }
}

.event__inner .event_slider .slick-dots li button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  background: #8b8b8b;
  width: 80px;
  height: 7px;
  cursor: pointer;
  -webkit-transform: skew(-15deg, 0);
  -webkit-transition: background 0.2s ease;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .slick-dots li button {
    width: 60px;
    height: 5px;
  }
}

.event__inner .event_slider .slick-dots .slick-active button:before {
  background: #fff;
  width: 80px;
  height: 7px;
}

@media only screen and (max-width: 988px) {
  .event__inner .event_slider .slick-dots .slick-active button:before {
    width: 60px;
    height: 5px;
  }
}

.event__inner .column3Box {
  margin: 0 auto;
  justify-content: space-between;
}

.event__inner .column3Box .column_small {
  width: 535px;
  margin: 0 10px;
  margin-bottom: 50px;
  border: 5px solid #A99945;
  background-color: #fff;
  overflow: hidden;
  border-radius: 40px;
  width: 30%;
}

@media only screen and (max-width: 988px) {
  .event__inner .column3Box .column_small {
    margin-bottom: 30px;
  }
}

.event__inner .column3Box .eventImgBox {
  border-bottom: 3px solid #A99945;
}

.event__inner .column3Box .eventImgBox figure {
  width: 350px;
}

@media only screen and (max-width: 988px) {
  .event__inner .column3Box .eventImgBox figure {
    width: 100%;
  }
}

.event__inner .column3Box .eventImgBox img {
  width: 100%;
  vertical-align: bottom;
}

.event__inner .column3Box .eventTextBox {
  padding: 20px;
}

.event__inner .column3Box .eventTextBox h4 {
  color: #004098;
  font-size: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 988px) {
  .event__inner .column3Box .eventTextBox h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 23px;
  }
}

.event__inner .column3Box .eventTextBox p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
}

@media only screen and (max-width: 988px) {
  .event__inner .column3Box .eventTextBox p {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.event__inner .column3Box .eventTextBox dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.event__inner .column3Box .eventTextBox dt {
  color: #fff;
  background-color: #004098;
  width: 84px;
  padding: 8px 0;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 988px) {
  .event__inner .column3Box .eventTextBox dt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.event__inner .column3Box .eventTextBox dd {
  width: calc(100% - 94px);
  padding: 8px 0;
}

@media only screen and (max-width: 988px) {
  .event__inner .column3Box .eventTextBox dd {
    font-size: 14px;
  }
}

.event__inner .column3Box .eventTextBox .attentionList ul {
  list-style: none;
}

.event__inner .column3Box .eventTextBox .attentionList li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  display: block;
  margin-bottom: 8px;
  line-height: 18px;
}

.event__inner .column3Box .eventTextBox .attentionList li:before {
  content: "※";
}

@media only screen and (max-width: 988px) {
  .event__inner .column3Box .eventTextBox .attentionList li {
    font-size: 70%;
    line-height: 18px;
    margin-bottom: 3px;
  }
}

.event .btn {
  font-size: 40px;
  color: #fff;
}

@media only screen and (max-width: 988px) {
  .event .btn {
    width: 60%;
    margin: 0 auto;
  }
}

.event .btn a {
  font-size: 25px;
  display: block;
  background: #AC9933;
  color: #333333;
  width: 420px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all .3s;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 988px) {
  .event .btn a {
    font-size: 18px;
    padding: 20px;
  }
}

.gourmet {
  width: 100%;
  background: url("../images/gourmet_backimg03.jpg") no-repeat;
  padding-bottom: 80px;
}

@media only screen and (max-width: 988px) {
  .gourmet {
    padding-bottom: 50px;
  }
}

.gourmet h2 {
  text-align: center;
  padding: 0 0 60px;
}

@media only screen and (max-width: 988px) {
  .gourmet h2 {
    padding: 0 0 40px;
  }
}

.gourmet h2 img {
  width: 20%;
}

@media only screen and (max-width: 988px) {
  .gourmet h2 img {
    width: 49%;
  }
}

.gourmet h2:first-child {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 988px) {
  .gourmet h2:first-child {
    padding: 60px 0 40px;
  }
}

.gourmet .btn {
  font-size: 40px;
  color: #fff;
}

@media only screen and (max-width: 988px) {
  .gourmet .btn {
    width: 60%;
    margin: 0 auto;
  }
}

.gourmet .btn a {
  font-size: 25px;
  display: block;
  background: #AC9933;
  color: #333333;
  width: 420px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all .3s;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 988px) {
  .gourmet .btn a {
    font-size: 18px;
    padding: 20px;
  }
}

#popular.gourmet {
  background: url("../images/gourmet_backimg02.jpg") no-repeat;
}

.gourmet2 {
  width: 100%;
  background: url("../images/gourmet_backimg02.jpg") no-repeat;
}

.gourmet2 h2 {
  text-align: center;
  padding: 0 0 60px;
}

@media only screen and (max-width: 988px) {
  .gourmet2 h2 {
    padding: 0 0 40px;
  }
}

.gourmet2 h2 img {
  width: 20%;
}

@media only screen and (max-width: 988px) {
  .gourmet2 h2 img {
    width: 49%;
  }
}

.gourmet2 h2:first-child {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 988px) {
  .gourmet2 h2:first-child {
    padding: 60px 0 40px;
  }
}

.gourmet2 .btn {
  font-size: 40px;
  color: #fff;
}

@media only screen and (max-width: 988px) {
  .gourmet2 .btn {
    width: 60%;
    margin: 0 auto;
  }
}

.gourmet2 .btn a {
  font-size: 25px;
  display: block;
  background: #AC9933;
  color: #333333;
  width: 420px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all .3s;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 988px) {
  .gourmet2 .btn a {
    font-size: 18px;
    padding: 20px;
  }
}

.gourmet3 {
  width: 100%;
  background: url("../images/gourmet_backimg04.jpg") no-repeat;
}

.gourmet3 h2 {
  text-align: center;
  padding: 0 0 60px;
}

@media only screen and (max-width: 988px) {
  .gourmet3 h2 {
    padding: 0 0 40px;
  }
}

.gourmet3 h2 img {
  width: 20%;
}

@media only screen and (max-width: 988px) {
  .gourmet3 h2 img {
    width: 49%;
  }
}

.gourmet3 h2:first-child {
  padding: 80px 0 60px;
}

@media only screen and (max-width: 988px) {
  .gourmet3 h2:first-child {
    padding: 60px 0 40px;
  }
}

.gourmet3 .btn {
  font-size: 40px;
  color: #fff;
}

@media only screen and (max-width: 988px) {
  .gourmet3 .btn {
    width: 60%;
    margin: 0 auto;
  }
}

.gourmet3 .btn a {
  font-size: 25px;
  display: block;
  background: #AC9933;
  color: #333333;
  width: 420px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all .3s;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 988px) {
  .gourmet3 .btn a {
    font-size: 18px;
    padding: 20px;
  }
}

.goods {
  width: 100%;
  background: url("../images/goods_backimg01.png") no-repeat;
  padding-bottom: 80px;
}

@media only screen and (max-width: 988px) {
  .goods {
    padding-bottom: 50px;
  }
}

.goods h2 {
  text-align: center;
  padding: 80px 0 60px;
}

@media only screen and (max-width: 988px) {
  .goods h2 {
    padding: 60px 0 40px;
  }
}

.goods h2 img {
  width: 14%;
}

@media only screen and (max-width: 988px) {
  .goods h2 img {
    width: 34%;
  }
}

.goods .btn {
  font-size: 40px;
  color: #fff;
}

@media only screen and (max-width: 988px) {
  .goods .btn {
    width: 60%;
    margin: 0 auto;
  }
}

.goods .btn a {
  font-size: 25px;
  display: block;
  background: #AC9933;
  color: #333333;
  width: 420px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 25px;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all .3s;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 988px) {
  .goods .btn a {
    font-size: 18px;
    padding: 20px;
  }
}

.snsShare {
  width: 100%;
}

.snsShare .share__icon {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}

.snsShare .share__icon li {
  width: 20%;
}

.snsShare .share__icon__item a {
  color: #3e3e3e;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.2s ease;
  padding: 15px 10px;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.snsShare .share__icon__item a:hover {
  opacity: 0.7;
}

.snsShare .share__icon .line {
  background: #00B900;
}

.snsShare .share__icon .twitter {
  background: #1DA1F2;
}

.snsShare .share__icon .facebook {
  background: #1877F2;
}

.snsShare .share__icon .instagram {
  background: url("../images/sns_instagram_bg.png") center no-repeat;
  background-size: cover;
}

.snsShare .share__icon .youtube {
  background: #FF0000;
}

.snsShare .share__icon__inner img {
  width: 40px;
  height: auto;
}

.snsShare .share__icon__name {
  margin-top: 5px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}

@media only screen and (max-width: 988px) {
  .snsShare .share__icon__name {
    display: none;
  }
}

.snsShare .share__icon__btn {
  border: #fff 1px solid;
  padding: 5px 20px;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 10px;
  color: #fff;
}

@media only screen and (max-width: 988px) {
  .snsShare .share__icon__btn {
    display: none;
  }
}

.info {
  width: 100%;
  text-align: center;
  background-color: #FFE038;
  padding: 20px;
}

.info a {
  text-decoration: none;
  font-size: 23px;
  color: #000;
  font-weight: bold;
}

@media only screen and (max-width: 988px) {
  .info a {
    font-size: 20px;
  }
}

.support {
  width: 100%;
  background: url("../images/support_backimg01.png") no-repeat;
  padding-bottom: 80px;
}

@media only screen and (max-width: 988px) {
  .support {
    padding-bottom: 50px;
    background-size: cover;
  }
}

.support h2 {
  text-align: center;
  padding: 80px 0 60px;
}

@media only screen and (max-width: 988px) {
  .support h2 {
    padding: 60px 0 40px;
  }
}

.support h2 img {
  width: 38%;
}

@media only screen and (max-width: 988px) {
  .support h2 img {
    width: 94%;
  }
}

.support .supportbnr .bnrBox {
  width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 988px) {
  .support .supportbnr .bnrBox {
    justify-content: flex-start;
    display: block;
    width: 60%;
  }
}

.support .supportbnr .bnrBox .bnr {
  margin: 0 5px 10px;
}

@media only screen and (max-width: 988px) {
  .support .supportbnr .bnrBox .bnr {
    margin: 0 0 10px 0;
  }
}

.support .supportbnr .bnrBox .bnr img {
  width: 250px;
}

footer {
  width: 100%;
}

footer .inner {
  width: 100%;
  max-width: 100%;
  background: #000;
  text-align: center;
  padding: 60px;
  font-size: 12px;
  color: #fff;
  box-sizing: border-box;
}

footer .inner .logo {
  width: 188px;
  margin: 0 auto 30px;
}

footer .inner .logo img {
  vertical-align: bottom;
  max-width: 100%;
}

footer .inner small {
  font-size: 11px;
  margin-top: 10px;
  display: inline-block;
}

.anchor_link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.anchor_link li {
  margin: 0 30px 15px;
}

@media only screen and (max-width: 988px) {
  .anchor_link li {
    margin: 0 5px 10px;
    width: calc(33.33333% - 10px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.anchor_link li a {
  color: #004098;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #004098;
  padding: 10px 20px;
  position: relative;
  width: 170px;
  display: block;
}

.anchor_link li a:hover {
  opacity: .7;
}

.anchor_link li a::after, .anchor_link li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 12px 12px 0 12px;
}

.anchor_link li a::before {
  border-color: #004098 transparent transparent transparent;
}

.anchor_link li a::after {
  border-color: #fff transparent transparent transparent;
  bottom: -8px;
}

@media only screen and (max-width: 988px) {
  .anchor_link li a {
    padding: 10px 0;
    font-size: 14px;
    width: 100%;
  }
}
