@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #111;
  font-family: "Noto Sans Japanese";
}

@media screen and (min-width: 769px) {
  body {
    background-image: url(img/back.jpg);
    background-size: 100% auto;
    background-position: top center;
    background-attachment: fixed;
  }
}

/* SuMinusカレンダー中身レイアウト調整 */
* {
  box-sizing: border-box;
}

/* a:link {color:#333;text-decoration:underline;} */
a:visited {
  color: #333;
  text-decoration: underline;
}

/* a:hover {color:#666;text-decoration:none;} */
a img {
  border-style: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

a:hover img {
  filter: brightness(1.2);
}

a img {
  border-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 105%;
  line-height: 200%;
}

@media screen and (min-width: 769px) {
  p {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

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

@media screen and (min-width: 769px) {
  .pcnone {
    display: none;
  }
}

#wrapper {
  margin: 0;
  padding: 0;
  background: #fff;
}

@media screen and (min-width: 769px) {
  #wrapper {
    width: 640px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }
}

#mv {
  margin: 0;
  padding: 0 0 45px 0;
  text-align: center;
  background: linear-gradient(to right, #92010c, #c5193f);
}

#mv img {
  width: 100%;
}

/* 追加 　mv02画像変更によるずれ修正*/
/* .mv_02 {
  max-width: 364px;
  width: 364px;
  margin-left: 4px;
}


@media screen and (min-width:769px){
  .mv_02 {
    width: px;
    margin-left: px;
  }
}
  
   */

.top_text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 300%;
  font-weight: bold;
  color: #000000;
  padding: 1em 0;
  /* margin: 2em 1em; */
}

.device_bg {
  margin: 0;
  padding: 20px 0 25px 0;
  text-align: center;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: #f9f6f4;
}

.device_title {
  margin: 0;
  padding: 0 20px 5px 20px;
}

.device_title img {
  width: 100%;
}

.device_txt {
  margin: 0;
  padding: 15px 20px 0 20px;
}

.device_txt img {
  width: 100%;
}

.device {
  margin: 0;
  padding: 0 15px;
}

.device img {
  width: 100%;
}

.device_caption {
  margin: 0;
  padding: 20px 0 0 0;
  font-size: 60%;
  line-height: 180%;
  text-align: center;
  color: #666;
}

