.web_font1,
.ttl_style span,
#Under_ttl_area .ttl span,
.ttl_style_mini span,
#Under_ttl_area_mini .ttl span,
.ttl_style_mini2 span,
.big_tab_style li,
.page_in_link_nav_style li .num,
#Under_ttl_area_img .ttl span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.web_font2,
.box-page:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.web_font3,
.all_number_style span {
  font-family: "Roboto", sans-serif;
}

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

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

.border3,
.table_style > li {
  border-bottom: 1px solid #cdcdd2;
}

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

.border5,
.table_big_style > li {
  border-bottom: 2px solid #03071f;
}

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

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

.border_box_style {
  position: relative;
}

.border_box_style:before {
  display: block;
  content: "";
  width: 1000px;
  height: 2px;
  background: #03071f;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -500px;
}

@media screen and (min-width: 1px) {
  .border_box_style:before {
    width: calc(100% - 10.6%);
    left: 5.3%;
    margin-left: 0;
  }
}

.btn {
  width: 310px;
  height: 60px;
  border-radius: 100px;
  background: #03071f;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn:hover {
  -webkit-transition: all 0.15s 0s ease-in-out;
  transition: all 0.15s 0s ease-in-out;
  opacity: 0.6;
}

.btn.gray {
  background: #eeeeee;
}

.btn.gray a {
  color: #03071f;
}

.btn.gray a:before {
  background: url("../common/images/btn_arrow_b.png") left top no-repeat;
  background-size: 10px 14px;
}

.btn.mini {
  height: 40px;
  font-size: 1.3rem;
}

.btn.mini a:before {
  display: none;
}

.btn.big {
  height: 70px;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.5;
  text-align: center;
}

.btn.gost {
  border: 2px solid #03071f;
  background: #fff;
  color: #03071f;
}

.btn.gost a {
  color: #03071f;
}

.btn.gost a:before {
  background: url("../common/images/btn_arrow_b.png") left top no-repeat;
  background-size: contain;
}

.c-btn-icon.--pink {
  background-color: #F7D6E1;
  border-radius: calc(infinity * 1px);
}

.c-btn-icon.--blue {
  background-color: #D6EFF5;
  border-radius: calc(infinity * 1px);
}

.btn img {
  margin-right: 10px;
}

.btn.reserve img {
  width: 20px;
  height: auto;
}

.btn.tel img {
  width: 15px;
  height: auto;
}

.btn.line img {
  width: 19px;
  height: auto;
}

.btn.mail img {
  width: 19px;
  height: auto;
}

.btn.window img {
  width: 15px;
  height: auto;
}

.btn.left {
  margin: 0;
}

.btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  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;
  position: relative;
}

.btn a:before {
  display: block;
  content: "";
  width: 10px;
  height: 14px;
  background: url("../common/images/btn_arrow_w.png") left top no-repeat;
  background-size: 10px 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
}

.btn.web_font2,
.btn.box-page:before {
  letter-spacing: 0.2em;
  font-weight: 600;
}

.btn_nowrap {
  font-size: 1.2rem;
}

.btn_nowrap a {
  position: relative;
  padding-left: 30px;
}

.btn_nowrap a:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../common/images/btn_arrow_cercle.png") left top no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
}

@media screen and (min-width: 1px) {
  .btn {
    width: 100%;
    max-width: 280px;
    height: 55px;
    font-size: 1.3rem;
  }

  .btn.gray a {
    color: #03071f;
  }

  .btn.gray a:before {
    background: url("../common/images/btn_arrow_b.png") left top no-repeat;
    background-size: 10px 14px;
  }

  .btn.gost {
    border: 2px solid #03071f;
    background: #fff;
  }

  .btn.gost a {
    color: #03071f;
  }

  .btn.gost a:before {
    background: url("../common/images/btn_arrow_b.png") left top no-repeat;
    background-size: contain;
  }

  .btn img {
    margin-right: 10px;
  }

  .btn.reserve img {
    width: 20px;
    height: auto;
  }

  .btn.tel img {
    width: 15px;
    height: auto;
  }

  .btn.line img {
    width: 17px;
    height: auto;
  }

  .btn a {
    width: 100%;
    height: 100%;
    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;
  }

  .btn a:before {
    width: 9px;
    height: 12px;
    background: url("../common/images/btn_arrow_w.png") left top no-repeat;
    background-size: 9px 12px;
    right: 15px;
    margin-top: -6px;
  }

  .btn.web_font2,
  .btn.box-page:before {
    letter-spacing: 0.2em;
    font-size: 1.2rem;
  }
}

