@charset "UTF-8";
.web_font1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400; }

.web_font2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em; }

.web_font3 {
  font-family: 'Roboto', sans-serif; }

.border {
  border-bottom: 1px dashed #cdcdd2; }

.border2 {
  border-bottom: 1px dashed #03071f; }

.border3 {
  border-bottom: 1px solid #cdcdd2; }

.border4 {
  border-bottom: 1px solid #03071f; }

.border5 {
  border-bottom: 2px solid #03071f; }

.bg_dot {
  background: url("../common/images/bg_dot.png") left top repeat;
  background-size: 10px 10px; }

@media screen and (min-width: 1px) {
  .bg_dot {
    background: url("../common/images/bg_dot.png") left top repeat;
    background-size: 5px 5px; } }

/*------------------------------------------------------------
#Top_area
------------------------------------------------------------*/
  #Top_area .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 100px; }
    #Top_area .left_area {
      width: 100%
      margin-bottom: 50px;
    }
    #Top_area .left_area.left_area-hair {
      margin-bottom: 25px;
    }
    #Top_area .left_area .icon_share_line {
      position: absolute;
      left: 20px;
      top: 20px;
      z-index: 50; }
    #Top_area .left_area .icon_favorite {
      width: 42px;
      height: 42px;
      top: 20px;
      right: 20px; }
      #Top_area .left_area .icon_favorite.on:before {
        background: url("../common/images/icon_favorite.png") left top no-repeat;
        background-size: 42px 42px; }
      #Top_area .left_area .icon_favorite:before {
        width: 42px;
        height: 42px;
        background: url("../common/images/icon_favorite_w.png") left top no-repeat;
        background-size: 42px 42px; }
    #Top_area .left_area .out_wrap {
      width: 100%;
      position: relative;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    #Top_area .left_area .swiper-container-single {
      margin-bottom: 15px;
      overflow: hidden;
      background: #000; }
    #Top_area .left_area .swiper-container-single-thumbs {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      overflow: hidden; }
    #Top_area .left_area .swiper-slide.movie {
      position: relative;
      height: 100% !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #Top_area .left_area .swiper-slide.movie .fream_wrap {
        width: 100%;
        height: 500px;
        width: 100%;
        margin-top: 110px; }
      #Top_area .left_area .swiper-slide.movie iframe {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: block; }
    #Top_area .left_area .swiper-slide .img {
      position: relative; }
      #Top_area .left_area .swiper-slide .img:before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: url("../common/images/bg_img.png") left top no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        opacity: .8; }
    #Top_area .left_area .swiper-slide img {
      width: 100%;
      height: auto; }
    #Top_area .left_area .swiper-slide .swiper-slide__link {
      display: block;
      position: relative;
    }
    #Top_area .left_area .thumbs_item img {
      width: 100%;
      height: auto; }
    #Top_area .left_area .thumbs_item.movie_icon:before {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      opacity: .1; }
    #Top_area .left_area .thumbs_item.movie_icon:after {
      display: block;
      content: '';
      width: 40px;
      height: 40px;
      background: url("../common/images/icon_movie.png") left top no-repeat;
      background-size: 40px 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -20px;
      margin-top: -20px; }
    #Top_area .left_area .thumbs_item.swiper-slide-thumb-active, #Top_area .left_area .thumbs_item.swiper-slide-thumb-active.movie_icon {
      opacity: 1;
      position: relative; }
      #Top_area .left_area .thumbs_item.swiper-slide-thumb-active:before, #Top_area .left_area .thumbs_item.swiper-slide-thumb-active.movie_icon:before {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background: #ffbbc4;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .8; }
      #Top_area .left_area .thumbs_item.swiper-slide-thumb-active:after, #Top_area .left_area .thumbs_item.swiper-slide-thumb-active.movie_icon:after {
        display: block;
        content: '';
        width: 25px;
        height: 20px;
        background: url("../common/images/icon_check_big.png") left top no-repeat;
        background-size: 25px 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12px;
        margin-top: -10px; }
    #Top_area .left_area .swiper-button-prev,
    #Top_area .left_area .swiper-button-next {
      width: 32px;
      height: 32px;
      margin-top: -16px;
      z-index: 90;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
      #Top_area .left_area .swiper-button-prev.big:after,
      #Top_area .left_area .swiper-button-next.big:after {
        width: 18px;
        height: 33px;
        margin-top: 16px; }
    #Top_area .left_area .swiper-button-prev.big {
      left: 8px; }
      #Top_area .left_area .swiper-button-prev.big:after {
        background: url("../common/images/btn_slide_left_big.png") left top no-repeat;
        background-size: 18px 33px; }
    #Top_area .left_area .swiper-button-next.big {
      right: 8px; }
      #Top_area .left_area .swiper-button-next.big:after {
        background: url("../common/images/btn_slide_right_big.png") left top no-repeat;
        background-size: 18px 33px; }
    #Top_area .left_area .swiper-button-prev:after {
      background: url("../common/images/btn_slide_left.png") left top no-repeat;
      background-size: 32px 32px; }
    #Top_area .left_area .swiper-button-next:after {
      background: url("../common/images/btn_slide_right.png") left top no-repeat;
      background-size: 32px 32px; }
    #Top_area .left_area .swiper-button-prev,
    #Top_area .left_area .swiper-container-rtl .swiper-button-next {
      left: -16px; }
    #Top_area .left_area .swiper-button-next,
    #Top_area .left_area .swiper-container-rtl .swiper-button-prev {
      right: -16px; }
    #Top_area .left_area .swiper-pagination-num {
      text-align: center;
      font-size: 1.6rem;
      position: absolute;
      bottom: -50px; }
  #Top_area .right_area {
    width: 440px; }
    #Top_area .right_area .sub_area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      line-height: 1;
      margin-bottom: 25px; }
      #Top_area .right_area .sub_area .name {
        font-size: 1.8rem; }
      #Top_area .right_area .sub_area .num {
        color: #f64077;
        font-size: 1.2rem; }
        #Top_area .right_area .sub_area .num .web_font2 {
          font-size: 1.3rem; }
        #Top_area .right_area .sub_area .num .web_font3 {
          font-size: 1.4rem; }
    #Top_area .right_area .ttl_area {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1.7;
      margin-bottom: 30px; }
    #Top_area .right_area .price_area {
      border: 1px solid #03071f;
      border-radius: 8px;
      margin-bottom: 35px;
      padding: 20px 0 25px;
      line-height: 1;
      position: relative; }
      #Top_area .right_area .price_area:before {
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border: 1px solid #03071f;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 100px; }
      #Top_area .right_area .price_area:after {
        display: block;
        content: '';
        width: 8px;
        height: 8px;
        border: 1px solid #03071f;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        top: 10px;
        right: 10px;
        border-radius: 100px; }
      #Top_area .right_area .price_area > div {
        width: 100%;
        height: 100%; }
        #Top_area .right_area .price_area > div:before {
          display: block;
          content: '';
          width: 8px;
          height: 8px;
          border: 1px solid #03071f;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: absolute;
          bottom: 10px;
          left: 10px;
          border-radius: 100px; }
        #Top_area .right_area .price_area > div:after {
          display: block;
          content: '';
          width: 8px;
          height: 8px;
          border: 1px solid #03071f;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          position: absolute;
          bottom: 10px;
          right: 10px;
          border-radius: 100px; }
      #Top_area .right_area .price_area .bubble {
        background: #f64077;
        width: 230px;
        margin: 0 auto 10px;
        padding: 3px 0;
        border-radius: 100px;
        color: #FFF;
        text-align: center;
        font-size: 13px;
        position: relative; }
        #Top_area .right_area .price_area .bubble:before {
          display: block;
          content: '';
          position: absolute;
          top: auto;
          bottom: -8px;
          left: 50%;
          margin-left: -7px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 7px 0 7px;
          border-color: #f64077 transparent transparent transparent; }
        #Top_area .right_area .price_area .bubble span {
          color: #fff301; }
      #Top_area .right_area .price_area h3 {
        -ms-flex-wrap: bold;
            flex-wrap: bold;
        text-align: center;
        color: #f64077;
        margin-bottom: 20px;
        font-size: 1.8rem; }
      #Top_area .right_area .price_area ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        margin-bottom: 25px; }
      #Top_area .right_area .price_area ul li {
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #Top_area .right_area .price_area ul li:first-child {
        border-right: 1px solid #03071f; }
      #Top_area .right_area .price_area ul.col1 li {
        width: 100%;
        border: none;
      }
      #Top_area .right_area .price_area dl dt {
        margin-bottom: 10px; }
      #Top_area .right_area .price_area dl dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #Top_area .right_area .price_area dl dd .web_font3 {
          font-size: 2.5rem;
          font-weight: bold;
          display: inline-block;
          margin: 0 5px 0 0; }
        #Top_area .right_area .price_area dl dd .small {
          font-size: 1.1rem; }
      #Top_area .right_area .price_area dl .new_tax {
        display: block; }
        #Top_area .right_area .price_area dl .new_tax > span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        #Top_area .right_area .price_area dl .new_tax .web_font3 {
          margin: 0; }
        #Top_area .right_area .price_area dl .new_tax .after {
          margin-top: 5px;
          font-size: 80%; }
          #Top_area .right_area .price_area dl .new_tax .after .web_font3 {
            font-size: 1.8rem; }

    #Top_area .right_area .btn.big {
      height: 60px;
    }
    #Top_area .right_area .online-btn {
      background: #f64077;
      max-width: 300px;
    }
    #Top_area .right_area .online-btn.online-btn--catalog {
      background: #fff;
    }
    #Top_area .right_area .online-btn.online-btn--catalog a {
      display: inline grid;
      grid-template-columns: 22px auto;
      align-items: center;
      column-gap: 8px;
    }
    #Top_area .right_area .online-btn.online-btn--catalog a::before {
      position: static;
      content: "";
      width: 22px;
      height: 20px;
      background: url(../common/images/icon_btn_book_b.webp) no-repeat center center / contain;
      margin-block: calc((1lh - 20px) / 2);
    }
    #Top_area .right_area .online-btn.online-btn--black {
      background: #03071f;
      text-align: center;
    }
    #Top_area .right_area .online-btn:not(:first-of-type) {
      margin-top: 20px;
    }
    #Top_area .left_area .cat_tag_area {
      padding: 0 5.3%;
      margin-bottom: 15px;
    }
    #Top_area .left_area .cat_tag_area ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    #Top_area .left_area .cat_tag_area ul li {
      font-size: 1.3rem;
      color: #FFF;
      margin: 0 8px 6px 0;
    }
    #Top_area .left_area .cat_tag_area ul li a,
    #Top_area .left_area .cat_tag_area ul li span {
      padding: 4px 15px;
      line-height: 1;
      color: #FFF;
      background: #03071f;
      border-radius: 100px;
    }
    #Top_area .right_area .btn_area {
      margin-bottom: 30px; }
    #Top_area .right_area .post_txt_area {
      padding-bottom: 30px;
      font-size: 1.4rem;
      letter-spacing: 0.02em; }
    #Top_area .right_area .small_txt_area {
      padding-top: 15px;
      border-top: 1px solid #03071f;
      font-size: 1.2rem;
      line-height: 1.6;
      margin-bottom: 40px; }
    #Top_area .right_area .bnr_area {
      padding: 0 35px; }

