@charset "UTF-8";
/* CSS Document */
/*
Theme Name: スマートパックS
*/
/* line 1, sass/_layout.scss */
* {
  margin: 0;
  padding: 0; }

/* line 5, sass/_layout.scss */
html, body {
  width: 100%;
  height: 100%; }

/* Noto Sansフォント */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: local("NotoSansJP-Light.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: local("NotoSansJP-Light.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansJP-DemiLight.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansJP-Medium.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansJP-Bold.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: local("NotoSansJP-Black.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype"); }
/* ===========================================================================================================
　　　　　　　　　全体
=========================================================================================================== */
/* line 84, sass/_layout.scss */
body {
  font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.5em;
  color: #000; }
  @media screen and (min-width: 2200px) {
    /* line 84, sass/_layout.scss */
    body {
      font-size: 22px;
      line-height: 2.5em; } }
  @media screen and (max-width: 1051px) {
    /* line 84, sass/_layout.scss */
    body {
      font-size: 14px;
      font-size: 1.4vw; } }
  @media screen and (max-width: 700px) {
    /* line 84, sass/_layout.scss */
    body {
      font-size: 13px;
      font-size: 2vw; } }
  @media screen and (max-width: 480px) {
    /* line 84, sass/_layout.scss */
    body {
      font-size: 13px;
      font-size: 3vw; } }

/* ===========================================================================================================
　　　　　　　　　レイアウト
=========================================================================================================== */
/*ヘッダー非表示
#header{
	width: 100%;
	height: 50px;
	@include fix(0,0);
	z-index: 999;
}
 */
/* line 105, sass/_layout.scss */
#main {
  width: 100%;
  position: relative; }

/*
.home{
	#main{
		padding-top: 50px;
	}
}
 */
/* line 116, sass/_layout.scss */
#footer {
  width: 100%;
  position: relative;
  padding: 4.16em 0; }

/* line 122, sass/_layout.scss */
.innerbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 2200px;
  padding: 0 4.545%;
  margin: 0 auto; }
  @media screen and (min-width: 2200px) {
    /* line 122, sass/_layout.scss */
    .innerbox {
      padding: 0 100px; } }
  @media screen and (max-width: 1051px) {
    /* line 122, sass/_layout.scss */
    .innerbox {
      padding: 0 50px; } }
  @media screen and (max-width: 700px) {
    /* line 122, sass/_layout.scss */
    .innerbox {
      padding: 0 20px; } }

/* line 137, sass/_layout.scss */
.innermin {
  width: 100%;
  position: relative;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto; }

/* ===========================================================================================================
　　　　　　　　　下層ページ
=========================================================================================================== */
/* -------------------------- ページヘッダー ------------------------------------------- */
/* line 151, sass/_layout.scss */
.page-header {
  width: 100%;
  padding: 0;
  border-bottom: #000 solid 1px;
  position: relative;
  padding-top: 50px; }

/* -------------------------- 2カラムページ ------------------------------------------- */
/* line 160, sass/_layout.scss */
.wrap {
  width: 100%;
  padding: 2em 0 4em 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* line 166, sass/_layout.scss */
#primary, #secondary {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 169, sass/_layout.scss */
#primary {
  width: 80%;
  padding-right: 5%; }
  @media screen and (max-width: 1051px) {
    /* line 169, sass/_layout.scss */
    #primary {
      width: 70%; } }
  @media screen and (max-width: 480px) {
    /* line 169, sass/_layout.scss */
    #primary {
      width: 100%;
      padding-right: 0;
      padding-bottom: 4em; } }

/* line 181, sass/_layout.scss */
#secondary {
  width: 20%; }
  @media screen and (max-width: 1051px) {
    /* line 181, sass/_layout.scss */
    #secondary {
      width: 30%; } }
  @media screen and (max-width: 480px) {
    /* line 181, sass/_layout.scss */
    #secondary {
      width: 100%; } }

/* 画像 */
/* line 2, sass/elements/_image.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

/* line 6, sass/elements/_image.scss */
img.img_max100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: auto;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; }

