/*
Theme Name: kyuame_wp
*/


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
b, strong {
  font-weight: bold;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  line-height: 1.8;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  background: #fff;
  color: #383838;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: #383838;
  text-decoration: none;
}
a:hover {
  color: rgba(56, 56, 56, 0.75);
}
a img:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  color: #383838;
  font-weight: 400;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}



/* レイアウト PC
---------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}
#under #wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}



/* ヘッダー PC
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 148px;
  margin: 0;
  padding: 0;
  z-index: 99;
}
.header_nav {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.logo {
  width: 132px;
  margin: 50px 0 0 16px;
  padding: 0;
}
.logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1040px) {
.logo {
  width: 120px;
  margin: 40px 0 0 10px;
  padding: 0;
}
}
@media screen and (max-width: 640px) {
.logo {
  width: 90px;
  margin: 20px 0 0 4px;
  padding: 0;
}
}
.openbtn {
  display: none;
}
.g_nav {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 70px 0 0 0;
  padding: 30px 70px 30px 70px;
  border-radius: 54px 0 0 54px;
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.16);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.16);
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
}
.g_nav-list {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.g_nav li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.g_nav li.top {
  display: none;
}
.g_nav li a {
  display: block;
  color: #383838;
}
.g_nav li a:hover {
  display: block;
  color: rgba(56, 56, 56, 0.75);
}
.g_nav li a::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 1px;
  box-sizing: border-box;
  background-color: #383838;
  margin: 0 0 0 8px;
  vertical-align: 5px;
}
.g_nav li a::after {
  transform: rotate(-60deg);
}
.g_nav li:nth-child(5) a {
  margin: 0 20px 0 0;
}
.g_nav li.line a {
  background: #06C755;
  padding: 8px 12px;
  color: #fff;
}
.g_nav li.line a span {
  background: url(./image/line.svg) no-repeat;
  background-position: 5% 50%;
  background-size: 14px 14px;
  width: 100%;
  padding: 0 6px 0 24px;
  color: #fff;
}
.g_nav li.mail a {
  background: #c8161d;
  padding: 8px 12px;
  color: #fff;
}
.g_nav li.mail a span {
  background: url(./image/mail.svg) no-repeat;
  background-position: 5% 50%;
  background-size: 14px 14px;
  width: 100%;
  padding: 0 6px 0 24px;
  color: #fff;
}
.g_nav li.member a {
  background: #383838;
  padding: 8px 12px;
  color: #fff;
}
.g_nav li.member a span {
  background: url(./image/member.svg) no-repeat;
  background-position: 5% 50%;
  background-size: 14px 14px;
  width: 100%;
  padding: 0 6px 0 24px;
  color: #fff;
}
.g_nav li.line a:hover, .g_nav li.mail a:hover, .g_nav li.member  a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.g_nav li:nth-child(5) a::after, .g_nav li.line a::after, .g_nav li.mail a::after, .g_nav li.member a::after {
  display: none;
}
.g_nav li .btn a {
  margin: 20px 0 20px 0;
}
@media screen and (max-width: 1240px) {
.openbtn {
  display: block;
  position: fixed;
  z-index: 101;
  top: 30px;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 70px;
  background: #fff;
  padding: 30px 10px 30px 70px;
  border-radius: 54px 0 0 54px;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.openbtn.active {
  background: transparent;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 16px;
  height: 4px;
  border-radius: 2px;
  background-color: #C8161D;
}
.openbtn span:nth-of-type(1) {
  top: 22px;
  width: 25px;
}
.openbtn span:nth-of-type(2) {
  top: 33px;
  width: 35px;
}
.openbtn span:nth-of-type(3) {
  top: 44px;
  width: 18px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  top: 28px;
  right: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 55%;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  top: 40px;
  right: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 55%;
  background-color: #fff;
}
.g_nav {
  display: none;
  position: fixed;
  z-index: 100;
  top: -5%;
  left: 0;
  right: -210%;
  float: none;
  margin: 0;
  width: 100%;
  height: 105%;
  background: #C8161D;
  transition: all 0.2s;
  border-radius: 0;
}
.g_nav.panelactive {
  display: block;
  right: 0;
  left: 0;
}
.g_nav-list {
  display: none;
  width: 100%;
  padding: 140px 0 200px 0;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.g_nav.panelactive .g_nav-list {
  display: block;
}
.g_nav li {
  display: block;
  vertical-align: top;
}
.g_nav li.top {
  display: block;
}
.g_nav li.line a {
  background: #06C755;
  width: 80%;
  max-width: 270px;
  margin: 12px 0 0 0;
  padding: 8px 12px;
  color: #fff;
}
.g_nav li.line a span {
  background: url(./image/line.svg) no-repeat;
  background-position: 5% 50%;
  background-size: 20px 20px;
  width: 100%;
  padding: 0 6px 0 32px;
  color: #fff;
}
.g_nav li.mail a {
  background: #fff;
  width: 80%;
  max-width: 270px;
  margin: 20px 0 0 0;
  padding: 8px 12px;
  color: #C8161D;
}
.g_nav li.mail a span {
  background: url(./image/mail_red.svg) no-repeat;
  background-position: 5% 50%;
  background-size: 20px 20px;
  width: 100%;
  padding: 0 6px 0 32px;
  color: #C8161D;
}
.g_nav li.member {
  display: none;
}
.g_nav li a {
  margin: 0 0 12px 0;
  padding: 4px;
  color: #fff;
  font-size: 20px;
}
.g_nav li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.g_nav li a::after {
  display: none;
}
}
@media screen and (max-width: 375px) {
.g_nav {
  padding: 0 30px 30px 30px;
}
.g_nav-list {
  padding: 100px 0 200px 0;
}
.g_nav li.line a {
  width: 100%;
  max-width: 280px;
}
.g_nav li.mail a {
  width: 100%;
  max-width: 280px;
}
}



/* フッター PC
---------------------------------------------------------------------------*/
footer {
  background: #fff;
  width: 100%;
  padding: 60px 0 0 0;
}
footer .outer {
  background: #ebebeb;
  width: 100%;
  max-width: 1440px;
  margin: -60px auto 0;
  padding: 0;
  font-size: 16px;
  border-radius: 60px 60px 0 0;
 z-index: 3;
}
.customers footer, .businesses footer {
  background: #c8161d;
  width: 100%;
  padding: 60px 0 0 0;
}
.customers footer .outer, .businesses footer .outer {
  background: #ebebeb;
  width: 100%;
  max-width: 1440px;
  margin: -60px auto 0;
  padding: 0;
  font-size: 16px;
  border-radius: 60px 60px 0 0;
 z-index: 3;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 75px 0 25px 0;
}
footer .logo {
  width: 160px;
  margin: 0;
}
footer .address {
  width: 320px;
}
footer .f_block {
  width: calc(100% - 480px);
}
footer .logo img {
  width: 120px;
  height: auto;
  margin: 0 0 10px 0;
}
.f_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #383838;
}
footer .f_block02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_navi02 li {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 14px;
}
footer .copyright {
  font-size: 14px;
}
@media screen and (max-width:1240px){
footer {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
footer .outer {
  background: #ebebeb;
  width: 100%;
  max-width: initial;
  margin: -60px auto 0;
  padding: 0;
  font-size: 16px;
  border-radius: 30px 30px 0 0;
 z-index: 3;
}
.customers footer, .businesses footer {
  background: #c8161d;
  width: 100%;
  padding: 60px 0 0 0;
}
.customers footer .outer, .businesses footer .outer {
  background: #ebebeb;
  width: 100%;
  max-width: 1440px;
  margin: -60px auto 0;
  padding: 0;
  font-size: 16px;
  border-radius: 30px 30px 0 0;
 z-index: 3;
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 45px 0 25px 0;
}
footer .logo {
  width: 100%;
}
footer .logo img {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto 20px;
}
footer .address {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
footer .f_block {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.f_navi {
  display: block;
  text-align: center;
}
.f_navi li {
  display: inline-block;
  margin: 0.25em 1em;
}
.f_navi02 {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
footer .copyright {
  width: 100%;
  padding-bottom: 60px;
  font-size: 13px;
  text-align: center;
}
}
#fixContact {
  display: none;
}
@media screen and (max-width:1240px){
#fixContact {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #383838;
  width: 100%;
  height: 60px;
  padding: 0;
  z-index: 99;
}
#fixContact ul {
  display: block;
  margin: 16px auto 0;
  padding: 0;
  text-align: center;
}
#fixContact ul li {
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#fixContact ul li a {
  color: #fff;
  font-size: 20px;
}
#fixContact ul li a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
#fixContact ul li a span {
  background: url(./image/member.svg) no-repeat;
  background-position: 5% 50%;
  background-size: 20px 20px;
  padding: 8px 0 8px 36px;
}
#fixContact {
  display: block !important;
}
}