.ttl_style,
#Under_ttl_area .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 60px;
  margin-bottom: 90px;
}

.ttl_style:before,
#Under_ttl_area .ttl:before {
  display: block;
  content: "";
  width: 28px;
  height: 5px;
  background: url("../common/images/bg_ttl_line.png") left top no-repeat;
  background-size: 28px 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
}

.ttl_style span,
#Under_ttl_area .ttl span {
  font-size: 4.2rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  margin-top: 15px;
  letter-spacing: 0.12em;
}

#Under_ttl_area .ttl_style small {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3px;
  display: block;
  margin-top: 6px;
}

.ttl_style_mini,
#Under_ttl_area_mini .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.ttl_style_mini span,
#Under_ttl_area_mini .ttl span {
  font-size: 3rem;
  margin-right: 20px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.ttl_style_mini2 {
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttl_style_mini2 span {
  font-size: 2.3rem;
  letter-spacing: 0.22em;
  line-height: 1;
  margin-right: 15px;
}

.ttl_style_line {
  border-left: 5px solid #f64077;
  padding-left: 20px;
  line-height: 1;
  font-size: 1.8rem;
  margin-bottom: 35px;
}

@media screen and (min-width: 1px) {
  .ttl_style,
  #Under_ttl_area .ttl {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }

  .ttl_style:before,
  #Under_ttl_area .ttl:before {
    width: 21px;
    height: 4px;
    background: url("../common/images/bg_ttl_line.png") left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    margin-left: -10px;
  }

  .ttl_style span,
  #Under_ttl_area .ttl span {
    font-size: 2.6rem;
    margin-top: 12px;
  }

  .ttl_style_mini,
  #Under_ttl_area_mini .ttl {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }

  .ttl_style_mini span,
  #Under_ttl_area_mini .ttl span {
    font-size: 2.3rem;
    margin-right: 10px;
  }

  .ttl_style_mini2 span {
    font-size: 1.7rem;
    letter-spacing: 0.22em;
    line-height: 1;
  }

  .ttl_style_line {
    border-left: 4px solid #f64077;
    padding-left: 10px;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}

.out_wrap {
  width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.swiper-container-type01,
.swiper-container-type02,
.swiper-container-type03,
.swiper-container-shop,
._swiper-container-feature {
  overflow: hidden;
}

.slide_list_style.no_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.slide_list_style.no_slider:after {
  display: block;
  content: "";
  width: 262px;
}

.slide_list_style.no_slider:before {
  content: "";
  display: block;
  width: 262px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.slide_list_style.no_slider .list {
  width: 262px;
  margin-bottom: 50px;
}

.slide_list_style.no_slider .list:nth-of-type(4n) .img:before,
.slide_list_style.no_slider .list:last-child .img:before {
  display: none;
}

.slide_list_style.no_slider .list .img {
  position: relative;
}

.slide_list_style.no_slider .list .img:before {
  width: 33px;
  height: 3px;
  background: url("../common/images/kazari_line_big.png") top no-repeat;
  background-size: 33px 3px;
  right: -43px;
  margin-top: -2px;
}

.slide_list_style.no_slider .list .txt {
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: 15px;
}

.slide_list_style .list {
  position: relative;
  font-size: 1.4rem;
}

.slide_list_style .list > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.slide_list_style .list .img {
  position: relative;
}

.slide_list_style .list .img img {
  width: 100%;
  height: auto;
}

.slide_list_style .list .img:before {
  display: block;
  content: "";
  width: 19px;
  height: 4px;
  background: url("../common/images/kazari_line.png") top no-repeat;
  background-size: 19px 2px;
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -2px;
}

.slide_list_style .list img {
  width: 100%;
  height: auto;
}

.slide_list_style .list .txt {
  margin-top: 8px;
}

@media screen and (min-width: 1px) {
  .out_wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 5.3%;
  }

  .slide_list_style.no_slider:after {
    display: none;
  }

  .slide_list_style.no_slider:before {
    display: none;
  }

  .slide_list_style.no_slider .list {
    width: 47%;
    margin-bottom: 35px;
  }

  .slide_list_style.no_slider .list:nth-of-type(2n) .img:before,
  .slide_list_style.no_slider .list:last-child .img:before {
    display: none;
  }

  .slide_list_style.no_slider .list .img:before {
    width: 16px;
    height: 2px;
    background: url("../common/images/kazari_line.png") top no-repeat;
    background-size: 16px 2px;
    top: 50%;
    right: -18px;
    margin-top: -1px;
  }

  .slide_list_style.no_slider .list .txt {
    font-size: 1.1rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-top: 10px;
  }

  .slide_list_style.mini .list .img {
    width: 25.6%;
  }

  .slide_list_style.mini .list .img:before {
    width: 11px;
    height: 2px;
    background: url("../common/images/kazari_line_mini.png") top no-repeat;
    background-size: 11px 2px;
    right: -15px;
  }

  .slide_list_style .list {
    position: relative;
    font-size: 1.1rem;
  }

  .slide_list_style .list .img:before {
    width: 16px;
    height: 2px;
    background: url("../common/images/kazari_line.png") top no-repeat;
    background-size: 16px 2px;
    top: 50%;
    right: -18px;
    margin-top: -1px;
  }
}

.icon_favorite {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 30;
  display: block;
}

.icon_favorite.on:before {
  background: url("../common/images/icon_favorite.png") left top no-repeat;
  background-size: 32px 32px;
}

.icon_favorite:before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../common/images/icon_favorite_w.png") left top no-repeat;
  background-size: 32px 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}

