@charset "UTF-8";
/*===============================

    Reset

================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*===============================

    Base

================================*/
html {
  color: #4c4043;
  font-size: 16px;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.FrancoisOne {
  font-family: "Francois One",sans-serif;
}

p:not([class]) {
  line-height: 1.8;
}

a {
  color: #4C4043;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

.bgImage {
  background-position: center;
  background-size: cover;
  padding-top: 66.66667%;
  background-repeat: no-repeat;
}

.videoWrap {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  /* background-color: #000; */
}

.videoWrap .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===============================

    Utility

================================*/
.hukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
}

.hukidashi::before, .hukidashi::after {
  content: "";
  display: block;
  width: 0.1em;
  background-color: #3E3A39;
}

.hukidashi::before {
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  margin-right: 0.5em;
}

.hukidashi::after {
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  margin-left: 0.5em;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-bold {
  font-weight: bold;
}

.txt-accent {
  color: #E392AA;
}

.txt-red {
  color: #dc3232;
}

.txt-link {
  color: #A0DDFE;
  display: inline-block;
}

.txt-serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.txt-clip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

.lock {
  overflow: hidden;
}

.nodata {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 1.25rem 0;
}

@media screen and (min-width: 769px) {
  .flexbox-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.iframeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===============================

    animation

================================*/
.effectFadeIn {
  opacity: 0;
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}

.effectFadeIn.effectScroll {
  opacity: 1;
}

.effectFadeUp {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effectFadeUp.effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effectFadeRight {
  opacity: 0;
  -webkit-transform: translate(45px, 0);
  transform: translate(45px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effectFadeRight.effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effectFadeLeft {
  opacity: 0;
  -webkit-transform: translate(-45px, 0);
  transform: translate(-45px, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effectFadeLeft.effectScroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effectZoom {
  -webkit-transition: all 6s;
  transition: all 6s;
}

.effectZoom.effectScroll {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.effectMaker {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(253, 242, 161, 0.6)));
  background: -webkit-linear-gradient(transparent 50%, rgba(253, 242, 161, 0.6) 50%);
  background: linear-gradient(transparent 50%, rgba(253, 242, 161, 0.6) 50%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: 200% 0;
  -webkit-transition: 2.5s;
  transition: 2.5s;
}

.effectMaker.effectScroll {
  background-position: 100% 0;
}

.floatingEffect {
  -webkit-animation: fuwafuwa 3s infinite;
  animation: fuwafuwa 3s infinite;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*===============================

    Layout

================================*/
/*
    サイト幅
================================*/
.inner {
  max-width: 1220px;
  margin: auto;
  padding: 0 10px;
}

/*
    余白
================================*/
@media all and (-ms-high-contrast: none) {
  #mainContents {
    overflow: hidden;
  }
}

.sc {
  padding: 2.5rem 0;
}

.sc_content {
  margin-top: 2.5rem;
}

.sc_btn {
  margin-top: 2.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (min-width: 769px) {
  .sc {
    padding: 5rem 0;
  }
  .sc_content {
    margin-top: 5rem;
  }
  .sc_btn {
    margin-top: 5rem;
  }
}

.mt-l {
  margin-top: 2.5rem;
}

.mt-m {
  margin-top: 1.25rem;
}

.mt-s {
  margin-top: 1rem;
}

/*
    2カラム
================================*/
.l-column {
  margin-top: 3.125rem;
}

.l-column_side {
  margin-top: 2.5rem;
}

@media screen and (min-width: 769px) {
  .l-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-column_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 280px);
    padding-right: 50px;
  }
  .l-column_side {
    width: 280px;
    margin-top: 0;
  }
}

/*
    ページコンテンツ余白
================================*/
.page_content {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.page_content > .btn {
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .page_content {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

/*===============================

    Component

================================*/
/*
    サイトヘッダー
================================*/
#siteHeader {
  width: 100%;
  height: 68px;
  padding: 14px 3px 0 8px;
  background: -webkit-repeating-linear-gradient(left, #FAFAFA 0px, #FAFAFA 5px, #FFFFFF 5px, #FFFFFF 10px);
  background: repeating-linear-gradient(90deg, #fbf7ef 0px, #fbf7ef 5px, #FFFFFF 5px, #ffffff 10px);
  position: relative;
  z-index: 100;
}

#siteHeader .inner {
  padding: 0;
}

@media screen and (min-width: 769px) {
  #siteHeader {
    padding: 14px 10px;
    height: auto;
  }
}

.siteHeader_meta {
  margin-bottom: -45px;
  position: relative;
  z-index: 2;
}

.siteHeader_meta.flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.siteHeader_meta.flexbox .siteHeader_tel {
  margin-left: auto;
}

.siteHeader_meta.flexbox .siteHeader_btn {
  margin-left: 1rem;
  min-width: auto;
}

.siteHeader_desc {
  font-size: 0.8125rem;
}

.siteHeader_desc h1 {
  font-weight: 400;
}

.siteHeader_brand {
  display: block;
}

.siteHeader_brand_name {
  font-size: 0.75rem;
  color: #FFFFFF;
  letter-spacing: -2px;
  margin-top: 0.5rem;
}

.siteHeader_brand_logo {
  border: solid 2px #E392AA;
  border-radius: 50%;
}

.siteHeader_tel {
  text-align: center;
  margin-left: auto;
}

.siteHeader_tel_num {
  font-size: 2rem;
  color: #4C4043;
  font-family: "Francois One",sans-serif;
}

.siteHeader_tel_num::before {
  font-size: 0.5em;
  content: "TEL.";
}

.siteHeader_tel_open {
  font-size: 0.875rem;
  color: #4C4043;
  margin-top: 0.5rem;
}

.siteHeader_btn {
  width: auto;
  max-width: auto;
}

.globalnavi {
  position: relative;
  margin-bottom: -60px;
}

.globalnavi > .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.globalnavi > .flexbox li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.globalnavi li a {
  display: block;
  font-size: 1.625rem;
  line-height: 1.5;
  text-align: center;
  font-family: "Francois One",sans-serif;
}

.globalnavi li a span {
  font-size: 0.53846em;
  display: block;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.globalnavi .globalnavi_logo a {
  font-size: 0;
  width: 189px;
  height: 189px;
  position: relative;
}



@media screen and (max-width: 768px) {
  .globalnavi {
    display: none !important;
  }
}

#siteHeader.fixed .globalnavi li {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

/*
    サイトヘッダー（スマホ）
================================*/
.siteHeader_content_sp.flexbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.siteHeader_content_sp.flexbox .siteHeader_desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
}

.siteHeader_content_sp.flexbox .siteHeader_logo {
  margin-left: 0.75rem;
  margin-right: -9.25rem;
  margin-top: -33px;
}

.siteHeader_content_sp.flexbox .siteHeader_menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.siteHeader_content_sp.flexbox .siteHeader_menu.flexbox {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.siteHeader_menu_icon {
  font-size: 0px;
  margin-left: 0.625rem;
}

.siteHeader_menu_icon::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.siteHeader_menu_icon-menu::after {
  background-image: url(../img/siteHeader_menu_icon_menu.svg);
}

.siteHeader_menu_icon-twitter::after {
  background-image: url(../img/siteHeader_menu_icon_twitter.svg);
}

@media screen and (min-width: 769px) {
  #siteHeader {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
  }
  #siteHeader.fixed {
    position: fixed;
    opacity: 1;
  }
  #siteHeader.fixed .siteHeader_content_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #siteHeader.fixed .siteHeader_content_pc .siteHeader_meta {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    white-space: nowrap;
    margin-bottom: 0;
  }
  #siteHeader.fixed .siteHeader_content_pc .siteHeader_meta .siteHeader_desc {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1092px) {
  #siteHeader.fixed .siteHeader_content_pc .siteHeader_meta .siteHeader_tel {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  #siteHeader.fixed .siteHeader_content_pc .globalnavi {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  #siteHeader.fixed .siteHeader_content_pc .globalnavi > .flexbox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #siteHeader.fixed .siteHeader_content_pc .globalnavi > .flexbox li + li {
    margin-left: 4%;
  }
  #siteHeader.fixed .siteHeader_content_pc .globalnavi > .flexbox li a {
    padding-left: 0;
    padding-right: 0;
  }
  #siteHeader.fixed .siteHeader_content_pc .globalnavi .globalnavi_logo {
    display: none;
  }
  #wrap {
    padding-top: 54px;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  #wrap {
    padding-top: 166px;
  }
}

/*
    ドロワーメニュー（sp）
================================*/
#siteHeader.fixed .siteHeader_menu_icon-menu {
  position: fixed;
}

@media screen and (min-width: 769px) {
  #siteHeader.fixed .siteHeader_menu_icon-menu {
    position: relative;
  }
}

#spDrawerToggleIcon {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

#spDrawerToggleIcon::before, #spDrawerToggleIcon::after, #spDrawerToggleIcon span {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
}

