@charset "UTF-8";

body {
  margin: 0 !important;
}

.lp-navi {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #ffda00;
  border-width: 1px 0 0 0;
  border-color: #000;
  border-style: solid;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .lp-navi {
    flex-direction: row;
    border-width: 0 0 1px 0;
  }
}

.lp-navi-main {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-color: #000000;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 14px;
  margin: 0 9px 0 0;
  background-image: url(/cms/img/choutage/ico_arrow_top_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .lp-navi-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 37px;
    text-indent: 0;
    border-radius: 0;
    margin: 0;
    background-color: #fff;
    background-image: none;
    font-size: 20px;
    font-weight: bold;
  }
}

.lp-navi-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .lp-navi-list {
    justify-content: center;
    width: auto;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .lp-navi-main:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .lp-navi-list li {
    position: relative;
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .lp-navi-list li::after {
    content: "／";
    position: absolute;
    top: 0;
    right: -10px;
  }
}

@media screen and (min-width: 768px) {
  .lp-navi-list li:last-child:after {
    content: none;
  }
}

.mv {
  margin-bottom: -1px;
}

.mv-inner {
  position: relative;
}

.mv-photo .slick-slide {
  margin: 0;
}

.mv-logo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.mv-logo img {
  width: 225px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .mv-logo img {
    width: 264px;
  }
}

.news {
  display: flex;
  flex-direction: column;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #112345;
}

@media screen and (min-width: 768px) {
  .news {
    flex-direction: row;
  }  
}

.news-title {
  padding: 10px 20px;
  background-color: #112345;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .news-title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    flex-grow: 0;
    width: 350px;
    padding: 15px 0;
    font-size: 30px;
  }
}

.news-lines {
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .news-lines {
    width: calc(100% - 50px);
  }
}

.news-text {
  flex-grow: 1;
}

.news-hide {
  display: none;
}

.news-article {
  padding: 20px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #112345;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .news-article {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}

.news-article__date {
  margin-bottom: 10px;
  color: #11284c;
}

@media screen and (min-width: 768px) {
  .news-article__date {
    margin-bottom: 0;
  }  
}

.news-article__content {
  line-height: 1.3;
}

.news-accordion-button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 50px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #112345;
}

.news-accordion-button:hover img {
  opacity: 0.7;
}

.news-accordion-button.open img {
  transform: rotateX(180deg);
  -webkit-backface-visibility: visible;
}

@media screen and (min-width: 768px) {
  .intro {
    display: flex;
    flex-direction: row;
  }
}

.intro-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  background: url("/cms/img/ec_img/brewery_tour2025/bg_about.jpg");
  background-size: cover;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .intro-message {
    width: 50%;
  }
}

.intro-headline {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .intro-headline {
    font-size: 36px;
  }
}

.intro-text {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.25;
}

@media screen and (min-width: 768px) {
  .intro-text {
    font-size: 18px;
  }
}

.intro-images {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .intro-images {
    width: 50%;
  }  
}

.movie {
  padding: 0 0 120px 0;
  background-color: #f0f4fc;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 80px 0 120px 0;
  }
}

.movie-frame {
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.movie-caption {
  width: 100%;
  max-width: 940px;
  margin: 4px auto 0 auto;
}

.sns {
  background-color: #f0f4fc;
  padding: 50px 0 120px 0;
}

.sns-inner {
  padding: 0 15px;
}

.sns-instagram {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background-color: #FFF;
  max-width: 370px;
  height: 64px;
  border: 3px solid #e5e5e5;
  border-radius: 35px;
  transition: 0.2s;
}

.sns-instagram:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.sns-instagram__logo {
  flex-shrink: 0;
  margin: 0 10px 0 20px;
  width: 40px;
  height: 40px;
}

.sns-instagram__logo img {
  width: 100%;
}

.sns-instagram__text {
  font-size: 14px;
  font-weight: bold;
}

.sns-instagram__follow {
  flex-shrink: 0;
  margin: 0 15px 0 5px;
  height: 30px;
  width: auto;
}

.sns-instagram__follow img {
  height: 100%;
}

.columns {
  background-color: #f0f4fc;
}

.columns-inner {
  margin: 0 auto;
  padding-bottom: 120px;
  max-width: 1100px;
}

.columns-title {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 45px 0;
}

@media screen and (min-width: 768px) {
  .columns-title {
    font-size: 25px;
  }
}

.columns-list {
  display: flex;
}

.columns-list {
  flex-wrap: nowrap;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-left: 8vw;
  padding-right: 8vw;
}

@media screen and (min-width: 768px) {
  .columns-list {
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}

.column-card {
  flex-shrink: 0;
  position: relative;
  border-radius: 13px;
  width: 73.6vw;
  margin-bottom: 30px;
  background-color: #FFF;
  background-image: url(/cms/img/choutage/icon_arrow_pickup_yellow.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: right bottom;
  transition: 0.3s;
  z-index: 0;
}

.column-card::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 13px;
  border: 2px solid #f0f4fc;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: 2;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .column-card {
    width: calc((100% - 90px) / 4);
  }
}

.column-card:hover {
  text-decoration: none;
  background-size: 34px 34px;
}

.column-card:hover > a {
  text-decoration: none;
}

.column-card:hover img {
  transform: scale(1.1);
}

.column-card--even {
  top: 30px;
}

.column-tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F8E133;
  padding: 8px;
  border-radius: 0 13px 0 6px;
  font-size: 11px;
  font-weight: 600;
  z-index: 1;
  transform: translateZ(1px);
}

