@charset "UTF-8";
/* CSS Document */

main {
  overflow: hidden;
}

/*---------------------------------------

 ◆ hタグ共通css・セクション幅等

---------------------------------------*/
#pickup,
#map,
#info,
#spot {
  padding-top: 160px;
}

#info,
#spot {
  padding-bottom: 120px;
}

#pickup .lead,
#map .lead,
#info .lead,
#spot .lead {
  padding: 0 0 80px;
  width: 100%;
  position: relative;
}

#pickup .lead h2,
#map .lead h2,
#info .lead h2,
#spot .lead h2 {
  font-size: 64px;
  color: #ff68d7;
  text-align: center;
}

#pickup .lead p,
#map .lead p,
#info .lead p,
#spot .lead p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

#spot .lead h2,
#spot .lead p {
  color: #fff !important;
}

#info .side_icon {
  position: absolute;
  left: 0;
  max-width: 180px;
  width: 12%;
  top: 20px;
}

#spot .side_icon {
  position: absolute;
  right: 0;
  max-width: 180px;
  width: 12%;
  top: 20px;
}

#pickup .lead h4 {
  text-align: center;
  color: #ff68d7;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}

#pickup .lead h4:before {
  content: '';
  display: inline-block;
  background: url(../img/season_ttl01.png)0 0 no-repeat;
  background-size: contain;
  width: 10px;
  height: 22px;
  margin-right: 10px;
  margin-bottom: -3px;
}

#pickup .lead h4:after {
  content: '';
  display: inline-block;
  background: url(../img/season_ttl02.png)0 0 no-repeat;
  background-size: contain;
  width: 10px;
  height: 22px;
  margin-left: 10px;
  margin-bottom: -3px;
}

#info .more-link,
#info .more-link a,
#spot .more-link {
  position: relative;
  color: #ff68d7;
  font-size: 18px;
  margin-top: 5px !important;
  display: inline-block;
  padding-bottom: 10px;
}

#info .more-link2,
#info .more-link2 a {
  color: #ff68d7;
  font-size: 29px;
  margin-top: 12px;
  display: inline-block;
  border-bottom: 1px solid #ff68d7;
  padding-bottom: 10px;
}

#info .more-link span,
#spot .more-link span {
  position: absolute;
  font-size: 18px;
  top: 2px;
  right: -15px;
}

#info .more-link a,
#info .more-link2 a {
  border-bottom: none;
  margin-top: 0;
  padding-bottom: 0;
}

#info .text-warp {
  max-width: 580px;
  margin: 20px auto;
  line-height: 1.7;
}

#info h3 {
  font-size: 24px;
  font-weight: bold;
}

#spot .box a {
  color: #000;
}

#info .more-link.mt0 {
  margin-top: -10px !important;
}

@media(max-width: 768px) {

  #pickup,
  #map,
  #info,
  #spot {
    padding-top: 140px;
    margin-top: -40px;
  }

  #info,
  #spot {
    padding-bottom: 80px;
  }

  #info .text-warp {
    padding: 0 20px;
  }

  #pickup .lead,
  #map .lead,
  #info .lead,
  #spot .lead {
    padding: 0 0 40px;
  }

  #pickup .lead h2,
  #map .lead h2,
  #info .lead h2,
  #spot .lead h2 {
    font-size: 35px;
    color: #ff68d7;
    text-align: center;
  }

  #pickup .lead h4 {
    text-align: center;
    color: #ff68d7;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
  }

  #pickup .lead h4:before {
    content: '';
    display: inline-block;
    background: url(../img/season_ttl01.png)0 0 no-repeat;
    background-size: contain;
    width: 8px;
    height: 18px;
    margin-right: 10px;
    margin-bottom: -3px;
  }

  #pickup .lead h4:after {
    content: '';
    display: inline-block;
    background: url(../img/season_ttl02.png)0 0 no-repeat;
    background-size: contain;
    width: 8px;
    height: 18px;
    margin-left: 10px;
    margin-bottom: -3px;
  }

  #pickup .lead p,
  #map .lead p,
  #info .lead p,
  #spot .lead p {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
  }
}



.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


/*---------------------------------------

 ◆ header

---------------------------------------*/
.header-menu {
  font-size: 10px !important;
  padding: 25px 0 0 50px;
  width: 235px;
}

.header-menu p {
  padding-top: 6px;
  font-size: 16px;
  font-weight: bold;
}

.header-menu-box {
  background-color: #222;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 15px;
  left: 50px;
  padding: 10px 20px 20px;
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  .header-menu-box {
    height: 100vh;
    left: 0;
    overflow: hidden auto;
    padding: 0 calc((15/375)* 100vw);
    top: 0;
    width: 100vw;
  }
}

.header-menu-box>p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .header-menu-box>p {
    padding-top: 6px;
  }
}

.header-menu-box ul li {
  text-align: center;
}


.header-menu-box ul li ul {
  overflow: hidden;
  padding-top: 9px;
}

.header-menu-box ul li li {
  float: left;
  text-align: left;
}

.header-menu-box ul li ul li:first-child {
  margin-right: 1px;
}

.header-menu-box ul li a {
  background: url(../img/header-menu-arrow.png) 97% center no-repeat #fff;
  color: #222;
  display: block;
  font-size: 14px !important;
  height: 44px;
  line-height: 44px;
  margin-bottom: 1px;
  text-decoration: none;
  width: 335px;
}

@media(max-width: 768px) {
  .header-menu-box ul li a {
    width: 100%;
  }
}

.header-menu-box li a:hover {
  opacity: .7;
}

.header-menu-box ul li ul li a {
  background-position: 93% center;
  font-size: 12px;
  width: 100%;
}

.header-menu-btn {
  cursor: pointer;
  display: flex;
}

.header-menu-btn img {
  height: auto;
  margin-right: 10px;
  width: 30px;
}

.header-menu-btn.sp_btn {
  display: none !important;
}

@media(max-width: 768px) {

  .header-menu-btn.sp_btn {
    align-items: center;
    display: flex !important;
  }

  .header-menu-btn img {
    margin-left: calc((20/375)* 100vw);
    width: calc((30/375)* 100vw);

  }
}

.header-top {
  height: 65px;
  margin-bottom: 0;
  position: relative;
  background: #fff;
}