/* リンク */
/* line 2, sass/elements/_link.scss */
a {
  color: #e83d18;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

/* line 7, sass/elements/_link.scss */
a:hover {
  color: #9cd5d5;
  text-decoration: underline; }

/* line 11, sass/elements/_link.scss */
a img {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

/* line 14, sass/elements/_link.scss */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

/* 段落 */
/* line 2, sass/elements/_text.scss */
p {
  padding-bottom: 2em; }

/* 中寄せ */
/* line 7, sass/elements/_text.scss */
.center {
  text-align: center; }

/* line 10, sass/elements/_text.scss */
.center span {
  display: block; }

/* 右寄せ */
/* line 15, sass/elements/_text.scss */
.right {
  text-align: right; }

/* 欧文フォント */
/* line 21, sass/elements/_text.scss */
.egfont {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal; }

/* ページタイトル */
/* line 26, sass/elements/_text.scss */
.page-title {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  width: 100%;
  padding: 1em 0;
  text-align: center;
  position: relative; }

/* サイドカラム見出し */
/* line 39, sass/elements/_text.scss */
.widget-title {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em; }

/* 投稿ページ見出し */
/* line 49, sass/elements/_text.scss */
.page-title .subtitle {
  display: block;
  font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-weight: 900;
  font-size: 0.5em; }

/* line 57, sass/elements/_text.scss */
.category-news .page-title .subtitle {
  display: none; }

/* 検索 */
/* line 2, sass/elements/_form.scss */
.search-form {
  width: 100%;
  text-align: center; }
  /* line 5, sass/elements/_form.scss */
  .search-form label {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

/* line 11, sass/elements/_form.scss */
input.search-field {
  width: 16em;
  line-height: 1em;
  padding: 1em;
  border: none;
  background: #e83d18; }

/* line 18, sass/elements/_form.scss */
.search-submit {
  width: 3em;
  height: 3em;
  box-sizing: border-box;
  border: none;
  background: #e83d18;
  padding: 1em;
  position: relative;
  top: 0.15em;
  cursor: pointer; }
  /* line 28, sass/elements/_form.scss */
  .search-submit .svg {
    width: 1em;
    height: 1em;
    fill: #fff; }

/* =============== コンタクトフォーム（全ページ共通） ========================================================= */
/* line 37, sass/elements/_form.scss */
.formbox {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 3.57em 0; }
  @media screen and (max-width: 700px) {
    /* line 37, sass/elements/_form.scss */
    .formbox {
      padding: 1.5em 0; } }
  /* line 46, sass/elements/_form.scss */
  .formbox h3 {
    font-size: 2em;
    line-height: 1.7em;
    padding-bottom: 0.5em; }
  /* line 51, sass/elements/_form.scss */
  .formbox p {
    padding-bottom: 2em; }

/* line 56, sass/elements/_form.scss */
.formbox p.center {
  text-align: left; }

/* contact form 7 ------------------------------------------- */
/* line 63, sass/elements/_form.scss */
.wpcf7-form .formctt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* line 67, sass/elements/_form.scss */
.formname {
  width: 15em;
  text-align: right;
  padding: 1em 0.5em 0 0;
  line-height: 1em; }
  @media screen and (max-width: 480px) {
    /* line 67, sass/elements/_form.scss */
    .formname {
      width: 100%;
      text-align: left;
      padding: 0.5em 0; } }
  /* line 77, sass/elements/_form.scss */
  .formname::after {
    content: "："; }

/* line 82, sass/elements/_form.scss */
span .formname {
  padding-top: 1.5em; }

/* line 86, sass/elements/_form.scss */
.wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media screen and (max-width: 480px) {
    /* line 86, sass/elements/_form.scss */
    .wpcf7-form-control-wrap {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -moz-box-flex: 0;
      -ms-flex: none;
      flex: none; } }

/* line 93, sass/elements/_form.scss */
div.wpcf7 {
  text-align: left; }

/* line 96, sass/elements/_form.scss */
.wpcf7-form {
  /*送信ボタン*/ }
  /* line 97, sass/elements/_form.scss */
  .wpcf7-form p {
    padding: 0 0 2em 0; }
  /* line 100, sass/elements/_form.scss */
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form input[type="date"],
  .wpcf7-form textarea {
    font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-size: 1em;
    line-height: 1.7em;
    box-sizing: border-box;
    padding: 0.75em;
    border-radius: 0.31em;
    border: #e83d18 solid 1px;
    /* 確認ページ */ }
    @media screen and (max-width: 1500px) {
      /* line 100, sass/elements/_form.scss */
      .wpcf7-form input[type="text"],
      .wpcf7-form input[type="email"],
      .wpcf7-form input[type="tel"],
      .wpcf7-form input[type="date"],
      .wpcf7-form textarea {
        padding: 0.5em 1em; } }
    /* line 116, sass/elements/_form.scss */
    .wpcf7-form input[type="text"].wpcf7c-conf,
    .wpcf7-form input[type="email"].wpcf7c-conf,
    .wpcf7-form input[type="tel"].wpcf7c-conf,
    .wpcf7-form input[type="date"].wpcf7c-conf,
    .wpcf7-form textarea.wpcf7c-conf {
      background: #fff;
      border: none;
      border-radius: none; }
  /* line 122, sass/elements/_form.scss */
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form textarea {
    width: 100% !important; }
  /* line 129, sass/elements/_form.scss */
  .wpcf7-form .yubin input[type="text"] {
    max-width: 180px; }
  /* line 134, sass/elements/_form.scss */
  .wpcf7-form label .yubin {
    position: relative;
    top: 1em; }
    /* line 137, sass/elements/_form.scss */
    .wpcf7-form label .yubin br {
      display: none; }
  /* line 143, sass/elements/_form.scss */
  .wpcf7-form input[type="submit"],
  .wpcf7-form input[type="button"],
  .wpcf7-form .resetbtn {
    width: 10em !important;
    font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1em;
    text-indent: 1em;
    box-sizing: border-box;
    padding: 0.5em 1em;
    margin: 0 1em;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: #e83d18 solid 2px;
    border-radius: 1.5em;
    background: #e83d18;
    color: #fff; }
    /* line 160, sass/elements/_form.scss */
    .wpcf7-form input[type="submit"]:hover,
    .wpcf7-form input[type="button"]:hover,
    .wpcf7-form .resetbtn:hover {
      cursor: pointer;
      background: #9cd5d5;
      color: #e83d18; }
    @media screen and (max-width: 480px) {
      /* line 143, sass/elements/_form.scss */
      .wpcf7-form input[type="submit"],
      .wpcf7-form input[type="button"],
      .wpcf7-form .resetbtn {
        padding: 0.5em 0.5em;
        width: 8em !important;
        margin: 0 0.5em; } }
  /* line 171, sass/elements/_form.scss */
  .wpcf7-form .resetbtn {
    letter-spacing: 0;
    text-indent: 0; }

/* line 178, sass/elements/_form.scss */
.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto; }

/* ボタンリスト */
/* line 185, sass/elements/_form.scss */
.btnlist {
  list-style: none inside;
  text-align: center; }
  /* line 188, sass/elements/_form.scss */
  .btnlist li {
    display: inline-block; }

/* 確認ページ */
/* line 194, sass/elements/_form.scss */
input[type="hidden"] {
  position: relative;
  z-index: 100;
  display: inline-block;
  background: #fff !important;
  border: #fff solid 2px; }

/* line 201, sass/elements/_form.scss */
div.wpcf7-mail-sent-ok {
  border: 2px solid #e83d18; }

/* line 205, sass/elements/_form.scss */
div.wpcf7 .ajax-loader {
  width: 0;
  height: 0; }

/* line 213, sass/elements/_form.scss */
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s; }

/* line 217, sass/elements/_form.scss */
input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s; }

/* line 221, sass/elements/_form.scss */
input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important; }

/* line 224, sass/elements/_form.scss */
.wpcf7-form {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em; }
  /* line 227, sass/elements/_form.scss */
  .wpcf7-form p, .wpcf7-form ul {
    position: relative;
    z-index: 2; }

/* line 232, sass/elements/_form.scss */
.formbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  z-index: 1;
  border-radius: 1em; }

/* チェックボックス・ラジオボタン */
/* line 241, sass/elements/_form.scss */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.75em; }
  /* line 247, sass/elements/_form.scss */
  span.wpcf7-list-item input[type="radio"] + span,
  span.wpcf7-list-item input[type="checkbox"] + span {
    padding-right: 1em;
    font-size: 1em; }
  /* line 255, sass/elements/_form.scss */
  span.wpcf7-list-item:last-child input[type="radio"] + span,
  span.wpcf7-list-item:last-child input[type="checkbox"] + span {
    padding-right: 0; }

/* line 261, sass/elements/_form.scss */
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  line-height: 1em; }
  /* line 266, sass/elements/_form.scss */
  input[type="radio"].wpcf7c-conf,
  input[type="checkbox"].wpcf7c-conf {
    display: none; }
    /* line 268, sass/elements/_form.scss */
    input[type="radio"].wpcf7c-conf + span,
    input[type="checkbox"].wpcf7c-conf + span {
      display: none; }

/* line 273, sass/elements/_form.scss */
.wpcf7-list-item-label {
  cursor: pointer;
  line-height: 1em; }

/* line 277, sass/elements/_form.scss */
.wpcf7c-elm-step2.bdstep2 {
  display: block;
  width: 100%;
  border-bottom: #ececec solid 1px; }

/* 送信済メッセージ */
/* line 284, sass/elements/_form.scss */
div.wpcf7-mail-sent-ok {
  border: 2px solid #e83d18; }

/* ===========================================================================================================
　　　　　　　　　ヘッダー
=========================================================================================================== */
/* line 4, sass/_header.scss */
#header {
  background: #e83d18; }

/* ロゴ */
/* line 9, sass/_header.scss */
.logo {
  line-height: 0;
  position: relative;
  padding: 5px 0;
  height: 40px; }
  @media screen and (max-width: 1350px) {
    /* line 9, sass/_header.scss */
    .logo {
      padding: 10px 0;
      height: 30px; } }
  @media screen and (max-width: 1150px) {
    /* line 9, sass/_header.scss */
    .logo {
      padding: 15px 0;
      height: 20px; } }
  /* line 22, sass/_header.scss */
  .logo img {
    height: 40px;
    width: auto; }
    @media screen and (max-width: 1350px) {
      /* line 22, sass/_header.scss */
      .logo img {
        height: 30px; } }
    @media screen and (max-width: 1150px) {
      /* line 22, sass/_header.scss */
      .logo img {
        height: 20px; } }

/* -------------------------- グローバルナビゲーション ------------------------------------------- */
/* line 35, sass/_header.scss */
.gnav {
  position: absolute;
  top: 0;
  right: 4.545%;
  width: 65%;
  height: 50px;
  box-sizing: border-box;
  /* リンク */ }
  @media screen and (min-width: 2200px) {
    /* line 35, sass/_header.scss */
    .gnav {
      right: 100px; } }
  @media screen and (max-width: 1200px) {
    /* line 35, sass/_header.scss */
    .gnav {
      width: 72%; } }
  @media screen and (max-width: 1051px) {
    /* line 35, sass/_header.scss */
    .gnav {
      right: 100px; } }
  /* line 51, sass/_header.scss */
  .gnav ul {
    font-family: korolev, sans-serif;
    font-weight: 900;
    font-style: normal;
    list-style: none inside;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    letter-spacing: 0.17em;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    @media screen and (max-width: 1500px) {
      /* line 51, sass/_header.scss */
      .gnav ul {
        font-size: 16px; } }
    @media screen and (max-width: 1400px) {
      /* line 51, sass/_header.scss */
      .gnav ul {
        font-size: 14px; } }
    @media screen and (max-width: 1350px) {
      /* line 51, sass/_header.scss */
      .gnav ul {
        font-size: 12px; } }
    /* line 70, sass/_header.scss */
    .gnav ul li {
      padding-right: 2em;
      /* 画像ナビ ------------------------------------------- */ }
      /* line 72, sass/_header.scss */
      .gnav ul li:last-child {
        padding-right: 0; }
      @media screen and (max-width: 1600px) {
        /* line 70, sass/_header.scss */
        .gnav ul li {
          padding-right: 1em; } }
      @media screen and (max-width: 1051px) {
        /* line 70, sass/_header.scss */
        .gnav ul li {
          display: none; } }
      /* line 82, sass/_header.scss */
      .gnav ul li.gnavimg {
        padding-right: 1em;
        /* 画像 */ }
        @media screen and (max-width: 1051px) {
          /* line 82, sass/_header.scss */
          .gnav ul li.gnavimg {
            display: block; } }
        @media screen and (max-width: 700px) {
          /* line 82, sass/_header.scss */
          .gnav ul li.gnavimg {
            display: none; } }
        /* line 90, sass/_header.scss */
        .gnav ul li.gnavimg:last-child {
          padding-right: 0; }
        /* line 94, sass/_header.scss */
        .gnav ul li.gnavimg img {
          vertical-align: middle;
          position: relative;
          top: -3px; }
  /* line 103, sass/_header.scss */
  .gnav a {
    display: inline-block;
    box-sizing: border-box;
    color: #000;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    /* line 108, sass/_header.scss */
    .gnav a:hover {
      text-decoration: none;
      color: #e83d18; }

/* ===========================================================================================================
　　　　　　　　　格納ナビゲーション
=========================================================================================================== */
@media screen and (min-width: 1051px) {
  /* line 5, sass/_spnav.scss */
  .hm_btn, .hm_menu_wrap {
    display: none; } }
@media screen and (max-width: 1050px) {
  /* line 10, sass/_spnav.scss */
  .hm_btn, .hm_menu_wrap {
    display: block; } }
/* line 15, sass/_spnav.scss */
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none; }

/* メニューボタン */
/* line 20, sass/_spnav.scss */
.hm_btn {
  position: fixed;
  width: 30px;
  height: 27px;
  cursor: pointer;
  z-index: 2;
  top: 12px;
  right: 50px;
  z-index: 9999999999; }
  @media screen and (max-width: 700px) {
    /* line 20, sass/_spnav.scss */
    .hm_btn {
      right: 20px; } }
  /* line 32, sass/_spnav.scss */
  .hm_btn::before, .hm_btn::after {
    width: 30px;
    height: 3px;
    background: #e83d18;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s; }
  /* line 43, sass/_spnav.scss */
  .hm_btn::before {
    -webkit-box-shadow: #e83d18 0 12px 0;
    box-shadow: #e83d18 0 12px 0; }
  /* line 47, sass/_spnav.scss */
  .hm_btn::after {
    bottom: 0; }

/* -------------------------- 格納領域 ------------------------------------------- */
/* line 53, sass/_spnav.scss */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999999999991; }

/* line 71, sass/_spnav.scss */
.hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -19px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/* line 80, sass/_spnav.scss */
.hm_inner:before {
  content: "";
  display: block;
  padding-top: 50px; }

/* line 85, sass/_spnav.scss */
.menucontent {
  box-sizing: border-box;
  padding: 0 0 0 0;
  width: 100%;
  position: absolute;
  top: -1000px;
  left: 0;
  bottom: 0;
  -webkit-transition: top 0.7s;
  transition: top 0.7s;
  border: none; }

/* 開閉時のアニメーション */
/* line 100, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1.0;
  filter: alpha(opacity=100);
  visibility: visible; }
  /* line 104, sass/_spnav.scss */
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    height: 50px; }
/* line 112, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::before {
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
  transform: rotate(45deg) translate3d(6px, 11px, 0); }
/* line 118, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
  transform: rotate(-45deg) translate3d(6px, -11px, 0); }

/* -------------------------- 中身デザイン ------------------------------------------- */
/* line 127, sass/_spnav.scss */
.menucontent ul,
.menucontent li {
  list-style: none inside;
  padding: 0;
  margin: 0; }
/* line 133, sass/_spnav.scss */
.menucontent ul {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #e83d18; }
  @media screen and (max-width: 700px) {
    /* line 133, sass/_spnav.scss */
    .menucontent ul {
      padding: 0; } }
  /* line 151, sass/_spnav.scss */
  .menucontent ul li {
    height: 50px;
    font-size: 14px;
    line-height: 1em; }
    /* line 155, sass/_spnav.scss */
    .menucontent ul li.gnavimg {
      display: none; }
    @media screen and (max-width: 700px) {
      /* line 151, sass/_spnav.scss */
      .menucontent ul li {
        width: 100%; }
        /* line 160, sass/_spnav.scss */
        .menucontent ul li.gnavimg {
          display: block;
          background: rgba(255, 255, 255, 0.8);
          border-bottom: 0;
          height: auto; } }
    /* line 167, sass/_spnav.scss */
    .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;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }

/* サイドカラム ------------------------------------------- */
/* line 2, sass/_side.scss */
.widget {
  padding-bottom: 3em; }
  /* line 4, sass/_side.scss */
  .widget ul {
    list-style: none inside;
    width: 100%;
    position: relative; }
    /* line 8, sass/_side.scss */
    .widget ul li {
      width: 100%;
      position: relative;
      margin-top: 1em;
      line-height: 1.5em; }

/* line 18, sass/_side.scss */
.widget_recent_entries ul li {
  padding-top: 1.5em; }

/* 日付 */
/* line 25, sass/_side.scss */
.post-date {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  color: #06b7f8; }

/* ===========================================================================================================
　　　　　　　　　フッター
=========================================================================================================== */
/* line 4, sass/_footer.scss */
#footer {
  background: #fff;
  letter-spacing: 0; }

/* line 8, sass/_footer.scss */
#footer a {
  color: #fff; }

/* 横並び3列 */
/* line 13, sass/_footer.scss */
#footer .innerbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* line 29, sass/_footer.scss */
.footerinfo, .footercal, .footermenu {
  width: 27.5%;
  position: relative; }

@media screen and (max-width: 1050px) {
  /* line 35, sass/_footer.scss */
  .footerinfo, .footercal {
    width: 45%; }

  /* line 38, sass/_footer.scss */
  .footermenu {
    width: 100%; } }
@media screen and (max-width: 850px) {
  /* line 44, sass/_footer.scss */
  .footerinfo, .footercal {
    width: 100%; } }
/* -------------------------- サロン情報 ------------------------------------------- */
/* line 51, sass/_footer.scss */
.footerinfo {
  width: 30%;
  padding: 0 4.545%;
  box-sizing: border-box; }

@media screen and (max-width: 1050px) {
  /* line 58, sass/_footer.scss */
  .footerinfo {
    width: 45%; } }
@media screen and (max-width: 850px) {
  /* line 64, sass/_footer.scss */
  .footerinfo {
    width: 100%;
    text-align: center;
    box-sizing: border-box; } }
/* メイン情報 ------------------------------------------- */
/* line 72, sass/_footer.scss */
.info_main {
  padding-bottom: 2em; }

/* line 75, sass/_footer.scss */
.footerinfo .info_main:last-child {
  padding-bottom: 0; }

/* ロゴ */
/* line 80, sass/_footer.scss */
.footerinfo img {
  max-width: 100%;
  height: auto; }

/* サイト名 */
/* line 86, sass/_footer.scss */
.sitettl {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5em; }

/* line 91, sass/_footer.scss */
.footerlogo, .sitettl small {
  display: block; }

/* line 94, sass/_footer.scss */
.sitettl small {
  font-size: 0.8em;
  font-weight: 400; }

/* ロゴ */
/* line 100, sass/_footer.scss */
.footerlogo {
  padding-bottom: 0.5em; }

/* メール */
/* line 105, sass/_footer.scss */
p.email {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.83em;
  letter-spacing: 0.2em;
  padding-bottom: 0; }

/* サブ情報 ------------------------------------------- */
/* line 113, sass/_footer.scss */
.info_sub {
  font-size: 0.83em;
  line-height: 1.8em;
  padding-bottom: 2.4em; }

/* line 118, sass/_footer.scss */
.footerinfo .info_sub:last-child {
  padding-bottom: 0; }

/* line 121, sass/_footer.scss */
.info_sub p {
  padding-bottom: 0; }

/* 見出し */
/* line 126, sass/_footer.scss */
.info_sub h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  padding-bottom: 0; }

/* 電話 */
/* line 134, sass/_footer.scss */
.info_sub .tel {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em; }

/* 資格 */
/* line 140, sass/_footer.scss */
.info_sub p.license {
  line-height: 1.5em; }

/* -------------------------- 営業日カレンダー ------------------------------------------- */
@media screen and (max-width: 850px) {
  /* line 146, sass/_footer.scss */
  .footercal {
    padding-top: 50px;
    max-width: 400px;
    margin: 0 auto; } }
/* line 153, sass/_footer.scss */
#biz_calendar p {
  padding-bottom: 1em;
  line-height: 1em;
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.2em; }

/* line 159, sass/_footer.scss */
#biz_calendar p:last-child {
  padding-bottom: 0; }

/* 見出し */
/* line 164, sass/_footer.scss */
.footercal .widget-title {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  padding-bottom: 0; }

/* Biz Calendar ------------------------------------------- */
/* line 174, sass/_footer.scss */
#biz_calendar {
  width: 100%;
  max-width: none;
  margin: auto;
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal; }

/* line 180, sass/_footer.scss */
#biz_calendar table.bizcal {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

/* 年月タイトル */
/* line 188, sass/_footer.scss */
.calmonth {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-weight: normal; }

/* line 192, sass/_footer.scss */
.calttl_year {
  display: inline-block;
  color: #666;
  padding-right: 0.5em;
  font-weight: normal; }

/* line 198, sass/_footer.scss */
.calttl_month {
  font-size: 3em;
  font-weight: normal; }

/* 曜日 */
/* line 204, sass/_footer.scss */
#biz_calendar table.bizcal th {
  background-color: #fff;
  border-bottom: #fff solid 2px;
  font-weight: normal; }

/* line 209, sass/_footer.scss */
#biz_calendar table.bizcal th:first-child, #biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #fff; }

/* 日付 */
/* line 214, sass/_footer.scss */
#biz_calendar table.bizcal td {
  color: #fff;
  padding: 0.5em; }

