@charset "UTF-8";
/*
Theme Name:とこや本舗
Description:とこや本舗 | 神戸市西区と神戸市中央区にあるメンズ専用ヘアサロン
Version: 1.0
License:とこや本舗
License URI:https://www.tokoyahonpo.com
*/
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Zen+Old+Mincho&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1200px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  filter: brightness(120%);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: calc(100% - 20px) !important;
  max-width: 1200px;
  margin: 0 auto;
}

.w1080 {
  width: 1080px !important;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1080, .w1200 {
    width: 100% !important;
    padding: 0 3% !important;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

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

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

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

input,
select {
  vertical-align: middle;
}

.red {
  color: #b40814;
}

.blue {
  color: #2b4b81;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 40px 25px 0 40px;
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 10px 3%;
  }
}

/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .h_logo {
    width: 250px;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 150px;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: right;
}
#mv_top .mv_img {
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
}

#mv_page .mv_img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.page_title {
  position: absolute;
  left: 18.75%;
  top: 50%;
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 130%;
    position: relative;
    left: 0;
  }
  #mv_page {
    width: 100%;
  }
  #mv_page .mv_img {
    position: relative;
    width: 260%;
    left: 28%;
  }
  .page_title {
    left: 3%;
  }
  .page_title img {
    height: 80px;
    width: auto;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0 auto;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/****************************************

content 共通設定

*****************************************/
main#top_main {
  width: 100%;
  margin: 0 auto;
  background: url(images/top_bg.png) top center repeat-x;
}

main#page_main {
  width: 100%;
  margin: 0 auto;
  background: url(images/page_bg.png) top center repeat-x;
}

@media print, screen and (min-width: 768px) {
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #single_box {
    margin-bottom: 60px;
  }
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: 40px auto 0;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #b40814;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #000;
  color: #fff;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #b40814;
  border: solid 1px #b40814;
  color: white;
}

.nav-below {
  padding: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #b40814;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #b40814;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #b40814;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #b40814;
  border-radius: 8px;
  background-color: #b40814;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #b40814;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.wpcf7-list-item:first-child {
  margin: 0 0 0 0em;
}

input[type=radio i] {
  margin: 3px 3px 3px 0px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
  .wpcf7-list-item {
    margin: 0 0 0 0em;
  }
}
.aside {
  padding: 75px 0 235px;
  background: url(images/aside_bg.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .aside {
    margin: 0 auto;
    padding: 50px 0 220px;
  }
}
.aside p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .aside p {
    text-align: left;
  }
}

.aside_container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .aside_container {
    flex-wrap: wrap;
    gap: 40px 8%;
  }
}

.aside_content {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .aside_content {
    width: 46%;
  }
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(images/f_bg.jpg) center top no-repeat;
  background-size: cover;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_container {
  padding-top: 380px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_container {
    padding-top: 150px;
  }
}

.calendar {
  width: 800px;
  height: auto;
  aspect-ratio: 8/5;
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
}
.calendar iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .calendar {
    top: -160px;
    width: 90%;
    height: 350px;
    aspect-ratio: revert;
  }
}

.footer_logo {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 240px;
    margin: 0 auto 40px;
    padding-top: 240px;
  }
}

.sitemap {
  display: flex;
  justify-content: space-between;
}

.sitemap p, .sitemap dt {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.sitemap p {
  margin-bottom: 20px;
}

.sitemap dt {
  margin-bottom: 5px;
}

.sitemap dd {
  margin-bottom: 8px;
}

.sitemap a {
  text-decoration: none;
  position: relative;
  color: #fff;
}

.sitemap dd a {
  color: rgba(255, 255, 255, 0.5058823529);
  font-size: 1.4rem;
  padding-left: 20px;
  position: relative;
}
.sitemap dd a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5058823529);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5058823529);
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  padding: 50px 0 20px;
}