.header-util .link_txt {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.header-util .link_txt a {
  background: url(../img/icon_arrow_right02.png) 97% center no-repeat;
}

.header-util .link_txt li {
  padding-right: 20px;
}

.header-menu-box li li a {
  padding: 0;
  width: 100%;
}

.header_nav .access_ul li {
  text-align: center;
}

.header-util .link_txt li {
  text-align: left;
}

.header_nav .access_ul li a {
  background-image: none;
}

.header-util .link_txt li a {
  background-color: transparent;
  color: #fff;
  width: 100%;
}

.back a {
  background: url(imgs/area/sp_menu_arrow.png) 15px center no-repeat;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}

.header-util .link_txt {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}

.header-util .link_txt li {
  width: 49%;
}

.header_nav .access_ul li {
  width: 100%;
}

.header_nav .access_ul li a {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.header_nav .access_ul li a img {
  height: auto;
  margin-right: 5px;
  width: 20px;
}

.close_button {
  cursor: pointer;
  display: block;
}

.close_button_top,
.close_button_bottom {
  height: 20px;
  width: 20px;
}

.close_button_top img,
.close_button_bottom img {
  height: auto;
  width: 100%;
}

.close_button_top {
  padding: 20px 0;
}

.close_button_top img {
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.close_button_bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 25px auto 50px;

}

.close_button_bottom p {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  white-space: nowrap;
}

/* header ↑　*/

/*----------------------------------------------------

　バーガーメニュー

----------------------------------------------------*/
header#globalNavi {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.reserve {
  width: 100%;
  background: #fff;
  margin-left: 0;
  position: fixed;
  /* 開いてないときは画面外に配置 */
  top: -744px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 70px 0 0;
  transition: .4s ease-in-out;
  z-index: 600;
  box-sizing: border-box;
}

.reserve h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.reserve h2:before {
  content: '';
  display: inline-block;
  background: url(../img/tel_icon_bk.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-bottom: -5px;
}

.res_ctn {
  max-width: 1000px;
  width: 90%;
  color: #fff;
  background: #3e3a39;
  margin: 0 auto 20px;
}

.res_ctn h3 {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.res_ctn p.tel {
  font-size: 32px;
  padding: 20px 0;
}

.res_ctn p.tel a {
  font-size: 32px;
  color: #fff;
}

.support {
  width: 100%;
  background: #717071;
  color: #fff;
  padding: 30px 0 50px;
}

.support .lead {
  margin-bottom: 20px;
  line-height: 1.3;
}

.sup_ctn {
  max-width: 1000px;
  width: 90%;
  color: #fff;
  background: #3e3a39;
  margin: 0 auto 30px;
  padding: 20px 0;
}

.sup_ctn p.tel {
  font-size: 32px;
  margin-bottom: 20px;
}

.sup_ctn p.tel a {
  font-size: 32px;
  color: #fff;
}

.res_ctn p.tel:before,
.sup_ctn p.tel:before {
  content: '';
  display: inline-block;
  background: url(../img/tel_icon_wh.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-bottom: -5px;
}

.sup_ctn p.lang {
  margin-bottom: 5px;
}

.pr_res {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

.pr_res h3 {
  margin-bottom: 20px;
}

.pr_res ul li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
  font-size: 17px;
}

.reserve .contact a {
  color: #fff;
  text-decoration: underline;
}

.reserve .contact {
  width: 400px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media(max-width: 768px) {
  .reserve h2 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .reserve h2:before {
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-bottom: -5px;
  }

  .res_ctn {
    margin: 0 auto 10px;
  }

  .res_ctn h3 {
    padding: 12px 0;
    border-bottom: 1px solid #fff;
  }

  .res_ctn p.tel {
    font-size: 24px;
    padding: 10px 0;
  }

  .res_ctn p.tel a {
    font-size: 24px;
  }

  .support {
    width: 100%;
    background: #717071;
    color: #fff;
    padding: 15px 0 40px;
  }

  .support .lead {
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .sup_ctn {
    margin: 0 auto 20px;
    padding: 10px 0;
  }

  .sup_ctn p.tel {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .sup_ctn p.tel a {
    font-size: 24px;
  }

  .res_ctn p.tel:before,
  .sup_ctn p.tel:before {
    width: 20px;
    height: 20px;
    margin-bottom: -2px;
  }

  .pr_res h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .support .lead {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .pr_res ul li {
    font-size: 12px;
  }

  .reserve .contact a {
    font-size: 14px;
  }

  .reserve .contact {
    width: 300px;
    margin: 30px auto 0;
  }
}

#fix_head {
  position: fixed;
  display: flex;
  justify-content: space-between;
  max-width: 540px;
  width: 540px;
  height: 54px;
  padding: 5px;
  z-index: 1000;
  top: 0;
  right: 0;
}

#fix_head a {
  position: relative;
  font-size: 18px;
  display: block;
  background: #1d1d1c;
  text-align: center;
  width: 49%;
  color: #fff;
  padding: 17px 0;
}

#fix_head a:before {
  content: '';
  display: inline-block;
  background: url(../img/bed_icon.png) 0 0 no-repeat;
  width: 26px;
  height: 23px;
  background-size: contain;
  margin-bottom: -7px;
  margin-top: 1px;
  margin-right: 5px;
}

#fix_head .arrow {
  position: absolute;
  width: 16px;
  right: 10px;
  top: 23px;
}

@media(max-width: 768px) {
  #fix_head {
    height: 50px;
    max-width: 100%;
    width: 100%;
  }

  #fix_head a {
    font-size: 13px;
    padding: 12px 0;
    width: calc((154/ 375) * 100vw);
  }

  #fix_head a:before {
    width: 22px;
    height: 20px;
    margin-bottom: -8px;
    margin-top: 6px;
    margin-right: 5px;
  }

  #fix_head .arrow {
    display: none;
  }
}

/* ----- オープンボタン ----- */

#nav-toggle {
  width: 49%;
  cursor: pointer;
  z-index: 9999;
  background: #dadad9;
  text-align: center;
  padding: 17px 0;
  position: relative;
}

#nav-toggle p {
  font-size: 18px;
}

#nav-toggle:hover {
  opacity: 0.8;
}

#nav-toggle p:before {
  content: '';
  display: inline-block;
  background: url(../img/tel_icon_bk.png) 0 0 no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  margin-bottom: -4px;
  margin-top: -2px;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: none;
  position: absolute;
  height: 2px;
  width: 30px;
  border-radius: 0;
  background: #3e3a39;
  left: 50%;
  margin-left: -15px;
  transition: .3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 10px;
}

#nav-toggle span:nth-child(3) {
  top: 20px;
}

