@charset "UTF-8";

.allWrap {
  /****************************************************/
  /****************************************************/
  /* #wrapper
  ***************************************************/
  /*ページトップ削除*/
  /*ページトップ削除*/
  /* #event
  ***************************************************/
  /* #about
  ***************************************************/
  /* CVボタン
  ***************************************************/
  /* #specialPlan スペシャルプラン
  ***************************************************/
  /* #menu メニュー
  ***************************************************/
  /*タブ*/
  /*タブ内写真*/
  /*タブ内写真*/
  /*タブ*/
  /* parts
  ***************************************************/
  /* header
  ***************************************************/
  /* main
  ***************************************************/
  /* 残すpop
  ***************************************************/
  /* close button */
  /* checkbox non-display */
  /* close button's control */
  /* TEL
  ***************************************************/
  /* SNS
  ***************************************************/
  /* Wrapper */
  /* Circle */
  /* Icons */
}

.allWrap #hina .spOnly {
  display: none;
}

.allWrap body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}

.allWrap .font--mincho {
  font-family: "MS PMincho", "Hiragino Mincho Pro", serif;
}

.allWrap .font-gothic {
  font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
}

.allWrap .font--mincho02 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.allWrap .f-f-yumin {
  font-family: "YakuHanMP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "Noto Serif JP", serif !important;
}

.allWrap .f-f-yumin {
  font-family: "YakuHanJP", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "YuGothic", "游ゴシック", "Meiryo", "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

.allWrap p.t14 {
  font-size: 2.2rem;
}

.allWrap #wrapper {
  color: #665451;
  background-color: #f9f1ff;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  writing-mode: horizontal-tb;
  background-color: #fff;
}

.allWrap #wrapper img {
  vertical-align: bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  width: 100%;
  height: auto;
  /* IEで画像をリサイズした時にギザギザになるのを防止 */
}

.allWrap #wrapper a {
  /*transition: 0.4s;*/
}

.allWrap #wrapper a:link {
  /*color: #004094;*/
}

.allWrap #wrapper a:active,
.allWrap #wrapper a:visited {
  /*color: #004094;*/
}

.allWrap .sma {
  display: none;
}

.allWrap #sp-nav {
  display: none;
}

.allWrap #js-pagetop {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .allWrap {
    /* ハンバーガー削除 */
    /* ハンバーガー削除 */
  }

  .allWrap .menuIcon {
    display: none !important;
  }

  .allWrap .js-menuIcon {
    display: none !important;
  }

  .allWrap html {
    scroll-behavior: smooth;
  }

  .allWrap #sp-nav {
    display: block;
    position: fixed;
    bottom: 0;
    background: #b09fca;
    border-top: 3px ridge #fff;
    z-index: 1500;
    width: 100%;
  }

  .allWrap .sp-nav-box {
    width: 70%;
    margin: 5px 0 5px 50px;
    text-align: center;
    /*    margin: 0 auto;*/
  }

  .allWrap .sp-nav-box p {
    color: #fff;
    font-size: 18px;
  }

  .allWrap .pagetop01 {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 6px;
    background: #fcbed0;
    border: solid 2px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }

  .allWrap .pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
  }
}