/* 今日 */
/* line 220, sass/_footer.scss */
#biz_calendar table.bizcal .today {
  font-size: 1.25em; }

/* 定休日 */
/* line 225, sass/_footer.scss */
#biz_calendar table.bizcal .holiday {
  background-color: #fff;
  color: #aaa !important; }

/* line 229, sass/_footer.scss */
#biz_calendar p span.boxholiday {
  background-color: #aaa; }

/* イベント */
/* line 234, sass/_footer.scss */
#biz_calendar table.bizcal .eventday {
  background-color: #fff;
  color: #fff !important; }

/* line 238, sass/_footer.scss */
#biz_calendar p span.boxeventday {
  background-color: #fff; }

/* -------------------------- フッターナビゲーション ------------------------------------------- */
/* line 243, sass/_footer.scss */
.fnav ul {
  list-style: none inside;
  width: 100%;
  text-align: right; }

/* line 248, sass/_footer.scss */
.fnav li {
  display: inline-block; }

@media screen and (max-width: 1050px) {
  /* line 253, sass/_footer.scss */
  .footermenu {
    border-top: #fff solid 1px;
    margin-top: 50px;
    padding-top: 50px; }

  /* line 258, sass/_footer.scss */
  .fnav ul {
    text-align: center; } }
/* リンク */
/* line 265, sass/_footer.scss */
.fnav a {
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/* line 273, sass/_footer.scss */
.fnav a:hover {
  text-decoration: none;
  color: #363636; }

/* フッターメニュー ------------------------------------------- */
/* line 280, sass/_footer.scss */
.fmenu {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.83em;
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 1.5em; }

/* line 287, sass/_footer.scss */
.fmenu li {
  padding: 0 1em;
  border-right: #fff solid 1px; }

/* line 291, sass/_footer.scss */
.fmenu li:first-child {
  padding-left: 0; }

/* line 294, sass/_footer.scss */
.fmenu li:last-child {
  padding-right: 0;
  border-right: none; }

/* SNS ------------------------------------------- */
/* line 300, sass/_footer.scss */
.sns {
  font-size: 2em; }

/* line 303, sass/_footer.scss */
.sns li {
  padding-left: 0.5em; }

/* line 306, sass/_footer.scss */
.sns li:first-child {
  padding-left: 0; }

/* コピーライト ------------------------------------------- */
/* line 311, sass/_footer.scss */
p.copyright {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 0.75em;
  font-size: 0.60em;
  letter-spacing: 0;
  line-height: 1.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-bottom: 0; }

@media screen and (max-width: 1050px) {
  /* line 326, sass/_footer.scss */
  p.copyright {
    position: relative;
    text-align: center;
    padding-top: 3em; } }
/* ===========================================================================================================
　　　　　　　　　固定コンバージョンエリア
=========================================================================================================== */
/* line 337, sass/_footer.scss */
.fixbottom a img:first-child {
  display: block;
  position: fixed;
  width: 300px;
  top: 1em;
  z-index: 999;
  right: 0; }

/* line 345, sass/_footer.scss */
.fixbottom a img:last-child {
  display: none; }

@media screen and (max-width: 1050px) {
  /* line 350, sass/_footer.scss */
  #footer {
    padding-bottom: 30vw; }

  /* line 353, sass/_footer.scss */
  .fixbottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999; }

  /* line 361, sass/_footer.scss */
  .fixbottom a img:last-child {
    max-width: 100%;
    height: auto;
    display: block; }

  /* line 366, sass/_footer.scss */
  .fixbottom a img:first-child {
    display: none; } }
/* ===========================================================================================================
　　　　　　　　　トップページメインコンテンツ
=========================================================================================================== */
/* line 4, sass/_top.scss */
.topctt {
  width: 100%;
  padding: 8.33em 0; }
  @media screen and (max-width: 480px) {
    /* line 4, sass/_top.scss */
    .topctt {
      padding: 50px 0; } }

/* 見出し */
/* line 13, sass/_top.scss */
.topttl {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding-bottom: 1em;
  margin: 0 auto; }
  /* line 21, sass/_top.scss */
  .topttl img {
    max-width: 100%;
    height: auto; }

/* 段落 */
/* line 30, sass/_top.scss */
.topctt p:last-child {
  padding-bottom: 0; }

/* =============================== スライドショー ========================================================== */
/* line 37, sass/_top.scss */
.spslider {
  display: none; }

@media screen and (max-width: 750px) {
  /* line 42, sass/_top.scss */
  .pcslider {
    display: none; }

  /* line 45, sass/_top.scss */
  .spslider {
    display: block; } }
/* =============================== 導入 ========================================================== */
/* line 52, sass/_top.scss */
#intro {
  background: url(../../../../images/bg_top.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #000; }

@media screen and (max-width: 700px) {
  /* line 59, sass/_top.scss */
  #intro .center {
    text-align: left; }

  /* line 62, sass/_top.scss */
  #intro .center span {
    display: inline; } }