.swiper-pagination {
  bottom: -60px !important;
  left: 0;
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100px;
  background: #03071f;
  opacity: 1;
  margin: 0 11px !important;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f64077;
  position: relative;
}

.swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f64077;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  border-radius: 100px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 46px;
  height: 46px;
  margin-top: -23px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-button-prev:after {
  background: url("../common/images/btn_slide_left.png") left top no-repeat;
  background-size: 46px 46px;
}

.swiper-button-next:after {
  background: url("../common/images/btn_slide_right.png") left top no-repeat;
  background-size: 46px 46px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -23px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -23px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.15;
}

@media screen and (min-width: 1px) {
  .icon_favorite {
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    z-index: 30;
  }

  .icon_favorite.on:before {
    background: url("../common/images/icon_favorite.png") left top no-repeat;
    background-size: 25px 25px;
  }

  .icon_favorite:before {
    width: 25px;
    height: 25px;
    background: url("../common/images/icon_favorite_w.png") left top no-repeat;
    background-size: 25px 25px;
  }

  .swiper-pagination {
    bottom: -50px !important;
  }

  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 9px !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 27px;
    height: 27px;
    margin-top: 0;
    top: auto;
    bottom: -52px;
  }

  .swiper-button-prev:after {
    background: url("../common/images/btn_slide_left.png") left top no-repeat;
    background-size: 27px 27px;
  }

  .swiper-button-next:after {
    background: url("../common/images/btn_slide_right.png") left top no-repeat;
    background-size: 27px 27px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 5.3%;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 5.3%;
  }
}

.blog_list_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog_list_style:after {
  content: "";
  width: 300px;
  display: block;
}

.blog_list_style > li {
  position: relative;
  width: 300px;
  margin-bottom: 50px;
}

.blog_list_style > li:hover {
  opacity: 0.6;
  -webkit-transition: all 0.15s 0s ease-in-out;
  transition: all 0.15s 0s ease-in-out;
}

.blog_list_style > li > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.blog_list_style > li dl dt {
  margin-bottom: 20px;
  background: #f6f3f4;
  display: block;
  overflow: hidden;
}

.blog_list_style > li dl dt img {
  width: 300px;
  height: 200px;
}

.blog_list_style > li dl dt img.object-fit-img {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
  font-family: "object-fit: scale-down;";
}