.allWrap #event {
  /*  background-color: #fcbed0;*/
  padding: 130px 0 170px;
  background-image: url("../images/bg01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.allWrap .event_box {
  background-image: url("../images/bg-img01.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  width: 90%;
  max-width: 120rem;
  margin: 10rem auto 15rem;
  position: relative;
  min-height: 109rem;
}

.allWrap .mainP {
  margin: 30px auto;
  text-align: center;
  padding-top: 10rem;
  width: 80%;
}

.allWrap .cara01 {
  position: absolute;
  top: -150px;
  right: 0px;
}

/*
.allWrap .content_box {
  position: absolute;
  top: 60px;
  right: 100px;
  z-index: 980;
}
  */

.allWrap .textarea {
  width: 100rem;
  display: flex;
  justify-content: space-around;
  margin: 0px auto 0;
}

.allWrap .textarea p {
  width: 60%;
  /*  padding-left: 40px;*/
}

.allWrap .chara06 {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .allWrap .event_box {
    width: 90%;
  }

  .allWrap .textarea {
    margin-top: 40px;
  }


}

@media screen and (max-width: 768px) {
  .allWrap .mainP {
    padding-top: 3rem;
    width: 90%;
  }

  .allWrap #event {
    padding: 0px;
    background-image: url("../images/SP-bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .allWrap .event_box {
    background-image: url("../images/SP-bg-img01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 36rem;
    margin-bottom: 5rem;
    min-height: 64rem;
  }

  .allWrap .content_box {
    top: 0px;
    right: 2.5rem;
  }

  .allWrap .cara01 {
    width: 30%;
    top: -7.1rem;
    right: -0.9rem;
  }

  .allWrap .cara01 img {
    width: 39%;
  }

  .allWrap .textarea {
    width: 90%;
    display: block;
  }

  .allWrap .textarea p {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .allWrap .chara06 {
    width: 60%;
    margin: 2rem auto;
  }

  .allWrap .chara06 img {
    width: 20%;
  }
}

.allWrap #about {
  padding: 74px 0 30px;
  background-image: url("../images/bg02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.allWrap h2.titleL {
  width: 88.2rem;
  margin: 0px auto 58px;
}

.allWrap .about_wrap {
  width: 100rem;
  margin: 0 auto;
  /*  background-color: pink;*/
  background-image: url("../images/bg-img02.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 40px;
  padding-bottom: 30px;
}

.allWrap h3.titleM {
  width: 100rem;
  text-align: center;
  padding-top: 50px;
}

.allWrap p.about-p {
  margin: 3.5rem 0 1rem;
  font-size: 2.4rem;
}

.allWrap .item_box {
  width: 80rem;
  margin: 0 auto;
  padding-top: 4rem;
}



.allWrap .about_box01 {
  position: relative;
}

.allWrap p.about-p {
  font-size: 2rem;
}

.allWrap .about_box01 h4 {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.allWrap h4 {
  position: relative;
  z-index: 1;
}

.allWrap .about_box02 {
  position: relative;
}

.allWrap .about_box03 {
  position: relative;
}

.allWrap .about_box04 {
  position: relative;
}

.allWrap .kikan,
.allWrap .time,
.allWrap .price,
.allWrap .place {
  text-align: center;
}


.allWrap .about_txt {
  width: 80rem;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}

.allWrap .about_txt01 {
  margin-top: -4rem;

}

.allWrap .about_txt02 {
  margin-top: -4rem;

}

.allWrap .about_txt03 {
  margin-top: -4rem;

}

.allWrap .about_txt04 {
  margin-top: -4rem;

}

.allWrap .bnr-area {
  margin-top: 50px;
}

.allWrap .reco {
  max-width: 101rem;
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}

.allWrap .reco p {
  font-size: 2rem;
}

.allWrap span.small {
  font-size: 2rem;
}

.allWrap .xmas {
  max-width: 650px;
  background-color: #f5e6ed;
  margin: 0 auto;
  border-radius: 10px;
}

.allWrap .xmas p {
  font-size: 1.8;
  padding: 5px 0;
}

.allWrap .item_box h4 {
  max-width: 300px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .allWrap .sma {
    display: block;
  }

  .allWrap .about_wrap {
    background-image: url("../images/SP-bg-img02.png");
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    width: 36rem;
    margin: 0 auto;
    border-radius: 15px;
  }

  .allWrap h2.titleL {
    width: 33rem;
    margin-bottom: 0;
  }

  .allWrap about_wrap {
    width: 36rem;
  }

  .allWrap h3.titleM {
    width: 35rem;
    padding-top: 30px;
  }

  .allWrap .kikan,
  .allWrap .time,
  .allWrap .price,
  .allWrap .place {
    width: 340px;
  }

  .allWrap .kikan img,
  .allWrap .time img,
  .allWrap .price img,
  .allWrap .place img {
    width: 70%;
  }

  .allWrap .kikan {
    margin-top: 0;
  }

  .allWrap .time {
    margin-top: 70px;
  }

  .allWrap .price {
    margin-top: 130px;
  }

  .allWrap .item_box {
    padding-top: 2rem;
  }

  .allWrap .item_box h4 {
    width: 80%;
    margin: auto;
  }


  .allWrap .item_box {
    width: 90%;
  }

  .allWrap p.about-p {
    font-size: 1.4rem;
  }

  .allWrap span.small {
    font-size: 1.2rem;
  }

  .allWrap .about_txt {
    width: 100%;
  }

  .allWrap .reco {
    margin-top: 2rem;
  }

  .allWrap .reco p {
    width: 350px;
    line-height: 15px;
  }

  .allWrap .place {
    margin-top: 90px;
  }

  .allWrap .xmas p {
    font-size: 12px;
    padding: 5px 0;
  }


}

.allWrap .cv {
  width: 100rem;
  text-align: center;
  margin: 40px auto 47px;
  display: flex;
  justify-content: space-between;
}

.allWrap .cv .cv01,
.allWrap .cv .cv02 {
  width: 50%;
}

.allWrap .cta01,
.allWrap .cta02 {
  width: 90%;
  height: 8rem;
  margin: 30px auto 0;
}

.allWrap .cta01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #FFFFBF;
  text-align: center;
  border: 1px solid #FFED99;
  color: #666666;
  font-size: 3rem;
  line-height: 80px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 1px 1px 5px 0px #FFFFFF inset;
  text-shadow: 1px 1px 1px #ADADAD;
  transition: all 0.5s ease;
}

.allWrap .cta01 a:hover {
  text-decoration: none;
  background: #FFED99;
  color: #555555;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #FFFFFF;
  box-shadow: none;
}

.allWrap .cta-text {
  width: 45rem;
  margin: 20px auto;
  font-size: 18px;
}

.allWrap .cta02 {
  width: 90%;
  height: 8rem;
  margin: 30px auto 0;
}

.allWrap .cta02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #D0EADE;
  text-align: center;
  border: 1px solid #D0EADE;
  color: #666666;
  font-size: 3rem;
  line-height: 80px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 1px 1px 5px 0px #FFFFFF inset;
  text-shadow: 1px 1px 1px #ADADAD;
  transition: all 0.5s ease;
}

.allWrap .cta02 a:hover {
  text-decoration: none;
  background: #C4E8D6;
  color: #555555;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #FFFFFF;
  box-shadow: none;
}

.allWrap .cta03 {
  width: 300px;
  height: 50px;
  margin: 30px auto 0;
}

.allWrap .cta03 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #e1f4f8;
  text-align: center;
  border: 1px solid #c7e2e7;
  color: #666666;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  box-shadow: 1px 1px 5px 0px #FFFFFF inset;
  text-shadow: 1px 1px 1px #ADADAD;
  transition: all 0.5s ease;
}

.allWrap .cta03 a:hover {
  text-decoration: none;
  background: #c7e2e7;
  color: #555555;
  margin-left: 0px;
  margin-top: 0px;
  border: 1px solid #FFFFFF;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .allWrap .cv {
    width: 36rem;
    margin-top: 50px;
    display: block;
  }

  .allWrap .cta01,
  .allWrap .cta02,
  .allWrap .cta03 {
    width: 100%;
  }

  .allWrap .cta-text {
    font-size: 15px;
    width: 350px;
  }
}

.allWrap #specialPlan {
  background-image: url("../images/bg03.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 130px;
  padding-bottom: 115px;
}

.allWrap .spepla-title {
  width: 1192px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*  margin-top: 200px;*/
  margin: 0 auto;
}

.allWrap .spepla-wrap {
  width: 1200px;
  margin: 0 auto;
}

.allWrap .goods01,
.allWrap .goods02,
.allWrap .goods03 {
  width: 111rem;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.allWrap .goods03 {
  margin-top: 130px;
}

.allWrap .G-left {
  width: 55rem;
}

.allWrap .G-right {
  width: 46rem;
}

.allWrap .goodsT {
  font-size: 2.8rem;
  width: 55rem;
  background-color: #e1f4f8;
  border-radius: 14px;
  text-align: center;
}

.allWrap .goodsST {
  font-size: 2.5rem;
  font-weight: 600;
}

.allWrap .goodP {
  font-size: 1.8rem;
}

.allWrap .goods01 .G-right {
  margin-top: 40px;
}

.allWrap .goods02 .G-right {
  margin-top: 70px;
}

.allWrap .goods03 .G-right {
  margin-top: 30px;
}

.allWrap p.other {
  font-size: 18px;
  text-align: center;
}

.allWrap p.other a {
  border-bottom: 2px solid #fcbed0;
}

.allWrap p.other a:hover {
  color: #fcbed0;
  text-decoration: none;
}

.allWrap .snap {
  position: relative;
  margin-top: 110px;
}

.allWrap .snap .chara01 {
  position: absolute;
  top: -130px;
}

.allWrap .anime_chara {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.allWrap .kei {
  border: 2px solid #665451;
}

.allWrap .marker {
  background-color: #e1f4f8;
}

@media screen and (max-width: 1024px) {
  .allWrap .spepla-wrap {
    width: 100rem;
  }

  .allWrap .spepla-title {
    width: 100rem;
  }

  .allWrap .goods01,
  .allWrap .goods02,
  .allWrap .goods03 {
    width: 100rem;
  }

  .allWrap .anime_chara {
    width: 100rem;
  }

  .allWrap .goodsT {
    width: 47.5rem;
  }

  .allWrap .G-left {
    width: 47.5rem;
  }
}

@media screen and (max-width: 768px) {
  .allWrap #specialPlan {
    padding-top: 60px;
  }

  .allWrap .spepla-wrap {
    width: 36rem;
  }

  .allWrap .spepla-title {
    width: 350px;
    display: block;
  }

  .allWrap .spepla-title h2.titleL img {
    width: 90%;
  }

  .allWrap .imgchara03,
  .allWrap .imgchara05 {
    width: 44%;
  }

  .allWrap .goods01,
  .allWrap .goods02,
  .allWrap .goods03 {
    display: block;
  }

  .allWrap .G-left {
    width: 36rem;
  }

  .allWrap .goods01 .G-right {
    width: 36rem;
  }

  .allWrap .goods02 .G-right {
    width: 36rem;
    margin-top: 30px;
  }

  .allWrap .goods03 .G-right {
    width: 36rem;
    margin-top: 30px;
  }

  .allWrap .goodsT {
    width: 36rem;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .allWrap p.goodsST {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }

  .allWrap p.goodP {
    font-size: 16px;
  }

  .allWrap .imgchara04 {
    display: none;
  }

  .allWrap .imgchara06 {
    width: 50%;
  }

  .allWrap p.other {
    font-size: 13px;
  }

  .allWrap .snap {
    margin-top: 50px;
  }

  .allWrap .chara01,
  .allWrap .anime_chara {
    display: none;
  }
}

.allWrap #menu {
  /*  background-color: aqua;*/
  background-image: url("../images/bg04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 65px;
  padding-bottom: 110px;
}

.allWrap .tab_contents_box {
  width: 100rem;
  /*  height: 600px;*/
  margin: 0 auto;
}

.allWrap .tab_menu {
  z-index: 2;
  position: relative;
  width: 30rem;
  margin: 0 5px;
  background-color: #eee;
  line-height: 36px;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  /*    border: solid 2px #ccc;*/
  border-radius: 25px 25px 0 0;
  cursor: pointer;
  box-sizing: border-box;
}

.allWrap .tab_menu:hover {
  color: #838383;
}

.allWrap .tab_menuA {
  background-color: #fdd9ec;
  padding: 20px 0;
}

.allWrap .tab_contentA {
  background-color: #fdd9ec;
}

.allWrap .tab_menuB {
  background-color: #dfd7ea;
  padding: 20px 0;
}

.allWrap .tab_contentB {
  background-color: #dfd7ea;
}

.allWrap .tab_menuC {
  background-color: #e1f4f8;
  padding: 20px 0;
}

.allWrap .tab_contentC {
  background-color: #e1f4f8;
  padding: 20px 0;
}

.allWrap .tab_menu:first-of-type {
  margin: 0 5px 0 0px;
}

.allWrap input:checked+.tab_menu {
  /*    background-color: #fff;*/
  border-bottom: solid 2px #fff;
  /*  margin-left: 0px;*/
}

.allWrap input[name=tab_menu] {
  display: none;
}

.allWrap .tab_content {
  display: none;
  z-index: 1;
  clear: both;
  /*    border: solid 2px #ccc;*/
  border-radius: 0 0 8px 8px;
  padding: 35px 20px;
  margin: 0 0 30px 0;
  position: relative;
  top: -2px;
}

.allWrap #tab_a:checked~#tab_a_content,
.allWrap #tab_b:checked~#tab_b_content,
.allWrap #tab_c:checked~#tab_c_content {
  display: block;
}

.allWrap .menu-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.allWrap .chara04 {
  text-align: right;
}

.allWrap .tab_list li {
  font-size: 1.9rem;
  padding-bottom: 10px;
}

.allWrap .d-hyouzi {
  font-size: 1.6rem;
}

.allWrap ul.sweets-photo {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

.allWrap ul.sweets-photo li {
  list-style: none;
}

.allWrap ul.savoury-photo {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}

.allWrap ul.savoury-photo li {
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .allWrap .tab_contents_box {
    width: 100rem;
  }
}

@media screen and (max-width: 768px) {
  .allWrap #menu {
    padding-bottom: 65px;
  }

  .allWrap .tab_contents_box {
    width: 36rem;
  }

  .allWrap .tab_menu {
    width: 11rem;
    font-size: 1.8rem;
    padding: 10px 0;
  }

  .allWrap .menu-box {
    display: block;
  }

  .allWrap .tab_list li {
    font-size: 1.4rem;
  }

  .allWrap .d-hyouzi {
    font-size: 1.1rem;
  }

  .allWrap .chara04 img {
    width: 53%;
  }

  .allWrap #menu .cv {
    margin-top: 90px;
  }

  .allWrap ul.sweets-photo {
    display: block;
    text-align: center;
  }

  .allWrap ul.sweets-photo img {
    margin-bottom: 10px;
  }

  .allWrap ul.savoury-photo {
    display: block;
    text-align: center;
  }

  .allWrap ul.savoury-photo img {
    margin-bottom: 10px;
  }

  .allWrap .tab-drinkP {
    width: 300px;
    height: auto;
  }
}

.allWrap .cmt {
  font-size: 1rem;
  text-align: center;
}

.allWrap .-w-f {
  color: #fff;
}

.allWrap .bold {
  font-weight: bold;
}

.allWrap .smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

.allWrap .comment {
  font-size: 0.9rem;
  color: #454545;
}

.allWrap #special2 .special_inner .comment {
  position: absolute;
  top: 64%;
  left: 20%;
}