/* =============================== メニュー ========================================================== */
/* line 68, sass/_top.scss */
#topmenu {
  background: #fff; }
  /* line 70, sass/_top.scss */
  #topmenu ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    /* line 74, sass/_top.scss */
    #topmenu ul li {
      width: 30%;
      position: relative;
      line-height: 2.25em;
      /* 画像 */
      /* 見出し */
      /* 段落 */
      /* リンク */ }
      @media screen and (max-width: 700px) {
        /* line 74, sass/_top.scss */
        #topmenu ul li {
          width: 100%;
          margin-bottom: 2em; }
          /* line 81, sass/_top.scss */
          #topmenu ul li:last-child {
            margin-bottom: 0; }
          /* line 84, sass/_top.scss */
          #topmenu ul li a {
            width: 100%;
            position: relative;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch; }
            /* line 88, sass/_top.scss */
            #topmenu ul li a .topmenuimg,
            #topmenu ul li a .topmenutxt {
              width: 48%; }
            /* line 92, sass/_top.scss */
            #topmenu ul li a .topmenutxt {
              display: -ms-flexbox;
              display: -webkit-box;
              display: -webkit-flex;
              display: flex;
              -ms-flex-align: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              align-items: center; } }
      @media screen and (max-width: 480px) {
        /* line 74, sass/_top.scss */
        #topmenu ul li {
          margin-bottom: 3em; }
          /* line 106, sass/_top.scss */
          #topmenu ul li:last-child {
            margin-bottom: 0; } }
      /* line 111, sass/_top.scss */
      #topmenu ul li img {
        width: 100%;
        height: auto;
        padding-bottom: 1em; }
      /* line 117, sass/_top.scss */
      #topmenu ul li h2 {
        font-size: 1.25em;
        font-weight: normal;
        letter-spacing: 0.2em;
        text-align: center;
        line-height: 1.5em;
        padding-bottom: 0.5em; }
      /* line 126, sass/_top.scss */
      #topmenu ul li p:last-child {
        padding-bottom: 0; }
      /* line 130, sass/_top.scss */
      #topmenu ul li a {
        color: #000;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        /* line 137, sass/_top.scss */
        #topmenu ul li a:hover {
          color: #e83d18;
          text-decoration: none; }