.copyright {
  font-size: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 15px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 910;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #b40814;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_wait::after {
    background-image: url(images/icon_wait.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #fff;
    border: 1px solid #b40814;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #b40814;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #b40814;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #b40814;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: #df0615;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #b40814;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  display: flex;
  align-items: center;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 15px;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 15px 0;
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
  #g_navi .menu li a {
    font-size: 1.5rem;
  }
}
#g_navi .menu li a span {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
  font-weight: 400;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  #g_navi .menu li a span {
    font-size: 1.1rem;
  }
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 220px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
  font-weight: normal;
  background: #b40814;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #b40814;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  font-weight: 600;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #b40814;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 20px 0 40px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #b40814;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #b40814;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 10px 3% 30px;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.barbar_line {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .barbar_line {
    font-size: 1.8rem;
  }
}
.barbar_line::before {
  position: absolute;
  content: "";
  width: 43%;
  height: 7px;
  background: url(images/barbar_line.png) left center no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .barbar_line::before {
    width: calc((100% - 120px) / 2);
    background: url(images/barbar_line.png) left center no-repeat;
    background-size: cover;
  }
}
.barbar_line::after {
  position: absolute;
  content: "";
  width: 43%;
  height: 7px;
  background: url(images/barbar_line.png) right center no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .barbar_line::after {
    width: calc((100% - 120px) / 2);
    background: url(images/barbar_line.png) right center no-repeat;
    background-size: cover;
  }
}

.top_ttl1 .elementor-heading-title {
  text-align: center;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #b40814;
  font-size: 3rem;
  line-height: 1.3;
  padding-top: 90px;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .top_ttl1 .elementor-heading-title {
    font-size: 2.5rem;
    padding-top: 50px;
  }
}
.top_ttl1 .elementor-heading-title::before {
  position: absolute;
  content: "About us";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15rem;
  z-index: -1;
  opacity: 0.2;
  font-family: "Allura", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", cursive;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #df0615;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top_ttl1 .elementor-heading-title::before {
    font-size: 9rem;
  }
}

.top_ttl2 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #b40814;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-top: 65px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 2.5rem;
    padding-top: 40px;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.top_ttl2::before {
  position: absolute;
  content: "Recruit";
  top: 0;
  left: 0px;
  font-size: 10rem;
  z-index: -1;
  opacity: 0.2;
  font-family: "Allura", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", cursive;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #df0615;
}
@media screen and (max-width: 767px) {
  .top_ttl2::before {
    font-size: 7rem;
  }
}
.top_ttl2::after {
  position: absolute;
  content: "";
  background: url(images/scissors.png) no-repeat center;
  width: 124px;
  height: 121px;
  bottom: -40px;
  left: 260px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .top_ttl2::after {
    width: 70px;
    background-size: contain;
    left: 180px;
  }
}

.top_ttl3 .elementor-heading-title {
  text-align: center;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1.3;
  color: #b40814;
  letter-spacing: 0.05em;
  font-size: 3rem;
  padding-top: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl3 .elementor-heading-title {
    font-size: 2.5rem;
    padding-top: 30px;
    padding-left: 20px;
  }
}
.top_ttl3 .elementor-heading-title::before {
  position: absolute;
  content: "Waiting List";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10rem;
  z-index: -1;
  opacity: 0.2;
  font-family: "Allura", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", cursive;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #df0615;
}
@media screen and (max-width: 767px) {
  .top_ttl3 .elementor-heading-title::before {
    font-size: 6rem;
    white-space: nowrap;
  }
}

.top_ttl4 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #b40814;
  font-size: 3rem;
  padding-top: 60px;
  position: relative;
  padding-left: 20px;
  line-height: 1.3;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 2.5rem;
    padding-top: 40px;
    padding-left: 20px;
  }
}
.top_ttl4::before {
  position: absolute;
  content: "For Kids";
  top: 0;
  left: 0px;
  font-size: 10rem;
  z-index: -1;
  opacity: 0.2;
  font-family: "Allura", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", cursive;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #df0615;
}
@media screen and (max-width: 767px) {
  .top_ttl4::before {
    font-size: 7rem;
  }
}
.top_ttl4::after {
  position: absolute;
  content: "";
  background: url(images/comb.png) no-repeat center;
  width: 100px;
  height: 97px;
  bottom: -20px;
  left: 300px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .top_ttl4::after {
    width: 70px;
    background-size: contain;
    left: 240px;
  }
}

