	@charset "utf-8";


  /* ipad横向き以外のときは非表示 */
  .ipad-landscape {
    display: none;
  }


.list-box-container:nth-of-type(odd) {
    animation-duration: 2.8s;
    animation-delay:1.4s;
}
.list-box-container:nth-of-type(even) {
  animation-duration: 2.8s
}

/* ゆらゆらさせるアニメーション */
@keyframes horizontal {
  0% { transform:translateX( -3px); }
100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}


/* PC ================================================== */
@media all and (min-width:960px){

  /* 背景切り替え */
  /* .background1 {
    background-image: url(../image/bg/spring-image.jpg);
  }
  .background2 {
    background-image: url(../image/bg/summer-image.png);
  }
  .background3 {
    background-image: url(../image/bg/autumn-bgi.png);
  }
  .background4 {
    background: linear-gradient(-135deg, #D7ECF5, #CDEA9F);
  }
  .background5 {
    background: linear-gradient(-135deg, #FCE188, #2CB2DD);
  }
  .background6 {
    background: linear-gradient(-135deg, #F6AE5F, #00A5E3);
  } */

  



  #main {
    width: 100%;
    /* height: 100vh; */
    margin: 0px auto auto;
    position: relative;
  }
  .main-top-inner {
    width: 100%;
    max-width: 740px;
    padding-top: 150px;
    margin: 0 auto;
  }
    .main_copy {
      width: 100%;
    }
    .main_copy img {
      width: 100%;
    }
  .sns--icon{
      width: 100%;
      text-align: center;
      font-family: "source-han-sans-japanese, sans-serif",sans-serif;
      font-size: 16px;
      display: flex;
  }
  .nav---area {
    width: 100%;
    margin: 15px auto;

  }
  .nav-menu-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2.0;
  }
  .nav-menu-ul li{
    padding-right: 15px;
  } 
  .nav-menu-ul li a {
    color: #191919;
    transition: all .3s;
  }
  .nav-menu-ul a:hover {
    color:#f6ae5f;
    transition: all .3s;
  }
    .sns-icon-ul{display: block; list-style: none; margin-right: 30px!important;}
      .sns-li {width: 45px;}
      /* .sns-li:first-child{width: 45px;  margin-bottom: 5px} */

      .sns--icon ul li img{width: 100%;}

   
    .nav-menu-box li{
      padding-right: 15px;
    }
    .nav-menu-box li a {
      color: #191919;
      font-size: 14px;
      position: relative;
      transition: all .3s;
    }
    .nav-menu-box a:hover {
      color:#f6ae5f;
      transition: all .3s;
    }
