@charset "UTF-8";
/* ----------------------------------
ブレイクポイント
---------------------------------- */
/* ----------------------------------
PC・タブレット・SP非表示設定
---------------------------------- */
@media (max-width: 599px) {
  .sp_dn {
    display: none !important;
  }
}

@media (min-width: 960px) {
  .pc_dn {
    display: none !important;
  }
}

/* ------------------------------------------
クッキーアイコン調整
------------------------------------------ */
#ot-sdk-btn-floating .ot-floating-button__front svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* ------------------------------------------
BODY
------------------------------------------ */
body {
  line-height: 1.6;
  font-size: 16px;
  position: relative;
  font-family: sans-serif;
  color: #515151;
}

h2,
h3 {
  font-weight: 700;
}

h3 {
  line-height: 1.4;
  font-size: 18px;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 960px) {
  .container {
    max-width: 930px;
  }
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.bg_01 {
  background-color: #FFF7EE;
  padding-top: 18px;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  .bg_01 {
    padding-top: 22px;
    padding-bottom: 40px;
  }
}

.d-inline-block {
  display: inline-block;
}

.btn_area {
  width: 90vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .btn_area {
    max-width: 680px;
  }
}

@media (min-width: 960px) {
  a:hover {
    opacity: 0.75;
  }
}

/* ------------------------------------------
TOPへ戻る
------------------------------------------ */
.top_back_icon {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100px;
  height: auto;
  z-index: 3;
  cursor: pointer;
}

/* ------------------------------------------
header
------------------------------------------ */
header {
  background-color: #ffffff;
  padding: 15px 0;
}
header h1 {
  width: 54vw;
  margin: 0 auto;
}
@media (min-width: 960px) {
  header h1 {
    max-width: 405px;
  }
}

/* ------------------------------------------
MV
------------------------------------------ */
#mv {
  background-color: #ffefd0;
  position: relative;
}
@media (min-width: 960px) {
  #mv {
    position: relative;
  }
  #mv:before {
    position: absolute;
    content: "";
    width: 518px;
    aspect-ratio: 518/393;
    background: url(../img/mv_bg_l.png) no-repeat 0 0/contain;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #mv:after {
    position: absolute;
    content: "";
    width: 518px;
    aspect-ratio: 518/393;
    background: url(../img/mv_bg_r.png) no-repeat 0 0/contain;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
#mv h2 {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 3;
}
#mv h2 img {
  width: 100%;
}
@media (min-width: 960px) {
  #mv h2 img {
    width: auto;
  }
}
#mv .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 960px) {
  #mv .container {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
#mv .mv_btn {
  position: absolute;
  width: 90vw;
  top: 79.6197718631%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  text-align: center;
}
@media (min-width: 960px) {
  #mv .mv_btn {
    position: relative;
    width: 100%;
    background-color: #ffefd0;
    margin-top: 28px;
    padding-bottom: 42px;
    top: auto;
    left: auto;
    transform: translateX(0);
  }
  #mv .mv_btn:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 18px;
    background: url(../img/frills.png) repeat-x center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
#mv .mv_btn a {
  display: inline-block;
}
#mv .mv_btn a.page_link {
  font-size: 4vw;
  padding-left: 1.5em;
  position: relative;
  color: #515151;
}
#mv .mv_btn a.page_link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 24px solid #515151;
  border-bottom: 0;
  top: calc(50% + 3px);
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  #mv .mv_btn a.page_link {
    font-size: 20px;
  }
}
#mv .mv_btn a.page_link span {
  text-decoration: underline;
  text-underline-offset: 5px;
}
#mv .mv_btn .txt_link {
  margin-top: 5.3vw;
}
@media (min-width: 960px) {
  #mv .mv_btn .txt_link {
    margin-top: 27px;
  }
}

.d-none {
  display: none;
}

@media (min-width: 960px) {
  .d-md-block {
    display: block;
  }
}

@media (min-width: 960px) {
  .d-md-none {
    display: none;
  }
}

.note {
  display: flex;
  font-size: 10px;
  color: #888888;
}
@media (min-width: 960px) {
  .note {
    font-size: 12px;
  }
}
.note span {
  white-space: nowrap;
}

.fc-green {
  color: #03916C;
}

sup {
  color: #888888;
  font-weight: normal;
}

.fw-700 {
  font-weight: 700;
}

@media (min-width: 960px) {
  .d-md-flex {
    display: flex;
  }
}