.top_news {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_news {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
.top_news span {
  display: block;
  color: #f94e56;
  font-family: "Allura", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", cursive;
  font-size: 2rem;
  margin-bottom: 5px;
}

.top_wl .elementor-heading-title {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #b40814;
  width: 230px;
  text-align: center;
  padding: 11px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_wl .elementor-heading-title {
    font-size: 1.5rem;
    width: 100%;
  }
}

.qr_ttl .elementor-heading-title {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #b40814;
  width: 100%;
  text-align: center;
  padding: 11px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .qr_ttl .elementor-heading-title {
    font-size: 1.4rem;
  }
}

.top_reception .elementor-heading-title {
  color: #5e4834;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_reception .elementor-heading-title {
    font-size: 1.6rem;
  }
}
.top_reception .elementor-heading-title::after {
  content: "";
  height: 1px;
  width: 90%;
  background-color: #5e4834;
  opacity: 0.2;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .top_reception .elementor-heading-title::after {
    width: calc(100% - 6em);
  }
}

.aside_ttl {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .aside_ttl {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}
.aside_ttl::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #df0615;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.headline .elementor-heading-title {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 3.5rem;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .headline .elementor-heading-title {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}
.headline .elementor-heading-title::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 300px;
  background: linear-gradient(to left, transparent 0, #b40814 50%, transparent 100%);
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .headline .elementor-heading-title::after {
    bottom: -15px;
    width: 200px;
  }
}

.ttl1 .elementor-heading-title {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  color: #b40814;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ttl1 .elementor-heading-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.ttl1 .elementor-heading-title::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #b40814 0, #b40814 100px, #aca096 100px, #aca096 100%);
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
}

.ttl1_1 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ttl1_1 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.ttl1_1::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #b40814 0, #b40814 55px, #aca096 55px, #aca096 100%);
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
}

.ttl1_2 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  color: #b40814;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .ttl1_2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.ttl1_2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #b40814 0, #b40814 300px, #aca096 300px, #aca096 100%);
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
}

.ttl2 .elementor-heading-title {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
  background-color: #b40814;
  padding: 10px 0 10px 40px;
  position: relative;
}
.ttl2 .elementor-heading-title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ttl3 {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #b40814;
  text-align: center;
  border-bottom: 1px solid #b40814;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.ttl4 .elementor-heading-title {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #b40814;
  padding: 5px 0 15px 110px;
}
@media screen and (max-width: 767px) {
  .ttl4 .elementor-heading-title {
    font-size: 1.6rem;
    padding: 35px 0 15px 0;
  }
}

.p01 {
  background: url(images/p01.png) top left no-repeat;
}
@media screen and (max-width: 767px) {
  .p01 {
    background-size: 70px;
  }
}

.p02 {
  background: url(images/p02.png) top left no-repeat;
}
@media screen and (max-width: 767px) {
  .p02 {
    background-size: 70px;
  }
}

.p03 {
  background: url(images/p03.png) top left no-repeat;
}
@media screen and (max-width: 767px) {
  .p03 {
    background-size: 70px;
  }
}

.p04 {
  background: url(images/p04.png) top left no-repeat;
}
@media screen and (max-width: 767px) {
  .p04 {
    background-size: 70px;
  }
}

.p05 {
  background: url(images/p05.png) top left no-repeat;
}
@media screen and (max-width: 767px) {
  .p05 {
    background-size: 70px;
  }
}

.p06 {
  background: url(images/p06.png) top left no-repeat;
}
@media screen and (max-width: 767px) {
  .p06 {
    background-size: 70px;
  }
}

/* ボタン */
.btn a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 18px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.06em;
  border: 2px solid #333;
  color: #333;
}

.btn a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(9, 112, 196, 0.3);
}

.btn a:hover::before {
  right: 10px;
}

@media screen and (max-width: 767px) {
  /* ボタン */
  .btn a {
    padding: 12px;
    font-size: 1.4rem;
  }
}
.btn1 {
  width: 300px !important;
}
@media screen and (max-width: 767px) {
  .btn1 {
    margin: 0 auto;
  }
}
.btn1 a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #000;
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.01em;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.4rem;
  }
}
.btn1 a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn1 a:hover:before {
  right: 10px;
}
.btn1 a:hover {
  opacity: 0.8;
}

.mr0 .elementor-button-wrapper {
  margin: 0 0 0 auto;
}

.btn1_1 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .btn1_1 {
    margin: 0 auto;
  }
}
.btn1_1 a {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  background-color: #000;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.01em;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn1_1 a {
    font-size: 1.4rem;
  }
}
.btn1_1 a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn1_1 a:hover:before {
  right: 10px;
}
.btn1_1 a:hover {
  opacity: 0.8;
}

.btn2 {
  width: 130px;
}
.btn2 a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  width: 100%;
  padding: 14px 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.01em;
  position: relative;
  border: 1px solid #fff;
  text-align: left;
}
.btn2 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.btn2 a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn2 a:hover:before {
  right: 10px;
}