@media(max-width: 768px) {
  #nav-toggle {
    padding: 12px 0;
    width: calc((154/ 375) * 100vw);
  }

  #nav-toggle p {
    font-size: 13px;
  }

  #nav-toggle p:before {
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
    margin-top: 3px;
  }

  #nav-toggle span {
    width: 24px;
    margin-left: -12px;
  }

  #nav-toggle:hover {
    opacity: 1;
  }
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
  display: block;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
  display: block;
}

.open #nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
  display: block;
}

.open #nav-toggle p,
.open #nav-toggle img {
  display: none;
}

@media(max-width: 768px) {

  .open #nav-toggle span:nth-child(1),
  .open #nav-toggle span:nth-child(3) {
    top: 12px;
  }
}


/* スライドアニメーション */
.open .reserve {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateY(744px);
  -webkit-transform: translateY(744px);
  transform: translateY(744px);
}

.fixed {
  position: fixed;
}

@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}














/*---------------------------------------

 ◆ SEASON - ピックアップ

---------------------------------------*/


#pickup .grd01 {
  background: -moz-linear-gradient(1.81% 128.18% 52.94deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  background: -webkit-linear-gradient(52.94deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  background: -webkit-gradient(linear, 1.81% 128.18%, 78.24% 4.19%, color-stop(0, rgba(255, 104, 215, 1)), color-stop(1, rgba(255, 169, 117, 1)));
  background: -o-linear-gradient(52.94deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  background: -ms-linear-gradient(52.94deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF68D7', endColorstr='#FFA975' ,GradientType=0)";
  background: linear-gradient(37.06deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF68D7', endColorstr='#FFA975', GradientType=1);
}


#pickup .box01 {
  width: 70%;
  height: 510px;
  background-image: url("../img/pickup_p01.jpg");
  background-size: cover;
  background-position: bottom right;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box01 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -240px;
}

#pickup .pickup1 {
  max-width: 1200px;
  margin: 0 auto 0;
  display: flex;
  justify-content: flex-end;
}

#pickup .pickup1 .text {
  position: relative;
  right: 0;
  color: #fff;
  width: 350px;
  height: 320px;
  padding: 50px 40px 0;
}

#pickup .text .num {
  font-size: 20px;
}

#pickup .text .data {
  font-size: 21px;
}

#pickup .text h3 {
  font-size: 21px;
  margin: 30px 0 15px;
}

#pickup .text {
  font-size: 17px;
  line-height: 1.8em;
}

#pickup .text a {
  color: #fff;
  font-size: 29px;
  margin-top: 25px;
  display: block;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}

#pickup .text a:hover {
  border: none;
}

#pickup .tag {
  width: 488px;
  margin-right: 300px;
  margin-top: 120px;
}

#pickup .new {
  width: 104px;
  position: absolute;
  top: -40px;
  left: 90px
}

#pickup .pickup1 .icon {
  width: 30px;
  position: absolute;
  top: -67px;
  right: 100px;
}

#pickup .pickup2 .icon {
  width: 30px;
  position: absolute;
  top: -67px;
  left: 50px;
}


/*box2*/
#pickup .box02 {
  width: 70%;
  height: 510px;
  background-image: url("../img/pickup_p02.png");
  background-size: cover;
  background-position: center right;
  position: relative;
  margin: 0 0 380px 30%;
}

#pickup .pickup2 {
  max-width: 1200px;
  margin: 0 auto 0;
  display: flex;
  justify-content: flex-end;
}

#pickup .pickup2 .text {
  position: absolute;
  left: -30%;
  bottom: -235px;
  color: #fff;
  width: 320px;
  height: 280px;
  padding: 80px 0px 30px 120px;
}

#pickup .pickup2 .tag {
  width: 488px;
  position: absolute;
  bottom: -100px;
  left: 300px;
}

/*box3*/
#pickup .box03 {
  width: 70%;
  height: 510px;
  background-image: url("../img/pickup_p03.png");
  background-size: cover;
  background-position: bottom right;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box03 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -240px;
}

/*box04*/
#pickup .box04 {
  width: 70%;
  height: 510px;
  background-image: url("../img/pickup_p04.jpg");
  background-size: cover;
  background-position: center right;
  position: relative;
  margin: 0 0 380px 30%;
}

#pickup .box04 .pickup2 .tag {
  width: 488px;
  position: absolute;
  bottom: -120px;
  left: 300px;
}

/*box5*/
#pickup .box05 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol05/mv.jpg");
  background-size: cover;
  background-position: bottom right;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box05 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -240px;
}

/*box06*/
#pickup .box06 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol06/mv.jpg");
  background-size: cover;
  background-position: center right;
  position: relative;
  margin: 0 0 380px 30%;
}

#pickup .box06 .pickup2 .tag {
  width: 488px;
  position: absolute;
  bottom: -100px;
  left: 300px;
}

/*box7 pu1*/
#pickup .box07 {
  width: 70%;
  height: 510px;
  /* background-image: url("../img/vol07/mv.jpg"); */
  background-image: url("../img/vol09/mv.jpg");
  background-size: cover;
  background-position: bottom;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box07 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -240px;
}

#pickup .box07 .pickup1 .tag {
  width: 688px;
  margin-right: 200px;
  margin-top: 90px;
}

#pickup .box07 .text h3 {
  font-size: 20px;
}

/*box7 pu2*/
/* #pickup .box07 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol07/mv.jpg");
  background-image: url("../img/vol10/mv.jpg");
  background-size: cover;
  background-position: center right;
  position: relative;
  margin: 0 0 380px 30%;
}

#pickup .box07 .pickup2 .tag {
  width: 590px;
  position: absolute;
  bottom: -120px;
  left: 280px;
}

#pickup .box07 .pickup2 .text {
  padding: 50px 20px 30px 110px;
} */

/*box08*/
#pickup .box08 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol08/mv.jpg");
  background-size: cover;
  background-position: center right;
  position: relative;
  margin: 0 0 380px 30%;
}

#pickup .box08 .pickup2 .tag {
  width: 590px;
  position: absolute;
  bottom: -80px;
  left: 300px;
}

#pickup .box08 .pickup2 .text {
  padding: 80px 20px 30px 100px;
}

/*box9*/
#pickup .box09 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol09/mv.jpg");
  background-size: cover;
  background-position: bottom right;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box09 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -240px;
}

#pickup .box09 .pickup1 .tag {
  width: 525px;
  margin-right: 160px;
  margin-top: 160px;
}

#pickup .box09 .text h3 {
  font-size: 20px;
}

/*#pickup .box09 .pickup1 .text{padding: 80px 20px 0 30px;}*/

/*box10 pu1*/
#pickup .box10 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol10/mv.jpg");
  background-size: cover;
  background-position: bottom right;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box10 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -240px;
}

