@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Wordpressの場合はここに案件名（テーマの名前）
Author: 株式会社ジャンプス

*/
/* 欧文フォント */
.eg {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}

/* 日本語フォント */
.jp {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}

/* 文字寄せ */
.center {
  text-align: center;
}
.center span {
  display: block;
}

.right {
  text-align: right;
}

/* ノートパソコン改行 */
@media screen and (max-width: 1051px) {
  .npbr {
    display: block;
  }
}

/* タブレット改行 */
@media screen and (max-width: 700px) {
  .tbbr {
    display: block;
  }
}

/* スマホ改行 */
@media screen and (max-width: 480px) {
  .spbr {
    display: block;
  }
}

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  .spnone {
    display: none;
  }
}

/* 見出し */
/* 段落 */
p {
  padding-bottom: 2em;
}

/* 注釈 */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #4bc3dd;
  font-size: 0.85em;
  line-height: 1.25em;
}
.note::before {
  content: "※";
}

/* ページタイトル */
.page-title {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  text-transform: lowercase;
  font-size: 1.7em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1em;
  width: 100%;
  padding: 3em 0;
  position: relative;
  color: #4bc3dd;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media screen and (max-width: 480px) {
  .page-title {
    font-size: 1.3em;
    padding: 4em 0;
  }
}

/* サイドカラム見出し */
.widget-title {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em;
}

/* 投稿ページ見出し */
.page-title .subtitle {
  display: block;
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 2em;
  font-weight: 900;
  text-transform: none;
  line-height: 1em;
  color: #000;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 480px) {
  .page-title .subtitle {
    font-size: 1.6em;
  }
}

/* 画像 */
img {
  vertical-align: bottom;
}
img.img100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
img.img_max100 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: auto;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; /* IE・Edge対応 */
}

.imgbox {
  line-height: 0;
}

/* =======================================================================================================================
　　　　　　　　　SVG
======================================================================================================================= */
/* 読み込み遅延 */
img {
  transition: 1s ease;
  backface-visibility: hidden;
}
img.lazyload {
  opacity: 0;
  filter: alpha(opacity=0);
}
img.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 読み込み遅延 */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
  transition: 1s ease;
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}

.lazyload1 {
  transform: translate(0, 2.5em);
}
.lazyload1.lazyloaded {
  transform: translate(0, 0);
}

.lazyload2 {
  transform: translate(-2.5em, 0);
}
.lazyload2.lazyloaded {
  transform: translate(0, 0);
}

.lazyload3 {
  transform: translate(2.5em, 0);
}
.lazyload3.lazyloaded {
  transform: translate(0, 0);
}

.lazyload4 {
  transform: translate(0, -2.5em);
}
.lazyload4.lazyloaded {
  transform: translate(0, 0);
}

/* トップページ内コンテンツの場合 */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0);
}
#front-page section .lazyload1.lazyloaded {
  transform: translate(0, 2.5em);
}
#front-page section .lazyload2.lazyloaded {
  transform: translate(-2.5em, 0);
}
#front-page section .lazyload3.lazyloaded {
  transform: translate(2.5em, 0);
}
#front-page section .lazyload4.lazyloaded {
  transform: translate(0, -2.5em);
}
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
#front-page section.on .lazyload1.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload2.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload3.lazyloaded {
  transform: translate(0, 0);
}
#front-page section.on .lazyload4.lazyloaded {
  transform: translate(0, 0);
}
@media screen and (min-width: 2201px) and (max-aspect-ratio: 100/53) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 2200px) and (min-width: 1050px) and (max-aspect-ratio: 2/1) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1051px) and (min-width: 701px) and (max-aspect-ratio: 25/13) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) and (max-aspect-ratio: 25/37) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) and (max-aspect-ratio: 35/68) {
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  #front-page section.onsp .lazyload1.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload2.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload3.lazyloaded {
    transform: translate(0, 0);
  }
  #front-page section.onsp .lazyload4.lazyloaded {
    transform: translate(0, 0);
  }
}

/* リンク */
a {
  text-decoration: none;
  color: #4bc3dd;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a img {
  transition: 0.3s ease;
  backface-visibility: hidden;
}
a:hover {
  color: #0fb4d8;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* ================= 新着記事 ============================================================ */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
body {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2em;
  color: #000;
}
@media screen and (min-width: 2200px) {
  body {
    font-size: 22px;
    line-height: 2.5em;
  }
}
@media screen and (max-width: 1051px) {
  body {
    font-size: 14px;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 13px;
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 13px;
    font-size: 3vw;
  }
}

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
.sec {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 5em 0;
}
@media screen and (max-width: 480px) {
  .sec {
    padding: 2.5em 0;
  }
}

.innerbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  max-width: 2200px;
  padding: 0 4.545%;
  margin: 0 auto;
}
@media screen and (min-width: 2200px) {
  .innerbox {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1051px) {
  .innerbox {
    padding: 0 50px;
  }
}
@media screen and (max-width: 700px) {
  .innerbox {
    padding: 0 20px;
  }
}

.innermin {
  width: 100%;
  position: relative;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
}

#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 999;
}