@media screen and (min-width: 1px) {
  #Top_area {
    /* margin-top: 60px; */
    margin-bottom: 50px; }
    #Top_area .inner {
      display: block;
      padding: 0 0 50px 0; }
      #Top_area .left_area .icon_share_line {
        left: 15px;
        top: 15px; }
        #Top_area .left_area .icon_share_line img {
          width: 35px;
          height: 35px; }
      #Top_area .left_area .icon_favorite {
        width: 35px;
        height: 35px;
        top: 15px;
        right: 15px; }
        #Top_area .left_area .icon_favorite.on:before {
          background: url("../common/images/icon_favorite.png") left top no-repeat;
          background-size: 35px 35px; }
        #Top_area .left_area .icon_favorite:before {
          width: 35px;
          height: 35px;
          background: url("../common/images/icon_favorite_w.png") left top no-repeat;
          background-size: 35px 35px; }
      #Top_area .left_area .out_wrap.top {
        padding: 0; }
      #Top_area .left_area .out_wrap.bottom {
        padding: 0 5.3%;
        margin-bottom: 50px;
      }
      #Top_area .left_area .swiper-slide.movie .fream_wrap {
        margin-top: 50px; }
      #Top_area .left_area .swiper-container-single {
        margin-bottom: 15px; }
      #Top_area .left_area .swiper-button-prev,
      #Top_area .left_area .swiper-button-next {
        width: 27px;
        height: 27px;
        margin-top: -14px;
        top: 50%; }
      #Top_area .left_area .swiper-button-prev:after {
        background: url("../common/images/btn_slide_left.png") left top no-repeat;
        background-size: 27px 27px; }
      #Top_area .left_area .swiper-button-next:after {
        background: url("../common/images/btn_slide_right.png") left top no-repeat;
        background-size: 27px 27px; }
      #Top_area .left_area .swiper-button-prev,
      #Top_area .left_area .swiper-container-rtl .swiper-button-next {
        left: 5px; }
      #Top_area .left_area .swiper-button-next,
      #Top_area .left_area .swiper-container-rtl .swiper-button-prev {
        right: 5px; }
      #Top_area .left_area .swiper-pagination-num {
        font-size: 1.4rem;
        bottom: -30px; }
    #Top_area .right_area {
      width: 100%;
      padding: 0 5.3%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #Top_area .right_area .ttl_area {
        line-height: 1.6; }
      #Top_area .right_area .price_area {
        margin-bottom: 40px;
        padding: 25px 0 25px; }
      #Top_area .right_area .price_area .order-rental {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 24px;
        font-size: 1.2rem;
        line-height: 1.3;
        margin-bottom: 20px;
      }
      #Top_area .right_area .price_area .order-rental::before {
        content: '※';
      }
        #Top_area .right_area .price_area .bubble {
          width: 200px;
          margin: 0 auto 10px;
          padding: 3px 0;
          font-size: 1.1rem; }
          #Top_area .right_area .price_area .bubble:before {
            bottom: -8px;
            margin-left: -6px;
            border-width: 12px 6px 0 6px;
            border-color: #f64077 transparent transparent transparent; }
        #Top_area .right_area .price_area h3 {
          font-size: 1.5rem; }
        #Top_area .right_area .price_area ul {
          margin-bottom: 25px; }
        #Top_area .right_area .price_area dl dt {
          margin-bottom: 7px; }
        #Top_area .right_area .price_area dl dd .web_font3 {
          font-size: 2.0rem;
          margin: 0 5px 0 0; }
        #Top_area .right_area .price_area dl dd .small {
          font-size: 1.0rem; } }
      @media screen and (min-width: 1px) and (min-width: 1px) {
        #Top_area .right_area .price_area dl .new_tax .after .web_font3 {
          font-size: 1.4rem; } }