/* コンテンツ PC
---------------------------------------------------------------------------*/
section {
  padding: 0;
  text-align: left;
}
section p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.66;
  text-align: left;
}
/*
section p.cap {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}
*/
.top_ttl01 {
  margin: 0 0 24px 0;
  padding: 20px 0 20px 0;
  text-align: center;
}
.top_ttl01 .en {
  background: url(./image/ttl_icon.svg) no-repeat;
  background-position: 0 50%;
  background-size: 12px 12px;
  padding: 0 0 0 16px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
.top_ttl01 .jp {
  display: block;
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
section p {
  font-size: 14px;
}
.top_ttl01 {
  margin: 0 0 20px 0;
  padding: 20px 0 10px 0;
  text-align: center;
}
.top_ttl01 .en {
  font-size: 16px;
}
.top_ttl01 .jp {
  font-size: 27px;
}
}
.hero {
  position: relative;
  width: 100%;
  height: 80vw;
  max-width: 88.88888vw;
  margin: 0 auto 4vw;
  padding: 0;
}
.hero_text01 {
  position: absolute;
  top: 160px;
  right: 8vw;
  writing-mode: vertical-rl;
  z-index: 3;
}
.hero_text01 h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}
section .hero_text01 p {
  margin: 0 15px 0 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
}
section .hero_text01 p .sp_br {
  display: none;
}
.hero_text02 {
  position: absolute;
  bottom: 0;
  width: 100%;
}
section .hero_text02 p {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 2;
}
.hero_img01 {
  position: absolute;
  top: 0;
  left: 2vw;
  width: 60vw;
}
.hero_img02 {
  position: absolute;
  top: 34.5vw;
  right: 0;
  width: 28vw;
}
.hero_img03 {
  position: absolute;
  top: 52vw;
  left: 0;
  width: 18.333vw;
}
@media screen and (max-width: 1400px) {
.hero_text01 {
  top: 160px;
  right: 5vw;
}
}
@media screen and (max-width: 1240px) {
.hero_text01 {
  top: 100px;
  right: 2.25vw;
}
.hero_text01 h2 {
  font-size: 38px;
  width: fit-content;
}
.hero_text01 p {
  font-size: 16px;
}
}
@media screen and (max-width: 1040px) {
.hero {
  max-width: 100vw;
  height: auto;
}
.hero_img {
  position: relative;
  height: 125vw;
}
.hero_img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80vw;
}
.hero_img02 {
  position: absolute;
  top: 62vw;
  right: 0;
  width:45vw;
}
.hero_img03 {
  position: absolute;
  top: 73vw;
  left: 0;
  width: 40vw;
}
.hero_text01_wrap {
  text-align: center;
}
.hero_text01 {
  position: static;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: justify;
  padding: 128px 0 20px 0;
}
.hero_text01 h2 {
  font-size: 36px;
  width: fit-content;
}
.hero_text01 p {
  width: fit-content;
  margin: 0 40px 0 0;
  font-size: 16px;
}
section .hero_text01 p .sp_br {
  display: block;
}
.hero_text02 {
  position: static;
  padding: 0 4% 4vw;
}
}
.btn_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 8vw;
}
.btn_block li {
  width: 48%;
}
.btn_block li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #C8161D;
  margin: 0 0 16px 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}