#main {
  width: 100%;
  position: relative;
  padding-top: 20px;
}

#footer {
  width: 100%;
  position: relative;
  padding: 4.16em 0;
}

/* ===========================================================================================================
　　　　　　　　　ヘッダー
=========================================================================================================== */
#header {
  background: #fff;
  transition: 1s ease;
  backface-visibility: hidden;
}

/* ロゴ */
.logo {
  line-height: 0;
  position: relative;
  padding: 25px 0;
  height: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .logo {
    height: 25px;
  }
}
.logo img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 1051px) and (min-width: 481px) {
  .logo img {
    height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .logo img {
    height: 25px;
  }
}

/* -------------------------- グローバルナビゲーション ------------------------------------------- */
.gnav {
  position: absolute;
  top: 0;
  right: 4.545%;
  height: 80px;
  box-sizing: border-box;
  /* リンク */
}
@media screen and (max-width: 1160px) {
  .gnav {
    right: 70px;
  }
}
@media screen and (max-width: 700px) {
  .gnav {
    right: 20px;
  }
}
.gnav ul {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  list-style: none inside;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1500px) {
  .gnav ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .gnav ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 1350px) {
  .gnav ul {
    font-size: 12px;
  }
}
.gnav ul li {
  padding-right: 2em;
  /* 画像ナビ ------------------------------------------- */
}
.gnav ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 1600px) {
  .gnav ul li {
    padding-right: 1em;
  }
}
@media screen and (max-width: 1160px) {
  .gnav ul li {
    display: none;
  }
}
.gnav ul li.gnavimg {
  padding-right: 1em;
  /* 画像 */
}
@media screen and (max-width: 1160px) {
  .gnav ul li.gnavimg {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .gnav ul li.gnavimg {
    display: none;
  }
}
.gnav ul li.gnavimg:last-child {
  padding-right: 0;
}
.gnav ul li.gnavimg img {
  vertical-align: middle;
  position: relative;
  height: 65px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .gnav ul li.gnavimg img {
    height: 55px;
  }
}
.gnav ul li.gnavimg a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0.2em);
}
.gnav a {
  display: inline-block;
  box-sizing: border-box;
  color: #000;
  transition: 0.3s ease;
  backface-visibility: hidden;
}
.gnav a:hover {
  text-decoration: none;
  color: #4bc3dd;
}

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
@media screen and (min-width: 701px) {
  .hm_btn,
  .hm_menu_wrap {
    display: none;
  }
}
@media screen and (max-width: 1160px) {
  .hm_btn,
  .hm_menu_wrap {
    display: block;
  }
}
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none;
}