.allWrap .soldout {
  font-size: 2rem;
  color: #004094;
  text-align: center;
  border: 2px solid #004094;
}

.allWrap #second .soldout {
  font-size: 1.1rem;
  color: #7e502f;
  text-align: center;
  border: 2px solid #7e502f;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.allWrap .under {
  background: linear-gradient(transparent 70%, #e7eb8c 70%);
}

.allWrap .btn_frame {
  color: #00af60;
  margin: 10px;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #e7eb8c;
  font-size: 1rem;
}

.allWrap .phone {
  max-width: 100rem;
  text-align: center;
  margin: auto;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #737272;
}

.allWrap .phone a:link,
.allWrap .phone a:visited {
  color: #737272 !important;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

.allWrap .fadeDownTrigger,
.allWrap .smoothTrigger {
  opacity: 0;
}

.allWrap .randomAnime {
  visibility: hidden;
}

@media screen and (max-width: 1600px) {
  .allWrap #special2 .special_inner .comment {
    left: 12%;
  }
}

@media screen and (max-width: 1200px) {
  .allWrap .soldout {
    margin: 2rem auto !important;
  }
}

@media screen and (max-width: 768px) {
  .allWrap .soldout {
    margin: 2rem auto !important;
    font-size: 1.3rem;
  }

  .allWrap .btn_frame {
    color: #00af60;
    margin: 1em;
    padding: 0.5em 1em;
    border-radius: 30px;
    background-color: #e7eb8c;
    font-size: 0.8rem;
  }

  .allWrap .phone {
    font-size: 1.4rem;
  }
}