#pickup .box10 .pickup1 .tag {
  width: 620px;
  margin-right: 100px;
  margin-top: 160px;
}

#pickup .box10 .text h3 {
  font-size: 20px;
}

/*box10 pu2*/
#pickup .box10 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol10/mv.jpg");
  background-size: cover;
  background-position: center right;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box10 .pickup2 .tag {
  width: 550px;
  position: absolute;
  bottom: -80px;
  left: 300px;
}

#pickup .box10 .pickup2 .text {
  padding: 80px 0px 30px 80px;
  width: 350px;
}

/*box11*/
#pickup .box11 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol11/mv.jpg");
  background-size: cover;
  background-position: bottom right;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box11 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -290px;
}

#pickup .box11 .pickup1 .tag {
  width: 525px;
  margin-right: 160px;
  margin-top: 160px;
}

#pickup .box11 .text h3 {
  font-size: 20px;
}

/*box12 pu1*/
#pickup .box12 {
  width: 70%;
  height: 510px;
  /* background-image: url("../img/vol12/mv.jpg"); */
  background-image: url("../img/vol09/mv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box12 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -240px;
}

#pickup .box12 .pickup1 .tag {
  width: 620px;
  margin-right: 130px;
  margin-top: 90px;
}

#pickup .box12 .text h3 {
  font-size: 20px;
}

/*box12 pu2*/
#pickup .box12 {
  width: 70%;
  height: 510px;
  /* background-image: url("../img/vol12/mv.jpg"); */
  background-image: url("../img/vol13/mv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0 380px 30%;
}

#pickup .box12 .pickup2 .tag {
  width: 590px;
  position: absolute;
  bottom: -120px;
  left: 280px;
}

#pickup .box12 .pickup2 .text {
  padding: 50px 20px 30px 100px;
}


/*box13*/
#pickup .box13 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol13/mv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box13 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -240px;
}

#pickup .box13 .pickup1 .tag {
  width: 620px;
  margin-right: 130px;
  margin-top: 90px;
}

#pickup .box13 .text h3 {
  font-size: 20px;
}

/*box14*/
#pickup .box13 {
  width: 70%;
  height: 510px;
  background-image: url("../img/vol14/mv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0 380px;
}

#pickup .box13 .pickup1 {
  position: absolute;
  right: -350px;
  bottom: -240px;
}

#pickup .box13 .pickup1 .tag {
  width: 620px;
  margin-right: 130px;
  margin-top: 90px;
}

#pickup .box13 .text h3 {
  font-size: 20px;
}

@media only screen and (max-width:600px) {

  #pickup .box01 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0;
  }

  #pickup .box01 .pickup1 {
    right: -45%;
    bottom: -130px;
  }

  #pickup .pickup1 {
    width: 130%;
  }

  #pickup .box02 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0 30%;
    background-position: bottom left;
  }

  #pickup .pickup2 {
    max-width: 100%;
  }

  #pickup .box03 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0;
  }

  #pickup .box03 .pickup1 {
    right: -45%;
    bottom: -130px;
  }

  #pickup .box04 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0 30%;
    background-position: bottom left;
  }

  #pickup .box05 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0;
  }

  #pickup .box05 .pickup1 {
    right: -45%;
    bottom: -130px;
  }

  #pickup .box06 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0 30%;
    background-position: bottom left;
  }

  #pickup .box07 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0 0;
  }

  #pickup .box07 .pickup1 {
    right: -45%;
    bottom: -130px;
  }

  #pickup .box07 .pickup2 .text {
    height: auto;
    width: 60%;
    padding: 30px 20px 20px 20px;
  }

  #pickup .box08 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0 30%;
    background-position: bottom left;
  }

  #pickup .box09 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0;
  }

  #pickup .box09 .pickup1 {
    right: -45%;
    bottom: -130px;
  }

  #pickup .box10 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0;
  }

  #pickup .box10 .pickup1 {
    right: -45%;
    bottom: -130px;
  }

  #pickup .box11 {
    height: 200px;
    width: 70%;
    margin: 0px 0 0;
  }

  #pickup .box11 .pickup1 {
    right: -45%;
    bottom: -130px;
  }

  #pickup .box12 {
    height: 200px;
    width: 70%;
    margin: 150px 0 0;
    margin: 150px 0 0 30%;
    background-position: bottom left;
  }

  #pickup .box12 .pickup1 {
    right: -45%;
    bottom: -130px;
  }

  #pickup .box12 .pickup2 .text {
    height: auto;
    width: 60%;
    padding: 30px 20px 20px 20px;
  }

  #pickup .box13 {
    height: 200px;
    width: 70%;
    margin: 0 0 0;
  }

  #pickup .box13 .pickup1 {
    right: -45%;
    bottom: -130px;
  }

  /*奇数*/
  #pickup .box01 .icon,
  #pickup .box03 .icon,
  #pickup .box05 .icon,
  #pickup .box07 .icon,
  #pickup .box09 .icon,
  #pickup .box11 .icon,
  #pickup .box13 .icon {
    width: 10px;
    top: -20px;
    right: 15%;
  }

  /*偶数*/
  #pickup .box02 .icon,
  #pickup .box04 .icon,
  #pickup .box06 .icon,
  #pickup .box08 .icon,
  #pickup .box10 .icon,
  #pickup .box12 .icon {
    width: 10px;
    top: -20px;
    right: auto;
    left: 15%;
  }

  #pickup .new {
    width: 50px;
    top: -20px;
    left: 43%;
  }

  /*box01〜奇数*/
  /*#pickup .new{width: 50px; top: -20px; left: 24%; }*/
  /*box02〜偶数*/

  #pickup .box01 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 140px;
  }

  #pickup .box02 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 180px;
    bottom: 0;
    position: static;
  }

  #pickup .box03 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 120px;
  }

  #pickup .box04 .pickup2 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 180px;
    bottom: 0;
    position: static;
  }

  #pickup .box05 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 140px;
  }

  #pickup .box06 .pickup2 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 180px;
    bottom: 0;
    position: static;
  }

  #pickup .box07 .pickup1 .tag {
    width: 80%;
    margin-right: 0;
    margin-top: 110px;
  }

  #pickup .box07 .pickup2 .tag {
    width: 65%;
    margin-right: 0;
    margin-top: 195px;
    bottom: 0;
    position: static;
  }

  #pickup .box08 .pickup2 .tag {
    width: 70%;
    margin-right: 0;
    margin-top: 180px;
    bottom: 0;
    position: static;
  }

  #pickup .box09 .pickup1 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 130px;
  }

  #pickup .box10 .pickup1 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 125px;
    bottom: 0;
    position: static;
  }

  #pickup .box10 .pickup1 .text {
    height: auto;
    width: 60%;
    padding: 30px 20px 20px 20px;
  }

  #pickup .box11 .pickup1 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 130px;
  }

  #pickup .box12 .pickup1 .tag {
    width: 60%;
    margin-right: 0;
    /* margin-top: 98px; */
    margin-top: 108px;
    bottom: 0;
    position: static;
  }

  #pickup .box12 .pickup1 .text {
    height: auto;
    width: 60%;
    padding: 30px 20px 20px 20px;
  }

  #pickup .box12 .pickup2 .tag {
    width: 65%;
    margin-right: 0;
    margin-top: 195px;
    bottom: 0;
    position: static;
  }

  #pickup .box12 .pickup2 .text {
    height: auto;
    width: 60%;
    padding: 30px 20px 20px 20px;
  }

  #pickup .box13 .pickup1 .tag {
    width: 60%;
    margin-right: 0;
    margin-top: 98px;
    bottom: 0;
    position: static;
  }

  #pickup .box13 .pickup1 .text {
    height: auto;
    width: 60%;
    padding: 30px 20px 20px 20px;
  }

  #pickup .pickup1 .text {
    height: auto;
    width: 60%;
    padding: 20px;
  }

  #pickup .pickup2 .text {
    height: auto;
    width: auto;
    padding: 30px 20px 20px 20px;
  }

  #pickup .box08 .pickup2 .text {
    padding: 30px 20px 20px 20px;
  }

  #pickup .text .num {
    font-size: 15px;
  }

  #pickup .text .data {
    font-size: 15px;
  }

  #pickup .text h3 {
    font-size: 16px;
    margin: 30px 0 15px;
    font-feature-settings: "palt";
  }

  #pickup .box07 .text h3 {
    font-size: 16px;
    margin: 30px 0 15px;
    font-feature-settings: "palt";
  }

  #pickup .text {
    font-size: 15px;
    line-height: 1.2em;
  }

  #pickup .box09 .text h3,
  #pickup .box10 .text h3,
  #pickup .box11 .text h3,
  #pickup .box12 .text h3,
  #pickup .box13 .text h3 {
    font-size: 16px;
  }

  #pickup .pickup2 .text {
    bottom: -130px;
    width: 60%;
    left: -45%;
  }

  #backnum {
    margin: 200px auto 0;
  }

  #backnum>div {
    width: 95%;
    padding: 40px 0 30px;
  }

  #backnum ul {
    width: 1000px;
  }

  #backnum ul li {
    margin-left: 10px;
  }

  #backnum .title {
    font-size: 13px;
  }

  #backnum .bkwrap {
    width: 80%;
    margin: auto;
    overflow: scroll;
  }

  #sigh {
    padding: 50px 0;
  }

  #sigh h2 {
    width: 60%;
  }

  #sigh .shiomibnr {
    width: 95%;
    margin: 0 auto 80px;
  }

  #sigh .lead {
    font-size: 18px;
    margin: 20px 0 50px;
  }

  #sigh ul.spots {
    width: 95%;
  }

  #sigh ul.spots li {
    width: 48%;
    margin-bottom: 80px;
  }

  #sigh ul.spotbnr {
    display: block;
    width: 95%;
  }

  #sigh ul.spotbnr li {
    width: 100%;
  }

  .tume01 {
    letter-spacing: -0.05em;
  }
}