.column-thumbnail {
  border-radius: 13px 13px 0 0;
  width: 100%;
  overflow: hidden;
}

.column-thumbnail > img {
  transition: .3s;
}

.column-text {
  padding: 20px 28px 28px 28px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.summary {
  background-color: #f0f4fc;
  padding-bottom: 40px;
}

.summary-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.summary-title {
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .summary-title {
    font-size: 36px;
  }  
}

.summary-table {
  width: 90%;
  margin: 0 auto;
}

.summary-table > tbody > tr > th {
  padding: 15px 15px 15px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #e5e5e5;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .summary-table > tbody > tr > th {
    padding: 20px 20px 20px 0;
  }
}

.summary-table > tbody > tr > td {
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.3;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #e5e5e5;
}

@media screen and (min-width: 768px) {
  .summary-table > tbody > tr > td {
    padding: 20px 0;
  }
}

.summary a {
  color: #0000ff;
  text-decoration: underline;
}

.summary a:hover {
  text-decoration: none;
}

.summary-pamphlet__wrapper {
  padding: 50px 25px 0 25px;
}

.summary-pamphlet {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  background-color: #FFF;
  max-width: 360px;
  height: 128px;
  border: 3px solid #ffda00;
  border-radius: 16px;
  transition: 0.2s;
  text-decoration: none !important;
}

.summary-pamphlet:hover {
  text-decoration: none;
  transform: scale(1.05);
}

.summary-pamphlet__picture {
  flex-shrink: 0;
  margin: 0 10px 0 25px;
  width: auto;
  height: 100px;
}

.summary-pamphlet__picture img {
  height: 100%;
}

.summary-pamphlet__text {
  margin-right: 80px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
}

.summary-pamphlet__text::after {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  border-top: 4px solid #ffda00;
  border-right: 4px solid #ffda00;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -40px;
  transform:  rotate(45deg);
}



.beer {
  background-color: #f0f4fc;
}

.enjoy-heading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-top: 50px;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .enjoy-heading {
    font-size: 36px;
    padding-top: 80px;
    padding-bottom: 28px;
  }
}

.enjoy-box {
  position: relative;
  margin: calc((100vw - 40px) * 251 / 670) 20px 0 20px;
  padding-bottom: 30px;
  background: url(/cms/img/choutage/bg_box_sp_mid.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

@media screen and (min-width: 768px) {
  .enjoy-box {
    max-width: 940px;
    margin: 0 auto;
    margin-top: min(calc(400px * 940 / 1882 ) ,calc(400 * 100vw / 1882 ));
    background-image: url(/cms/img/choutage/bg_box_pc_mid.png);
  }
}

.enjoy-box::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(((100vw - 40px) * 251 / 670 * -1) + 1px);
  left: 0;
  right: 0;
  height: calc((100vw - 40px) * 251 / 670 );
  background: url(/cms/img/choutage/bg_box_sp_top.png); 
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .enjoy-box::before {
    top: max(calc((400px * 940 / 1882 * -1) + 1px) ,calc((400 * 100vw / 1882 * -1) + 4px));
    height: min(calc(400px * 940 / 1882 ) ,calc(400 * 100vw / 1882 ));
    background-image: url(/cms/img/choutage/bg_box_pc_top.png); 
    background-size: 100%;
    background-repeat: no-repeat;
    }
}

.enjoy-box::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: calc((100vw - 40px) * 20 / 670 );
  background: url(/cms/img/choutage/bg_box_sp_bottom.png); 
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .enjoy-box::after {
    height: min(calc(10px * 940 / 941 ) ,calc(10 * 100vw / 941 ));
    background-image: url(/cms/img/choutage/bg_box_pc_bottom.png); 
    background-repeat: no-repeat;
  }
}

.enjoy-box-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(calc((100vw - 40px) * 111 / 670 * -1));
}

@media screen and (min-width: 768px) {
  .enjoy-box-icon {
    transform: translateY(max(calc((265px * 940 / 1882 * -1) + 1px) ,calc((265 * 100vw / 1882 * -1) + 1px)));
  }
}

.enjoy-box-icon img {
  height: calc(100vw * 40 / 670);
}

@media screen and (min-width: 768px) {
  .enjoy-box-icon img {
    height: calc(min(calc(48px * 940 / 1882 ) ,calc(48 * 100vw / 1882 )));
  }
}

.enjoy-box-headline {
  margin: 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .enjoy-box-headline {
    position: relative;
    margin-top: -80px;
    font-size: 30px;
  }
}

.enjoy-box-headline span {
  font-size: 0.7em;
}

.enjoy-box-text {
  margin: 26px 20px 20px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0;
}

.enjoy-box-notice {
  margin: 0 20px;
  text-align: center;
  font-size: 13px;
}

.enjoy-box-figure {
  display: flex;
  justify-content: center;
  max-width: 710px;
  margin: 0 25px;
}

@media screen and (min-width: 768px) {
  .enjoy-box-figure {
    margin: 0 auto;
  }
}