.btn3 {
  width: 150px;
  margin: 30px auto 0;
}
.btn3 a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  width: 100%;
  padding: 14px 20px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.01;
  position: relative;
  border: 1px solid #fff;
}
.btn3 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.3rem;
    padding: 8px;
  }
}
.btn3 a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn3 a:hover:before {
  right: 10px;
}

.btn4 {
  width: 300px;
  margin: 0 auto;
}
.btn4 a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #b40814;
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.01em;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn4 a {
    font-size: 1.4rem;
  }
}
.btn4 a::before {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn4 a:hover:before {
  right: 10px;
}
.btn4 a:hover {
  opacity: 0.8;
}

.btn5 {
  width: 240px;
  margin: 0 auto;
}
.btn5 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #b40814;
  width: 100%;
  padding: 10px;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.01em;
  text-align: left;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn5 a {
    font-size: 1.4rem;
  }
}
.btn5 a:hover {
  opacity: 0.8;
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 820px;
  height: 100%;
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
}

.news_post article {
  width: 100%;
  padding: 17px 10px 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2117647059);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article {
    display: block;
    padding: 10px 10px 10px 0;
  }
}

.news_post article h3 {
  color: #fff;
  font-size: 1.6em;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  transition: 0.3s;
}
.news_post article h3:hover {
  color: #f94e56;
}

.news_post article .date {
  font-size: 1.6em;
  color: #f94e56;
  margin-right: 40px;
  letter-spacing: 0.1em;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article a {
    padding: 15px 40px 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_post article a h3 {
    font-size: 1.4em;
  }
  .news_post article .date {
    font-size: 1.4em;
    margin-right: 0;
    display: block;
  }
}
.news_gallery figure {
  width: 340px;
  aspect-ratio: 34/26;
  height: auto;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}
.news_gallery figure:hover {
  opacity: 0.8;
}
.news_gallery figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .news_gallery figure {
    width: 100%;
    margin-bottom: 20px !important;
  }
}

.txt2 {
  width: 700px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
  }
}

.news_btn {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .news_btn {
    margin-top: 20px;
  }
}
.news_btn .btn1_1 {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .news_btn .btn1_1 {
    margin: 0 auto;
  }
}

.overview_tbl {
  width: 100%;
}

.overview_border {
  border-radius: 10px;
  border: 1px dashed #ffa913;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .overview_tbl tr {
    display: flex;
    flex-direction: column;
  }
}

.overview_tbl th {
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  padding: 20px 40px;
  background-color: #faf3e6;
  width: 400px;
  border-bottom: 1px dashed #ffa913;
  border-right: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl th {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
  }
}

.overview_tbl td {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: left;
  padding: 20px 40px;
  width: 800px;
  border-bottom: 1px dashed #ffa913;
}
@media screen and (max-width: 767px) {
  .overview_tbl td {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
    line-height: 1.8;
  }
}

.overview_tbl tr:last-of-type th, .overview_tbl tr:last-of-type td {
  border-bottom: none;
}

.overview_box01 {
  margin-bottom: 40px;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 36.66%;
}
@media screen and (max-width: 767px) {
  .map {
    min-height: 300px;
  }
}

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

/****************************************

contentトップ用

*****************************************/
.top_box01 {
  position: relative;
  padding-top: 235px;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 20px 0;
  }
}

.top_info {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 30px;
  width: 1080px;
  z-index: 900;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.137254902);
}
@media screen and (max-width: 767px) {
  .top_info {
    position: sticky;
    width: 100%;
    transform: translateX(0%);
    padding: 10px;
  }
}
.top_info li {
  font-size: 1.4rem;
}

.top_time {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1176470588);
}
@media screen and (max-width: 767px) {
  .top_time {
    flex-direction: column;
    gap: 10px;
  }
}

.flame {
  border: 2px solid;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .flame {
    font-size: 1.2rem;
    padding: 2px 10px;
    margin-bottom: 3px;
  }
}

.fz22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .fz22 {
    font-size: 1.8rem;
  }
}

.fz18 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .fz18 {
    font-size: 1.6rem;
  }
}

.underline_r {
  position: relative;
}
.underline_r::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #b40814;
}

.comment {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .comment {
    font-size: 1.3rem;
  }
}

.bg1 {
  background: url(images/bg1.png) bottom center no-repeat;
  background-size: 100%;
}

.txt1 {
  max-width: 385px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    max-width: 100%;
  }
}

