@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

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

fieldset, img {
  border: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol, menu {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: none;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  outline: 0;
}

embed {
  width: 100%;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

form img, input, select {
  vertical-align: middle;
}

button {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  outline: none;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both !important;
}
.hover {
  transition: all .5s;
}
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  transition: all .5s;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/*--------------------------------*/
html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #3d2b11;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.7;
  overflow-x: hidden;
  min-width: 320px;
  padding-top: 194px;
  word-wrap: break-word;
  word-break: break-all;
}
body.noscroll {
  position: fixed;
  overflow-y: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 76px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    padding-top: 60px;
  }
}

/*---------------------------------
Header
----------------------------------*/
#header {
  background-color: #554640;
  left: 0;
  padding-top: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
}
@media only screen and (min-width: 992px) {
  #header {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #header.fixed {
    padding-top: 5px;
  }
  #header.fixed .header-txt {
    margin-bottom: -5px;
    font-size: 0.75rem;
  }
  #header.fixed .header-container .header-left #logo {
    /* width: 310px; */
  }
  #header.fixed .header-container .header-right .btn-contact {
    /* width: 180px; */
  }
  #header.fixed #nav-top > ul li a {
    padding: 6px 0;
    font-size: 1rem;
  }
}
#header .header-txt {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: -6px;
}
#header > .inner {
   height: 100px;
}
#header.fixed > .inner {
  height: 85px;
}
@media only screen and (max-width: 991px) {
  #header {
    height: 76px;
    padding-top: 10px;
    border-bottom: 2px solid #554640;
  }
  #header .header-txt {
    font-size: 0.85rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  #header {
    height: 60px;
    padding-top: 5px;
  }
  #header .inner {
    padding: 0 10px;
  }
  #header .header-txt {
    font-size: 10px;
    font-size: 0.7142857142857143rem;
  }
}
#header .header-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  #header .header-txt,
  #header .header-container .header-left #logo,
  #header .header-container .header-right .tel,
  #header .header-container .header-right .btn-contact,
  #header .header-container {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
#header .header-container .header-left {
  margin-right: auto;
}
#header .header-container .header-left #logo {
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
  margin: .2em 0 0;
  color: #fff;

  & span {
    font-size: 2.3rem;
    margin: 0 0 0 .3em;
  }
}
#header .header-container .header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#header .header-container .header-right .header-right__in {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 350px;
  margin-right: 20px;
}
#header .header-container .header-right .tel {
  margin-right: 24px;
}
#header .header-container .header-right .header-right__in .tel {
  margin-right: 0;
}
#header .header-container .header-right .header-right__in .tel a {
  color: #fff;

  &::before {
    background-image: url(../images/common/ico_mb_w.svg);
  }
}
#header .header-container .header-right .sns-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 68px;
  margin-right: 16px;
}
#header .header-container .header-right .sns-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  margin-right: 0;
}
#header .header-container .header-right .header-right__in__bottom {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
#header .header-container .header-right .btn-contact {
  width: 220px;
  font-size: 1.1rem;
  height: 50px;
}
#header .header-container .header-right .btn-contact > i {
  margin-right: 5px;
}

@media only screen and (max-width: 991px) {
  #header .header-container {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 0;
  }
  #header .header-container .header-left {
    width: 300px;
    padding-right: 40px;
  }
  #header .header-container .header-left #logo {
    font-size: 1.2rem;
    & span {
      font-size: 1.4rem;
    }
  }
  #header .header-container .header-right {
    display: none;
  }
  #header .header-container .hamburger {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 23px;
    z-index: 1100;
    -webkit-transition: right 0.3s ease-out;
    -moz-transition: right 0.3s ease-out;
    -ms-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .header-container .hamburger.is-active .hamburger-inner {
    -webkit-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .header-container .hamburger.is-active .hamburger-inner:before {
    -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
    -moz-transition: top 75ms ease, opacity 75ms ease 0.12s;
    -ms-transition: top 75ms ease, opacity 75ms ease 0.12s;
    -o-transition: top 75ms ease, opacity 75ms ease 0.12s;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0;
    top: 0;
  }
  #header .header-container .hamburger.is-active .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -moz-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -ms-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0;
  }
  #header .header-container .hamburger-box {
    display: inline-block;
    height: 23px;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 30px;
  }
  #header .header-container .hamburger-inner:after, #header .header-container .hamburger-inner:before {
    display: block;
    content: "";
  }
  #header .header-container .hamburger-inner, #header .header-container .hamburger-inner:before, #header .header-container .hamburger-inner:after {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: transform 0.15s ease;
    -moz-transition: transform 0.15s ease;
    -ms-transition: transform 0.15s ease;
    -o-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
  }
  #header .header-container .hamburger-inner {
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
  }
  #header .header-container .hamburger-inner:before {
    top: -10px;
    -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
  }
  #header .header-container .hamburger-inner:after {
    bottom: -10px;
    -webkit-transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
