@charset "UTF-8";
/**branch.css**/
/*********************
　変数
*********************/
/********************************
each_shop
********************************/
.each_shop {
  padding-bottom: 9rem;
}
.each_shop .each_shop_h2_rap {
  background-color: #f3f0eb;
  height: 12rem;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
.each_shop .each_shop_h2_rap h2 {
  font-size: 5rem;
  font-weight: 400;
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  left: 17rem;
}
.each_shop .each_shop_h2_rap h2.sakae::before {
  font-size: 14rem;
  left: -12rem;
  top: -2rem;
}
.each_shop .each_shop_h2_rap h2::before {
  position: absolute;
  content: "Shinjuku";
  font-size: 8rem;
  color: #d9c099;
  font-family: "emily-austin";
  top: -2.5rem;
  left: -15rem;
  transform: rotate(345deg);
}
.each_shop .each_shop_h2_rap h2.omotesando::before {
  content: "Omotesando";
}
.each_shop .each_shop_h2_rap h2.sakae::before {
  content: "Sakae";
}
.each_shop .each_shop_h2_rap small {
  font-size: 3rem;
  color: #815630;
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  .each_shop .each_shop_h2_rap {
    margin-top: 4rem;
    padding: 6rem 0;
    height: auto;
  }
  .each_shop .each_shop_h2_rap h2 {
    font-size: 8rem;
    left: 8rem;
  }
  .each_shop .each_shop_h2_rap h2::before {
    font-size: 10rem;
    left: -8rem;
    top: -7rem;
  }
  .each_shop .each_shop_h2_rap h2.omotesando {
    flex-direction: column;
    left: 0;
  }
  .each_shop .each_shop_h2_rap h2.omotesando::before {
    left: 2rem;
  }
  .each_shop .each_shop_h2_rap h2.omotesando small {
    line-height: 0.8em;
  }
  .each_shop .each_shop_h2_rap small {
    font-size: 5rem;
    margin-left: 0.5em;
  }
}
.each_shop .each_shop_corap {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  .each_shop .each_shop_corap {
    width: auto;
    margin-bottom: 8rem;
  }
}
.each_shop .slick_container {
  width: calc(50% + 2rem);
}
.each_shop .slick_container .each_shop_slider01 figure, .each_shop .slick_container .each_shop_slider02 figure, .each_shop .slick_container .each_shop_slider03 figure {
  padding: 0 1rem;
}
.each_shop .slick_container .thumbnail01 .slick-track, .each_shop .slick_container .thumbnail02 .slick-track, .each_shop .slick_container .thumbnail03 .slick-track {
  transform: none !important;
}
.each_shop .slick_container .thumbnail01 .slick-track .slick-slide, .each_shop .slick_container .thumbnail02 .slick-track .slick-slide, .each_shop .slick_container .thumbnail03 .slick-track .slick-slide {
  transition: 0.3s;
  padding: 1rem;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.6;
}
.each_shop .slick_container .thumbnail01 .slick-track .slick-slide.slick-current, .each_shop .slick_container .thumbnail02 .slick-track .slick-slide.slick-current, .each_shop .slick_container .thumbnail03 .slick-track .slick-slide.slick-current {
  opacity: 1;
}
.each_shop .slick_container .thumbnail01 .slick-track img, .each_shop .slick_container .thumbnail02 .slick-track img, .each_shop .slick_container .thumbnail03 .slick-track img {
  position: relative;
  transition: 0.2s;
}
.each_shop .slick_container .thumbnail01 .slick-track img:hover, .each_shop .slick_container .thumbnail02 .slick-track img:hover, .each_shop .slick_container .thumbnail03 .slick-track img:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .each_shop .slick_container {
    width: 100%;
  }
}
.each_shop .each_shop_text {
  padding: 1rem 0 0 4rem;
  text-align: center;
  width: 50%;
}
.each_shop .each_shop_text .logo {
  width: 35.5rem;
  margin: 0 auto 3rem;
}
.each_shop .each_shop_text small {
  font-size: 1.4rem;
  color: #815630;
  font-weight: 600;
}
.each_shop .each_shop_text table {
  width: 100%;
}
.each_shop .each_shop_text tr {
  border-bottom: #815630 1px dashed;
}
.each_shop .each_shop_text tr:last-child {
  border: none;
}
.each_shop .each_shop_text td, .each_shop .each_shop_text th {
  vertical-align: middle;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 1rem;
  line-height: 1.2em;
}
.each_shop .each_shop_text th {
  font-weight: 400;
}
.each_shop .each_shop_text td {
  padding-left: 3rem;
}
.each_shop .each_shop_text td img {
  width: 15rem;
}
.each_shop .each_shop_text td.flex {
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .each_shop .each_shop_text {
    width: auto;
    padding: 7rem 0 0 0rem;
  }
  .each_shop .each_shop_text .logo {
    width: 60rem;
    margin: 0 auto 8rem;
  }
  .each_shop .each_shop_text small {
    font-size: 2.8rem;
    font-weight: 400;
  }
  .each_shop .each_shop_text tr {
    display: flex;
    flex-wrap: wrap;
  }
  .each_shop .each_shop_text th, .each_shop .each_shop_text td {
    font-size: 3.2rem;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .each_shop .each_shop_text th {
    padding-bottom: 0;
  }
  .each_shop .each_shop_text td {
    padding-left: 0;
  }
  .each_shop .each_shop_text td img {
    width: 50.1rem;
  }
  .each_shop .each_shop_text td.flex {
    gap: 2rem;
    flex-direction: column;
    align-items: center;
  }
  .each_shop .each_shop_text td .link_type_bgwhite {
    font-size: 3.2rem;
    width: 50.1rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/********************************
新宿店
********************************/
.sinjyuku_cont iframe {
  width: 100%;
  height: 60rem;
}
@media only screen and (max-width: 767px) {
  .sinjyuku_cont {
    margin-bottom: 12rem;
  }
}

.each_shop.sinjyuku_cont {
  padding-bottom: 0;
}

.sinjyuku_menu {
  padding: 12rem 0 10rem;
  position: relative;
  background: url(../images/branch/menu_bg.webp) top center no-repeat;
  background-size: cover;
  z-index: 0;
}
.sinjyuku_menu.ver2 {
  background-image: url(../images/concept_bg.webp);
  padding-bottom: 20rem;
}
.sinjyuku_menu .h2_type1_rap h2 {
  margin-bottom: 6rem;
}
.sinjyuku_menu .h2_type1_rap h3 {
  font-size: 2.4rem;
  color: #b88388;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .sinjyuku_menu .h2_type1_rap .h2_type1 span {
    margin-top: 0.5rem;
  }
  .sinjyuku_menu .h2_type1_rap h3 {
    font-size: 3rem;
  }
  .sinjyuku_menu .link_bnr_type1_rap .link_bnr_type1 {
    line-height: 1.5em;
    margin: 0;
    width: calc(100% - 7rem);
    margin: 0 3.5rem;
    padding: 3rem 0;
  }
}

.sinjyuku_menu_list h2 {
  font-size: 3rem;
  color: #815630;
  font-weight: bold;
  position: relative;
  width: 46rem;
  margin-bottom: 3rem;
  line-height: 1.2em;
}
.sinjyuku_menu_list h2 small {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 400;
}
.sinjyuku_menu_list h2::after {
  position: absolute;
  content: "";
  height: 0.1rem;
  width: 100%;
  background-color: #bc9b75;
  left: 0;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .sinjyuku_menu_list h2 {
    font-size: 5rem;
    width: 90%;
  }
  .sinjyuku_menu_list h2.v2 {
    font-size: 4.5rem;
  }
  .sinjyuku_menu_list h2 small {
    font-size: 3.2rem;
  }
}
.sinjyuku_menu_list .menu_list_box {
  display: flex;
  box-sizing: border-box;
  border: #bc9b75 solid 1px;
  margin-bottom: 3rem;
  height: 10rem;
}
.sinjyuku_menu_list .menu_list_box.last {
  margin-bottom: 5rem;
}
.sinjyuku_menu_list .menu_list_box.ver2 {
  height: 12rem;
}
.sinjyuku_menu_list .menu_list_box.ver2 h3 {
  line-height: 1.2em;
}
.sinjyuku_menu_list .menu_list_box h3 {
  padding: 0.5rem 2rem 0;
  background-color: #f3f0eb;
  font-size: 2.4rem;
  line-height: 1em;
  width: 43rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.sinjyuku_menu_list .menu_list_box h3 small {
  font-size: 1.6rem;
  line-height: 1em;
}
.sinjyuku_menu_list .menu_list_box h3 small.ver2 {
  padding-top: 1rem;
}
.sinjyuku_menu_list .menu_list_box .price {
  background-color: #FFF;
  display: flex;
  width: calc(100% - 43rem);
  align-items: center;
  gap: 1rem;
  padding: 1rem 0 1rem 3.5rem;
}
.sinjyuku_menu_list .menu_list_box .price h4 {
  font-size: 1.6rem;
  color: #b88388;
  line-height: 2.5em;
}
.sinjyuku_menu_list .menu_list_box .price h4 span {
  text-decoration: line-through;
  color: #322e29;
}
.sinjyuku_menu_list .menu_list_box .price h4 strong {
  font-size: 3rem;
  font-weight: 400;
}
.sinjyuku_menu_list .menu_list_box .price h4 small {
  font-size: 1.6rem;
}
.sinjyuku_menu_list .menu_list_box .price p {
  color: #FFF;
  font-size: 1.4rem;
  padding: 1.5rem 0rem;
  display: inline-block;
  border-radius: 4rem;
  width: 16.5rem;
  text-align: center;
  line-height: 1em;
}
.sinjyuku_menu_list .menu_list_box .price .green {
  background-color: #95d3c4;
}
.sinjyuku_menu_list .menu_list_box .price .green.ver2 {
  width: 16rem;
}
.sinjyuku_menu_list .menu_list_box .price .pink {
  background-color: #dfa1a7;
}
.sinjyuku_menu_list .menu_list_box .price .pink.ver2 {
  padding: 0.8rem 0;
  width: 18rem;
}
.sinjyuku_menu_list .menu_list_box .price .blue {
  background-color: #81d7df;
}
.sinjyuku_menu_list .menu_list_box .price .blue.ver2 {
  width: 16rem;
}
@media only screen and (max-width: 767px) {
  .sinjyuku_menu_list .menu_list_box {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 6rem;
  }
  .sinjyuku_menu_list .menu_list_box.last {
    margin-bottom: 8rem;
  }
  .sinjyuku_menu_list .menu_list_box h3 {
    width: 100%;
    display: block;
    text-align: center;
  }
  .sinjyuku_menu_list .menu_list_box h3 {
    padding: 2rem 0;
    font-size: 3.2rem;
    line-height: 1.8em;
  }
  .sinjyuku_menu_list .menu_list_box h3 small {
    font-size: 3.2rem;
  }
  .sinjyuku_menu_list .menu_list_box h3.ver2 {
    font-size: 3.2rem;
    line-height: 1.2em;
  }
  .sinjyuku_menu_list .menu_list_box .price {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 3rem;
  }
  .sinjyuku_menu_list .menu_list_box .price h4 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .sinjyuku_menu_list .menu_list_box .price h4.ver_sp {
    margin-top: 3rem;
  }
  .sinjyuku_menu_list .menu_list_box .price h4 span {
    position: relative;
    top: 1rem;
  }
  .sinjyuku_menu_list .menu_list_box .price h4 strong {
    font-size: 5rem;
  }
  .sinjyuku_menu_list .menu_list_box .price h4 small {
    font-size: 3.2rem;
  }
  .sinjyuku_menu_list .menu_list_box .price .pink {
    background-color: #dfa1a7;
  }
  .sinjyuku_menu_list .menu_list_box .price .pink.ver2 {
    padding: 2.1rem 0;
    width: 18rem;
  }
  .sinjyuku_menu_list .menu_list_box .price p {
    font-size: 2.8rem;
    width: 35rem;
    padding: 3.5rem 0;
    margin-bottom: 1.5rem;
    border-radius: 5rem;
  }
  .sinjyuku_menu_list .menu_list_box .price p.green.ver2, .sinjyuku_menu_list .menu_list_box .price p.pink.ver2, .sinjyuku_menu_list .menu_list_box .price p.blue.ver2 {
    width: 38rem;
  }
}

/*************スタッフ**************/
.staff {
  padding: 10rem 0;
  background-color: #f3f0eb;
}
.staff .h2_type1_rap {
  padding-bottom: 10rem;
}
.staff .h2_type1_rap .h2_type1 span {
  margin-top: -0.5rem;
}
.staff .inner {
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .staff .inner {
    width: auto;
    flex-direction: inherit;
  }
}

.staff_box {
  width: 36rem;
}
.staff_box figure {
  width: 36rem;
  margin-bottom: 1rem;
}
.staff_box h3 {
  color: #815630;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .staff_box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .staff_box figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .staff_box h3 {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .slider-staff .slick-dots li button:before {
    font-size: 7rem;
    color: #FFF;
    opacity: 1;
  }
  .slider-staff .slick-dots li button:hover:before {
    color: #bc9b75;
  }
  .slider-staff .slick-dots li.slick-active button:before {
    color: #bc9b75;
  }
}
/********************************
bust_up 育乳マッサージヘッダー
********************************/
.bust_up {
  height: 83.9rem;
  background: url(../images/branch/bustup_fv.webp) center center no-repeat;
  background-size: cover;
}
.bust_up h2 {
  font-size: 10rem;
  padding-top: 23rem;
  margin-left: 5rem;
  color: #FFF;
  line-height: 1em;
}
.bust_up p {
  font-size: 2.4rem;
  color: #FFF;
  margin-left: 5rem;
}
@media only screen and (max-width: 767px) {
  .bust_up {
    background-image: url(../images/branch/bustup_fv-sp.webp);
    height: 117rem;
  }
  .bust_up h2 {
    padding-top: 32rem;
  }
  .bust_up p {
    font-size: 3rem;
  }
}

/**massage_cont**/
.massage_cont {
  position: relative;
  z-index: 0;
}
.massage_cont::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 33.5rem;
  background-color: #f3f0eb;
  bottom: 0;
}
.massage_cont .flex {
  gap: 6rem;
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
}
.massage_cont figure img {
  width: auto;
  margin-left: -10rem;
}
.massage_cont .text_box {
  width: 60rem;
}
.massage_cont h2 {
  font-size: 5rem;
  color: #815630;
  font-weight: bold;
  margin-top: 19rem;
  line-height: 1.2em;
  position: relative;
}
.massage_cont h2::after {
  position: absolute;
  content: "";
  width: 64.1rem;
  height: 64.6rem;
  top: -28rem;
  left: 0;
  background: url(../images/branch/bustup_midashi_bg.webp) center center no-repeat;
  background-size: contain;
  z-index: -1;
}
.massage_cont h3 {
  font-size: 3rem;
  color: #b88388;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .massage_cont::before {
    height: 150rem;
  }
  .massage_cont .inner.flex {
    padding-top: 0rem;
    padding-bottom: 12rem;
    width: auto;
    margin-top: 12rem;
  }
  .massage_cont h2 {
    font-size: 8rem;
    margin-top: 3rem;
  }
  .massage_cont h2::after {
    top: -82rem;
    left: 13rem;
  }
  .massage_cont h3 {
    font-size: 5rem;
  }
  .massage_cont figure {
    margin: 0 -3.5rem;
  }
  .massage_cont figure img {
    width: 100%;
    margin-left: -5rem;
  }
  .massage_cont .text_box {
    width: 100%;
  }
  .massage_cont p {
    font-size: 3.1rem;
  }
}