/* 
    .link---txt a {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      color: #645C5A;
      font-weight: normal;
      transition: all 0.3s;
    } */
      
      .prev-pdf_main {
        white-space: nowrap;
        display: block;
        align-items: center;
        width: 230px;
        margin-top: 25px;
      }
        .prev-pdf_main p {
          /* border: 1px solid #3296D4; */
          border: 1px solid #645C5A;
          border-radius: 26px;
          /* color:#3296D4; */
          color:#645C5A;
          text-align: center;
          font-size: 11px;
          font-weight: bold;
          padding: 3px 10px 3px 15px;
          letter-spacing: 0.075em;
          }
          .prev-pdf_main p span {
            color:#3296D4;
          }

  #top_message {

  }
    .message {
      width: 100%;
      margin-bottom: 0;
      text-align: left;
      line-height: 2.2;
      font-size: 15.5px;
      letter-spacing: 0.075em;
    }
      .massage--name {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
      }
        .massage--name dt {
          margin-right: 15px;
          font-weight: 300;
        }
        .massage--name dd {
          font-size: 28px;
        }
      .accessBtn{display: block; background-color: #C61C31; color: #fff; font-weight: bold; border-radius: 30px; text-align: center; font-size: 12px; margin-top: 25px; width: 100%; max-width: 450px; transition: all .3s;}
      .accessBtn:hover {
        letter-spacing: 0.5em;
        transition: all .3s;
      }

      .greeting{position: absolute; top:42%; left: 30%; width: 69%;transform: rotate(-12deg);}
      .greeting p{ text-align: left; font-size: 14px; letter-spacing: 0.1em; line-height: 1.7em;  color: #000; font-weight: 400;}
        .greeting p span{font-size: 20px; display: block; font-weight: 600; margin-bottom: 12px;}

      .copy_box{max-width: 1000px; width: 100%; margin: 150px auto 150px; white-space: nowrap;}
      .copy_box p{
        font-size: 14px;
        letter-spacing: 0.15em;
        line-height: 2.3;
        margin-bottom: 30px;
      }
            .copy_box h3{font-size: 24px; margin-bottom: 30px; line-height: 1; }

      .first-copy {
        font-size: 31px;font-weight: 600;
      }
      .detail_text{font-size: 14px; padding-left: 20px; color: #1A0B08; font-weight: 600}
      .detail_text a{color: #333;}


.main-inner {
  width: 90%;
  max-width: 475px;
  margin: 60px auto 0;
}
  .main-title {
    text-align: left;
    margin: 150px auto 12px;
    font-size: 28px;
    font-family: source-han-sans-japanese, sans-serif;
    color: #1A0B08;
  }
.main-title_s{
    text-align: left;
    margin: 0 auto 40px;
    font-size: 16px;
    font-family: source-han-sans-japanese, sans-serif;
    color: #1A0B08;
    line-height: 1.7em;
    font-weight: normal;
  }
  .shop-list--area {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    /* display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap: 1em;
    row-gap: 1em; */
  }
  .fudo{font-size: 12px; position: absolute; bottom: -45px; right: 0px; line-height: 1.6em;}
  .caution{font-size: 12px; text-align: left}

  .list-box-container {
    width: calc(100% / 5 - 20px);
    margin-right: 20px;
    /* margin-bottom: 100px; */
    animation: vertical 1s ease-in-out infinite alternate;
  }


  .list-box-container:nth-of-type(even) {
    padding-top: 100px;
  }
  .list-box-container:nth-last-of-type(1),
  .list-box-container:nth-last-of-type(3) { 
    padding-top: 0;
  }


    .links-box {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 0;
      margin-bottom: 30px;
    }
    .links-box-sns {
      display: flex;
      margin-right: 0px;
      padding-top: 4px
    }

    .link-a {
      width: 20px;
      display: flex;
      align-items: center;
      margin-right: 6px;
    }
      .links-box img {
        width: 100%;
      }
      .links-box-ec {
        display: inline-block;
        width: 62px;
        height: 20px;
        line-height: 20px;
        background-color: #fff;
        /* margin-left: 10px; */
      }
      .link-a-ec {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 11px;
        font-weight: 600;
        color: #000;
        border: 1px solid #DEDEDE;
        text-align: center;
        letter-spacing: 0.075em;
        padding-left: 4px;
                border-radius: 3px;

      }


  .list-box {
    display: inline-block;
    width: 100%;
    /* height: 100%; */
    background-color: rgb(255,255,255);
    margin-bottom: 0px;
    position: relative;
    border-radius: 100%;
    overflow: hidden;

  }

  

	    .list-box span{
			font-size: 12px;
			position: absolute;
			bottom:0;
			z-index: 2;
			display: block;
			line-height: 1.4em;
			text-align: center;
			left: 30px;
	    }

    .list-box a {
      display: block;
      width: 100%;
      padding-top:100%;
      top: 0;
    }
    .list-box img {
      width:100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      border: 0.5px solid #f5f5f5;
    }
.event-area {
  line-height: 1 !;
  letter-spacing: 0.1em;
  color: #1A0B08;
  font-family: "源ノ角ゴシック JP",sans-serif;
}

/* map */
.map--area {
  width: 300px;
  text-align: center;
  margin: 0 auto 120px;
}
.map--area a {
  display: inline-block;
  background-color: #a9d06b;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
  width: 80%;
}
/* map */
.map--area01 {
  text-align: center;
  margin: 0 auto 120px;
padding-top: 100px;
}

.map--area01 a {
  display: inline-block;
  background-color: #008FC3;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
  .flex img {
    margin-right: 25px;
  }
  .event--inner img {
    width:486px;
    /* height: 190px; */
  }
  .marche-div,
  .molkky-div {
    height: 200px;
    color: #1A0B08;
    transition: all .3s;
  }
  .molkky-div:hover {
    opacity: .8;
    transition: all .3s;
  }

  .img-div {
    width: 480px;
    height: 190px;
    position: relative;
    margin-right: 60px;
  }
  .img-div img {
    width: 100%;
    height: 190px;
  }
    .img-span {
      position: absolute;
      bottom: -13px;
      left: 0px;
      font-size: 10px;
    }
  .takeout--inner {
    width: 100%;
    margin-bottom: 130px;
    letter-spacing: 0.1em;
    margin-top:-60px;
  }
  .takeout--inner h3 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
  }
  /* アンカー調整 */
  #fikatime ,#molkky, #nordic, #talkshow,#kickboard,#toyota,#talkshow17,#talkshow18,
  #day1105, #day1106, #day1107, #talkshowArea,#workshop,#hinmeri,#mingel ,#marche {
    padding-top: 100px;
    margin-top: -60px;
  }
  /* テイクアウトフェード */
  .image-area {
    width: 235px;
    height: 155px;
    position: relative;
  }
    .image-area a {
      position: absolute;
      display: block;
      width: 100%;
      padding-top:67%;
      top: 0;
      z-index:1;
    }
      .image-area img {
        border: 1px solid #ededed;
      }
    .image-area:hover {
      opacity: 0.8;
    }
  .js-fade01 {
    display: inline-block;
    position:relative;
    z-index: 1;
  }
  .take-out-fade{
    display: inline-block;
    position:relative;
    z-index: 1;
  }
  .fade-off {
    opacity: 0;
    transition: 2s;
  }
  .fade-on {
    opacity: 1;
    transition: 2s;
  }
  .js-fade02 {
    width:100%;
    position: absolute;
    top:0;
    left:0;
  }
  .takeout-grid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 1em;
  }
  .menu-box {
    display: inline-block;
    width: 235px;
    margin: 0 0 15px;
  }
    .menu-box img {
      width: 235px;
    }
    .menu-box p {
      width: 100%;
      font-size: 11px;
      margin-top: 10px;
      line-height: 1.8;
      position:relative;
      letter-spacing: 0.01em;
    }
    .menu-box span {
      display: inline-block;
      text-align: right;
      font-size:11px;
      font-weight: 500;
      bottom: -2px;
      right: 0;
      letter-spacing: 0.01em;
    }
    /* 2番めコンテンツ価格表示調整 */
    .span-2nd-content {
      top: 0px;
      bottom:0!important;
    }

.event-container {
  width: 100%;
  margin-bottom: 42px;
}
.flexrev {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.flexrev_btm80 {
  margin-bottom: 80px !important;
}

.event-link {
  width: 230px;
  padding: 6px 10px;
  background-color: #A9D06B;
  border-radius: 17px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}
.event-link::after {
  content:'>';
  position: absolute;
  right: 10px;
  transition: all .3s;
}
.event-link p {
  display: inline-block;
  position: relative;
}
.event-link p::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background:#fff;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.event-link:hover.event-link p::after {
  transition: all .3s;
  transform: scale(1, 1);
}
.event-link:hover.event-link::after {
  transform: translateX(-5px);
  transition: all .3s;
}



.mollky-tournament-image {
  width: 100%;
  margin-top: 32px;
  position: relative;
  transition: all .3s;
}
.mollky-tournament-image:hover {
  opacity: .8;
}
.mollky-tournament-image img {
  width: 100%;
}

.mollky-tournament-inner-txt {
  position: absolute;
  top:40px;
  right: 115px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.mollky-tournament-inner-txt a {
  color:#fff;
}
.mollky-tournament-txt-day {
  font-size: 18px;
}
.mollky-tournament-txt-day span {
  font-size: 28px;
}
.mollky-tournament-ttl {
  font-size: 30px;
  line-height: 1.1;
}
.mollky-tournament-txt {
  font-size: 14px;
}
.mollky-tournament-txt span {
  font-size: 11px;
}
.ls-ttl {
  letter-spacing: 0.1em;
}
.ls-day {
  letter-spacing: 0.04em;
}
.ls-txt01 {
  letter-spacing: 0.02em;
}
.ls-txt02 {
  letter-spacing: 0.13em;
}
.mollky-torunament-btn {
  width: 100%!important;
  padding: 2px ​10px;
  margin-top: 30px;

}

#talkshowArea.event-container {
  margin: 60px 0;
}
.talkshow-box {
  width: 100%;
  height: 300px;
}
.talkshow-image {
  width: 489px!important;
  height: 300px!important;
}
#talkshowArea .day-place {
  margin-bottom: 40px;
}

.txt-area {
  /* width: 440px; */
  min-width: 440px;
  line-height: 1 ;
  position: relative;
}
.event-title {
  font-size: 28px;
  margin: 0px auto 20px;
  text-align: left;
  font-weight: bold;
  font-family: source-han-sans-japanese, sans-serif;
    line-height: 1.2 ;
  letter-spacing: 0.075em;
  color: #1A0B08;
}
.event-ttl-box {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;

}
.event-ttl {
  font-size: 28px;
  text-align: left;
  font-weight: bold;
  font-family: source-han-sans-japanese, sans-serif;
    line-height: 1.2 ;
  letter-spacing: 0.075em;
  color: #1A0B08;
}
.event-ttl-box img {
  width: 66px;
}
.txt-area h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
      line-height: 1.6;
      margin-bottom: 8px;

}
.txt-p {
  font-size: 14px;
  line-height: 1.7em;
  margin: 0 0 20px;
}
.nowrap {
  white-space: nowrap;
}
.day-place {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 1.8;
  /* font-family: Lato, serif; */
}
  .day-place span {
    font-size: 24px;
    font-weight: 600;
    padding-right: 10px;
  }

  .workshop-ttl-area {
    width: 100%;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 50px;
  }
    .workshop-ttl {
      font-size: 28px;
      font-weight: 600;
      margin: 0 auto;
    }
      .workshop-sub {
        font-size: 12px;
      }
.hokuo_cook-image {
  width: 542px!important;
  height: auto;
}
#hokuo_cook .txt-area {
  width: 440px;
}