.link1 {
  width: 635px;
  display: flex;
  justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .link1 {
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.waiting iframe div {
  font-size: 1.2px !important;
}

.top_bnr {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.3215686275);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3215686275);
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .top_bnr {
    flex-direction: column;
  }
}
.top_bnr li {
  width: 320px;
  padding: 15px 15px 15px 100px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top_bnr li {
    margin: 0 auto;
  }
}
.top_bnr li:hover {
  opacity: 0.8;
}
.top_bnr li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top_bnr li:first-child {
  background: url(images/top_bnr1.png) left center no-repeat, url(images/arrow.png) right center no-repeat;
}
.top_bnr li:nth-child(2) {
  background: url(images/top_bnr2.png) left center no-repeat, url(images/arrow.png) right center no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_bnr li:nth-child(2) {
    margin: 20px auto;
  }
}
.top_bnr li:nth-child(2)::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3215686275);
  display: block;
  width: 1px;
  height: 80px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_bnr li:nth-child(2)::before {
    left: 0;
    top: -10px;
    width: 100%;
    height: 1px;
  }
}
.top_bnr li:nth-child(2)::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3215686275);
  display: block;
  width: 1px;
  height: 80px;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_bnr li:nth-child(2)::after {
    left: 0;
    top: revert;
    bottom: -10px;
    width: 100%;
    height: 1px;
  }
}
.top_bnr li:nth-child(3) {
  background: url(images/top_bnr3.png) left center no-repeat, url(images/arrow.png) right center no-repeat;
}
.top_bnr li p {
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #b40814;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
.top_bnr li span {
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  display: block;
  padding-top: 10px;
}

.top_box04 {
  background: url(images/news_bg.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top_box04 {
    padding: 50px 0;
  }
}

.top_box04_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box04_content {
    display: block;
  }
}

.news_l .elementor-widget-container {
  background: url(images/cream.png) bottom left no-repeat;
  padding-right: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .news_l .elementor-widget-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
    padding-right: 0px;
    background: url(images/cream.png) bottom 20px left no-repeat;
    background-size: 120px;
  }
}

.bg2 {
  background: url(images/bg2.png) top center no-repeat;
  background-size: 100%;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}

.bg3 {
  background: url(images/bg3_1.png) bottom center no-repeat;
  background-size: 100%;
}

.sub_ttl {
  font-size: 2rem;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 1.6rem;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gallery {
    gap: 20px 2%;
  }
}
.gallery article {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .gallery article {
    width: 49%;
  }
}
.gallery article figure {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gallery article figure {
    margin-bottom: 10px;
  }
}
.gallery article a {
  width: 100%;
  aspect-ratio: 34/26;
  position: relative;
}

.menu ul li {
  margin: -1px 0 !important;
}

.menu ul li, .menu ul li .elementor-price-list-header, .menu ul li .elementor-price-list-description {
  margin-bottom: 0 !important;
}

.menu ul li .elementor-price-list-text {
  flex-wrap: revert !important;
  width: 100%;
  align-items: revert !important;
}

.menu ul li .elementor-price-list-header {
  width: 70%;
  border-bottom: 1px solid #ccc;
  flex-basis: revert !important;
  margin: 0 -1px;
  padding: 10px 0px 11px;
}
.menu ul li .elementor-price-list-header span {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .menu ul li .elementor-price-list-header span {
    font-size: 1.4rem;
  }
}

.tbl1 ul li .elementor-price-list-title {
  width: 100%;
  text-align: center;
}

.menu ul li .elementor-price-list-header span {
  max-width: revert !important;
}

.menu ul li .elementor-price-list-description {
  width: 30%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px 11px;
  font-size: 1.6rem;
  text-align: right;
}

.silver {
  font-size: 1.4rem;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .silver {
    display: block;
    margin-left: 0px;
    margin-top: 5px;
  }
}

.point_list .elementor-icon-list-items li {
  padding-left: 110px;
  min-height: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .point_list .elementor-icon-list-items li {
    padding-top: 40px;
    padding-left: 0;
  }
}
.point_list .elementor-icon-list-items li:first-child {
  background: url(images/point01.png) left top no-repeat;
}
.point_list .elementor-icon-list-items li:nth-child(2) {
  background: url(images/point02.png) left top no-repeat;
}
.point_list .elementor-icon-list-items li:nth-child(3) {
  background: url(images/point03.png) left top no-repeat;
}
.point_list .elementor-icon-list-items li:nth-child(4) {
  background: url(images/point04.png) left top no-repeat;
}

.regi_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .regi_container {
    flex-direction: column;
    gap: 40px;
  }
}