@media all and (-ms-high-contrast: none) {
  .blog_list_style > li dl dt {
    height: 200px;
  }

  .blog_list_style > li dl dt img {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 200px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.blog_list_style > li dl dd .sub_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1;
}

.blog_list_style > li dl dd .sub_txt .day {
  font-size: 1.2rem;
}

.blog_list_style > li dl dd .txt {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

@media screen and (min-width: 1px) {
  .blog_list_style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blog_list_style:after {
    display: none;
  }

  .blog_list_style > li {
    width: 48%;
    margin-bottom: 30px;
  }

  .blog_list_style > li dl dt {
    margin-bottom: 10px;
  }

  .blog_list_style > li dl dt img {
    width: 100%;
    height: 100px;
  }

  .blog_list_style > li dl dd .sub_txt {
    margin-bottom: 10px;
  }

  .blog_list_style > li dl dd .sub_txt .day {
    font-size: 1.1rem;
  }

  .blog_list_style > li dl dd .txt {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.shop_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop_list_area:after {
  content: "";
  width: 310px;
  display: block;
}

.shop_list_area > li {
  width: 140px;
}

.shop_list_area > li:nth-of-type(1) .shop_link_area dl {
  background: #ffbbc4;
}

.shop_list_area > li:nth-of-type(2) .shop_link_area dl {
  background: #ddcbfe;
}

.shop_list_area > li:nth-of-type(3) .shop_link_area dl {
  background: #b1fffc;
}

.shop_list_area > li:nth-of-type(4) .shop_link_area dl {
  background: #b1ffed;
}

.shop_list_area > li:nth-of-type(5) .shop_link_area dl {
  background: #fdf68e;
}

.shop_list_area > li:nth-of-type(6) .shop_link_area dl {
  background: #fff;
}

.shop_list_area > li .shop_link_area {
  position: relative;
}

.shop_list_area > li .shop_link_area:hover {
  opacity: 0.6;
  -webkit-transition: all 0.15s 0s ease-in-out;
  transition: all 0.15s 0s ease-in-out;
}

.shop_list_area > li .shop_link_area a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.shop_list_area > li .shop_link_area a:before {
  display: block;
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../common/images/btn_arrow_cercle.png") left top no-repeat;
  background-size: 20px 20px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.shop_list_area > li .shop_link_area dl dt img {
  width: 100%;
  height: auto;
}

.shop_list_area > li .shop_link_area dl dd.pc {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 0 10px;
}

.shop_list_area > li .shop_link_area dl dd.pc p {
  padding: 4px 12px;
  font-size: 1rem;
  color: #fff;
  background: #03071f;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.15em;
}

.shop_list_area > li .shop_link_area dl dd.pc h3 {
  margin-top: 2px;
  line-height: 1;
  font-size: 1.4rem;
}

.shop_list_area > li .shop_cv_area {
  margin-top: 20px;
}

.shop_list_area > li .shop_cv_area li {
  width: 100%;
}

.shop_list_area > li .shop_cv_area li:first-child {
  margin-bottom: 10px;
}

.shop_list_area > li .shop_cv_area .btn {
  width: 100%;
}

@media screen and (min-width: 1px) {
  .shop_list_area {
    display: block;
  }

  .shop_list_area:after {
    display: none;
  }

  .shop_list_area > li {
    width: 100%;
    margin-bottom: 10px;
  }

  .shop_list_area > li .acc_box {
    background: url("../common/images/bg_dot.png") left top repeat !important;
    background-size: 5px 5px !important;
    position: relative;
  }

  .shop_list_area > li .acc_box:before {
    display: block;
    content: "";
    width: 100%;
    height: 30px;
    background: url("../common/images/bg_dot.png") left top repeat !important;
    background-size: 5px 5px !important;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
  }

  .shop_list_area > li:nth-of-type(1) .sp_btn_area dl {
    background: #f3e9cd;
  }

  .shop_list_area > li:nth-of-type(2) .sp_btn_area dl {
    background: #ffbbc4;
  }

  .shop_list_area > li:nth-of-type(3) .sp_btn_area dl {
    background: #ddcbfe;
  }

  .shop_list_area > li:nth-of-type(4) .sp_btn_area dl {
    background: #b1fffc;
  }

  .shop_list_area > li:nth-of-type(5) .sp_btn_area dl {
    background: #b1ffed;
  }

  .shop_list_area > li:nth-of-type(6) .sp_btn_area dl {
    background: #fbedbb;
  }

  .shop_list_area > li:nth-of-type(7) .sp_btn_area dl {
    background: #fdf68e;
  }

  .shop_list_area > li:nth-of-type(8) .sp_btn_area dl {
    background: #fbd2bb;
  }

  .shop_list_area > li:nth-of-type(9) .sp_btn_area dl {
    background: #fff;
    border: 2px solid #03071f;
    position: relative;
  }

  .shop_list_area > li:nth-of-type(9) .shop_link_area dl {
    background: #fff;
  }

  .shop_list_area > li .sp_btn_area {
    position: relative;
    z-index: 1;
  }

  .shop_list_area > li .sp_btn_area > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
  }

  .shop_list_area > li .sp_btn_area dl {
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 100%;
  }

  .shop_list_area > li .sp_btn_area dl dt {
    margin-left: 10px;
  }

  .shop_list_area > li .sp_btn_area dl dd {
    margin-left: 20px;
  }

  .shop_list_area > li .sp_btn_area dl dd p {
    padding: 4px 12px;
    font-size: 1rem;
    color: #fff;
    background: #03071f;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
  }

  .shop_list_area > li .sp_btn_area dl dd h3 {
    line-height: 1.4rem;
  }

  .shop_list_area > li .shop_link_area {
    position: relative;
    padding-top: 15px;
  }

  .shop_list_area > li .shop_link_area a:before {
    display: none;
  }

  .shop_list_area > li .shop_link_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: none !important;
  }

  .shop_list_area > li .shop_link_area dl dt {
    width: 48%;
  }

  .shop_list_area > li .shop_link_area dl dd.sp {
    width: 48%;
    position: relative;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 25px;
  }

  .shop_list_area > li .shop_link_area dl dd.sp:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../common/images/btn_arrow_cercle.png") left top no-repeat;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
  }

  .shop_list_area > li .shop_link_area dl dd.sp p {
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.3;
  }

  .shop_list_area > li .shop_link_area dl dd.sp h3 {
    margin-top: 2px;
    line-height: 1;
    font-size: 1.2rem;
  }

  .shop_list_area > li .shop_cv_area {
    margin-top: 15px;
    padding: 0 5.3% 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop_list_area > li .shop_cv_area li {
    width: 48%;
  }

  .shop_list_area > li .shop_cv_area li:first-child {
    margin-bottom: 0;
  }

  .shop_list_area > li .shop_cv_area .btn {
    width: 100%;
  }
}

.table_style {
  line-height: 1.5;
}

.table_style.first_on {
  border-top: 1px solid #cdcdd2;
}

.table_style.last_off > li:last-child {
  border: none;
}

.table_style > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.table_style > li > dl.al_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table_style > li > dl > dt {
  width: 20%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table_style > li > dl > dd {
  width: 80%;
}

.table_big_style {
  line-height: 1.5;
}

.table_big_style.top_border {
  border-top: 2px solid #03071f;
}

.table_big_style > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
}

.table_big_style > li > dl.al_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.table_big_style > li > dl > dt {
  width: 30%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
}

.table_big_style > li > dl > dt .ttl {
  margin-right: 20px;
}

.table_big_style > li > dl > dd {
  width: 70%;
}

.table_big_style li dl dd p.red {
  color: #dc324f;
}

@media screen and (min-width: 1px) {
  .table_style {
    line-height: 1.5;
  }

  .table_style > li > dl {
    padding: 25px 0;
  }

  .table_style > li > dl > dt {
    width: 100%;
  }

  .table_style > li > dl > dd {
    width: 100%;
  }

  .table_big_style {
    line-height: 1.5;
  }

  .table_big_style > li > dl {
    display: block;
    padding: 25px 0;
  }

  .table_big_style > li > dl > dt {
    width: 100%;
    padding-right: 20px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }

  .table_big_style > li > dl > dt .ttl {
    margin-right: 10px;
  }

  .table_big_style > li > dl > dd {
    width: 100%;
  }
}

.form_parts_wrap {
  /* 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; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.form_parts_wrap.mb_none {
  margin-bottom: -20px;
}

.form_parts_wrap li {
  width: 25%;
  margin-bottom: 20px;
}

.form_parts_wrap > span {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.form_parts_wrap > span input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.mw_wp_form_confirm .form_parts_wrap,
.form_parts_wrap.txt_tume {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1px) {
  .form_parts_wrap.mb_none {
    margin-bottom: -15px;
  }

  .form_parts_wrap li {
    width: 50%;
    margin-bottom: 15px;
  }

  .form_parts_wrap.item > span {
    width: 100%;
  }
}

.img_respon {
  width: 100%;
  height: auto;
}

.under_line {
  text-decoration: underline;
}

.under_line:hover {
  text-decoration: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex.al_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.j_bet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt_center {
  text-align: center;
}

.txt_center.sp {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_right.sp {
  text-align: left;
}

.bnr_txt {
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 15px;
}

.logo_pink {
  color: #D01126;
}

.box_icon {
  background: #f64077;
  font-size: 1rem;
  padding: 5px 10px;
  line-height: 1;
  color: #fff;
}

.all_number_style {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 45px;
}

.all_number_style span {
  font-size: 3.4rem;
  display: inline-block;
  margin: 0 8px;
}

.mini_txt_style {
  font-size: 1.4rem;
  line-height: 1.5;
}

.mini_mini_txt_style {
  font-size: 1rem;
  line-height: 1.5;
}

.txt_line_style {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(70%, #fdf68e)
  );
  background: linear-gradient(transparent 70%, #fdf68e 70%);
}

@media screen and (min-width: 1px) {
  .txt_center {
    text-align: center;
  }

  .txt_center.pc {
    text-align: left;
  }

  .txt_center.sp {
    text-align: center;
  }

  .txt_right {
    text-align: right;
  }

  .txt_right.pc {
    text-align: left;
  }

  .txt_right.sp {
    text-align: right;
  }

  .bnr_txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .box_icon {
    font-size: 0.9rem;
    padding: 3px 9px;
  }

  .all_number_style {
    font-size: 1.2rem;
    margin-bottom: 25px;
    text-align: center;
  }

  .all_number_style span {
    font-size: 2.9rem;
    margin: 0 6px;
  }

  .mini_txt_style {
    font-size: 1.2rem;
  }
}

.acc_wrap .acc_btn {
  position: relative;
  cursor: pointer;
}

.acc_wrap .acc_btn:before {
  display: block;
  content: "";
  width: 16px;
  height: 2px;
  background: #03071f;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}

.acc_wrap .acc_btn:after {
  display: block;
  content: "";
  width: 2px;
  height: 16px;
  background: #03071f;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
}

.acc_wrap .acc_btn.open:after {
  display: none;
}

@media screen and (min-width: 1px) {
  .sp_acc_wrap .acc_btn {
    position: relative;
    cursor: pointer;
  }

  .sp_acc_wrap .acc_btn:before {
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    background: #03071f;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -1px;
    z-index: 50;
  }

  .sp_acc_wrap .acc_btn:after {
    display: block;
    content: "";
    width: 2px;
    height: 14px;
    background: #03071f;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    z-index: 40;
  }

  .sp_acc_wrap .acc_btn.open:after {
    display: none;
  }

  .sp_acc_wrap .acc_box {
    display: none;
  }

  .sp_acc_wrap .acc_box.open {
    display: block !important;
  }
}

.tab_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab_style li {
  background: #f6f3f4;
  border-radius: 100px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 14px;
  margin: 0 8px 20px;
  font-size: 1.4rem;
}

.tab_style li.on {
  background: #03071f;
  color: #fff;
}

.tab_style li.on a {
  color: #fff;
}

.big_tab_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}

.big_tab_style li {
  width: 50%;
  position: relative;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  text-align: center;
}

.big_tab_style li.on:before {
  background: #03071f;
}

.big_tab_style li:before {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.big_tab_style li img {
  margin-right: 20px;
}

.big_tab_style li a,
.big_tab_style li span {
  padding-bottom: 25px;
  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;
}

.big_tab_style li a {
  color: #d3d3d3;
}

.big_tab_style li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 1px) {
  .tab_style li {
    padding: 5px 10px;
    margin: 0 5px 10px;
    font-size: 1.3rem;
  }

  .tab_style li.on {
    background: #03071f;
    color: #fff;
  }

  .tab_style li.on a {
    color: #fff;
  }

  .big_tab_style {
    width: 100%;
  }

  .big_tab_style li {
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }

  .big_tab_style li:before {
    height: 4px;
  }

  .big_tab_style li img {
    margin-right: 10px;
  }

  .big_tab_style li a,
  .big_tab_style li span {
    padding-bottom: 20px;
  }
}

.page_in_link_nav_style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_in_link_nav_style.colum2 li {
  width: 50%;
  text-align: center;
}

.page_in_link_nav_style li {
  position: relative;
  line-height: 1;
}

.page_in_link_nav_style li:last-child:before {
  display: none;
}

.page_in_link_nav_style li:before {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background: url("../common/images/dot_line_tate.png") left top repeat-y;
  background-size: 3px 218px;
  position: absolute;
  top: 0;
  right: 0;
}

.page_in_link_nav_style li .num {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  color: #fff;
  margin-bottom: 15px;
  padding-top: 3px;
  text-shadow: 1px 1px 0 #03071f, -1px -1px 0 #03071f, -1px 1px 0 #03071f,
    1px -1px 0 #03071f, 0px 1px 0 #03071f, -1px 0 #03071f, -1px 0 0 #03071f,
    1px 0 0 #03071f;
}

.page_in_link_nav_style li .txt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.page_in_link_nav_style li .txt span {
  font-size: 1.3rem;
  margin-bottom: 5px;
  display: block;
}

@media screen and (min-width: 1px) {
  .page_in_link_nav_style.colum2 li {
    width: 50%;
  }

  .page_in_link_nav_style li:before {
    width: 3px;
    top: 0;
    height: calc(100% - 5px);
    background: url("../common/images/dot_line_tate.png") left top repeat-y;
    background-size: 3px 218px;
    top: 3px;
  }

  .page_in_link_nav_style li .num {
    font-size: 1.3em;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
    padding-top: 1px;
    text-shadow: 1px 1px 0 #aaa, -1px -1px 0 #aaa, -1px 1px 0 #aaa,
      1px -1px 0 #aaa, 0px 1px 0 #aaa, -1px 0 #aaa, -1px 0 0 #aaa, 1px 0 0 #aaa;
  }

  .page_in_link_nav_style li .txt {
    font-size: 1.2rem;
    margin-bottom: 1px;
  }

  .page_in_link_nav_style li .txt span {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

.pagenation_style {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.pagenation_style li {
  margin-bottom: 10px;
}

.pagenation_style li .num,
.pagenation_style li .next,
.pagenation_style li .prev,
.pagenation_style li a,
.pagenation_style li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  margin: 0 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #03071f;
  background: #fff;
  border-radius: 100px;
  line-height: 1;
}

.pagenation_style li .current {
  background: #03071f;
  color: #fff;
}

.pagenation_style li .omit {
  border: none;
  background: none;
  width: 32px;
  margin: 0;
}

@media screen and (min-width: 1px) {
  .pagenation_style li .num,
  .pagenation_style li .next,
  .pagenation_style li .prev,
  .pagenation_style li a,
  .pagenation_style li span {
    width: 38px;
    height: 38px;
    margin: 0 3px;
  }

  .pagenation_style li .next img,
  .pagenation_style li .prev img {
    width: 5px;
    height: auto;
  }

  .pagenation_style li .omit {
    width: 28px;
  }
}

.box_nanameline_style {
  background: #fff;
  border: 2px solid #03071f;
  position: relative;
}

.box_nanameline_style:before {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  background: #03071f;
  position: absolute;
  top: 4px;
  left: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.box_nanameline_style:after {
  display: block;
  content: "";
  width: 28px;
  height: 2px;
  background: #03071f;
  position: absolute;
  bottom: 4px;
  right: -9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1px) {
  .box_nanameline_style:before {
    width: 28px;
    height: 2px;
    top: 4px;
    left: -10px;
  }

  .box_nanameline_style:after {
    width: 28px;
    height: 2px;
    bottom: 4px;
    right: -9px;
  }
}

.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: 2px solid #ccc;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#Under_ttl_area .ttl.ttl_style,
#Under_ttl_area .ttl {
  margin-bottom: 0;
}

#Under_ttl_area .ttl.ttl_style span,
#Under_ttl_area .ttl span {
  font-size: 5.4rem;
}

@media screen and (min-width: 1px) {
  #Under_ttl_area {
    margin-top: 90px;
    margin-bottom: 70px;
  }

  #Under_ttl_area .ttl.ttl_style span,
  #Under_ttl_area .ttl span {
    font-size: 3.4rem;
  }
}

#Under_ttl_area_img {
  margin-bottom: 100px;
}

#Under_ttl_area_img .img img {
  width: 100%;
  height: auto;
}

#Under_ttl_area_img .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-top: -28px;
}

#Under_ttl_area_img .ttl span {
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
}

#Under_ttl_area_img .ttl span:before {
  display: block;
  content: "";
  width: 28px;
  height: 5px;
  background: url("../common/images/bg_ttl_line.png") left top no-repeat;
  background-size: 28px 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
}

#Under_ttl_area_img .ttl p {
  margin-top: 60px;
}

@media screen and (min-width: 1px) {
  #Under_ttl_area_img {
    margin-bottom: 120px;
  }

  #Under_ttl_area_img .ttl {
    font-size: 1.3rem;
    margin-top: -16px;
  }

  #Under_ttl_area_img .ttl span {
    font-size: 3.4rem;
  }

  #Under_ttl_area_img .ttl span:before {
    width: 21px;
    height: 4px;
    background: url("../common/images/bg_ttl_line.png") left top no-repeat;
    background-size: 21px 4px;
    bottom: -21px;
    margin-left: -10px;
  }

  #Under_ttl_area_img .ttl p {
    margin-top: 40px;
  }
}

#Under_ttl_area_mini .ttl.ttl_style_mini,
#Under_ttl_area_mini .ttl {
  padding: 45px 0;
  display: block;
  text-align: center;
  margin-bottom: 0;
}

#Under_ttl_area_mini .ttl.ttl_style_mini span,
#Under_ttl_area_mini .ttl span {
  font-size: 4.4rem;
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 1px) {
  #Under_ttl_area_mini {
    /* margin-top: 60px; */
    margin-bottom: 50px;
  }

  #Under_ttl_area_mini .ttl.ttl_style_mini,
  #Under_ttl_area_mini .ttl {
    padding: 32px 0;
    font-size: 1.2rem;
  }

  #Under_ttl_area_mini .ttl.ttl_style_mini span,
  #Under_ttl_area_mini .ttl span {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}

#Breadcrumb_area {
  font-size: 1.1rem;
  line-height: 1;
  padding: 40px 20px 30px;
  padding: 20px 40px 10px;
  border-top: 1px solid #cdcdd2;
}

#Breadcrumb_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#Breadcrumb_area li {
  position: relative;
  margin-right: 30px;
  margin-bottom: 10px;
}