@media only screen and (max-width: 480px) {
  #header .header-container .header-left {
    padding-right: 0;
    /* width: 195px; */
  }
  #header .header-container .hamburger {
  }
}

#nav-top {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #fff;
}
#nav-top > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#nav-top > ul li a {
  display: block;
  padding: 20px 0;
}
@media only screen and (min-width: 992px) {
  #nav-top > ul li a {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #nav-top > ul li a:hover {
    color: #ec8e1f;
  }
}
@media only screen and (min-width: 992px) {
  #nav-top {
    height: auto !important;
  }
  #nav-top .header-contact {
    display: none;
  }
  .header-sns-sp.sns-nav {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #nav-top {
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0px 3px 3px rgba(17, 17, 17, 0.36);
    -ms-box-shadow: 0px 3px 3px rgba(17, 17, 17, 0.36);
    box-shadow: 0px 3px 3px rgba(17, 17, 17, 0.36);
    background: #fff;
    color: #3d2b11;
    display: none;
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
    overflow: auto;
    position: absolute;
    padding-bottom: 35px;
    right: 0;
    top: calc(100% + 2px);
    width: 320px;
    z-index: 99999;
  }
  #nav-top > ul {
    display: block;
    margin-bottom: 30px;
    padding: 0;
  }
  #nav-top > ul li {
    border-bottom: 1px solid #3d2b11;
  }
  #nav-top > ul li a {
    padding: 15px 20px;
  }
  #nav-top .header-contact {
    text-align: center;
  }
  #nav-top .header-contact .tel {
    margin-bottom: 10px;
  }
  #nav-top .header-contact .tel a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #nav-top .header-contact .header-contact__txt {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #554640;
  }
  .header-sns-sp.sns-nav {
    position: absolute;
    top: 50%;
    right: 58px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60px;
  }
  .header-sns-sp.sns-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  #nav-top {
    width: 100%;
  }
}
@media only screen and (max-width: 340px) {
  #header .header-container .header-left {
    width: 180px;
  }
  #header .header-container .hamburger,
  #header .header-container .hamburger-box {
    width: 26px;
    height: 21px;
  }
  #header .header-container .hamburger-inner,
  #header .header-container .hamburger-inner:before,
  #header .header-container .hamburger-inner:after {
    width: 26px;
    height: 3px;
  }
  #header .header-container .hamburger-inner:before {
    top: -9px;
  }
  #header .header-container .hamburger-inner:after {
    bottom: -9px;
  }
  .header-sns-sp.sns-nav {
    right: 46px;
    width: 50px;
  }
  .header-sns-sp.sns-nav a {
    width: 20px;
  }
}

#footer {
  background-color: #fdf8ee;
}
#footer .inner {
  position: relative;
  padding-top: 74px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #footer .inner {
    padding-top: 50px;
  }
}

.footer_bnr {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%,0);
  background: #fff;
  width: 800px;
  max-width: calc(100% - 180px);
  display: none;
}
.footer_bnr a,
.footer_bnr img{
  display: block;
}
@media only screen and (max-width: 768px) {
  .footer_bnr {
    max-width: 100%;
    bottom: 0;
  }
  
  #footer .page-top.fixed {
    bottom: 60px !important;
  }
}

.footer-fixed {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,.6);
    color: #fff;
  }
  .footer-fixed__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10px;
    padding: 10px;
  }
  .footer-fixed__btn {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    align-items: center;
    height: 40px;
    justify-content: center;
  }
  .footer-fixed__btn--line {
    background: #07b53b;
  }
  .footer-fixed__btn--tel {
    background: #3d2b11;
  }
  .footer-fixed__btn strong {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .footer-fixed__btn strong::before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    transition: all .3s;
    width: 18px;
    height: 20px;
    margin: 0 5px 0 0;
  }
  .footer-fixed__btn--tel strong::before {
    background-image: url(../images/common/ico_tel.svg);
  }
  .footer-fixed__btn--line strong::before {
    background-image: url(../images/common/ico_line.svg);
  }
}