/* -------------------------- メニューボタン ------------------------------------------- */
.hm_btn {
  position: fixed;
  width: 30px;
  height: 27px;
  border: #fff solid 31.5px;
  border-left-width: 20px;
  border-right-width: 20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  top: 5px;
  right: 5px;
  z-index: 9999999999;
  transform: scale(0.7);
  transform-origin: 100% 0;
}
.hm_btn::before, .hm_btn::after {
  width: 30px;
  height: 3px;
  background: #4bc3dd;
  display: block;
  content: "";
  position: absolute;
  transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
}
.hm_btn::before {
  box-shadow: #4bc3dd 0 12px 0;
}
.hm_btn::after {
  bottom: 0;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_btn::before {
  box-shadow: transparent 0 0 0;
  transform: rotate(45deg) translate3d(6px, 11px, 0);
}
.hm_menu_check:checked ~ .hm_btn::after {
  transform: rotate(-45deg) translate3d(6px, -11px, 0);
}

/* -------------------------- 格納領域 ------------------------------------------- */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999999999991;
}
.hm_menu_wrap .hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: -19px;
  bottom: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.hm_menu_wrap .hm_inner::before {
  content: "";
  display: block;
  padding-top: 80px;
}
.hm_menu_wrap .hm_inner .menucontent {
  box-sizing: border-box;
  padding: 0 0 0 0;
  width: 100%;
  position: absolute;
  top: -1000px;
  left: 0;
  right: auto;
  bottom: 0;
  transition: top 0.7s;
  border: none;
  /* 中身デザイン */
}
.hm_menu_wrap .hm_inner .menucontent ul,
.hm_menu_wrap .hm_inner .menucontent li {
  list-style: none inside;
  padding: 0;
  margin: 0;
}
.hm_menu_wrap .hm_inner .menucontent ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 50px;
  background: #4bc3dd;
}
@media screen and (max-width: 700px) {
  .hm_menu_wrap .hm_inner .menucontent ul {
    padding: 0;
  }
}
.hm_menu_wrap .hm_inner .menucontent ul li {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
.hm_menu_wrap .hm_inner .menucontent ul li.gnavimg {
  display: none;
}
@media screen and (max-width: 700px) {
  .hm_menu_wrap .hm_inner .menucontent ul li {
    width: 100%;
  }
  .hm_menu_wrap .hm_inner .menucontent ul li.gnavimg {
    display: block;
    background: #fff;
    border-bottom: #f2f6f7 solid 1px;
    height: auto;
  }
}
.hm_menu_wrap .hm_inner .menucontent ul li a {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 18px 0;
  border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  height: 50px;
}

/* ===========================================================================================================
　　　　　　　　　フッター
=========================================================================================================== */
#footer {
  background: #4bc3dd;
  letter-spacing: 0;
  color: #fff;
  /* 横並び3列 */
  /* -------------------------- サロン情報 ------------------------------------------- */
  /* -------------------------- 営業日カレンダー ------------------------------------------- */
  /* 見出し */
  /* Biz Calendar ------------------------------------------- */
  /* 年月タイトル */
  /* 曜日 */
  /* 日付 */
  /* 今日 */
  /* 定休日 */
  /* イベント */
  /* -------------------------- フッターナビゲーション ------------------------------------------- */
  /* リンク */
  /* フッターメニュー ------------------------------------------- */
  /* SNS ------------------------------------------- */
  /* コピーライト ------------------------------------------- */
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: none;
}
#footer .innerbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#footer .footerinfo,
#footer .footermenu {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 1050px) {
  #footer .footerinfo,
  #footer .footercal {
    width: 45%;
  }
  #footer .footermenu {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  #footer .footerinfo,
  #footer .footercal {
    width: 100%;
  }
}
#footer .footerinfo {
  width: 30%;
  padding: 0;
  box-sizing: border-box;
  /* メイン情報 ------------------------------------------- */
  /* サブ情報 ------------------------------------------- */
}
@media screen and (max-width: 1050px) {
  #footer .footerinfo {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}
#footer .footerinfo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0.2em);
}
#footer .footerinfo .info_main {
  padding-bottom: 2em;
  /* サイト名 */
  /* メール */
}
#footer .footerinfo .info_main:last-child {
  padding-bottom: 0;
}
#footer .footerinfo .info_main .sitettl {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em;
  /* ロゴ */
  /* 小文字 */
  /* 日本語 */
}
#footer .footerinfo .info_main .sitettl .footerlogo {
  display: block;
  padding-bottom: 0.5em;
}
#footer .footerinfo .info_main .sitettl .footerlogo img {
  width: 100%;
  height: auto;
  max-width: 18em;
}
#footer .footerinfo .info_main .sitettl small {
  font-size: 0.7em;
  font-weight: 400;
  padding-right: 0.5em;
}
#footer .footerinfo .info_main .sitettl span {
  font-size: 0.85em;
}
#footer .footerinfo .info_main p.email {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 0.83em;
  padding-bottom: 1em;
}
#footer .footerinfo a:hover p.email {
  text-decoration: underline;
}
#footer .footerinfo .info_sub {
  font-size: 0.83em;
  line-height: 1.8em;
  padding-bottom: 2.4em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* 電話 */
  /* 資格 */
}
#footer .footerinfo .info_sub:last-child {
  padding-bottom: 0;
}
#footer .footerinfo .info_sub p {
  padding-bottom: 0;
}
#footer .footerinfo .info_sub h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  padding-bottom: 0;
}
#footer .footerinfo .info_sub .tel {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1.5em;
}
#footer .footerinfo .info_sub p.license {
  line-height: 1.5em;
}
@media screen and (max-width: 850px) {
  #footer .footercal {
    padding-top: 50px;
    max-width: 400px;
    margin: 0 auto;
  }
}
#footer #biz_calendar p {
  padding-bottom: 1em;
  line-height: 1em;
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  letter-spacing: 0.2em;
}
#footer #biz_calendar p:last-child {
  padding-bottom: 0;
}
#footer .footercal .widget-title {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 0;
}
#footer #biz_calendar {
  width: 100%;
  max-width: none;
  margin: auto;
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}
#footer #biz_calendar table.bizcal {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
#footer .calmonth {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
}
#footer .calttl_year {
  display: inline-block;
  color: #666;
  padding-right: 0.5em;
  font-weight: normal;
}
#footer .calttl_month {
  font-size: 3em;
  font-weight: normal;
}
#footer #biz_calendar table.bizcal th {
  background-color: #fff;
  border-bottom: #fff solid 2px;
  font-weight: normal;
}
#footer #biz_calendar table.bizcal th:first-child,
#footer #biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #fff;
}
#footer #biz_calendar table.bizcal td {
  color: #fff;
  padding: 0.5em;
}
#footer #biz_calendar table.bizcal .today {
  font-size: 1.25em;
}
#footer #biz_calendar table.bizcal .holiday {
  background-color: #fff;
  color: #aaa !important;
}
#footer #biz_calendar p span.boxholiday {
  background-color: #aaa;
}
#footer #biz_calendar table.bizcal .eventday {
  background-color: #fff;
  color: #fff !important;
}
#footer #biz_calendar p span.boxeventday {
  background-color: #fff;
}
#footer .fnav ul {
  list-style: none inside;
  width: 100%;
  text-align: right;
}
#footer .fnav li {
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  #footer .footermenu {
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    margin-top: 50px;
    padding-top: 50px;
  }
  #footer .fnav ul {
    text-align: center;
  }
}
#footer .fnav a {
  color: #fff;
  transition: 0.3s ease-in-out;
}
#footer .fnav a:hover {
  text-decoration: none;
  color: #363636;
}
#footer .fmenu {
  font-size: 0.83em;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 480px) {
  #footer .fmenu {
    margin-top: -1em;
  }
}
#footer .fmenu li {
  padding: 0.2em 1em 0 1em;
  border-right: rgba(255, 255, 255, 0.4) solid 1px;
}
@media screen and (min-width: 481px) {
  #footer .fmenu li:first-child {
    padding-left: 0;
  }
  #footer .fmenu li:last-child {
    padding-right: 0;
  }
}
#footer .fmenu li:last-child {
  border-right: none;
}
@media screen and (max-width: 480px) {
  #footer .fmenu li {
    margin-top: 1em;
  }
  #footer .fmenu li:nth-child(2) {
    border-right: none;
  }
}
#footer .fmenu li a {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .fmenu li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
#footer .fmenu.outsite li {
  border-color: rgba(0, 0, 0, 0.3);
}
#footer .fmenu.outsite li a {
  color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#footer .fmenu.outsite li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer .sns {
  font-size: 2em;
}
#footer .sns li {
  padding-left: 0.5em;
}
#footer .sns li .footer_bn {
  width: 100%;
  height: auto;
  max-width: 8em;
  margin-top: 1em;
}
#footer .sns li:first-child {
  padding-left: 0;
}
#footer p.copyright {
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1.5em;
  text-align: right;
  padding-top: 3em;
  padding-bottom: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  color: #fff;
}
@media screen and (max-width: 1050px) {
  #footer p.copyright {
    text-align: center;
  }
}

