@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url("https://use.typekit.net/idi5kfo.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
body {
  font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 100%;
  color: #464646;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  background: #f9f9f9;
}

a {
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
}

.container {
  max-width: 1312px;
  margin: auto;
  padding: 0 1rem;
}

.site-content {
  max-width: 1312px;
  margin: auto;
  padding: 3rem 1rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

header {
  border-bottom: none;
  margin-bottom: 0;
}
header .container h1 {
  width: 168px;
}

.la_globalnav {
  background: #ccc;
}
.la_globalnav ul {
  display: flex;
}
.la_globalnav ul li {
  border-left: solid 1px #aaa;
}
.la_globalnav ul li a {
  display: block;
  padding: 0.75rem;
  color: #464646;
  text-align: center;
}
.la_globalnav ul li a:hover {
  background: #696969;
  color: #fff;
  text-decoration: none;
}
.la_globalnav ul li:last-child {
  flex-basis: 80px;
  border-right: solid 1px #aaa;
}
.la_globalnav ul li:not(:last-child) {
  flex-basis: calc((100% - 80px) / 5);
}
.la_globalnav ul li:not(:last-child) a {
  font-weight: 700;
}

@media (max-width: 991px) {
  .la_header {
    border-bottom: solid 1px #ccc;
  }
  .la_header_main {
    padding: 0.75rem 0;
  }
  .la_header_main .container .head-content {
    display: none;
  }
  .la_header .la_globalnav {
    display: none;
  }
  .menu-btn {
    position: fixed;
    /*ボタン内側の基点となるためrelativeを指定*/
    top: 0.75rem;
    right: 1rem;
    background: #333;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    z-index: 9800;
    transition: 0.4s;
  }
  .menu-btn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 46%;
  }
  .menu-btn span:nth-of-type(1) {
    top: 15px;
  }
  .menu-btn span:nth-of-type(2) {
    top: 23px;
  }
  .menu-btn span:nth-of-type(3) {
    top: 31px;
  }
  .menu-btn.active {
    transform: translateX(-288px);
  }
  .menu-btn.active span:nth-of-type(1) {
    top: 17px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .menu-btn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  .menu-btn.active span:nth-of-type(3) {
    top: 29px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9500;
    transform: translateX(100%);
    transition: 0.4s;
  }
  .slide-menu .slide-menu-wrap {
    width: 288px;
    height: 100vh;
    background: #696969;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9700;
    overflow-y: auto;
  }
  .slide-menu .slide-menu-wrap .inner {
    padding: 2rem 1rem;
  }
  .slide-menu .slide-menu-wrap .inner .cart-area {
    margin-bottom: 1.75rem;
  }
  .slide-menu .slide-menu-wrap .inner .cart-area .user-name {
    color: #fff;
    margin-bottom: 0.375rem;
  }
  .slide-menu .slide-menu-wrap .inner .cart-area .user-name::before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.375rem;
  }
  .slide-menu .slide-menu-wrap .inner .cart-area ul {
    display: flex;
    justify-content: space-between;
  }
  .slide-menu .slide-menu-wrap .inner .cart-area ul li {
    flex-basis: 48%;
  }
  .slide-menu .slide-menu-wrap .inner .cart-area ul li a {
    display: block;
    background: #fff;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    text-align: center;
  }
  .slide-menu .slide-menu-wrap .inner nav {
    border-top: dashed 1px #999;
    margin-bottom: 2rem;
  }
  .slide-menu .slide-menu-wrap .inner nav ul li a {
    display: block;
    color: #fff;
    padding: 0.875rem;
    border-bottom: dashed 1px #999;
    position: relative;
  }
  .slide-menu .slide-menu-wrap .inner nav ul li a::after {
    position: absolute;
    right: 0.875rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/btn-arrow.png);
    background-size: contain;
    width: 27px;
    height: 11px;
    content: "";
    transition: 0.2s;
    opacity: 0.5;
  }
  .slide-menu .slide-menu-wrap .inner .header-sns {
    margin-bottom: 2rem;
  }
  .slide-menu .slide-menu-wrap .inner .privacy a {
    color: #fff;
  }
  .slide-menu .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9600;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    content: "";
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.15s;
  }
  .slide-menu.is-open {
    transform: translateX(0);
  }
  .slide-menu.is-open .overlay {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .slide-menu {
    display: none;
  }
  .la_header_main {
    padding: 1rem 0;
  }
  .la_header_main .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .la_header_main .container h1 {
    width: 180px;
  }
  .la_header_main .container .head-content {
    display: flex;
    align-items: center;
  }
  .la_header_main .container .head-content .saloninfo {
    display: flex;
  }
  .la_header_main .container .head-content .saloninfo dl + dl {
    margin-left: 0.75rem;
  }
  .la_header_main .container .head-content .saloninfo dl dt {
    background: #eee;
    text-align: center;
  }
  .la_header_main .container .head-content .saloninfo dl dd {
    display: flex;
    align-items: center;
  }
  .la_header_main .container .head-content .saloninfo dl dd ._tel {
    font-size: 1.25rem;
    font-weight: 700;
  }
  .la_header_main .container .head-content .saloninfo dl dd ._hpb {
    margin-left: 0.375rem;
    width: 22px;
  }
  .la_header_main .container .head-content .salon-info > div {
    display: flex;
    align-items: center;
  }
  .la_header_main .container .head-content .salon-info > div .salon-type {
    display: inline-block;
    background: #eee;
    width: 100px;
    border-radius: 4px;
    text-align: center;
    padding: 0.125rem 0.75rem 0;
    font-size: 0.875rem;
  }
  .la_header_main .container .head-content .salon-info > div ._tel {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0.75rem;
  }
  .la_header_main .container .head-content .salon-info > div ._hpb a {
    display: block;
    line-height: 24px;
    color: #9A1D49;
    font-weight: 700;
    padding-left: 1.75rem;
    position: relative;
  }
  .la_header_main .container .head-content .salon-info > div ._hpb a::before {
    background: url(../images/icon-hpb.png);
    width: 24px;
    height: 24px;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
  .la_header_main .container .head-content .salon-info ._casugai {
    margin-top: 0.375rem;
  }
  .la_header_main .container .head-content .cart-area {
    margin-left: 1.5rem;
    font-size: 0.875rem;
  }
  .la_header_main .container .head-content .cart-area .user-name {
    margin-bottom: 0.375rem;
  }
  .la_header_main .container .head-content .cart-area .user-name::before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 0.375rem;
  }
  .la_header_main .container .head-content .cart-area ul {
    display: flex;
  }
  .la_header_main .container .head-content .cart-area ul li + li {
    margin-left: 0.75rem;
  }
  .la_header_main .container .head-content .cart-area ul li a {
    display: block;
    width: 108px;
    border: solid 1px #ccc;
    text-align: center;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
  }
  .la_header_main .container .menu-btn {
    display: none;
  }
}
.form-caution {
  list-style-type: none;
  margin-bottom: 3rem;
}
.form-caution li {
  position: relative;
  padding-left: 1.375rem;
}
.form-caution li::before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #999;
  position: absolute;
  top: 0;
  left: 0;
}
.form-caution li + li {
  margin-top: 0.375rem;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input[type=text],
input[type=email],
input[type=tel] {
  border: solid 1px #ddd;
  background: #f4f4f4;
  border-radius: 4px;
  line-height: 1.6;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel] {
    width: 100%;
  }
}

