@charset "UTF-8";
/* ======================================================
	SETTING
====================================================== */
/* ======================================================
	COMMON
====================================================== */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
}

.sp {
    display: block;
}
@media screen and (min-width: 600px) {
    .sp {
        display: none;
    }
}

.pc {
    display: none;
}
@media screen and (min-width: 600px) {
    .pc {
        display: block;
    }
}

.center {
    text-align: center;
}

.notes {
    /*font-size: unquote('min(2.93vw, 22px)');*/
    font-size: min(2.93vw, 18px);
    line-height: 1.3;
}

.js-accordion dd {
    display: none;
}

.slick-arrow {
    width: calc(60 / 750 * 100%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.slick-arrow.prev {
    left: 0;
}
.slick-arrow.next {
    right: 0px;
}

.slick-dots {
    width: 100%;
    height: 2.1333333333vw;
    position: absolute;
    bottom: -5.0666666667vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 2.1333333333vw;
}
@media screen and (min-width: 600px) {
    .slick-dots {
        height: calc(16px * 0.8);
        bottom: calc(-38px * 0.8);
        column-gap: calc(16px * 0.8);
    }
}

.slick-dots li {
    width: 2.1333333333vw;
}
@media screen and (min-width: 600px) {
    .slick-dots li {
        width: calc(16px * 0.8);
    }
}

.slick-dots button {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-indent: -9999px;
    width: 100%;
    height: 2.1333333333vw;
    background: #b3e7e6;
    border-radius: 100vh;
}
@media screen and (min-width: 600px) {
    .slick-dots button {
        height: calc(16px * 0.8);
    }
}

.slick-active button {
    background: #052535;
}

/* ======================================================
	CV
====================================================== */
.fv01 .btnarea,
.cv01 .btnarea,
.cv02 .btnarea,
.cv03 .btnarea,
.cv04 .btnarea,
.cv05 .btnarea,
.cv06 .btnarea,
.sec02 .btnarea{
  position: relative;
}

/* fv
---------------------------------------------------- */
.fv {
    /*height: calcVw(1178px);*/
    height: auto;
    margin-top:min(3.7vw,1.4em);
    margin-top:0;
    /* padding: calc(50 / 750 * 100% ) 0 0 0; */
    background: url(../img/fv-bg.jpg) no-repeat center bottom, #6daca1;
    background-size: 100% auto;
    position: relative;
}
@media screen and (min-width: 600px) {
    .fv {
        /*height: calc(1178px * 0.8);*/
        height: auto;
    }
}

.fv__logo {
    width: 65%;
    position: absolute;
    top: calc(10 / 750 * 100% );
    right: calc(26 / 750 * 100%);
    font-weight: bold;
    color: #042433;
    display: flex;
    align-items: center;
    line-height:min(3.7vw,1.3em);
    text-shadow: 1px 1px rgb(255 255 255 / 60%);
}

.fv_logo_city{
    font-size: min(4.8vw, 30px);
}

.fv__onec{
    font-size: min(3.1vw, 30px);
}

@media screen and (min-width: 600px) {
    .fv__logo {
        width: 65%;
        position: absolute;
        top: 0;
        right: calc(24 / 750 * 100%);
        font-size: min(3.2vw, 20px);
        font-weight: bold;
        color: #042433;
        display: flex;
        align-items: center;
        line-height:min(3.7vw,1.3em);
        text-shadow: 1px 1px rgb(255 255 255 / 60%);
        justify-content: flex-end;
    }
}
.fv__logo img{
    width: calc(125 / 750 * 100%);
}
.fv__logo .txt_bg_Bblue{
    background: #042433;
    display: inline-block;
    width: auto;
    color: #fff;
    margin: 0 12px 0 12px;
    padding: 0.3em 0.9em;
    font-size: min(3.7vw,1.2em);
}

.fv__logo .txt_bg_Bblue_city{
    background: #042433;
    display: inline-block;
    color: #fff;
    margin: 0 6px 0 8px;
    padding: 0.4em 0.6em;
    font-size: min(5.7vw,1.2em);
}

@media screen and (min-width: 600px) {
    .fv__logo .txt_bg_Bblue_city{
        background: #042433;
        display: inline-block;
        color: #fff;
        margin: 0 11px 0 14px;
        padding: 0.3em 0.6em;
        font-size: min(3.7vw,1.2em);
    }
}

.fv_logo .txt_access{
    width: 91%;
}

@media screen and (min-width: 600px) {
    .fv__logo {
        top: calc(12 / 750 * 100% );
    }
}
.fv__notes {
    margin: calc(40 / 750 * 100%) 0 0 0;
}
.fv__link {
    font-size: min(1.86vw, 14px);
    transform: rotate(-6deg);
    position: absolute;
    top: 20.4vw;
    right: 28vw;
}
@media screen and (min-width: 600px) {
    .fv__link {
        top: calc(153px * 0.8);
        right: calc(210px * 0.8);
    }
}
.fv__link a {
    color: #fff;
    text-decoration: underline;
}

.fv01 .btnarea .cv-btn {
  position: absolute;
  top: 80%;
  right: 0;
  left: 0;
  width: 90%;
  margin: auto;
}

.cv01 .btnarea .cv-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 96.4%;
  margin: auto;
}
.sec02 .btnarea .cv-btn {
  position: absolute;
  top: 80%;
  right: 0;
  left: 0;
  width: 90%;
  margin: auto;
}
.sec02 .btnarea .cv-btn{ 
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 96.4%;
  margin: auto;
}

.cv02 .btnarea .cv-btn {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 94%;
  margin: auto;
}

.cv03 .btnarea .cv-btn {
  position: absolute;
  top: 75%;
  right: 0;
  left: 0;
  width: 94%;
  margin: auto;
}

.cv04 .btnarea .cv-btn {
  position: absolute;
  top: 80%;
  right: 0;
  left: 0;
  width: 94%;
  margin: auto;
}

.cv05 .btnarea .cv-btn {
  position: absolute;
  top: 54.5%;
  right: 0;
  left: 0;
  width: 94%;
  margin: auto;
}

.cv06 .btnarea .cv-btn {
  position: absolute;
  top: 89%;
  right: 0;
  left: 0;
  width: 94%;
  margin: auto;
}

.fv01 .btnarea .cv-btn > a,
.cv01 .btnarea .cv-btn > a,
.cv02 .btnarea .cv-btn > a,
.cv03 .btnarea .cv-btn > a,
.cv04 .btnarea .cv-btn > a,
.cv05 .btnarea .cv-btn > a,
.cv06 .btnarea .cv-btn > a {
  transition: opacity 0.3s;
}

.fv01 .btnarea .cv-btn > a:hover,
.cv01 .btnarea .cv-btn > a:hover,
.cv02 .btnarea .cv-btn > a:hover,
.cv03 .btnarea .cv-btn > a:hover,
.cv04 .btnarea .cv-btn > a:hover,
.cv05 .btnarea .cv-btn > a:hover,
.cv06 .btnarea .cv-btn > a:hover {
  opacity: 0.7;
}

/* ======================================================
	SECTION
====================================================== */
.sec01_02_slider {
  position: relative;
}

.sec01_02_slider .slick-slide img {
  width: 100%;
  padding: 0;
}

.sec01_02_slider .slick-arrow {
  position: absolute;
  top: 9%;
  bottom: 0;
  z-index: 3;
  margin: auto;
  width: min(60px, 8vw);
  height: min(120px, 16vw);
  cursor: pointer;
}

.sec01_02_slider .prev-arrow {
  left: 0;
}

.sec01_02_slider .next-arrow {
  right: 0;
}

.sec01_02_slider .slick-dots {
  bottom: -4%;
}

.sec01_02_slider .slick-dots li {
  width: min(24px, 3.2vw);
  height: min(24px, 3.2vw);
  margin: 0 min(15px, 2vw);
}

.sec01_02_slider .slick-dots li button {
  width: 100%;
  height: 100%;
}

.sec01_02_slider .slick-dots li button:before {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  opacity: 1;
  background-color: #dcdcdc;
}

.sec01_02_slider .slick-dots li.slick-active button:before {
  background-color: #c8a682;
}

.sec01_05_slider {
  position: relative;
}

.sec01_05_slider .slick-slider {
  position: absolute;
  top: min(38px, 5.0666666667vw);
  right: 0;
  left: 0;
  width: min(440px, 58.6666666667vw);
  margin: auto;
  margin-bottom: 0;
}

.sec01_05_slider .slick-arrow {
  position: absolute;
  top: -21%;
  bottom: 0;
  z-index: 3;
  margin: auto;
  width: min(18px, 2.4vw);
  height: min(32px, 4.2666666667vw);
  cursor: pointer;
}

.sec01_05_slider .prev-arrow {
  left: -12%;
}

.sec01_05_slider .next-arrow {
  right: -12%;
}

.sec01_05_slider .slick-dots {
  bottom: -12%;
}

.sec01_05_slider .slick-dots li {
  width: min(24px, 3.2vw);
  height: min(24px, 3.2vw);
  margin: 0 min(15px, 2vw);
}

.sec01_05_slider .slick-dots li button {
  width: 100%;
  height: 100%;
}

.sec01_05_slider .slick-dots li button:before {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  opacity: 1;
  background-color: #dcdcdc;
}

.sec01_05_slider .slick-dots li.slick-active button:before {
  background-color: #c8a682;
}

.sec01_05_slider .shape {
  position: absolute;
  right: 12%;
  top: 0;
  width: min(107px, 14.2666666667vw);
  height: min(87px, 11.6vw);
}

.sec02_23_slider {
  position: relative;
  overflow: hidden;
  padding-left: min(80px, 10.6666666667vw);
}

.sec02_23_slider .slick-list {
  width: calc(100% + (100vw - 100%) / 2);
  left: -10%;
}

.sec02_23_slider .slick-slider {
  margin-bottom: 16%;
}

.sec02_23_slider .slick-slide {
  width: min(420px, 56vw);
  padding-right: min(50px, 6.6666666667vw);
}

.sec02_23_slider .slick-arrow {
  position: absolute;
  top: -27%;
  bottom: 0;
  z-index: 3;
  margin: auto;
  width: min(18px, 2.4vw);
  height: min(32px, 4.2666666667vw);
  cursor: pointer;
}

.sec02_23_slider .prev-arrow {
  left: -7%;
}

.sec02_23_slider .next-arrow {
  left: 0;
  right: -85%;
}

.sec02_23_slider .slick-dots {
  right: 56%;
  transform: translateX(50%);
  bottom: -20%;
}

.sec02_23_slider .slick-dots li {
  width: min(24px, 3.2vw);
  height: min(24px, 3.2vw);
  margin: 0 min(15px, 2vw);
}

.sec02_23_slider .slick-dots li button {
  width: 100%;
  height: 100%;
}

.sec02_23_slider .slick-dots li button:before {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  opacity: 1;
  background-color: #dcdcdc;
}

.sec02_23_slider .slick-dots li.slick-active button:before {
  background-color: #c8a682;
}
.sec01_2502_slider .slick-dots li button {
  width: 100%;
  height: 100%;
}
.sec01_2502_slider .slick-dots li button:before {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  opacity: 1;
  background-color: #898989;
}

.sec01_2502_slider .slick-dots li.slick-active button:before {
  background-color: #DF3765;
}
.sec01_2502_slider .slick-dots li {
    width: min(24px, 3.2vw);
    height: min(24px, 3.2vw);
    margin: 0 min(15px, 2vw);
}
.sec01_2502_slider .prev-arrow {
  left: -18px;
}

.sec01_2502_slider .next-arrow {
  right: -18px;
}
.sec01_2502_slider{
    background: url(../img/offer_01a-2b.jpg);
    /* background-position: bottom; */
    padding-bottom: 100px;
    background-repeat: no-repeat;
}
.sec01_2502_slider ul{
width: 80%;
    margin: auto;
}
@media screen and (max-width: 750px) {
.sec01_2502_slider{
    padding-bottom: 35px;
    background-repeat: no-repeat;
    background-size: cover;
}
}
.sec03_11_slider {
  position: relative;
}

.sec03_11_slider .slick-slider {
  margin-bottom: min(70px, 9.3333333333vw);
}

.sec03_11_slider .slick-slide img {
  width: 100%;
  padding: 0 min(15px, 2vw);
}

.sec03_11_slider .slick-arrow {
  position: absolute;
  top: -4%;
  bottom: 0;
  z-index: 3;
  margin: auto;
  width: min(60px, 8vw);
  height: min(120px, 16vw);
  cursor: pointer;
}

.sec03_11_slider .prev-arrow {
  left: 0;
}

.sec03_11_slider .next-arrow {
  right: 0;
}

.sec03_11_slider .slick-dots {
  bottom: -7%;
}

.sec03_11_slider .slick-dots li {
  width: min(24px, 3.2vw);
  height: min(24px, 3.2vw);
  margin: 0 min(15px, 2vw);
}

.sec03_11_slider .slick-dots li button {
  width: 100%;
  height: 100%;
}

.sec03_11_slider .slick-dots li button:before {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  opacity: 1;
  background-color: #dcdcdc;
}

.sec03_11_slider .slick-dots li.slick-active button:before {
  background-color: #c8a682;
}

.sec04_11.linkarea {
  position: relative;
}
.sec04_11.linkarea a {
  position: absolute;
  bottom: 25%;
  left: 22%;
  display: block;
  width: min(204px, 27.2vw);
  height: min(40px, 5.3333333333vw);
}

.sec04_16_slider {
  position: relative;
}

.sec04_16_slider .slick-slider {
  margin-bottom: min(200px, 26.6666666667vw);
}

.sec04_16_slider .slick-slide img {
  width: 100%;
  padding: 0 min(20px, 2.6666666667vw);
}

.sec04_16_slider .slick-slide .caption {
  display: none;
}

.sec04_16_slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -47%;
  z-index: 3;
  margin: auto;
  width: min(16px, 2.1333333333vw);
  height: min(24px, 3.2vw);
  cursor: pointer;
}