/* =============================== Youtube ========================================================== */
/* line 147, sass/_top.scss */
#topvideo {
  background: url(../../../images/bg_top2.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff; }

/* 見出し */
/* line 154, sass/_top.scss */
#topvideo .topttl {
  width: 48.3%; }

@media screen and (max-width: 980px) {
  /* line 159, sass/_top.scss */
  #topvideo .topttl {
    width: 65%; } }
@media screen and (max-width: 480px) {
  /* line 165, sass/_top.scss */
  #topvideo .topttl {
    width: 100%; } }
/* ボタン */
/* line 171, sass/_top.scss */
.btn_more {
  padding-top: 2em; }

/* line 174, sass/_top.scss */
.btn_more img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 1200px) {
  /* line 180, sass/_top.scss */
  .btn_more img {
    width: 200px; } }
/* =============================== Instagram ========================================================== */
/* line 186, sass/_top.scss */
#topinsta {
  background: #000;
  color: #fff; }

/* -------------------------- インスタエリア ------------------------------------------- */
@media screen and (max-width: 1050px) {
  /* line 193, sass/_top.scss */
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 25%; } }
@media screen and (max-width: 700px) {
  /* line 199, sass/_top.scss */
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 33.33%; } }
@media screen and (max-width: 480px) {
  /* line 205, sass/_top.scss */
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%; } }
/* =============================== ブログ ========================================================== */
/* line 211, sass/_top.scss */
#topblog {
  background: #fff; }

/* -------------------------- 新着共通 ------------------------------------------- */
/* line 216, sass/_top.scss */
#topblog .innermin, #topnews .innermin {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* 見出し */
/* line 230, sass/_top.scss */
#topblog .topttl, #topnews .topttl {
  width: 24%;
  position: relative;
  box-sizing: border-box;
  padding-right: 5.7%;
  padding-bottom: 0;
  border-right: #e83d18 solid 4px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #e83d18; }

/* line 247, sass/_top.scss */
#topblog .topttl a, #topnews .topttl a {
  color: #000; }

/* line 250, sass/_top.scss */
#topblog .topttl a:hover, #topnews .topttl a:hover {
  text-decoration: none; }

@media screen and (max-width: 480px) {
  /* line 255, sass/_top.scss */
  #topblog .topttl, #topnews .topttl {
    width: 100%;
    border-right: none;
    padding-bottom: 1.5em; }

  /* line 260, sass/_top.scss */
  #topblog .topttl span, #topnews .topttl span {
    display: block;
    width: 100%;
    text-align: center; }

  /* line 265, sass/_top.scss */
  #topblog .topttl img, #topnews .topttl img {
    width: 30%; } }
/* 記事エリア ------------------------------------------- */
/* line 271, sass/_top.scss */
.postbox {
  width: 76%;
  position: relative;
  box-sizing: border-box;
  padding-left: 5.7%; }

/* line 277, sass/_top.scss */
.postbox ul {
  list-style: none inside;
  width: 100%;
  position: relative; }

/* line 282, sass/_top.scss */
.postbox li {
  width: 100%;
  height: 1.2em;
  line-height: 1em;
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap; }

/* line 293, sass/_top.scss */
.postbox li:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 480px) {
  /* line 298, sass/_top.scss */
  .postbox {
    width: 100%; } }