#pickup a.btn {
  display: block;
  text-align: center;
  max-width: 440px;
  width: 85%;
  margin: 60px auto 0;
  padding: 25px 0;
  background: linear-gradient(135deg, #ff68d7 0%, #ffa975 100%);
  background: -webkit-linear-gradient(-45deg, #ff68d7 0%, #ffa975 100%);
  border-radius: 50px;
}

#pickup a.btn p {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media(max-width: 768px) {
  #pickup a.btn {
    margin: 170px auto 0;
    padding: 20px 0;
  }
}

/*---------------------------------------

 ◆ MV - メインビジュアル

---------------------------------------*/
h1 {
  max-width: 600px;
  width: 75%;
  margin: 0 auto;
  padding-top: 120px;
}

h1.hero {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  position: relative;
}

.mv_bg {
  width: 100%;
  margin-top: 20px;
}

.mv_bg .warp {
  display: flex;
  text-align: center;
}

#mvt_mv {
  width: 100%;
  aspect-ratio: 10 / 16;
}

.mv_bg img {
  width: 66%;
  vertical-align: revert;
  display: flex;
}

h1 .logo-mv {
  max-width: 600px;
  width: 75%;
  margin: 0 auto;
  /* padding: 80px 0 20px; */
  padding: 20px 0;
}

h1 .mv-text-warp {
  position: absolute;
  top: 300px;
  left: 0;
}

h1 .mv-text-warp p {
  background-color: #fff;
  width: 260px;
  height: 80px;
  font-size: 40px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  line-height: 80px;
  font-weight: bold;
}

h1 .mv-text-warp p:nth-child(2) {
  width: 170px;
}

h1 .mv-text-warp p span {
  color: #ff68d7;
  font-size: 40px;
  font-weight: bold;
}

@media(max-width: 768px) {
  h1 {
    padding-top: 80px;
  }

  .mv_bg {
    width: 100%;
    background: #fff;
    margin-top: 20px;
  }

  .mv_bg .warp {
    display: flex;
  }

  h1 .logo-mv {
    /* padding: 40px 0 20px; */
  }

  h1 .mv-text-warp {
    top: 220px;
  }

  h1 .mv-text-warp p {
    width: 140px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }

  h1 .mv-text-warp p:nth-child(2) {
    width: 110px;
  }

  h1 .mv-text-warp p span {
    font-size: 20px;
  }

}

#player,
#playerfront {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  z-index: -1;
}

/*---------------------------------------

 ◆ nav - ナビゲーション

---------------------------------------*/
#fixed_menu {
  width: 100%;
  background: #ff68d7;
  position: absolute;
}

#fixed_menu ul {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#fixed_menu ul li a {
  display: block;
  padding: 20px 20px;
  color: #fff;
  background: #ff68d7;
  font-size: 24px;
}

#fixed_menu ul li a:hover {
  color: #ff68d7;
  background: #fff;
  transition: .3s;
}

#fixed_menu.fixed {
  position: fixed;
  top: 65px;
  z-index: 900;
}