/* ------------------------------------------
margin
------------------------------------------ */
.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@media (min-width: 960px) {
  .mt-md-0 {
    margin-top: 0;
  }
}

@media (min-width: 960px) {
  .mt-md-10 {
    margin-top: 10px;
  }
}

@media (min-width: 960px) {
  .mt-md-15 {
    margin-top: 15px;
  }
}

@media (min-width: 960px) {
  .mt-md-20 {
    margin-top: 20px;
  }
}

@media (min-width: 960px) {
  .mt-md-30 {
    margin-top: 30px;
  }
}

@media (min-width: 960px) {
  .mt-md-25 {
    margin-top: 25px;
  }
}

@media (min-width: 960px) {
  .mt-md-40 {
    margin-top: 40px;
  }
}

@media (min-width: 960px) {
  .mt-md-50 {
    margin-top: 50px;
  }
}

/* ------------------------------------------
tokutyou
------------------------------------------ */
#tokutyou {
  background-color: #FEFFD0;
  padding: 30px 0;
}
@media (min-width: 960px) {
  #tokutyou {
    padding: 70px 0;
  }
}
#tokutyou h2 {
  width: 74vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  #tokutyou h2 {
    max-width: 346px;
  }
}
#tokutyou .point_box {
  width: 100%;
  font-size: 16px;
}
@media (min-width: 960px) {
  #tokutyou .point_box {
    font-size: 20px;
  }
}
#tokutyou .point_box .ttl {
  background-color: #7EBE21;
  border-radius: 5px 5px 0 0;
  padding: 3vw;
}
@media (min-width: 960px) {
  #tokutyou .point_box .ttl {
    border-radius: 10px 10px 0 0;
    padding: 15px 24px;
  }
}
#tokutyou .point_box .ttl img {
  width: 85.2vw;
}
@media (min-width: 960px) {
  #tokutyou .point_box .ttl img {
    max-width: 772px;
  }
}
#tokutyou .point_box.point02 .ttl img {
  width: 83vw;
}
@media (min-width: 960px) {
  #tokutyou .point_box.point02 .ttl img {
    max-width: 852px;
  }
}
#tokutyou .point_box.point03 .ttl img {
  width: 69.4vw;
}
@media (min-width: 960px) {
  #tokutyou .point_box.point03 .ttl img {
    max-width: 624px;
  }
}
#tokutyou .point_box .point_content {
  background-color: #ffffff;
  border-left: 2px solid #7EBE21;
  border-right: 2px solid #7EBE21;
  border-bottom: 2px solid #7EBE21;
  border-radius: 0 0 5px 5px;
  padding: 4vw;
}
@media (min-width: 960px) {
  #tokutyou .point_box .point_content {
    border-left: 4px solid #7EBE21;
    border-right: 4px solid #7EBE21;
    border-bottom: 4px solid #7EBE21;
    border-radius: 0 0 10px 10px;
    padding: 50px;
  }
}
#tokutyou .r_box {
  width: 86vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  position: relative;
  padding: 14px 25px;
  border: 2px solid #F4F5AE;
  border-radius: 25px;
  background-color: #ffffff;
}
@media (min-width: 960px) {
  #tokutyou .r_box {
    max-width: 798px;
    margin-top: 67px;
    padding: 25px 55px;
    border: 3px solid #F4F5AE;
    border-radius: 26px;
  }
}
#tokutyou .r_box:before {
  position: absolute;
  content: "";
  width: 7.2vw;
  aspect-ratio: 53.71/49.91;
  background: url(../img/chou.svg) no-repeat 0 0/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 960px) {
  #tokutyou .r_box:before {
    max-width: 36px;
  }
}
#tokutyou .r_box .ttl {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #FF520F;
  border-bottom: dashed 2px #FF520F;
  padding-bottom: 5px;
}
@media (min-width: 960px) {
  #tokutyou .r_box .ttl {
    font-size: 24px;
    padding-bottom: 13px;
    border-bottom: dashed 3px #FF520F;
  }
}
#tokutyou .r_box p.txt {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  padding-right: 20vw;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 960px) {
  #tokutyou .r_box p.txt {
    font-size: 16px;
    padding-right: 90px;
    margin-top: 24px;
  }
}
#tokutyou .r_box p.txt:before {
  position: absolute;
  content: "";
  background: url(../img/r_box_img.svg) no-repeat 0 0/contain;
  width: 17.33vw;
  aspect-ratio: 130/308;
  bottom: 0;
  right: 0;
}
@media (min-width: 960px) {
  #tokutyou .r_box p.txt:before {
    width: 58px;
    top: 0;
    bottom: auto;
  }
}
#tokutyou .r_box p.txt span {
  color: #FF520F;
}