/****about***/
.about {
  padding-bottom: 15rem;
  background: url(../images/voice_bg.webp) top center/contain no-repeat;
  padding: 10rem 0 4rem;
}
.about .h2_type1_rap {
  margin-bottom: 10rem;
}
.about .h2_type1_rap .h2_type1 i {
  font-size: 7.5rem;
  left: -6.5rem;
}
.about .about_cont {
  gap: 6rem;
  margin-bottom: 8rem;
}
.about .about_cont.v2 {
  align-items: center;
}
.about .about_cont .text_box {
  width: 60rem;
  text-align: center;
}
.about .about_cont .text_box h3 {
  font-size: 3rem;
  color: #b88388;
  margin-bottom: 2rem;
}
.about .about_cont .text_box h4 {
  font-size: 2.4rem;
  color: #815630;
  margin-bottom: 1rem;
}
.about .about_cont .text_box div {
  padding: 2rem;
  text-align: center;
  width: calc(100% - 4rem);
  background-color: #f3f0eb;
}
.about .about_cont .text_box ul {
  margin-left: 16rem;
}
.about .about_cont .text_box ul.ver2 {
  margin-left: 6rem;
  padding: 3rem 0;
}
.about .about_cont .text_box ul li {
  text-align: left;
  position: relative;
  padding-left: 2.8rem;
  line-height: 2.2em;
}
.about .about_cont .text_box ul li::before {
  position: absolute;
  content: "";
  background: url(../images/branch/list_illust.webp) center center no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0.9rem;
}
.about .about_cont .text_box p {
  text-align: left;
  margin-bottom: 3rem;
}
.about .about_cont figure {
  width: 53.9rem;
}
@media only screen and (max-width: 767px) {
  .about {
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    padding-top: 20rem 0 4rem;
    background-position: top left;
    background-size: 200%;
  }
  .about .order-01 {
    order: 1;
  }
  .about .order-02 {
    order: 2;
  }
  .about .inner.flex {
    width: auto;
  }
  .about .h2_type1_rap {
    margin-bottom: 16rem;
  }
  .about .h2_type1_rap .h2_type1 i {
    font-size: 9rem;
    left: -12.5rem;
    top: 1.5rem;
  }
  .about .h2_type1_rap .h2_type1 span {
    top: 2rem;
    font-size: 2.8rem;
  }
  .about .about_cont {
    margin-bottom: 12rem;
  }
  .about .about_cont .text_box {
    width: 100%;
  }
  .about .about_cont .text_box h3 {
    font-size: 5rem;
    line-height: 1.2em;
  }
  .about .about_cont .text_box h3.v2 {
    text-align: left;
    white-space: nowrap;
  }
  .about .about_cont .text_box h3.v3 {
    margin-bottom: 7rem;
  }
  .about .about_cont .text_box p {
    font-size: 3.2rem;
    margin-bottom: 7rem;
  }
  .about .about_cont .text_box div {
    padding: 5.5rem 0;
    margin-left: -3.5rem;
    margin-right: -3.5rem;
    width: calc(100% + 7rem);
  }
  .about .about_cont .text_box div h4 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .about .about_cont .text_box ul {
    margin-left: 13rem;
  }
  .about .about_cont .text_box ul.ver2 {
    margin-left: 4rem;
  }
  .about .about_cont .text_box ul.ver2 li {
    font-size: 2.8rem;
    line-height: 1.4em;
    margin-bottom: 1.5rem;
  }
  .about .about_cont .text_box ul.ver2 li::before {
    width: 3.6rem;
    height: 3.6rem;
    top: 0.4rem;
  }
  .about .about_cont .text_box ul li {
    padding-left: 5rem;
    font-size: 3.2rem;
  }
  .about .about_cont .text_box ul li::before {
    width: 4rem;
    height: 4rem;
    top: 1.6rem;
  }
  .about .about_cont figure {
    width: 100%;
  }
}