/* ===========================================================================================================
　　　　　　　　　（スマホ用）下固定コンバージョンエリア
=========================================================================================================== */
.fixbottom {
  display: none;
}

@media screen and (max-width: 820px) {
  #footer {
    padding-bottom: 30vw;
  }
  .fixbottom {
    display: block;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: 999;
    padding: 0.5em;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .fixbottom a {
    width: 49.25%;
  }
  .fixbottom a img {
    width: 100%;
    height: auto;
  }
}
/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
body#front-page {
  /* ================= メイン画像 ============================================================ */
  /* 見出し */
  /* 段落 */
}
body#front-page #topmain {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 1160px) {
  body#front-page #topmain {
    padding-top: 60px;
  }
}
body#front-page .spslider {
  display: none;
}
@media screen and (max-width: 750px) {
  body#front-page .pcslider {
    display: none;
  }
  body#front-page .spslider {
    display: block;
  }
}
body#front-page .topctt {
  width: 100%;
  padding: 8.33em 0;
  /* -------------------------- ボタン ------------------------------------------- */
}
@media screen and (max-width: 480px) {
  body#front-page .topctt {
    padding: 50px 0;
  }
}
body#front-page .topctt .btn {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
body#front-page .topctt .btn a {
  text-align: center;
  width: 18em;
}
@media screen and (max-width: 480px) {
  body#front-page .topctt .btn a {
    width: 100%;
  }
}
body#front-page .topttl {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding-bottom: 1em;
  margin: 0 auto;
}
body#front-page .topttl img {
  max-width: 100%;
  height: auto;
}
body#front-page .topctt p:last-child {
  padding-bottom: 0;
}

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0;
}

/* 最大幅800px */
.max800px {
  max-width: 800px;
  margin: 0 auto;
}

/* =============== 背景色 ========================================================= */
.sec_bg1 {
  background: #fff;
}

.sec_bg2 {
  background: #f2f6f7;
}

.sec_bg3 {
  background: #4bc3dd;
  color: #fff;
}
.sec_bg3 a {
  color: #4bc3dd;
}
.sec_bg3 a:hover {
  color: #4bc3dd;
}