@media(max-width: 768px) {
  #fixed_menu ul {
    overflow-x: scroll;
  }

  #fixed_menu ul li a {
    padding: 20px 20px;
    font-size: 18px;
    white-space: nowrap;
  }
}


/*---------------------------------------

 ◆ insta - インスタグラム

---------------------------------------*/
#insta {
  width: 100%;
  padding: 180px 0 120px;
}

#insta {
  background: -moz-linear-gradient(50% 98.35% 90deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  background: -webkit-gradient(linear, 50% 98.35%, 50% 2.88%, color-stop(0, rgba(255, 104, 215, 1)), color-stop(1, rgba(255, 169, 117, 1)));
  background: -o-linear-gradient(90deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  background: -ms-linear-gradient(90deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF68D7', endColorstr='#FFA975' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA975', endColorstr='#FF68D7', GradientType=0);
}

#insta .lead {
  max-width: 700px;
  width: 90%;
  position: relative;
  margin: 0 auto;
}

#insta .lead h2 {
  width: 260px;
  margin: 0 auto;
}

#insta .lead div {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
}

#insta .insta-wrap {
  max-width: 990px;
  width: 90%;
  margin: 40px auto 0;
}

#insta a.btn {
  display: block;
  text-align: center;
  max-width: 440px;
  width: 85%;
  margin: 60px auto 0;
  padding: 25px 0;
  background: #fff;
  border-radius: 50px;
}

#insta a.btn p {
  height: 19px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(135deg, #ff68d7 0%, #ffa975 100%);
  background: -webkit-linear-gradient(-45deg, #ff68d7 0%, #ffa975 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media(max-width: 768px) {
  #insta {
    width: 100%;
    padding: 120px 0 80px;
  }

  #insta .lead h2 {
    width: 160px;
    margin: 0 auto;
  }

  #insta .lead div {
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
  }

  #insta ul li {
    width: 48%;
    margin-bottom: 20px;
  }

  #insta ul p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  #insta a.btn {
    display: block;
    text-align: center;
    max-width: 440px;
    width: 85%;
    margin: 30px auto 0;
    padding: 20px 0;
    border-radius: 50px;
  }
}



/*---------------------------------------

 ◆ AREA MAP - エリアマップ

---------------------------------------*/
#map {}

.map_inner {
  width: 100%;
  max-width: 990px;
  margin: -120px auto 0;
}

.map_ctn {
  background: url(../img/map_bg_01.png)0 0 no-repeat;
  background-size: cover;
}

.map_ctn {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 113.25%;
}

.flag_icon {
  width: 3.6%;
  position: absolute;
}

.flag_pin {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 161%;
  background: url(../img/map_flag.png) center center no-repeat;
  background-size: cover;
}

#flag_01 {
  top: 31.8%;
  left: 46.8%;
}

#flag_02 {
  top: 59.4%;
  left: 48.3%;
}

#flag_03 {
  top: 56.2%;
  left: 63.1%;
}

#flag_04 {
  top: 47%;
  left: 3.4%;
}

#flag_05 {
  top: 44.5%;
  left: 46.8%;
}

#flag_06 {
  top: 71%;
  left: 79.4%;
}

#flag_07 {
  top: 58.8%;
  left: 32.9%;
}

#flag_08 {
  top: 77.6%;
  left: 63.6%;
}

#flag_09 {
  top: 78.9%;
  left: 44.1%;
}

#flag_10 {
  top: 44.5%;
  left: 51.1%;
}

#flag_11 {
  top: 31.8%;
  left: 51.1%;
}

#flag_12 {
  top: 59.4%;
  left: 52.4%;
}

#flag_13 {
  top: 73.6%;
  left: 82.2%;
}

#flag_14 {
  top: 39.3%;
  left: 33.5%;
}

#flag_15 {
  top: 54%;
  left: 67.2%;
}

#flag_16 {
  top: 47%;
  left: 7.4%;
}

.baloon {
  position: absolute;
  opacity: 0;
  bottom: -118px;
  left: 50%;
  width: 240px;
  height: 71.4px;
  transition: .3s;
  z-index: -1;
  margin-left: -135px;
}

#flag_04 .baloon {
  margin-left: -70px;
}

#flag_06 .baloon {
  left: 40%;
}

#flag_07 .baloon,
#flag_08 .baloon {
  width: 278px;
  height: 71.4px;
  margin-left: -154px;
}

#flag_16 .baloon {
  margin-left: -72px;
}


.flag_icon:hover .baloon {
  opacity: 1;
  bottom: -108px;
  z-index: 1000;
}

#baloon_01 {
  background: url(../img/baloon_01.png)center center no-repeat;
  background-size: contain;
}

#baloon_02 {
  background: url(../img/baloon_02.png)center center no-repeat;
  background-size: contain;
}

#baloon_03 {
  background: url(../img/baloon_03.png)center center no-repeat;
  background-size: contain;
}

#baloon_04 {
  background: url(../img/baloon_04.png)center center no-repeat;
  background-size: contain;
}

#baloon_05 {
  background: url(../img/baloon_05.png)center center no-repeat;
  background-size: contain;
}

#baloon_06 {
  background: url(../img/baloon_06.png)center center no-repeat;
  background-size: contain;
}

#baloon_07 {
  background: url(../img/baloon_07.png)center center no-repeat;
  background-size: contain;
}

#baloon_08 {
  background: url(../img/baloon_08.png)center center no-repeat;
  background-size: contain;
}

#baloon_09 {
  background: url(../img/baloon_09.png)center center no-repeat;
  background-size: contain;
}

#baloon_10 {
  background: url(../img/baloon_10.png)center center no-repeat;
  background-size: contain;
}

#baloon_11 {
  background: url(../img/baloon_11.png)center center no-repeat;
  background-size: contain;
}

#baloon_12 {
  background: url(../img/baloon_12.png)center center no-repeat;
  background-size: contain;
}

#baloon_13 {
  background: url(../img/baloon_13.png)center center no-repeat;
  background-size: contain;
}

#baloon_14 {
  background: url(../img/baloon_14.png)center center no-repeat;
  background-size: contain;
}

#baloon_15 {
  background: url(../img/baloon_15.png)center center no-repeat;
  background-size: contain;
}

#baloon_16 {
  background: url(../img/baloon_16.png)center center no-repeat;
  background-size: contain;
}


@media(max-width: 768px) {
  .map_inner {
    margin: -35px auto 0;
  }

  .baloon {
    width: 140px;
    height: auto;
    margin-left: -75px;
    top: -5px;
  }

  .flag_icon:hover .baloon {
    opacity: 1;
    bottom: -108px;
    z-index: 1;
  }

  #flag_04 .baloon {
    margin-left: -25px;
  }

  #flag_16 .baloon {
    margin-left: -33px;
  }

  #flag_07 .baloon,
  #flag_08 .baloon {
    width: 160px;
    height: auto;
    margin-left: -85px;
  }
}