.enjoy-box__bottom-text {
  text-align: center;
  margin: 20px 25px 20px 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.enjoy-box__bottom-text a {
  text-decoration: underline;
  color: #0000ff;
}

@media screen and (min-width: 768px) {
  .enjoy-box__bottom-text {
    margin: 20px 0;
  }
}

.enjoy-box__bottom-text a:hover {
  text-decoration: none;
}

.enjoy-box__bottom-text-notice {
  max-width: 710px;
  margin: 20px 25px 20px 25px;
  text-align: left;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .enjoy-box__bottom-text-notice{
    margin: 0 auto;
  }
}

.enjoy-box__bottom-text-notice-small {
  max-width: 710px;
  margin: 0 20px 0 20px;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .enjoy-box__bottom-text-notice-small{
    margin: 0 auto;
  }
}

.beer-list {
  margin: 40px 15px 0 15px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .beer-list {
    margin: 40px 100px 0 100px;
  }
}

.beer-list a {
  text-align: center;
  margin: 0 0 40px 0;
  box-sizing: border-box;
  padding: 0 5px;
  width: 25%;
}

@media screen and (min-width: 768px) {
  .beer-list a {
    width: 16.66%;
  }
}

.beer-list a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.beer-list a img {
  width: auto;
  max-width: 100%;
  max-height: 85px;
}

@media screen and (min-width: 768px) {
  .beer-list a img {
    max-height: 115px;
  }
}

.music {
  background-color: #f0f4fc;
  padding-top: 25px;
}

.musicians {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 7.5%;
}

@media screen and (min-width: 768px) {
  .musicians {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0px;
    padding: 20px 20%;
  }
}

.musician {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  gap: 2.5%;
}

@media screen and (min-width: 768px) {
  .musician {
    flex-direction: column;
    width: 45%;
    gap: 25px;
  }
}

.musician a {
  text-decoration: underline;
  color: #0000ff;
}

.musician a:hover {
  text-decoration: none;
}

.musician-img {
  box-sizing: border-box;
  width: 45%;
}

@media screen and (min-width: 768px) {
  .musician-img {
    width: 100%;
  }
}

.musician-text {
  width: 55%;
  text-align: center;
  line-height: 1.15;
}

@media screen and (min-width: 768px) {
  .musician-text {
    width: 100%;
  }
}

.musician-message {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .musician-message {
    font-size: 13px;
  }
}

.musician-name {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 0.8em;
}

.musician-name small {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.musician-subtext {
  font-size: 14px;
  padding-bottom: 0.25em;
}

.eat {
  background-color: #f0f4fc;
  padding-top: 25px;
}

.foods {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 20px;
  padding: 20px 7.5%;
}

@media screen and (min-width: 768px) {
  .foods {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px 5%;
    padding: 20px 10%;
  }
}

.food {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5%;
}

@media screen and (min-width: 768px) {
  .food {
    width: 47.5%;
    gap: 10%;
    }
}

.food a {
  text-decoration: underline;
  color: #0000ff;
}

.food a:hover {
  text-decoration: none;
}

.food-img {
  box-sizing: border-box;
  width: 33.3%;
}

@media screen and (min-width: 768px) {
  .food-img {
    width: 50%;
  }
}

.food-text {
  width: 66.6%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .food-text {
    width: 50%;
  }
}

.food-shop-name {
  font-size: 18px;
  font-weight: 600;
}

.food-shop-subtext {
  font-size: 12px;
  padding: 0.5em 0;
}

@media screen and (min-width: 768px) {
  .food-shop-subtext {
    padding: 0.75em 0;
  }
}

.goods {
  background-color: #f0f4fc;
  padding-top: 25px;
}

.goods-pre-sale-items {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .goods-pre-sale-items {
    flex-direction: row;
    margin: 0 60px;
    gap: 40px;
  }  
}


.goods-pre-sale-item {
  box-sizing: border-box;
  margin: 20px 0 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 4px solid #000;
  border-radius: 10px;
}

.goods-pre-sale-item__img {
  display: block;
  width: 40%;
  padding: 5px;
}

.goods-pre-sale-item__img img {
  display: block;
  width: 100%;
}

.goods-pre-sale-item__text {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.goods-pre-sale-item__text p {
  text-align: center;
  margin: 16px 0 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.goods-pre-sale-item__text a {
  display: block;
  margin: 12px 0;
  padding: 12px 36px 12px 16px;
  border: 4px solid #000;
  border-radius: 100px;
  background-color: #F8E133;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition: .2s;
  position: relative;
}

.goods-pre-sale-item__text a::after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 18px;
  transform:  rotate(45deg);
}

.goods-pre-sale-item__text a:hover {
  transform: scale(1.05);
  text-decoration: none;
}

.activity {
  background-color: #f0f4fc;
  padding-top: 25px;
}

.activity-category {
  padding: 35px 0 25px 0;
  text-align: center;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 15px;
}

.activity-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 20px;
  padding: 20px 7.5%;
}

@media screen and (min-width: 768px) {
  .activity-list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px 5%;
    padding: 20px 10%;
  }
}

.activity-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5%;
}

@media screen and (min-width: 768px) {
  .activity-content {
    width: 47.5%;
    gap: 10%;
  }
}

.activity-content a {
  text-decoration: underline;
  color: #0000ff;
}

.activity-content a:hover {
  text-decoration: none;
}

.activity-content__img {
  box-sizing: border-box;
  width: 33.3%;
}

@media screen and (min-width: 768px) {
  .activity-content__img {
    width: 50%;
  }
}

.activity-content__text {
  width: 66.6%;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .activity-content__text {
    width: 50%;
  }
}

.activity-content__name {
  font-size: 18px;
  font-weight: 600;
}

.activity-content__subtext {
  font-size: 12px;
  padding: 0.5em 0;
}

.activity-content__subtext:nth-child(3) {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .activity-content__subtext {
    padding: 0.75em 0;
  }
}

.direct-sale {
  background-color: #f0f4fc;
  padding-top: 25px;
  padding-bottom: 100px;
}

.direct-sale-link {
  text-align: center;
}

.direct-sale-link a {
  text-decoration: underline;
  color: #0000ff;
  font-size: 20px;
  font-weight: bold;
}