.btn_block li a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.btn_block li a h3.btn_ttl {
  font-size: 24px;
}
.btn_icon {
  width: 88px;
}
.btn_arr {
  width: 44px;
  padding: 15px;
  border: 1px solid #fff;
  line-height: 1;
}
.btn_text {
  flex-grow: 1;
  padding: 0 20px;
}
.btn_ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.btn_ttl .en {
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
.btn_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 8vw;
  width: 100%;
}
.btn_block li {
  width: 100%;
  max-width: 640px;
}
}
@media screen and (max-width: 1040px) {
.btn_block li a h3.btn_ttl {
  font-size: 20px;
}
.btn_ttl {
  font-size: 20px;
}
.btn_ttl .en {
  font-size: 14px;
}
}
.bnr_block {
  position: relative;
  z-index: 10;
}
.bnr_block img {
  display: block;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto 8vw;
}
.bnr_block.nomg img {
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
.btn_block {
  margin: 0 auto 12vw;
}
.bnr_block img {
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  margin: 0 auto 12vw;
}
}
.gray_bg {
  background-image: linear-gradient(#ebebeb 70%, #fff);
  padding: 240px 0 120px;
}
.white_bg {
  background: #fff;
}
.cstm-blk-fullwide {
  width: 100vw;
  margin: -240px calc(50% - 50vw) 0;
  z-index2;
}
:where(.cstm-blk-path-lower-cir, .cstm-blk-path-upper-cir) svg {
  display: block;
  fill: #ebebeb;
  width: 100%;
  height: 10vmin;
}
.cstm-blk-path-upper-cir {
  margin-bottom: 0 !important;
}
.cstm-blk-path-upper-cir+.wp-block-cover>.wp-block-cover__inner-container {
  padding-top: 3rem;
}
:where(.cstm-blk-path-upper-cir) {
  transform: translateY(1px);
}
:where(.cstm-blk-path-lower-cir) {
  transform: translateY(-1px);
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 8vw;
}
.service_list li {
  position: relative;
  background: #fff;
  width : 23.5%;
  margin: 0 0 16px 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  border: 1px solid #383838;
}
.service_list li img {
  width: 100%;
  height: auto;
}
.service_list li h3 {
  width: calc(100% - 40px);
  margin: 10px auto 16px;
  padding: 0 0 8px 0;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #383838;
  line-height: 1.8;
}
.service_list li h3 .en {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
section .service_list li p {
  padding: 0 20px 60px;
}
section .service_list li p .fs {
  font-size: 14px;
}
section .service_list li p .reserv {
  display: block;
  background: #d9d9d9;
  width: 100%;
  margin: 8px auto 0;
  padding: 2px;
  text-align: center;
  border-radius: 8px;
}
.service_list li .arr {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(./image/arr_b.svg) no-repeat;
  background-position: 0 0;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  border-top: 1px solid #383838;
  border-left: 1px solid #383838;
}
.service_list li a:hover .arr {
  background: #ff0000 url(./image/arr_w.svg) no-repeat;
  background-position: 0 0;
  background-size: 48px 48px;
}
@media screen and (max-width: 1240px) {
.service_list li {
  width : 48.5%;
  margin: 0 0 2.5vw 0;
}
}
@media screen and (max-width: 1040px) {
.service_list li h3 {
  font-size: 18px;
}
.service_list li h3 .en {
  font-size: 14px;
}
}
@media screen and (max-width: 640px) {
.service_list li {
  width : 100%;
  margin: 0 0 5vw 0;
}
}
.products_list_wrap {
  background: #fff;
  padding: 3vw 0;
  -moz-box-shadow: 0 0 6px rgba(0,0,0,0.16);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.16);
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
}
.products_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.products_list li {
  width : 24%;
  margin: 0 0 16px 0;
  padding: 18px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
}
.products_list li img {
  width: 80px;
  height: auto;
}
.products_list li h3 {
  margin: 0;
  padding: 6px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
section .products_list li p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
.products_list li h3 {
  font-size: 16px;
}
}
@media screen and (max-width: 768px) {
.products_list li {
  width : 48%;
}
}
.shop_bg {
  background: #fff url(./image/shop_bg.svg) no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.shop_bg .inner {
  width: 100%;
}
.shop_block_wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto 12vw;
}
.shop_block {
  display: flex;
  flex-direction: column;
  background: #fff;
  width : 48%;
  padding: 40% 0 0;
  text-align: center;
  vertical-align: top;
  border: 1px solid #383838;
  border-radius: 20vw 20vw 0 0;
}
.shop_block_inner {
  margin: -70% 0 0 0;
  padding: 0 10%;
}
.shop_block h3 {
  margin: 0;
  padding: 6px 0;
  font-size: 24px;
  font-weight: bold;
}
section p.center.bod {
  width: 100%;
  margin: 0 auto 30px;
  padding: 0 0 20px 0;
  text-align: center;
  border-bottom: 1px solid #383838;
}
@media screen and (max-width: 1040px) {
.shop_block h3 {
  font-size: 18px;
}
}
@media screen and (max-width:840px){
.shop_bg {
  background: #fff url(./image/shop_bg_sp.svg) no-repeat;
  background-position: 50% 33%;
  background-size: contain;
}
.shop_bg .inner {
  width: 95%;
  margin: 0 1.5% 0 3%;
}
.shop_block_wrap {
  gap: 0 20px;
}
.shop_block_wrap {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0 0 10px 0;
}
.shop_block {
  display: flex;
  flex-direction: column;
  background: #fff;
  width : 100%;
  min-width: 90%;
  padding: 75% 0 0;
  text-align: center;
  vertical-align: top;
  border: 1px solid #383838;
  border-radius: 40vw 40vw 0 0;
}
.shop_block_inner {
  margin: -70% 0 0 0;
  padding: 0 5%;
}
section p.center.bod {
  width: 90%;
  margin: 0 auto 30px;
  padding: 0 0 20px 0;
  text-align: center;
  border-bottom: 1px solid #383838;
}
}
.info_list {
  width: 100%;
  margin: 0 0 30px 0;
  line-height: 1.8;
  overflow: auto;
}
.info_list dt {
  clear: both;
  width: 6em;
  float: left;
  padding: 4px 2px;
  font-weight: 400;
  font-size: 15px;
}
.info_list dt span {
  background: #ebebeb;
  padding: 4px 8px;
}
.info_list dd {
  padding: 4px 2px 4px 6.5em;
  font-size: 16px;
  text-align: left;
}
.info_list dd .num {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.disc {
  color: #d9d9d9;
  font-size: 90%;
}
.parking {
  background: #383838;
  padding: 2px 4px;
  color: #fff;
  font-size: 90%;
}
.mgb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1040px) {
.info_list dt {
  font-size: 14px;
}
.info_list dd {
  font-size: 14px;
}
.info_list dd .num {
  font-size: 20px;
}
}
.swiper-outer {
  width: 94%;
  margin: auto auto 45px;
  overflow: hidden;
}
.swiper {
  width: 88%;
  overflow: visible;
}
.swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-button-prev {
  background: url(./image/slide_back.svg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
}
.swiper-button-next {
  background: url(./image/slide_next.svg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 40px;
  height: 40px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 0;
}
.swiper-button-next, .swiper-button-prev {
  top: 50%;
}
.swiper-button-prev {
  left: -20px;
}
.swiper-button-next {
  right: -20px;
}
.swiper2 .swiper-slide:not(.swiper-slide-visible)  {
  pointer-events: none;
  opacity: 0;
}
.swiper3 .swiper-slide:not(.swiper-slide-visible)  {
  pointer-events: none;
  opacity: 0;
}
.news_bg {
  background: #ebebeb;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 10vw;
  padding: 80px 0;
  border-radius: 80px;
}
#under .news_bg {
  background: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 8vw;
  padding: 0;
  border-radius: 80px;
}
.news_bg .inner {
  max-width: 1000px;
}
#under .news_bg02 {
  background: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 240px auto 8vw;
  padding: 0;
  border-radius: 80px;
}
@media screen and (max-width: 1240px) {
#under .news_bg02 {
  margin: 190px auto 8vw;
}
}
@media screen and (max-width: 640px) {
#under .news_bg02 {
  margin: 150px auto 8vw;
}
}
@media screen and (max-width: 1240px) {
.news_bg {
  padding: 40px 0;
  border-radius: 20px;
}
}
.news_box {
  width: 100%;
  margin: 10px auto 20px;
}
.news_list {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  overflow: auto;
}
.news_list dt {
  background: #fff;
  clear: both;
  width: 18em;
  float: left;
  padding: 20px 0 20px 16px;
  font-size: 13px;
  font-weight: 400;
  color: #383838;
  text-align: left;
}
.news_list dd {
  background: #fff url(./image/arr01.svg) no-repeat;
  background-position: 98% 50%;
  background-size: 12px 12px;
  margin: 0 0 16px 0;
  padding: 18px 48px 18px 0;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_list dd a {
  color: #383838;
}
.news_list dd a:hover {
  text-decoration: underline;
}
.news_cat {
  display: inline-block;
  width: 98px;
  margin-left: 2em;
  padding: 2px 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border-radius: 14px;
}
.news_cat {
  background: #ebebeb;
  color: #383838;
}
@media screen and (max-width: 1040px) {
.news_list {
  margin: 0 auto;
  font-size: 14px;
}
.news_list dt {
  clear: none;
  width: 100%;
  float: none;
  padding: 14px 16px 4px;
}
.news_cat {
  display: inline-block;
  width: 80px;
  padding: 0 0;
}
.news_list dd {
  padding: 0 40px 12px 16px;
  text-align: left;
  border-bottom: 1px dotted rgba(137, 91, 138, 0.66);
}
}
section p.more_info {
  margin-top: 30px;
  text-align: right;
}
section p.more_info a {
  padding: 18px 0 16px 0;
  color: #383838;
}
section p.more_info a .more_arr {
  display: inline-block;
  background: url(./image/arr_b.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  margin: 0 0 0 10px;
  border: 1px solid #383838;
  vertical-align: middle;
}
section p.more_info a:hover .more_arr {
  background: #ff0000 url(./image/arr_w.svg) no-repeat;
  background-position: 0 0;
  background-size: 48px 48px;
}
.wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.img_block {
  order: 2;
  margin: 0;
}
.img_block img {
  width: 100%;
  height: auto;
}
.img_block img.max480 {
  max-width: 480px;
}
.text_block {
  flex-basis: 50%;
  padding: 0 30px 0 0;
}



/* 下層ページ PC
---------------------------------------------------------------------------*/
body.customers::before {
  background: url("./image/sv_customers.webp") top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95vh;
}
body.businesses::before {
  background: url("./image/sv_businesses.webp") top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95vh;
}
body.self_shampoo_school::before {
  background: url("./image/sv_class.webp") top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95vh;
}
body.contact::before {
  background: url("./image/sv_contact.webp") top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95vh;
}
@media screen and (max-width: 800px) {
body.customers::before {
  background: url("./image/sv_customers_sp.webp") 50% -25%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95vh;
}
body.businesses::before {
  background: url("./image/sv_businesses_sp.webp") top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95vh;
}
body.self_shampoo_school::before {
  background: url("./image/sv_class_sp.webp") top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95vh;
}
body.contact::before {
  background: url("./image/sv_contact_sp.webp") top center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 95vh;
}
}
section {
  background: #fff;
}
.sub_visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95vh;
}
.sub_curve {
  position: relative;
  background: #fff;
}
.sub_curve::before {
  position: absolute;
  top: 0;
  display: block;
  margin-top: -400px;
  width: 100%;
  height: 800px;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,50 Q50,0 100,50'%3E%3C/path%3E%3C/svg%3E");
}
@media screen and (max-width: 1240px) {
.sub_visual {
  height: 550px;
}
.sub_curve::before {
  position: absolute;
  top: 0;
  display: block;
  margin-top: -206px;
  width: 100%;
  height: 550px;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,37.5 Q50,0 100,37.5'%3E%3C/path%3E%3C/svg%3E");
}
}
@media screen and (max-width: 800px) {
.sub_visual {
  height: 550px;
}
.sub_curve::before {
  position: absolute;
  top: 0;
  display: block;
  margin-top: -123px;
  width: 100%;
  height: 550px;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M0,22.5 Q50,5 100,22.5'%3E%3C/path%3E%3C/svg%3E");
}
}
.sub_visual .sv_tit {
  margin: 0 auto 20px;
  padding: 0;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}
.sub_visual .sv_tit span.en {
  display: block;
  margin: 0 auto;
  padding: 12px 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.sub_visual p {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
.sv_inner {
  padding: 0 0 90px 0;
}
section p.center {
  text-align: center;
}
.under_ttl01 {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1040px) {
.sub_visual .sv_tit {
  font-size: 32px;
}
.sub_visual .sv_tit span.en {
  font-size: 20px;
}
.sub_visual p {
  font-size: 14px;
}
.under_ttl01 {
  font-size: 26px;
}
}
@media screen and (max-width: 800px) {
.under_ttl01.pd01 {
  padding-top: 30px;
  font-size: 26px;
}
}
@media screen and (max-width: 600px) {
.sv_inner {
  width: 90%;
  padding: 0 0 30px 0;
}
.sub_visual p br {
  display: none;
}
}
.sv_tit02 {
  width: fit-content;
  margin: 240px auto 90px;
  padding: 0 20px;
  color: #383838;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  border-bottom: 1px solid #383838;
}
.sv_tit02 span.en {
  display: block;
  margin: 0 auto;
  padding: 12px 0 20px;
  color: #383838;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1040px) {
.sv_tit02 {
  font-size: 32px;
}
.sv_tit02 span.en {
  font-size: 20px;
}
}
#under .service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 8vw;
  gap: 0 30px;
}
#under .service_list li {
  width: 25%;
}
@media screen and (max-width: 1200px) {
#under .service_list li {
  width: 31.5%;
}
}
@media screen and (max-width: 1200px) {
#under .service_list li {
  width: 100%;
  max-width: 450px;
}
}
.service_list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 30px auto 8vw;
  gap: 0 30px;
}
.service_list02.handling {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 30px auto 1vw;
  gap: 0 30px;
}
.service_list02 li.recom {
  position: relative;
  background: #fff;
  width: 31.5%;
  margin: 0 0 24px 0;
  padding: 0 0 7.5em 0;
  text-align: center;
  vertical-align: top;
  border: 1px solid #383838;
}
.service_list02.merit li {
  position: relative;
  background: #fff;
  width: 31.5%;
  margin: 0 0 24px 0;
  padding: 1em 0 2.5em 0;
  text-align: center;
  vertical-align: top;
  border: 1px solid #383838;
}
.service_list02.handling li {
  position: relative;
  background: #fff;
  width: 31.5%;
  margin: 0 0 24px 0;
  padding: 0.5em 0 2.5em 0;
  text-align: center;
  vertical-align: top;
  border: 1px solid #383838;
}
.service_list02 li h3 {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0 0 12px 0;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  border-bottom: 0px solid #383838;
  line-height: 1.33;
}
section .service_list02 li p {
  padding: 0 20px;
  text-align: center;
}
section .service_list02.merit li p {
  padding: 0 20px;
  font-size: 15px;
  text-align: center;
}
.service_list02 li.recom img {
  width: 100px;
  height: auto;
  margin: 30px auto 0;
}
.service_list02.merit li img {
  width: 140px;
  height: auto;
  margin: 20px auto 10px;
}
.service_list02.handling li img {
  width: 180px;
  height: auto;
  margin: 40px auto 20px;
}
section .service_list02 li p .fs {
  font-size: 14px;
}
section .service_list02 li p .reserv {
  display: block;
  background: #d9d9d9;
  width: 100%;
  margin: 8px auto 0;
  padding: 2px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 1040px) {
.service_list02 li h3 {
  font-size: 18px;
}
.service_list02 li h3 .en {
  font-size: 14px;
}
}
@media screen and (max-width: 980px) {
.service_list02 li {
  width: 100%;
  max-width: 450px;
}
.service_list02 li.recom {
  width: 100%;
  max-width: 450px;
  margin: 0 0 24px 0;
  padding: 0 0 7.5em 0;
}
.service_list02.merit li {
  width: 100%;
  max-width: 450px;
  margin: 0 0 24px 0;
  padding: 1em 0 2.5em 0;
}
.service_list02.handling {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 30px auto 1vw;
  gap: 0;
}
.service_list02.handling li {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 450px;
  margin: 0 0 24px 0;
  padding: 0.5em 0 2.5em 0;
  text-align: center;
  vertical-align: top;
  border: 1px solid #383838;
}
.service_list02.handling li img {
  width: 180px;
  height: auto;
  margin: 30px auto 20px;
}
}
@media screen and (max-width: 640px) {
.service_list02 li {
  width : 100%;
  margin: 0 0 5vw 0;
}
}
.point {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.point:before,
.point:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #383838;
}
.point:before {
  margin-right: 1rem;
}
.point:after {
  margin-left: 1rem;
}
.point_wrap {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-top: auto;
}
.check {
  margin: 10px 0;
  padding: 0 10px;
}
.check li {
  display: block;
  width: 100%;
  background: url(./image/check.svg) no-repeat;
  background-position: 16px 50%;
  background-size: 14px 14px;
  margin: 0 0 5px 0;
  padding: 0 0 0 36px;
  font-size: 14px;
  border: none;
  text-align: left;
}
.check02_wrap {
  display: block;
  background: #ebebeb;
  width: 100%;
  max-width: 1200px;
  margin: -120px auto 6vw;
  padding: 120px 0 60px;
  border-radius: 80px;
}
.check02 {
  display: block;
  background: #ebebeb;
  width: 90%;
  max-width: 800px;
  margin: 10px auto;
  text-align: left;
}
.check02 li {
  background: url(./image/check.svg) no-repeat;
  background-position: 16px 50%;
  background-size: 20px 20px;
  margin: 0 0 1em 0;
  padding: 0 0 0 44px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  text-align: left;
}
@media screen and (max-width: 980px) {
.check02_wrap {
  padding: 120px 0 30px;
  border-radius: 40px;
}
.check02 li {
  font-size: 18px;
}
}
.contact_bg {
  background: #c8161d;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  color: #fff;
}
.contact_bg .inner {
  background: #c8161d;
  max-width: 1440px;
}
.contact_bg .under_ttl01 {
  color: #fff;
}
.contact_bg .contact_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.contact_bg .contact_link li {
  width: fit-content;
  padding-bottom: 24px;
}
.contact_bg .contact_link li:last-child {
  margin-left: 60px;
  padding-left: 60px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1240px) {
.contact_bg {
  padding: 32px 0 48px;
}
}
@media screen and (max-width: 640px) {
.contact_bg .contact_link li {
  width: 66%;
}
.contact_bg .contact_link li:last-child {
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid #fff;
  border-left: 0px solid #fff;
}
}
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3vw auto;
}
.features li {
  width: 30%;
}
.features li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
.features li {
  width: 90%;
  max-width: 640px;
  margin: -6px 0 0 0;
  padding: 0;
}
}
.client_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 3vw auto 8vw;
}
.client_list li {
  background: #fff;
  width: 12.5%;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.client_list li img {
  max-width: 100px;
  height: auto;
  margin: 0 auto 6px;
}
section .client_list li p {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
.client_list li {
  width: 24%;
}
}
@media screen and (max-width: 800px) {
.client_list li {
  width: 48%;
}
}
.handling_bg {
  background: #fff;
  padding: 0 0 8vw 0;
}
.handling_bg .inner {
  background: #ebebeb;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 45px 30px;
  border-radius: 80px;
}
@media screen and (max-width: 980px) {
.handling_bg .inner {
  border-radius: 40px;
}
}
.circle {
  position: absolute;
  top: 14px;
  left: -40px;
  display: inline-block;
  vertical-align: 0;
  background: #c8161d;
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 72px;
  height: 72px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
.f_icon {
  position: absolute;
  top: -5px;
  right: -30px;
  width: 70px;
  height: auto;
}
.flow {
  width: 90%;
  max-width: 640px;
  margin: 3vw auto 8vw;
}
.flow li {
  position: relative;
  background: #fff;
  min-height: 100px;
  margin-bottom: 40px;
  padding: 20px 30px 20px 54px;
  border: 1px solid #383838;
}
.flow li h3 {
  font-size: 24px;
  font-weight: 400;
}
.flow li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  width: 40px;
  height: 60px;
  margin: auto;
  background: rgba(200, 22, 29, 0.2);
}
.flow li:last-child::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 0;
  margin: auto;
  background: rgba(200, 22, 29, 0.2);
}
@media screen and (max-width: 800px) {
.circle {
  position: absolute;
  top: 14px;
  left: -24px;
  display: inline-block;
  vertical-align: 0;
  background: #c8161d;
  margin: 0 auto;
  padding: 5px 0 0 0;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
}
.f_icon {
  position: absolute;
  top: -20px;
  right: -30px;
  width: 70px;
  height: auto;
}
.flow {
  width: 90%;
  max-width: initial;
}
.flow li {
  min-height: 70px;
  margin-bottom: 40px;
  padding: 10px 30px 10px 40px;
}
.flow li h3 {
  font-size: 20px;
  font-weight: 400;
}
}
.post-password-form {
  margin: 0 auto 8vw;
}
.post-password-form label{
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 0;
}
.post-password-form input {
  width: 100%;
}
.post-password-form input[type="submit"] {
  display: block;
  background: #c8161d;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 40px auto 0;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
}
.class_tbl_wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 8vw;
}
.class_tbl {
  background: #fff;
  width: 100%;
}
.fukidashi {
  position: absolute;
  top: 50px;
  right: -10px;
}
.class_tbl th, .class_tbl td {
  font-size: 24px;
  border-bottom: 1px solid #383838;
  line-height: 1.5;
}
.class_tbl th {
  width: 9em;
  padding: 48px 4px 24px;
  color: #383838;
  font-weight: 500;
  vertical-align: top;
}
.class_tbl td {
  width: calc(100% - 9em);
  padding: 48px 4px 24px;
  text-align: left;
  vertical-align: middle;
}
.square {
  margin-right: 6px;
  color: #c8161d;
  font-size: 60%;
  vertical-align: 2px;
}
.fs {
  font-size: 80%;
}
.c_cap {
  display: block;
  background: #ebebeb;
  padding: 1px 6px;
  font-size: 16px;
  width: fit-content;
  border-radius: 4px;
}
@media screen and (max-width: 800px) {
.class_tbl_wrap {
  max-width: initial;
  margin: 150px 0 12vw 0;
}
.fukidashi {
  position: static;
  position: absolute;
  top: -120px;
  right: -10px;
  width: 160px;
  height: auto;
}
.class_tbl th {
  display: block;
  width: 100%;
  padding: 24px 4px 0;
  color: #383838;
  font-size: 20px;
  font-weight: 500;
  vertical-align: top;
  border-bottom: 0px solid #383838;
}
.class_tbl td {
  display: block;
  width: 100%;
  padding: 12px 4px 24px;
  font-size: 20px;
  text-align: left;
  vertical-align: middle;
}
.c_cap {
  display: inline-block;
  background: #ebebeb;
  margin-left: 0.5em;
  padding: 1px 6px;
  font-size: 16px;
  width: fit-content;
  border-radius: 4px;
}
}
.kiyaku_box {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 10px auto 6vw;
  text-align: left;
}
.reserv_ttl {
  margin: 8vw auto 30px;
  color: #c8161d;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.33;
  text-align: center;
}
.reserv_ttl span {
  display: block;
  position: relative;
  margin: 10px auto;
  width: fit-content;
}
.reserv_ttl span .line_l {
  position: absolute;
  top: -10px;
  left: -50px;
}
.reserv_ttl span .line_r {
  position: absolute;
  top: -10px;
  right: -50px;
}
.br_sp {
  display: none;
}
@media screen and (max-width: 800px) {
.reserv_ttl {
  margin: 8vw auto 20px;
  font-size: 20px;
}
.br_sp {
  display: block;
}
.reserv_ttl span .line_l {
  position: absolute;
  top: 0px;
  left: -60px;
  width: 48px;
  height: auto;
}
.reserv_ttl span .line_r {
  position: absolute;
  top: 0px;
  right: -60px;
  width: 48px;
  height: auto;
}
}
@media screen and (max-width: 480px) {
.reserv_ttl {
  font-size: 18px;
}
.reserv_ttl span .line_l {
  position: absolute;
  top: 0px;
  left: -60px;
  width: 40px;
  height: auto;
}
.reserv_ttl span .line_r {
  position: absolute;
  top: 0px;
  right: -60px;
  width: 40px;
  height: auto;
}
}
.reservation_box {
  background: #c8161d;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 8vw;
  padding: 60px 0;
  color: #fff;
}
.reservation {
  background: #fff;
  padding: 8px 12px;
  color: #c8161d;
  font-size: 32px;
  border-radius: 10px;
  vertical-align: 10px;
}
.reserv_tel {
  font-size: 54px;
  text-align: center;
}
@media screen and (max-width: 640px) {
.reservation_box {
  padding: 40px 0;
}
.reservation {
  padding: 6px 10px;
  font-size: 4.8vw;
  vertical-align: 50%;
  line-height: 0.5;
}
.reserv_tel {
  margin: 0 auto 20px;
  font-size: 8vw;
  vertical-align: 50%;
  line-height: 1;
}
}