/* リンク */
/* line 305, sass/_top.scss */
.postbox a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/* line 313, sass/_top.scss */
.postbox a:hover {
  color: #e83d18; }

/* 日付 */
/* line 318, sass/_top.scss */
.postbox .date {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  padding-right: 2em;
  color: #9cd5d5; }

/* =============================== 新着情報 ========================================================== */
/* line 326, sass/_top.scss */
#topnews {
  background: #e4e4e4; }

/* =============================== カテゴリーページ ========================================================== */
/* line 2, sass/topics/_archive.scss */
.archive,
.page-template-page-blogs {
  /* エントリーヘッダー */
  /* 日付 */
  /* 記事タイトル */
  /* 本文抜粋表示 */ }
  /* line 4, sass/topics/_archive.scss */
  .archive article,
  .page-template-page-blogs article {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    margin-bottom: 2em;
    background: #e4e4e4;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    /* line 10, sass/topics/_archive.scss */
    .archive article .post-thumbnail,
    .page-template-page-blogs article .post-thumbnail {
      width: 25%;
      box-sizing: border-box;
      padding-right: 1em;
      /* サムネイル画像 */ }
      @media screen and (max-width: 700px) {
        /* line 10, sass/topics/_archive.scss */
        .archive article .post-thumbnail,
        .page-template-page-blogs article .post-thumbnail {
          width: 100%;
          padding-right: 0;
          padding-bottom: 1em; } }
      /* line 20, sass/topics/_archive.scss */
      .archive article .post-thumbnail img,
      .page-template-page-blogs article .post-thumbnail img {
        width: 100%;
        height: auto; }
    /* line 25, sass/topics/_archive.scss */
    .archive article .post-area,
    .page-template-page-blogs article .post-area {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 700px) {
        /* line 25, sass/topics/_archive.scss */
        .archive article .post-area,
        .page-template-page-blogs article .post-area {
          width: 100%; } }
  /* line 33, sass/topics/_archive.scss */
  .archive .entry-header,
  .page-template-page-blogs .entry-header {
    border-bottom: #e83d18 solid 1px; }
  /* line 37, sass/topics/_archive.scss */
  .archive .datebox,
  .page-template-page-blogs .datebox {
    font-size: 0.8em;
    background: #e83d18;
    color: #fff; }
    @media screen and (max-width: 1051px) {
      /* line 37, sass/topics/_archive.scss */
      .archive .datebox,
      .page-template-page-blogs .datebox {
        font-size: 0.6em; } }
  /* line 46, sass/topics/_archive.scss */
  .archive .entry-title,
  .page-template-page-blogs .entry-title {
    font-size: 1.2em;
    line-height: 1.5em; }
    /* line 49, sass/topics/_archive.scss */
    .archive .entry-title a,
    .page-template-page-blogs .entry-title a {
      color: #000; }
  /* line 54, sass/topics/_archive.scss */
  .archive .entry-content,
  .page-template-page-blogs .entry-content {
    padding: 1em 0 1em 0;
    line-height: 1.75em; }

/* ページネーション ------------------------------------------- */
/* line 62, sass/topics/_archive.scss */
.pagination .nav-links {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: block;
  text-align: center;
  color: #aaa; }
  /* line 67, sass/topics/_archive.scss */
  .pagination .nav-links a, .pagination .nav-links span {
    display: inline-block;
    padding: 0.5em; }
  /* line 71, sass/topics/_archive.scss */
  .pagination .nav-links span.screen-reader-text {
    display: none; }
  /* line 74, sass/topics/_archive.scss */
  .pagination .nav-links a {
    color: #e83d18; }

/* 矢印 */
/* line 81, sass/topics/_archive.scss */
.page-numbers::before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1; }

/* line 91, sass/topics/_archive.scss */
.prev.page-numbers::before {
  content: "\f053"; }

/* line 94, sass/topics/_archive.scss */
.next.page-numbers::before {
  content: "\f054"; }

/* =======================================================================================================================
　　　　　　　　　投稿記事
======================================================================================================================= */
/* =============== 記事ページ ========================================================= */
/* -------------------------- エントリーヘッダー ------------------------------------------- */
/* line 8, sass/topics/_single.scss */
.entry-header {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* 日付 ------------------------------------------- */
/* line 15, sass/topics/_single.scss */
.datebox {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 6.5em;
  max-height: 6.5em;
  box-sizing: border-box;
  background: #e4e4e4;
  padding: 1.5em 1em;
  color: #e83d18; }

/* line 24, sass/topics/_single.scss */
.date_y,
.date_md {
  display: block;
  width: 100%;
  position: relative;
  text-align: center; }

/* 年 */
/* line 33, sass/topics/_single.scss */
.date_y {
  letter-spacing: 0.2em;
  line-height: 1em;
  padding-bottom: 1em; }

/* 月日 */
/* line 40, sass/topics/_single.scss */
.date_md {
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1em; }

/* エントリータイトル ------------------------------------------- */
/* line 47, sass/topics/_single.scss */
.entry-title {
  font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  font-weight: normal;
  -webkit-text-stroke-width: .4px !important;
  line-height: 1.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1em; }

/* -------------------------- 記事本文 ------------------------------------------- */
/* line 59, sass/topics/_single.scss */
.entry-content {
  width: 100%;
  position: relative;
  padding: 2em 0 4em 0; }

/* line 64, sass/topics/_single.scss */
.img {
  max-width: 100%;
  height: auto; }

/* -------------------------- ナビゲーション ------------------------------------------- */
/* line 71, sass/topics/_single.scss */
.screen-reader-text,
.nav-subtitle,
.nav-links svg {
  display: none; }

/* line 76, sass/topics/_single.scss */
.nav-next {
  text-align: right; }

/* 矢印 ------------------------------------------- */
/* line 81, sass/topics/_single.scss */
.nav-previous a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0; }

/* line 95, sass/topics/_single.scss */
.nav-next a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0; }

/* 前後タイトル ------------------------------------------- */
/* line 111, sass/topics/_single.scss */
.nav-links {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }

/* line 116, sass/topics/_single.scss */
.nav-previous,
.nav-next {
  width: 48%;
  position: relative; }

/* あふれた文字･･･表示 */
/* line 123, sass/topics/_single.scss */
.nav-title {
  display: block;
  line-height: 1em;
  width: 100%;
  box-sizing: border-box;
  padding-left: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */ }

/* line 134, sass/topics/_single.scss */
.nav-next .nav-title {
  padding-left: 0;
  padding-right: 1em; }

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
/* line 4, sass/page/free/_freebackground.scss */
.freepage-ctt {
  padding-top: 0;
  padding-bottom: 0; }

/* line 8, sass/page/free/_freebackground.scss */
.sec {
  width: 100%;
  padding: 8.33em 0; }

/* 最大幅1500px */
/* line 14, sass/page/free/_freebackground.scss */
.max1500px {
  max-width: 1500px;
  margin: 0 auto; }

/* =============== 背景色 ========================================================= */
/* line 21, sass/page/free/_freebackground.scss */
.sec_bg1 {
  background: #fff; }

/* line 24, sass/page/free/_freebackground.scss */
.sec_bg2 {
  background: #e4e4e4; }

/* line 27, sass/page/free/_freebackground.scss */
.sec_bg3 {
  background: #e83d18;
  color: #fff; }

/* line 31, sass/page/free/_freebackground.scss */
.sec_bg3 a {
  color: #fff; }

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

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
/* line 4, sass/page/free/_freetext.scss */
.parts-h3 {
  font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-weight: 900;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 1em;
  text-align: center; }
  @media screen and (max-width: 700px) {
    /* line 4, sass/page/free/_freetext.scss */
    .parts-h3 {
      font-size: 1.8em; } }

/* line 20, sass/page/free/_freetext.scss */
.parts-h4 {
  font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em; }
  @media screen and (max-width: 700px) {
    /* line 20, sass/page/free/_freetext.scss */
    .parts-h4 {
      font-size: 1.3em; } }

/* 大きな数字 */
/* line 38, sass/page/free/_freetext.scss */
.lnmb {
  font-family: korolev, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: normal;
  color: #e83d18;
  display: block;
  line-height: 1em;
  padding-bottom: 1em; }

/* 左寄せ・幅指定中央配置テキスト */
/* line 55, sass/page/free/_freetext.scss */
.centerbox {
  max-width: 800px;
  margin: 0 auto; }

/* ------------ 段落 -------------------------------- */
/* line 63, sass/page/free/_freetext.scss */
.freepage-ctt .sec p {
  padding-bottom: 4em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */ }
  /* line 66, sass/page/free/_freetext.scss */
  .freepage-ctt .sec p.btmmin {
    padding-bottom: 2em; }
  /* line 70, sass/page/free/_freetext.scss */
  .freepage-ctt .sec p.parts-copy {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 70, sass/page/free/_freetext.scss */
      .freepage-ctt .sec p.parts-copy {
        font-size: 1.5em; } }
  /* line 81, sass/page/free/_freetext.scss */
  .freepage-ctt .sec p.note {
    opacity: 0.6;
    font-size: 0.9em;
    line-height: 1.7em;
    padding-bottom: 4em;
    padding-left: 1.2em;
    text-indent: -0.65em;
    width: 100%;
    max-width: 1500px;
    box-sizing: border-box;
    margin: 0 auto; }
    /* line 92, sass/page/free/_freetext.scss */
    .freepage-ctt .sec p.note::before {
      display: inline-block;
      content: "※";
      padding-right: 0.2em; }
/* line 101, sass/page/free/_freetext.scss */
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0; }

/* やや小さめ強調 */
/* line 110, sass/page/free/_freetext.scss */
.strong {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 2em; }

/* =============== ブロック ========================================================= */
/* ------------ 背景色つきテキストボックス -------------------------------- */
/* line 4, sass/page/free/_freeblock.scss */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  background: #e4e4e4;
  color: #000; }
  @media screen and (max-width: 700px) {
    /* line 4, sass/page/free/_freeblock.scss */
    .bbox {
      padding: 1.5em; } }
  /* line 13, sass/page/free/_freeblock.scss */
  .bbox a {
    color: #000; }
  /* line 16, sass/page/free/_freeblock.scss */
  .bbox h3 {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 16, sass/page/free/_freeblock.scss */
      .bbox h3 {
        font-size: 1.5em; } }
  /* line 26, sass/page/free/_freeblock.scss */
  .bbox p {
    padding-bottom: 0; }

/* =============== 画像 ========================================================= */
/* line 2, sass/page/free/_freeimage.scss */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 4em;
  text-align: center; }
  /* line 7, sass/page/free/_freeimage.scss */
  .parts-100img.center {
    text-align: center; }
  /* line 10, sass/page/free/_freeimage.scss */
  .parts-100img.left {
    text-align: left; }
  /* line 13, sass/page/free/_freeimage.scss */
  .parts-100img.right {
    text-align: right; }
  /* line 16, sass/page/free/_freeimage.scss */
  .parts-100img img {
    max-width: inherit;
    height: auto; }
    @media screen and (max-width: 700px) {
      /* line 16, sass/page/free/_freeimage.scss */
      .parts-100img img {
        width: 100%; } }

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

/* 画像左 -------------------------------- */
/* line 56, sass/page/free/_freeimage.scss */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%; }

/* 画像右 -------------------------------- */
/* line 64, sass/page/free/_freeimage.scss */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%; }

@media screen and (max-width: 480px) {
  /* line 72, sass/page/free/_freeimage.scss */
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0; } }

/* テキスト -------------------------------- */
/* 見出し */
/* line 85, sass/page/free/_freeimage.scss */
.imgtxt_txtbox h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em; }
  @media screen and (max-width: 700px) {
    /* line 85, sass/page/free/_freeimage.scss */
    .imgtxt_txtbox h3 {
      font-size: 1.8em; } }
  @media screen and (max-width: 480px) {
    /* line 85, sass/page/free/_freeimage.scss */
    .imgtxt_txtbox h3 {
      font-size: 1.5em;
      padding-bottom: 0.67em; } }

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
/* line 102, sass/page/free/_freeimage.scss */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box; }
  /* line 108, sass/page/free/_freeimage.scss */
  .imgbox_txtarea h3 {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    font-size: 1.2em;
    font-weight: normal;
    -webkit-text-stroke-width: .4px !important;
    line-height: 1.5em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; }
  /* line 117, sass/page/free/_freeimage.scss */
  .imgbox_txtarea p {
    padding-bottom: 0; }

/* 2つ並び画像テキストボックス -------------------------------- */
/* line 123, sass/page/free/_freeimage.scss */
.img2box {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  /* line 127, sass/page/free/_freeimage.scss */
  .img2box ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -2em; }
    @media screen and (max-width: 480px) {
      /* line 127, sass/page/free/_freeimage.scss */
      .img2box ul {
        margin-top: -3em; } }
    /* line 135, sass/page/free/_freeimage.scss */
    .img2box ul li {
      width: 48.5%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2em;
      margin-top: 2em;
      background: #fff;
      color: #000;
      /* 画像 */ }
      @media screen and (max-width: 480px) {
        /* line 135, sass/page/free/_freeimage.scss */
        .img2box ul li {
          width: 100%;
          margin-top: 3em; } }
      /* line 147, sass/page/free/_freeimage.scss */
      .img2box ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
  @media screen and (max-width: 480px) {
    /* line 155, sass/page/free/_freeimage.scss */
    .img2box.imghbox ul li {
      width: 48.5%; } }

/* 3つ並び画像テキストボックス -------------------------------- */
/* line 165, sass/page/free/_freeimage.scss */
.img3txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  /* line 169, sass/page/free/_freeimage.scss */
  .img3txtbox ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -3em; }
    /* line 174, sass/page/free/_freeimage.scss */
    .img3txtbox ul li {
      width: 32%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 2%;
      margin-top: 3em;
      padding: 2em;
      border: #000 solid 2px;
      /* 画像 */ }
      @media screen and (min-width: 701px) {
        /* line 182, sass/page/free/_freeimage.scss */
        .img3txtbox ul li:nth-child(3n) {
          margin-right: 0; } }
      @media screen and (max-width: 700px) {
        /* line 174, sass/page/free/_freeimage.scss */
        .img3txtbox ul li {
          width: 100%;
          margin-bottom: 3em;
          margin-right: 0; } }
      /* line 192, sass/page/free/_freeimage.scss */
      .img3txtbox ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
  @media screen and (max-width: 700px) {
    /* line 200, sass/page/free/_freeimage.scss */
    .img3txtbox.imghbox ul li {
      width: 32%;
      margin-right: 2%; }
      /* line 204, sass/page/free/_freeimage.scss */
      .img3txtbox.imghbox ul li:nth-child(3n) {
        margin-right: 0; } }

/* 4つ並び画像テキストボックス -------------------------------- */
/* line 215, sass/page/free/_freeimage.scss */
.img4txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4em;
  /* リスト */ }
  /* line 219, sass/page/free/_freeimage.scss */
  .img4txtbox ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -2em; }
    @media screen and (max-width: 1051px) {
      /* line 219, sass/page/free/_freeimage.scss */
      .img4txtbox ul {
        margin-top: -3em; } }
    /* line 227, sass/page/free/_freeimage.scss */
    .img4txtbox ul li {
      width: 23.5%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 2%;
      margin-top: 2em;
      /* 画像 */ }
      @media screen and (min-width: 1050px) {
        /* line 233, sass/page/free/_freeimage.scss */
        .img4txtbox ul li:nth-child(4n) {
          margin-right: 0; } }
      @media screen and (max-width: 1051px) {
        /* line 227, sass/page/free/_freeimage.scss */
        .img4txtbox ul li {
          margin-top: 3em; } }
  @media screen and (max-width: 1051px) and (min-width: 481px) {
    /* line 227, sass/page/free/_freeimage.scss */
    .img4txtbox ul li {
      width: 49%; }
      /* line 241, sass/page/free/_freeimage.scss */
      .img4txtbox ul li:nth-child(2n) {
        margin-right: 0; } }

      @media screen and (max-width: 480px) {
        /* line 227, sass/page/free/_freeimage.scss */
        .img4txtbox ul li {
          width: 100%; } }
      /* line 250, sass/page/free/_freeimage.scss */
      .img4txtbox ul li img {
        width: 100%;
        height: auto;
        margin-bottom: 1em; }
@media screen and (max-width: 1051px) and (min-width: 481px) {
  /* line 258, sass/page/free/_freeimage.scss */
  .img4txtbox.imghbox ul li {
    width: 23.5%; }
    /* line 262, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(2n) {
      margin-right: 2%; }
    /* line 265, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(4n) {
      margin-right: 0; } }

  @media screen and (max-width: 480px) {
    /* line 258, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li {
      width: 23.5%; }
      /* line 272, sass/page/free/_freeimage.scss */
      .img4txtbox.imghbox ul li:nth-child(4n) {
        margin-right: 0; } }

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
/* line 4, sass/page/free/_freelist.scss */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #e4e4e4;
  color: #000;
  /* 見出し */
  /* リスト */ }
  @media screen and (max-width: 700px) {
    /* line 4, sass/page/free/_freelist.scss */
    .no_list {
      padding: 1.5em; } }
  /* line 18, sass/page/free/_freelist.scss */
  .no_list h3 {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 18, sass/page/free/_freelist.scss */
      .no_list h3 {
        font-size: 1.5em; } }
  /* line 29, sass/page/free/_freelist.scss */
  .no_list ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.5em; }
    /* line 32, sass/page/free/_freelist.scss */
    .no_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-bottom: 1.5em; }
      /* line 37, sass/page/free/_freelist.scss */
      .no_list ul li:last-child {
        padding-bottom: 0; }