.sec04_16_slider .prev-arrow {
  left: min(204px, 27.2vw);
}

.sec04_16_slider .next-arrow {
  right: min(204px, 27.2vw);
}

.sec04_16_slider .slick-dots {
  bottom: min(-60px, -8vw);
}

.sec04_16_slider .slick-dots li {
  width: min(24px, 3.2vw);
  height: min(24px, 3.2vw);
  margin: 0 min(15px, 2vw);
}

.sec04_16_slider .slick-dots li button {
  width: 100%;





  height: 100%;
}

.sec04_16_slider .slick-dots li button:before {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  opacity: 1;
  background-color: #dcdcdc;
}

.sec04_16_slider .slick-dots li.slick-active button:before {
  background-color: #c8a682;
}

.sec04_16_slider .shop_name {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -26%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(288px, 38.4vw);
  height: min(50px, 6.6666666667vw);
  font-size: min(24px, 3.2vw);
  letter-spacing: 0.05em;
  background-color: #eeefe7;
}

.sec04_16_slider .shop_num {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -47%;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-size: min(20px, 2.6666666667vw);
  letter-spacing: 0.3em;
}

.sec05 .videoarea {
  position: relative;
}

.sec05 .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: min(690px, 92vw);
  height: 100%;
  margin: auto;
  border-radius: min(15px, 2vw);
  overflow: hidden;
}