.flag_icon:hover .flag_pin {
  animation: .35s ease infinite alternate expansion;
}

@keyframes expansion {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.12);
  }

}

/*---------------------------------------

 ◆ MORE INFO - バックナンバー

---------------------------------------*/

#info .articles {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}

#info ol.ctn {
  margin-top: 60px;
}

#info ol.ctn li {
  width: 31%;
  margin-bottom: 40px;
}

#info ol.ctn li a {
  width: 100%;
  display: block;
}

#info ol.ctn li a .img {
  width: 100%;
  margin-top: 3px;
}

#info ol.ctn li a p.number {
  color: #ffa975;
  font-size: 18px;
}

#info ol.ctn li a p.ttl {
  color: #000;
  font-size: 17px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.4;
}

#info ol.ctn li a p.tag {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.4;
}

a.banner {
  width: 90%;
  max-width: 580px;
  margin: 60px auto 0;
  display: block;
}

@media(max-width:768px) {
  #info ol.ctn li {
    width: 48%;
    margin-bottom: 20px;
  }

  #info ol.ctn li a p.number {
    color: #ffa975;
    font-size: 16px;
  }

  #info ol.ctn li a p.ttl {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.3;
  }

  #info ol.ctn li a p.tag {
    color: #000;
    font-size: 12px;
    margin-top: 5px;
  }

  a.banner {
    margin: 30px auto 0;
  }
}

#info table {
  width: 100%;
  border-top: 1px solid #000;
  padding: 10px;
}

#info table th,
#info table td {
  text-align: left;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

#info table th {
  width: 13%;
  vertical-align: middle;
  padding-left: 10px;
}

#info table td {
  width: 80%;
}

#info table ul {
  padding-right: 10px;
}

#info table ul li {
  background: #ededed;
  width: 24.5%;
  padding: 10px 0 8px 5px;
  margin: 10px 0;
  box-sizing: border-box;
}

@media(max-width:940px) {

  #info table ul li:nth-child(1),
  #info table ul li:nth-child(2) {
    width: 19.5%;
  }

  #info table ul li:nth-child(3),
  #info table ul li:nth-child(4) {
    width: 29.5%;
  }
}

@media(max-width:768px) {
  #info table th {
    width: 23%;
  }

  #info table th,
  #info table td {
    font-size: 12px;
  }

  #info table ul {
    padding-right: 5px;
  }

  #info table ul li {
    width: 49%;
    padding: 10px 0 8px 2px;
    margin: 10px 0;
    text-indent: -2.5em;
    padding-left: 2.5em;
    line-height: 1.2;
  }

  #info table ul li:nth-child(3),
  #info table ul li:nth-child(4) {
    margin: -5px 0 10px;
  }

  #info table ul li:nth-child(1),
  #info table ul li:nth-child(2) {
    width: 49%;
  }

  #info table ul li:nth-child(3),
  #info table ul li:nth-child(4) {
    width: 49%;
  }
}

@media(min-width:769px) {
  #info table ul li br.sp-only {
    display: none;
  }
}

label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

label:before,
label:after {
  content: "";
  display: block;
  position: absolute;
}

label:before {
  background: #fff;
  border-radius: 0%;
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  margin-right: 5px;
}

input:checked+label:before {
  background: #008ec9;
}

label:after {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  height: 5px;
  width: 8px;
  transform: rotate(-45deg);
  top: 5px;
  left: 9px;
}

input:checked+label:after {
  opacity: 1;
}

input {
  display: none;
}

@media(max-width:768px) {
  label:before {
    top: 8px;
  }

  label:after {
    top: 3px;
  }
}

[value="All"]:checked~.filters [for="All"],
[value="Group"]:checked~.filters [for="Group"],
[value="Couple"]:checked~.filters [for="Couple"],
[value="Family"]:checked~.filters [for="Family"],
[value="Gourmet"]:checked~.filters [for="Gourmet"],
[value="Oshare"]:checked~.filters [for="Oshare"],
[value="Waiwai"]:checked~.filters [for="Waiwai"] {}


/*---------------------------------------

 ◆ NEIGHBORHOOD - 近所

---------------------------------------*/
#spot {
  background: -moz-linear-gradient(50% 98.35% 90deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  background: -webkit-gradient(linear, 50% 98.35%, 50% 2.88%, color-stop(0, rgba(255, 104, 215, 1)), color-stop(1, rgba(255, 169, 117, 1)));
  background: -o-linear-gradient(90deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  background: -ms-linear-gradient(90deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF68D7', endColorstr='#FFA975' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA975', endColorstr='#FF68D7', GradientType=0);
}

#spot a.btn {
  display: block;
  text-align: center;
  max-width: 440px;
  width: 85%;
  margin: 60px auto;
  padding: 25px 0;
  background: #fff;
  border-radius: 50px;
}

#spot a.btn p {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(135deg, #ff68d7 0%, #ffa975 100%);
  background: -webkit-linear-gradient(-45deg, #ff68d7 0%, #ffa975 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#spot ul.ctn {
  max-width: 990px;
  width: 90%;
  margin: 45px auto 0;
}

#spot ul.ctn li {
  width: 30%;
  margin-bottom: 75px;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
  position: relative;
}

#spot ul.ctn li:before {
  content: '';
  display: block;
  position: absolute;
  top: -48px;
  left: 0;
  width: 30px;
  height: 42px;
  background: url(../img/spot_pin.png) 0 0 no-repeat;
  background-size: contain;
}

#spot ul.ctn li.space {
  height: 0;
}

#spot ul.ctn li .box {
  width: 100%;
  box-sizing: border-box;
}

#spot ul.ctn li h3 {
  font-size: 18px;
  font-weight: bold;
}

#spot ul.ctn li .txt {
  padding: 15px 20px 20px;
}

#spot ul.ctn li h3 {
  font-size: 18px;
  font-weight: bold;
}

#spot ul.ctn li p {
  margin-top: 10px;
  line-height: 1.2;
}

#spot ul.ctn li p.root {
  border-top: 1px solid #000;
  padding-top: 10px;
}