#Breadcrumb_area li:first-child {
  padding-left: 20px;
}

#Breadcrumb_area li:first-child:after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("../common/images/icon_home.png") left top no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

#Breadcrumb_area li:last-child {
  margin-right: 0;
}

#Breadcrumb_area li:last-child:before {
  display: none;
}

#Breadcrumb_area li:before {
  display: block;
  content: "＞";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 1px;
  right: -22px;
}

#Breadcrumb_area li a {
  text-decoration: underline;
}

@media screen and (min-width: 1px) {
  #Breadcrumb_area {
    padding: 20px 15px 10px;
    font-size: 1.1rem;
  }

  #Breadcrumb_area li {
    margin-right: 20px;
    letter-spacing: -0.01em;
  }

  #Breadcrumb_area li:first-child {
    padding-left: 20px;
  }

  #Breadcrumb_area li:before {
    right: -16px;
  }
}

.box-page {
  text-align: center;
  padding: 200px 0 200px;
  position: relative;
}

.box-page .ttl {
  font-size: 30px;
  margin-bottom: 20px;
}

.box-page .text {
  margin-bottom: 50px;
}

.box-page:before {
  display: block;
  content: "404";
  font-size: 40rem;
  color: #ccc;
  opacity: 0.2;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  margin-left: -472px;
  margin-top: -200px;
}