/* 同じ背景色のセクションが続いたときに余白をなくす */
.sec_bg1 + .sec_bg1,
.sec_bg2 + .sec_bg2,
.sec_bg3 + .sec_bg3 {
  padding-top: 0 !important;
}

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
.parts-h3 {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
  /* 大きな数字 */
}
.parts-h3 .jpttl {
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 1.8em;
  line-height: 1.5em;
}
@media screen and (max-width: 700px) {
  .parts-h3 .jpttl {
    font-size: 1.6em;
  }
}
.parts-h3 .lnmb {
  display: block;
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 700px) {
  .parts-h3 .lnmb {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .parts-h3 .lnmb {
    font-size: 2em;
  }
}
.parts-h3 .lnmb + .jpttl {
  font-size: 1.15em;
  padding-top: 0.5em;
}
@media screen and (max-width: 700px) {
  .parts-h3 .lnmb + .jpttl {
    font-size: 1.25em;
  }
}

.parts-h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .parts-h4 {
    font-size: 1.15em;
  }
}

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .centerbox {
    width: 100%;
  }
}

.max1500px {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .max1500px {
    width: 100%;
  }
}

/* ------------ 段落 -------------------------------- */
.freepage-ctt a {
  text-decoration: underline;
}
.freepage-ctt .sec p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */
}
.freepage-ctt .sec p.btmmin {
  padding-bottom: 2em;
}
.freepage-ctt .sec p.parts-copy {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.6em;
  }
}
.freepage-ctt .sec p.note {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.7em;
  padding-bottom: 2.5em;
  padding-left: 1.2em;
  text-indent: -0.65em;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  color: #4bc3dd;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.freepage-ctt .sec p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
}
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0;
}

/* やや小さめ強調 */
.strong {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2em;
}

/* =============== ブロック ========================================================= */
.freepage-ctt .sec {
  /* ------------ 背景色つきテキストボックス -------------------------------- */
  /* ------------ Googleマップ ------------------------------------------- */
}
.freepage-ctt .sec .bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin-bottom: 5em;
  background: #4bc3dd;
  color: #fff;
  border-radius: 1em;
}
@media screen and (max-width: 700px) {
  .freepage-ctt .sec .bbox {
    padding: 2em;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .bbox {
    padding: 1.5em;
  }
}
.freepage-ctt .sec .bbox h3, .freepage-ctt .sec .bbox h4 {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .freepage-ctt .sec .bbox h3, .freepage-ctt .sec .bbox h4 {
    font-size: 1.3em;
  }
}
.freepage-ctt .sec .bbox p {
  padding-bottom: 2em;
}
.freepage-ctt .sec .bbox p:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .access_map {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5em;
}
.freepage-ctt .sec .access_map iframe,
.freepage-ctt .sec .access_map .acf-map {
  width: 100%;
  height: 20em;
}
@media screen and (max-width: 700px) {
  .freepage-ctt .sec .access_map iframe,
  .freepage-ctt .sec .access_map .acf-map {
    height: 15em;
  }
}
@media screen and (max-width: 480px) {
  .freepage-ctt .sec .access_map iframe,
  .freepage-ctt .sec .access_map .acf-map {
    height: 12em;
  }
}
.freepage-ctt .sec .access_map .acf-map img {
  max-width: inherit !important;
}

/* =============== 画像 ========================================================= */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  text-align: center;
}
.parts-100img.center {
  text-align: center;
}
.parts-100img.left {
  text-align: left;
}
.parts-100img.right {
  text-align: right;
}
.parts-100img img {
  max-width: inherit;
  height: auto;
}
@media screen and (max-width: 700px) {
  .parts-100img img {
    width: 100%;
  }
}

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em;
}
.box_imglefttxt .imgtxt_imgbox,
.box_imgrighttxt .imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em;
  /* 画像 */
}
@media screen and (max-width: 1051px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em;
  }
}
.box_imglefttxt .imgtxt_imgbox img,
.box_imgrighttxt .imgtxt_imgbox img {
  width: 100%;
  height: auto;
}

/* 画像左 -------------------------------- */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%;
}

/* 画像右 -------------------------------- */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%;
}

@media screen and (max-width: 480px) {
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
}

/* テキスト -------------------------------- */
/* 見出し */
.imgtxt_txtbox h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .imgtxt_txtbox h4 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h4 {
    font-size: 1.5em;
    padding-bottom: 0.67em;
  }
}

/* ------------ 2～6つ並び画像テキストボックス -------------------------------- */
/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
}
.imgbox_txtarea h3,
.imgbox_txtarea h4 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  padding-top: 0.25em;
  margin-bottom: 0.5em;
}
.imgbox_txtarea p {
  padding-bottom: 0;
  line-height: 1.5em;
}