/* チェックボックスマークつき -------------------------------- */
/* line 45, sass/page/free/_freelist.scss */
.check_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  background: #e4e4e4;
  color: #000;
  /* 見出し */
  /* リスト */ }
  @media screen and (max-width: 700px) {
    /* line 45, sass/page/free/_freelist.scss */
    .check_list {
      padding: 1.5em; } }
  /* line 57, sass/page/free/_freelist.scss */
  .check_list h3 {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 57, sass/page/free/_freelist.scss */
      .check_list h3 {
        font-size: 1.5em; } }
  /* line 68, sass/page/free/_freelist.scss */
  .check_list ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 71, sass/page/free/_freelist.scss */
    .check_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-bottom: 1.5em;
      text-indent: -1.2em;
      padding-left: 1.2em; }
      /* line 78, sass/page/free/_freelist.scss */
      .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: 400; }
      /* line 86, sass/page/free/_freelist.scss */
      .check_list ul li:last-child {
        padding-bottom: 0; }

/* 番号つき -------------------------------- */
/* line 94, sass/page/free/_freelist.scss */
.order_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #e4e4e4;
  color: #000;
  /* 見出し */
  /* リスト */ }
  @media screen and (max-width: 700px) {
    /* line 94, sass/page/free/_freelist.scss */
    .order_list {
      padding: 1.5em; } }
  /* line 107, sass/page/free/_freelist.scss */
  .order_list h3 {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 107, sass/page/free/_freelist.scss */
      .order_list h3 {
        font-size: 1.5em; } }
  /* line 118, sass/page/free/_freelist.scss */
  .order_list ol {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-position: inside; }
    /* line 121, sass/page/free/_freelist.scss */
    .order_list ol li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      text-indent: -1em;
      padding-left: 1em;
      padding-bottom: 1em; }
      /* line 128, sass/page/free/_freelist.scss */
      .order_list ol li:nth-child(n+10) {
        text-indent: -1.5em;
        padding-left: 1.5em; }
      /* line 132, sass/page/free/_freelist.scss */
      .order_list ol li:last-child {
        padding-bottom: 0; }