.yureru-j {
  animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }

  5% {
    transform: translate(0px, -2px);
  }

  10% {
    transform: translate(0px, 2px);
  }

  15% {
    transform: translate(0px, -2px);
  }

  20% {
    transform: translate(0px, 2px);
  }

  25% {
    transform: translate(0px, -2px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}

@media screen and (min-width: 769px) {
  .device_bg {
    margin: 0;
    padding: 45px 0;
  }

  .device_title {
    padding: 0 0 15px 0;
  }

  .device_title img {
    width: 90%;
  }

  .device_txt {
    padding: 20px 0 0 0;
  }

  .device_txt img {
    width: 90%;
  }

  .device img {
    width: 90%;
  }

  .device_caption {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

#media {
  margin: 0;
  padding: 40px 0 45px 0;
  background-image: url("img/bg_01.jpg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fae7e1;
}

.media_top {
  margin: 0 0 25px 0;
  padding: 0;
  text-align: center;
}

.media_top img {
  width: 100%;
  max-width: 360px;
}

.slider {
  margin: 0;
  padding: 0;
}

.slider_item {
  margin: 0;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slider_item img {
  width: 100%;
}

.media_top img {
  width: 100%;
  max-width: 560px;
}

@media screen and (min-width: 769px) {
  #media {
    padding: 60px 0 75px 0;
  }

  .slider {
    margin: 0 30px;
  }

  .slider_item {
    padding: 0 5px;
  }
}

.request {
  margin: 0;
  padding: 0;
}

.request img {
  width: 100%;
}

.point_bg {
  margin: 0;
  padding: 60px 0 75px 0;
  background-image: url("img/bg_02.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #f7f7f7;
}

.point_top {
  margin: 0;
  padding: 0;
  text-align: center;
}

.point_top img {
  width: 100%;
  max-width: 320px;
}

.point_title {
  margin: 45px 30px 20px 0;
  padding: 0;
  text-align: center;
}

.point_title img {
  width: 100%;
}

.point_pict {
  margin: 0 30px;
  padding: 0;
}

.point_pict img {
  width: 100%;
}

.point_txt {
  margin: 0 30px;
  padding: 1px 30px;
  background: rgba(255, 255, 255, 0.6);
}

p.point_subtitle {
  font-size: 15.8px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .point_bg {
    background-image: url("img/bg_02pc.jpg");
    background-color: #f5f5f5;
    background-attachment: fixed;
  }

  .point_pict {
    margin: 0 60px;
  }

  .point_txt {
    margin: 0 60px;
  }

  p.point_subtitle {
    font-size: 18px;
    font-weight: bold;
  }

  .point_top img {
    max-width: 560px;
  }
}

.graf_bg {
  margin: 0;
  padding: 60px 0 15px 0;
}

.graf_top {
  margin: 0 0 45px 0;
  padding: 0;
  text-align: center;
}

.graf_top img {
  width: 100%;
  max-width: 360px;
}

.graf {
  margin: 0 20px 45px 20px;
  padding: 35px 20px 45px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.graf img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .graf {
    margin: 0 30px 45px 30px;
    padding: 35px 45px 45px 45px;
  }

  .graf_top img {
    width: 100%;
    max-width: 560px;
  }
}

.reco_top {
  margin: 0;
  padding: 10px 0;
  background: linear-gradient(to right, #92010c, #c5193f);
}

.reco_frame {
  margin: 0;
  padding: 45px 30px;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.reco_frame img {
  width: 100%;
}

.reco_pict {
  margin: 0;
  padding: 0;
}

.reco_pict img {
  width: 100%;
}

.reco_txt {
  margin: 0;
  padding: 45px 30px;
  background-image: url("img/bg_01.jpg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fae7e1;
}

.reco_name {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-size: 150%;
  line-height: 150%;
  border-bottom: 1px solid #881c21;
}

@media screen and (min-width: 769px) {
  .reco_txt {
    padding: 45px 60px;
  }
}

.chosen {
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  background: #bd936d;
}

.chosen img {
  width: 100%;
}

.offer_bg {
  margin: 0;
  padding: 60px 20px 15px 20px;
  background-image: url("img/offer_bg.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.offer_title {
  margin: 0;
  padding: 0;
  text-align: center;
}

.offer_img1 {
  max-width: 220px;
  margin: 0 auto;
}

.offer_img2 {
  max-width: 240px;
  margin: 0 auto;
}

.offer_img3 {
  max-width: 350px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .offer_img1 {
    max-width: 360px;
  }

  .offer_img2 {
    max-width: 400px;
  }

  .offer_img3 {
    max-width: 520px;
  }
}

.offer_title img {
  width: 100%;
}

.offer_box {
  margin: 20px 0 60px 0;
  padding: 0;
  background: #fff;
  border-top: 8px solid #be1d42;
  border-left: 1px solid #be1d42;
  border-right: 1px solid #be1d42;
  border-bottom: 1px solid #be1d42;
}

.offer_box img {
  width: 100%;
}

.offer_txt {
  margin: 0;
  padding: 30px 10px;
  font-size: 116%;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
}

.hosho {
  margin: 0;
  padding: 0;
}

.hosho img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .offer_bg {
    margin: 0;
    padding: 60px 45px 15px 45px;
    background-image: url("img/offer_bg_pc.jpg");
    background-attachment: fixed;
    background-size: 1920px 1356px;
  }

  .offer_txt {
    font-size: 125%;
  }
}

.store_bg {
  margin: 0;
  padding: 60px 20px 75px 20px;
  background-image: url("img/bg_02.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #f7f7f7;
}

.store_top {
  margin: 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.store_text {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 300%;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  background: linear-gradient(to right, #92010c, #c5193f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.store_address {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 100%;
  line-height: 120%;
  text-align: center;
}

.store_name {
  margin: 0;
  padding: 45px 0 25px 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}

.store_name span {
  padding: 3px 10px;
  color: #fff;
  background: linear-gradient(to right, #92010c, #c5193f);
}

.store_map {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.store_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.store_pict {
  margin: 0 30px 10px;
  padding: 0;
}

.store_pict img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .store_bg {
    padding: 60px 45px 75px 45px;
    background-image: url("img/bg_02pc.jpg");
    background-color: #f5f5f5;
    background-attachment: fixed;
  }

  .store_pict {
    margin: 0 60px 10px;
  }
}

.calendar_bg {
  margin: 0;
  padding: 60px 6px 75px 6px;
  background-image: url("img/bg_01.jpg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fae7e1;
}

.calendar_top {
  margin: 0;
  padding: 0;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
}

.calendar_name {
  margin: 0;
  padding: 45px 0 25px 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
}

.calendar_name span {
  padding: 3px 10px;
  color: #fff;
  background: linear-gradient(to right, #92010c, #c5193f);
}

.calendar_frame {
  margin: 0;
  padding: 10px;
  background: #fff;
}

.calendar_frame img {
  width: 100%;
}

.calendar_caution {
  margin: 45px 0 0 0;
  padding: 15px 30px;
  border: 1px solid #be1d42;
}

.calendar_caution p {
  font-size: 90%;
}

.calendar_subtitle {
  margin: 0;
  padding: 10px 0 5px 0;
  font-size: 90%;
  line-height: 180%;
  color: #be1d42;
  border-bottom: 1px solid #be1d42;
}

@media screen and (min-width: 769px) {
  .calendar_bg {
    padding: 60px 30px 75px 30px;
    background-attachment: fixed;
  }
}

ul.calendar_list {
  padding-left: 0.5em;
  margin-top: 0;
}

li.calendar_item {
  font-size: 90%;
  padding-bottom: 0.8em;
}

p.calendar_list_title {
  margin-bottom: 0;
}

.floating {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  margin: 0;
  padding: 10px 0 10px 0;
  background: rgba(0, 0, 0, 0.3);
}

.floating img {
  width: 80%;
}

@media screen and (min-width: 769px) {
  .floating img {
    width: 480px;
  }
}

/*---------- 文字装飾 ----------*/

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.font80 {
  font-size: 80%;
}

/*---------- フッター ----------*/

#footer {
  margin: 0 0 110px 0;
  padding: 30px 0;
  font-size: 75%;
  line-height: 200%;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

#footer a:link {
  color: #333;
  text-decoration: underline;
}

#footer a:visited {
  color: #333;
  text-decoration: underline;
}

#footer a:hover {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #footer {
    font-size: 12px;
    margin: 0;
    padding: 30px 0 240px 0;
  }
}

/* カレンダー */

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

app

---------------------------------------*/
.app {
  position: relative;
  z-index: 1;
  background: url(../img/bg/reco_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 1px;
}

.app__title {
  max-width: 840px;
  padding: 40px 20px 20px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .app__title {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.app__subtitle {
  max-width: 480px;
  width: 75%;
  margin: 0 auto;
}

.app__text {
  max-width: 480px;
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .app__text {
    margin-top: 40px;
  }
}

.app__text02 {
  text-align: center;
  color: #89000a;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media (min-width: 1024px) {
  .app__text02 {
    font-size: 32px;
  }
}

.app__text03 {
  text-align: center;
  color: #c41b45;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 1em 0 0.5em;
}

@media (min-width: 1024px) {
  .app__text03 {
    margin: 2em 0 1em;
    font-size: 24px;
  }
}

.app__store-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

@media (min-width: 1024px) {
  .app__store-box {
    max-width: 720px;
    margin: 40px auto;
  }
}

.app__button {
  width: 50%;
  padding: 0 10px;
  text-align: center;
}

.app__button .seclist {
  display: block;
  width: 100%;
  background: #eee;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 1em;
  border: 1px solid #666666;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(51, 51, 51, 0.2);
}

.app__button.active .seclist {
  background: #c41b45;
  color: #ffffff;
  border-color: #fff;
}

.app__flow {
  max-width: 680px;
  margin: 0 auto;
  padding: 20px;
}

@media (min-width: 1024px) {
  .app__flow {
    max-width: 800px;
  }
}

.app__calendar {
  max-width: 1220px;
  margin: 0 auto;
}

.app__calendar .section {
  display: block;
}

.app__calendar .section.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#shibuya {
  padding: 6px;
}

.reserve__line {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  padding: 1em 0;
  margin: 2em 1em;
  border: 1px solid #cb1b45;
  max-width: 1000px;
}

@media (min-width: 1024px) {
  .reserve__line {
    margin: 2em auto;
  }
}

.reserve__line--text {
  line-height: 1.75;
  margin: 1em auto;
}

.reserve__line--text span {
  font-weight: bold;
}

.reserve__line--text.-sm {
  font-size: 85%;
}

.reserve__line--button {
  max-width: 440px;
  margin: 0 auto;
  padding: 20px;
}

.reserve__line--link {
  background: #cb1b45;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding: 0.75em 0 0.8em;
  border-radius: 1.5em;
  border: 1px solid #cb1b45;
  letter-spacing: 0.08em;
  transition: 0.325s ease-in-out;
}

@media (min-width: 600px) {
  .reserve__line--link {
    font-size: 20px;
  }
}

.reserve__line--link:hover {
  background: transparent;
  color: #cb1b45;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.reserve__line--link2 {
  color: #cb1b45;
  text-decoration: underline;
  transition: 0.325s ease-in-out;
}

.reserve__line--link2:hover {
  opacity: 0.8;
}

.reserve__list {
  display: inline-block;
  padding: 0 25px;
}

.reserve__item {
  text-align: left;
  line-height: 1.75;
  font-size: 85%;
  list-style: inherit;
  padding-left: 1em;
  position: relative;
}

.reserve__item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666666;
  top: 10px;
  left: 0;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*---------------------------------------
  
  time/calendar
  
  ---------------------------------------*/
/* これを入れると日付のレイアウト崩れ直る */
td,
th {
  vertical-align: top;
  padding: 0;
}

.time {
  margin: 1px;
  background: #fff;
  border: 1px solid #eee;
  padding: 1px;
  max-width: 1200px;
  position: relative;
  overflow: auto;
  height: 600px;
}

@media (min-width: 375px) {
  .time {
    /* margin: 6px; */
    padding: 0 6px 6px;
    /* padding: 0px; */
  }
}

/* @media (min-width: 600px) {
    .time {
      margin: 10px;
      padding: 0 10px 10px;
    }
  }
  @media (min-width: 1024px) {
    .time {
      margin: 0 auto;
    }
  }
   */
.month {
  text-align: center;
  color: #666666;
  letter-spacing: 0.08em;
  padding-top: 0.5em;
  padding-bottom: 1em;
  line-height: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
}

table.calendar {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

table.calendar th {
  width: 14.2%;
  line-height: 1;
  font-size: 12px;
  color: #666666;
  padding: 0.25em 0;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  z-index: 2;
}

table.calendar th:first-child {
  color: #cb1b45;
}

table.calendar th:last-child {
  color: rgb(67, 83, 253);
}

table.calendar td {
  border: 1px solid #ddd;
  height: calc((100vw - 20px) / 7);
  padding: 2px;
}

table.calendar td br {
  display: none;
}

table.calendar .day {
  font-size: 14px;
  color: #666666;
}

.calendar_btn {
  width: 100%;
  margin: 4px 0 0 0;
  padding: 2px;
  font-size: 11px;
  line-height: 1.5;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border-color: rgb(248, 170, 52);
  word-break: break-word;
  font-weight: 500;
  background: rgb(248, 170, 52) !important;
  white-space: normal !important;
}

/* @media (min-width: 600px) {
    .calendar_btn {
      font-size: 12px;
    }
  }
  @media (min-width: 768px) {
    .calendar_btn {
      font-size: 14px;
      padding: 4px;
    }
  }
  @media (min-width: 1024px) {
    .calendar_btn {
      padding: 4px 8px;
      margin: 8px 0 0 0;
    }
  } */

.calendar_btn br.pcnone {
  display: none;
}

#azabu .calendar_btn {
  border-color: rgb(255, 100, 105);
  background: rgb(255, 100, 105) !important;
}

.status {
  width: 100%;
  margin: 10px 0 0 0;
  /* padding: 5px 5px 5px 5px; */
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  color: rgb(248, 170, 52);
  text-align: center;
  border-radius: 3px;
  border: 1px solid rgb(248, 170, 52);
  background: #fff !important;
  white-space: normal !important;
}

#azabu .status {
  color: rgb(255, 100, 105);
  border: 1px solid rgb(255, 100, 105);
}

.zanseki {
  display: block;
  font-size: 10px;
  margin-top: 4px;
  font-weight: 400;
}

.manseki-calendar {
  font-size: 12px;
}

.shasen-calendar {
  font-size: 10px;
  text-decoration: line-through;
}

/*---------------------------------------
  
  calendar_css追加
  
  ---------------------------------------*/
.week5_d929ce5f9ac4 {
  display: none;
}

.week6_d929ce5f9ac4 {
  display: none;
}

.week5_73d981570586 {
  display: none;
}

.week6_73d981570586 {
  display: none;
}

p.choose__day {
  text-align: center;
  line-height: 1.65;
  font-size: 15px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  p.choose__day {
    font-size: 18px;
    letter-spacing: 0.03em;
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.scroll {
  color: #b1272d;
  border-bottom: 2px solid #b1272d;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */

p.choose__day2 {
  text-align: center;
  line-height: 1.65;
  font-size: 15px;
  margin: 0px;
  color: #be1d42;
}

@media (min-width: 768px) {
  p.choose__day2 {
    font-size: 18px;
    letter-spacing: 0.03em;
    font-size: 18px;
    margin: 0;
  }
}

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

calendar_css追加

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

/* 新宿 奇数月  */
.week1_9d4941da8c4b {
  /* display: none; */
}

.week2_9d4941da8c4b {
  /* display: none; */
}

.week3_9d4941da8c4b {
  /* display:none; */
}

.week4_9d4941da8c4b {
  /* display: none; */
}

.week5_9d4941da8c4b {
  /* display:none; */
}

.week6_9d4941da8c4b {
  /* display:none; */
}

/* // 新宿 偶数月 */
/* // 1週目 */
.week1_560f011bdd20 {
  /* display: none; */
}

/* //2週目  */
.week2_560f011bdd20 {
  /* display: none; */
}

/* //3週目  */
.week3_560f011bdd20 {
  /* display: none; */
}

/* //4週目  */
.week4_560f011bdd20 {
  /* display: none; */
}

/* //5週目  */
.week5_560f011bdd20 {
  /* display: none; */
}

.week6_560f011bdd20 {
  /* display: none; */
}

/* 渋谷 奇数月  */
.week1_b11b59315c92 {
  /* display: none; */
}

.week2_b11b59315c92 {
  /* display: none; */
}

.week3_b11b59315c92 {
  /* display:none; */
}

.week4_b11b59315c92 {
  /* display: none; */
}

.week5_b11b59315c92 {
  /* display:none; */
}

.week6_b11b59315c92 {
  /* display:none; */
}

/* // 渋谷 偶数月 */
/* // 1週目 */
.week1_2606f60a6022 {
  display: none;
}

/* //2週目  */
.week2_2606f60a6022 {
  /* display: none; */
}

/* //3週目  */
.week3_2606f60a6022 {
  /* display: none; */
}

/* //4週目  */
.week4_2606f60a6022 {
  /* display: none; */
}

/* //5週目  */
.week5_2606f60a6022 {
  /* display: none; */
}

.week6_2606f60a6022 {
  /* display: none; */
}



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

calendar swipe CSS追加

---------------------------------------*/
#store_a {
  border: 2px solid #c5193f;
}

#store_btn_a.active {
  background-color: #c5193f;
  color: white;
}

#store_b {
  border: 2px solid #c5193f;
}

#store_btn_b.active {
  background-color: #c5193f;
  color: white;
}

#store_c {
  border: 2px solid #c5193f;
}

#store_btn_c.active {
  background-color: #c5193f;
  color: white;
}

.store-tabs {
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 60px;
}

.store-tabs button {
  background-color: #F5F5F5;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: all 0.3s ease;
  font-size: 17px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 2px solid #c5193f;
  border-left: 2px solid #c5193f;
  border-right: 2px solid #c5193f;
  border-bottom: none;
  height: 50px;
  color: #666666;
}

@media screen and (min-width: 769px) {
  .store-tabs button.active {
    height: 70px;
    font-size: x-large;
    font-weight: 600;
    width: 50%;
  }

  .store-tabs button {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .store-tabs button.active {
    height: 65px;
    font-size: x-large;
    font-weight: 600;
    width: 45%;
  }

  .store-tabs button {
    width: 50%;
  }


}

.store-tabs button:hover {
  background-color: #ddd;
}

.tab-link {
  white-space: nowrap;
}

.tab-content {
  display: none;
}

.swipe-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
  border-radius: 8px;
}

.swipe-icon {
  width: auto;
  height: auto;
  max-width: 80px;
  opacity: 0.7;
  display: block;
}

.section .time {
  position: relative;
}

@media screen and (min-width: 769px) {
  .swipe-overlay {
    display: none !important;
  }

  .selected-btn-icon img {
    height: 40px;
    margin-left: 4px;
    vertical-align: middle;
  }


  .tab-icon-active {
    display: none;
  }

  .tab-icon-inactive {
    display: inline;
    height: 25px !important;
  }


  .selected-btn-icon.active .tab-icon-active {
    display: inline;
  }

  .selected-btn-icon.active .tab-icon-inactive {
    display: none;
  }

}

@media screen and (max-width: 768px) {
  .selected-btn-icon img {
    height: 35px;
    margin-left: 4px;
    vertical-align: middle;
  }


  .tab-icon-active {
    display: none;
  }

  .tab-icon-inactive {
    display: inline;
    height: 25px !important;
  }


  .selected-btn-icon.active .tab-icon-active {
    display: inline;
  }

  .selected-btn-icon.active .tab-icon-inactive {
    display: none;
  }
}


#store_btn_a {
  margin-right: 5%;
}