/* 横並び画像テキストボックス共通設定 -------------------------------- */
.img2box,
.img3txtbox,
.img4txtbox,
.img5txtbox,
.img6txtbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */
}
.img2box ul,
.img3txtbox ul,
.img4txtbox ul,
.img5txtbox ul,
.img6txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: -2em;
}
@media screen and (max-width: 700px) {
  .img2box ul,
  .img3txtbox ul,
  .img4txtbox ul,
  .img5txtbox ul,
  .img6txtbox ul {
    margin-top: -3em;
  }
}
.img2box ul li,
.img3txtbox ul li,
.img4txtbox ul li,
.img5txtbox ul li,
.img6txtbox ul li {
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin-top: 2em;
  /* 画像 */
}
@media screen and (max-width: 700px) {
  .img2box ul li,
  .img3txtbox ul li,
  .img4txtbox ul li,
  .img5txtbox ul li,
  .img6txtbox ul li {
    margin-top: 3em;
  }
}
.img2box ul li img,
.img3txtbox ul li img,
.img4txtbox ul li img,
.img5txtbox ul li img,
.img6txtbox ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.img2box ul.flex_center,
.img3txtbox ul.flex_center,
.img4txtbox ul.flex_center,
.img5txtbox ul.flex_center,
.img6txtbox ul.flex_center {
  justify-content: center;
}
.img2box ul.flex_center li:last-child,
.img3txtbox ul.flex_center li:last-child,
.img4txtbox ul.flex_center li:last-child,
.img5txtbox ul.flex_center li:last-child,
.img6txtbox ul.flex_center li:last-child {
  margin-right: 0;
}

/* 2つ並び画像テキストボックス -------------------------------- */
.img2box {
  /* リスト */
}
@media screen and (min-width: 701px) {
  .img2box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 700px) {
  .img2box ul:has(.youtube_box) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
.img2box ul li {
  width: 47%;
}
@media screen and (max-width: 480px) {
  .img2box ul li:has(.youtube_box) {
    width: 100%;
  }
}
.img2box.imghbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 480px) {
  .img2box.imghbox ul li {
    width: 47%;
  }
}

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  /* リスト */
}
.img3txtbox ul {
  margin-top: -3em;
}
.img3txtbox ul li {
  width: 31%;
  margin-right: 3.5%;
  margin-top: 3em;
}
@media screen and (min-width: 701px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img3txtbox ul li:has(.youtube_box) {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img3txtbox.imghbox ul li {
    width: 31%;
    margin-right: 3.5%;
  }
  .img3txtbox.imghbox ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  /* リスト */
}
.img4txtbox ul li {
  width: 23.5%;
  margin-right: 2%;
}
@media screen and (min-width: 701px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1051px) and (min-width: 481px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(2n) {
    margin-right: 2%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .img4txtbox.imghbox ul li {
    width: 23.5%;
  }
  .img4txtbox.imghbox ul li:nth-child(4n) {
    margin-right: 0;
  }
}

/* 5つ並び画像テキストボックス -------------------------------- */
.img5txtbox {
  /* リスト */
}
.img5txtbox ul li {
  width: 18.4%;
  margin-right: 2%;
}
@media screen and (min-width: 701px) {
  .img5txtbox ul li:nth-child(5n) {
    margin-right: 0;
  }
}

/* 6つ並び画像テキストボックス -------------------------------- */
.img6txtbox {
  /* リスト */
}
.img6txtbox ul li {
  width: 15%;
  margin-right: 2%;
}
@media screen and (min-width: 701px) {
  .img6txtbox ul li:nth-child(6n) {
    margin-right: 0;
  }
}

/* タブレットの時 -------------------------------- */
@media screen and (max-width: 700px) {
  /* 1つ並び */
  .img1txt_tb {
    /* リスト */
  }
  .img1txt_tb ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_tb {
    /* リスト */
  }
  .img2txt_tb ul li {
    margin-right: 2%;
  }
  /* 3つ並び */
  /* 4つ並び */
  /* 5つ並び */
  /* 6つ並び */
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img2txt_tb ul li {
    width: 49%;
  }
  .img2txt_tb ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img3txt_tb {
    /* リスト */
  }
  .img3txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img3txt_tb ul li {
    width: 32%;
  }
  .img3txt_tb ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img4txt_tb {
    /* リスト */
  }
  .img4txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img4txt_tb ul li {
    width: 23.5%;
  }
  .img4txt_tb ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img5txt_tb {
    /* リスト */
  }
  .img5txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img5txt_tb ul li {
    width: 18.4%;
  }
  .img5txt_tb ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .img6txt_tb {
    /* リスト */
  }
  .img6txt_tb ul li {
    margin-right: 2%;
  }
}
@media screen and (max-width: 700px) and (min-width: 481px) {
  .img6txt_tb ul li {
    width: 15%;
  }
  .img6txt_tb ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* スマートフォンの時 -------------------------------- */
@media screen and (max-width: 480px) {
  /* 1つ並び */
  .img1txt_sp {
    /* リスト */
  }
  .img1txt_sp ul li {
    width: 100%;
    margin-right: 0;
  }
  /* 2つ並び */
  .img2txt_sp {
    /* リスト */
  }
  .img2txt_sp ul li {
    margin-right: 2%;
    width: 49%;
  }
  .img2txt_sp ul li:nth-child(2n) {
    margin-right: 0;
  }
  /* 3つ並び */
  .img3txt_sp {
    /* リスト */
  }
  .img3txt_sp ul li {
    margin-right: 2%;
    width: 32%;
  }
  .img3txt_sp ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* 4つ並び */
  .img4txt_sp {
    /* リスト */
  }
  .img4txt_sp ul li {
    margin-right: 2%;
    width: 23.5%;
  }
  .img4txt_sp ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 5つ並び */
  .img5txt_sp {
    /* リスト */
  }
  .img5txt_sp ul li {
    margin-right: 2%;
    width: 18.4%;
  }
  .img5txt_sp ul li:nth-child(5n) {
    margin-right: 0;
  }
  /* 6つ並び */
  .img6txt_sp {
    /* リスト */
  }
  .img6txt_sp ul li {
    margin-right: 2%;
    width: 15%;
  }
  .img6txt_sp ul li:nth-child(6n) {
    margin-right: 0;
  }
}
/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #f2f6f7;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
.sec_bg2 .no_list {
  background: #fff;
}
@media screen and (max-width: 1051px) {
  .no_list {
    padding: 3em;
  }
}
@media screen and (max-width: 700px) {
  .no_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .no_list {
    padding: 1.5em;
  }
}
.no_list h3,
.no_list h4 {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .no_list h3,
  .no_list h4 {
    font-size: 1.3em;
  }
}
.no_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 1.5em;
}
.no_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
}
.no_list ul li:last-child {
  padding-bottom: 0;
}

/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  background: #f2f6f7;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
.sec_bg2 .check_list {
  background: #fff;
}
@media screen and (max-width: 1051px) {
  .check_list {
    padding: 3em;
  }
}
@media screen and (max-width: 700px) {
  .check_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .check_list {
    padding: 1.5em;
  }
}
.check_list h3,
.check_list h4 {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .check_list h3,
  .check_list h4 {
    font-size: 1.3em;
  }
}
.check_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.check_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.check_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #666;
}
.check_list ul li:last-child {
  padding-bottom: 0;
}