select {
  border: solid 1px #ddd;
  background: #f4f4f4;
  border-radius: 4px;
  line-height: 1.6;
  padding: 0.5rem;
}

.select-wrap {
  display: inline-block;
  position: relative;
}
.select-wrap::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
}

textarea {
  border: solid 1px #ddd;
  background: #f4f4f4;
  border-radius: 4px;
  line-height: 1.6;
  padding: 0.5rem;
  width: 100%;
  resize: vertical;
}

input[type=checkbox] + span {
  border: solid 1px #ccc;
  background: #f4f4f4;
  border-radius: 4px;
  line-height: 1.6;
  padding: 0.5rem 0.5rem 0.5rem 2.25rem;
  display: inline-block;
  position: relative;
  transition: 0.15s;
}
input[type=checkbox] + span::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 1.25rem;
  color: #ccc;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
input[type=checkbox] + span:hover {
  background: #eee;
}

input[type=checkbox]:checked + span {
  border: solid 1px #B76F43;
}
input[type=checkbox]:checked + span::before {
  color: #B76F43;
}

.wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.input-memo-top {
  font-size: 0.9125rem;
  margin-bottom: 0.5rem;
}
.input-memo-top::before {
  content: "\f075";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.25rem;
  color: #eee;
}

.submit-btn input[type=submit] {
  background: #B76F43;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  margin: auto;
  padding: 0 0.75rem;
  text-align: center;
  width: 264px;
  position: relative;
  transition: 0.15s;
}
.submit-btn input[type=submit]:hover {
  background: rgba(183, 111, 67, 0.75);
}
.submit-btn input[type=submit]:disabled {
  background: #eee;
}

.form-wrap table {
  width: 100%;
  margin-bottom: 2rem;
}
.form-wrap table tr th {
  text-align: left;
}
.form-wrap table tr th ._must {
  background-color: #999;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0 0.375rem;
  border-radius: 4px;
  margin-right: 0.5rem;
  vertical-align: 1px;
}
.form-wrap table tr th ._must._free {
  background: #ccc;
  color: #fff;
}

