@charset "utf-8";
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.content__location-kimono .popupcontainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}
.content__location-kimono .popupcontainer .popup {
  position: relative;
  width: 800px;
  height: auto;
}
.content__location-kimono .popupcontainer .popup .popup-swiper-container {
  width: 800px;
  height: 600px;
  overflow: hidden;
  background-color: white;
}
.content__location-kimono .popupcontainer .popup .popup-swiper-container .swiper-wrapper {
  width: 800px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content__location-kimono .popupcontainer .popup .popup-swiper-container .photo__list__detail {
  width: 800px;
  height: 600px;
  margin: 0;
}
.content__location-kimono .popupcontainer .popup .popuptxt {
  width: 800px;
  padding: 10px 20px;
  background-color: white;
}
.content__location-kimono .popupcontainer .popup .popupnext {
  position: absolute;
  top: 230px;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  border: 1px solid #1b4c86;
  transition: all 180ms 0s ease;
  cursor: pointer;
  left: 840px;
  background: url(/assets/images/common/common_btn_arrow_black.png) center center no-repeat;
}
.content__location-kimono .popupcontainer .popup .popupnext:hover {
  background-color: #1b4c86;
}
.content__location-kimono .popupcontainer .popup .popupback {
  position: absolute;
  top: 230px;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  border: 1px solid #1b4c86;
  transition: all 180ms 0s ease;
  cursor: pointer;
  left: -130px;
  background: url(/assets/images/common/common_btn_arrow_black_rev.png) center center no-repeat;
}
.content__location-kimono .popupcontainer .popup .popupback:hover {
  background-color: #1b4c86;
}
.content__location-kimono .popupcontainer .popup .popupclose {
  position: absolute;
  right: 0;
  top: -50px;
  display: block;
  width: 41px;
  height: 41px;
  background-image: url("../images/common/modal_btn_close.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
}
.content__location-kimono .kv {
  position: relative;
  width: calc(100% - 200px);
  height: 600px;
  margin: 0 auto;
}
.content__location-kimono .kv__title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 120px;
}
.content__location-kimono .main {
  text-align: center;
}
.content__location-kimono .main__title {
  margin-top: 123px;
  font-size: 36px;
  font-weight: bold;
}
.content__location-kimono .main__label {
  margin: 41px auto 0;
}
.content__location-kimono .main__catch {
  font-size: 24px;
  margin-top: 42px;
  line-height: 163%;
}
.content__location-kimono .main__read {
  margin-top: 21px;
  line-height: 221%;
  font-size: 15px;
}
.content__location-kimono .photo {
  position: relative;
  padding-top: 53px;
  padding-bottom: 104px;
}
.content__location-kimono .photo .photo__display {
  position: relative;
  background-color: #FFF;
  width: 730px;
  height: 486px;
  margin: 0 auto 70px;
}
.content__location-kimono .photo .photo__display__prev {
  left: -157px;
  position: absolute;
  top: 200px;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  border: 1px solid #1b4c86;
  transition: all 180ms 0s ease;
  cursor: pointer;
  display: none;
}
.content__location-kimono .photo .photo__display__prev:hover {
  background-color: #1b4c86;
}
.content__location-kimono .photo .photo__display__next {
  right: -157px;
  position: absolute;
  top: 200px;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  border: 1px solid #1b4c86;
  transition: all 180ms 0s ease;
  cursor: pointer;
  display: none;
}
.content__location-kimono .photo .photo__display__next:hover {
  background-color: #1b4c86;
}
.content__location-kimono .photo #photo__display {
  width: 100%;
  height: 100%;
}
.content__location-kimono .photo__displaybg {
  position: absolute;
  left: 445px;
  top: 152px;
  width: 520px;
  height: 384px;
  background-color: #eff3f2;
}
.content__location-kimono .photo__caption {
  position: absolute;
  right: 200px;
  top: 495px;
  width: 730px;
  text-align: right;
  font-size: 11px;
  color: #777;
}
.content__location-kimono .photo .swiper-container {
  margin-top: 23px;
}
.content__location-kimono .photo__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 730px;
  margin: 0px auto 0px;
}
.content__location-kimono .photo__list__detail {
  width: 130px;
  height: 86px;
  background-color: #CCC;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 300ms 0s ease;
}
.content__location-kimono .photo__list__detail:nth-child(5n) {
  margin-right: 0px;
}
.content__location-kimono .photo__list__detail:hover {
  filter: brightness(120%);
}
.content__location-kimono .photo__list__detail img {
  display: none;
}
.content__location-kimono .photo__list__detail p {
  display: none;
}
.content__location-kimono .photo__btn {
  display: block;
  position: relative;
  width: 420px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  transition: all 300ms 0s ease;
  cursor: pointer;
  border-radius: 30px;
  background-color: black;
  color: white;
}
.content__location-kimono .photo__btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  transition: all 300ms 0s ease;
}
.content__location-kimono .photo__btn:after {
  display: block;
  width: 24px;
  height: 11px;
  background-image: url("../images/common/common_btn_arrow_right.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  position: absolute;
  right: 28px;
  top: 24px;
}
.content__location-kimono .photo__btn:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.content__location-kimono .photo__btn:hover:after {
  display: block;
  width: 24px;
  height: 11px;
  background-image: url("../images/common/common_btn_arrow_black.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  right: 20px;
}
.content__location-kimono .photo__btn .active {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.content__location-kimono .photo__btn .active:after {
  display: block;
  width: 24px;
  height: 11px;
  background-image: url("../images/common/common_btn_arrow_black.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  right: 20px;
}
.content__location-kimono .photo__btn__artist {
  margin-top: 20px;
}
.content__location-kimono .photo__btn__natural {
  margin-top: 10px;
}
.content__location-kimono .photo__price {
  text-align: center;
  margin-top: 99px;
}
.content__location-kimono .photo__price__text {
  font-size: 70px;
  font-weight: bold;
}
.content__location-kimono .photo__price__text span {
  font-size: 50px;
  font-weight: bold;
}
.content__location-kimono .photo__price__attention {
  font-size: 13px;
  color: #777;
  margin-top: 41px;
}
.content__location-kimono .photo__hr {
  width: 1px;
  height: 94px;
  background-color: black;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -47px;
  z-index: 2;
}
.content__location-kimono .content {
  background-color: #eff3f2;
  text-align: center;
  padding-top: 90px;
  width: 100%;
  height: 720px;
}
.content__location-kimono .content__title {
  font-size: 24px;
  font-weight: bold;
}
.content__location-kimono .content__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 68px auto 0;
  width: 900px;
}
.content__location-kimono .content__list__detail {
  width: 180px;
  margin-bottom: 45px;
}
.content__location-kimono .content__list__detail__icon {
  width: 100%;
  height: 100px;
}
.content__location-kimono .content__list__detail__icon.icon__dress {
  background: url(../images/common/plan_icon_dress.png) center center no-repeat;
}
.content__location-kimono .content__list__detail__icon.icon__kimono {
  background: url(../images/common/plan_icon_kimono.png) center center no-repeat;
}
.content__location-kimono .content__list__detail__icon.icon__item {
  background: url(../images/common/plan_icon_item.png) center center no-repeat;
}
.content__location-kimono .content__list__detail__icon.icon__item__kimono {
  background: url(../images/common/plan_icon_item_kimono.png) center center no-repeat;
}
.content__location-kimono .content__list__detail__icon.icon__make {
  background: url(../images/common/plan_icon_make.png) center center no-repeat;
}
.content__location-kimono .content__list__detail__icon.icon__photo {
  background: url(../images/common/plan_icon_photo.png) center center no-repeat;
}
.content__location-kimono .content__list__detail__icon.icon__mount {
  background: url(../images/common/plan_icon_mount.png) center center no-repeat;
}
.content__location-kimono .content__list__detail__icon.icon__booke {
  background: url(../images/common/plan_icon_booke.png) center center no-repeat;
}
.content__location-kimono .content__list__detail__icon.icon__attend {
  background: url(../images/common/plan_icon_attend.png) center center no-repeat;
}
.content__location-kimono .content__list__detail__txt {
  font-size: 15px;
  line-height: 160%;
  margin-top: 14px;
}
.content__location-kimono .content__exp {
  width: 730px;
  margin: 5px auto 0;
  padding: 40px;
  background-color: white;
  border: 1px solid #eff3f2;
  font-size: 13px;
  line-height: 200%;
  text-align: left;
}
.content__location-kimono .content__exp__list {
  margin-top: 24px;
}
.content__location-kimono .content__exp__attention {
  color: #555;
}
.content__location-kimono .movie {
  padding-top: 222px;
  padding-bottom: 100px;
  width: 730px;
  margin: 0 auto;
}
.content__location-kimono .movie__main {
  position: relative;
  width: 100%;
  height: 187px;
}
.content__location-kimono .movie__main__icon {
  display: block;
  width: 323px;
  height: 67px;
  background-image: url("../images/location_dress/movie_title.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 22px;
}
.content__location-kimono .movie__main__title {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  display: none;
}
.content__location-kimono .movie__main__read {
  margin-top: 15px;
  padding-left: 80px;
}
.content__location-kimono .movie__main__price {
  position: absolute;
  right: 0px;
  top: 35px;
  text-align: right;
  font-size: 49px;
  font-weight: bold;
}
.content__location-kimono .movie__main__price span {
  font-size: 35px;
  font-weight: bold;
  margin-right: 5px;
}
.content__location-kimono .movie__main__price__attention {
  display: none;
}
.content__location-kimono .movie__img img {
  width: 100%;
  height: auto;
}
.content__location-kimono .movie__planlist {
  margin-top: 12px;
}
.content__location-kimono .movie__planlist__detail {
  position: relative;
  width: 100%;
  height: 165px;
  background-color: #f8f5f0;
  margin-bottom: 12px;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
}
.content__location-kimono .movie__planlist__detail__img {
  position: absolute;
  left: 10px;
  top: 13px;
  width: 210px;
  height: 140px;
  overflow: hidden;
}
.content__location-kimono .movie__planlist__detail__img img {
  width: 100%;
  height: auto;
}
.content__location-kimono .movie__planlist__detail__txt__title {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 245px;
  top: 25px;
}
.content__location-kimono .movie__planlist__detail__txt__time {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  position: absolute;
  right: 44px;
  top: 25px;
}
.content__location-kimono .movie__planlist__detail__txt__read {
  font-size: 15px;
  font-family: "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  width: 440px;
  position: absolute;
  left: 245px;
  top: 63px;
}
.content__location-kimono .movie__planlist__detail.noimg {
  padding: 30px;
}
.content__location-kimono .movie__planlist__detail.noimg .movie__planlist__detail__txt__title {
  position: relative;
  left: auto;
  top: auto;
}
.content__location-kimono .movie__planlist__detail.noimg .movie__planlist__detail__txt__read {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 20px;
  width: 650px;
}
.content__location-kimono .movie__attention {
  text-align: right;
  color: #777;
  font-size: 13px;
}
.content__location-kimono .movie__list {
  margin-top: 50px;
  position: relative;
}
.content__location-kimono .movie__list .movie-swiper-container .swiper-wrapper .swiper-slide {
  width: 730px;
  height: 410px;
  background-color: #EEE;
  opacity: 0.2;
}
.content__location-kimono .movie__list .movie-swiper-container .swiper-wrapper .swiper-slide iframe {
  width: 100%;
  height: 100%;
}
.content__location-kimono .movie__list .movie-swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.content__location-kimono .movie__list .movie-swiper-container nav {
  position: absolute;
  left: 0;
  top: 0;
}
.content__location-kimono .movie__list .movie-swiper-container .nav__next {
  position: absolute;
  top: 170px;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  border: 1px solid #1b4c86;
  transition: all 180ms 0s ease;
  cursor: pointer;
  z-index: 2;
  left: 780px;
  background: url(/assets/images/common/common_btn_arrow_black.png) center center no-repeat;
}
.content__location-kimono .movie__list .movie-swiper-container .nav__next:hover {
  background-color: #1b4c86;
}
.content__location-kimono .movie__list .movie-swiper-container .nav__back {
  position: absolute;
  top: 170px;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  border: 1px solid #1b4c86;
  transition: all 180ms 0s ease;
  cursor: pointer;
  z-index: 2;
  left: -130px;
  background: url(/assets/images/common/common_btn_arrow_black_rev.png) center center no-repeat;
}
.content__location-kimono .movie__list .movie-swiper-container .nav__back:hover {
  background-color: #1b4c86;
}
.content__location-kimono .location {
  width: 100%;
  height: 675px;
  text-align: center;
  padding-top: 18px;
}
.content__location-kimono .location__title {
  font-size: 24px;
}
.content__location-kimono .location__read {
  line-height: 234%;
  margin-top: 35px;
}
.content__location-kimono .location__link {
  display: block;
  position: relative;
  width: 420px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  transition: all 300ms 0s ease;
  cursor: pointer;
  border-radius: 30px;
  background-color: black;
  color: white;
  margin-top: 34px;
}
.content__location-kimono .location__link:after {
  content: '';
  display: inline-block;
  position: absolute;
  transition: all 300ms 0s ease;
}
.content__location-kimono .location__link:after {
  display: block;
  width: 24px;
  height: 11px;
  background-image: url("../images/common/common_btn_arrow_right.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  position: absolute;
  right: 28px;
  top: 24px;
}
.content__location-kimono .location__link:hover {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.content__location-kimono .location__link:hover:after {
  display: block;
  width: 24px;
  height: 11px;
  background-image: url("../images/common/common_btn_arrow_black.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  right: 20px;
}
.content__location-kimono .location__link .active {
  background-color: white;
  border: 1px solid black;
  color: black;
}
.content__location-kimono .location__link .active:after {
  display: block;
  width: 24px;
  height: 11px;
  background-image: url("../images/common/common_btn_arrow_black.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  right: 20px;
}
.content__location-kimono .recommend {
  width: 100%;
  padding-top: 105px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #f8f5f0;
}
.content__location-kimono .recommend__title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.content__location-kimono .recommend__caption {
  margin-top: 7px;
}
.content__location-kimono .recommend__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 33px;
}
.content__location-kimono .recommend__list__detail {
  width: 300px;
  margin: 0 20px;
}
.content__location-kimono .recommend__list__detail:hover .recommend__list__detail__img {
  filter: brightness(120%);
}
.content__location-kimono .recommend__list__detail__img {
  width: 100%;
  height: 198px;
  transition: all 300ms 0s ease;
}
.content__location-kimono .recommend__list__detail__img.loc_d {
  background: url(../images/common/recommend_l_dress.jpg) center center no-repeat;
}
.content__location-kimono .recommend__list__detail__img.loc_k {
  background: url(../images/common/recommend_l_kimono.jpg) center center no-repeat;
}
.content__location-kimono .recommend__list__detail__img.stu_d {
  background: url(../images/common/recommend_s_dress.jpg) center center no-repeat;
}
.content__location-kimono .recommend__list__detail__img.stu_k {
  background: url(../images/common/recommend_s_kimono.jpg) center center no-repeat;
}
.content__location-kimono .recommend__list__detail__txt__planname {
  font-size: 15px;
  font-weight: bold;
  margin-top: 18px;
}
.content__location-kimono .recommend__list__detail__txt__plancat {
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
}
.content__location-kimono .kv {
  background: url(../images/location_kimono/kv.jpg) center center no-repeat;
  background-size: cover;
}
.content__location-kimono .kv__title {
  display: block;
  width: 500px;
  height: 150px;
  background-image: url("../images/location_kimono/title.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  transform: translateX(-305px);
  bottom: -66px;
}
.content__location-kimono .main__label {
  display: block;
  width: 180px;
  height: 40px;
  background-image: url("../images/location_kimono/label.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
}
.content__location-kimono .location {
  background: url(../images/location_kimono/location_bg.jpg) center center no-repeat;
  background-size: cover;
}
.content__location-kimono .photo__displaybg {
  top: 200px;
}
