@charset "utf-8";
/* RESET CSS */
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section {
  display: block;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquotevoice2, q:after, qvoice2 {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
}
img.w_a {
  width: auto;
}
img.w100 {
  width: 90% !important;
  margin: 0 auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*-------- Basic --------*/
html {
  font-size: 62.5%;
}
body {
  width: 100%;
  font-size: 2.2rem;
  color: #222;
  line-height: 1.7;
  -webkit-font-feature-settings: 'palt'1;
  font-feature-settings: 'palt'1;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background: url(../img/body_bg.jpg) no-repeat center/cover;
  background-attachment: fixed;
  -webkit-font-feature-settings: 'palt'1;
  font-feature-settings: 'palt'1;
  font-weight: 500;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mt10 {
  margin-top: 1.5rem;
}
.mt0 {
  margin-top: 0 !important;
}
.small {
  font-size: 80%;
}
.large {
  font-size: 120%;
}
.xlarge {
  font-size: 180%;
  line-height: 1.4;
}
.mark {
  background: linear-gradient(transparent 60%, #fefc5c 60%);
  font-weight: bold;
}
.pink {
  color: #f9818f;
}
img {
  vertical-align: bottom;
  max-width: 800px;
  width: 100%;
}
section {
  width: 100%;
}
#diffa {
  padding: 0 0 2em;
}
#hurry, #qa, #info, #prof, #tel {
  padding: 2em 0 0;
}
#tel .box05 {
  background: #e5e5e5;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex img {
  width: 48%;
}
.txt_c {
  text-align: center;
}
.b {
  font-weight: bold;
}
header h1 {
  margin: 1rem auto 2rem;
}
section + section {
  margin-top: 2rem;
}
.sec_inner {
  width: 800px;
  margin: 0 auto;
}
h3 {
  display: table;
  position: relative;
  padding: 0 2.5em;
  color: #333333;
  font-weight: bold;
  font-size: 3.5rem;
  margin: 1em auto;
}
h3::before, h3::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #f9818f;
}
h3::before {
  left: 0;
}
h3::after {
  right: 0;
}
ul {
  list-style: none;
}
ul.list1 li {
  position: relative;
  padding: .5rem 0 .5rem 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  font-size: 80%;
}
ul.list1 li:before {
  content: '\e92f';
  font-family: "Material Icons";
  display: inline-block;
  top: 50%;
  left: 10px;
  position: absolute;
  transform: translateY(-50%);
  color: #c5c5c5;
}
.box01 {
  background: #eee;
  position: relative;
  padding: 0;
}
.box01 .ttl {
  background: #f9818f;
  color: #fff;
  text-shadow: 0 0 5px #ba3746;
  font-weight: bold;
  text-align: center;
  font-size: 3.5rem;
  padding: 2rem 0 2rem;
  margin: 0 auto 2rem;
}
.box01 .inner {
  padding: 0 2rem 4rem;
}
.box01 .num {
  position: absolute;
  width: 80px;
  top: -2rem;
  left: 1rem;
}
.box01 img {
  width: auto;
}
.box01 + .box01 {
  margin-top: 4rem;
}
.box02 {
  background: #eee;
  display: flex;
  flex-wrap: wrap;
}
.box02 .txt {
  padding: 2rem;
  width: 60%;
}
.box02 img {
  width: 40%;
}
.box02 .txt .ttl {
  margin: 0 auto 2rem;
  display: flex;
  font-size: 3rem;
  font-weight: bold;
  align-items: center;
  padding: 0 0 1rem;
  border-bottom: 1px solid;
}
.box02 .txt .ttl img {
  width: 65px;
  height: 30px;
  margin: 0 2rem 0 0;
}
.box02 .wrap {
  width: 100%;
}
.box02 + .box02 {
  margin-top: 4rem;
}
.box03 {
  border-radius: 10px;
  background: #f1f1f1;
  box-shadow: 20px 20px 28px #d4d2d2, -20px -20px 28px #ffffff;
  padding: 4rem;
  margin: 0 auto 4em;
}
.box04 {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 20px 20px 28px #eccdd2, -20px -20px 28px #eccdd2;
  padding: 4rem;
  margin: 0 auto 4em;
}
.box05 {
  padding: 1em;
  background: #eee;
  line-height: 1.4;
  margin: 1em auto 0;
}
.bg_g {
  background: -moz-linear-gradient(top, #e4e8e9, #FFF);
  background: -webkit-linear-gradient(top, #e4e8e9, #FFF);
  background: linear-gradient(to bottom, #e4e8e9, #FFF);
}
.bg_pink {
  background: -moz-linear-gradient(top, #ffcfd6, #FFF);
  background: -webkit-linear-gradient(top, #ffcfd6, #FFF);
  background: linear-gradient(to bottom, #ffcfd6, #FFF);
}
table tbody {
  margin: 1em auto 0;
  display: table;
}
.time{
    margin: 0 auto;
    display: table;
}
.biz-hour {
  display: block;
  border-collapse: collapse;
  overflow-x: hidden;
  margin: 0 auto 1em;
}
.biz-hour th {
  border-top: 1px solid #eee;
}
.biz-hour th, .biz-hour td {
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 559px) {
  .biz-hour th, .biz-hour td {
    padding: 10px 10px;
    vertical-align: middle;
    font-size: 3vw;
  }
}
.biz-hour th {
  font-weight: normal;
}
.biz-hour th.sat {
  color: #1a73e8;
}
.biz-hour th.sun {
  color: #f9818f;
}
.waku {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0;
  font-size: 70%;
  text-align: center;
  margin: 0 auto;
  display: table;
}
.waku:before, .waku:after {
  position: absolute;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.waku:before {
  border-top: dotted 1px #f9818f;
  border-left: dotted 1px #f9818f;
  border-bottom: dotted 1px #f9818f;
  left: -1rem;
}
.waku:after {
  content: '';
  border-top: dotted 1px #f9818f;
  border-right: dotted 1px #f9818f;
  border-bottom: dotted 1px #f9818f;
  right: -1rem;
}
.flow_design10 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow10 {
  width: 100%;
}
.flow10 > li {
  list-style-type: none;
  padding: 1rem;
  background: #fff;
}
.flow10 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}
.flow10 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #fff;
}
.flow10 > li dl dt {
  font-size: 1.3em;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flow10 > li dl dt img {
  margin: 0;
}
.flow10 > li dl dt p {
  margin-left: 1rem;
}
.flow10 > li .icon10 {
  color: #f9818f;
  margin-right: 0.5em;
}
.flow10 > li dl dd {
  margin: 0;
}
.accordion-wrap {
  border-bottom: 1px solid #fff;
}
.accordion-item {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 30px;
}
.accordion-header {
  transition: ease-in-out 100ms;
  position: relative;
  font-weight: bold;
  padding: 0 0 0 1em;
}
.accordion-header::after {
  font-family: 'Material Icons';
  content: "\e5cf";
  right: 0;
  position: absolute;
  transition: transform .5s;
}
.accordion-header::before {
  color: #f9818f;
  content: "Q";
  padding-right: 1rem;
  position: absolute;
  left: 0;
}
.accordion-text {
  width: 100%;
  display: none;
  padding-top: 5px;
  padding-bottom: 20px;
}
.fa {
  transition: ease-in-out 300ms;
}
.rotate-fa {
  transform: rotate(180deg);
}
.accordion-header .fa {
  float: right;
  line-height: 35px;
}
.accordion-gold {
  color: #ee5b6d;
}
.accordion-no-bar {
  border-bottom: 0;
}
.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 2em auto 0;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.prof_box .inner {
  display: flex;
  align-items: flex-start;
}
.prof_box .inner img {
  width: 40%;
  margin: 0 1em 0 0;
}
.prof_box .inner .ttl {
  width: 60%;
}
.prof_box .txt {
  display: flex;
  justify-content: space-between;
}
.prof_box .txt .box05 {
  width: 49%;
  background: #fff;
}
a.btn_10 {
  display: flex;
  justify-content: space-around;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: 2em auto 1em;
  padding: 4rem;
  font-weight: bold;
  background-image: linear-gradient(to right, #ffa91c 0%, #fffc1e 100%);
  border-radius: 100vh;
  color: #222;
  border: 2px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: 0.5s;
  text-shadow: 1px 1px 0 #fffdc1;
  font-size: 4rem;
  position: relative;
}
a.btn_10::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 10px;
  height: 1px;
  background: #ffa91c;
}
a.btn_10::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #ffa91c;
}
a.btn_10:hover {
  background-image: linear-gradient(to left, #fffc1e 0%, #ffc61c 100%);
}
.form_btn {
  display: flex;
  justify-content: space-between;
}
.btn, .btn2 {
  border-radius: 5px;
  padding: 0.5rem 3rem;
  vertical-align: middle;
  position: relative;
  font-size: 3rem;
}
.btn, a.btn {
  color: #fff;
  background-color: #eb6100;
}
.btn:after {
  font-family: 'Material Icons';
  content: '\ebcc';
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.btn2:after {
  font-family: 'Material Icons';
  content: '\e0b0';
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.btn:hover, a.btn:hover {
  color: #fff;
  background: #eb9800;
}
.btn2, a.btn2 {
  color: #fff;
  background-color: #006feb;
}
.btn2:hover, a.btn2:hover {
  color: #fff;
  background: #00a0eb;
}
#scfooter {
  display: none;
  position: fixed;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  background: #ffffffbf;
}
#scfooter a {
  text-decoration: none;
  width: 49%;
  text-align: center;
  font-weight: bold;
}
#scfooter_percent {
  text-align: center;
  position: relative;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}
#scfooter_percent p {
  color: #fff;
  background: #5b4024;
}
footer {
  font-size: 70%;
  color: #8b8b8b;
  font-weight: normal;
  text-align: center;
  margin: 4em auto 2em;
}
footer a {
  text-decoration: none;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  color: #f9818f;
}
.accordion {
  background: #653518;
}
.toggle {
  display: none;
}
.Label {
  padding: 1em;
  display: block;
  color: #fff;
  background: #e8ae00;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
  width: 90%;
  margin: 0 auto 2em;
  box-shadow: 0 0 2rem rgb(233 255 68 / 60%) inset, 0 5px 2rem rgb(0 0 0 / 20%);
  border: 3px solid #fff;
  font-size: 1.5rem;
  border-radius: 10rem;
}
.Label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.Label, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.toggle:checked + .Label + .content {
  height: auto;
  padding: 0;
  transition: all 0.3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
#header_message {
  display: none;
}
.arrow {
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 30px solid #b9b9b9;
}
/* ======================================================
for SMARTPHONE
====================================================== */
@media screen and (max-width: 768px) {
  body {
    width: 100%;
    font-size: 4.5vw;
    font-weight: normal;
    line-height: 1.7;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
  header, #headline, #contents {
    width: 100%;
    margin: 0 auto;
  }
  .sec_inner {
    width: 90%;
  }
  .btn_wrap {
    width: 90%;
    margin: 0 auto;
  }
  #scfooter {
    width: 95vw;
  }
  .Label {
    font-size: 4vw;
  }
  #scfooter_percent p {
    font-size: 5vw;
  }
  .main {
    width: 100%;
    box-shadow: none;
  }
  .xsmall {
    font-size: 4vw;
  }
  .xsmall {
    font-size: 80%;
  }
  .small {
    font-size: 85%;
  }
  .large {
    font-size: 6vw;
  }
  .xlarge {
    font-size: 7vw;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .top {
    margin-bottom: 3vw;
  }
  .side_img {
    float: none;
    padding: 0 0 2rem;
  }
  /*-------- header --------*/
  header {
    padding: 0;
  }
  /* form------------------------------------------------------ */
  .button, .button2, .button3 {
    font-size: 5vw;
  }
  .button3 {
    width: 100%;
    font-size: 5vw;
    padding: 1rem 0;
    margin: 0.5rem auto;
  }
  /* scfooter	------------------------------------------------------ */
  #scfooter {}
  /*--------footer_attention--------*/
  footer {
    padding: 0 0 2em;
  }
  #footer__inner {
    width: 100%;
  }
  #footer__inner p {
    padding-top: 0;
  }
  .lh14 {
    line-height: 1.3;
  }
  #prihead {
    font-size: 4.2vw;
    z-index: 20;
  }
  header h1 {
    padding: 0;
  }
  .form-area {
    width: 95%;
    padding: 2rem;
  }
  .flex {
    flex-wrap: wrap;
  }
  .txt_bg {
    background: #000;
    padding: 0.2rem 0.5rem;
    font-size: 110% !important;
  }
  .form-sc .form .circle {
    width: 50px;
    top: -10px;
    left: -15px;
  }
  .flex .txt {
    font-size: 4.5vw;
  }
  .sec_inner + h2 {
    margin-top: 4rem;
  }
  a.btn--line.btn--cubic {
    width: 80%;
    padding: .5rem 0;
  }
  .box01 .ttl {
    font-size: 5vw;
  }
  .box01 .num {
    position: absolute;
    width: 65px;
    top: -1.5rem;
    left: -15px;
  }
  .box02 {
    display: block;
  }
  .box02 img {
    width: 80%;
  }
  .box02 .txt .ttl {
    font-size: 6vw;
  }
  .box02 .txt .ttl img {
    width: 65px;
    height: 30px;
    margin: 0 1.5rem 0 0;
  }
  .box02 .txt {
    width: 100%;
  }
  .box03, .box04 {
    padding: 2rem;
  }
  a.btn_10 {
    font-size: 7vw;
    padding: 3rem;
  }
  a.btn_10::before {
    right: 0.5em;
  }
  a.btn_10::after {
    right: 0.5em;
    width: 30px;
  }
  h2 {
    width: 60%;
    margin: 0 auto;
  }
  h3 {
    font-size: 5vw;
  }
  h3::before, h3::after {
    width: 40px;
    height: 2px;
  }
  .prof_box .inner, .prof_box .txt {
    display: block;
  }
  .prof_box .inner img {
    width: 70%;
    margin: 0 auto;
  }
  .prof_box .inner .ttl {
    width: 100%;
    text-align: center;
  }
  .prof_box .txt .box05 {
    width: 100%;
  }
  ul.list1 li:before {
    left: 0;
  }
  ul.list1 li {
    padding: 0.5rem 0 0.5rem 2rem;
  }
  .w70 {
    width: 70% !important;
  }
  .w50 {
    width: 50% !important;
  }
  .w40 {
    width: 40% !important;
  }
  .flow10 > li dl dt p {
    text-align: center;
  }
  .flow10 > li dl dt {
    font-size: 5vw;
    display: block;
  }
  .flow10 > li dl dt img {
    margin: 0 auto;
  }
  .btn, .btn2 {
    font-size: 5vw;
    padding: 1rem 3rem;
  }
  .btn:after, .btn2:after {
    left: 0.5em;
  }
}