#spDrawerToggleIcon::before {
  top: 0;
}

#spDrawerToggleIcon span {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#spDrawerToggleIcon::after {
  bottom: 0;
}

#spDrawerToggleIcon.active::before, #spDrawerToggleIcon.active::after {
  background-color: #FFFFFF;
}

#spDrawerToggleIcon.active::before {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

#spDrawerToggleIcon.active span {
  display: none;
}

#spDrawerToggleIcon.active::after {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#spDrawer {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 68px 1rem;
  opacity: 0;
  z-index: -99;
  background-color: #fffdfb;
}

#spDrawer.active {
  opacity: 1;
  z-index: 99;
}

#spDrawer .ctaBtn, #spDrawer .ctaTellBtn {
  margin-top: 1.25rem;
}

.spDrawer_menu li a {
  display: block;
  padding: 1em 0 0.4em 0;
  font-weight: bold;
  color: #3E3A39;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Francois One", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}

.spDrawer_menu li a::after {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(../img/accent.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.spDrawer_menu li a span {
  margin-right: auto;
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: solid 1px #333;
}

.spDrawer_menu li + li {
  border-top: solid 1px #d3d3d3;
}

.spDrawer_menu .globalnavi_logo {
  display: none;
}

/*
    見出し
================================*/
.sc_header {
  text-align: center;
  line-height: 1.5;
}

.sc_header_en {
  font-size: 2rem;
}

.sc_header_ttl {
  font-size: 0.875rem;
  font-weight: bold;
  color: #868686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc_header_ttl::before, .sc_header_ttl::after {
  content: "";
  display: block;
  width: 2.33333em;
  height: 1.55556em;
  background-image: url(../img/sc_ttl_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sc_header_ttl::before {
  margin-right: 0.5em;
}

.sc_header_ttl::after {
  margin-left: 0.5em;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (min-width: 769px) {
  .sc_header_ttl {
    font-size: 1.125rem;
  }
  .sc_header_en {
    font-size: 4rem;
  }
}

.h1, .content h1:not([class]) {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1.5em;
}

@media screen and (min-width: 769px) {
  .h1, .content h1:not([class]) {
    font-size: 2rem;
  }
}

.h2, .content h2:not([class]) {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 3em;
  margin-bottom: 1.2em;
  padding: 0.6em;
  background: #fff3f1;
  border-left: solid 3px #e65b43;
}

@media screen and (min-width: 769px) {
  .h2, .content h2:not([class]) {
    font-size: 1.375rem;
  }
}

.h3, .content h3:not([class]) {
  color: #E392AA;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 1.5em;
}

@media screen and (min-width: 769px) {
  .h3, .content h3:not([class]) {
    font-size: 1.25rem;
  }
}

.h4, .content h4:not([class]) {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .h4, .content h4:not([class]) {
    font-size: 1.125rem;
  }
}

.h5, .content h5:not([class]) {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1em;
}

.h6, .content h6:not([class]) {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 1em;
}

.icon_header {
  font-size: 1.375rem;
  font-weight: bold;
  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;
}

@media screen and (min-width: 769px) {
  .icon_header {
    font-size: 2rem;
  }
}

.icon_header::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.25em;
}

.icon_header-coupon::before {
  width: 2.125em;
  height: 1.3125em;
  background-image: url(../img/icon_coupon.svg);
}

.icon_header-review::before {
  width: 1.75em;
  height: 1.3125em;
  background-image: url(../img/icon_review.svg);
}

/*
    リスト
================================*/
.list, .content ul:not([class]) {
  list-style: disc;
  line-height: 1.5;
  padding-left: 2em;
}

.list li, .content ul:not([class]) li {
  margin-top: 0.25em;
}

.list-number, .content ol:not([class]) {
  list-style: decimal;
  line-height: 1.5;
  padding-left: 2em;
}

.list-number li, .content ol:not([class]) li {
  margin-top: 0.25em;
}

/*
    ボックス
================================*/
.box {
  background-color: #FFFFFF;
  border: solid 1px #E7E7E7;
  padding: 2.5rem 1.25rem 2.5rem;
  position: relative;
}

.box_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #E392AA;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}

.box::before, .box::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/box_corner.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.3125rem;
}

.box::before {
  left: 0.3125rem;
}

.box::after {
  right: 0.3125rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.box_corner::before, .box_corner::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/box_corner.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.3125rem;
}

.box_corner::before {
  left: 0.3125rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.box_corner::after {
  right: 0.3125rem;
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

@media screen and (min-width: 769px) {
  .box {
    padding: 3.75rem 3.75rem;
  }
  .box_ttl {
    font-size: 1.375rem;
    margin-bottom: 2rem;
  }
  .box::before, .box::after {
    width: 79px;
    height: 79px;
    top: 0.625rem;
  }
  .box::before {
    left: 0.625rem;
  }
  .box::after {
    right: 0.625rem;
  }
  .box_corner::before, .box_corner::after {
    width: 79px;
    height: 79px;
    bottom: 0.625rem;
  }
  .box_corner::before {
    left: 0.625rem;
  }
  .box_corner::after {
    right: 0.625rem;
  }
}

/*
    ボタン
================================*/
.btn {
  display: inline-block;
  min-width: 280px;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  background-color: #e65b43;
  padding: 0.9em 1.25em 0.9em 0.9em;
  line-height: 1.5;
  border-radius: 100px;
  position: relative;
}

.btn::after {
  content: "";
  display: block;
  width: 0.4375em;
  height: 1em;
  background-image: url(../img/icon_btn_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.625em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.btn-white {
  color: #E392AA;
  background-color: #FFFFFF;
  border: solid 1px #E392AA;
  font-weight: bold;
  padding: 0.5em 1.25em 0.5em 0.625em;
}

.btn-white::after {
  background-image: url(../img/icon_btn_arrow-accent.svg);
}

.btn-line {
  color: #FFFFFF;
  font-weight: bold;
  background-color: #06C755;
  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-line::before {
  content: "";
  display: block;
  width: 1.53846em;
  height: 1.53846em;
  background-image: url(../img/icon_line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.76923em;
}

.btn-tel {
  color: #4C4043;
  text-align: center;
  background-color: #FAF6F6;
  text-align: center;
  font-size: 2rem;
  border: solid 1px #A0DDFE;
  padding: 0.4375em 0.5em;
  line-height: 1;
}

.btn-tel::after {
  display: none;
}

.btn-tel::before {
  font-size: 0.5em;
  content: "TEL.";
}

.btn-tel_time {
  display: block;
  font-size: 0.4375em;
  margin-top: 0.25em;
}

/*
    タグ
================================*/
.tags > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.tags > .flexbox .tags_item {
  margin: 10px 0 0 10px;
}

.tag {
  display: inline-block;
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #A0DDFE;
  line-height: 1.5;
  padding: 0.25em 0.83333em;
  border-radius: 100px;
}

.tag::before {
  content: "#";
}

/*
    キャスト一覧
================================*/
.casts > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5% 0 0 -2%;
}

.casts > .flexbox .casts_item {
  width: 48%;
  margin: 5% 0 0 2%;
}

@media screen and (min-width: 769px) {
  .casts > .flexbox {
    margin: -5% 0 0 -1.5%;
  }
  .casts > .flexbox .casts_item {
    width: 23.5%;
    margin: 5% 0 0 1.5%;
  }
}

.casts > .flexbox:empty:before {
  content: '出勤するセラピストがいません。';
  display: block;
  width: 100%;
  padding: 5rem 0;
  text-align: center;
}

/*
    キャスト（カード）
================================*/
.cast {
  background-color: #FFFFFF;
  line-height: 1.5;
}

.cast_img {
  position: relative;
}

.cast_img img {
  width: 100%;
  height: 63.54vw;
  max-height: 488px;
  -o-object-fit: cover;
  object-fit: cover;
  outline: solid 1px #fff;
  outline-offset: -4px;
}

@media screen and (min-width: 769px) {
  .cast_img img {
    height: 29.64vw;
    max-height: 360px;
  }
}

.cast_img_time {
  font-size: 1rem;
  width: calc(100% - 12px);
  max-width: 160px;
  background-color: #e65b43;
  padding: 0.125em 0.25em;
  border-radius: 100px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cast_img_time {
    max-width: 210px;
    padding: 0.375em 0.5em;
  }
}

.cast_img_time_ttl {
  display: none;
}

@media screen and (min-width: 769px) {
  .cast_img_time_ttl {
    display: block;
    color: #e65b43;
    font-weight: bold;
    background-color: #FFFFFF;
    font-size: 0.75em;
    padding: 0.25em 0.83333em;
    border-radius: 100px;
  }
}

.cast_img_time_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #FFFFFF;
  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;
}

.cast_img_time_body::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  background-image: url(../img/icon_clock_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
  .cast_img_time_body::before {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .cast_img_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.cast_img_new {
  width: 50px;
  height: 50px;
  background-image: url(../img/cast_newicon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  right: -4px;
}

.cast_body {
  padding: 15px;
  position: relative;
}

.cast_name {
  font-size: 19px;
  font-weight: bold;
}

.cast_name_age {
  font-size: 0.8em;
}

.cast_size {
  font-size: 0.75rem;
  color: #868686;
}

.cast_twitter {
  font-size: 0px;
  position: absolute;
  top: 8px;
  right: 0;
}

.cast_twitter::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon_twitter.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cast_tag {
  margin-top: 0.375rem;
}

.cast_tag.tags > .flexbox {
  margin: -5px 0 0 -5px;
}

.cast_tag.tags > .flexbox .tags_item {
  margin: 5px 0 0 5px;
}

.cast_excerpt {
  font-size: 0.8125rem;
  text-align: center;
  color: #676767;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  max-height: 3em;
}

.cast_room {
  display: none;
  margin-top: 0.5rem;
}

#todayCasts .cast_room, .page-schedule .cast_room {
  display: block;
}

.cast_room ul {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 8px;
}
.cast_room_item {
  font-size: 0.75rem;
  text-align: center;
  font-weight: bold;
  color: #333;
  background-color: #FAFAFA;
  padding: 5px;
  letter-spacing: 0.1em;
}

.cast_room_item-yokohama {
  background-color: #FCF0CC;
}

.cast_room_item-kannai {
  background-color: #BBDBB4;
}

.cast_room_item-yokohama_kannai {
  background-color: #F9D4BB;
}

@media screen and (min-width: 769px) {
  .cast_name {
    font-size: 1.1875rem;
  }
  .cast_name_age {
    font-size: 0.63158em;
  }
  .cast_excerpt {
    font-size: 0.875rem;
  }
}

/*
    記事一覧
================================*/
.cards {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 481px) {
  .cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 769px) {
  .cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.card {
  background-color: #FFFFFF;
  line-height: 1.5;
}

.card_img {
  position: relative;
}

.card_img img {
  width: 100%;
  height: 53.33vw;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 481px) {
  .card_img img {
    height: 25.65vw;
    max-height: 211px;
  }
}

@media screen and (min-width: 769px) {
  .card_img img {
    height: 17.05vw;
  }
}

.card_cat {
  position: absolute;
  top: 5px;
  left: 5px;
}

.card_cat li {
  display: inline-block;
}

.card_body {
  margin-top: 1.25rem;
}

.card_date {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: bold;
}

.card_ttl {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.card_excerpt p {
  font-size: 0.875rem;
  margin-top: 0.5rem !important;
  line-height: 1.4;
  color: #676767;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .card_name {
    font-size: 1.1875rem;
  }
  .card_name_age {
    font-size: 0.63158em;
  }
  .card_excerpt {
    font-size: 0.875rem;
  }
}

/*
    ページヘッダー
================================*/
.pageHeader {
  text-align: center;
  line-height: 1.5;
  padding: 2rem 0.625rem;
  background-image: url(../img/pageheader_bg.png);
  background-size: 328px;
  border-top: solid 2px #e65b43;
  border-bottom: solid 2px #e65b43;
}

.pageHeader_en {
  font-size: 2rem;
  color: #d98139;
}

.pageHeader_ttl {
  font-weight: bold;
  color: #e65b43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pageHeader_ttl::before, .pageHeader_ttl::after {
  content: "";
  display: block;
  width: 2.33333em;
  height: 1.55556em;
  background-image: url(../img/sc_ttl_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pageHeader_ttl::before {
  margin-right: 0.5em;
}

.pageHeader_ttl::after {
  margin-left: 0.5em;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (min-width: 769px) {
  .pageHeader {
    padding: 3.75rem 0.625rem;
  }
  .pageHeader_en {
    font-size: 2.875rem;
    color: #d98139;
  }
  .pageHeader_ttl {
    font-size: 1.125rem;
  }
}

/*
    パンくずリスト
================================*/
.breadcrumbs {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.42857em 0;
}

.breadcrumbs a {
  color: #4C4043;
  display: block;
}

.breadcrumbs .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumbs .inner > span + span {
  margin-left: 0.71429em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs .inner > span + span::before {
  color: #bbbdc1;
  content: "/";
  display: inline-block;
  margin-right: 0.71429em;
  font-weight: bold;
}

/*
    サイドバー
================================*/
.sidebar_item + .sidebar_item {
  margin-top: 2.5rem;
}

.sidebar_heading {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: bold;
  border-bottom: solid 1px #E392AA;
  padding: 0 0 0.55556em 0;
  margin-bottom: 1.25rem;
}

.sidebar_btn {
  text-align: center;
  margin-top: 1.25rem;
}

.sidebar_newface_excerpt {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*IE対策*/
  max-height: 10.8em;
}

.sidebar_newface_img {
  position: relative;
}

.sidebar_newface_img img {
  width: 100%;
  height: 126.4vw;
  max-height: 488px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .sidebar_newface_img img {
    height: 48.7vw;
    max-height: 374px;
  }
}

.sidebar_newface_img_name {
  font-size: 1.1875rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.37);
  padding: 0.31579em;
}

.sidebar_newface_img_name_age {
  font-size: 0.63158em;
}

.sidebar_storeInfo {
  margin-top: 0.5em;
}

.sidebar_storeInfo_img {
  text-align: center;
}

.sidebar_storeInfo_data {
  margin-top: 1.25rem;
  line-height: 1.5;
}

.sidebar_storeInfo_data dt {
  font-size: 0.875rem;
  color: #E392AA;
  margin-top: 0.5em;
  font-weight: bold;
}

.sidebar_storeInfo_data dd {
  font-size: 1rem;
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 0.5em;
}

.sidebar_casts > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3.57% 0 0 -3.57%;
}

.sidebar_casts > .flexbox .sidebar_casts_item {
  width: 46.43%;
  margin: 3.57% 0 0 3.57%;
}

.sidebar_casts > .flexbox:empty:before {
  content: '出勤するセラピストがいません。';
  display: block;
  width: 100%;
  padding: 2.5rem 0;
  text-align: center;
}

.sidebar_cast {
  background-color: #A0DDFE;
  line-height: 1.5;
  border-radius: 2px;
}

.sidebar_cast_img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.sidebar_cast_img img {
  width: 100%;
  height: 63.54vw;
  max-height: 488px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .sidebar_cast_img img {
    height: 180px;
  }
}

.sidebar_cast_img_new {
  color: #FFFFFF;
  background-color: #E392AA;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  width: 100px;
  padding: 4px;
  position: absolute;
  top: 3px;
  right: -38px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sidebar_cast_body {
  padding: 4px;
}

.sidebar_cast_name {
  font-size: 1rem;
  text-align: center;
}

.sidebar_cast_time {
  font-size: 0.875rem;
  color: #E392AA;
  text-align: center;
  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;
}

.sidebar_cast_time::before {
  content: "";
  display: block;
  width: 1.07143em;
  height: 1.07143em;
  background-image: url(../img/icon_time.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.2em;
}

.sidebar_bnr {
  text-align: center;
}

/*
    週間ナビ
================================*/
.weekNav {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.weekNav > .flexbox li {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .weekNav > .flexbox li + li {
    margin-left: 0.57143em;
  }
}

.weekNav li {
  position: relative;
}

.weekNav li.active a {
  background-color: #e65b43;
  color: #FFFFFF;
}

.weekNav a {
  display: block;
  background-color: #FFFFFF;
  padding: 0.35714em;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: bold;
  background-color: #eee;
}

.weekNav a:hover {
  background-color: #E392AA;
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .weekNav a {
    border-radius: 1px;
    padding: 0.71429em;
  }
}

/*
    ページネーション
================================*/
.nav-links {
  font-size: 0.8125rem;
  margin-top: 1.875rem;
}

@media screen and (min-width: 769px) {
  .nav-links {
    font-size: 0.9375rem;
    margin-top: 50px;
  }
}

.nav-links > .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-links li {
  margin: 0.28571em;
}

.nav-links li .page-numbers {
  display: block;
  padding: 0.66667em 0.26667em;
  background-color: #eee;
  text-align: center;
  min-width: 2.26667em;
}

.nav-links li .page-numbers:hover {
  color: #FFFFFF;
  background-color: #E392AA;
}

.nav-links li .page-numbers.current {
  color: #FFFFFF;
  background-color: #E392AA;
}

.nav-links li .page-numbers.prev, .nav-links li .page-numbers.next {
  padding: 0.66667em 0.93333em;
}

/*
    予約セクション
================================*/
#reserve {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../img/sc_resreve_bg.jpg);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/sc_resreve_bg.jpg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/sc_resreve_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#reserve .sc_header_en, #reserve .sc_header_ttl {
  color: #FFFFFF;
}

.reserve_read {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .reserve_read {
    font-size: 1.5rem;
  }
}

.reserve_content.flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reserve_content.flexbox .reserve_cta {
  width: 100%;
}

.reserve_content.flexbox .reserve_twitter {
  width: 100%;
  margin-top: 1.25rem;
}

@media screen and (min-width: 769px) {
  .reserve_content.flexbox .reserve_cta {
    width: 40%;
  }
  .reserve_content.flexbox .reserve_twitter {
    width: 52.5%;
    margin-top: 0;
  }
}

.reserve_cta {
  background-color: #FFFFFF;
  border: solid 3px #e65b43;
  outline: solid 1px #e65b43;
  outline-offset: -7px;
  padding: 2rem 1.25rem;
}

.reserve_cta_ttl {
  font-size: 1.5rem;
  color: #e65b43;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.reserve_cta_ttl::after {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  background-image: url(../img/reserve_ttl_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.125em;
}

.reserve_cta_inner {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.reserve_cta .ctaBtn {
  margin-top: 1.25rem;
}

/*
    cta
================================*/
.ctaTellBtn {
  display: block;
  background-color: #fff5f8;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: solid 1px #e65b43;
  padding: 1.5rem 0.625rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
}

.ctaTellBtn_ttl {
  font-size: 1.25rem;
  color: #e65b43;
  font-weight: bold;
}

.ctaTellBtn_open {
  font-size: 0.875rem;
  font-weight: bold;
}

.ctaBtn {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: bold;
  padding: 1.125em 1.25em 1.125em 0.625em;
  background-color: #E392AA;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
}

.ctaBtn::before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1em;
}

.ctaBtn-mail::before {
  background-image: url(../img/icon_cta_mail.svg);
}

.ctaBtn-line::before {
  background-image: url(../img/icon_cta_line.svg);
}

/*
    サイトフッター
================================*/
#siteFooter {
  background-color: #fff7f6;
  padding-top: 2rem;
}

#siteFooter > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

#siteFooter > .flexbox .footer_item {
  width: 100%;
}

#siteFooter > .flexbox .footer_item + .footer_item {
  /* margin: 0.625rem 0 0 0; */
}

@media screen and (min-width: 769px) {
  #siteFooter > .flexbox .footer_item {
    width: auto;
  }
  #siteFooter > .flexbox .footer_item + .footer_item {
    /* margin: 0 0 0 1rem; */
  }
  #siteFooter > .flexbox .footer_adlink {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

#siteFooter .copyright {
  color: #000;
  padding: 1.375rem 10px;
  text-align: center;
}

.footer_brand {
  text-align: center;
}

.footer_brand_logo {
  /* border: solid 2px #E392AA;
  border-radius: 50%; */
}

.footer_brand_info {
  line-height: 1.8;
  margin-top: 1rem;
}

.footer_menu #menu-footer-menu-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
}

.footer_menu #menu-footer-menu-contents li {
  width: 50%;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  background-color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .footer_menu #menu-footer-menu-contents {
    display: block;
    border: none;
  }
  .footer_menu #menu-footer-menu-contents li {
    width: 100%;
    border: none;
    background-color: transparent;
  }
}

@media screen and (min-width: 769px) {
  .footer_menu_item + .footer_menu_item {
    margin-top: 0.625rem;
  }
}

.footer_menu_item a {
  display: block;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.5;
  text-align: center;
  padding: 1em;
}

@media screen and (min-width: 769px) {
  .footer_menu_item a {
    padding: 0 0 0 1em;
    text-align: left;
  }
  .footer_menu_item a::before {
    content: "";
    display: block;
    width: 0.5em;
    height: 1.14286em;
    background-image: url(../img/icon_btn_arrow-accent.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .footer_menu_item a:hover::before {
    left: 0.21429em;
  }
}

/*
    モーダル
================================*/
.modaal-wrapper .modaal-close {
  background-color: #E392AA;
}

.modaal-wrapper .modaal-close:hover::before, .modaal-wrapper .modaal-close:hover::after {
  background: #fff;
}

/*
    スライダー
================================*/
.slick-dots {
  bottom: -40px;
}

.slick-dots li.slick-active button:before {
  color: #e65b43;
  opacity: 1;
}

.slick-dots li button:before {
  opacity: 1;
  color: #eee;
  font-size: 24px;
}

/*
    週間出勤情報
================================*/
.weekSchedule_tbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.weekSchedule_tbl tbody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.weekSchedule_tbl tr {
  display: block;
}

.weekSchedule_tbl th, .weekSchedule_tbl td {
  display: block;
  text-align: center;
  padding: 0.5em 1.5em;
  vertical-align: middle;
}

.weekSchedule_tbl th:last-child, .weekSchedule_tbl td:last-child {
  border: none;
}

.weekSchedule_tbl th {
  background-color: #E392AA;
  color: #FFFFFF;
  border-bottom: solid 1px #fff;
}

.weekSchedule_tbl td {
  color: #4C4043;
  background-color: #FBFBFB;
  border-bottom: solid 1px #eee;
}

@media screen and (min-width: 769px) {
  .weekSchedule_tbl {
    display: table;
  }
  .weekSchedule_tbl tr {
    display: table-row;
  }
  .weekSchedule_tbl th, .weekSchedule_tbl td {
    display: table-cell;
    border: none;
    padding: 0.5em 0.5em;
  }
  .weekSchedule_tbl td {
    background-color: #fff;
  }
}

.weekSchedule_note {
  margin-top: 1em;
}

/*
    クーポン
================================*/
.coupons {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 769px) {
  .coupons {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, calc(50% - 20px));
    justify-content: center;
  }

  .coupon_inner {
    display: flex;
    flex-direction: column;
    height: 730px;
  }
}

.coupon {
  width: 100%;
  background-color: #fff;
}

.coupon_inner {
  padding: 1.25rem;
  background-color: rgba(239, 62, 54, 0.1);
}

.coupon_ribbon {
  color: #EF3E36;
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  font-family: "Francois One",sans-serif;
  width: 245px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.coupon_ribbon::before, .coupon_ribbon::after {
  content: "";
  display: block;
  width: 15px;
  height: 36px;
  background-image: url(../img/coupon_ribbon_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.coupon_ribbon::before {
  left: -15px;
}

.coupon_ribbon::after {
  right: -15px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.coupon_ribbon_heart {
  margin: 0 0.5em;
}

.coupon_discount {
  font-size: 10.67vw;
  font-family: "Francois One","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.625rem;
}

@media screen and (min-width: 769px) and (max-width: 1219px) {
  .coupon_discount {
    font-size: 5.25vw;
  }
}

@media screen and (min-width: 1220px) {
  .coupon_discount {
    font-size: 4rem;
  }
}

.coupon_discount_rate {
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #EF3E36;
  padding: 0 4px 0 8px;
  position: relative;
  margin-right: 0.5em;
  height: 1.25em;
}

.coupon_discount_rate::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 0.625em solid transparent;
  border-bottom: 0.625em solid transparent;
  border-left: 0.3125em solid #EF3E36;
  border-right: 0.3125em solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}

.coupon_discount_rate::after {
  content: "";
  display: inline-block;
  width: 2.375em;
  height: 0.875em;
  background-image: url(../img/coupon_discount_rate.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.coupon_discount_price {
  color: #EF3E36;
}

.coupon_discount_price span {
  font-size: 0.4em;
  font-weight: bold;
}

.coupon_body {
  font-size: 0.875rem;
  border-radius: 10px;
  padding: 1rem;
  background-color: #FFF;
  margin-top: 1.25rem;
}

.coupon_body_ttl {
  font-size: 1.25rem;
  color: #EF3E36;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 481px) {
  .coupon_body {
    flex: 1;
    overflow: auto;
  }
  .coupon_body_ttl {
    font-size: 1.5rem;
  }
}

.coupon_date {
  font-size: 0.875rem;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  background-color: #EF3E36;
  border-top: 3px dashed #FFFFFF;
  line-height: 1.5;
  padding: 0.71429em;
}

.coupon-orange .coupon_inner {
  background-color: rgba(242, 100, 48, 0.1);
}

.coupon-orange .coupon_ribbon {
  color: #F26430;
}

.coupon-orange .coupon_ribbon_heart {
  fill: #F26430;
}

.coupon-orange .coupon_discount_rate {
  background-color: #F26430;
}

.coupon-orange .coupon_discount_price {
  color: #F26430;
}

.coupon-orange .coupon_discount_rate::before {
  border-left-color: #F26430;
}

.coupon-orange .coupon_body_ttl {
  color: #F26430;
}

.coupon-orange .coupon_date {
  background-color: #F26430;
}

.coupon-green .coupon_inner {
  background-color: rgba(59, 178, 115, 0.1);
}

.coupon-green .coupon_ribbon {
  color: #3BB273;
}

.coupon-green .coupon_ribbon_heart {
  fill: #3BB273;
}

.coupon-green .coupon_discount_rate {
  background-color: #3BB273;
}

.coupon-green .coupon_discount_price {
  color: #3BB273;
}

.coupon-green .coupon_discount_rate::before {
  border-left-color: #3BB273;
}

.coupon-green .coupon_body_ttl {
  color: #3BB273;
}

.coupon-green .coupon_date {
  background-color: #3BB273;
}

.coupon-purple .coupon_inner {
  background-color: rgba(119, 104, 174, 0.1);
}

.coupon-purple .coupon_ribbon {
  color: #7768AE;
}

.coupon-purple .coupon_ribbon_heart {
  fill: #7768AE;
}

.coupon-purple .coupon_discount_rate {
  background-color: #7768AE;
}

.coupon-purple .coupon_discount_price {
  color: #7768AE;
}

.coupon-purple .coupon_discount_rate::before {
  border-left-color: #7768AE;
}

.coupon-purple .coupon_body_ttl {
  color: #7768AE;
}

.coupon-purple .coupon_date {
  background-color: #7768AE;
}

/*
    フォーム
================================*/
form {
  line-height: 1.5;
}

form dl {
  margin: 0 auto;
  overflow: hidden;
}

form dl dt {
  overflow: hidden;
  position: relative;
  font-weight: bold;
}

form dl dt .required {
  display: inline-block;
  font-size: 0.75rem;
  color: #FFFFFF;
  background-color: #C1272D;
  padding: 0 8px;
  margin-left: 1em;
}

form dl.flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

form dl.flexbox dt {
  width: 100%;
  padding: 5px 0;
}

form dl.flexbox dd {
  width: 100%;
  padding: 5px 0;
}

form dl.flexbox dd.flexbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

form dl.flexbox dd + dt {
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  form dl.flexbox dt {
    width: 28%;
    padding: 26px 0 14px;
  }
  form dl.flexbox dd {
    width: 72%;
    padding: 14px 0 18px 14px;
  }
  form dl.flexbox dd + dt {
    margin-top: 0;
  }
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="date"],
form input[type="time"],
form input[type="number"],
form select,
form textarea {
  width: 100%;
  padding: 8px;
  border: solid 1px #e7e7e7;
  background: #f8f8f8;
  -webkit-appearance: none;
  font-size: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form input[type="date"]:focus,
form input[type="time"]:focus,
form input[type="number"]:focus,
form select:focus,
form textarea:focus {
  outline: none;
  background-color: #fffcee;
}

@media screen and (min-width: 769px) {
  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form input[type="date"],
  form input[type="time"],
  form input[type="number"],
  form select,
  form textarea {
    padding: 12px 16px;
  }
}

form select {
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
  background-image: url(../img/icon_select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: right 6px center;
  width: 100%;
}

form select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

form textarea {
  display: block;
  width: 100%;
  resize: vertical;
}

form input[type="radio"],
form input[type="checkbox"] {
  margin-top: -3px;
}

form label {
  display: block;
  padding: 12px 0;
}

form label:hover {
  cursor: pointer;
}

form ul {
  margin-left: -1em;
}

form ul li {
  display: inline-block;
  margin-left: 1em;
}

form input[type="button"],
form input[type="submit"] {
  border: none;
  -webkit-appearance: none;
}

form input[type="button"]:hover {
  cursor: pointer;
}

.form_item_datetime span {
  display: block;
}

.form_item_datetime span + span {
  margin-top: 0.5rem;
}

.form_note {
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

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

.form_notes {
  color: #5A5A5A;
  font-size: 0.75rem;
  padding: 0.28571em;
}

@media screen and (min-width: 769px) {
  .form_notes {
    font-size: 0.875rem;
  }
}

.form_btn {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}

.form_btn .wpcf7-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #d53535;
  border: none;
  color: #fff;
}

/*
    背景オーバーレイ
================================*/
.overlay {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.overlay.active {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

/*
    画面下部オーバーレイ
================================*/
.overlayArea {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.overlayMenu {
  font-size: 0.875rem;
  background-color: #f7f6f2;
  padding: 0.44444em 0 0.28571em;
}

.overlayMenu > .flexbox .overlayMenu_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.overlayMenu_item {
  border-right: solid 1px #c5c5c5;
}

.overlayMenu_item:last-child {
  border: none;
}

.overlayMenu_item a {
  display: block;
  line-height: 1.5;
  text-align: center;
  padding: 0 0.71429em;
}

.overlayMenu_item a::before {
  content: "";
  display: block;
  width: 1.71429em;
  height: 1.71429em;
  background-image: url(../img/overlaymenu_icon_line.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.14286em;
}

.overlayMenu_item-tel a::before {
  background-image: url(../img/3.png);
}

.overlayMenu_item-line a::before {
  background-image: url(../img/1.png);
}

.overlayMenu_item-system a::before {
  background-image: url(../img/2.png);
}

.overlayMenu_item-time a::before {
  background-image: url(../img/4.png);
}

/*
    広告用 相互リンク
================================*/
.adlink {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (min-width: 481px) {
  .adlink {
    grid-template-columns: repeat(auto-fit, 200px);
    gap: 16px;
  }
}

.adlink_item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-color: #fff; */
}

.adlink_item a {
  color: #1558d6;
  text-decoration: underline;
  font-size: 0.8125rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .adlink_item a {
    font-size: 0.875rem;
  }
}

/*===============================

    Page

================================*/
/*
    トップページ
================================*/
.home #todayCasts {
  background: -webkit-repeating-linear-gradient(left, #FAFAFA 0px, #FAFAFA 5px, #FFFFFF 5px, #FFFFFF 10px);
  background: repeating-linear-gradient(90deg, #f0ddb738 0px, #f0ddb738 5px, #FFFFFF 5px, #FFFFFF 10px);
  border-top: solid 3px #e65b43;
  border-bottom: solid 3px #e65b43;
  position: relative;
}

.home #todayCasts::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 7px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: solid 1px #e65b43;
  border-bottom: solid 1px #e65b43;
}
.home #todayCasts .weekNav {
  display: none;
}

.home #todayCasts .casts > .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topvisual_slider_img img {
  width: 100%;
  height: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 482px) {
  .topvisual_slider_img img {
    height: 45.83vw;
  }
}

#imageClip .pv {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}

#imageClip.sc {
  padding-bottom: 1.25rem;
  background: repeating-linear-gradient(90deg, #f0ddb738 0px, #f0ddb738 5px, #FFFFFF 5px, #FFFFFF 10px);
  border-top: solid 3px #e65b43;
  border-bottom: solid 3px #e65b43;
  position: relative;
}

#news {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(73.44%, rgba(255, 255, 255, 0)), to(#FFFFFF)), url(../img/news_bg.jpg);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 73.44%, #FFFFFF 100%), url(../img/news_bg.jpg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 73.44%, #FFFFFF 100%), url(../img/news_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newslist {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.625rem;
}

@media screen and (min-width: 769px) {
  .newslist {
    padding: 2.5rem;
  }
}

.newslist.flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newslist.flexbox .newslist_header {
  width: 100%;
}

.newslist.flexbox .newslist_body {
  height: 325px;
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  /* .newslist.flexbox .newslist_header {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newslist.flexbox .newslist_body {
    margin-left: 3.75rem;
  } */
}

.newslist_header {
  text-align: center;
  line-height: 1.5;
  padding: 1.25rem;
}

.newslist_header_en {
  font-size: 2rem;
}

.newslist_header_ttl {
  font-size: 0.875rem;
  font-weight: bold;
  color: #868686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newslist_header_ttl::before, .newslist_header_ttl::after {
  content: "";
  display: block;
  width: 2.33333em;
  height: 1.55556em;
  background-image: url(../img/sc_ttl_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newslist_header_ttl::before {
  margin-right: 0.5em;
}

.newslist_header_ttl::after {
  margin-left: 0.5em;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (min-width: 769px) {
  .newslist_header_ttl {
    font-size: 1.125rem;
  }
  .newslist_header_en {
    font-size: 4rem;
  }
}

.newslist_body {
  border-bottom: solid 1px #CCCCCC;
}

.newslist_item {
  padding: 0.625rem;
  border-top: solid 1px #CCCCCC;
}

@media screen and (max-width: 769px) {
  .newslist_body ul li:nth-child(n+4) {
    display: none;
}
}

.newslist_item.flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newslist_item.flexbox .newslist_item_ttl {
  width: 100%;
  margin-top: 0.625rem;
}

.newslist_item_date {
  font-size: 0.875rem;
  font-weight: bold;
}

.newslist_item_cat, .card_cat a {
  
  font-weight: bold;
  font-size: 18px;
  padding: 28px 0 9px 0px;
  
}

.newslist_item_ttl {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .newslist_item {
    padding: 1.5rem;
  }
  .newslist_item.flexbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newslist_item.flexbox .newslist_item_cat, .newslist_item.flexbox .card_cat a, .card_cat .newslist_item.flexbox a {
    width: 120px;
    margin-right: 2.5rem;
  }
  .newslist_item.flexbox .newslist_item_date {
    margin-right: 0.625rem;
  }
  .newslist_item.flexbox .newslist_item_ttl {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
  }
}

#imageClip .video {
  outline: solid 1px #fff;
  outline-offset: -4px;
}

#ranking {
  background-image: url(../img/bg_ranking.png);
  background-color: #FFFAEE;
  background-position: center;
  background-size: 700px;
}

@media screen and (min-width: 769px) {
  #ranking {
    background-size: 1280px;
  }
}

#coupon {
  background: -webkit-repeating-linear-gradient(left, #FAFAFA 0px, #FAFAFA 5px, #FFFFFF 5px, #FFFFFF 10px);
  background: repeating-linear-gradient(90deg, #FAFAFA 0px, #FAFAFA 5px, #FFFFFF 5px, #FFFFFF 10px);
}

#review {
  background: -webkit-repeating-linear-gradient(left, #FAFAFA 0px, #FAFAFA 5px, #FFFFFF 5px, #FFFFFF 10px);
  background: repeating-linear-gradient(90deg, #FAFAFA 0px, #FAFAFA 5px, #FFFFFF 5px, #FFFFFF 10px);
}

@media screen and (min-width: 769px) {
  .banner-open img {
    max-width: 50%;
  }
}

.banner_slider_item {
  margin: 0 10px;
}

.banner_slider .slick-prev, .banner_slider .slick-next {
  z-index: 2;
  width: 40px;
  height: 40px;
}

.banner_slider .slick-prev {
  left: 21.35vw;
}

.banner_slider .slick-next {
  right: 21.35vw;
}

.banner_slider .slick-prev:before, .banner_slider .slick-next:before {
  content: "";
  display: block;
  background-image: url(../img/slider_arrow.svg);
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.banner_slider .slick-next:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.banner_slider .slick-few-slide {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

@media screen and (min-width: 481px) {
  .banner_slider_item {
    margin: 0 20px;
  }
}

@media screen and (min-width: 769px) {
  .banner_slider_item {
    margin: 0 40px;
  }
}

/*
    セラピスト一覧
================================*/
/*
    セラピスト詳細
================================*/
.single-therapist #mainContents {
  background-color: #FBFBFB;
}

.single-therapist #recommend {
  margin-top: 5rem;
}

/*
    プロフィール
================================*/
.profile_header {
  line-height: 1.5;
  font-weight: bold;
}

.profile_header_name {
  font-size: 1.625rem;
  text-align: center;
}

.profile_header_age {
  font-size: 0.55556em;
}

@media screen and (min-width: 769px) {
  .profile_header_name {
    font-size: 2.25rem;
    text-align: left;
  }
}

.profile_content {
  margin-top: 2.5rem;
}

.profile_content.flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile_content.flexbox .profile_slider {
  width: 100%;
}

.profile_content.flexbox .profile_data {
  width: 100%;
  margin-top: 2.5rem;
}

.profile_content.flexbox .profile_body {
  width: 100%;
  margin-top: 2.5rem;
}

.profile_content.flexbox .profile_schedule {
  width: 100%;
}

.profile_content.flexbox .profile_review {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .profile_content.flexbox .profile_slider {
    width: 36.11%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .profile_content.flexbox .profile_data {
    width: 24.07%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
  .profile_content.flexbox .profile_body {
    width: 32.41%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
  .profile_content.flexbox .profile_schedule {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .profile_content.flexbox .profile_review {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}

.profile_data {
  line-height: 1.5;
}

.profile_data dt {
  font-size: 0.875rem;
  color: #e65b43;
  margin-top: 1em;
  font-weight: bold;
}

.profile_data dd {
  font-size: 1rem;
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 0.55556em;
}

.profile_data .tags {
  margin-top: 0.5rem;
}

.profile_data .tags .tag {
  font-size: 1rem;
  color: #4C4043;
  background-color: #F0F0F0;
  font-weight: bold;
}

.profile_slider_noimage {
  width: 100%;
  height: 129.82vw;
  max-height: 997px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .profile_slider_noimage {
    height: 46.43vw;
    max-height: 520px;
  }
}

.profile_slider_main .slick-slide img {
  width: 100%;
  height: 129.82vw;
  max-height: 997px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .profile_slider_main .slick-slide img {
    height: 46.43vw;
    max-height: 520px;
  }
}

.profile_slider_thumb {
  margin-top: 1rem;
}

.profile_slider_thumb li {
  margin: 0 0.5rem 0;
}

.profile_slider_thumb .slick-prev, .profile_slider_thumb .slick-next {
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
}

.profile_slider_thumb .slick-prev {
  left: 0.5rem;
}

.profile_slider_thumb .slick-next {
  right: 0.5rem;
}

.profile_slider_thumb .slick-prev:before, .profile_slider_thumb .slick-next:before {
  content: "";
  display: block;
  background-image: url(../img/icon_slider_btn.svg);
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.profile_slider_thumb .slick-prev:before {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.profile_slider_thumb .slick-few-slide {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.profile_copy {
  font-size: 1.25rem;
  color: #E392AA;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .profile_copy {
    font-size: 1.5rem;
  }
}

.profile_body *:first-child {
  margin-top: 0;
}

.profile_body p {
  margin-top: 1.5em;
  line-height: 2.0;
}

.profile_body_btn {
  text-align: center;
  margin-top: 2rem;
}

.profile_schedule {
  margin-top: 2.5rem;
}

@media screen and (min-width: 769px) {
  .profile_schedule {
    border-radius: 10px;
    margin-top: 3.75rem;
    background-color: #fff5f8;
    padding: 2.5rem;
  }
}

.profile_schedule_reserve {
  margin-top: 2.5rem;
}

.profile_schedule_reserve.flexbox {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile_schedule_reserve.flexbox .profile_schedule_reserve_btn {
  width: 100%;
}

.profile_schedule_reserve.flexbox .profile_schedule_reserve_twitter {
  width: 100%;
  margin-top: 1.25rem;
}

@media screen and (min-width: 769px) {
  .profile_schedule_reserve.flexbox .profile_schedule_reserve_btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
  }
  .profile_schedule_reserve.flexbox .profile_schedule_reserve_twitter {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.profile_schedule_reserve_note {
  font-size: 0.75rem;
  margin-top: 1.25rem;
}

.profile_schedule_reserve .ctaBtn {
  margin-top: 1.25rem;
}

.profile_review {
  margin-top: 3.75rem;
}

@media screen and (min-width: 769px) {
  .profile_review {
    border-radius: 10px;
    margin-top: 5rem;
  }
}

.profile_review_ttl {
  font-size: 1.5rem;
  color: #E392AA;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.profile_review_ttl::after {
  content: "";
  display: block;
  width: 70px;
  height: 18px;
  background-image: url(../img/reserve_ttl_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.125em;
}

#recommend {
  background: -webkit-repeating-linear-gradient(left, #FAFAFA 0px, #FAFAFA 5px, #FFFFFF 5px, #FFFFFF 10px);
  background: repeating-linear-gradient(90deg, #FAFAFA 0px, #FAFAFA 5px, #FFFFFF 5px, #FFFFFF 10px);
  border-top: solid 3px #E392AA;
  border-bottom: solid 3px #E392AA;
  position: relative;
}

#recommend::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 7px);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: solid 1px #E392AA;
  border-bottom: solid 1px #E392AA;
}

/*
    ご予約
================================*/
.reserveBtn > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.25rem 0 0 -1.25rem;
}

.reserveBtn > .flexbox .btn {
  width: 100%;
  margin: 1.25rem 0 0 1.25rem;
}

@media screen and (min-width: 769px) {
  .reserveBtn > .flexbox .btn {
    width: auto;
    min-width: 300px;
    margin: 1.25rem 0 0 1.25rem;
  }
}

.reserveForm .box_ttl {
  font-size: 1.5rem;
}

/*
    ご予約
================================*/
.accessInfo {
  text-align: center;
}

.accessInfo_ttl {
  display: inline-block;
  line-height: 1.5;
  padding: 0 0 0.375em 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
}

.accessInfo_ttl span {
  font-weight: bold;
  color: #E392AA;
}

.accessInfo_ttl::before, .accessInfo_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.accessInfo_ttl::before {
  background-color: #DDDDDD;
}

.accessInfo_ttl::after {
  background-color: #E392AA;
  width: 2em;
}

.accessInfo_read {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 1em;
}

@media screen and (min-width: 769px) {
  .accessInfo_read {
    font-size: 2rem;
  }
}

/*
    ご予約
================================*/
.archiveHeader {
  line-height: 1.5;
  padding: 2.6875rem 0.625rem;
  background-image: url(../img/pageheader_bg.png);
  background-size: 250px;
  border-top: solid 2px #E392AA;
  border-bottom: solid 2px #E392AA;
}

.archiveHeader .inner {
  width: 100%;
}

.archiveHeader_ttl {
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .archiveHeader {
    padding: 5rem 0.625rem;
  }
  .archiveHeader_ttl {
    font-size: 2.25rem;
  }
}

/*
    お知らせ一覧
================================*/
@media screen and (min-width: 769px) {
  .single #mainContents {
    background-color: #FBFBFB;
  }
}

/*
    お知らせ詳細
================================*/
.article {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .article {
    padding: 5rem;
    background-color: #FFFFFF;
    border: solid 1px #E7E7E7;
  }
}

.article_header_ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

/*
    投稿エディタ
================================*/
.content p, .content figure, .content ul, .content ol, .content .box {
  margin-top: 1em;
}

.content p {
  line-height: 1.8;
}

.content a:not([class]) {
  text-decoration: underline;
  color: #0b62e5;
}

table {
  line-height: 1.8;
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}

table th, table td {
  padding: 1rem;
  text-align: left;
}

table th {
  font-weight: bold;
  width: 14%;
  background-color: #f3f3f3;
}

@media screen and (max-width: 769px) {
  table th, table td {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
  }
  table th {
    padding: 0.5rem;
  }
  table tr + tr {
    border-top: none;
  }
}

table ul:not([class]) {
  margin-top: 0;
}

/*
    セラピスト一覧
================================*/
/*
    セラピスト一覧
================================*/
.priceBord {
  background-color: #FBFBFB;
}

.priceBord + .priceBord {
  margin-top: 2.5rem;
}

.priceBord_read {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (min-width: 481px) {
  .priceBord_read {
    font-size: 1rem;
  }
}

.priceBord_note {
  font-size: 0.875rem;
  color: #6f6f6f;
  margin-top: 0.75rem;
  line-height: 1.5;
}

.priceMenu > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.625rem auto 0;
}

.priceMenu > .flexbox .priceMenu_item {
  width: 100%;
  margin: 0.625rem auto 0;
  max-width: 300px;
}

@media screen and (min-width: 769px) {
  .priceMenu > .flexbox {
    margin: -1% 0 0 -5.22%;
  }
  .priceMenu > .flexbox .priceMenu_item {
    width: 44.78%;
    margin: 1% 0 0 5.22%;
  }
}

.priceMenu_item {
  font-size: 1.125rem;
  line-height: 1.8;
  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;
  background: url(../img/price_dots.svg) repeat-x center center;
}

.priceMenu_item dt, .priceMenu_item dd {
  background-color: #FBFBFB;
  padding: 0 0.22222em;
}

.priceMenu_item dt {
  font-weight: bold;
}

.flow {
  margin-top: 2rem;
}

.flow > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2rem 0 0 0;
}

.flow > .flexbox .flow_item {
  width: 100%;
  margin: 2rem 0 0 0;
}

@media screen and (min-width: 769px) {
  .flow > .flexbox {
    margin: -2.553% 0 0 -2.553%;
  }
  .flow > .flexbox .flow_item {
    width: 30.78%;
    margin: 2.553% 0 0 2.553%;
  }
}

.flow_item {
  background-color: #FAF6F6;
  border: solid 1px #EFD8DA;
  padding: 2.5rem 1.25rem 1.25rem;
  position: relative;
}

.flow_item::before {
  content: attr(data-num);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #E392AA;
  padding: 0.42857em 0.85714em;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flow_ttl {
  font-size: 1.3125rem;
  font-weight: bold;
  color: #E392AA;
  text-align: center;
  line-height: 1.5;
}

.flow_body {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 1.25rem;
}

.flow_btn {
  margin-top: 1.25rem;
}

.flow_btn .btn {
  display: block;
  max-width: 100%;
  min-width: auto;
  padding: 0.375em 1.25em 0.375em 0.375em;
}

.payment_note {
  color: #E392AA;
  line-height: 1.8;
  margin-top: 0.8em;
}

/*
    プライバシーポリシー
================================*/
.policy {
  font-size: 0.875rem;
  background-color: #FFFFFF;
}

.policy .inner {
  max-width: 928px;
  padding: 0;
}

.policy .sc_content {
  padding: 30px 14px;
  background-color: #FAFAFA;
}

.policy h2 {
  font-weight: bold;
  line-height: 1.6;
}

.policy p + h2, .policy ul + h2 {
  margin-top: 2em;
}

.policy p:not([class]) {
  line-height: 1.6;
  margin-top: 1em;
}

.policy ul {
  line-height: 1.6;
  list-style: disc;
  padding-left: 1.5em;
}

@media screen and (min-width: 769px) {
  .policy {
    font-size: 1rem;
  }
  .policy .inner {
    padding: 0 14px;
  }
  .policy .sc_content {
    padding: 50px 30px;
  }
  .policy p:not([class]) {
    line-height: 1.6;
  }
}

/*
    ランキング
================================*/
.page-ranking {
  background-image: url(../img/bg_ranking.png);
  background-color: #FFFAEE;
  background-position: center;
  background-size: 700px;
}

@media screen and (min-width: 769px) {
  .page-ranking {
    background-size: 1280px;
  }
}

.page-ranking .page_content {
  margin-bottom: 0;
}

.ranking_header {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .ranking_header {
    font-size: 2rem;
  }
}

.ranking_header::before {
  content: "";
  display: block;
  width: 60px;
  height: 42px;
  background-image: url(../img/icon_rank.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.18182em;
}

.ranking > .flexbox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5% 0 0 -2%;
}

.ranking > .flexbox .ranking_item {
  width: 48%;
  margin: 5% 0 0 2%;
}

@media screen and (min-width: 769px) {
  .ranking > .flexbox {
    margin: -1.64% 0 0 -1.64%;
  }
  .ranking > .flexbox .ranking_item {
    width: 18.36%;
    margin: 1.64% 0 0 1.64%;
  }
}

.ranking_item {
  background-color: #FFFFFF;
  line-height: 1.5;
}

.ranking_item_img {
  position: relative;
}

.ranking_item_img img {
  width: 100%;
  height: 63.54vw;
  max-height: 488px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .ranking_item_img img {
    height: 23.44vw;
    max-height: 286px;
  }
}

.ranking_item_img_time {
  font-size: 1rem;
  width: calc(100% - 12px);
  max-width: 160px;
  background-color: #E392AA;
  padding: 0.125em 0.25em;
  border-radius: 100px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .ranking_item_img_time {
    max-width: 210px;
    padding: 0.375em 0.5em;
  }
}

.ranking_item_img_time_ttl {
  display: none;
}

.ranking_item_img_time_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #FFFFFF;
  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;
}

.ranking_item_img_time_body::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-image: url(../img/icon_clock_white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 481px) {
  .ranking_item_img_time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.ranking_item_body {
  padding: 8px;
  position: relative;
}

.ranking_item_name {
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
}

.ranking_item_name_age {
  font-size: 0.8em;
}

.ranking_item_size {
  font-size: 0.75rem;
  color: #868686;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .ranking_item_name {
    font-size: 1.1875rem;
  }
  .ranking_item_name_age {
    font-size: 0.63158em;
  }
  .ranking_item_excerpt {
    font-size: 0.875rem;
  }
}

.ranking > .flexbox {
  counter-reset: rank-num;
}

.ranking_item {
  counter-increment: rank-num;
}

.ranking_item_img_num {
  width: 1.90909em;
  height: 2.18182em;
  background-color: #F5F5F5;
  font-family: "Francois One",sans-serif;
  text-align: center;
  position: absolute;
  top: -4px;
  left: 4px;
}

@media screen and (min-width: 769px) {
  .ranking_item_img_num {
    font-size: 1.375rem;
  }
}

.ranking_item_img_num::before, .ranking_item_img_num::after {
  content: "";
  display: block;
  position: absolute;
}

.ranking_item_img_num::before {
  content: counter(rank-num);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ranking_item_img_num::after {
  height: 0;
  width: 0;
  border-top: 0px solid transparent;
  border-bottom: 0.54545em solid transparent;
  border-left: 0.95455em solid #F5F5F5;
  border-right: 0.95455em solid #F5F5F5;
  position: absolute;
  top: 100%;
  left: 0;
}

.ranking_item:nth-of-type(1) .ranking_item_img_num {
  color: #fff;
  background-color: #FACE37;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}

.ranking_item:nth-of-type(1) .ranking_item_img_num::after {
  border-left-color: #FACE37;
  border-right-color: #FACE37;
}

.ranking_item:nth-of-type(2) .ranking_item_img_num {
  color: #fff;
  background-color: #9D9D9D;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}

.ranking_item:nth-of-type(2) .ranking_item_img_num::after {
  border-left-color: #9D9D9D;
  border-right-color: #9D9D9D;
}

.ranking_item:nth-of-type(3) .ranking_item_img_num {
  color: #fff;
  background-color: #C78A4A;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}

.ranking_item:nth-of-type(3) .ranking_item_img_num::after {
  border-left-color: #C78A4A;
  border-right-color: #C78A4A;
}

/*
    レビュー
================================*/
.reviews {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 769px) {
  .reviews {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.review {
  background-color: #fff;
  border: solid 1px #E392AA;
  border-radius: 4px;
  padding: 1.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .review {
    padding: 2rem 1.25rem;
  }
}

.review_icon {
  text-align: center;
}

.review_icon_img {
  width: 50px;
}

.review_icon_name {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 4px;
}

.review_header.flexbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.review_header.flexbox .review_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
}

.review_header_ttl {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  padding: 0.625em;
  background-color: #FFEFC8;
  border-radius: 10px;
  position: relative;
  margin-left: 1.25em;
}

.review_header_ttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0px solid transparent;
  border-right: 0.75em solid #FFEFC8;
  position: absolute;
  top: 1rem;
  right: 100%;
}

.review_rate {
  font-size: 1rem;
  font-weight: bold;
}

.review_rate_star {
  font-size: 1.25em;
  color: #E0E0E0;
  letter-spacing: 5px;
  position: relative;
}

.review_rate_star::before {
  content: "";
  color: #FF9921;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.review_rate_star-1::before {
  content: "★";
}

.review_rate_star-2::before {
  content: "★★";
}

.review_rate_star-3::before {
  content: "★★★";
}

.review_rate_star-4::before {
  content: "★★★★";
}

.review_rate_star-5::before {
  content: "★★★★★";
}

.review_body {
  margin-top: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review_body.flexbox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review_body.flexbox .review_body_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.review_body.flexbox .review_body_therapist {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100px;
  flex: 0 1 100px;
  margin-left: 1.25rem;
}

.review_body_content_excerpt {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.875rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review_body_therapist {
  text-align: center;
  line-height: 1.5;
}

.review_body_therapist_ttl {
  font-size: 0.75rem;
}

.review_body_therapist_img {
  margin-top: 0.25rem;
}

.review_body_therapist_name {
  font-size: 0.8125rem;
  font-weight: bold;
  margin-top: 0.25rem;
}

.review_more {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  color: #E392AA;
  padding: 0.71429em;
}

.review_footer {
  margin-top: 1rem;
}

.review-detail {
  border: none;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .review-detail {
    border: solid 1px #CDCDCD;
    padding: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .review-detail .review_header_ttl {
    font-size: 1.375rem;
  }
}

.review-detail_therapist::after {
  content: "";
  display: block;
  clear: both;
}

.review-detail_therapist .review_body_therapist {
  float: right;
  width: 30%;
  padding: 0 0 1em 1em;
}

.review-detail_therapist .review_body_therapist_name {
  margin-top: 0.25rem;
}

.recruit_about > .flexbox {
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .recruit_about > .flexbox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.recruit_about_item h3 {
  text-align: center;
}

.recruit_salary {
  background-color: #FBFBFB;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.recruit_salary .box_ttl {
  font-size: 1.5rem;
}

.recruit_salary_list {
  font-weight: bold;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.5;
}

.recruit_flow {
  counter-reset: num;
}

.recruit_flow_item {
  padding: 1.25rem;
  background-color: #FBFBFB;
  border: solid 1px #E392AA;
  position: relative;
}

.recruit_flow_item + .recruit_flow_item {
  margin-top: 2.5rem;
}

.recruit_flow_item + .recruit_flow_item::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 1rem solid #E392AA;
  border-bottom: 0px solid transparent;
  border-left: 2rem solid transparent;
  border-right: 2rem solid transparent;
  position: absolute;
  top: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recruit_flow_item_ttl {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0;
  counter-increment: num;
  line-height: 1.5;
}

.recruit_flow_item_ttl::before {
  content: counter(num);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: #E392AA;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.5em;
}

.recruit_cta {
  margin-top: 2.5rem;
}

.recruit_cta .hukidashi {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.recruit_cta > .flexbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.faq {
  font-size: 1.25rem;
  line-height: 1.8;
}

.faq + .faq {
  margin-top: 2.5rem;
}

.faq_q, .faq_a {
  padding-left: 2.5rem;
  position: relative;
}

.faq_q::before, .faq_a::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.faq_q::before {
  content: "Q";
  background-color: #E392AA;
}

.faq_a::before {
  content: "A";
  color: #E392AA;
  background-color: #FFFFFF;
  border: solid 1px #E392AA;
  top: -0.1875rem;
}

.faq_q {
  color: #E392AA;
  font-weight: bold;
  padding-right: 1.66667em;
  margin-top: 2.5rem;
}

.faq_q:first-child {
  margin-top: 0;
}

.faq_a {
  font-size: 1rem;
  margin-top: 1.25rem;
}

.faq_q_icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 5px;
  right: 0;
}

.faq_q_icon::before, .faq_q_icon::after {
  content: "";
  display: block;
  background-color: #E392AA;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.faq_q_icon::before {
  width: 100%;
  height: 4px;
}

.faq_q_icon::after {
  width: 4px;
  height: 100%;
}

.acdnToggle.active .faq_q_icon::after {
  height: 0;
}

.acdnToggle {
  cursor: pointer;
}

/* コード変更・追記内容 */
/* 698行目,2352行目,2353行目 コメントアウト */

@media screen and (min-width: 769px) {
  #siteFooter > .flexbox .footer_brand {
    -webkit-box-flex: 0 1 260px;
    -ms-flex: 0 1 260px;
    flex: 1 1 260px;
  }
}

.footer_banner {
  text-align: center;
  border-bottom: none;
}

.room_title {
  text-align: center;
    font-size: 1.375rem;
    margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 0.5em;
justify-content: center;
letter-spacing: 0.05em;
}

.room_title::before, .room_title::after {
  content: "";
  display: block;
  background-color: #333;
  height: 1px;
  flex: 1;
}
.room_title::before {

}
.room_title::after {

}

@media screen and (min-width: 769px) {
  .room_title {
      font-size: 2rem;
  }
}


/*# sourceMappingURL=maps/style.css.map */