.regi_box {
  width: 240px;
  border: 1px solid #b40814;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .regi_box {
    width: 100%;
  }
}
.regi_box p {
  font-size: 1.3rem;
}
.regi_box:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 15px;
  border-color: transparent transparent transparent #b40814;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .regi_box:not(:last-child)::after {
    border-width: 15px 25px 0 25px;
    border-color: #b40814 transparent transparent transparent;
    right: 50%;
    transform: translateX(50%);
    bottom: -30px;
    top: revert;
  }
}

.step_list .elementor-icon-list-items li {
  padding-left: 110px;
  min-height: 40px;
  margin-bottom: 10px;
}
.step_list .elementor-icon-list-items li:first-child {
  background: url(images/step1.png) left top no-repeat;
}
.step_list .elementor-icon-list-items li:nth-child(2) {
  background: url(images/step2.png) left top no-repeat;
}
.step_list .elementor-icon-list-items li:nth-child(3) {
  background: url(images/step3.png) left top no-repeat;
}
@media screen and (max-width: 767px) {
  .step_list .elementor-icon-list-items li {
    padding-top: 40px;
    padding-left: 0;
  }
}

.table1 ul li {
  margin: -1px 0 !important;
}

.table1 ul li, .table1 ul li .elementor-price-list-header, .table1 ul li .elementor-price-list-description {
  margin-bottom: 0 !important;
}

.table1 ul li .elementor-price-list-text {
  flex-wrap: revert !important;
  width: 100%;
  align-items: revert !important;
}

.table1 ul li .elementor-price-list-header {
  width: 40%;
  background-color: #000;
  border: 1px solid #ccc;
  padding: 10px 20px 11px;
  flex-basis: revert !important;
  margin: 0 -1px;
  color: #fff;
  font-weight: 400;
}

.table1 ul li .elementor-price-list-header span {
  max-width: revert !important;
}

.table1 ul li .elementor-price-list-description {
  width: 60%;
  border: 1px solid #ccc;
  padding: 10px 22px 11px;
}
.table1 ul li .elementor-price-list-description a {
  color: #b40814;
}
.table1 ul li .elementor-price-list-description a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .table1 ul li .elementor-price-list-text {
    flex-direction: column;
  }
  .table1 ul li .elementor-price-list-header {
    width: 100%;
    padding: 3%;
    flex-basis: revert !important;
    margin: revert;
  }
  .table1 ul li .elementor-price-list-description {
    width: 100%;
    padding: 3%;
    margin: -1px 0 !important;
  }
}
.fz14 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .f14 {
    font-size: 1.3rem;
  }
}
/* Q＆Aのコンテンツ */
.elementor-accordion-item {
  background-color: #F3EAE1;
  padding: 30px;
  margin-bottom: 40px;
}

/* Q画像挿入 */
.elementor-tab-title {
  background: url(images/q.png) top 0px left 0px no-repeat;
  border-bottom: 1px solid #b40814;
}
.elementor-tab-title a {
  text-decoration: none;
  color: #b40814;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}

/* Qタイトルの開閉アイコンの位置（右） */
.elementor-accordion-icon-right {
  margin-right: 15px;
}

/* Qタイトルの開閉アイコンの大きさの変更 */
.fa, .fas {
  font-size: 3rem;
}

/* A画像挿入 */
.elementor-tab-content {
  background: url(images/a.png) top 10px left 0px no-repeat;
}

@media screen and (max-width: 767px) {
  /* Q＆Aのコンテンツ */
  .elementor-accordion-item {
    padding: 20px;
    margin-bottom: 30px;
  }
  /* Q画像挿入 */
  .elementor-tab-title {
    background: url(images/q.png) top 0px left 0px no-repeat;
    background-size: 30px;
    display: flex;
    flex-direction: row-reverse;
  }
  /* Qタイトルの幅 */
  .elementor-accordion-title {
    width: 100%;
  }
  /* Qタイトルの開閉アイコンの位置（右下） */
  .elementor-accordion-icon-right {
    margin: auto 0 0px 0;
  }
  /* A画像挿入 */
  .elementor-tab-content {
    background: url(images/a.png) top 0px left 0px no-repeat;
    background-size: 30px;
  }
  /* Qタイトルの開閉アイコンの大きさの変更 */
  .fa, .fas {
    font-size: 1.8rem;
  }
}
.link_c a {
  color: #b40814;
}
.link_c a:hover {
  text-decoration: none;
}

/* End Hack *//*# sourceMappingURL=style.css.map */