.cm{
  margin: 4rem 0;
}

.cm_txt{
  font-size: 3rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
}

.cm .videoarea {
  position: relative;
}

.cm .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: min(690px, 92vw);
  height: 100%;
  margin: auto;
  border-radius: min(15px, 2vw);
  overflow: hidden;
}

.sec06 .btnarea {
  background-color: #ecede8;
  padding-bottom: min(60px, 8vw);
}

.sec06 .btnarea a {
  display: block;
  width: 89.3%;
  margin: auto;
  transition: opacity 0.3s;
}
.sec06 .btnarea a:hover {
  opacity: 0.7;
}

/* ======================================================
	ACCESS
====================================================== */
.access .cityarea .cityarea_wrap dd ul {
  display: flex;
  flex-wrap: wrap;
  width: min(630px, 84vw);
  margin: auto;
}

.access .cityarea .cityarea_wrap dd ul li {
  margin-top: min(10px, 1.3333333333vw);
  margin-right: min(10px, 1.3333333333vw);
}

.access .cityarea .cityarea_wrap dd ul li:nth-child(-n + 4) {
  margin-top: 0;
}

.access .cityarea .cityarea_wrap dd ul li:nth-child(4n) {
  margin-right: 0;
}

.access .cityarea .cs_reserve {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(20px, 2.6666666667vw);
  color: #1a1a1a;
  letter-spacing: 0.05em;
  width: min(150px, 20vw);
  height: min(76px, 10.1333333333vw);
  background-color: #f7f7f7;
  border-radius: 38px;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.1;
  transition: opacity 0.3s;
}
.access .cityarea .cs_reserve:hover {
  opacity: 0.7;
}