#hokuo_cook .day-place {
  margin-bottom: 25px;
}
#hokuo_cook .txt-p {
  margin-bottom: 15px!important;
}
#workshop_cf .txt-p {
  margin-bottom: 20px;
}
#workshop_cf .day-place {
  margin-bottom: 13px;
}
.workshop-cf-image {
  width: 522px!important;
  height: 474px;
}
.workshop-menu{margin-bottom: 30px;}
.workshop-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.workshop-menu li {
  margin-bottom: 20px;
}
.workshop-menu li div {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.08em;
}
.workshop-menu li dl {
  font-size: 10px;
  text-indent: 1.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.workshop-menu li dt {
  letter-spacing: 0.02em;
}
.workshop-menu li dd {
  letter-spacing: -0.01em;
}
  @supports (-ms-ime-align: auto) {
    .workshop-menu li dd {
      letter-spacing: -0.01em;
    }
  }

.grid-area {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
  flex-wrap:wrap;
}
  .grid-box {
    /* width: 100%; */
    width: 48%;
    display: inline-block;
    margin-bottom: 167px;
    line-height: 1.8;
    position: relative;
  }
  .grid-box a:hover .grid-top-image{
    transform: scale(1.05);
    transition: all .3s;
  }
    .grid-image-wrap {
      width: 100%;
      margin-bottom: 10px;
      overflow:hidden;
    }
    .grid-top-image {
      width: 100%;
      transition: all .3s;
    }
    .grid-ttl-box {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .grid-ttl {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 0;
      letter-spacing: 0.01em;
    }
    .grid-txt {
      font-size: 14px;
      margin-bottom: 18px;
      line-height: 1.5em;
    }
    .grid-day-area small{font-size: 12px;}
    .grid-day {
      font-size: 15px;
      line-height: 1.5;
      letter-spacing: 0.03em;
      /* font-family: Lato,serif; */
    }
      .grid-day span {
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.02em;
      }
  .grid-day-image {
    width: 62px;
    height: 60px;
    /* position: absolute;
    bottom: 0;
    right: 0; */
  }
  .day0607 {
    width: 126px!important;
  }
  
.day050607 {
    width: 200px !important;
    padding-top: 25px;
    margin-left: 20px;
  }
.day050607_01 {
    width: 165px !important;
    padding-top: 25px;
    margin-left: 20px;
  }
  .sub-grid-box {
    margin-bottom: 60px!important;
  }
  .grid-sub {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .place {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    /* font-family: Lato,serif; */
    margin-bottom: 20px;
  }
  .viewing-ttl {
    font-size: 24px;
  }
  .viewing-area {
    margin-top: 50px;
  }

 .bnr-area {
  width: 100%;
  margin-bottom: 100px;
}
  .bnr-area img {
    width: 100%;
  }

  /* rgb(79,11,15) */
#mingel .event--inner {
  background: linear-gradient(rgba(80,20,15,1),rgba(80,20,15,1));
  /* background: linear-gradient(rgba(222,151,240,.5),rgba(255,255,255,.5));  */
}
.mingel-image {
  width: 525px!important;
  height: 284px;
}
.mingel-ttl {
  font-size: 28px;
  padding-top: 30px;
  margin-bottom: 10px!important;
  display: block!important;
  position: relative;
}
.mingel-ttl h2{
  color: #F5AE5F !important;
}

.mingel-ttl span {
  position: absolute;
  top: 17px;
  left: 0;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #F5AE5F !important;
}
.mingel-ttl img {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 53px;
}
.mingel-day-place {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  color: #F5AE5F !important;
}
.mingel-price img{
  width: 110px!important;
  height: auto;
  position: absolute;
  bottom:0;
  right:-5px;
}
.mingel-txt {
  margin: 15px 0 10px!important;
    color: #F5AE5F !important;
    line-height: 1.4em;

}
#mingel .event-link{width: 285px;
    padding: 6px 10px;
    background-color: #E35723;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;}
/* .info-p {
  margin:30px 0;
}
.info-p a {
  font-size: 14px;
  color: #1A0B08;
  text-decoration: underline;
}
.info-p a:hover {
  opacity: 0.8;
} */

/* プロフィールテキストfix */
/* .txt-p--box {
  position:relative;
}
.txt-p-b {
  font-size: 15px;
  margin-top: 20px;
}
.span-guest {
  font-size: 12px;
  position: relative;
  top: 10px;
}
.talkshow-txt {
  position: absolute;
  top: -21px;
  left: 85px;
}
.prof-link-absolute {
  position: absolute;
  top: 88px;
  left: 310px;
} */

.footer-inner {
  width: 1000px;
  margin: 0 auto 80px;
  display: block;
  position: relative;
}
  .footer-left {
	  width: 620px;
	  margin-bottom:  30px
  }
    .footer-left img{
	    width: 100%;
    }

/* 固定フッター */
#bnr_area{
  position: relative;
}
.fixed-footer {
  width:280px;
  height: 65px;
  margin: 0 0 0 auto;
  border-radius: 0;
  text-align: center;
  background: linear-gradient(to left, #F6AE5F, #00A5E3);
  z-index: 100;
  opacity: 0.9;
  position: relative;
}
  .fixed-footer p {
    color: #fff;
    margin: 3px 0 0 27px;
    width: 220px;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    top:4px;
    position: relative;
  }
  .fixed-footer span {
    display: inline-block;
    width: 220px;
    position: absolute;
    bottom: -11px;
    left: 0px;
    font-size: 9px;
    color:#fff;
    letter-spacing: 0.11em;
  }
    .fixed-footer a {
      width: 100%;
      height: 8px;
    }

  .copy{ margin: 0 auto; font-size: 10px; letter-spacing: 0.075em; position: absolute; bottom:20px;left: 50%; transform: translateX(-50%);}

  .text_box{position: absolute; bottom:5%; left:5%; z-index: 2;color: #333; font-size: 10px; line-height: 1.2em; width: 90%; text-align: center}
  .fix_greeting{width: 700px; font-size: 16px; color: #3296D4; text-align: left; letter-spacing: 0.075em;
    position: absolute;
    background-color:rgba(255,255,255,.8);
    top:80px;
    left: 120px; white-space: nowrap; opacity: 0;}
    #talkshow_sat{ color: #548ED1; margin-right: 15px; letter-spacing: 0.03em;}
    #talkshow_sun{ color: #BF1E01; letter-spacing: 0.03em;}

    .fix_greeting p{line-height: 1.2em;}
    .day-size{width: 100%; max-width: 150px; margin-bottom: 30px;}
	    .day-size img{width: 100%;}

    #page-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      font-size: 14px;
          width: 50px;
    }
    #page-top a {
        width: auto;
        border-radius: 5px;
    }
    #page-top a img{
          width: 100%;
    }


.caution_text{font-size: 12px; line-height: 1.2em;}
.caution_text span {
  display: inline-block;
  text-indent: 1em;
}

.table-img {
  position: absolute;
  top: 0;
  right:0;
  width: 350px;
}
.mollky-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mollky-gametable{
  width: 65% !important;

}
.mollky-flex img {
  width: 100% !important;
  margin-bottom: 32px;
}

}