@media screen and (min-width: 1px) {
  #Top_area .left_area .cat_tag_area ul li {
    font-size: 1.2rem;
    margin: 0 6px 6px 0;
  }
  #Top_area .left_area .cat_tag_area ul li a,
  #Top_area .left_area .cat_tag_area ul li span {
    padding: 4px 12px;
  }
      #Top_area .right_area .btn_area {
        margin-bottom: 30px; }
      #Top_area .right_area .post_txt_area {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.02em; }
      #Top_area .right_area .small_txt_area {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 40px; }
      #Top_area .right_area .bnr_area {
        padding: 0; } }

/*------------------------------------------------------------
#reccomend_area
------------------------------------------------------------*/
#reccomend_area {
  margin-bottom: 100px; }

/*------------------------------------------------------------
お客様ギャラリー詳細
------------------------------------------------------------*/
.gallery #Top_area {
  margin-bottom: 50px; }
  .gallery #Top_area .left_area .swiper-container-shop {
    background: #f6f3f4; }
    .gallery #Top_area .left_area .swiper-container-shop .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .gallery #Top_area .left_area .swiper-button-prev,
  .gallery #Top_area .left_area .swiper-button-next {
    top: auto;
    bottom: -62px; }
  .gallery #Top_area .left_area .swiper-button-prev,
  .gallery #Top_area .left_area .swiper-container-rtl .swiper-button-next {
    left: 0; }
  .gallery #Top_area .left_area .swiper-button-next,
  .gallery #Top_area .left_area .swiper-container-rtl .swiper-button-prev {
    right: 0; }
  .gallery #Top_area .right_area .table_style {
    margin-top: 50px;
    margin-bottom: 50px; }
    .gallery #Top_area .right_area .table_style > li > dl > dt {
      width: 25%;
      padding-right: 20px; }
    .gallery #Top_area .right_area .table_style > li > dl > dd {
      width: 75%; }