/* ======================================================
	FOOTER
====================================================== */
.footer nav {
  display: flex;
  justify-content: center;
  margin-top: min(50px, 6.6666666667vw);
}

.footer .w_auto {
  width: min(317px, 42.2666666667vw);
}
.footer .w_auto:first-child {
  margin-right: min(20px, 2.6666666667vw);
}

.footer .w_auto li {
  margin-top: min(30px, 4vw);
}
.footer .w_auto li:first-child {
  margin-top: 0;
}
.footer .w_auto li:before {
  content: "＞ ";
  font-size: min(26px, 3.4666666667vw);
  font-weight: 500;
}
.footer .w_auto li > a {
  display: inline-block;
  font-size: min(26px, 3.4666666667vw);
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-bottom: min(10px, 1.3333333333vw);
  border-bottom: 1px solid #1a1a1a;
}

.footer .bottom {
  margin-top: min(70px, 9.3333333333vw);
}

.cv-btn-ab {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  width: 96.4%;
  margin: auto;
}

.fv-btn {
  position: relative;
  top: -240px;
  left: 4%;
}

@media screen and (max-width: 750px) {
  .fv-btn {
    position: relative;
    width: 70%;
    top: -240px;
  }
}

/* ======================================================
	nav
====================================================== */

.nav01 {
  width: min(750px, 100%);
  display: flex;
  position: fixed;
  top: 0;
  z-index: 2;
  justify-content: space-around;
}

.nav01-mt {
  margin-top: 12%;
}

.nav01 li {
  list-style-type: none;
}

/* nav
---------------------------------------------------- */
.nav {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}
.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav a {
    display: block;
    background: #000;
}

/* ======================================================
	banner
====================================================== */

#banner {
  padding: 0px;
  z-index: 99999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 3.46% 2.66%;
  width: 100%;
}

@media (min-width: 640px) {
  #banner {
    padding: 0 22.14px 17px;
  }
}
.banner_inner {
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}

#banner img {
  width: 100% !important;
}

@media screen and (max-width: 750px) {
  .fv-btn {
    position: relative;
    width: 70%;
    top: -240px;
  }
}