.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: space-between;
  margin: 40px auto 8vw;
}
.contact_bnr li {
  width: 32%;
}
.contact_bnr li img  {
  width: 100%;
  height: auto;
}
.contact_bnr li a img {
  display: block;
}
.contact_bnr li a img:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
@media screen and (max-width: 980px) {
.contact_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact_bnr li {
  width: 100%;
  max-width: 480px;
  margin: 0 0 30px 0;
}
}
section p.contact_more {
  margin-top: 30px;
  text-align: center;
}
section p.contact_more a {
  padding: 18px 0 16px 0;
  color: #383838;
}
section p.contact_more a .more_arr {
  display: inline-block;
  background: url(./image/arr_red.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  margin: 0 0 0 10px;
  border: 1px solid #383838;
  vertical-align: middle;
}
section p.more02 {
  margin: 30px auto 0;
  text-align: center;
}
section p.more02 a {
  padding: 18px 0 16px 0;
  color: #fff;
}
section p.more02 a .more_arr {
  display: inline-block;
  background: url(./image/arr_w.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 48px 48px;
  width: 48px;
  height: 48px;
  margin: 0 0 0 10px;
  border: 1px solid #fff;
  vertical-align: middle;
}
section p.more02 a:hover .more_arr {
  background: #fff url(./image/arr_red.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 48px 48px;
}
@media screen and (max-width: 800px) {
.shop_block_wrap {
  margin: 0 auto 15vw;
}
.service_list {
  margin: 0 auto 12vw;
}
#under .news_bg {
  margin: 0 auto 12vw;
}
#under .service_list {
  margin: 30px auto 12vw;
}
.service_list02 {
  margin: 30px auto 12vw;
}
.client_list {
  margin: 3vw auto 12vw;
}
.handling_bg {
  padding: 0 0 12vw 0;
}
.flow {
  margin: 3vw auto 12vw;
}
.post-password-form {
  margin: 0 auto 12vw;
}
.reservation_box {
  margin: 0 auto 12vw;
}
.contact_bnr {
  margin: 40px auto 12vw;
}
.kiyaku_box {
  margin: 10px auto 9vw;
}
}