/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 2.5em;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  background: #f2f6f7;
  color: #000;
  border-radius: 1em;
  /* 見出し */
  /* リスト */
}
.sec_bg2 .order_list {
  background: #fff;
}
@media screen and (max-width: 1051px) {
  .order_list {
    padding: 3em;
  }
}
@media screen and (max-width: 700px) {
  .order_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .order_list {
    padding: 1.5em;
  }
}
.order_list h3,
.order_list h4 {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .order_list h3,
  .order_list h4 {
    font-size: 1.3em;
  }
}
.order_list ol {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  counter-reset: number;
}
.order_list ol li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-left: 2em;
  padding-bottom: 1em;
}
.order_list ol li::before {
  position: relative;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1.5em;
  color: #666;
}
.order_list ol li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.order_list ol li:last-child {
  padding-bottom: 0;
}

/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.table_list h3,
.table_list h4 {
  display: inline-block;
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .table_list h3,
  .table_list h4 {
    font-size: 1.3em;
  }
}
.table_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
.table_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0.5em;
  border-radius: 1em;
  background: #f2f6f7;
  margin-bottom: 0.5em;
}
.sec_bg2 .table_list ul li {
  background: #fff;
}
.table_list ul li:last-child {
  margin-bottom: 0;
}
.table_list ul li .tablelist_th,
.table_list ul li .tablelist_td {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 700px) {
  .table_list ul li .tablelist_th,
  .table_list ul li .tablelist_td {
    display: block;
    padding: 1em;
  }
}
.table_list ul li .tablelist_th {
  width: 30%;
  font-weight: 700;
  border-right: #000 dashed 0.15em;
}
@media screen and (max-width: 700px) {
  .table_list ul li .tablelist_th {
    width: 100%;
    border-right: none;
    border-bottom: #000 dashed 0.15em;
  }
}
.table_list ul li .tablelist_td {
  width: 70%;
  font-weight: 500;
}
.table_list ul li .tablelist_td strong {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 700px) {
  .table_list ul li .tablelist_td {
    width: 100%;
  }
}
.table_list ul li:last-child {
  border-bottom: none;
}

/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  padding: 2.5em;
  background: #f3f3f3;
  color: #000;
  border-radius: 1em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* 見出し */
  /* リスト */
}
@media screen and (max-width: 1051px) {
  .note_list {
    padding: 3em;
  }
}
@media screen and (max-width: 700px) {
  .note_list {
    padding: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .note_list {
    padding: 1.5em;
  }
}
.note_list h3,
.note_list h4 {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 700px) {
  .note_list h3,
  .note_list h4 {
    font-size: 1.3em;
  }
}
.note_list ul {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
}
.note_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.7em;
  text-indent: -1.2em;
  padding-left: 1.2em;
  padding-bottom: 1.5em;
}
.note_list ul li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※";
}
.note_list ul li:last-child {
  padding-bottom: 0;
}