@media (max-width: 767px) {
  .form-wrap table {
    width: 100%;
    border-bottom: solid 1px #ccc;
  }
  .form-wrap table tr th {
    display: block;
    margin-bottom: 0.25rem;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 0.375rem;
    margin-bottom: 0.375rem;
  }
  .form-wrap table tr td {
    display: block;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .form-wrap table {
    border-top: solid 1px #ccc;
  }
  .form-wrap table tr th {
    border-bottom: solid 1px #ccc;
    padding: 1rem;
    vertical-align: middle;
    width: 256px;
  }
  .form-wrap table tr td {
    border-bottom: solid 1px #ccc;
    padding: 1rem;
  }
}
.home-slider .item {
  padding: 1.5rem 0.75rem;
}
.home-slider .item img {
  border-radius: 12px;
}

.home-news {
  padding: 5rem 0;
}
.home-news .container .home-news-flex .title h2 {
  font-size: 1.75rem;
  line-height: 1.25;
}
.home-news .container .home-news-flex .title h2 span {
  display: block;
  font-size: 1rem;
  margin-top: 0.5rem;
  font-weight: 400;
}
.home-news .container .home-news-flex .contents .news-table a {
  color: #B76F43;
  text-decoration: underline;
}

.home-welcome {
  padding: 5rem 0;
  background: url(../images/la_bg-03.jpg) center center;
  background-size: cover;
}
.home-welcome .container {
  color: #fff;
}
.home-welcome .container .en-title {
  font-family: filmotype-lacrosse, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 2.75rem;
}
.home-welcome .container h2 {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 2.5rem;
}
.home-welcome .container .text p + p {
  margin-top: 1.5rem;
}

.home-menu {
  padding: 5rem 0;
}
.home-menu .container h2 {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.home-menu .container .homemenu-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-menu .container .homemenu-box .item-box {
  flex-basis: 48%;
  margin-bottom: 2rem;
}
.home-menu .container .homemenu-box .item-box figure img {
  border-radius: 4px;
}
.home-menu .container .homemenu-box .item-box figure a {
  display: block;
}
.home-menu .container .homemenu-box .item-box figure a:hover {
  opacity: 0.8;
}
.home-menu .container .homemenu-box .item-box h3 {
  margin-top: 0.5rem;
  text-align: center;
  line-height: 1.6;
}
.home-menu .container .homemenu-box .item-box h3 span {
  font-weight: 400;
  display: block;
  font-size: 0.875rem;
}
.home-menu .container .home-menu-list {
  margin-bottom: 2.5rem;
}
.home-menu .container .btn a {
  display: block;
  max-width: 280px;
  width: 100%;
  padding: 0.85rem 1rem;
  background: #585858;
  color: #fff;
  margin: auto;
  position: relative;
  border-radius: 6px;
  font-weight: 700;
}
.home-menu .container .btn a span {
  display: block;
  border: solid 1px #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.home-menu .container .btn a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.home-menu .container .btn a:hover {
  background: #999;
}
.home-menu .container .to-hpb p {
  text-align: center;
  margin-bottom: 1rem;
}
.home-menu .container .to-hpb ul li {
  text-align: center;
  font-weight: 700;
}
.home-menu .container .to-hpb ul li a {
  display: block;
  margin-top: 0.5rem;
}
.home-menu .container .to-hpb ul li a img {
  border-radius: 6px;
}

.home-menu-list .menu-item figure a {
  display: block;
  border-radius: 8px;
  position: relative;
  pointer-events: none;
}
.home-menu-list .menu-item figure a img {
  border-radius: 8px;
}
.home-menu-list .menu-item figure a span {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-menu-list .menu-item figure a span i {
  color: #464646;
  font-size: 1.5rem;
}
.home-menu-list .menu-item .text h3 {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.home-menu-list .menu-item .text h3 span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .home-menu-list {
    max-width: 760px;
    margin: auto;
    width: 100%;
  }
  .home-menu-list .menu-item:nth-child(n+2) {
    margin-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .home-news .container .home-news-flex .title {
    margin-bottom: 2.5rem;
  }
  .home-news .container .home-news-flex .title h2 {
    text-align: center;
  }
  .home-menu .container .to-hpb ul {
    max-width: 240px;
    margin: auto;
  }
  .home-menu .container .to-hpb ul li + li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .home-news .container .home-news-flex .contents .news-table {
    border-top: dashed 1px #ddd;
  }
  .home-news .container .home-news-flex .contents .news-table tr th {
    display: block;
    width: 100%;
    padding: 1rem 0 0.5rem;
  }
  .home-news .container .home-news-flex .contents .news-table tr td {
    display: block;
    width: 100%;
    border-bottom: dashed 1px #ddd;
    padding: 0 0 1rem;
  }
  .home-welcome .container .text p {
    font-feature-settings: "palt";
  }
  .home-welcome .container .text p br {
    display: none;
  }
}
@media (min-width: 576px) {
  .home-news .container .home-news-flex .contents .news-table {
    border-top: dashed 1px #ddd;
  }
  .home-news .container .home-news-flex .contents .news-table tr th {
    border-bottom: dashed 1px #ddd;
    padding: 1rem;
  }
  .home-news .container .home-news-flex .contents .news-table tr td {
    border-bottom: dashed 1px #ddd;
    padding: 1rem;
  }
  .home-welcome .container .text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .home-news {
    padding: 7rem 0;
  }
  .home-news .container .home-news-flex {
    display: flex;
    justify-content: space-between;
  }
  .home-news .container .home-news-flex .title {
    flex-basis: 184px;
  }
  .home-news .container .home-news-flex .contents {
    flex-basis: calc(100% - 184px);
  }
  .home-welcome {
    padding: 7rem 0;
  }
  .home-welcome .container .en-title {
    font-size: 4.5rem;
    line-height: 1.3;
  }
  .home-welcome .container h2 {
    font-size: 2rem;
  }
  .home-menu .container .homemenu-box .item-box {
    flex-basis: 31%;
  }
  .home-menu .container .homemenu-box .item-box h3 {
    font-size: 1.5rem;
  }
  .home-menu .container .to-hpb ul {
    display: flex;
    justify-content: center;
  }
  .home-menu .container .to-hpb ul li + li {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .home-news .container {
    max-width: 960px;
    width: 100%;
  }
  .home-menu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-menu-list .menu-item {
    flex-basis: 48%;
  }
  .home-menu-list .menu-item:nth-child(n+3) {
    margin-top: 3rem;
  }
}
.page-header {
  padding: 3rem 0;
  border-bottom: solid 1px #ccc;
}
.page-header .container h2 {
  text-align: center;
  font-size: 1.5rem;
}
.page-header .container p {
  text-align: center;
}

.lal_heading {
  text-align: center;
  font-size: 1.375rem;
  position: relative;
  margin-bottom: 2.75rem;
}
.lal_heading::after {
  content: "";
  background: #999;
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .page-header .container h2 {
    font-size: 2.25rem;
  }
  .page-header .container p {
    text-align: center;
  }
  .lal_heading {
    font-size: 1.8575rem;
  }
}
.pagebody {
  padding: 3rem 0 5rem;
}

.salon-box .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.salon-box .container .text h3 {
  font-size: 1.25rem;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.salon-box .container .text ._detail {
  margin-bottom: 1.5rem;
}
.salon-box .container .text ._detail address {
  font-style: normal;
  position: relative;
  padding-left: 1.5rem;
}
.salon-box .container .text ._detail address::before {
  content: "\f5a0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #b8860b;
}
.salon-box .container .text ._detail .tel {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.75rem;
}
.salon-box .container .text ._detail .tel::before {
  content: "\f3cd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: 8px;
  left: 0;
  color: #b8860b;
  width: 18px;
  text-align: center;
  font-size: 1rem;
}
.salon-box .container .text dl dt {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.salon-box .container .text dl dd a {
  display: block;
}
.salon-box .container .text dl dd a img {
  border-radius: 6px;
}
.salon-box .container .text dl dd a:hover {
  opacity: 0.9;
}
.salon-box .container .g-map {
  margin-top: 2.5rem;
}
.salon-box .container .g-map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

@media (min-width: 768px) {
  .salon-box .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .salon-box .container figure {
    flex-basis: 30%;
  }
  .salon-box .container .text {
    flex-basis: calc(70% - 32px);
  }
  .salon-box .container .text h3 {
    font-size: 1.75rem;
  }
  .salon-box .container .text ._detail address br {
    display: none;
  }
  .salon-box .container .g-map {
    flex-basis: 100%;
  }
  .salon-box .container .g-map iframe {
    aspect-ratio: 5/2;
  }
}
@media (min-width: 992px) {
  .salon-box .container {
    max-width: 960px;
  }
}
.menu-box._extension .price-table {
  width: 100%;
}
.menu-box._extension .price-table:nth-of-type(n+2) {
  margin-top: 3rem;
}
.menu-box._extension .price-table caption {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.menu-box._extension .price-table tr th {
  border: solid 1px #ddd;
  padding: 1rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.menu-box._extension .price-table tr th span {
  display: block;
  font-size: 0.75em;
}
.menu-box._extension .price-table tr td {
  border: solid 1px #ddd;
  padding: 1rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.menu-box._extension .price-table tbody tr th {
  width: 24%;
}
.menu-box._extension .price-table tbody tr td {
  width: 38%;
}

.recruit-box .intro-text {
  text-align: center;
  margin-bottom: 3rem;
}
.recruit-box .recruit-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}
.recruit-box .recruit-list .item {
  border: solid 1px #ccc;
  padding: 1rem;
  border-radius: 12px;
}
.recruit-box .recruit-list .item .occupation {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.recruit-box .recruit-list .item .occupation p {
  background: #ddd;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  margin-right: 0.5rem;
  border-radius: 4px;
}
.recruit-box .recruit-list .item .occupation h3 {
  font-size: 1.5rem;
}
.recruit-box .recruit-list .item .details {
  display: flex;
  margin-bottom: 0.5rem;
}
.recruit-box .recruit-list .item .details.single-dd {
  align-items: center;
}
.recruit-box .recruit-list .item .details .th {
  background: #ddd;
  width: 100px;
  font-weight: 700;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 4px;
}
.recruit-box .recruit-list .item .details .td {
  width: calc(100% - 100px);
  padding-left: 0.75rem;
  padding: 0.5rem 0 0.5rem 0.75rem;
}
.recruit-box .recruit-list .item .details .td .salary dt {
  font-weight: 700;
}
.recruit-box .recruit-list .item .details .td .salary dt:nth-of-type(2) {
  margin-top: 0.5rem;
}
.recruit-box .recruit-list .item .details .td .salary-memo {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #999;
}
.recruit-box .recruit-list .item .sub-memo {
  padding-left: 1.25rem;
  margin-top: 1rem;
}
.recruit-box .recruit-list .item .sub-memo li {
  list-style: disc;
  font-size: 0.9125rem;
}
.recruit-box .recruit-list .item .entry-area {
  border-top: dashed 1px #ccc;
  padding-top: 1rem;
  margin-top: 1rem;
}
.recruit-box .recruit-list .item .entry-area .text {
  text-align: center;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.recruit-box .recruit-list .item .entry-area .btn a {
  display: block;
  max-width: 280px;
  width: 100%;
  padding: 0.85rem 1rem;
  background: #585858;
  color: #fff;
  margin: auto;
  position: relative;
  border-radius: 6px;
  font-weight: 700;
}
.recruit-box .recruit-list .item .entry-area .btn a span {
  display: block;
  border: solid 1px #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.recruit-box .recruit-list .item .entry-area .btn a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.recruit-box .recruit-list .item .entry-area .btn a:hover {
  background: #999;
}

@media (min-width: 768px) {
  .recruit-box .recruit-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1232px) {
  .recruit-box .recruit-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact-wrap {
  max-width: 800px;
  margin: auto;
}

.online-intro {
  padding: 4rem 0;
}
.online-intro .container figure img {
  border-radius: 8px;
}
.online-intro .container .text h3 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.online-intro .container .text p {
  margin-top: 1.25rem;
}

.online-list-wrap {
  background: #f4f4f4;
  padding: 4rem 0;
}
.online-list-wrap .online-list-item a {
  display: block;
  border: solid 1px #ccc;
  padding: 1rem;
  border-radius: 8px;
  background: #fff;
  color: #464646;
}
.online-list-wrap .online-list-item a .info h4 {
  font-size: 1.25rem;
}
.online-list-wrap .online-list-item a .info ._date {
  background: #eee;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
}
.online-list-wrap .online-list-item a:hover {
  opacity: 0.75;
}

.about-zoom {
  padding: 4.5rem 0;
}
.about-zoom .container h3 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.device-contt {
  margin: 2.75rem auto 0;
  max-width: 840px;
}
.device-contt-intro {
  line-height: 1.8;
}
.device-contt .device {
  border-bottom: solid 1px #b8860b;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-top: 3rem;
}
.device-contt .device li {
  transform: translateY(1px);
  width: 45%;
}
.device-contt .device li a {
  border-radius: 6px 6px 0 0;
  border: solid 1px #b8860b;
  color: #b8860b;
  display: block;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}
.device-contt .device li.active a {
  background: #b8860b;
  color: #fff;
}
.device-contt .device li + li {
  margin-left: 0.5rem;
}
.device-contt .device-body {
  display: none;
}
.device-contt .device-body .use-list {
  list-style-type: none;
  margin-top: 4rem;
  counter-reset: useitem;
}
.device-contt .device-body .use-list li {
  border-top: solid 1px #ccc;
  padding: 2.5rem 0;
  position: relative;
}
.device-contt .device-body .use-list li::before {
  counter-increment: useitem;
  content: counter(useitem);
  background: #b8860b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.device-contt .device-body .use-list li h4 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-align: center;
}
.device-contt .device-body .use-list .device-explain-wrap:nth-of-type(n+2) {
  margin-top: 1.5rem;
  border-top: dashed 1px #ccc;
  padding-top: 1.5rem;
}
.device-contt .device-body .use-list .device-explain-wrap .text p {
  line-height: 1.8;
}
.device-contt .device-body .use-list .device-explain-wrap .text p + p {
  margin-top: 1rem;
}
.device-contt .device-body .use-list .device-explain-wrap .img a img {
  transition: 0.15s;
}
.device-contt .device-body .use-list .device-explain-wrap .img a:hover img {
  opacity: 0.85;
}
.device-contt .device-body .use-list .device-explain-wrap .img img.border {
  border: solid 2px #999;
}
.device-contt .device-body .use-list .device-explain-wrap .img .ios-app,
.device-contt .device-body .use-list .device-explain-wrap .img .android-app {
  max-width: 280px;
  margin: auto;
}
.device-contt .device-body .use-list .device-explain-wrap .img .ios-app span,
.device-contt .device-body .use-list .device-explain-wrap .img .android-app span {
  display: block;
  border-bottom: dashed 1px #ccc;
  line-height: 1.5;
}
.device-contt .device-body .use-list .device-explain-wrap .img .ios-app img,
.device-contt .device-body .use-list .device-explain-wrap .img .android-app img {
  width: 100%;
}
.device-contt .device-body .use-list .device-explain-wrap .img .ios-app img {
  padding: 1rem 2.25rem;
}
.device-contt .device-body .use-list .device-explain-wrap .img .img-click {
  color: #9c9c9c;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 0.25rem;
}
.device-contt .device-body .use-list .device-explain-wrap.ex01 .img > div {
  display: table-cell;
  width: 50%;
  padding: 0 1.25rem;
}
.device-contt .device-body .use-list .device-explain-wrap.ex01 .img > div p {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  text-align: center;
}

@media (max-width: 767px) {
  .online-intro .container figure {
    margin-bottom: 1rem;
  }
  .device-contt-intro br {
    display: none;
  }
  .device-contt .device-body .use-list .device-explain-wrap > div:first-child {
    margin-bottom: 1.5rem;
  }
  .device-contt .device-body .use-list .device-explain-wrap.ex01 .img {
    max-width: 360px;
    margin: 0 auto 1.5rem;
  }
}
@media (min-width: 768px) {
  .online-intro .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .online-intro .container figure {
    flex-basis: 40%;
  }
  .online-intro .container .text {
    flex-basis: calc(60% - 32px);
  }
  .online-list-wrap .online-list-item a {
    display: flex;
    padding: 1.75rem;
  }
  .online-list-wrap .online-list-item a figure {
    flex-basis: 30%;
  }
  .online-list-wrap .online-list-item a .info {
    flex-basis: 70%;
    padding-left: 1.75rem;
  }
  .device-contt h3 {
    font-size: 1.5rem;
  }
  .device-contt-intro {
    text-align: center;
  }
  .device-contt .device li {
    width: 30%;
  }
  .device-contt .device-body .use-list li h4 {
    font-size: 1.375rem;
  }
  .device-contt .device-body .use-list .device-explain-wrap {
    display: flex;
    justify-content: space-between;
  }
  .device-contt .device-body .use-list .device-explain-wrap > div {
    width: 48%;
  }
}
.online-sg article {
  padding-bottom: 5rem;
}
.online-sg article .info h3 {
  font-size: 1.375rem;
}
.online-sg article .info .date {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 0.75rem 0;
  margin: 0.75rem 0;
}

.sg-contents p {
  margin-bottom: 1.5rem;
}

.online-entry-head {
  background: #696969;
  text-align: center;
  padding: 3rem 1rem;
  margin-bottom: 3rem;
}
.online-entry-head h3 {
  font-size: 1.375rem;
  color: #fff;
}
.online-entry .container {
  max-width: 800px;
}
.online-entry .container dl {
  margin-bottom: 3rem;
  border: solid 1px #ccc;
  padding: 1rem;
}
.online-entry .container dl dt {
  width: 100px;
  background: #ccc;
  padding: 0.125rem 1rem;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
.online-entry .container .entry-memo {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .online-sg article {
    display: flex;
    justify-content: space-between;
  }
  .online-sg article figure {
    flex-basis: 30%;
  }
  .online-sg article .info {
    flex-basis: 66%;
  }
}
.page-head-area {
  margin-bottom: 2rem;
}
.page-head-area .tax-lists {
  border-bottom: solid 1px #ddd;
}
.page-head-area .tax-lists dt {
  font-weight: 700;
}
.page-head-area .tax-lists.cat-list {
  border-top: solid 1px #ddd;
}
.page-head-area h1 {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.375rem;
}

.category-item .cat-il article .itemname {
  min-height: 63px;
  height: auto;
}
.category-item .cat-il article .itemprice {
  border-top: dotted 1px #ccc;
  text-align: right;
}
.category-item .cat-il article .itemprice .list-price {
  font-weight: normal;
  font-size: 0.875em;
  color: #999;
  margin-right: 0.375rem;
}
.category-item .cat-il article .itemprice .list-price::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 0.375rem;
}
.category-item .cat-il article .itemsoldout {
  margin-top: 0.25rem;
  text-align: right;
}

@media (max-width: 767px) {
  .page-head-area .tax-lists dt {
    cursor: pointer;
    padding: 0.75rem 0.5rem;
    position: relative;
  }
  .page-head-area .tax-lists dt::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
  }
  .page-head-area .tax-lists dt.active::after {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
  .page-head-area .tax-lists dd {
    display: none;
  }
  .page-head-area .cat-list dd ul li a {
    display: block;
    border-top: 1px dashed #ddd;
    padding: 0.625rem 0.5rem 0.625rem 1rem;
    position: relative;
  }
  .page-head-area .cat-list dd ul li a::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
  }
  .page-head-area .brand-list dd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-head-area .brand-list dd ul li {
    flex-basis: 49%;
    margin-bottom: 5px;
  }
  .page-head-area .brand-list dd ul li a {
    display: block;
    border: solid 1px #ddd;
    padding: 0.5rem;
    text-align: center;
  }
  .category-item .cat-il article .itemname {
    font-size: 0.875em;
  }
  .category-item .cat-il .itemprice {
    font-size: 0.9125em;
  }
}
@media (min-width: 768px) {
  .page-head-area .tax-lists {
    display: flex;
    align-items: center;
    padding: 0.75rem 0.5rem;
  }
  .page-head-area .tax-lists dt {
    width: 120px;
  }
  .page-head-area .tax-lists dd ul {
    display: flex;
    justify-content: flex-start;
  }
  .page-head-area .tax-lists dd ul li {
    margin: 0.25rem;
  }
  .page-head-area .tax-lists dd ul li a {
    display: block;
    border: solid 1px #ddd;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 4px;
  }
  .page-head-area h1 {
    font-size: 2rem;
  }
}
.mtg-heading {
  color: #E61112;
  text-align: center;
  font-size: 3rem;
  line-height: 1.25;
}
.mtg-heading span {
  display: block;
  font-size: 1.125rem;
}

.mtg-heading-sub {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin: 1rem 0 2.5rem;
}

.mtg-head {
  padding: 3rem 0 5rem;
}
.mtg-head .text .sub-ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.mtg-head .text .explain {
  font-size: 0.875rem;
  margin-top: 1rem;
  text-align: center;
}

.mtg-coupon {
  background: #eee;
  padding: 3rem 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  font-size: 1.25rem;
  position: relative;
}
.mtg-coupon::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #eeeeee;
  border-width: 30px;
  margin-left: -30px;
}
.mtg-coupon .text-02 span {
  color: #E61112;
}
.mtg-coupon .text-02 span em {
  font-size: 2em;
  color: #E61112;
  font-weight: 700;
}

.mtg-recommend {
  padding: 5rem 0;
}
.mtg-recommend .mtg-reco-list {
  max-width: 992px;
  width: 100%;
  margin: auto;
}
.mtg-recommend .mtg-reco-list .mtg-reco-item {
  background: #eee;
}
.mtg-recommend .mtg-reco-list .mtg-reco-item:nth-child(n+2) {
  margin-top: 2.5rem;
}
.mtg-recommend .mtg-reco-list .mtg-reco-item .text {
  padding: 1.5rem;
  position: relative;
}
.mtg-recommend .mtg-reco-list .mtg-reco-item .text .item-mun {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #ddd;
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.mtg-recommend .mtg-reco-list .mtg-reco-item .text h3 {
  font-size: 1.375rem;
  line-height: 1.6;
  color: #E61112;
  position: relative;
  z-index: 5;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.mtg-howto {
  padding: 5rem 0.75rem;
  background: url(../images/mtg-flowback.jpg) center center no-repeat;
  background-size: cover;
  box-shadow: 0 0 6px #ccc;
  margin-bottom: 4rem;
}
.mtg-howto .mtg-howto-list {
  max-width: 640px;
  margin: auto;
}
.mtg-howto .mtg-howto-list .howto-item {
  display: flex;
  justify-content: space-between;
  border-left: solid 2px #ccc;
  position: relative;
}
.mtg-howto .mtg-howto-list .howto-item:nth-of-type(n+2) {
  margin-top: 5rem;
}
.mtg-howto .mtg-howto-list .howto-item:nth-of-type(n+2)::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -4rem;
  left: 50%;
  font-size: 3rem;
  line-height: 1;
  transform: translateX(-50%);
}
.mtg-howto .mtg-howto-list .howto-item dt {
  flex-basis: 48px;
  padding: 0.25rem;
  background: #ccc;
  height: 48px;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  border-radius: 0 6px 6px 0;
  font-size: 0.875rem;
}
.mtg-howto .mtg-howto-list .howto-item dt span {
  display: block;
  font-size: 1.5rem;
}
.mtg-howto .mtg-howto-list .howto-item dd {
  flex-basis: calc(100% - 16px - 48px);
}
.mtg-howto .mtg-howto-list .howto-item dd h3 {
  color: #E61112;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.mtg-howto .mtg-howto-list .howto-item dd .memo {
  margin-bottom: 1.75rem;
}
.mtg-howto .mtg-howto-list .howto-item dd .line-btn a {
  display: block;
  max-width: 280px;
  width: 100%;
  padding: 0.85rem 1rem;
  background: #585858;
  color: #fff;
  margin: auto;
  position: relative;
  border-radius: 6px;
  font-weight: 700;
}
.mtg-howto .mtg-howto-list .howto-item dd .line-btn a span {
  display: block;
  border: solid 1px #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.mtg-howto .mtg-howto-list .howto-item dd .line-btn a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.mtg-howto .mtg-howto-list .howto-item dd .line-btn a:hover {
  background: #999;
}
.mtg-howto .mtg-howto-list .howto-item dd .line-btn a {
  background: #06c755;
}
.mtg-howto .mtg-howto-list .howto-item dd .line-btn a:hover {
  background: #4cc764;
}
.mtg-howto .mtg-howto-list .howto-item dd .salon-tel {
  border: solid 1px #999;
}
.mtg-howto .mtg-howto-list .howto-item dd .salon-tel li {
  padding: 0.75rem;
  text-align: center;
  color: #E61112;
  font-weight: 700;
  font-size: 1.5rem;
}
.mtg-howto .mtg-howto-list .howto-item dd .salon-tel li + li {
  border-top: solid 1px #999;
}
.mtg-howto .mtg-howto-list .howto-item dd .salon-tel li span {
  color: #464646;
  font-size: 1.25rem;
}
.mtg-howto .mtg-howto-list .howto-item dd .btm-memo {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.mtg-howto .after-reg {
  max-width: 640px;
  width: 100%;
  margin: 4rem auto 0;
}
.mtg-howto .after-reg h3 {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
}
.mtg-howto .after-reg .btn a {
  display: block;
  max-width: 280px;
  width: 100%;
  padding: 0.85rem 1rem;
  background: #585858;
  color: #fff;
  margin: auto;
  position: relative;
  border-radius: 6px;
  font-weight: 700;
}
.mtg-howto .after-reg .btn a span {
  display: block;
  border: solid 1px #fff;
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.mtg-howto .after-reg .btn a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
.mtg-howto .after-reg .btn a:hover {
  background: #999;
}
.mtg-howto .after-reg .btn a {
  background: #E61112;
}
.mtg-howto .after-reg .bh-url {
  margin-top: 1rem;
  font-size: 0.875rem;
  text-align: center;
}

@media (max-width: 575px) {
  .mtg-howto .mtg-howto-list .howto-item dd .salon-tel li span {
    display: block;
  }
}
@media (min-width: 576px) {
  .mtg-coupon {
    font-size: 1.5rem;
  }
  .mtg-howto .mtg-howto-list .howto-item dd .salon-tel li span {
    display: inline-block;
    width: 132px;
  }
}
@media (min-width: 768px) {
  .mtg-head {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mtg-head .text {
    flex-basis: 50%;
  }
  .mtg-head .img {
    flex-basis: 50%;
  }
  .mtg-coupon .text-02 br {
    display: none;
  }
  .mtg-recommend .mtg-reco-list .mtg-reco-item {
    display: flex;
    align-items: center;
  }
  .mtg-recommend .mtg-reco-list .mtg-reco-item .img {
    flex-basis: 50%;
  }
  .mtg-recommend .mtg-reco-list .mtg-reco-item .text {
    flex-basis: 50%;
  }
  .mtg-recommend .mtg-reco-list .mtg-reco-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .mtg-howto .mtg-howto-list .howto-item dt {
    flex-basis: 80px;
    height: 80px;
    font-size: 1rem;
    padding: 0.75rem;
    line-height: 1.25;
  }
  .mtg-howto .mtg-howto-list .howto-item dt span {
    font-size: 2rem;
  }
  .mtg-howto .mtg-howto-list .howto-item dd {
    flex-basis: calc(100% - 24px - 80px);
  }
  .mtg-howto .mtg-howto-list .howto-item dd h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .mtg-head .text {
    flex-basis: 40%;
  }
  .mtg-head .img {
    flex-basis: 40%;
  }
}
.outside-wrapper {
  font-family: "Noto Serif JP", serif;
  background: #ccc;
}
.outside-wrapper .cam-inner {
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
}

.cam-header {
  text-align: center;
}
.cam-header h1 {
  text-align: center;
  background: #696969;
  padding: 0.5rem 0;
  font-weight: 600px;
  color: #fff;
}
.cam-header .logo {
  width: 248px;
  margin: 1.25rem auto;
}

.catch-copy {
  text-align: center;
  padding: 2rem 1rem;
}
.catch-copy p {
  font-size: 1.25rem;
  line-height: 1.6;
}
.catch-copy p span {
  font-size: 1.75rem;
}

.explain-area {
  background: #f4f4f4;
  padding: 2rem 1rem;
}
.explain-area h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.explain-area h2 span {
  color: #FF5F57;
}
.explain-area .explain-img {
  margin-top: 2rem;
}

.recommend-area {
  padding: 3rem 1rem;
}
.recommend-area ul li {
  font-weight: 600;
  font-size: 1.25rem;
  position: relative;
  padding-left: 3.5rem;
}
.recommend-area ul li + li {
  margin-top: 1.75rem;
}
.recommend-area ul li::before {
  content: "";
  width: 46px;
  height: 39px;
  background: url(../images/cam/check-icon.svg) no-repeat center;
  position: absolute;
  top: -2px;
  left: 0;
}

.try-memo {
  padding: 3rem 1rem;
  background: #f4f4f4;
}

.cta-area {
  padding: 2rem 1rem;
}
.cta-area .cta-box h2 {
  background: #C1C137;
  text-align: center;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 0.675rem;
  font-size: 1.5rem;
}
.cta-area .cta-box .cta-inner {
  border: solid 2px #C1C137;
  background: #FFFFDB;
  padding: 1rem;
  border-radius: 0 0 8px 8px;
}
.cta-area .cta-box .cta-inner .text-001 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.cta-area .cta-box .cta-inner .text-001 span {
  font-size: 1.5rem;
  margin-right: 0.375rem;
}
.cta-area .cta-box .cta-inner .text-002 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.cta-area .cta-box .cta-inner .text-002 span {
  color: #FF5F57;
}
.cta-area .cta-box .cta-inner .text-002 span .big {
  font-size: 2.5rem;
}
.cta-area .cta-box .cta-inner .caution {
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
  font-size: 0.875rem;
  padding: 1rem 0 1rem 1.25rem;
  margin: 1rem 0 2rem;
}
.cta-area .cta-box .cta-inner .caution li {
  list-style: disc;
}
.cta-area .cta-box .cta-inner .reserve-box {
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 1.25rem 1rem;
}
.cta-area .cta-box .cta-inner .reserve-box .reserve-line {
  padding-bottom: 1.25rem;
  border-bottom: dashed 1px #ccc;
}
.cta-area .cta-box .cta-inner .reserve-box .reserve-line .btn-line a {
  display: block;
  text-align: center;
  padding: 0.75rem;
  max-width: 280px;
  width: 100%;
  margin: auto;
  background: #06c755;
  color: #fff;
  border-radius: 4px;
}
.cta-area .cta-box .cta-inner .reserve-box .reserve-line .message-text {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 1rem;
}
.cta-area .cta-box .cta-inner .reserve-box .reserve-tel {
  padding-top: 1.25rem;
}
.cta-area .cta-box .cta-inner .reserve-box .reserve-tel .tel-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.cta-area .cta-box .cta-inner .reserve-box .reserve-tel .tel-number {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  color: #FF5F57;
  margin: 0.375rem 0;
}
.cta-area .cta-box .cta-inner .reserve-box .reserve-tel .tel-number span {
  font-size: 2rem;
}
.cta-area .cta-box .cta-inner .reserve-box .reserve-tel .tel-time {
  text-align: center;
  font-size: 0.875rem;
}
.cta-area .cta-box .cta-inner .reserve-box .salon-info {
  margin-top: 1.5rem;
}
.cta-area .cta-box .cta-inner .reserve-box .salon-info .salon-name {
  font-weight: 600;
  font-size: 1.125rem;
  text-align: center;
}
.cta-area .cta-box .cta-inner .reserve-box .salon-info address {
  text-align: center;
  font-style: normal;
  font-size: 0.75rem;
}
.cta-area .cta-box .cta-inner .reserve-box .salon-info .salon-point {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.cta-area .cta-box .cta-inner .reserve-box .salon-info .salon-point li {
  background: #FF5F57;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.2;
  border-radius: 50%;
  padding: 0.75rem;
}

.merit-area {
  padding: 2rem 1rem;
}
.merit-area h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
.merit-area h2::after {
  content: "";
  width: 100px;
  height: 6px;
  border-radius: 3px;
  background: #696969;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-50%);
}
.merit-area .merit-list .item:nth-child(n+2) {
  margin-top: 2.5rem;
}
.merit-area .merit-list .item h3 {
  background: #ddd;
  font-size: 1.125rem;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  margin-bottom: 1.5rem;
}
.merit-area .merit-list .item .item-inner {
  display: flex;
  justify-content: space-between;
}
.merit-area .merit-list .item .item-inner figure {
  width: 85px;
}
.merit-area .merit-list .item .item-inner .text {
  width: calc(100% - 85px - 0.875rem);
  font-size: 0.875rem;
  text-align: justify;
}
.merit-area .merit-list .item .item-inner .text p span {
  color: #FF5F57;
}
.merit-area .merit-list .item .item-inner .text p + p {
  margin-top: 1rem;
}

.cam-footer {
  background: none;
  color: #464646;
  margin-bottom: 68px;
}

.always-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: #eee;
  height: 68px;
  padding: 0.5rem 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #999;
}
.always-cta .line {
  width: 48.5%;
}
.always-cta .line a {
  display: block;
  text-align: center;
  padding: 0 0.5rem;
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #06c755;
  color: #fff;
  border-radius: 4px;
}
.always-cta .tel {
  width: 48.5%;
  line-height: 1.2;
}
.always-cta .tel .text {
  font-size: 0.75rem;
}
.always-cta .tel .number {
  font-size: 1.625rem;
}
.always-cta .tel .number a {
  color: #464646;
}