/*----------------------タブ切り替え----------------------*/
.tab-wrap {display: flex;flex-wrap: wrap;margin: 0.5em 1.1em;column-gap: 10px;}
.tab-label {color: White;background: #edb7c8;font-weight: bold;white-space: nowrap;text-align: center;order: -1;position: relative;z-index: 1;cursor: pointer;flex: 1;padding: 0;border-top-right-radius: 1.5em;border-top-left-radius: 1.5em;}
.tab-label:not(:last-of-type) {border-right: solid 1px #ccc;}
/*.tab-label {border-right:1px solid gray;}*/
.tab-content {width: 100%;height: 0;overflow: hidden;display: none;background-color: #ffffff;}
.tab-content.newcoursetab {width: 100%;height: 0;overflow: hidden;display: none;background-color: #ffffff;}
.tableft:checked+.tab-label {background: #d53558 url(../img/img_contents_02.png) center no-repeat;background-size: 100%;}
.tabright:checked+.tab-label {background: #2a8c99 url(../img/img_contents_03.png) center no-repeat;background-repeat:no-repeat;background-color: #ff9e79;background-size: 100%;}
.tableft:checked+.tab-label+.tab-content {border-bottom: solid 20px #d53558;display:block;} 
.tabright:checked+.tab-label+.tab-content {border-bottom: solid 20px #2a8c99;display:block;}
.tabright:checked+.tab-label {background-color: #2a8c99;}
.tab-bright {background: #8cccd1;}
/*.tab-switch:checked+.tab-label {background: #325A8C;}*/
.tab-switch:checked+.tab-label+.tab-content {height: auto;overflow: auto;padding: 15px;opacity: 1;transition: .5s opacity;box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
.tab-switch {display: none;}
.tab-switch {display: none;}
input#tab01:checked + label img {opacity: 0;margin: 0 auto;width: 320px;}
.tab-switch:checked+.tab-label+.tab-content {height: auto;overflow: auto;padding: 1em 0em;opacity: 1;transition: .5s opacity;box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);background: #fcf0f0;}
.tab-switch:checked+.tab-label+.tab-content.newcoursetab{background: #e7f2f2;}
input#tab02:checked + label img { opacity: 0;}
/*吹き出し部分オレンジ*/
.tab-content{border-top: #d53558 solid 20px;}
.tab-content.newcoursetab {border-top: #2a8c99 solid 20px;}
#timeSec .sectionInner2 .charmBox{background: url(../images/img_usagi.jpg) no-repeat top 0 center/cover;background-size: 955px;padding:80px 0px 30px;}
#timeSec p:nth-child(2) {padding: 10px 0px;font-size: 16px;margin: 2% 0% 4%;}
/*タブ中身右　スケジュール例*/
.newcourseBox.section{background-color: #f0f0f0;padding: 0;}
.newcourseBox{position:relative;/* background: #fff; *//* padding: 1.4em 0; */}
/*-----inputタグを非表示-----*/
.newcourseBox input[name="tabItem"],
.newcourseBox input[name="tabItem2"],
.newcourseBox input[name="season"] { display: none;}
/*-----タブのスタイル-----*/
.newcourseBox .tabItem .btn_ex1Newcourse,
.newcourseBox .tabItem .btn_ex2Newcourse,
.newcourseBox .tabItem .btn_ex3Newcourse{display: inline-block;width: 45%;text-align: center;box-sizing: border-box;background-color: #ffffff;color: #666;font-weight: bold;font-size: 135%;padding: 0.8em 0;border-radius: 35px;border: solid 3px #c4c4c4;box-shadow: 0 0 4px 2px #e9e9e9;box-sizing: border-box;}
.newcourseBox .tabItem2 .btn_ex4Newcourse,
.newcourseBox .tabItem2 .btn_ex5Newcourse,
.newcourseBox .tabItem2 .btn_ex6Newcourse{display: inline-block;width: 45%;text-align: center;box-sizing: border-box;background-color: #ffffff;color: #666;font-weight: bold;font-size: 135%;padding: 0.8em 0;border-radius: 35px;border: solid 3px #c4c4c4;box-shadow: 0 0 4px 2px #e9e9e9;box-sizing: border-box;}

/*-----hover時のタブのスタイル-----*/
.newcourseBox .tabItem:hover{cursor: pointer;}
.newcourseBox .tabItem2:hover{cursor: pointer;}
.newcourseBox .tabItem.ex1Newcoursetab .btn_ex1Newcourse:hover{background-color: #dfdfdf;color: #7f7877;}
.newcourseBox .tabItem.ex2Newcoursetab .btn_ex2Newcourse:hover{background-color: #dfdfdf;color: #7f7877;}
.newcourseBox .tabItem.ex3Newcoursetab .btn_ex3Newcourse:hover{background-color: #dfdfdf;color: #7f7877;}
.newcourseBox .tabItem2.ex4Newcoursetab .btn_ex4Newcourse:hover{background-color: #dfdfdf;color: #7f7877;}
.newcourseBox .tabItem2.ex5Newcoursetab .btn_ex5Newcourse:hover{background-color: #dfdfdf;color: #7f7877;}
.newcourseBox .tabItem2.ex6Newcoursetab .btn_ex6Newcourse:hover{background-color: #dfdfdf;color: #7f7877;}

/*-----選んだタブのスタイルを変更-----*/
.newcourseBox #ex1Newcoursetab:checked ~ label.tabItem.ex1Newcoursetab .btn_ex1Newcourse,
.newcourseBox #ex2Newcoursetab:checked ~ label.tabItem.ex2Newcoursetab .btn_ex2Newcourse,
.newcourseBox #ex3Newcoursetab:checked ~ label.tabItem.ex3Newcoursetab .btn_ex3Newcourse {background-color: #e7f6f7;color: #2a8c99;position: relative;border-color: #8bd3d8;}
.newcourseBox #ex4Newcoursetab:checked ~ label.tabItem2.ex4Newcoursetab .btn_ex4Newcourse,
.newcourseBox #ex5Newcoursetab:checked ~ label.tabItem2.ex5Newcoursetab .btn_ex5Newcourse,
.newcourseBox #ex6Newcoursetab:checked ~ label.tabItem2.ex6Newcoursetab .btn_ex6Newcourse {background-color: #fff0f4;color: #d53558;position: relative;border-color: #ff9fb6;}

/*-----タブの中身を非表示-----*/
.newcourseBox .tabContent {display: none;opacity: 0;padding: 0;clear: both;overflow: hidden;width: 100%;}
/*-----選んだタブの中身を表示-----*/
.newcourseBox #ex1Newcoursetab:checked ~ #content_ex1Newcourse,
.newcourseBox #ex2Newcoursetab:checked ~ #content_ex2Newcourse,
.newcourseBox #ex3Newcoursetab:checked ~ #content_ex3Newcourse{display: block; opacity: 1;}
.newcourseBox #ex4Newcoursetab:checked ~ #content_ex4Newcourse,
.newcourseBox #ex5Newcoursetab:checked ~ #content_ex5Newcourse,
.newcourseBox #ex6Newcoursetab:checked ~ #content_ex6Newcourse{display: block; opacity: 1;}

.newcourseBox .tabContent {box-sizing: border-box;}
.newcourseBox .newcourseImg {text-align: center;margin: 1.3em 0 0;}
.newcourseBox .newcourseImg .Img02 {overflow-x: scroll;max-width: 674px;}
p.newcourseImg {}
.newcourseBox h4 {color:#726965;font-size: 169%;font-weight: 600;letter-spacing: 0.05em;margin-bottom: 0.2em;}
.schoolLeft {margin-right: 96px;font-size: 136%;}
.schoolLeft .fontB {margin-right: 11px;}
.courseBox {background: #f9ebdb;padding: 4.5em 1.5em 0;}
.courseBoxInner {background: #fff;border-radius: 1.1em;box-shadow: 0 0 4px 4px #eddecc;padding: 0 0 0.9em;}
.courseBox img{width:auto;margin:0 auto;}
.courseBoxInner h2 {/* margin: -10em; */position: absolute;top: -2em;width: 100%;}
.detailBoxInner {position: relative;padding: 7.5em 0 0;}
.planBox {padding: 0 1.5em;margin: 2.8em 0 0 0;}
.planBoxInner {}
.tabItem:first-of-type {margin: 0 0 0 1.6em;}
.tabItem2:first-of-type {margin: 0 0 0 1.6em;}
.planBoxInner h3 {position: absolute;top: -1em;width: 100%;}
.planBoxInner {position: relative;padding: 4.6em 0 1em;background: #fff;border-radius: 1em;}
.tabItem .fontN, .tabItem2 .fontN {font-size: 89%;}
.spNone{display:none;}


/*sp用*/
@media screen and (max-width: 750px) {
.courseBoxInner h2 {width: 100%;right: initial;left: initial;top: -1.2em;}
.courseBoxInner h2 img {width: 100%;}
.detailBoxInner p img {width: 100%;}
.detailBoxInner {padding: 4.5em 0 0;}
.courseBox {padding: 3em 2.8% 1em;}
.courseBoxInner {border-radius: 0.3em;}
.tab-wrap {flex-wrap: wrap;width: 100%;margin: 0;padding: 0.6em;}
.tab-switch:checked+.tab-label+.tab-content {width: 100%;box-sizing: border-box;}
.courseBox img {width: 100%;height: auto;}
input#tab01:checked + label img {width: 100%;}
.newcourseBox .tabItem .btn_ex1Newcourse, .newcourseBox .tabItem .btn_ex2Newcourse, .newcourseBox .tabItem .btn_ex3Newcourse, .newcourseBox .tabItem2 .btn_ex4Newcourse, .newcourseBox .tabItem2 .btn_ex5Newcourse, .newcourseBox .tabItem2 .btn_ex6Newcourse {width: calc(93% / 2);padding: 0.3em 0;line-height: 1.15;}
.tabItem2:first-of-type {margin: 0 0 0 0.5em;}
.planBoxInner {padding: 3em 0 1em;border-radius: 0.6em;}
.newcourseBox .tabItem .btn_ex1Newcourse, .newcourseBox .tabItem .btn_ex2Newcourse, .newcourseBox .tabItem .btn_ex3Newcourse, .newcourseBox .tabItem2 .btn_ex4Newcourse, .newcourseBox .tabItem2 .btn_ex5Newcourse, .newcourseBox .tabItem2 .btn_ex6Newcourse{padding: 0.3em 0;}
.tabItem:first-of-type, .tabItem2:first-of-type {margin: 0 0 0 3%;}
.tab-label {background: #8cccd1;border-top-right-radius: 0.5em;border-top-left-radius: 0.5em;}
.tab-label.tab-bleft{background:#edb7c8;}
	.planBox {padding: 0 3%;margin: 2.8em 0 0 0;}
.spNone{display:block;}
}

/* shopinfo
---------------------------------------------------- */
.shop_forms_btn{display:block;}
.shop_pop_btn{display:none;}
.shopinfo{background: #E8F7F7;padding:5%;margin: 0 0 0;}
.shopinfo h2 {color: #052535;font-size: min(6vw, 40px);line-height: min(9vw, 55px);margin-bottom: min(3vw, 0.4em);}
.shopinfo h2 span.shop_strg {font-size:130%;color:#f96c2d}

.shopinfo .slick01{
    margin-bottom: 4em;
}
.shopinfo .shop__access{position:relative;color:#fff;background: #052534;border-radius: 20vw;padding: min(6vw, 15px) 7vw;margin: 4vw auto;}

.shopinfo .shop__access:before,
.shopinfo .shop__access:after{content:"";position:absolute;}

.shopinfo .shop__access:before{content:"さらに";background:#ffdf20;color: #052534;font-weight: bold;font-size: 115%;padding: 0 2%;left: 5%;top: -15%;rotate: -8deg;}
.shopinfo .shop__access:after{
    display: inline-block;
    width: 0;
    height: 0;bottom:-1.8vw;
    right:0;left:0;
    margin:auto;
    border-style: solid;
    border-width: 2vw 1.5vw 0 1.5vw;
    border-color: #052534 transparent transparent transparent;
}

@media screen and (max-width: 600px) {
    .shopinfo .shop__access:after{
        bottom: -3vw;
        border-width: 5vw 4.5vw 0 4.5vw;
    }
}

.shopinfo .shop__access span{margin: auto;font-weight: bold;font-size: min(6vw, 26px);line-height: min(9vw, 40px);}
.shopinfo iframe{width: 100%;aspect-ratio: 4/3;}
.shopinfo .once iframe{width: 100%;height: auto;aspect-ratio: 4/3;}

.shopinfo ul.list__info{margin-top: 5%;}
.shopinfo ul dl{display:flex;justify-content: space-between;align-items: center;margin-bottom: 0.5em;border-radius: 1em;line-height: 1.5em;font-size: min(4.7vw, 1.5em);}
.shopinfo ul li:first-child dl{align-items: baseline;}
.shopinfo ul dt{
    width: 33%;
    text-align: center;
    background: #052534;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1.2em;
}
.shopinfo ul dd{
    width: 61%;
}
.shopinfo ul dt,
.shopinfo ul dd{
    padding:0.25em 0;
    line-height:1.4;
}

.shopinfo .btn__shopBox{margin:calc(80 / 750* 100%)auto}
.btn__shopTtl{position: relative;color: #052535;font-weight: bold;font-size: min(6vw, 28px);line-height: min(9vw, 40px);margin-bottom: min(3vw, 0.4em);width: min(100%,80%);margin: 0 auto min(3.7vw,20px);}
.btn__shopTtl span{font-size:120%}

/* shop
---------------------------------------------------- */
.shop {
    margin: calc(100 / 750 * 100%) 0 0 0;
}
.shop_name{background-color: #042433;font-size: 1.3em; font-weight: bold;border-radius: 50px;color: #fff;margin-bottom: 1em; padding: 0.2em 5%;letter-spacing: 0.02em;}
.shop_card{margin-top: 1.5em;color: #042433;font-size:min(3.7vw, 20px);}
.shop_card:last-child{margin-bottom: min(3.7vw,60px);}
.shop_info{padding: 0 5%;display: flex;justify-content: space-between;}
.shop_map{width: 44%;display: flex;flex-direction: column;}
@media screen and (min-width: 600px) {
    .shop_map iframe{height: 250px;}
}
.shop_text{width: 53%;display: flex;flex-direction: column;justify-content: space-between;}
/* .shop_item{margin-bottom: 1em;} */
.shop_item.address{line-height:1.4;margin: 0 0 auto;}
.shop_item.opening_times{margin: 0.5em 0 0;}
.shop_item.link{margin:0.5em 0 0;}
.shop_timeTitle{margin-right: 1em; padding: 0.2em 0.7em;border: 2px solid #042433;border-radius: 8px;font-size:min(2.6vw,20px);}
@media screen and (min-width: 600px) {
    .shop_timeTitle{margin-right: 1em; padding: 0.2em 1.2em;border: 2px solid #042433;border-radius: 8px;font-size: 0.8em;}
}

.cv_shop_city{background-color:#E8F7F7;padding: 3em 0 3em;}
.shop__area {
    padding: 0 calc(40 / 750 * 100%);
    margin: calc(45 / 750 * 100%) 0 0 0;
}
.shop__area dt {
    /*font-size: unquote('min(4vw, 30px)');*/
    font-size: min(4vw, 24px);
    font-weight: 700;
    line-height: 8.5333333333vw;
    color: #fff;
    padding: 0 1em;
    position: relative;
    cursor: pointer;
}
@media screen and (min-width: 600px) {
    .shop__area dt {
        line-height: calc(64px * 0.8);
    }
}
.shop__area dt::after {
    content: '';
    display: block;
    width: 3.8666666667vw;
    height: 2.2666666667vw;
    background: url(../img/arrow01.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 4.8vw;
    top: 50%;
    margin: -1.1333333333vw 0 0 0;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
    .shop__area dt::after {
        width: calc(29px * 0.8);
        height: calc(17px * 0.8);
        right: calc(36px * 0.8);
        margin: calc(-8.5px * 0.8) 0 0 0;
    }
}
.shop__area dt.is-active::after {
    transform: rotate(0deg);
}
.shop__area dt:not(:nth-of-type(1)) {
    margin: 2.6666666667vw 0 0 0;
}
@media screen and (min-width: 600px) {
    .shop__area dt:not(:nth-of-type(1)) {
        margin: calc(20px * 0.8) 0 0 0;
    }
}
.shop__area dd {
    display: none;
}
.shop__area > dt {
    background: #7d7a7a;
}
.shop__area > dd {
    padding: 1.0666666667vw 0 0 0;
}
@media screen and (min-width: 600px) {
    .shop__area > dd {
        padding: calc(8px * 0.8) 0 0 0;
    }
}
.shop__area > dd dt {
    background: #a6a2a2;
}
.shop__list {
    margin: 2.6666666667vw 0 0 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.4666666667vw;
    row-gap: 1.4666666667vw;
}
@media screen and (min-width: 600px) {
    .shop__list {
        margin: calc(20px * 0.8) 0 0 0;
        column-gap: calc(11px * 0.8);
        row-gap: 9px;
    }
}
.shop__list li {
    width: 28.8vw;
}
@media screen and (min-width: 600px) {
    .shop__list li {
        width: calc(216px * 0.8);
    }
}
.shop__list a {
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-size: unquote('min(3.2vw, 24px)');*/
    font-size: min(3.2vw, 19px);
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    text-align: center;
    border: 0.2666666667vw solid #000;
}
@media screen and (min-width: 600px) {
    .shop__list a {
        height: calc(80px * 0.8);
        border: 2px solid #000;
    }
}
@media (hover: hover) {
    .shop__list a:hover {
        opacity: 1;
        color: #fff;
        border: 0.2666666667vw solid #ff6b27;
        background: #ff6b27;
    }
}
@media screen and (hover: hover) and (min-width: 600px) {
    .shop__list a:hover {
        border: 2px solid #ff6b27;
    }
}

@media (hover: none) {
    .shop__list a:active {
        opacity: 1;
        color: #fff;
        border: 0.2666666667vw solid #ff6b27;
        background: #ff6b27;
    }
}
@media screen and (hover: none) and (min-width: 600px) {
    .shop__list a:active {
        border: 2px solid #ff6b27;
    }
}

.cv_shop{background-color:#E8F7F7;padding: 0 0 3em;}


.city_multiple_01 #shopinfo .shop_box_area {display: flex;flex-wrap: wrap;justify-content: space-between;}
.city_multiple_01 #shopinfo .shop_card {font-size: min(3.7vw, 16px);width: 47%;display: flex;flex-direction: column;}
.city_multiple_01 #shopinfo .shop_name{border-radius: 0;margin-bottom: 0.6em;font-size: 1.2em;}
.city_multiple_01 #shopinfo .shop_text{width:100%;}
.city_multiple_01 #shopinfo .shop_info{flex:1;padding:0 3%;}
.city_multiple_01 #shopinfo .shop_card:last-child{margin-bottom:0;}
@media screen and (min-width: 600px) {
    .city_multiple_01 #shopinfo .shop_info{padding:0 6%;}
    .city_multiple_01 #shopinfo .shop_name{font-size: min(3.7vw, 24px);}
}

/* floating-btn
---------------------------------------------------- */
.floating-btn {
  width: 95.7333333333vw;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 150;
  transition: all 0.3s ease;
}

.floating-link{
  display: block;
  background-image: url(../img/bottom_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 84px;
  text-align: center;
  padding: 1%;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: min(5.5vw,30px);
  line-height: 1.7;
}

@media screen and (max-width: 534px) {
  .floating-link {
    height: 75px;
    font-size: min(5.7vw,33px);
  }
}

@media screen and (max-width: 480px) {
  .floating-link {
    height: 68px;
    font-size: min(5.4vw,33px);
  }
}

@media screen and (max-width: 414px) {
  .floating-link {
    height: 58px;
    font-size: min(5.7vw,20px);
  }
}


@media screen and (min-width: 600px) {
  .floating-btn {
    height: 84px;
    width: calc(718px * 0.8);
  }
}
.floating-btn.is-show {
  bottom: calc(10px * 0.8);
}

/* fv-store
---------------------------------------------------- */
.fv-store {
  position: relative;
}
.fv-store__logo {
  width: calc(115 / 750 * 100%);
  position: absolute;
  top: 2.6666666667vw;
  left: calc(20 / 750 * 100%);
}
@media screen and (min-width: 600px) {
  .fv-store__logo {
    top: calc(20px * 0.8);
  }
}
.fv-store__link {
  font-size: min(1.86vw, 14px);
  transform: rotate(-6deg);
  position: absolute;
  top: 109.7333333333vw;
  left: 49.3333333333vw;
}
@media screen and (min-width: 600px) {
  .fv-store__link {
    top: calc(823px * 0.8);
    left: calc(370px * 0.8);
  }
}
.fv-store__link a {
  color: #000;
  text-decoration: underline;
}

/* store
---------------------------------------------------- */
.store {
  background: #e7f7f7;
  padding: calc(60 / 750 * 100%) 0 calc(50 / 750 * 100%) 0;
  margin: calc(70 / 750 * 100%) 0 0 0;
}
.store .slick06 {
  margin: calc(40 / 750 * 100%) 0 0 0;
}
.store .slick-slide {
  margin: 0 0.6666666667vw;
}
@media screen and (min-width: 600px) {
  .store .slick-slide {
    margin: 0 5px;
  }
}
.store .slick-arrow.prev {
  left: 8vw;
}
@media screen and (min-width: 600px) {
  .store .slick-arrow.prev {
    left: 48px;
  }
}
.store .slick-arrow.next {
  right: 8vw;
}
@media screen and (min-width: 600px) {
  .store .slick-arrow.next {
    right: 48px;
  }
}
.store .notes {
  text-align: right;
  margin: 0.25em calc(40 / 750 * 100%) 0 0;
}
.store__img01 {
  margin: calc(55 / 750 * 100%) 0 0 0;
}
.store__img02 {
  margin: calc(30 / 750 * 100%) 0 0 0;
}
.store__map {
  width: calc(670 / 750 * 100%);
  height: 74.6666666667vw;
  margin: calc(28 / 750 * 100%) auto 0 auto;
}
@media screen and (min-width: 600px) {
  .store__map {
    height: 448px;
  }
}
.store__map iframe {
  width: 100%;
  height: 100%;
}
.store dl {
  width: calc(670 / 750 * 100%);
  margin: calc(40 / 750 * 100%) auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: calc(25 / 750 * 100%);
}
.store dt {
  width: calc(140 / 670 * 100%);
  font-size: min(3.46vw, 21px);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  background: #052535;
  padding: 0.25em 0;
  border-radius: 0.6666666667vw;
  display: flex;
  justify-content: center;
  margin: 0 0 calc(20 / 670 * 100%) 0;
}
@media screen and (min-width: 600px) {
  .store dt {
    border-radius: 5px;
  }
}
.store dd {
  width: calc(505 / 670 * 100%);
  font-size: min(4.26vw, 25px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 calc(20 / 670 * 100%) 0;
}
.store dd.access {
  padding: 0.4em 0 0;
}
.store + .cv {
  padding: calc(60 / 670 * 100%) 0 0 0;
}

/* lity
---------------------------------------------------- */
@media screen and (min-width: 600px) {
    .lity-wrap {
        margin: 3% 0;
    }
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 600px;
    max-height: 100%;
    outline: none !important;
    width: 90%;
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.lity-content:after{
    display: none;
}
.lity-wrap::-webkit-scrollbar{
  display:none;
}

/* shopPopup
---------------------------------------------------- */
#shopPopup{
  margin: 0 auto;
  padding: 7% 5% 8% 5%;
  background-color: #E8F7F7;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#shopPopup .shop_poptitle{
  text-align: center;
  line-height: 1.2;
  font-size: min(5.7vw,2em);
  font-weight: bold;
}

#shopPopup .shop_poptitle span{
  color: #FF6B27;
}

/*#shopPopup .shop_none{
  display: none;
}

#shopPopup .shop_name{
  font-size: min(3.7vw,1em);
  margin-bottom: 0.5em;
  border-radius: 0;
}

 #shopPopup .shop_info{
  display: block;
  border: 1px dashed #042433;
  border-top: none;
}

#shopPopup .shop_card{
  margin-top: min(3.7vw,1em);
  margin-bottom: min(6vw, 1.2em);
}

#shopPopup .shop_card:first-child{
  margin-top: 0;
}

#shopPopup .shop_card:last-child{
  margin-bottom: 0;
}

#shopPopup .shop_text{
  width: 100%;
} */

#shopPopup .shop_item{
  width: 90%;
  text-align: center;
  margin: 0 auto 1.5em;
  font-size:min(3.7vw,1.4em) ;
}

#shopPopup .shop_item:last-child{
  margin-bottom: 0;
}

#shopPopup .shop_item a{
  display: block;
  padding: 5% 5%;
  border: 2px solid #042433;
  color: #042433;
  font-weight: bold;
  background-color: #fff;
}

#shopPopup .shop_item a:hover{
  border: 2px solid #ff6b27;
  background-color: #ff6b27;
  color: #fff; 
  opacity: 1;
}

#shopPopup .shop_poptext{
  margin-top: 0.5em;
  margin-bottom: 0.9em;
  font-size: 1em;
  text-align: center;
}

@media screen and (min-width: 600px) {
  #shopPopup{
    max-width: 600px;
    padding: 5%;
  }
}
/*# sourceMappingURL=main.css.map */


.city_multiple_01 #shopPopup .shop_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: calc( (100% - (31% * 3) ) / 2););););
}
.city_multiple_01 #shopPopup .shop_item{
    width: 31%;
    font-size: min(3.7vw, 1.4em);
    margin: 0 0 1.5em 0;
}
.city_multiple_01 #shopPopup .shop_item a{
    height: 10.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(3.2vw, 19px);
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    text-align: center;
    border: 0.2666666667vw solid #000;
}
@media screen and (min-width: 600px) {
    .city_multiple_01 #shopPopup .shop_item{margin-bottom:1em;}
    .city_multiple_01 #shopPopup .shop_item a{
        height: 3.5em;
        border: 2px solid #000;
        font-size: min(3.2vw, 18px);
    }
}