#footer .page-top {
  display: none;
  position: absolute;
  top: -28px;
  z-index: 999;
}
@media only screen and (max-width: 1000px) {
  #footer .page-top {
    right: 20px !important;
    left: inherit !important;
  }
}
#footer .page-top.abs {
  left: inherit !important;
  right: 0;
}
#footer .page-top.fixed {
  position: fixed;
  bottom: 20px;
  top: inherit;
  right: 20px;
}
#footer .page-top a {
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #ec8e1f;
  height: 56px;
  width: 56px;
}
@media only screen and (max-width: 640px) {
  #footer .page-top a {
    height: 45px;
    width: 45px;
  }
  #footer .page-top a img {
    width: 23px;
  }
}
#footer .footer-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#footer .footer-container .footer-cols {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
}
#footer .footer-container .footer-cols:first-child {
  margin-top: -7px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #footer .footer-container {
    display: block;
  }
  #footer .footer-container .footer-cols {
    max-width: 100%;
  }
  #footer .footer-container .footer-cols:first-child {
    margin: 0 0 30px;
    padding-right: 0;
  }
}
#footer .nav-footer {
  margin-bottom: 30px;
}
#footer .nav-footer .cols {
  font-size: 18px;
  font-size: 1.125rem;
  float: left;
  margin-right: 70px;
}
#footer .nav-footer .cols:last-child {
  margin-right: 0;
}
#footer .nav-footer .cols li {
  margin-bottom: 14px;
}
#footer .nav-footer .cols li:last-child {
  margin-bottom: 0;
}
#footer .nav-footer .cols li a:hover {
  text-decoration: underline;
}
#footer .contact-footer {
  background-color: #fff;
  border: 2px solid #f5d64d;
  color: #3d2b11;
  padding: 20px 10px 12px;
  text-align: center;
  max-width: 480px;

  & .tel a {
    font-size: 2.6rem;
  }
}
#footer .contact-footer h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
}
#footer .footer-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#footer .footer-head .logo-footer {
  margin-right: 35px;
  font-size: 26px;
  font-weight: bold;
  
  & span {
    font-size: 30px;
    margin: 0 0 0 .3em;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-head {
    display: block;
  }
  #footer .footer-head .logo-footer {
    margin: 0 0 15px;
  }
  #footer .contact-footer {
    & .tel a {
      font-size: 2.4rem;
    }
  }
}
#footer .sns-nav {
  display: flex;
  align-items: center;

  & img {
    display: block;
  }
}
#footer .tbl-time {
  color: #3d2b11;
  margin-top: 30px;
  max-width: 480px;
}
#footer #copyright {
  font-size: 14px;
  margin-top: 33px;
  text-align: center;
}

.inner {
  margin: auto;
  width: 1000px;
}

.btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  height: 56px;
  margin: auto;
  max-width: 292px;
  width: 100%;
}
.btn i {
  font-size: 0;
  margin-right: 14px;
}
.btn.btn-orange {
  background-color: #ec8e1f;
  color: #fff;
}
.btn.btn-green {
  background-color: #07b53b;
  color: #fff;
}

.cl-bg {
  background-color: #f4f1e9;
}

.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.section-info {
  background-color: #fdf8ee;
  padding: 70px 0;
}
.section-info .info-hline {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .section-info .info-hline {
    margin-bottom: 40px;
  }
}
.section-info .info-time {
  width: 51.7%;
}
@media only screen and (max-width: 768px) {
  .section-info .flexbox {
    display: block;
  }
  .section-info .info-time {
    margin-top: 20px;
    width: 100%;
  }
}

.info-block {
  margin: 40px 0 0;
}
.info-txt {
  margin-right: auto;
}
.info-img {
  max-width: 420px;
  margin: 0 0 10px;
}
.info-name {
  font-size: 22px;
  font-weight: bold;
  
  & span {
    font-size: 26px;
    margin: 0 0 0 .3em;
  }
}