/* Tablet ================================================== */
@media all and (min-width:560px) and (max-width:959px){
  header {
    width: 100%;
    height: 80px;
    margin: 0px auto auto;
    position: relative;
    display: flex;
  }
    .left-logo {
      display: inline-block;
      width: 400px;
      height: 100%;
      margin: 0 0 0 20px;
      display: flex;
    }
    .title-header {
      width: 270px;
      height: auto;
      line-height: 55px;
      opacity: 0;
    }
    .title-header img{
      width: 100%;
    }

  .sns--icon{
     display: none;
  }
    .link-txt {
      margin-right: 20px;
    }
    .link-txt:nth-of-type(2) {
      margin-right: 35px;
    }
    .link-txt a {
      display: inline-block;
      vertical-align: middle;
      color: #1A0B08;
    }


#main {
  height: 100vh;
	margin: 50px auto auto;
	position: relative;
  
}
.main-top-inner {
  width: 90%;

  margin: 0px auto;
}
  .main_copy {
    width: 100%;
  }
  .main_copy img {
    width: 100%;
  }

  .main-inner {
    max-width: 435px;
    width: 80%;
    margin: 180px auto 0;
    /* white-space: nowrap; */
  }
    .main-title {
      text-align: left;
      margin: 70px auto 0;
      font-size: 24px;
      font-family: source-han-sans-japanese, sans-serif;
      color: #1A0B08;
    }
    .main-title_s{
      text-align: left;
      margin: 15px auto 40px;
      font-size: 16px;
      line-height: 1.9em;
      font-weight: normal;
      font-family: source-han-sans-japanese, sans-serif;
      color: #1A0B08;
    }
      .caution{font-size: 12px; text-align: left}

      #top_message {
        width: 100%;
      }
        .message {
          width: 100%;
          margin-bottom: 0;
          text-align: left;
          line-height: 1.8em;
          font-size: 16px;

      }
          .massage--name {
            width: 100%;
            text-align: right;
            align-items: baseline;
          }
            .massage--name dt {
              font-weight: 300;
            }
            .massage--name dd {
              font-size: 26px;
            }
        .message img{
          width: 55%;
        }
      #title {
        opacity: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
      }
          .accessBtn{display: block; background-color: #C61C31;
            color: #fff; font-weight: bold; border-radius: 30px; text-align: center; font-size: 16px; margin: 25px auto 0;}
      .copy_box{max-width: 100%; width: 100%; margin: 0 auto 180px;}
      .copy_box h3 {
        line-height: 1;
        margin-bottom: 30px;
      }
      .copy_box p{font-size: 16px; letter-spacing: .15em;line-height: 1.7;  margin-bottom: 30px;}
      .first-copy {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 22px;
        display: block;
         line-height: 1.5;
          letter-spacing: .2em;
      }
      .detail_text{font-size: 14px; padding-left: 20px; color: #1A0B08; font-weight: 600}
        .detail_text a{color: #333;}

        .fix_greeting_ft {
          width: 95%;
          font-size: 11px;
          color: #D82727;
          text-align: left;
          letter-spacing: 0.075em;
          margin-top: 30px;
          margin-left: 30px;
      }



    .shop-list--area {
      width: 90%;
      height: auto;
      margin: 0 auto 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
    }


    .list-box-container {
      width: calc(100% / 4 - 10px);
      margin-right: 10px;
      margin-bottom: 40px;
      animation: vertical 1s ease-in-out infinite alternate;
    }

  .list-box-container:nth-of-type(even) {
    padding-top: 100px;
  }
  .list-box-container:nth-last-of-type(3) {
    padding-top: 0px;
  }

    .links-box {
      /* width: 100%; */
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 0;
      margin-bottom: 30px;
      margin-top: -10px;
    }
    .links-box-sns {
      display: flex;
      margin-right: 5px;
    }

    .link-a {
      width: 20px;
      display: flex;
      align-items: center;
      margin-right: 8px;
    }
      .links-box img {
        width: 100%;
      }
      .links-box-ec {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        margin-top: 1px;
        /* margin-left: 10px; */
      }
      .link-a-ec {
        display: inline-block;
        height: 100%;
        padding: 0 12px;
        font-size: 12px;
        font-weight: 600;
        color: #000;
        border: 1px solid #DEDEDE;
        text-align: center;
        letter-spacing: 0.075em;
      }
    .list-box {
      display: inline-block;
      width: 100%;
      height: auto;
      background-color: #ffffff;
      margin: 0;
      position: relative;
      border-radius: 100%;
      overflow: hidden;
    }
	    .list-box span{
			font-size: 12px;
			position: absolute;
			bottom:0;
			z-index: 2;
			display: block;
			line-height: 1.4em;
			text-align: center;
			left: 30px;
			
	    }
    .list-box::before {
      display: none;
    }
    .list-box a {
      display: block;
      width: 100%;
      padding-top:100%;
      top: 0;
    }
    .list-box img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      border: 0.5px solid #f5f5f5;
    }
.event-area {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1A0B08;
  font-family: "源ノ角ゴシック JP",sans-serif;
}

/* map */
.map--area {
  width: 300px;
  text-align: center;
  margin: 0 auto 80px;
}
.map--area a {
  display: inline-block;
  background-color: #a9d06b;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  width: 80%;
}
.map--area01 {
  text-align: center;
  margin: 0 auto 80px;
  padding-top: 100px;
}
.map--area01 a {
  display: inline-block;
  background-color: #008FC3;
  color: #fff;
  font-weight: bold;
  border-radius: 125px;
  text-align: center;
  font-size: 16px;
  width: 160px;
  height: 160px;
  line-height: 160px;
}
  .flex{
    margin-bottom: 85px;
  }
    .event--inner img {
      width: 100%;
      height: auto;
    }
    .img-div {
			width: 100%;
			height: 100%;
			margin: 0 auto 20px;
		}
		.img-div img {
			width: 100%;
			height: auto;
		}
			.img-span {
				width: 100%;
				display: inline-block;
				font-size: 12px;
				line-height: 1.4;
				text-align: left;
			}
.takeout--inner {
  width: 100%;
  margin-bottom: 130px;
  letter-spacing: 0.1em;
}
.takeout--inner h3 {
  margin-bottom: 25px;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.image-area {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
}
.image-area img {
  border: 1px solid #ededed;
}
.image-area a {
  position: absolute;
  display: block;
  width: 100%;
  padding-top:67%;
  top: 0;
  z-index:1;
}
.image-area:hover {
  opacity: 0.8;
}
  .js-fade01 {
    display: inline-block;
    position:relative;
    z-index: 1;
  }
  .take-out-fade {
    display: inline-block;
    position:relative;
    z-index: 1;
  }
  .fade-off {
    opacity: 0;
    transition: 2s;
  }
  .fade-on {
    opacity: 1;
    transition: 2s;
  }
  .js-fade02 {
    width:100%;
    position: absolute;
    top:0;
    left:0;
  }
.takeout-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1em;
  row-gap: 1em;
}
.menu-box {
  display: inline-block;
  max-width: 235px;
  margin: 0 0 15px;
}
  .menu-box img {
    width: 100%;
    height: auto;
  }
  .menu-box p {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.8;
  }
  .menu-box span {
    font-size:14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    float: right;
  }
  .flexrev {
    margin-bottom: 75px;
    position: relative;
  }
  .molkky a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #1A0B08;
  }
  .event-title {
    text-align: left;
    margin: 20px auto 20px;
    font-size: 24px;
    font-weight: bold;
    font-family: source-han-sans-japanese, sans-serif;
  }
  .txt-area h3 {
    font-size: 20px;
    font-weight: bold;
            line-height: 1 ;

  }
  .txt-p {
    font-size: 16px;
    line-height: 1.9em;
    margin: 20px 0 30px;
  }
  .talkshow-txt span{
    font-size: 18px;
  }
  .txt-s {
    font-size: 12px;
  }
  .event-link {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #1A0B08;
  }

  .event-link {
    width: 100%;
    padding: 10px 10px;
    background-color: #A9D06B;
    border-radius: 47px;
    font-size: 18px;
    /* font-weight: 600; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
  }
  .event-link::after {
    content:'>';
    position: absolute;
    right: 10px;
    transition: all .3s;
  }
  .mollky-tournament-image {
    width: 100%;
    height: auto;
    margin-top: 32px;
    margin-bottom: 100px;
    position: relative;
  }
  .mollky-tournament-image a {
    width: 100%;
  }
  .mollky-tournament-image-content {
    width: 100%;
  }
  .mollky-tournament-wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .molkky-in-txt {
    position: absolute;
    width: 310px;
    height: auto;
    bottom:30px;
    left: 28px;
  }
  .molkky-in-txt-day {
    width: 64px;
    position: absolute;
    bottom:30px;
    right: 28px;
  }
  .talkshow-box {
    width: 100%;
    height: 300px;
  }
  .talkshow-image {
    /* width: 489px!important;
    height: 300px!important; */
  }
  #talkshowArea .day-place {
    margin-bottom: 20px;
  }
  
  .txt-area {
    width: 100%;
    line-height: 1 ;
    position: relative;
padding-bottom: 20px;  }
  .event-ttl-box {
    margin-bottom: 20px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .event-ttl {
    font-size: 24px;
    margin: 20px 0 12px;
    text-align: left;
    font-weight: bold;
    font-family: source-han-sans-japanese, sans-serif;
      line-height: 1.2 ;
    letter-spacing: 0.075em;
    color: #1A0B08;
  }
  .event-ttl-box img {
    width: 62px;
  }
  .txt-area h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3;
  
  }
  .day-place {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    /* font-family: Lato, serif; */
  }
    .day-place span {
      font-size: 20px;
      font-weight: 600;
      padding-right: 10px;

    }
    .workshop-ttl-area {
      width: 100%;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 50px;
    }
      .workshop-ttl {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2;
        margin: 0 auto;
      }
        .workshop-sub {
          font-size: 12px;
          margin-top: 12px;
        }

        .hokuo_cook-image {
          width: 542px;
          height: 290px;
        }
        #hokuo_cook .day-place {
          margin-bottom: 25px;
        }
        #workshop_cf .txt-p {
          margin-bottom: 10px;
        }
        #workshop_cf .day-place {
          margin-bottom: 13px;
        }
        .workshop-cf-image {
          width: 522px;
          height: 474px;
        }
        .workshop-menu ul {
          padding: 0;
          margin: 0;
          list-style: none;
        }
        .workshop-menu li {
          margin-bottom: 20px;
        }
        .workshop-menu li div {
          font-size: 16px;
          font-weight: 600;
          letter-spacing: 0.01em;
          margin-bottom: 10px;
        }
        .workshop-menu li dl {
          font-size: 12px;
          text-indent: 1.5em;
          display: flex;
          justify-content: flex-start;
          align-items: center;
        }
        .workshop-menu li dt {
          /* font-size: 10px; */
          letter-spacing: 0.02em;
          margin-bottom: 8px;
        }
        .workshop-menu li dd {
          /* font-size: 10px; */
          letter-spacing: 0.02em;
          margin-bottom: 8px;
        }

        .grid-area {
          width: 100%;
          /* display: grid;
          grid-template-columns: 1fr 1fr;
          column-gap: 2em; */
        }
          .grid-box {
            width: 100%;
            margin-bottom: 80px;
            line-height: 1.8;
            position: relative;
          }
          .grid-box a:hover .grid-top-image{
            transform: scale(1.05);
            transition: all .3s;
          }
            .grid-image-wrap {
              width: 100%;
              margin-bottom: 10px;
              overflow:hidden;
            }
            .grid-top-image {
              width: 100%;
              transition: all .3s;
            }
            .grid-ttl-box {
              display: flex;
              justify-content: space-between;
              align-items: flex-start;
            }
            .grid-ttl {
              font-size: 24px;
              font-weight: 600;
              margin-bottom: 15px;
            }
            .grid-txt {
              font-size: 14px;
              margin-bottom: 25px;
            }
    .grid-day-area small{font-size: 12px;}
            .grid-day {
              font-size: 15px;
              line-height: 1.5;
              letter-spacing: 0.03em;
              /* font-family: Lato,serif; */
            }
              .grid-day span {
                font-size: 20px;
                font-weight: 600;
                letter-spacing: 0.02em;
              }
          .grid-day-image {
            width: 58px;
            height: auto;
            /* position: absolute;
            bottom: 0;
            right: 0; */
          }
          .day0607 {
            width: 100px!important;
          }
		.day050607 {
		    width: 200px !important;
		    padding-top: 25px;
		    margin-left: 30px;
		  }