@media(max-width:768px) {
  #spot ul.ctn li {
    width: 48%;
    margin-bottom: 60px;
  }

  #spot ul.ctn li:before {
    content: '';
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 25px;
    height: 35px;
  }

  #spot ul.ctn li h3 {
    font-size: 16px;
    font-weight: bold;
  }

  #spot ul.ctn li .txt {
    padding: 10px 12px
  }

  #spot a.btn {
    padding: 20px 0;
  }

  #spot a.btn p {
    font-size: 17px;
  }
}

#spot ul.ctn li p {
  margin-top: 10px;
  line-height: 1.2;
}

#luup {
  max-width: 990px;
  width: 90%;
  padding: 60px;
  border: 6px solid #00b4aa;
  margin: 50px auto 0;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}

#luup .lead {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
  align-items: center;
}

#luup .lead div {
  width: 170px;
  margin-bottom: 30px;
}

#luup .lead h2 {
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000 !important;
}

#luup .detail .img {
  width: 49%;
}

#luup .detail .txt {
  width: 46%;
}

#luup .detail .txt h3 {
  font-size: 18px;
  font-weight: bold;
}

#luup .detail .txt h3:before {
  content: '';
  display: inline-block;
  background: url(../img/luup_pin.png)0 0 no-repeat;
  width: 35px;
  height: 45px;
  background-size: contain;
  margin-bottom: -15px;
  margin-right: 5px;
}

#luup .detail .txt a {
  width: 95%;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #00b4aa;
  font-size: 18px;
  padding: 20px 0;
  margin: 20px 0;
}

#luup .detail ul {
  width: 100%;
  margin: 5px 0 0 37px;
}

#luup .detail ul li {
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0px;
}

#luup .detail ul.annotation {
  margin: 0;
}

#luup .detail ul.annotation li {
  font-size: 14px;
  font-weight: normal;
}

@media(max-width:768px) {
  #luup {
    padding: 20px;
    margin: 50px auto 0;
  }

  #luup .lead div {
    width: 110px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  #luup .lead h2 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
  }

  #luup .detail .txt h3:before {
    width: 30px;
    height: 35px;
    background-size: contain;
    margin-bottom: -15px;
    margin-right: 5px;
  }

  #luup .detail .img {
    width: 100%;
  }

  #luup .detail .txt {
    width: 100%;
    margin-top: 10px;
  }

  #luup .detail .txt a {
    width: 90%;
    font-size: 16px;
    padding: 20px 0;
    margin: 20px auto;
  }

  #luup .detail ul {
    width: 100%;
    margin: 5px 0 0 34px;
  }

  #luup .detail ul li {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0px;
  }

  #luup .detail ul.annotation li {
    font-size: 12px;
  }
}


.tokyo {
  max-width: 660px;
  width: 85%;
  margin: 0 auto;
}

.tokyo div {
  width: 48%;
}

.tokyo div h3 {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  font-size: 18px;
}

.tokyo div p {
  color: #fff;
  line-height: 1.4;
  margin-top: 5px;
}

@media(max-width:768px) {
  .tokyo div {
    width: 100%;
    margin-bottom: 20px;
  }

  .tokyo div h3 {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    font-size: 16px;
  }

  .tokyo div p {
    color: #fff;
    line-height: 1.4;
    margin-top: 5px;
  }
}


/* 9/15追加ダミー用 */
#spot .dummy {
  display: block;
  text-align: center;
  max-width: 440px;
  width: 85%;
  margin: 60px auto;
  padding: 25px 0;
  border-radius: 50px;
}


/* --------------------------------------------------
  newActivity
-------------------------------------------------- */
.newActivity {
  padding-top: 60px;
  padding-bottom: 40px;
  min-height: 70.16667vw;
  display: flex;
  position: relative;
}

.newActivity::before {
  background: rgba(255, 104, 215, 1);
  background: linear-gradient(90deg, rgba(255, 104, 215, 1) 0%, rgba(255, 169, 117, 1) 100%);
  box-sizing: border-box;
  width: 100%;
  height: 32.25vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
}

.newActivity::after {
  background: url(../img/icon.svg) center center no-repeat;
  background-size: 100% auto;
  width: 2.3vw;
  height: 12.33333vw;
  display: block;
  position: absolute;
  bottom: 22.08333vw;
  left: 11.33333vw;
  z-index: 2;
  content: "";
}

@media(max-width:768px) {
  .newActivity {
    margin-top: -40px;
    padding-top: 140px;
    display: block;
  }

  .newActivity::before {
    height: 50vw;
  }

  .newActivity::after {
    display: none;
  }
}

/*
  title
------------------------------ */
.newActivity .act_title {
  padding-bottom: 20.85vw;
  width: 16.91667%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
}

.newActivity .act_title img {
  margin-left: 5.85774%;
  width: 41.42259%;
}

@media(max-width:768px) {
  .newActivity .act_title {
    padding-bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
  }

  .newActivity .act_title img {
    margin-left: 0;
    width: auto;
    height: 26px;
  }
}

/*
  detail
------------------------------ */
.newActivity .act_detail {
  padding-top: 10.33333vw;
  width: calc(100% - 16.91667%);
}

.newActivity .act_detail h3 {
  margin-bottom: 3.58333vw;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
}

@media(max-width:768px) {
  .newActivity .act_detail {
    padding-top: 20px;
    width: 100%;
  }

  .newActivity .act_detail h3 {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 15px;
    text-align: center;
  }
}

/* list */
.newActivity .act_detail .act_list .slick-list {
  padding-right: 20%;
}

.newActivity .act_detail .act_list li {
  margin-right: 3.5vw;
  position: relative;
  z-index: 10;
}

.newActivity .act_detail .act_list .act_image {
  margin-bottom: 1em;
}

.newActivity .act_detail .act_list figure {
  position: relative;
}

.newActivity .act_detail .act_list figcaption {
  width: 70.79646%;
  position: absolute;
  top: 6%;
  left: 2%;
}

.newActivity .act_detail dt,
.newActivity .act_detail dd a {
  color: #fff;
}

.newActivity .act_detail dt {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 1.83333vw;
  font-size: 24px;
}

.newActivity .act_detail dd a {
  width: 110px;
  font-size: 2.33333vw;
  font-size: 28px;
  border-bottom: solid 1px #fff;
  display: flex;
  justify-content: space-between;
}

.newActivity .act_detail dd a::after {
  content: ">";
}

@media(max-width:768px) {
  .newActivity .act_detail .act_list .slick-list {
    padding-left: 3.5vw;
  }

  .newActivity .act_detail .act_list .slick-list {
    padding-right: 0;
  }

  .newActivity .act_detail dt {
    font-size: 3.125vw;
  }

  .newActivity .act_detail dd a {
    width: 27%;
    font-size: 3.90625vw;
  }
}