.info-txt .info-address {
  font-size: 18px;
  font-size: 1.125rem;
}
.info-txt ul {
  margin: 7px 0 10px;
}
.info-txt ul li {
  float: left;
  margin-right: 24px;
}

.sns-nav a {
  margin-right: 14px;
}
.sns-nav a:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 480px) {
  .info-block {
    margin: 20px 0 0;
  }
}
.tbl-time {
  table-layout: fixed;
  margin-bottom: 8px;
  width: 100%;
}
.tbl-time thead td, .tbl-time th:first-child {
  width: 165px;
}
.tbl-time th, .tbl-time td {
  background-clip: padding-box;
  border: 1px solid #8f7970;
  padding: 11px 10px;
  text-align: center;
}
.tbl-time th {
  background-color: #f4f4f4;
}
.tbl-time td {
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .tbl-time thead td, .tbl-time th:first-child {
    width: 150px;
  }
  .tbl-time th, .tbl-time td {
    padding: 7px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .tbl-time thead td, .tbl-time th:first-child {
    width: 110px;
  }
  .tbl-time th, .tbl-time td {
    padding: 5px;
  }
}

.contact-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #f5d64d;
  background-color: #fff;
  margin-top: 60px;
  padding: 20px 0;
}
@media only screen and (max-width: 640px) {
  .contact-box {
    display: block;
    padding: 20px;
    margin-top: 40px;
  }
}
.contact-box-item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px;
  text-align: center;
}
.contact-box-item:first-child {
  border-right: 1px solid #f5d64d;
}
@media only screen and (max-width: 640px) {
  .contact-box-item {
    padding: 0;
  }
  .contact-box-item:first-child {
    border-bottom: 1px solid #f5d64d;
    border-right: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.contact-box h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.contact-box .tel {
  margin: 5px 0;
  & .u-txt-tel {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}
.contact-box .btn-contact {
  margin-top: 15px;
}

.map {
  height: 361px;
  background-color: #fdf8ee;
}
.map .inner {
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .map {
    height: 300px;
  }
}
.map iframe {
  height: 100%;
  width: 100%;
}

.hline {
  font-size: 36px;
  font-size: 2.25rem;
  color: #ec8e1f;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.hline .ja-tit {
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.hline .en-tit {
  color: #705448;
  font-size: 0.667em;
}
.hline .ico-tit {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -166px;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 480px) {
  .hline {
    margin-bottom: 35px;
  }
  .hline .ico-tit {
    width: 60px;
    left: -60px;
  }
}

.home-line {
  font-size: 30px;
  font-size: 1.875rem;
  color: #ec8e1f;
  margin-bottom: 57px;
  text-align: center;
}
.home-line span {
  background: url(../images/common/bg_line.png) repeat-x left bottom;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 13px 10px;
}

.section-title-page {
  background: url(../images/faq/fag_bg_img.png) no-repeat center bottom/cover;
  text-align: center;
}
.section-title-page.price-page {
  background-image: url(../images/price/price_bg_img.png);
}
.section-title-page .inner {
  height: 300px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-title-page .inner {
    height: 200px;
  }
}
.section-title-page .title-page {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 50%;
}

.section-intro {
  padding: 90px 0 95px;
}
.section-intro .intro-tit {
  background: url(../images/home/border_img01.png) no-repeat left 37px top, url(../images/home/border_img02.png) no-repeat right 37px bottom;
  font-size: 36px;
  font-size: 2.25rem;
  color: #ec8e1f;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
  padding: 0 80px;
  text-align: center;
  letter-spacing: 5px;
  line-height: 1.6;

  & span {
    font-size: 80%;
    display: block;
    line-height: 1.4;
    margin: 0 0 .3em;
  }
}
@media only screen and (max-width: 768px) {
  .section-intro .intro-tit {
    background-position: left top, right bottom;
    padding: 10px 45px;
  }
}
@media only screen and (max-width: 480px) {
  .section-intro .intro-tit {
    font-size: 20px;
    font-size: 1.4285714286rem;
    background-size: 25px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }
}
.section-intro .intro-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media only screen and (max-width: 1000px) {
  .section-intro .intro-list {
    padding: 0 9%;
  }
}
@media only screen and (max-width: 768px) {
  .section-intro .intro-list {
    margin: 0 -5px;
    padding: 0;
  }
}
.section-intro .intro-list li {
  margin: 5px 0;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .section-intro .intro-list li {
    padding: 0 5px;
  }
}
.section-intro .intro-list ._wrap {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #fff;
  color: #705448;
  font-weight: bold;
  height: 184px;
  width: 184px;
}
.section-intro .intro-list ._wrap i {
  font-size: 0;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .section-intro .intro-list ._wrap {
    font-size: 2.8vw;
    height: 27vw;
    width: 27vw;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro .intro-list ._wrap {
    font-size: 3.2vw;
  }
  .section-intro .intro-list ._wrap i {
    margin-bottom: 5px;
  }
  .section-intro .intro-list ._wrap img {
    width: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .section-intro .intro-list ._wrap {
    font-size: 3.7vw;
  }
  .section-intro .intro-list ._wrap img {
    width: 35px;
  }
}

.link-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px 93px;
}
@media only screen and (max-width: 768px) {
  .link-list {
    margin: 0px -5px 30px;
  }
}
.link-list li {
  width: 33.33%;
  padding: 0px 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .link-list li {
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 640px) {
  .link-list li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .link-list li {
    width: 100%;
  }
}
.link-list li a {
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 3px solid #ec8e1f;
  color: #ec8e1f;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 10px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .link-list li a {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
}
@media only screen and (max-width: 768px) {
  .link-list li a {
    padding: 15px 2px 30px;
  }
}
.link-list li a:after {
  content: '';
  position: absolute;
  border: none;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 4px solid #ec8e1f;
  border-bottom: 4px solid #ec8e1f;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link-list li a:hover {
  background-color: #ec8e1f;
  color: #fff;
}
.link-list li a:hover:after {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.exp-point {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .exp-point {
    flex-direction: row;
    gap: 20px;
  }
}
.exp-point li {
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .exp-point li {
    width: calc((100% - 20px) / 2);
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .exp-point li {
    width: 100%;
  }
}
.exp-point li .exp-point-txt {
  padding: 1em;
  & h3 {
    font-size: 24px;
    color: #ec8e1f;
    font-weight: bold;
    line-height: 1.4;
  }

  & p {
    margin: .5em 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .exp-point li .exp-point-txt {
    & h3 {
      font-size: 18px;
    }

    & p {
    }
  }
}
.exp-point li .exp-point-img {
  width: 315px;
  position: relative;
  flex: 0 0 auto;

  & img {
    display: block;
    width: 100%;
  }
}
.exp-point li .exp-point-img span {
  position: absolute;
  left: 0;
  top: 0;
  width: 21.59%;
}
@media only screen and (max-width: 768px) {
  .exp-point li .exp-point-img {
    width: 100%;
  }
}




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

  .tel a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1000px) {
  .inner {
    padding: 0 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }

  .sp-none {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .ssp-none {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
.section-404 {
  padding: 80px 0 100px;
}
.section-404 p {
  font-size: 20px;
  font-weight: bold;
  color: #3d2b11;
  text-align: center;
}
.section-404 p + p {
  margin-top: 40px;
}


.p-instagram-tit {
  margin: 0 0 50px;
}
#insta-window {
  border-radius: 0 !important;
}
.iswd-copyright-wrapper {
  display: none;
}
@media only screen and (max-width: 768px) {
  .p-instagram-tit {
    margin: 0 0 25px;
  }
}

.u-ps-r {
  position: relative;
}
.u-ps-a {
  position: absolute;
}

.u-txt-jp {
  font-family: "Zen Maru Gothic", sans-serif;
}

.u-txt-tel {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #ec8e1f;
  line-height: 1;
  &::before {
    content: '';
    background: url(../images/common/ico_mb.svg) no-repeat center / contain;
    width: .5em;
    aspect-ratio: 2/3;
    margin: 0 .3em 0 0;
  }
}

.u-btn {
  margin: 40px 0 0;
  
  & a {
    background-color: #ec8e1f;
    color: #fff;
    font-size: 18px;
    display: block;
    width: fit-content;
    padding: .7em 2em;
    margin: 0 auto;
    font-weight: bold;

  }
}
@media only screen and (max-width: 480px) {
  .u-btn {
    margin: 30px 0 0;
    
    & a {
      font-size: 16px;
    }
  }
}