/* 表型 -------------------------------- */
/* line 140, sass/page/free/_freelist.scss */
.table_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 4em;
  /* 見出し */
  /* リスト */ }
  /* line 146, sass/page/free/_freelist.scss */
  .table_list h3 {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.5em;
    padding-bottom: 0.5em; }
    @media screen and (max-width: 700px) {
      /* line 146, sass/page/free/_freelist.scss */
      .table_list h3 {
        font-size: 1.5em; } }
  /* line 157, sass/page/free/_freelist.scss */
  .table_list ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1em;
    overflow: hidden; }
    /* line 162, sass/page/free/_freelist.scss */
    .table_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: stretch;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      align-items: stretch;
      padding-bottom: 0.25em; }
      /* line 166, sass/page/free/_freelist.scss */
      .table_list ul li:last-child {
        padding-bottom: none; }
      /* line 169, sass/page/free/_freelist.scss */
      .table_list ul li .tablelist_th,
      .table_list ul li .tablelist_td {
        padding: 1em;
        font-size: 1em;
        text-align: left;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 700px) {
          /* line 169, sass/page/free/_freelist.scss */
          .table_list ul li .tablelist_th,
          .table_list ul li .tablelist_td {
            padding: 1em;
            display: block; } }
      /* line 180, sass/page/free/_freelist.scss */
      .table_list ul li .tablelist_th {
        width: 30%;
        font-weight: 700;
        background: #e83d18;
        color: #fff;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        /* line 186, sass/page/free/_freelist.scss */
        .top_bg3 .table_list ul li .tablelist_th {
          background: #9cd5d5; }
        @media screen and (max-width: 700px) {
          /* line 180, sass/page/free/_freelist.scss */
          .table_list ul li .tablelist_th {
            width: 100%; } }
      /* line 193, sass/page/free/_freelist.scss */
      .table_list ul li .tablelist_td {
        width: 70%;
        background: #fff;
        color: #e83d18; }
        /* line 197, sass/page/free/_freelist.scss */
        .top_bg1 .table_list ul li .tablelist_td {
          background: #e4e4e4; }
        @media screen and (max-width: 700px) {
          /* line 193, sass/page/free/_freelist.scss */
          .table_list ul li .tablelist_td {
            width: 100%; } }

/* 注釈マークつき -------------------------------- */
/* line 209, sass/page/free/_freelist.scss */
.note_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  opacity: 0.6;
  padding: 3.57em;
  background: #e4e4e4;
  /* 見出し */
  /* リスト */ }
  @media screen and (max-width: 700px) {
    /* line 209, sass/page/free/_freelist.scss */
    .note_list {
      padding: 1.5em; } }
  /* line 221, sass/page/free/_freelist.scss */
  .note_list h3 {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 221, sass/page/free/_freelist.scss */
      .note_list h3 {
        font-size: 1.3em;
        font-weight: 500; } }
  /* line 233, sass/page/free/_freelist.scss */
  .note_list ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    /* line 236, sass/page/free/_freelist.scss */
    .note_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0.9em;
      line-height: 1.7em;
      text-indent: -1.2em;
      padding-left: 1.2em;
      padding-bottom: 1.5em; }
      /* line 243, sass/page/free/_freelist.scss */
      .note_list ul li::before {
        display: inline-block;
        padding-left: 1em;
        padding-right: 0.2em;
        content: "※"; }
      /* line 249, sass/page/free/_freelist.scss */
      .note_list ul li:last-child {
        padding-bottom: 0; }

/* =============== Youtube動画 ========================================================= */
/* line 3, sass/page/free/_freeyoutube.scss */
.videobox .imgtxt_imgbox {
  width: 60%; }

/* line 7, sass/page/free/_freeyoutube.scss */
.youtube_box {
  width: 100%; }
  /* line 9, sass/page/free/_freeyoutube.scss */
  .youtube_box span {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    /* line 14, sass/page/free/_freeyoutube.scss */
    .youtube_box span iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

/* line 25, sass/page/free/_freeyoutube.scss */
.img2box .youtube_box,
.img3txtbox .youtube_box {
  padding-bottom: 1.5em; }

/* =============== 余白ゼロ ========================================================= */
/* line 14, sass/page/free/_freenospace.scss */
.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; }
/* line 24, sass/page/free/_freenospace.scss */
.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 {
  margin-bottom: 0; }

/* line 36, sass/page/free/_freenospace.scss */
.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0; }
/* line 42, sass/page/free/_freenospace.scss */
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 2.25em; }
/* line 47, sass/page/free/_freenospace.scss */
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0; }
  /* line 49, sass/page/free/_freenospace.scss */
  .img2box a:last-child img:last-child,
  .img3txtbox a:last-child img:last-child,
  .img4txtbox a:last-child img:last-child {
    margin-bottom: 0; }

/* line 59, sass/page/free/_freenospace.scss */
li .youtube_box:last-child {
  margin-bottom: 0; }

/* line 65, sass/page/free/_freenospace.scss */
.imgtxt_imgbox .youtube_box {
  margin-bottom: 0; }

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
/* line 4, sass/page/_contact.scss */
.contact-template .wrap,
.contactpage-ctt {
  padding-top: 0;
  padding-bottom: 0; }

/* line 10, sass/page/_contact.scss */
.contactpage-ctt {
  /* 見出し */ }
  /* line 12, sass/page/_contact.scss */
  .contactpage-ctt h3 {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    font-size: 2em;
    font-weight: normal;
    line-height: 1.4em;
    padding-bottom: 0.5em;
    text-align: center; }
  /* line 20, sass/page/_contact.scss */
  .contactpage-ctt .sec {
    width: 100%; }
    /* line 22, sass/page/_contact.scss */
    .contactpage-ctt .sec p {
      padding-bottom: 2em; }
      @media screen and (max-width: 700px) {
        /* line 25, sass/page/_contact.scss */
        .contactpage-ctt .sec p.center {
          text-align: left; } }
    /* line 31, sass/page/_contact.scss */
    .contactpage-ctt .sec.contact_tel p {
      /* -------------------------- 電話 ------------------------------------------- */
      /* 時間 */ }
      /* line 33, sass/page/_contact.scss */
      .contactpage-ctt .sec.contact_tel p.contacttel_tel {
        font-size: 3em;
        line-height: 1em;
        padding-bottom: 0.1em;
        color: #e83d18; }
        /* line 38, sass/page/_contact.scss */
        .contactpage-ctt .sec.contact_tel p.contacttel_tel strong {
          font-family: korolev, sans-serif;
          font-weight: 900;
          font-style: normal;
          font-weight: normal; }
        /* line 42, sass/page/_contact.scss */
        .contactpage-ctt .sec.contact_tel p.contacttel_tel::before {
          display: inline-block;
          padding-right: 0.2em;
          font-family: "Font Awesome 5 Free";
          content: "\f095";
          font-weight: 900; }
        @media screen and (max-width: 700px) {
          /* line 50, sass/page/_contact.scss */
          .contactpage-ctt .sec.contact_tel p.contacttel_tel.center {
            text-align: center; } }
      /* line 56, sass/page/_contact.scss */
      .contactpage-ctt .sec.contact_tel p.contacttel_time {
        font-size: 1.5em;
        font-weight: 700;
        line-height: 1.3em;
        padding-bottom: 0;
        color: #e83d18; }
        @media screen and (max-width: 700px) {
          /* line 63, sass/page/_contact.scss */
          .contactpage-ctt .sec.contact_tel p.contacttel_time.center {
            text-align: center; } }

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