.allWrap #header {
  width: 100%;
  background: #fff;
  text-align: center;
}

.allWrap #header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.allWrap .pop {
  position: fixed;
  right: 3%;
  bottom: 10px;
  width: 561px;
  height: 230px;
}

.allWrap .pop_a img {
  position: absolute;
  bottom: -200px;
  right: -90px;
  width: 500px !important;
  transition: 1s all;
}

.allWrap .pop:hover .pop_a img {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}

.allWrap .add-control .checkbox {
  display: none;
}

.allWrap .action-close {
  position: relative;
}

.allWrap .action-close .btn {
  position: absolute;
  top: -170px;
  right: 10px;
  font-size: 14px;
  cursor: pointer;
  padding: 8px 8px 8px 8px;
  background: #061748;
  color: #fff;
  border-radius: 50px;
  line-height: 10px;
  font-weight: bold;
}

.allWrap .add-control .checkbox {
  display: none;
}

.allWrap .add-control .action-close #close:checked~.btn {
  display: none;
}

.allWrap .add-control .action-close #close:checked~.box {
  display: none;
}

@media screen and (max-width: 1440px) {
  .allWrap .pop {
    display: none !important;
  }
}

.allWrap p.tel {
  width: 450px;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .allWrap p.tel {
    width: 36rem;
    font-size: 18px;
  }
}