.direct-sale-link a:hover {
  text-decoration: none;
}

.direct-sale-link-notice {
  margin-top: 10px;
  text-align: center;
  line-height: 1.25;
}

.direct-sale-pic--solo {
  margin: 30px 25px;
}

@media screen and (min-width: 768px) {
  .direct-sale-pic--solo {
    margin: 40px 80px;
  }
}

.direct-sale-pics {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 30px 25px;
}

@media screen and (min-width: 768px) {
  .direct-sale-pics {
    margin: 40px 80px;
    flex-direction: row;
  }
}

.direct-sale-pic {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .direct-sale-pic {
    width: calc(50% - 5px);
  }
}

.schedule {
  background-color: #ffda00;
}

.schedule-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.ticket-heading {
  padding: 50px 0 50px 0;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ticket-heading {
    font-size: 36px;
  }
}

.schedule-flow {
  text-align: center;
}

.schedule-flow-first {
  background-color: #FFFFCC;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-bottom: -20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));  
}

@media screen and (min-width: 768px) {
  .schedule-flow-first {
    padding-bottom: 45px;
    margin-bottom: -35px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 50% 100%, 0 calc(100% - 45px));
  }
}

.schedule-flow-second {
  background-color: #FFEB78;
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: -20px;
  clip-path: polygon(0 0, 50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
}

@media screen and (min-width: 768px) {
  .schedule-flow-second {
    padding-bottom: 45px;
    margin-bottom: -35px;
    clip-path: polygon(0 0, 50% 45px, 100% 0, 100% calc(100% - 45px), 50% 100%, 0 calc(100% - 45px));
  }
}

.schedule-flow-third {
  background-color: #EABF4B;
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px;
  clip-path: polygon(0 0, 50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
}

@media screen and (min-width: 768px) {
  .schedule-flow-third {
    padding-bottom: 55px;
    clip-path: polygon(0 0, 50% 45px, 100% 0, 100% calc(100% - 45px), 50% 100%, 0 calc(100% - 45px));
  }
}

.schedule-flow-text {
  padding: 30px 10px 20px 10px;
}

.schedule-flow-heading {
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .schedule-flow-heading {
    font-size: 24px;
  }  
}

.schedule-flow-detail {
  margin-top: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
}

@media screen and (min-width: 767px) {
  .schedule-flow-detail {
    font-size: 18px;
  }
}

.schedule-flow-detail span {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .schedule-flow-detail span {
    font-size: 16px;
    line-height: 1.75;
  }
}

.schedule-notice {
  padding: 20px 0 30px 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.schedule-notice p {
  padding-bottom: 6px;
}

.ticket-precaution {
  background-color: #ffda00;
}

.ticket-precaution-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.ticket-precaution-link {
  display: block;
  background-color: #112345;
  color: #ffda00;
  margin: 0 20px;
  padding: 10px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: underline;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ticket-precaution-link {
    display: inline-block;
    font-size: 18px;
    padding: 10px 105px;
    color: #ffffff;
  }
}

.ticket-precaution-link:hover {
  text-decoration: none;
}

.ticket-precaution-link::before {
  display: none;
}

@media screen and (min-width: 768px) {
  .ticket-precaution-link::before {
    content: "";
    background-image: url(/cms/img/choutage/ico_star@2x.png);
    background-repeat: no-repeat;
    background-size: 54px 17px;
    display: block;
    width: 54px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin: -9px;
  }
}

.ticket-precaution-link::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .ticket-precaution-link::after {
    content: "";
    background-image: url(/cms/img/choutage/ico_star@2x.png);
    background-repeat: no-repeat;
    background-size: 54px 17px;
    display: block;
    width: 54px;
    height: 17px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -8.5px;
  }
}

.ticket-info {
  background-color: #ffda00;
}

.ticket-info-inner {
  box-sizing: border-box;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

.ticket-types {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .ticket-types {
    flex-direction: row;
    gap: 16px;
  }
}

.ticket-type {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-width: 2px;
  border-style: solid;
  background-color: #FFF;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ticket-type {
    width: calc(50% - 8px);
  }
}
.ticket-type--main {
  border-color: #b20000;
}

@media screen and (min-width: 768px) {
  .ticket-type--main {
    width: calc(65% - 8px);
  }
}

.ticket-type--sub {
  border: none;
}

@media screen and (min-width: 768px) {
  .ticket-type--sub {
    width: calc(35% - 8px);
  }
}

.ticket-type__box {
  margin: 0 10px;
  padding: 10px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #9b9b9b;
}

.ticket-type__box:nth-child(2) {
  border: none;
}

.ticket-type__box--gray {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background-color: #e5e5e5;
  color: #9b9b9b;
}

.ticket-type__box--gray .ticket-type__box-text {
  font-size: 18px;
}

.ticket-type__box-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

.ticket-type__box-text span {
  font-size: 18px;
}

.ticket-type__top {
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
}

.ticket-type--main .ticket-type__top {
  background-color: #b20000;
  color: #FFF;
}

.ticket-type--sub .ticket-type__top {
  border: 2px solid #000;
  color: #000;
}

.ticket-type .ticket-type__top::before {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  margin-bottom: -10px;
  content: "";
  border-style: solid;
  border-width: 10px 10px 0 10px;
}

.ticket-type--main .ticket-type__top::before {
  border-color: #b20000 transparent transparent transparent;
}

.ticket-type--sub .ticket-type__top::before {
  border-color: #000 transparent transparent transparent;
}

.ticket-type--sub .ticket-type__top::after {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  margin-bottom: calc(-10px + 2px * sqrt(2));
  content: "";
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #FFF transparent transparent transparent;
}

.ticket-type__heading {
  padding: 20px 0 10px 0;
  font-size: 26px;
  font-weight: bold;
}

.ticket-type__price {
  font-size: 22px;
  font-weight: bold;
  color: #b20000;
  padding: 7px 0;
  line-height: 1.2;
}

.ticket-type__price-small {
  font-size: 12px;
  font-weight: normal;
}

.ticket-type__price-notice {
  text-align: left;
  padding: 12px 0 14px 0;
  font-size: 12px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .ticket-type__price-notice {
    text-align: center;
  }  
}

.ticket-info-notice {
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.5;
}

.entry {
  background-color: #ffda00;
}

.entry-inner {
  box-sizing: border-box;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.entry-title {
  padding: 80px 0 30px 0;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .entry-title {
    font-size: 36px;
  }
}

.entry-top-message {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #b20000;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .entry-top-message {
    font-size: 20px;
  }
}

.plan-stock {
  box-sizing: border-box;
  max-width: 600px;
  margin: 10px auto 30px auto;
  border: 3px solid #112345;
  border-radius: 10px;
  background-color: #FFF;
}

.plan-stock__heading {
  margin: -2px;
  box-sizing: border-box;
  background-color: #112345;
  padding: 8px 0 5px 0;
  border-bottom: 3px solid #112345;
  border-radius: 10px 10px 0 0;
}

@media screen and (min-width: 768px) {
  .plan-stock__heading {
    padding: 12px 0 10px 0;
  }
}

.plan-stock__heading-title {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .plan-stock__heading-title {
    font-size: 18px;
  }  
}

.plan-stock__content {
  text-align: left;
  padding: 8px 0 8px 0;
}

.plan-stock__plan {
  padding: 14px 8px 14px 4px;
}

.plan-stock__plan-title {
  font-size: 20px;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .plan-stock__plan-title {
    font-size: 26px;
  }  
}

.plan-stock__plan-title::before {
  content: "◆";
  color: #ffda00;
  padding-right: 4px;
}

.plan-stock__stock-list {
  padding-left: 8px;
}

@media screen and (min-width: 768px) {
  .plan-stock__stock-list {
    padding-left: 14px;
  }
}

.plan-stock__item {
  font-size: 13px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .plan-stock__item {
    font-size: 16px;
  }  
}

.plan-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .plan-list {
    flex-wrap: nowrap;
  }
}

.plan-card {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  width: calc(50% - 5px);
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .plan-card {
    width: calc(33.3% - 3.33px);
  }
}

.plan-card:hover {
  text-decoration: none;
  opacity: 0.7;
}

.plan-card__number {
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
}

.plan-card__thumbnail {
  width: 100%;
  height: auto;
}

.plan-card__name {
  flex-grow: 1;
  padding: 20px 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}

.plan-card__button {
  padding: 12px 2px;
  background-color: #112345;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}

.entry-notice {
  text-align: left;
  padding: 20px 0 20px 0;
  font-size: 14px;
  line-height: 1.5;
}

.entry-notice-small {
  text-align: left;
  padding-bottom: 80px;
  font-size: 12px;
  line-height: 1.5;
}

.faq {
  background-color: #f0f4fc;
  padding-bottom: 100px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .faq {
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 50px;  
  }
}

.faq-inner {
  max-width: 940px;
  background-color: #112345;
  margin: 0 auto 60px auto;
}

.faq-heading {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #FFF;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .faq-heading {
    font-size: 25px;
  }  
}

.faq-list {
  margin: 0 30px;
  padding-bottom: 30px;
}

.faq-list dl {
  background-color: #fff;
  margin-bottom: 5px;
  padding: 0 18px;
}

.faq-list dl dt {
  position: relative;
  cursor: pointer;
  padding: 18px 50px 18px 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .faq-list dl dt {
    font-size: 16px;
  }  
}

.faq-list dl dt::before {
  content: "Q";
  position: absolute;
  left: 0;
}

.faq-list dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18.5px;
  width: 37px;
  height: 37px;
  background-image: url(/cms/img/choutage/ico_arrow_down_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #112345;
}

.faq-list dl dt.open::after {
  background-image: url(/cms/img/choutage/ico_arrow_top_white_bold.svg);
}

.faq-list dl dd {
  display: none;
  position: relative;
  padding: 18px 0 18px 25px;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: #9b9b9b;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .faq-list dl dd {
    font-size: 14px;
  }  
}