#side {
  float: right;
  width: 240px;
  padding: 0 0 30px 0;
}
#cont {
  float: left;
  width: calc(100% - 270px);
  padding: 0 30px 30px 0;
}

@media screen and (max-width: 980px) {
  #side {
    float: none;
    width: 100%;
  }
  #cont {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }
}
.breadcrumb {
  margin: 0 auto 40px;
}
.fbc-page .fbc-wrap .fbc-items {
  background-color: transparent;
}
.fbc-page .fbc-wrap .fbc-items li {
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: #555;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
  color: #ccc;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #333;
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0;
}
.link_nav {
  margin: 100px auto 0;
  font-size: 85%;
}
.link_nav  a {
  color: #383838;
}
section .link_nav .link_nav_l {
  float: left;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: left;
}
section .link_nav .link_nav_r {
  float: right;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: right;
}
section .link_nav .link_nav_c {
  float: left;
  width: 80px !important;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 85%;
  text-align: center;
}
.center {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff !important;
  text-decoration: none;
  padding: 1px 6px;
  margin: 2px;
  color: #333;
  font-size: 85%;
  border: 1px solid #c8161d;
}
.wp-pagenavi span.current {
  font-weight: bold;
  font-size: 85%;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #c8161d !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #c8161d !important;
}
#side h3 {
  position: relative;
  margin: 0 0 12px 0;  
  padding: 10px 0 8px;
  color: #555;
  font-size: 1rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid rgba(200, 22, 29, 0.33);
  z-index: 10;
}
#side h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: rgba(200, 22, 29, 1);
}
.side_menu01 {
  width: 100%;
  margin: 10px auto 24px;
  border-top: 1px dotted #ddd;
}
.side_menu01 li {
  background: url(./image/arr.svg) no-repeat;
  background-position: 2px 50%;
  background-size: 11px 11px;
  padding: 0 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_menu01 li .fs {
  font-size: 90%;
}
.side_menu01 li a {
  display: block;
  color: #555;
  font-size: 0.9rem;
  padding: 8px 0;
  line-height: 1.33;
}
.side_menu01 li a:hover {
  color: rgba(51, 51, 51, 0.7);
}
.side-wrap {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
#side select {
  -webkit-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  height: 36px;
  padding: 5px 4px 5px 10px;
  width: 100%;
  color: #555;
  font-size: 0.9rem;
  border: none;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
select::-ms-expand {
  display: none;
}
.side-wrap::before {
  border-bottom: 4.5px solid #1f1f1f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}
.side-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #1f1f1f;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
  width: 0;
}
.post_block h1 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em;
  color: rgba(200, 22, 29, 1);
  font-size: 150%;
  font-weight: bold;
}
.post_block h1.post_ttl {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: rgba(200, 22, 29, 1);
  font-size: 150%;
  font-weight: bold;  
  border-bottom: 3px dotted rgba(200, 22, 29, 0.33);
  font-feature-settings: "palt";
}
.post_block h1.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding-bottom: 0;
  color: rgba(200, 22, 29, 1);
  font-size: 150%;
  font-weight: bold;  
  font-feature-settings: "palt";
}
.post_block h1.post_ttl span, .post_block h1.post_ttl02 span {
  padding: 0.1em 0.3em;
  border-left: 8px solid rgba(200, 22, 29, 0.66);
}
.post_block h2 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: rgba(200, 22, 29, 1);
  font-size: 140%;
  font-weight: bold;  
  border-left: 8px solid rgba(200, 22, 29, 0.66);
}
.post_block h2.tit03 {
  margin: 0 0 1em;
}
.post_block h3 {
  background: transparent;
  width: 100%;
  margin: 2em 0 1em;
  padding: 0 0 0.5em 0;
  color: rgba(200, 22, 29, 1);
  font-size: 130%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h4 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(200, 22, 29, 1);
  font-size: 120%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h5 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(200, 22, 29, 1);
  font-size: 110%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h6 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(200, 22, 29, 1);
  font-size: 100%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block p {
  display: block;
  margin: 0 0 1em 0;
  font-size: 100%;
  line-height: 1.66;
  text-align: left;
}
.post_block p.date {
  margin: 0 0 30px 0;
  font-size: 80%;
}
.post_block p.date span {
  background: #bbb;
  padding: 2px 6px;
  color: #fff;
}



/* フォーム PC
---------------------------------------------------------------------------*/
.form_inner {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 12vw;
  padding: 0;
  text-align: center;
}
.form_tbl {
  background: #fff;
  width: 100%;
  margin: 30px auto 60px;
  font-size: 16px;
  line-height: 1.66;
  border: none;
}
.form_tbl th {
  display: block;
  width: 100%;
  padding: 16px 0 16px;
  color: #383838;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
.form_tbl th.last {
}
.form_tbl td {
  display: block;
  width: 100%;
  padding: 0 0 24px;
  text-align: left;
  vertical-align: middle;
}
/*
.form_tbl td.last {
}
.form_tbl tr:last-of-type th {
  border-bottom: none;
}
.form_tbl tr:last-of-type td {
  border-bottom: none;
}
*/


input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea, select {
  background: rgba(33, 33, 33, 0.05);
  margin: 0;
  padding: 24px 16px;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 0px solid #ddd;
}

@media screen and (max-width: 768px) {
input, textarea, select {
  padding: 14px 8px;
}
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
label {
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  margin-left: 8px;
  line-height: 1;
}
input[type="radio"]::before {
  background-color: #383838;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  line-height: 1;
}
input[type="radio"]:checked::before {
  opacity: 1;
}
input[type="radio"] {
  appearance: none;
  display: inline-block;
  border: 1px solid #383838;
  border-radius: 18px;
  width: 18px;
  height: 18px;
  left: -.4em;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 1;
  vertical-align: -3px;
}
.contact_more input[type="submit"] {
  display: block;
  background: #c8161d;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 60px auto 0;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: rgba(200, 22, 29, 0.66);
  transition: 1s;
}
.req {
  color: #c8161d;
  font-size: 14px;
  font-weight: normal;
  padding: 1px 4px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  vertical-align: 2px;
  white-space: nowrap;
}



/*　その他 PC
---------------------------------------------------------------------------*/
.page_scroll>a {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}



@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  body, input, select, textarea {
    font-size: 14px;
  }
  
  

  /* レイアウト SP
---------------------------------------------------------------------------*/



  /* ヘッダー SP
---------------------------------------------------------------------------*/



  /* フッター SP
---------------------------------------------------------------------------*/



  /* コンテンツ SP
---------------------------------------------------------------------------*/

  

  /*　その他 SP
---------------------------------------------------------------------------*/


}

/* 店舗案内：営業時間・登録情報の表示調整 */
.shop_bg .info_list {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  column-gap: 20px;
  row-gap: 14px;
  align-items: start;
  width: 100%;
  margin: 0 0 30px 0;
  line-height: 1.8;
  overflow: visible;
}

.shop_bg .info_list dt {
  clear: none;
  float: none;
  width: auto;
  padding: 0;
  font-weight: 400;
  font-size: 15px;
}

.shop_bg .info_list dt span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  min-height: 30px;
  padding: 4px 8px;
  background: #ebebeb;
  box-sizing: border-box;
  white-space: nowrap;
}

.shop_bg .info_list dd {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  min-width: 0;
}

.shop_bg .info_list dd .num {
  font-size: 24px;
  font-family: "Jost", sans-serif;
  line-height: 1.2;
}

.shop_bg .info_list .fs {
  font-size: 13px;
}

@media screen and (max-width: 1040px) {
  .shop_bg .info_list {
    grid-template-columns: 125px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 12px;
  }

  .shop_bg .info_list dt {
    font-size: 13px;
  }

  .shop_bg .info_list dt span {
    width: 125px;
    padding: 4px 6px;
  }

  .shop_bg .info_list dd {
    font-size: 14px;
  }

  .shop_bg .info_list dd .num {
    font-size: 20px;
  }

  .shop_bg .info_list .fs {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .shop_bg .info_list {
    grid-template-columns: 115px minmax(0, 1fr);
    column-gap: 10px;
  }

  .shop_bg .info_list dt span {
    width: 115px;
    font-size: 12px;
  }
}