/* ------------------------------------------
parents
------------------------------------------ */
#parents {
  background: url(../img/bg_parents.png) repeat 0 0;
  padding: 30px 0;
  position: relative;
}
@media (min-width: 960px) {
  #parents {
    padding: 65px 0;
  }
}
#parents:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 18px;
  background: url(../img/frills02.png) repeat-x center;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 960px) {
  #parents:before {
    background: url(../img/frills02.png) repeat-x center/contain;
  }
}
#parents h2 {
  width: 66vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  #parents h2 {
    max-width: 312px;
  }
}
#parents .ttl_txt {
  font-size: 4.2666666667vw;
}
@media (min-width: 960px) {
  #parents .ttl_txt {
    font-size: 20px;
  }
}
#parents .box .box_ttl {
  margin-top: 60px;
  background-color: #F18F69;
  border-radius: 5px 5px 0 0;
  padding: 50px 4.5vw 25px;
  position: relative;
  text-align: center;
}
@media (min-width: 960px) {
  #parents .box .box_ttl {
    margin-top: 70px;
    padding: 50px 25px 25px;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
  }
}
#parents .box .box_ttl img {
  width: 76vw;
}
@media (min-width: 960px) {
  #parents .box .box_ttl img {
    max-width: 511px;
  }
}
#parents .box .box_ttl:before {
  position: absolute;
  content: "";
  width: 28vw;
  aspect-ratio: 220/167;
  background: url(../img/parents_img01_sp.png) no-repeat 0 0/contain;
  top: 0;
  left: calc(50% - 4.8vw);
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 960px) {
  #parents .box .box_ttl:before {
    width: 126px;
    aspect-ratio: 126/95;
    left: calc(50% - 20px);
    background-image: url(../img/parents_img01_md.png);
  }
}
#parents .box .box_content {
  background-color: #ffffff;
  border: 2px solid #F18F69;
  border-radius: 0 0 5px 5px;
  padding: 35px 25px 25px;
  position: relative;
}
@media (min-width: 960px) {
  #parents .box .box_content {
    border-radius: 0 0 10px 10px;
    border: 4px solid #F18F69;
    padding: 45px 100px 45px;
  }
}
#parents .box .box_content:before {
  position: absolute;
  content: "";
  width: 32vw;
  aspect-ratio: 142/38;
  background: url(../img/parents_arrow.png) no-repeat top center/contain;
  top: -3px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  #parents .box .box_content:before {
    width: 142px;
  }
}
#parents .box .box_content .img03 {
  width: 28vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  #parents .box .box_content .img03 {
    max-width: 176px;
  }
}
#parents .box .box_content .img04 {
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  width: 66.6vw;
}
@media (min-width: 960px) {
  #parents .box .box_content .img04 {
    margin-top: 10px;
    max-width: 600px;
    text-align: center;
  }
}
#parents .box .box_content .img05 {
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 960px) {
  #parents .box .box_content .img05 {
    margin-top: 10px;
    max-width: 501px;
    text-align: center;
  }
}
#parents .box .box_content .txt {
  font-size: 4.2666666667vw;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 960px) {
  #parents .box .box_content .txt {
    font-size: 20px;
    margin-top: 25px;
  }
}
#parents .box .box_content .inner_box {
  background-color: #FFF4EF;
  border-radius: 5px;
  padding: 4vw;
  margin-top: 15px;
}
@media (min-width: 960px) {
  #parents .box .box_content .inner_box {
    border-radius: 10px;
    padding: 20px 50px;
    margin-top: 20px;
  }
}
#parents .box .box_content .inner_box .ttl {
  width: 100%;
  border-bottom: 1px solid #515151;
}
@media (min-width: 960px) {
  #parents .box .box_content .inner_box .ttl {
    border-bottom: 2px solid #515151;
  }
}
#parents .box .box_content .inner_box .ttl p {
  padding-left: 5.33vw;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 960px) {
  #parents .box .box_content .inner_box .ttl p {
    padding-left: 36px;
    font-size: 18px;
  }
}
#parents .box .box_content .inner_box .ttl p:before {
  position: absolute;
  content: "";
  width: 4.6vw;
  aspect-ratio: 34/30.93;
  background: url(../img/icon_pen.svg) no-repeat 0 0/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  #parents .box .box_content .inner_box .ttl p:before {
    width: 18px;
    left: 5px;
  }
}
#parents .box .box_content .inner_box ul {
  list-style: disc;
  margin-left: 1.5em;
  font-size: 15px;
}
@media (min-width: 960px) {
  #parents .box .box_content .inner_box ul {
    font-size: 16px;
  }
}
#parents .box .box_content .inner_box ul li {
  margin-top: 5px;
}
#parents .box .box_content .inner_box ul li:first-of-type {
  margin-top: 0;
}
#parents .box .box_content .inner_box ul li span {
  background: linear-gradient(transparent 70%, #FFF000 30%);
}
#parents .box .box_content .btn_area {
  width: 100%;
}
@media (min-width: 960px) {
  #parents .box .box_content .btn_area {
    max-width: 608px;
  }
}
#parents .box.box02 .box_ttl img {
  width: 76vw;
}
@media (min-width: 960px) {
  #parents .box.box02 .box_ttl img {
    max-width: 359px;
  }
}
#parents .box.box02 .box_ttl:before {
  background-image: url(../img/parents_img02_sp.png);
  left: calc(50% + 4.8vw);
}
@media (min-width: 960px) {
  #parents .box.box02 .box_ttl:before {
    background-image: url(../img/parents_img02_md.png);
    left: calc(50% + 20px);
  }
}