.faq-list dl dd::before {
  content: "A";
  position: absolute;
  left: 0;
}

.faq-list dd a {
  text-decoration: underline;
}

.faq-list dd a:hover {
  text-decoration: none;
}

.modal {
  display: none;
  box-sizing: border-box;
  padding: 0 20px 0 20px !important;
}

@media screen and (min-width: 768px){
  .modal {
    padding: 50px !important;
  }
}

.modal__figure {
  width: calc(100% + 40px);
  max-width: 420px;
  margin: 0 -20px 20px -20px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px){
  .modal__figure {
    width: 50%;
    margin: 0;
    padding: 0 25px 0 0;
    float: left;
  }
}

.modal__figure img {
  width: 100%;
  height: auto;
}

.modal__text {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 768px){
  .modal__text {
    width: 50%;
    max-width: 420px;
    padding: 0 0 0 25px;
    float: right;
  }
}

.modal__text-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px){
  .modal__text-title {
    font-size: 30px;
    margin: 0 0 30px 0;
  }
}

.modal__text-beer {
  text-align: center;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px){
  .modal__text-beer {
    margin: 0 0 50px 0;
  }
}

.modal__text-beer dt span {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 8px 20px;
}

.modal__text-beer dd {
  display: flex;
  justify-content: center;
}