/***.attraction バストアップの魅力とは***/
.attraction {
  padding: 8rem 0;
  background: url(../images/branch/menu_bg.webp) top center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.attraction h2 {
  text-align: center;
  font-size: 5rem;
  line-height: 1.1em;
  color: #815630;
  margin-bottom: 8rem;
}
.attraction h2 small {
  font-size: 1.6rem;
  position: relative;
  top: -1rem;
}
.attraction .attraction_wrap {
  gap: 8rem 10rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.attraction .attraction_wrap .attraction_box {
  width: 55rem;
}
.attraction figure {
  margin-bottom: 2rem;
}
.attraction h3 {
  font-size: 3rem;
  color: #b88388;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
.attraction h3::after {
  position: absolute;
  content: "";
  background: url(../images/branch/bustup_h3_bg.webp) center center/cover no-repeat;
  width: 28.1rem;
  height: 6.3rem;
  top: 1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .attraction {
    padding: 10rem 0 30rem;
    background-image: url(../images/branch/attraction-bg-sp.webp);
  }
  .attraction .inner.flex {
    width: auto;
  }
  .attraction h2 {
    font-size: 7.5rem;
  }
  .attraction h2 small {
    font-size: 3.2rem;
  }
  .attraction h3 {
    font-size: 5rem;
  }
  .attraction h3::after {
    width: 47.1rem;
    height: 12.3rem;
  }
  .attraction p {
    font-size: 3.2rem;
  }
  .attraction .attraction_wrap {
    gap: 10rem;
  }
  .attraction .attraction_wrap .attraction_box {
    width: 100%;
  }
}

/****voice-bustup***/
.voice-bustup {
  top: -11.5rem;
  padding-bottom: 22rem;
}
.voice-bustup.voice {
  background: url(../images/leaf_shadow.webp) top left no-repeat;
  background-size: auto;
}
.voice-bustup .h2_type1_rap {
  margin-top: 0;
  margin-bottom: 10rem;
}
.voice-bustup.voice .slider_rap03 .slider_box {
  width: 52rem;
  margin: 2.5rem;
  height: 38.5rem;
  padding: 2.2rem;
  box-shadow: 0px 0px 10px 6px #ededed;
}
.voice-bustup.voice .slider_rap03.bustup-s {
  width: 1920px;
}
@media only screen and (max-width: 1920px) {
  .voice-bustup.voice .slider_rap03.bustup-s {
    width: 98vw;
  }
}
@media only screen and (max-width: 1200px) {
  .voice-bustup.voice .slider_rap03.bustup-s {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .voice-bustup.voice .slider_rap03.bustup-s {
    width: 100%;
  }
}
.voice-bustup.voice .slider_rap03.bustup-s .slick-track {
  margin-left: -30rem;
}
.voice-bustup.voice .slider_rap03.bustup-s .slick-slider {
  width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1920px) {
  .voice-bustup.voice .slider_rap03.bustup-s .slick-slider {
    width: 98vw;
  }
}
@media only screen and (max-width: 1200px) {
  .voice-bustup.voice .slider_rap03.bustup-s .slick-slider {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .voice-bustup.voice .slider_rap03.bustup-s .slick-slider {
    width: 100%;
  }
}
.voice-bustup.voice .slider_rap03 .slick-dots {
  bottom: -1rem;
}
.voice-bustup.voice .slider_rap03 p {
  letter-spacing: 0.2rem;
  line-height: 1.6em;
}
.voice-bustup figure {
  margin-bottom: 2rem;
  overflow: hidden;
}
.voice-bustup small {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  color: #815630;
}
@media only screen and (max-width: 767px) {
  .voice-bustup .h2_type1_rap {
    margin-bottom: 0;
  }
  .voice-bustup .h2_type1_rap .h2_type1 span {
    margin-top: 1rem;
  }
  .voice-bustup.voice {
    background: transparent;
  }
  .voice-bustup.voice .slider_rap03 {
    margin-top: -3rem;
  }
  .voice-bustup.voice .slider_rap03.bustup-s .slick-track {
    margin-left: 2.6rem;
  }
  .voice-bustup.voice .slider_rap03 .slider_box {
    width: 59rem;
    height: 62rem;
    box-shadow: 0px 0px 10px 4px #cfcfcf;
  }
  .voice-bustup small {
    font-size: 2.8rem;
    color: #bc9b75;
  }
  .voice-bustup.voice .slider_rap03 p {
    font-size: 3.2rem;
  }
}

/***feelingp-Grandiの想い****/
.feeling {
  background-color: #f3f0eb;
  padding-bottom: 13rem;
}
.feeling .feeling_h2rap {
  background: url(../images/branch/feeling-bg.webp) center center/cover no-repeat;
  height: 23.1rem;
  width: 140rem;
  position: relative;
  right: 0;
  text-align: center;
  left: auto;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9rem;
  top: -11.5rem;
}
.feeling .feeling_h2rap h2 {
  font-size: 5rem;
  color: #815630;
  line-height: 1.1em;
  margin-right: 40rem;
  margin-top: 2rem;
}
.feeling .feeling_h2rap small {
  font-size: 1.6rem;
  color: #815630;
  position: relative;
  top: -1rem;
}
.feeling .yukari_cont {
  justify-content: space-between;
}
.feeling .yukari_cont .text_box, .feeling .yukari_cont figure {
  width: 50%;
}
.feeling .yukari_cont figure {
  width: 51.8rem;
}
.feeling .yukari_cont .text_box h3 {
  background-color: #b88388;
  color: #FFF;
  padding: 0.8rem 3rem;
  position: relative;
  font-size: 3rem;
  width: 40rem;
  margin-bottom: 4rem;
}
.feeling .yukari_cont .text_box h3 i {
  position: relative;
  font-size: 6rem;
  color: #d9ccb7;
  top: -3.4rem;
  left: -6rem;
  display: inline-block;
  transform: rotate(345deg);
}
.feeling .yukari_cont .text_box h4 {
  font-size: 3rem;
  color: #815630;
  margin-bottom: 5rem;
}
.feeling .yukari_cont .text_box h4 span {
  color: #b88388;
  margin-right: 1em;
}
.feeling .yukari_cont .text_box h4 strong {
  margin-right: 0.5em;
}
.feeling .yukari_cont .text_box h4 small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .feeling .inner.flex {
    width: auto;
    gap: 10rem;
  }
  .feeling .feeling_h2rap {
    width: 100%;
    height: 49rem;
    background-image: url(../images/branch/feeling-bg-sp.webp);
    margin-bottom: 0;
  }
  .feeling .feeling_h2rap h2 {
    margin: 0 auto;
    font-size: 7.5rem;
  }
  .feeling .feeling_h2rap h2 small {
    font-size: 3.2rem;
  }
  .feeling .yukari_cont {
    margin-top: -2rem;
  }
  .feeling .yukari_cont figure {
    width: 100%;
  }
  .feeling .yukari_cont .text_box {
    width: 100%;
  }
  .feeling .yukari_cont .text_box h3 {
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    position: relative;
    font-size: 5rem;
  }
  .feeling .yukari_cont .text_box h3 i {
    position: absolute;
    font-size: 12rem;
    font-size: 12rem;
    top: 0rem;
    left: -3.5rem;
  }
  .feeling .yukari_cont .text_box h4 {
    font-size: 5rem;
    line-height: 1.4em;
  }
  .feeling .yukari_cont .text_box h4 small {
    font-size: 3.2rem;
  }
  .feeling .yukari_cont .text_box p {
    font-size: 3.2rem;
  }
}

/******flow********/
.flow {
  padding: 12rem 0 6rem;
}
.flow .h2_type1_rap {
  margin-bottom: 9rem;
}
.flow .h2_type1_rap i {
  font-size: 8.5rem;
  left: -11.5rem;
}
.flow h3 {
  width: 32rem;
  background: linear-gradient(90deg, rgb(198, 183, 166) 0%, rgb(224, 205, 176) 100%);
  font-size: 3rem;
  color: #FFF;
  margin: 0 auto 3.5rem;
  text-align: center;
  padding: 0.4rem 0;
}
.flow h3.ver2 {
  background: linear-gradient(90deg, #a9748e 0%, #e6b1b4 100%);
}
.flow .flow_box_ver1 {
  padding: 3rem;
  box-shadow: 0px 0px 4px 4px #dbdbdb;
  gap: 3rem;
  width: calc(1200px - 7rem);
  margin-bottom: 6rem;
}
.flow .flow_box_ver1 figure {
  width: 32rem;
  height: 18rem;
}
.flow .flow_box_ver1 .text_box {
  width: calc(100% - 32rem);
}
.flow .flow_box_ver1 h4 {
  font-size: 3rem;
  color: #bc9b75;
  margin-top: -1rem;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.flow .flow_box_ver1 h4::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 5.5rem;
  background-color: #bc9b75;
}
.flow .flow_box_ver1 h4 i {
  font-style: normal;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .flow {
    padding: 16rem 0 6rem;
  }
  .flow p {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .flow .h2_type1_rap {
    margin-bottom: 9rem;
    top: 4rem;
  }
  .flow .h2_type1_rap h2 {
    line-height: 1em;
    font-size: 8rem;
  }
  .flow .h2_type1_rap .h2_type1 span {
    margin-top: 4rem;
  }
  .flow .h2_type1_rap i {
    font-size: 8.5rem;
    left: -19.5rem;
    top: -2rem;
  }
  .flow h3 {
    width: calc(100% - 9rem);
    margin: 0 4.5rem 8rem;
    padding: 2rem 0;
    font-size: 5rem;
  }
  .flow .flow_box_ver1 {
    width: calc(100% - 14rem);
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    margin: 0 3.5rem 10rem;
  }
  .flow .flow_box_ver1 figure {
    width: 100%;
    height: auto;
  }
  .flow .flow_box_ver1 .text_box {
    width: 100%;
  }
  .flow .flow_box_ver1 h4 {
    font-size: 5rem;
    display: block;
    margin-bottom: 5rem;
  }
  .flow .flow_box_ver1 h4::before {
    top: auto;
    bottom: -2rem;
  }
}
.flow .flow_box_ver2 {
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: space-between;
  margin-bottom: 6rem;
}
.flow .flow_box_ver2 .flow_box {
  width: 51.5rem;
  padding: 3rem;
  box-shadow: 0px 0px 4px 4px #dbdbdb;
}
.flow .flow_box_ver2 .flow_box figure {
  width: 51.5rem;
  margin-bottom: 2rem;
}
.flow .flow_box_ver2 h4 {
  font-size: 3rem;
  color: #bc9b75;
  margin-top: -1rem;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}
.flow .flow_box_ver2 h4::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 5.5rem;
  background-color: #bc9b75;
}
.flow .flow_box_ver2 h4 i {
  font-style: normal;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .flow .flow_box_ver2 {
    gap: 7rem;
  }
  .flow .inner.flex {
    width: auto;
  }
  .flow .inner.flex .flow_box {
    width: auto;
  }
  .flow .inner.flex .flow_box.ver3 {
    margin-bottom: 5rem;
  }
  .flow .inner.flex .flow_box figure {
    width: 100%;
    margin-bottom: 4rem;
  }
  .flow .inner.flex .flow_box h4 {
    font-size: 5rem;
    margin-bottom: 5rem;
    text-align: left;
  }
  .flow .inner.flex .flow_box h4::before {
    top: auto;
    bottom: -2rem;
  }
  .flow .inner.flex .flow_box h4 i.ver2 {
    display: block;
    line-height: 0.8em;
    margin-top: 6rem;
  }
}

/********************************
お問い合わせcontact
********************************/
.contact.page_header {
  height: 32rem;
}

.hottopeppa_reserve {
  padding: 12rem 0 14rem;
}
.hottopeppa_reserve .h2_type1_rap .h2_type1 span {
  top: -0.5rem;
}
.hottopeppa_reserve .hottopeppa_reserve_btn_box {
  gap: 3rem;
  padding-top: 4rem;
  justify-content: center;
}
.hottopeppa_reserve a {
  background: linear-gradient(90deg, rgb(198, 183, 166) 0%, rgb(224, 205, 176) 100%);
  width: 22rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.6rem;
}
.hottopeppa_reserve a img {
  width: 6.8rem;
  height: 2.2rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .hottopeppa_reserve {
    margin-bottom: 4rem;
  }
  .hottopeppa_reserve .h2_type1_rap .h2_type1 i {
    left: -21rem;
    letter-spacing: 0;
    top: 1.5rem;
  }
  .hottopeppa_reserve .h2_type1_rap .h2_type1 span {
    font-size: 2.8rem;
  }
  .hottopeppa_reserve .hottopeppa_reserve_btn_box {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 8rem;
  }
  .hottopeppa_reserve .hottopeppa_reserve_btn_box a {
    width: 42rem;
    height: 10rem;
    font-size: 3.2rem;
  }
  .hottopeppa_reserve .hottopeppa_reserve_btn_box a img {
    width: 13rem;
    height: 4.5rem;
  }
}

.privacy .h2_type1_rap {
  padding: 0 0 7rem;
  background-color: #f3f0eb;
}
.privacy .h2_type1_rap .h2_type1 {
  top: 4rem;
}
.privacy .h2_type1_rap .h2_type1 span {
  top: -0.5rem;
}
.privacy .p1 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 7rem;
}
.privacy .p1.v2 {
  color: #6c6c6c;
}
.privacy .privacy_cont_rap {
  text-align: center;
  background: url(../images/branch/contact_bg.webp) center left no-repeat;
  background-size: auto;
}
.privacy .privacy_cont_rap .privacy_cont {
  padding: 8rem 0;
}
.privacy .privacy_cont_rap .privacy_cont_text {
  margin: 0 auto;
  width: 90rem;
  padding: 2.5rem 5rem;
  border: #9c9c9c solid 1px;
  border-radius: 0.6rem;
  height: 30rem;
  overflow-y: scroll;
  margin-bottom: 4rem;
  background-color: #FFF;
  text-align: left;
}
.privacy .privacy_cont_rap .privacy_cont_text p {
  margin-bottom: 1em;
}
.privacy .consent a {
  width: 33.5rem;
  height: 4.5rem;
  border-radius: 0.5rem;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #bc9b75;
  font-size: 1.6rem;
  margin: 0 auto;
  position: relative;
}
.privacy .consent a img {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .privacy .h2_type1_rap {
    padding: 0 0 12rem;
    background-color: #f3f0eb;
  }
  .privacy .h2_type1_rap .h2_type1 i {
    left: -21rem;
    letter-spacing: 0;
    top: 1.5rem;
  }
  .privacy .h2_type1_rap .h2_type1 span {
    top: 1.5rem;
    font-size: 3.5rem;
  }
  .privacy .p1 {
    font-size: 3.2rem;
  }
  .privacy .p1.v2 {
    text-align: left;
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
  .privacy .privacy_cont_rap {
    background-size: 128%;
    background-position: center left -36rem;
    width: calc(100% - 7rem);
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .privacy .privacy_cont_rap .privacy_cont {
    padding: 7rem 0 10rem;
  }
  .privacy .privacy_cont_rap .privacy_cont_text {
    width: calc(100% - 7rem);
    margin: 0 0 4rem;
    padding: 2.5rem 3.5rem;
    height: 30rem!important;
  }
  .privacy .privacy_cont_rap .privacy_cont_text p {
    margin-bottom: 1em;
    font-size: 2.6rem;
  }
  .privacy .consent a {
    width: calc(100% - 7rem);
    padding: 0 3.5rem;
    height: 10rem;
    font-size: 3.2rem;
  }
  .privacy .consent a img {
    width: 3rem;
    height: 3rem;
    margin-left: 2rem;
    top: 0.3rem;
    position: relative;
  }
}

/*****form*****/
input, select, textarea {
  background-color: #FFF;
  height: 5rem;
  font-family: "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  color: #6c6c6c;
  height: 5rem;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767px) {
  input, select, textarea {
    font-size: 3.2rem;
  }
}

input {
  width: calc(100% - 3rem);
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  input {
    height: 10rem;
  }
}

select {
  width: 100%;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  select {
    height: 10rem;
  }
}

textarea {
  width: calc(100% - 3rem);
  height: 18.5rem;
  line-height: 1.4em;
  padding: 1rem 1.5rem;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2rem;
  height: 2rem;
  border: none;
  padding: 0;
  border-radius: 0.5rem;
  background-color: #FFF;
  margin-right: 0.5em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  input[type=checkbox] {
    width: 4rem;
    height: 4rem;
    margin-bottom: 2rem;
  }
}

input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 0.5rem;
  top: 0.2rem;
  width: 0.6rem;
  height: 1rem;
  border: solid #815630;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

input[type=submit] {
  width: 25rem;
  font-size: 2.4rem;
  color: #FFF;
  background-color: #bc9b75;
  border: #bc9b75 solid 1px;
  cursor: pointer;
  transition: 0.2s;
}
input[type=submit]:hover {
  color: #bc9b75;
  background-color: #FFF;
  border: #bc9b75 solid 1px;
}
@media only screen and (max-width: 767px) {
  input[type=submit] {
    font-size: 4.5rem;
    width: 50rem;
    height: 10rem;
  }
}

.submit_box {
  text-align: center;
}

.checkbox_item {
  display: flex;
  align-items: center;
}

.contact_form_wrap {
  background-color: #f3f0eb;
  padding: 8rem 0 12rem;
}
.contact_form_wrap p {
  line-height: 1.4em;
}
.contact_form_wrap .contact_inner {
  width: 960px;
  margin: 0 auto;
}
.contact_form_wrap i {
  font-size: 1.6rem;
  font-style: normal;
  color: #FFF;
  background-color: #bc9b75;
  padding: 0.2rem 1em;
  border-radius: 0.5rem;
  line-height: 1em;
  display: flex;
  align-items: center;
  margin-right: 0.8em;
}
.contact_form_wrap i.ver2 {
  background-color: #6c6c6c;
}
.contact_form_wrap .input_title {
  margin-bottom: 2rem;
}
.contact_form_wrap .contact_box {
  margin-bottom: 3rem;
}
.contact_form_wrap .contact_box.textarea_box {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .contact_form_wrap {
    background-color: #f3f0eb;
    padding: 8rem 0 12rem;
  }
  .contact_form_wrap .contact_inner {
    width: calc(100% - 7rem);
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding: 0 3.5rem;
  }
  .contact_form_wrap .checkbox_item.v2 {
    align-items: flex-start;
  }
  .contact_form_wrap p, .contact_form_wrap i {
    font-size: 3.2rem;
  }
}

.error {
  display: block;
  padding: 6px 0;
  font-size: 16px;
  color: #F00;
  line-height: normal;
}

.error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.contact_box.checkbox .error-message {
    margin-left: 0;
    padding-left: 0;
}

/********************************
00
********************************//*# sourceMappingURL=branch.css.map */