.search_link {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 960px) {
  .search_link {
    font-size: 20px;
    margin-top: 30px;
  }
}
.search_link a {
  position: relative;
  padding-left: 24px;
}
.search_link a:before {
  position: absolute;
  content: "";
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../img/icon_link.svg) no-repeat 0 0/contain;
  top: 2px;
  left: 0;
}
@media (min-width: 960px) {
  .search_link a:before {
    top: 6px;
  }
}
.search_link a span {
  text-decoration: underline;
}

/* ------------------------------------------
accordion
------------------------------------------ */
.accordion .details_open {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
@media (min-width: 960px) {
  .accordion .view_details:hover {
    cursor: pointer;
  }
}

/* ------------------------------------------
service
------------------------------------------ */
#service {
  background-color: #E7F4FB;
  padding: 40px 0;
}
@media (min-width: 960px) {
  #service {
    padding: 60px 0 80px;
  }
}
#service h2 img {
  width: 72.8vw;
}
@media (min-width: 960px) {
  #service h2 img {
    max-width: 579px;
  }
}
#service .img01 {
  text-align: center;
}
#service .img01 img {
  width: 92vw;
}
@media (min-width: 960px) {
  #service .img01 img {
    max-width: 900px;
  }
}
#service .txt01 {
  font-size: 16px;
}
@media (min-width: 960px) {
  #service .txt01 {
    font-size: 20px;
  }
}
#service .service_list {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  #service .service_list {
    padding-left: 45px;
    padding-right: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 910px;
    padding-bottom: 60px;
  }
}
#service .swiper {
  padding: 5px;
}
#service .swiper .swiper-slide {
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
  border-radius: 3px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#service .swiper .swiper-slide .bg_white {
  text-align: center;
}
#service .swiper .swiper-slide p {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}
@media (min-width: 960px) {
  #service .swiper .swiper-slide p {
    font-size: 16px;
  }
}
#service .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
#service .swiper-pagination-bullet-active {
  background-color: #434343;
}
#service .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-left: 2vw;
  margin-right: 2vw;
}
@media (min-width: 960px) {
  #service .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 14px;
    margin-right: 14px;
  }
}
#service .swiper-button-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-right: 22px solid #A4ABC7;
  border-left: 0;
  left: 47px;
}
@media (min-width: 960px) {
  #service .swiper-button-prev {
    left: 0;
  }
}
#service .swiper-button-prev:after {
  display: none;
}
#service .swiper-button-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid #A4ABC7;
  border-right: 0;
  right: 47px;
}
@media (min-width: 960px) {
  #service .swiper-button-next {
    right: 0;
  }
}
#service .swiper-button-next:after {
  display: none;
}