@media screen and (min-width: 1px) {
  .box-page {
    padding: 140px 0 80px;
  }

  .box-page .ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
    line-height: 1.4;
    padding-top: 70px;
  }

  .box-page .text {
    margin-bottom: 50px;
    padding: 0 7%;
    text-align: left;
  }

  .box-page:before {
    font-size: 10rem;
    width: 236px;
    height: 100px;
    top: 80px;
    margin-left: -108px;
    margin-top: 0;
    opacity: 0.4;
  }
}
/* 20211008add START */
.shop-link {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-bottom: 60px;
  text-align: center;
  width: 100%;
}
.shop-link p:not(.btn) {
  max-width: 868px;
  margin: auto;
}
.shop-link .btn {
  border: 2px solid #03071f;
  background: #fff;
  margin-top: 50px;
}
.shop-link .btn a {
  color: #000;
}
.shop-link .btn a:before {
  background: url(../common/images/btn_arrow_b.png) left top no-repeat;
  background-size: 10px 14px;
}
#Under_ttl_area.mb-80 {
  margin-bottom: 80px;
}
#Under_ttl_area.mt-30 {
  margin-top: 30px;
}
@media screen and (min-width: 1px) {
  .shop-link .btn {
    margin-top: 40px;
  }
  #Under_ttl_area.mb-80 {
    margin-bottom: 60px;
  }
  #Under_ttl_area.mt-30 {
    margin-top: 30px;
  }
}
/* 20211008add END */

/* 20241003add START */
.rental {
  background-color: #cee8f1;
  background-image: url(../common/images/bg_dot02.png);
  background-repeat: repeat;
  padding: 50px 0 45px;
}
.rental__ttl {
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.rental__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 20px;
}
.rental__txt h2 {
  font-size: 1.6rem;
  text-align: center;
}
.rental__txt .logo_rental_hakama {
  width: 110px;
}
.rental__ttl .img_rental_hakama {
  aspect-ratio: 1 / 1;
  width: 125px;
}
/* 20241003add END */

/* 20260508add START */
#main.hair.--hakama {
  padding: 10px 0 0;
}
/* 20260508add END */