.day050607_01 {
    width: 165px !important;
    padding-top: 25px;
    margin-left: 20px;
  }
          .sub-grid-box {
            margin-bottom: 60px!important;
          }
          .grid-sub {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 10px;
          }
          .place {
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0.03em;
            /* font-family: Lato,serif; */
            margin-bottom: 20px;
          }
          .viewing-ttl {
            font-size: 22px;

          }
        
         .bnr-area {
          width: 100%;
          margin-bottom: 100px;
        }
          .bnr-area img {
            width: 100%;
          }
        #mingel .event--inner {
          background: linear-gradient(rgba(80,20,15,1),rgba(80,20,15,1));
          /* background: linear-gradient(rgba(222,151,240,.5),rgba(255,255,255,.5)); */
        }
        .mingel-image {
          /* width: 525px!important;
          height: 284px; */
        }
        .mingel-ttl {
          font-size: 26px;
          margin-top: 20px;
          margin-bottom: 0!important;
          position: relative;
          width: 90%;
          margin: 20px auto;
        }
        .mingel-ttl span {
          position: absolute;
          top: 5px;
          left: 0;
          font-size: 12px;
color: #F5AE5F        }
        .mingel-day-place {
          font-size: 14px;
          letter-spacing: 0.02em;
    width: 90%;
    margin: 0 auto 20px;
          line-height: 1.6;
    color: #F5AE5F !important;
        }
        .mingel-price img{
          width: 91px!important;
          height: auto;
          position: absolute;
          bottom:80px;
          right:-20px;
        }
        .mingel-txt {
    width: 90%;
    margin: 0 auto 20px;
    color: #F5AE5F !important;
    font-size: 14px;
    line-height: 1.4em;
    
        }
.mingel-ttl h2 {
    color: #F5AE5F !important;
    font-size: 24px;
}
#mingel .event-link {
    width: 90%;
    margin: 0 auto ;
    padding: 6px 10px;
    background-color: #E35723;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
}
          /* .info-p {
    margin-top:70px;
  }
  .info-p a {
    font-size: 14px;
    color: #1A0B08;
    text-decoration: underline;
  } */

  .footer-inner {
    max-width: 959px;
    width: 90%;
    margin: 0 auto;
    /* display: flex;
    position: relative; */
  }
  .footer-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-logo img {
    width: 100%;
  }
  /* プロフィールテキストfix */
/* .height-fix {
  height: 100%;
}
.txt-p--box {
  position:relative;
}
.txt-p-b {
  font-size: 14px;
  margin-top: 20px;
}
.span-guest {
  font-size: 14px;
  position: relative;
  top: 10px;
}
.talkshow-txt {
  position: absolute;
  top: -52px;
  left: 70px;
}
.prof-link-absolute {
  position: absolute;
  top: 160px;
  left: 0px;
} */

.green-spring-logo {
  display: inline-block;
  margin: 0 30px 0 auto;
  width: 118px;
  height: 49px;
}
.copy{width: 100%; text-align: center; margin: 0 auto; font-size: 10px; letter-spacing: 0.075em; position: absolute; bottom:10px;left: 50%; transform: translateX(-50%);}
.text_box{position: absolute; bottom:5%; left:5%; z-index: 2;color: #333; font-size: 10px; line-height: 1.2em; width: 90%; text-align: center}

/* 固定フッター */
#bnr_area {
  position: relative;
}
.fixed-footer {
  bottom: 80px;
  left: 0;
  width: 260px;
  margin: 0 0 0 auto;
  border-radius: 10px;
  height: 70px;
  text-align: center;
  background: linear-gradient(to left, #F6AE5F, #00A5E3);
  z-index: 5;
  opacity: 0.9;
}
  .fixed-footer p {
    color: #fff;
    margin: 3px auto 0;
    width: 240px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    top: 4px;
  }
  .fixed-footer span {
    position: absolute;
    bottom: -10px;
    left: 0px;
    font-size: 10px;
    color:#fff;
    letter-spacing: 0.14em;
  }
    .fixed-footer a {
      width: 100%;
      height: 8px;
    }
    .fix_greeting{width: 95%; font-size: 11px; color: #D82727; text-align: left; letter-spacing: 0.075em; position: absolute; top:90px; left: 5%;}
    .scroll-div {
      position: relative;
    }
    /* スクロールナビ */
      .scroll-div p {
    display: inline-block;
    width: 100px;
    height:100px;
    position: absolute;
    bottom:-31px;
    right: 71px;
    font-size: 14px;
    text-align: center;
    border:1px solid #C61C31;
    border-radius: 100%;
    padding-left: 11px;
    line-height: 1.5;
      }
      .scroll-div span {
        position: relative;
        top: 17px;
        left: -4px;
        color: #C61C31;
        animation: sdb 2s infinite;
      }

      /* アニメーション */
      @-webkit-keyframes sdb {
        0% {
          opacity: 0;
        }
        50% {
          opacity: 1;
        }
        100% {
          opacity: 0;
        }
      }
      @keyframes sdb {
        0% {
          opacity: 0;
        }
        50% {
          opacity: 1;
        }
        100% {
          opacity: 0;
        }
      }

      /* アンカー調整 */
  #fikatime ,#molkky, #nordic, #talkshow,#kickboard,#toyota,#talkshow17,#talkshow18,
  #day1105, #day1106, #day1107, #talkshowArea,#workshop,#hinmeri,#mingel,#marche {
    padding-top: 100px;
    margin-top: -100px;
  }
    #talkshow_sat{ color: #548ED1; margin-right: 15px;}
    #talkshow_sun{ color: #BF1E01; }
    .day-size{width: 100%; max-width: 150px; margin-bottom: 30px;}
	    .day-size img{width: 100%;}

      #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 14px;
        z-index: 100;
        width: 50px
      }
      #page-top a {
          width: auto;
      }
    #page-top a img{
          width: 100%;
    }

      .fudo{font-size: 12px; position: absolute; bottom: -23px; right: 0px; line-height: 1.6em;}
      .caution_text{font-size: 12px; line-height: 1.2em;}