.modal__text-beer dd table th {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.modal__text-beer dd table td {
  font-size: 25px;
  font-weight: bold;
  padding: 10px 7px 0 7px;
}

.modal__text-p {
  font-weight: bold;
  line-height: 180%;
  margin: 0 0 30px 0;
}

.fancybox-content {
  overflow: visible !important;
}

@media screen and (max-width: 767px) {
  .fancybox-slide--html {
    padding: 40px 20px !important;
  }
}

.fancybox-button--arrow_right,
.fancybox-button--arrow_left {
  padding: 28px 0 28px 26px !important;
}

.fancybox-button--arrow_right div,
.fancybox-button--arrow_left div {
  text-indent: -9999px;
  box-sizing: border-box;
  background-image: url(/cms/img/choutage/ico_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.fancybox-button--arrow_right div svg,
.fancybox-button--arrow_left div svg {
  display: none;
}

.fancybox-button--arrow_left {
  padding: 28px 26px 28px 0 !important;
}

.fancybox-button--arrow_left div {
  background-image: url(/cms/img/choutage/ico_arrow_left_white.svg);
}

.fancybox-close-small {
  top: inherit !important;
  bottom: -40px;
  right: 50% !important;
  width: 158px !important;
  height: 25px !important;
  display: block;
  box-sizing: border-box;
  margin: 0 -79px 0 0 !important;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.fancybox-close-small svg {
  display: none !important;
}

.fancybox-close-small::after {
  content: "\9589\3058\308B";
  display: flex;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #8b8b8b;
}

@media screen and (max-width: 767px) {
  .fancybox-infobar {
    min-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }  
}

.spOnly {
  display: none;
}  

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }  
}

.main-contents {
    width: 690px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 180%;
}
.main-contents .inr {
    padding: 0 20px;
}
.main-contents .red {
    color: #CB0000;
}
.main-contents .bold {
    font-weight: bold;
}
.main-contents .large {
    font-size: 18px;
}
.main-contents .section {
    margin-bottom: 50px;
}
.main-contents .section p+p {
    /*margin-top: 15px;*/
}
.main-contents a {
    color: #0000FF;
    text-decoration: underline;
}
.main-contents .sec-ttl {
    margin-bottom: 20px;
}
.main-contents .sub-ttl {
    margin-top: 40px;
    margin-bottom: 20px;
}
.main-contents .sub-ttl:first-of-type {
    margin-top: 20px;
}
.main-contents .mb00 {
    margin-bottom: 0 !important;
}
.main-contents .mb05 {
    margin-bottom: 5px !important;
}
.main-contents .mb10 {
    margin-bottom: 10px !important;
}
.main-contents .mb20 {
    margin-bottom: 20px !important;
}
.main-contents .mb30 {
    margin-bottom: 30px !important;
}
.main-contents .mb40 {
    margin-bottom: 40px !important;
}
.main-contents .mb50 {
    margin-bottom: 50px !important;
}
/*intro*/
.main-contents .intro-box {
    padding-top: 50px;
}
.main-contents .intro-box .sec-ttl {
    text-align: center;
}
.main-contents .intro-content {
    width: 640px;
    margin: 0 auto;
    line-height: 2.0;
}
.main-contents .intro-content p {
    line-height: 2.0;
}
.main-contents .intro-content .fl-l {
    float: left;
}
.main-contents .intro-content .fl-r {
    float: right;
}
.main-contents div[id^="intro-content"] {
    width: 260px;
    min-height: 321px;
    box-sizing: border-box;
    padding: 120px 25px 20px 20px;
    font-size: 12px;
    line-height: 2.0;
}
.main-contents div[id^="intro-content"] h3 {
    display: none;
}
.main-contents #intro-content01 {
    background: url(../../img/ec_img/yonayona/2018_bt/bk_intro-content01.png) no-repeat;
}
.main-contents #intro-content02 {
    background: url(../../img/ec_img/yonayona/2018_bt/bk_intro-content02.png) no-repeat;
}
.main-contents #intro-content03 {
    background: url(../../img/ec_img/yonayona/2018_bt/bk_intro-content03.png) no-repeat;
}
.main-contents #intro-content04 {
    background: url(../../img/ec_img/yonayona/2018_bt/bk_intro-content04.png) no-repeat;
}
.main-contents #intro-content05 {
    background: url(../../img/ec_img/yonayona/2018_bt/bk_intro-content05.png) no-repeat;
}
.main-contents #intro-content06 {
    background: url(../../img/ec_img/yonayona/2018_bt/bk_intro-content06.png) no-repeat;
}
.main-contents .intro-content img {
    padding-top: 30px;
}
/*voice*/
.main-contents .voice-box {
  padding-top: 50px;
}
.main-contents .voice-box .unit-3col {
    margin-right: 10px;

    /*width: calc((100% - 20px) / 3);*/
    width: 32%;
    list-style: none;
    box-sizing: border-box;
    padding: 50px 20px 20px;
    /*border: 2px solid #171C61;*/
    font-size: 12px;
    line-height: 2.0;
}
.main-contents .voice-box .unit-3col:nth-child(1) {
    background: url(../../img/ec_img/yonayona/2018_bt/img_voice01.png) top no-repeat, url(../../img/ec_img/yonayona/2018_bt/img_voice_bottom.png) bottom no-repeat, url(../../img/ec_img/yonayona/2018_bt/img_voice_middle.png) top 30px center repeat-y;
}
.main-contents .voice-box .unit-3col:nth-child(2) {
    background: url(../../img/ec_img/yonayona/2018_bt/img_voice02.png) top no-repeat, url(../../img/ec_img/yonayona/2018_bt/img_voice_bottom.png) bottom no-repeat, url(../../img/ec_img/yonayona/2018_bt/img_voice_middle.png) top 30px center repeat-y;
}
.main-contents .voice-box .unit-3col:nth-child(3) {
    background: url(../../img/ec_img/yonayona/2018_bt/img_voice03.png) top no-repeat, url(../../img/ec_img/yonayona/2018_bt/img_voice_bottom.png) bottom no-repeat, url(../../img/ec_img/yonayona/2018_bt/img_voice_middle.png) top 30px center repeat-y;
    margin-right: 0;
}
.main-contents .ttl-voice {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #171C61;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 3px solid #171C61;
}
.main-contents .voice-box .txt-box {
    min-height: 140px;
    line-height: 2.0;
}
.main-contents .voice-box .unit-3col .box-col {
    position: relative;
    min-height: 100px;
}
.main-contents .voice-box .unit-2col {
    margin-right: 10px;
    width: calc((100% - 20px) / 2);
    list-style: none;
    box-sizing: border-box;
}
.main-contents .voice-box .unit-2col:nth-child(2n) {
    margin-right: 0;
}
.main-contents .txt_age {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.0;
    background: linear-gradient(transparent 60%, #F4D537 60%);
    text-align: center;
    width: 80px !important;
    position: absolute;
    right: 0;
    bottom: 0;
}
/*アコーディオン*/
/*ボックス全体*/
.main-contents .accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 690px;
    /*最大幅*/
}
/*ラベル*/
.main-contents .accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 13px 12px;
    color: #171C61;
    font-size: 20px;
    font-weight: bold;
    background: #F4D537;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
}
.main-contents .accbox.accnone label {
    cursor: default;
}
/*アイコンを表示*/
.main-contents .accbox label:after {
    content: url(../../img/ec_img/yonayona/2018_bt/ico_plus.png);
    padding-left: 8px;
    line-height: 1.0;
    position: absolute;
    right: 20px;
}
.main-contents .accbox.accnone label:after {
    content: "";
}
/*ラベルホバー時*/
.main-contents .accbox label:hover {
    background: #ffe9a9;
}
.main-contents .accbox.accnone label:hover {
    background: #F4D537;
}
/*チェックは隠す*/
.main-contents .accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.main-contents .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.main-contents .accbox.accnone .accshow {
    height: auto;
    padding: 15px 5px 20px;
    background: #fff;
    opacity: 1;
}
/*クリックで中身表示*/
.main-contents .cssacc:checked+label+.accshow {
    height: auto;
    padding: 15px 5px 20px;
    background: #fff;
    opacity: 1;
}
.main-contents .accbox .accshow p {
    margin: 15px 10px
}
/*アイコンを入れ替える*/
.main-contents .cssacc:checked+label:after {
    content: url(../../img/ec_img/yonayona/2018_bt/ico_plus.png);
    padding-left: 8px;
    line-height: 1.0;
    position: absolute;
    right: 20px;
}
.main-contents .accbox.accnone .cssacc:checked+label:after {
    content: "";
}
/*about-box*/
.main-contents .about-box {
  padding-top: 85px;
}
.main-contents .about-box .sec-ttl {
    text-align: center;
}
.main-contents .box-about dt {
    color: #171C61;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 2px solid #171C61;
    text-align: left;
    margin-bottom: 15px;
    position: relative;
}
.main-contents .box-about dd {
    font-size: 14px;
    margin-bottom: 50px;
}
.main-contents .box-about dt span.txt-yellow {
    font-size: 13px;
    background-color: #F4D537;
    border-radius: 50px;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    top: -5px;
}
.main-contents .box-about li {
    list-style: none;
}
.main-contents .txt-caution {
    font-size: 12px;
}
.main-contents .box-about dd p {
    /*padding-bottom: 10px;*/
}
.main-contents .box-about dd span.txt-red {
    font-size: 13px;
    background-color: #E50012;
    border-radius: 50px;
    padding: 5px 20px;
    color: #fff;
}
.main-contents .access-route .fl-l {
    width: 10%;
    float: left;
}
.main-contents .access-route .fl-r {
    width: 90%;
    float: right;
}
.main-contents .access-route {
    margin: 30px auto;
    width: 640px;
}
.main-contents .access-route p {
    margin-top: inherit !important;
    font-size: 13px;
}
.main-contents .access-route .ttl-h03 {
    font-size: 15px;
    font-weight: bold;
    color: #1d2087;
}
.main-contents .box-osusume {
    background: url(../../img/ec_img/yonayona/2018_bt/bg_ttl_osusume.png) no-repeat;
    padding: 10px 0 20px;
    margin: 30px auto;
    width: 640px;
}
.main-contents .box-osusume .access-route {
    width: 495px;
    margin: 30px 40px;
}
.main-contents .box-osusume li {
    text-indent: -1.5em;
    font-size: 11px;
    padding-left: 1.5em;
    padding-bottom: 5px;
}
.main-contents .box-osusume li img {
    vertical-align: middle;
}
.main-contents .btn_rideshare {
    text-align: center;
    display: block;
}
.main-contents .about-box .event-schedule .month:nth-child(n+2)  {
    margin-top: 20px;
}
.main-contents .about-box .event-schedule h3 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.main-contents .about-box .event-schedule ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 250px;
    margin-inline: auto;
}
.main-contents .about-box .event-schedule li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 40px;
    border-radius: 40px;
    font-size: 13px;
}
.main-contents .about-box .event-schedule li.sat {
    color: #fff;
    background-color: #171c61;
}
.main-contents .about-box .event-schedule li.sun {
    background-color: #f4d537;
}
.main-contents .about-box .event-schedule p {
    margin-top: 15px;
}
/*caution*/
.main-contents .caution-box {
    padding-top: 90px;
}
.main-contents .caution-box .sec-ttl {
    text-align: center;
}
.main-contents .caution-item .fl-l {
    width: 10%;
    float: left;
}
.main-contents .caution-item .fl-r {
    width: 80%;
    float: left;
}
.main-contents .caution-item {
    font-size: 12px;
    margin-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #000;
    position: relative;
}
.main-contents .caution-item .ttl-h03 {
    color: #E50012;
    font-size: 15px;
    font-weight: bold;
}
.main-contents .caution-item .ttl-h03 span {
    color: #000;
    font-size: 12px;
}
.main-contents .caution-box .box01 {
    background: url(../../img/ec_img/yonayona/2018_bt/img_stop-drinking.png) right no-repeat;
}
.main-contents .caution-box .box02 {
    background: url(../../img/ec_img/yonayona/2018_bt/ico_umbrella.png) right no-repeat;
}
.main-contents .caution-box .box03 {
    background: url(../../img/ec_img/yonayona/2018_bt/img_taxi.png) right no-repeat;
}
.main-contents .caution-box .box04 {
    background: url(../../img/ec_img/yonayona/2018_bt/img_not-ornaments.png) right no-repeat;
}
.main-contents .caution-box .box05 {
    background: url(../../img/ec_img/yonayona/2018_bt/img_thermo.png) right no-repeat;
}
.main-contents .caution-box .box06 {
    background: url(../../img/ec_img/yonayona/2018_bt/img_not-smoke.png) right no-repeat;
}
/*yoyaku*/
.main-contents .yoyaku-box {
    position: relative;
    width: 690px;
}
.main-contents .yoyaku-box .sec-ttl {
    text-align: center;
}
.main-contents .yoyaku-box .txt-caption {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    text-align: center;
}
.main-contents .yoyaku-list .unit-5col {
    float: left;
    width: calc((100% - 25px) / 5);
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    list-style: none;
    border: 1px solid #171c61;
    box-sizing: border-box;
}
.main-contents .yoyaku-list .unit-5col:nth-last-child(5n) {
    margin-left: 0;
}
.main-contents .yoyaku-date {
    display: block;
    width: 100%;
    background: #171c61;
    color: #f4d537;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    box-sizing: border-box;
}
.main-contents .yoyaku-link a {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    box-sizing: border-box;
}
.main-contents .yoyaku-box .txt-box {
    position: relative;
    margin-bottom: 15px;
    font-size: 12px;
}
.main-contents .yoyaku-box .txt-box .last-date {
    position: absolute;
    top: 0;
    right: 0;
}
.main-contents .yoyaku-box .sns-box {
    margin-top: 15px;
}
.main-contents .yoyaku-box h2 {
    color: #171c61;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.main-contents .yoyaku-box .yoyaku-button {
    display: block;
    margin-top: 20px;
    border: 3px solid #171c61;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(23, 28, 97, 0.5);
    transition: box-shadow .25s;
    overflow: hidden;
}
.main-contents .yoyaku-box .yoyaku-button:hover {
    box-shadow: 3px 3px 10px rgba(23, 28, 97, 0.5);
}
.main-contents .yoyaku-box .yoyaku-button .yoyaku-button-title {
    background-color: #171c61;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
}
.main-contents .yoyaku-box .yoyaku-button .yoyaku-button-body {
    text-align: center;
    color: #000;
    line-height: 1.5;
    padding: calc(20px - (1lh - 1em) / 2) 20px;
}
/*qa*/
.main-contents .qa-box {
    position: relative;
    width: 690px;
}
.main-contents .qa-box .sec-ttl {
    text-align: center;
}
.main-contents .faq-mokuji label {
    list-style: none;
    background: #dbdcdc url(../../img/ec_img/yonayona/2018_bt/ico_question.png) left 15px top 45% no-repeat;
        min-height: 80px;
    padding: 27px 90px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
}
.main-contents .faq-mokuji label:hover {
    list-style: none;
    background: #ffe9a9 url(../../img/ec_img/yonayona/2018_bt/ico_question.png) left 15px top 45% no-repeat;
}
.main-contents .faq-mokuji label::after {
    content: url(../../img/ec_img/yonayona/2018_bt/ico_plus.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 31px;
    height: 31px;
    margin: auto;
}
.main-contents .faq-mokuji lavel a {
    color: #171c61;
    text-decoration: none;
    display: block;
}
/*unit col*/
.main-contents .unit-2col,
.main-contents .unit-3col {
    float: left;
}
/*clearfix*/
.main-contents .cf::after {
    content: " ";
    display: block;
    clear: both;
}
/*text style*/
.main-contents .txt-c {
    text-align: center;
}
.main-contents .txt-r {
    text-align: right;
}
.main-contents .txt-l {
    text-align: left;
}
.main-contents .font-b {
    font-weight: bold;
}
.main-contents .color-red {
    color: #E50012;
}
/*padding*/
.main-contents .pt10 {
    padding-top: 10px !important;
}
.main-contents .pt20 {
    padding-top: 20px !important;
}
.main-contents .pt30 {
    padding-top: 30px !important;
}