/* ------------------------------------------
soudan
------------------------------------------ */
#soudan {
  background: url(../img/soudan_bg.png) repeat 0 0;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 960px) {
  #soudan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#soudan h2 {
  text-align: center;
  font-size: 18px;
  color: #F18F69;
  font-weight: 700;
}
@media (min-width: 960px) {
  #soudan h2 {
    font-size: 24px;
  }
}
#soudan .img {
  text-align: center;
  width: 72vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  #soudan .img {
    max-width: 410px;
  }
}
#soudan .txt {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 960px) {
  #soudan .txt {
    font-size: 16px;
    margin-top: 30px;
  }
}
#soudan .btn {
  display: block;
  width: 86vw;
  max-width: 638px;
  margin: 25px auto 0;
}
@media (min-width: 960px) {
  #soudan .btn {
    max-width: 604px;
    margin: 30px auto 0;
  }
}

/* ------------------------------------------
フッター
------------------------------------------ */
footer {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 960px) {
  footer {
    padding: 0;
  }
}
footer .bg_green {
  background: #786756;
}
footer .bg_black {
  background-color: #000000;
}
footer .info_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12% 6% 3%;
}
@media (min-width: 600px) {
  footer .info_top {
    width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 960px) {
  footer .info_top {
    width: 100%;
    padding: 60px 0 50px;
  }
}
footer h2 {
  font-size: 6.3vw;
  line-height: 1.3;
  margin-bottom: 4%;
}
@media (min-width: 600px) {
  footer h2 {
    font-size: 38px;
  }
}
@media (min-width: 960px) {
  footer h2 {
    font-size: 37px;
    margin-bottom: 16px;
  }
}
footer .explanation {
  font-size: 5.5vw;
  margin-bottom: 6%;
  line-height: 1.3;
}
@media (min-width: 600px) {
  footer .explanation {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  footer .explanation {
    font-size: 27px;
    margin-bottom: 38px;
  }
}
@media (min-width: 960px) {
  footer .contact_btn {
    width: 710px;
  }
}
footer .tel_area {
  background: #FFF2E1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}
@media (min-width: 600px) {
  footer .tel_area {
    pointer-events: none;
  }
}
@media (min-width: 960px) {
  footer .tel_area {
    width: 850px;
    margin-bottom: 20px;
  }
}
footer .tel_area h3 {
  padding: 1.5% 0 1.5%;
  color: #786756;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 960px) {
  footer .tel_area h3 {
    font-size: 28px;
  }
}
@media (min-width: 960px) {
  footer .tel_area h3 img {
    width: 248px;
  }
}
footer .tel_area .wrap {
  background: #fff;
  width: 97%;
  margin-bottom: 1.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
  padding: 6% 3%;
}
@media (min-width: 960px) {
  footer .tel_area .wrap {
    width: 836px;
    padding: 32px 0 28px;
    margin-bottom: 7px;
  }
}
footer .tel_area .info {
  color: #515151;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
footer .tel_area .tel_btn {
  display: block;
  width: 95%;
  margin-bottom: 4%;
}
@media (min-width: 960px) {
  footer .tel_area .tel_btn {
    width: 308px;
    margin-bottom: 31px;
  }
}
footer .tel_area .reception_hours {
  font-size: 4.5vw;
  margin-bottom: 2%;
}
@media (min-width: 600px) {
  footer .tel_area .reception_hours {
    font-size: 27px;
  }
}
@media (min-width: 960px) {
  footer .tel_area .reception_hours {
    font-size: 24px;
  }
}
footer .tel_area .holiday {
  font-size: 4vw;
}
@media (min-width: 600px) {
  footer .tel_area .holiday {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  footer .tel_area .holiday {
    font-size: 24px;
  }
}
footer .note {
  font-size: 10px;
  display: flex;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 960px) {
  footer .note {
    font-size: 12px;
  }
}
footer .note span {
  white-space: nowrap;
}
footer .text01 {
  font-size: 12px;
}
@media (min-width: 960px) {
  footer .text01 {
    font-size: 24px;
  }
}
footer .copyright {
  width: 100%;
  background: #1e1e1e;
  text-align: center;
  font-size: 10px;
  display: flex;
  flex-direction: column;
  padding: 1% 0 10px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 960px) {
  footer .copyright {
    font-size: 16px;
    height: auto;
    padding: 5px 0 20px;
  }
}
footer .number {
  background: #1e1e1e;
  padding-top: 10px;
  font-size: 10px;
}
@media (min-width: 960px) {
  footer .number {
    padding-top: 18px;
    font-size: 16px;
  }
}
footer .number span {
  border: 1px solid #ffffff;
  padding: 0 0.5em;
}

#floating_btn {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 6.6vw 0;
}
@media (min-width: 960px) {
  #floating_btn {
    padding: 30px 0;
  }
}/*# sourceMappingURL=style.css.map */