.mollky-flex img {
  width: 100% !important;
  margin-bottom: 32px;
}
.mollky-gametable{
	  margin: 0 auto 32px;
  width: 90% !important;

}

}

/* SP ================================================== */
@media all and (max-width:559px){

  /* 背景切り替え */

  header {
    width: 100%;
    height: 80px;
    margin: 0px auto auto;
    position: relative;
    display: flex;
  }
    .left-logo {
      display: inline-block;
      width: 100%;
      height: 100%;
      max-width: 350px;
      margin: 0 auto;
      padding: 20px 0;
      display: flex;
      position: relative;
      text-align: justify;
      text-justify: distribute;
    }
    .title-header {
      margin: 0 12%;
      width: 42%;
    }
    .title-header img {
      width: 100%;
    }
  .sns--icon{
    display: block;
  }
    .link-txt {
      margin-right: 20px;
    }
    .link-txt:nth-of-type(2) {
      margin-right: 35px;
    }
    .link-txt a {
      display: inline-block;
      vertical-align: middle;
      color: #1A0B08;
    }
  .main-inner {
    max-width: 240px;
    width: 100%;
    margin: 200px auto 0;
  }
    .main-title {
      text-align: left;
      margin: 90px auto 0;
      font-size: 24px;
      font-family: "source-han-sans-japanese, sans-serif",sans-serif;
      color: #1A0B08;
    }
     .main-title_s{
      text-align: left;
      margin: 10px auto 30px;
      font-size: 14px;
      line-height: 1.7em;
      font-weight: normal;
      font-family: "source-han-sans-japanese, sans-serif",sans-serif;
      color: #1A0B08;
    }

    #main {
      height: 100vh;
      padding-top: 10px;
      margin: 0px auto auto;
      position: relative;
    }
    .main-top-inner {
      width: 100%;
      margin: 50px auto;
    }
      .main_copy {
        width: 100%;
      }
      .main_copy img {
        width: 100%;
      }



    #top_message {
      width: 100%;
    }
      .message {
        width: 100%;
        margin-bottom: 0;
        text-align: left;
        line-height: 1.8em;
        font-size: 16px;

    }
        .massage--name {
          width: 100%;
          text-align: right;
          align-items: baseline;
        }
          .massage--name dt {
            font-weight: 300;
          }
          .massage--name dd {
            font-size: 26px;
          }

    #title {
      opacity: 0;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }
    @keyframes animatetitle {
      from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
      }

      to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
      }
    }

    .animatetitle {
      -webkit-animation-name: animatetitle;
      animation-name: animatetitle;
    }
        .accessBtn{display: block;  background-color: #F6AE5F; color: #fff; font-weight: bold; border-radius: 30px; text-align: center; font-size: 16px; margin-top: 5px; width: 90%}

      .fix_greeting_ft{width: 95%; font-size: 11px; color: #F07736; text-align: left; letter-spacing: 0.075em; margin-top: 2px; line-height: 1.5em;}

    .copy_box{max-width: 100%; width: 100%; margin: 0 auto 100px; }
	    .copy_box h3{margin-bottom: 25px; font-size: 24px; line-height: 1.6}
    .copy_box p{font-size: 14px; letter-spacing: .12em;line-height: 1.9; margin-bottom: 30px;}
    .first-copy {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 12px;
      display: block;
       line-height: 1.6;
        letter-spacing: .2em;
    }
    .detail_text{font-size: 12px; color: #1A0B08; margin-top: 20px; margin-left: 20px}
      .detail_text a{color: #333;}

    .shop-list--area {
      width: 90%;
      height: auto;
      margin: 0 auto 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
    }
	.shop-list--area .list-box-container:nth-child(even){margin-right: 0;
}
    .list-box-container {
      width: calc(100% / 2 - 20px);
      margin-right: 30px;
      display: inline-block;
      position: relative;
      animation: vertical 1s ease-in-out infinite alternate;
    }

    .list-box-container:nth-of-type(odd) {
      padding-top: 50px;
    }
    .list-box-container:nth-last-of-type(3) {
      padding-top: 50px;
      margin-right: 30px!important;
    }

    
    .links-box {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding: 0;
      margin-bottom: 20px;
    }
    .links-box-sns {
      display: flex;
      margin-right: 6px;
    }

    .link-a {
      width: 20px;
      display: flex;
      align-items: center;
      margin-right: 6px;
      padding-top: 3px;
    }
      .links-box img {
        width: 100%;
      }
      .links-box-ec {
        display: block;
        width: 100%;
        max-width: 70px;
        height: 20px;
        line-height: 20px;
        margin-top: 3px;
        /* margin-left: 10px; */
      }
      .link-a-ec {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0 1px;
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.075em;
        color: #000;
        border: 1px solid #DEDEDE;
        text-align: center;
        border-radius: 3px;
      }


    .list-box {
      display: inline-block;
      width: 100%;
      height: auto;
      background-color: #ffffff;
      margin: 0px 0 0;
      position: relative;
      border-radius: 100%;
      overflow: hidden;
    }
	    .list-box span{
			font-size: 10px;
			position: absolute;
			bottom:10px;
			z-index: 2;
			display: block;
			line-height: 1.4em;
			text-align: center;
			left: 15px;
			
	    }
    .list-box::before {
      display: none;
    }
      .list-box a {
        display: block;
        width: 100%;
        padding-top:100%;
        top: 0;
      }
      .list-box img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border: 0.5px solid #f5f5f5;
      }
.event-area {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #1A0B08;
  font-family: "源ノ角ゴシック JP",sans-serif;
}
.event-title {
  text-align: left;
  margin: 20px 0 12px;
  font-size: 18px;
  font-weight: bold;
  font-family: source-han-sans-japanese, sans-serif;
}
/* map */
.map--area {
  width: 90%;
  text-align: center;
  margin: 0 auto 80px;

}
.map--area a {
  display: inline-block;
  background-color: #a9d06b;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
  width: 100%;
}
.map--area01 {
  text-align: center;
  margin: 0 auto 40px;
    padding-top: 100px;

}
.map--area01 a {
  display: inline-block;
  background-color: #008FC3;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

  .flex{
    margin-bottom: 70px;
  }
    .event--inner img {
      width: 100%;
      height: auto;
    }
    .img-div {
			width: 100%;
			height: 100%;
			margin: 0 auto 20px;
		}
		.img-div img {
			width: 100%;
			height: auto;
		}
			.img-span {
				width: 100%;
				display: inline-block;
				font-size: 10px;
				line-height: 1.4;
				text-align: left;
			}
    .text-area {
      width: 100%;
    }
  .takeout--inner {
    width: 100%;
    margin-bottom: 100px;
    letter-spacing: 0.1em;
    margin-top: -80px
  }
  .takeout--inner h3 {
    margin-bottom: 16px;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
  }
  .image-area {
    max-width: 240px;
    height: auto;
    position: relative;
  }
  .image-area img {
    border: 1px solid #ededed;
  }
  .image-area a {
    position: absolute;
    display: block;
    width: 100%;
    padding-top:67%;
    top: 0;
    z-index:1;
  }
  .image-area:hover {
    opacity: 0.8;
  }
  .js-fade01 {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .take-out-fade {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  .fade-off {
    opacity: 0;
    transition: 2s;
  }
  .fade-on {
    opacity: 1;
    transition: 2s;
  }
  .js-fade02 {
    width:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
  }
  .takeout-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1em;
    row-gap: 1em;
  }
  .menu-box {
    display: inline-block;
    width: 100%;
    margin: 0 0 0px;
  }
    .menu-box img {
      width: 100%;
      height: auto;
    }
    .menu-box p {
      width: 100%;
      font-size: 12px;
      margin-top: 6px;
      line-height: 1.5;
    }
    .menu-box span {
      font-size:14px;
      font-weight: 500;
      letter-spacing: 0.01em;
      float: right;
    }
  .flexrev {
    margin-bottom: 25px;
    position: relative;
  }
  .molkky a {
    /* position: absolute; */
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #1A0B08;
  }
.txt-area {
  width: 100%;
          line-height: 1 ;

}
.txt-area h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
  .txt-p {
    font-size: 14px;
    line-height:1.4em;
    letter-spacing: 0.075em;
    margin: 0 0 16px;
  }
  .txt-s {
    font-size: 12px;
  }

  .event-link {
    width: 100%;
    padding: 6px 10px;
    background-color: #A9D06B;
    border-radius: 25px;
    font-size: 14px;
    /* font-weight: 600; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
  }
  .event-link::after {
    content:'>';
    position: absolute;
    right: 10px;
    transition: all .3s;
  }

  .mollky-tournament-image {
    width: 100%;
    height: auto;
    margin-top: -30px;
    margin-bottom: 100px;
    position: relative;
  }
  .mollky-tournament-image a {
    width: 100%;
  }
  .mollky-tournament-image-content {
    width: 100%;
  }
  .mollky-tournament-wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .molkky-in-txt {
    position: absolute;
    width: 170px;
    height: auto;
    bottom:30px;
    left: 28px;
  }
  .molkky-in-txt-day {
    width: 64px;
    position: absolute;
    bottom:30px;
    right: 28px;
  }
  .talkshow-box {
    width: 100%;
    height: 300px;
  }
  .talkshow-image {
    /* width: 489px!important;
    height: 300px!important; */
  }
  #talkshowArea .day-place {
    margin-bottom: 20px;
  }
  
  .txt-area {
    width: 100%;
    line-height: 1 ;
    position: relative;
    padding-bottom: 8px;
  }
  .event-ttl-box {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .event-ttl {
    font-size: 22px;
    margin: 20px 0 0;
    text-align: left;
    font-weight: bold;
    font-family: source-han-sans-japanese, sans-serif;
      line-height: 1.2 ;
    letter-spacing: 0.075em;
    color: #1A0B08;
  }
  .event-ttl-box img {
    width: 50px;
  }
  .txt-area h3 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.3;
    margin-bottom: 8px
  
  }
  .day-place {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    /* font-family: Lato, serif; */
  }
    .day-place span {
      font-size: 22px;
      font-weight: 600;
      padding-right: 5px;

    }
    #workshop_cf{margin-bottom: 70px;}
    .workshop-ttl-area {
      width: 100%;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 30px;
    }
      .workshop-ttl {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.2;
        margin: 60px auto 0;
      }
        .workshop-sub {
          font-size: 12px;
          margin-top: 12px;
        }

        .hokuo_cook-image {
          width: 542px;
          height: 290px;
        }
        #hokuo_cook .day-place {
          margin-bottom: 25px;
        }
        #workshop_cf .txt-p {
          margin-bottom: 30px;
        }
        #workshop_cf .day-place {
          margin-bottom: 12px;
        }
        .workshop-cf-image {
          width: 522px;
          height: 474px;
        }
        .workshop-menu ul {
          padding: 0;
          margin: 0;
          list-style: none;
        }
        .workshop-menu li {
          margin-bottom: 20px;
        }
        .workshop-menu li div {
          font-size: 16px;
          font-weight: 600;
          line-height: 1.4;
          letter-spacing: 0.01em;
          margin-bottom: 7px;
        }
        .workshop-menu li dl {
          font-size: 12px;
          text-indent: 1.5em;
          letter-spacing: 0.075em;
          /* display: flex;
          justify-content: flex-start;
          align-items: center; */
        }
        .workshop-menu li dt {
          /* font-size: 10px; */
          letter-spacing: 0.02em;
          margin-bottom: 8px;
        }
        .workshop-menu li dd {
          /* font-size: 10px; */
          letter-spacing: 0.02em;
          margin-bottom: 8px;
        }

        .grid-area {
          width: 100%;
          /* display: grid;
          grid-template-columns: 1fr 1fr;
          column-gap: 2em; */
        }
          .grid-box {
            width: 100%;
            margin-bottom: 50px;
            line-height: 1.8;
            position: relative;
          }
          .grid-box a:hover .grid-top-image{
            transform: scale(1.05);
            transition: all .3s;
          }
            .grid-image-wrap {
              width: 100%;
              margin-bottom: 10px;
              overflow:hidden;
            }
            .grid-top-image {
              width: 100%;
              transition: all .3s;
            }
            .grid-ttl-box {
              display: flex;
              justify-content: space-between;
              align-items: flex-start;
              margin-bottom: 10px;
            }
            .grid-ttl {
              font-size: 20px;
              font-weight: 600;
              line-height: 1.4;
              letter-spacing: 0.075em;
            }
            .grid-txt {
              font-size: 13px;
              margin-bottom: 12px;
              letter-spacing: 0.075em;
              line-height: 1.5em;
            }
    .grid-day-area small{font-size: 10px;}
            .grid-day {
              font-size: 15px;
              line-height: 1.5;
              letter-spacing: 0.03em;
              /* font-family: Lato,serif; */
            }
              .grid-day span {
                font-size: 20px;
                font-weight: 600;
                letter-spacing: 0.02em;
              }
          .grid-day-image {
            width: 57px;
            height: auto;
            /* position: absolute;
            bottom: 0;
            right: 0; */
          }
          .day0607 {
            width: 100px!important;
          }
		.day050607 {
		    padding-top: 0;
		    margin-left: 15px;
			width: 170px !important;
		  }
.day050607_01 {
    width: 145px !important;
    padding-top: 25px;
    margin-left: 20px;
  }
          .sub-grid-box {
            margin-bottom: 40px!important;
          }
          .grid-sub {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 1.4;
          }
          .place {
            font-size: 15px;
            line-height: 1.5;
            letter-spacing: 0.01em;
            /* font-family: Lato,serif; */
            margin-bottom: 10px;
          }
          .viewing-ttl {
            font-size: 20px;
          }
        
         .bnr-area {
          width: 100%;
          margin: 80px 0;
        }
          .bnr-area img {
            width: 100%;
          }
          #mingel .event--inner {
            background: linear-gradient(rgba(80,20,15,1),rgba(80,20,15,1));
            /* background: linear-gradient(rgba(222,151,240,.5),rgba(255,255,255,.5));  */
          }
        .mingel-image {
          /* width: 525px!important;
          height: 284px; */
        }
        .mingel-ttl {
          font-size: 26px;
          margin: 20px auto 20px !important;
          position: relative;
          width: 90%;
  color: #F5AE5F !important;
  
        }
        .mingel-ttl span {
          position: absolute;
          top: 5px;
          left: 0;
          font-size: 10px;
  letter-spacing: 0.2em;
  color: #F5AE5F !important;
        }
        .mingel-day-place {
          font-size: 14px;
          letter-spacing: 0.02em;
          line-height: 1.6;
  color: #F5AE5F !important;
          margin: 0 auto 12px !important;
          position: relative;
          width: 90%;}
          
        .mingel-price img{
          width: 73px!important;
          height: auto;
          position: absolute;
          bottom:70px;
          right:-20px;
        }
        .mingel-txt {
  margin: 15px 0 10px!important;
    color: #F5AE5F !important;
    line-height: 1.2em;
          margin: 0 auto 12px !important;
          position: relative;
          width: 90%;
}
.mingel-ttl h2 {
    color: #F5AE5F !important;
    font-size: 24px;
}
#mingel .event-link {
    width: 90%;
    margin: 0 auto ;
    padding: 6px 10px;
    background-color: #E35723;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
}
        /* .mingel-txt {
          margin: 0!important;
        } */