.allWrap #sns {
  text-align: center;
  font-size: 1.6rem;
  background-color: #F4F6D9;
  padding: 30px 0;
}

.allWrap .f-container {
  display: flex;
  justify-content: center;
}

.allWrap .f-item {
  background-color: #e8e7e7;
  border-radius: 4.6rem;
  padding-top: 6px;
  margin: 2px;
}

.allWrap .-t-i {
  color: #f57aaa;
  font-weight: bold;
}

.allWrap .sns-share-cmt {
  display: block;
  margin: 0 auto 50px;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-size: 1.6rem;
}

.allWrap .sns-share-msg {
  /*	margin: 2rem auto 10px; */
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #f57aaa;
  text-align: center;
  font-size: 1rem;
}

.allWrap .icon-button {
  background-color: white;
  border-radius: 3.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  /*font-size: 2.8rem;*/
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 3.6rem;
}

.allWrap .icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
}

.allWrap .icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}

.allWrap .line span {
  background-color: #00c300;
}

.allWrap .twitter span {
  background-color: #000;
}

.allWrap .facebook span {
  background-color: #3B5998;
}

.allWrap .instagram span {
  background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
}

.allWrap .icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}

.allWrap .icon-button .img-line {
  color: #00c300;
  background-image: url(https://www.keioplaza.co.jp/img/line01.png);
  background-size: 100%;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.allWrap .icon-button .fa-twitter {
  color: #000;
}

.allWrap .icon-button .fa-facebook-f {
  color: #3B5998;
}

.allWrap .fa-twitter:before {
  content: "\e61b" !important;
}

.allWrap .icon-button .fa-instagram {
  background: linear-gradient(45deg, rgb(254, 212, 117) 0%, rgb(229, 61, 93) 50%, rgb(194, 49, 134) 70%, rgb(156, 56, 187) 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.allWrap .icon-button .fa-bold {
  background: linear-gradient(#00e0de 23%, #0068de 98%);
  -webkit-background-clip: text;
  color: transparent;
}

.allWrap .icon-button:hover .img-line {
  background-image: url(https://www.keioplaza.co.jp/img/line02.png);
}

.allWrap .icon-button:hover .fa-twitter,
.allWrap .icon-button:hover .fa-facebook-f,
.allWrap .icon-button:hover .fa-instagram,
.allWrap .icon-button:hover .fa-bold {
  color: white !important;
}

.allWrap .snsNote {
  width: 800px;
  max-width: 93%;
  margin: 0 auto 50px;
  color: #333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .allWrap .-t-i {
    font-size: 14px;
  }

  .allWrap .cv .cv01,
  .allWrap .cv .cv02 {
    width: 100%;
  }

  .allWrap .cta01 a,
  .allWrap .cta02 a {
    font-size: 2.4rem;
  }
}

/*# sourceMappingURL=main.css.map */