.gallery #Top_area .bottm_area {
    position: relative;
    margin-top: 20px;
    padding: 0 5.3%;}
    .gallery #Top_area .bottm_area .inner {
        position: relative;
        padding: 20px 0 0 0;
      }
      .gallery #Top_area .bottm_area .inner::after {
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background: #03071f;
        position: absolute;
        top: 0;
        left: 0;
      }
    .gallery #Top_area .bottm_area .btn {
        position: relative;
        left: 0;
        margin: 20px auto 0;
        width: 100%; }
    .gallery #Top_area .bottm_area .page_btn_style {
      display: flex;
      justify-content: space-between;
      font-size: 1.2rem; }
      .gallery #Top_area .bottm_area .page_btn_style .prev, .gallery #Top_area .bottm_area .page_btn_style .next {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        letter-spacing: 0.15em;
      }
      .gallery #Top_area .bottm_area .page_btn_style .prev.no, .gallery #Top_area .bottm_area .page_btn_style .next.no {
        opacity: 0.3; }
        .gallery #Top_area .bottm_area .page_btn_style .prev.no a, .gallery #Top_area .bottm_area .page_btn_style .next.no a {
          pointer-events: none; }
        .gallery #Top_area .bottm_area .page_btn_style .prev.no:hover, .gallery #Top_area .bottm_area .page_btn_style .next.no:hover {
          opacity: 0.3;
          cursor: inherit; }
      .gallery #Top_area .bottm_area .page_btn_style .prev:hover, .gallery #Top_area .bottm_area .page_btn_style .next:hover {
        opacity: .6;
        cursor: pointer; }
      .gallery #Top_area .bottm_area .page_btn_style .prev a, .gallery #Top_area .bottm_area .page_btn_style .next a {
        display: flex;
        align-items: center;
        color: #03071f; }
      .gallery #Top_area .bottm_area .page_btn_style .icon {
        display: flex;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border: 2px solid #03071f;
        background: #FFF;
        border-radius: 100px;
        line-height: 1; }
      .gallery #Top_area .bottm_area .page_btn_style .prev .icon {
        margin-right: 10px; }
      .gallery #Top_area .bottm_area .page_btn_style .next .icon {
        margin-left: 10px; }
      .gallery #Top_area .bottm_area .page_btn_style .icon img {
        width: 5px;
        height: auto;
      }

@media screen and (min-width: 1px) {
  .gallery #Top_area {
    margin-bottom: 0; }
    .gallery #Top_area .left_area {
      margin-bottom: 100px; }
      .gallery #Top_area .left_area .swiper-button-prev,
      .gallery #Top_area .left_area .swiper-button-next {
        bottom: -52px; }
      .gallery #Top_area .left_area .swiper-button-prev,
      .gallery #Top_area .left_area .swiper-container-rtl .swiper-button-next {
        left: 5.3%; }
      .gallery #Top_area .left_area .swiper-button-next,
      .gallery #Top_area .left_area .swiper-container-rtl .swiper-button-prev {
        right: 5.3%; }
    .gallery #Top_area .right_area .table_style {
      margin-bottom: 30px; }
      .gallery #Top_area .right_area .table_style > li > dl {
        padding: 16px 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .gallery #Top_area .right_area .table_style > li > dl > dt {
          width: 30%;
          padding-right: 20px; }
        .gallery #Top_area .right_area .table_style > li > dl > dd {
          width: 70%; } }