/* .info-p {
  margin:30px 0;
  line-height: 1.4em;
}
.info-p a {
  font-size: 14px;
  line-height: 1.4;
  color: #1A0B08;
  text-decoration: underline;
} */
/* プロフィールテキストfix */
/* .height-fix {
  height: auto;
}
.txt-p--box {
  position:relative;
}
.txt-p-b {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.5;
}
.span-guest {
  font-size: 14px;
  position: relative;
  top: 10px;
}
.talkshow-txt {
  position: absolute;
  top: -28px;
  left: 70px;
}
.prof-link-absolute {
  position: absolute;
  top: 113px;
  left: 0px;
} */

  .footer-inner {
    max-width: 350px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
    .footer-left {
      width: 100%;
    }
    .footer-logo img {
      width: 100%;
    }
    .green-spring-logo {
    max-width: 20%;
    width: 100%;
    z-index: 2;
    padding-top: 3%}

    /* 固定フッター */
#bnr_area{
  position: relative;
}
.fixed-footer {
  bottom: 80px;
  right: 0;
  margin: 0 0 0 auto;
  width: 200px;
  border-radius: 4px;
	height: 50px;
  text-align: center;
  padding-bottom: -160px;
  background: linear-gradient(to left, #F6AE5F, #00A5E3);
  z-index: 100;
  opacity: 0.95;
}

  .fixed-footer p {
    color: #fff;
    margin: 7px auto 0;
    width: 180px;
    text-align: left;
    /* line-height: 50px; */
    font-weight: 600;
    font-size: 12px;
    position: relative;
    top:6px;
  }
  .fixed-footer span {
    position: absolute;
    bottom: -15px;
    left: 0px;
    font-size: 9px;
    color:#fff;
    letter-spacing: -0.045em;
  }
    .fixed-footer a {
      width: 100%;
      height: 8px;
    }

      .caution{font-size: 10px; text-align: left; margin-bottom: 5px; margin-top:5px}
      .copy{width: 100%; text-align: center; margin: 0 auto; font-size: 10px; letter-spacing: 0.075em; position: absolute; bottom:10px;left: 50%; transform: translateX(-50%);}

.text_box{position: absolute; bottom:5%; left:5%; z-index: 2;color: #333; font-size: 9px; line-height: 1.4em; width: 90%; text-align: center}

		.accessBtn{display: block; background-color: #C61C31; color: #fff; font-weight: bold; border-radius: 30px; text-align: center; font-size: 12px; margin-top: 10px; width: 100%}
.sns--icon{
		position: fixed;
    bottom: 3%;
		right:15px;
		max-width: 80px;
		width: 100%;
}
	.sns--icon-ul{display: flex; list-style: none; margin: 0; padding: 0;}
		.sns--icon ul li{width: 60px; margin-right: 8px}
		.sns--icon ul li img{width: 100%;}
.fix_greeting{width: 95%; font-size: 11px;
  max-width:300px; color: #D82727; text-align: left; letter-spacing: 0.075em; position: absolute; top:250px; left: 10%;}
  .fix_greeting p{line-height: 1.5em;}

.fix_greeting_ft{width: 95%; font-size: 10px; color: #3296D4; text-align: left; letter-spacing: 0.075em; margin-top: 30px}
.copy-img-sp {
  width: 100%;
  height: auto;
  margin: 0 auto 100px;
}
.copy-img-sp img {
  width: 100%;
  height:auto;
}
.fudo {
    font-size: 12px;
    position: absolute;
    bottom: -30px;
    right: 0px;
    line-height: 1.6em;
}
.scroll-div {
  position: relative;
}
  .scroll-div p {
    display: inline-block;
    width: 70px;
    height:70px;
    position: absolute;
    bottom:-17px;
    right:26px;
    font-size: 11px;
    text-align: center;
    border:1px solid #C61C31;
    border-radius: 100%;
    padding-left: 11px;
    line-height: 1.5;
  }
  /* .scroll-div p::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 59%;
    margin-left: -15px;
    border: 5px solid transparent;
    border-top: 8px solid #3296D4;
  } */
  .scroll-div span {
    position: relative;
    top: 13px;
    left: -4px;
    color: #C61C31;
    letter-spacing: 0.02em;
    animation: sdb 2s infinite;
  }

  /* アニメーション */
  @-webkit-keyframes sdb {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /* アンカー調整 */
  #fikatime ,#molkky, #nordic, #talkshow,#kickboard,#toyota,#talkshow17,#talkshow18,
  #day1105, #day1106, #day1107, #talkshowArea,#workshop,#hinmeri,#mingel ,#marche{
    padding-top: 70px;
    margin-top: -70px;
  }
      #talkshow_sat{ color: #548ED1; margin-right: 12px; letter-spacing: 0.03em;}
    #talkshow_sun{ color: #BF1E01; }
    .day-size{width: 100%; max-width: 120px; margin-bottom: 30px; margin-left:15px}
	    .day-size img{width: 100%;}

      #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 14px;
        z-index: 100;
        width: 45px;
      }
      
      #page-top a {
          width: auto;
      }
    #page-top a img{
          width: 100%;
    }
      .sp_copy{position: absolute; top:108px; right:30px; font-size: 10px; transform: rotate(-15deg);  letter-spacing: -0.01em; line-height: 1.4em;}
	      .sp_copy span{}
	      .finbox{margin-bottom: 100px}
	      	.nordicbox{margin-bottom: 100px}
	      	.minglebox{padding-bottom: 20px}
.caution_text{font-size: 10px; line-height: 1.2em;}

.mollky-flex img {
  width: 100% !important;
}

.mollky-gametable{
	  margin: 0 auto 32px;
  width: 90% !important;

}
}


/* ipad 横向きのときの挙動制御 */
@media only screen and (min-device-width: 560px) and (max-device-width: 959px) and (orientation: landscape){

  /* 要素を表示 */
  .ipad-landscape {
    display: inline-block!important;
  }
  .not-ipad {
    display: none;
  }
  /* 見瀬さん */
  .hokuo_cook-image {
    width: 450px!important;
    height: auto;
}

/* 河内山さん */
.workshop-cf-image {
  width: 444px!important;
  height: 474px;
}

/* ミンゲル */
.mingel-image {
  width: 465px!important;
  height: 284px;
}

/* 背景 */

body {
  background-image: none;
}
  body::after {
    content: '';
    display: block;
    width: 100%;
    height: 100vh;
    background-image: url(../image/index/winter-BGI.png);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }

  }