/* タイムライン -------------------------------- */
.time_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */
}
.time_list h3,
.time_list h4 {
  display: inline-block;
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  color: #4bc3dd;
}
@media screen and (max-width: 700px) {
  .time_list h3,
  .time_list h4 {
    font-size: 1.3em;
  }
}
.time_list ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  /* 最後の点線 */
}
.time_list ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  /* 縦線 */
}
.time_list ul li::before, .time_list ul li::after {
  content: "";
  display: block;
}
.time_list ul li::before {
  position: absolute;
  top: 0;
  left: 10em;
  right: auto;
  bottom: 0;
  width: 1px;
  margin: auto;
  border-right: #fcee21 solid 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.time_list ul li:first-child::before {
  top: 2em;
}
.time_list ul li:last-child::before {
  height: 2em;
  bottom: auto;
}
.time_list ul li .time_time,
.time_list ul li .time_ctt {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding: 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  width: auto;
  position: relative;
  box-sizing: border-box;
}
.time_list ul li .time_time {
  padding-left: 0;
  width: 10em;
  font-weight: 900;
  text-align: right;
  color: #4bc3dd;
}
.time_list ul li .time_ctt {
  padding-right: 0;
  flex: 1;
  font-weight: 500;
  /* 丸 */
}
.time_list ul li .time_ctt strong {
  font-family: bc-alphapipe, source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.time_list ul li .time_ctt::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #4bc3dd;
  position: absolute;
  top: 1.9em;
  left: -0.2em;
  right: auto;
  bottom: auto;
  z-index: 2;
}
.time_list ul.on li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 2em;
  left: 10em;
  right: auto;
  bottom: 0;
  margin: auto;
  border-right: #fcee21 dotted 0.25em;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* =============== Youtube動画 ========================================================= */
.videobox .imgtxt_imgbox {
  width: 60%;
}
@media screen and (max-width: 480px) {
  .videobox .imgtxt_imgbox {
    width: 100%;
  }
}

.youtube_box {
  width: 100%;
}
.youtube_box span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box span iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em;
}

/* =============== 余白ゼロ ========================================================= */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0;
}
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child,
.freepage-ctt .sec .innerbox .access_map:last-child {
  margin-bottom: 0;
}

.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0;
}
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 1em;
}
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0;
}
.img2box a:last-child img:last-child,
.img3txtbox a:last-child img:last-child,
.img4txtbox a:last-child img:last-child {
  margin-bottom: 0;
}

li .youtube_box:last-child {
  margin-bottom: 0;
}

.imgtxt_imgbox .youtube_box {
  margin-bottom: 0;
}

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
.contactpage-ctt {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */
}
.contactpage-ctt .parts-h3 {
  text-align: left;
  padding-bottom: 1.5em;
}
.contactpage-ctt p {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.contactpage-ctt p.contact_info {
  font-size: 1.1em;
}
.contactpage-ctt .contact_tel {
  /* -------------------------- 電話セット ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  list-style: none inside;
  display: flex;
  flex-wrap: wrap;
  margin-top: -2em;
}
.contactpage-ctt .contact_tel .tel_list li {
  padding-right: 2.5em;
  margin-top: 2em;
  /* 支店 ------------------------------------------- */
  /* 番号 ------------------------------------------- */
  /* 受付時間・定休日 ------------------------------------------- */
}
.contactpage-ctt .contact_tel .tel_list li:last-child {
  padding-right: 0;
}
.contactpage-ctt .contact_tel .tel_list li .contacttel_shop {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: 0.25em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  font-size: 3em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #000;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel img {
  height: 1em;
  width: auto;
  margin-right: 0.25em;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a {
  color: #000;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a:hover {
  color: #000;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg {
  font-family: bc-alphapipe, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}
.contactpage-ctt .contact_tel .tel_list li p.contacttel_tel a .eg::before {
  font-size: 0.8em;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1;
  content: "\f095";
  padding-right: 0.2em;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday {
  color: #666;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  line-height: 1.5em;
  padding-bottom: 0;
  /* 受付時間 */
  /* 定休日 */
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday {
    line-height: 1.2em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-size: 1.5em;
  font-style: normal;
  padding-bottom: 0;
  bottom: -0.05em;
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time::before {
  display: inline-block;
  width: auto;
  position: relative;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-size: 0.67em;
  content: "受付時間";
  padding-right: 0.5em;
  bottom: 0.05em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_time {
    font-size: 1.25em;
  }
}
.contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
  display: inline-block;
  font-size: 1em;
}
@media screen and (max-width: 480px) {
  .contactpage-ctt .contact_tel .tel_list li p.time_holiday .contacttel_holiday {
    font-size: 0.8em;
  }
}
.contactpage-ctt .webcontact a {
  color: #fff;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */