@charset "UTF-8";
/* Scss Document */
/*
Theme Name: 蜂のトラブルセンターニノミヤ
*/
* {
  margin: 0;
  padding: 0; }

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"); }
/* ===========================================================================================================
　　　　　　　　　全体
=========================================================================================================== */
body {
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.5em;
  color: #000; }

@media screen and (min-width: 2200px) {
  body {
    font-size: 24px;
    line-height: 2.5em; } }
@media screen and (max-width: 1050px) {
  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; } }
/* 画像 */
img {
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%; }

img.img_max100 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;"; }

/* リンク */
a {
  text-decoration: none;
  color: #d00027;
  -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; }

a:hover {
  color: #d00027;
  text-decoration: underline;
  font-weight: 900; }

a img {
  -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; }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70); }

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

/* 中寄せ */
.center {
  text-align: center; }

.center span {
  display: block; }

/* 右寄せ */
.right {
  text-align: center; }

.right span {
  display: block; }

/* 欧文フォント */
.eg {
  font-family: kaneda-gothic,sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.35em; }

/* ===========================================================================================================
　　　　　　　　　レイアウト
=========================================================================================================== */
#header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

#main {
  width: 100%;
  position: relative; }

.home #main {
  padding-top: 50px; }

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

.innerbox {
  width: 100%;
  max-width: 2200px;
  box-sizing: border-box;
  padding: 0 4.545%;
  margin: 0 auto;
  position: relative; }

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

@media screen and (min-width: 2200px) {
  .innerbox {
    padding: 0 100px; } }
@media screen and (max-width: 1050px) {
  .innerbox {
    padding: 0 50px; } }
@media screen and (max-width: 700px) {
  .innerbox {
    padding: 0 20px; } }
/* ===========================================================================================================
　　　　　　　　　ヘッダー
=========================================================================================================== */
#header {
  background-color: #f6e032; }

/* ロゴ */
.logo {
  line-height: 0;
  position: relative;
  padding: 5px 0;
  height: 40px; }

.logo img {
  height: 40px;
  width: auto; }

@media screen and (max-width: 1350px) {
  .logo {
    padding: 10px 0;
    height: 30px; }

  .logo img {
    height: 30px; } }
@media screen and (max-width: 1150px) {
  .logo {
    padding: 6px 0;
    height: 38px; }

  .logo img {
    height: 38px; } }
/* -------------------------- グローバルナビゲーション ------------------------------------------- */
.gnav {
  position: absolute;
  top: 0;
  right: 4.545%;
  width: 65%;
  height: 50px;
  box-sizing: border-box; }

@media screen and (min-width: 2200px) {
  .gnav {
    right: 100px; } }
.gnav ul {
  list-style: none inside;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  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; }

.gnav li {
  padding-right: 2em; }

.gnav li:last-child {
  padding-right: 0; }

@media screen and (max-width: 1600px) {
  .gnav li {
    padding-right: 1em; } }
@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; } }
@media screen and (max-width: 1200px) {
  .gnav {
    width: 72%; } }
/* リンク */
.gnav a {
  display: inline-block;
  box-sizing: border-box;
  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; }

.gnav a:hover {
  text-decoration: none;
  color: #d00027;
  opacity: 1.0; }

/* 画像ナビ ------------------------------------------- */
.gnav li.gnavimg {
  padding-right: 1em; }

.gnav li.gnavimg:last-child {
  padding-right: 0; }

/* 画像 */
.gnav li.gnavimg img {
  vertical-align: middle;
  position: relative;
  top: -3px; }

@media screen and (max-width: 1050px) {
  .gnav {
    right: 100px; }

  .gnav li {
    display: none; }

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

/* メニューボタン */
.hm_btn {
  position: fixed;
  width: 30px;
  height: 27px;
  cursor: pointer;
  z-index: 2;
  top: 12px;
  right: 50px;
  z-index: 9999999999; }

.hm_btn::before {
  -webkit-box-shadow: #000 0 12px 0;
  box-shadow: #000 0 12px 0; }

.hm_btn::after {
  bottom: 0; }

.hm_btn::before,
.hm_btn::after {
  width: 30px;
  height: 3px;
  background: #000;
  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; }

@media screen and (max-width: 700px) {
  .hm_btn {
    right: 20px; } }
/* -------------------------- 格納領域 ------------------------------------------- */
.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; }

.hm_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -19px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.hm_inner:before {
  content: "";
  display: block;
  padding-top: 50px; }

.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; }

/* 開閉時のアニメーション */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1.0;
  filter: alpha(opacity=100);
  visibility: visible; }

.hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  height: 50px; }

.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); }

.hm_menu_check:checked ~ .hm_btn::after {
  -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
  transform: rotate(-45deg) translate3d(6px, -11px, 0); }

/* -------------------------- 中身デザイン ------------------------------------------- */
.menucontent ul, .menucontent li {
  list-style: none inside;
  padding: 0;
  margin: 0; }

.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: #000; }

.menucontent li {
  height: 50px;
  font-size: 14px;
  line-height: 1em; }

.menucontent li.eg {
  font-size: 20px;
  letter-spacing: 0.05em; }

.menucontent 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; }

.menucontent li.gnavimg {
  display: none; }

@media screen and (max-width: 700px) {
  .menucontent ul {
    padding: 0; }

  .menucontent li {
    width: 100%; }

  .menucontent li.gnavimg {
    display: block;
    background: #f6e032;
    border-bottom: 0;
    height: auto; } }
/* ===========================================================================================================
　　　　　　　　　フッター
=========================================================================================================== */
#footer {
  background-color: #000;
  background-image: url("../../../images/bg_keep out.jpg"), url("../../../images/bg_keep out.jpg");
  background-position: 0 0,0 100%;
  background-repeat: repeat-x,repeat-x;
  background-size: 50% auto, 50% auto;
  letter-spacing: 0;
  color: #fff; }

#footer a {
  color: #f6e032; }

#footer a:hover {
  color: #f6e032; }

/* 横並び3列 */
#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; }

.footerinfo, .footercal, .footermenu {
  width: 27.5%;
  position: relative; }

@media screen and (max-width: 1050px) {
  .footerinfo, .footercal {
    width: 45%; }

  .footermenu {
    width: 100%; } }
@media screen and (max-width: 850px) {
  .footerinfo, .footercal {
    width: 100%; } }
/* -------------------------- サロン情報 ------------------------------------------- */
.footerinfo {
  width: 30%; }

@media screen and (max-width: 1050px) {
  .footerinfo {
    width: 45%; } }
@media screen and (max-width: 850px) {
  .footerinfo {
    width: 100%;
    text-align: center; } }
/* メイン情報 ------------------------------------------- */
.info_main {
  padding-bottom: 2em; }

.info_main p {
  padding-bottom: 0; }

.footerinfo .info_main:last-child {
  padding-bottom: 0; }

/* ロゴ */
.footerinfo img {
  max-width: 100%;
  height: auto; }

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

.footerlogo, .sitettl small {
  display: block; }

.sitettl small {
  font-size: 0.8em;
  font-weight: 400; }

/* ロゴ */
.footerlogo {
  padding-bottom: 0.5em; }

/* メール */
p.email {
  font-weight: 900;
  letter-spacing: 0;
  padding-bottom: 0;
  color: #bbb;
  font-size: 0.83em; }

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

.footerinfo .info_sub:last-child {
  padding-bottom: 0; }

.info_sub p {
  padding-bottom: 0; }

/* 見出し */
.info_sub h3 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8em;
  color: #000;
  padding-bottom: 0; }

/* 電話 */
.info_sub .tel {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3em;
  letter-spacing: 0.01em;
  line-height: 1.2em; }

/* 資格 */
.info_sub p.license {
  line-height: 1.5em; }

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

#biz_calendar p:last-child {
  padding-bottom: 0; }

/* 見出し */
.footercal .widget-title {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 0; }

/* Biz Calendar ------------------------------------------- */
#biz_calendar {
  width: 100%;
  max-width: none;
  margin: auto;
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }

#biz_calendar table.bizcal {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal;
  border: none;
  border-collapse: collapse;
  border-spacing: 0; }

/* 年月タイトル */
.calmonth {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal; }

.calttl_year {
  display: inline-block;
  color: #666;
  padding-right: 0.5em;
  font-weight: normal; }

.calttl_month {
  font-size: 3em;
  font-weight: normal; }

/* 曜日 */
#biz_calendar table.bizcal th {
  background-color: #fff;
  border-bottom: #000 solid 2px;
  font-weight: normal; }

#biz_calendar table.bizcal th:first-child, #biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #000; }

/* 日付 */
#biz_calendar table.bizcal td {
  color: #000000;
  padding: 0.5em; }

/* 今日 */
#biz_calendar table.bizcal .today {
  font-size: 1.25em; }

/* 定休日 */
#biz_calendar table.bizcal .holiday {
  background-color: #fff;
  color: #aaa !important; }

#biz_calendar p span.boxholiday {
  background-color: #aaa; }

/* イベント */
#biz_calendar table.bizcal .eventday {
  background-color: #000;
  color: #fff !important; }

#biz_calendar p span.boxeventday {
  background-color: #000; }

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

.fnav li {
  display: inline-block; }

@media screen and (max-width: 1050px) {
  .footermenu {
    border-top: #f6e032 solid 1px;
    margin-top: 50px;
    padding-top: 50px; }

  .fnav ul {
    text-align: center; } }
/* リンク */
.fnav a {
  color: #f6e032;
  -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; }

.fnav a:hover {
  text-decoration: none;
  color: #d00027; }

/* フッターメニュー ------------------------------------------- */
.fmenu {
  font-family: kaneda-gothic,sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.35em;
  letter-spacing: 0.02em;
  line-height: 1em;
  padding-bottom: 1.5em; }

.fmenu li {
  padding: 0 1em;
  border-right: #000 solid 1px; }

.fmenu li:first-child {
  padding-left: 0; }

.fmenu li:last-child {
  padding-right: 0;
  border-right: none; }

/* SNS ------------------------------------------- */
.sns {
  font-size: 2em; }

.sns li {
  padding-left: 0.5em; }

.sns li:first-child {
  padding-left: 0; }

.sns .fab {
  color: #d00027; }

/* コピーライト ------------------------------------------- */
p.copyright {
  font-weight: 900;
  font-size: 0.60em;
  letter-spacing: 0;
  line-height: 1.5em;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  padding-bottom: 0;
  color: #999; }

@media screen and (max-width: 1050px) {
  p.copyright {
    position: relative;
    text-align: center;
    padding-top: 3em; } }
/* ===========================================================================================================
　　　　　　　　　トップページメインコンテンツ
=========================================================================================================== */
.topctt {
  width: 100%;
  padding: 8.33em 0; }

@media screen and (max-width: 480px) {
  .topctt {
    padding: 50px 0; } }
/* 見出し */
.topttl {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5em;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 1em;
  margin: 0 auto; }

.topttl img {
  max-width: 100%;
  height: auto; }

/* 段落 */
.topctt p:last-child {
  padding-bottom: 0; }

/* =============================== コンバージョンエリア ========================================================== */
.cvbox {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 4.8% 0 5.2% 0;
  background-color: #f6e032;
  background-image: url("../../../images/bg_keep out.jpg"), url("../../../images/bg_keep out.jpg");
  background-position: 0 0,0 100%;
  background-repeat: repeat-x,repeat-x;
  background-size: 100% auto, 100% auto; }
  .cvbox .copybox {
    width: 83.5%;
    position: relative;
    padding-left: 0.5%;
    padding-bottom: 1.7%; }
    @media screen and (max-width: 480px) {
      .cvbox .copybox {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0.5%; } }
    .cvbox .copybox img {
      width: 100%;
      height: auto; }
  .cvbox .btnbox {
    width: 73%;
    position: relative; }
    @media screen and (max-width: 480px) {
      .cvbox .btnbox {
        width: 100%;
        box-sizing: border-box; } }
    .cvbox .btnbox a {
      display: inline-block;
      width: 100%;
      box-sizing: border-box;
      position: relative;
      padding-left: 1vw; }
      @media screen and (max-width: 480px) {
        .cvbox .btnbox a {
          padding-left: 2em;
          padding-right: 2em; } }
      .cvbox .btnbox a span {
        display: block;
        width: 100%;
        position: relative;
        background: url("../../../images/bg_btn.png") no-repeat 0 100%;
        background-size: contain;
        padding-bottom: 2%; }
        .cvbox .btnbox a span img {
          width: 100%;
          height: auto;
          position: relative;
          margin-bottom: 0; }
      @media screen and (min-width: 481px) {
        .cvbox .btnbox a:hover span img {
          opacity: 1.0;
          filter: alpha(opacity=100);
          margin-bottom: -2%; } }
    .cvbox .btnbox.btn2box a {
      width: 50%; }
      @media screen and (max-width: 480px) {
        .cvbox .btnbox.btn2box a {
          width: 100%;
          margin-bottom: 1em; } }
  .cvbox .imgbox {
    width: 26%;
    position: absolute;
    bottom: 0;
    right: 1%; }
    @media screen and (max-width: 480px) {
      .cvbox .imgbox {
        display: none; } }
    .cvbox .imgbox img {
      width: 100%;
      height: auto; }

/* =============================== スライドショー ========================================================== */
.spslider {
  display: none; }

@media screen and (max-width: 750px) {
  .pcslider {
    display: none; }

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

#intro h2 {
  padding-bottom: 1em; }

@media screen and (max-width: 700px) {
  #intro .center {
    text-align: left; }

  #intro .center span {
    display: inline; } }
/* =============================== メニュー ========================================================== */
#topmenu {
  background: #fff url("../../../images/bg1.gif") repeat 0 0; }

#topmenu ul {
  list-style: none inside;
  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; }

#topmenu li {
  width: 30%;
  position: relative;
  line-height: 2.25em; }

@media screen and (max-width: 700px) {
  #topmenu li {
    width: 100%;
    margin-bottom: 2em; }

  #topmenu ul li:last-child {
    margin-bottom: 0; }

  #topmenu li .menuinner {
    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; }

  .topmenuimg, .topmenutxt {
    width: 48%; }

  .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) {
  #topmenu .topmenuimg, #topmenu .topmenutxt {
    width: 100%; }

  #topmenu li {
    margin-bottom: 3em; }

  #topmenu ul li:last-child {
    margin-bottom: 0; } }
/* 画像 */
#topmenu li img {
  width: 100%;
  height: auto;
  padding-bottom: 1em; }

/* 見出し */
#topmenu h2 {
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5em;
  padding-bottom: 0.5em; }

/* 段落 */
#topmenu li p:last-child {
  padding-bottom: 0; }

/* リンク */
#topmenu 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; }

#topmenu li a:hover {
  color: #000;
  text-decoration: none; }

/* =============================== エリア ========================================================== */
#area {
  background: #fff url("../../../images/bg2.gif") repeat 0 0; }
  #area .box_imglefttxt {
    box-sizing: border-box;
    background: #f6e032;
    border-radius: 1em;
    padding: 2em;
    padding-bottom: 2em; }

/* =============================== お客様の声 ========================================================== */
#voice {
  background: #f6e032; }
  #voice ul {
    list-style: none inside;
    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; }
    @media screen and (max-width: 700px) {
      #voice ul {
        margin-top: -4em; } }
    #voice ul li {
      width: 30%;
      position: relative;
      line-height: 2.25em; }
      @media screen and (max-width: 700px) {
        #voice ul li {
          width: 100%;
          margin-top: 4em; } }
      #voice ul li img {
        width: 100%;
        height: auto;
        padding-bottom: 1em; }
      @media screen and (max-width: 700px) {
        #voice ul li .topmenuimg {
          width: 100%; } }
      @media screen and (max-width: 480px) {
        #voice ul li .topmenuimg {
          width: 100%; } }
      #voice ul li .topmenutxt {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding: 2em;
        background: #fff;
        border-radius: 1.25em; }
        #voice ul li .topmenutxt::before {
          content: "";
          position: absolute;
          top: -1.5em;
          left: 50%;
          margin-left: -0.66em;
          border: transparent solid 0.66em;
          border-bottom: #fff solid 1em;
          z-index: 2; }
        #voice ul li .topmenutxt .txtinner h3 {
          font-size: 1.3em;
          font-weight: 900;
          letter-spacing: 0;
          line-height: 1.5em;
          padding-bottom: 1em; }
        #voice ul li .topmenutxt .txtinner p {
          line-height: 1.75em; }
          #voice ul li .topmenutxt .txtinner p:last-child {
            padding-bottom: 0; }

/* =============================== ステップ共通 ========================================================== */
#step {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  padding-left: 2%;
  padding-right: 2%; }
  #step ul {
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    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; }
    #step ul li {
      width: 16%;
      position: relative;
      box-sizing: border-box;
      padding: 1em; }
      #step ul li .imgbox {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        padding-bottom: 1em; }
        #step ul li .imgbox img {
          width: 100%;
          height: auto; }
      #step ul li .txtbox h4 {
        font-size: 1.2em;
        line-height: 1.5em;
        padding-bottom: 0.75em; }
      #step ul li .txtbox p {
        line-height: 1.75em;
        padding-bottom: 0; }
  #step .substep {
    width: 100%;
    box-sizing: border-box;
    list-style: none;
    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; }
    @media screen and (max-width: 1050px) {
      #step .substep {
        margin-top: -2em; } }
    #step .substep .substep_box {
      width: 49%;
      position: relative;
      box-sizing: border-box;
      padding: 1em;
      background: #f6e032;
      border-radius: 1em; }
      @media screen and (max-width: 1050px) {
        #step .substep .substep_box {
          width: 100%;
          margin-top: 2em; } }
      @media screen and (max-width: 480px) {
        #step .substep .substep_box {
          box-sizing: border-box;
          list-style: none;
          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; } }
      #step .substep .substep_box h3 {
        width: 100%;
        box-sizing: border-box;
        background: #000;
        color: #fff;
        font-size: 1.5em;
        line-height: 1em;
        border-radius: 1em;
        padding: 0.5em;
        text-align: center; }
        @media screen and (max-width: 480px) {
          #step .substep .substep_box h3 {
            width: 2em;
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; } }
      @media screen and (max-width: 480px) {
        #step .substep .substep_box ul {
          margin-top: -2em;
          padding-left: 1em;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -moz-box-flex: 1;
          -ms-flex: 1;
          flex: 1; } }
      #step .substep .substep_box ul li {
        width: 33%; }
        @media screen and (max-width: 480px) {
          #step .substep .substep_box ul li {
            width: 100%;
            margin-top: 2em; } }

.hstepttl {
  padding-bottom: 1em;
  font-size: 3em; }

.stepttl {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal; }

.hstepttl .stepttl {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #000; }

.hstepttl .stepttl .n {
  font-size: 2em;
  line-height: 1.2em;
  display: inline; }

.dotlist_box {
  width: 100%;
  max-width: 25em;
  margin: 0 auto; }

#step1 {
  background: #fff; }

#step1 .dotlist_box {
  max-width: 20em; }

#step2 {
  background: #f6e032; }

#step3 {
  background: #eee; }

#step3 .dotlist_box {
  max-width: 26em; }

#step4 {
  background: #f6e032; }

#step5 {
  background: #d00027;
  color: #fff; }

#step5 .hstepttl .stepttl {
  color: #fff; }

#step5 .dotlist_box {
  max-width: 14em; }

@media screen and (max-width: 700px) {
  .step p.center {
    text-align: left; } }
/* =============================== step3 ========================================================== */
.linkbtn a {
  display: inline-block;
  padding: 1em;
  line-height: 1em;
  border: #d00027 solid 0.15em;
  text-decoration: none;
  color: #d00027; }

/* =============================== step4 ========================================================== */
#step4 ul {
  list-style: none inside;
  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; }

#step4 li {
  width: 30%;
  position: relative;
  line-height: 2.25em; }

#step4 li .topmenuimg {
  padding: 3em 3em 1em 3em;
  box-sizing: border-box; }

#step4 li img {
  border-radius: 50%; }

@media screen and (max-width: 1050px) {
  .topmenutxt {
    letter-spacing: 0; }

  #step4 li {
    width: 33%; }

  #step4 .innerbox {
    padding: 0 10px; } }
@media screen and (max-width: 700px) {
  #step4 .innerbox {
    padding: 0 20px; }

  #step4 li {
    width: 48%;
    margin-bottom: 2em; }

  #step4 ul li:last-child {
    margin-bottom: 0; }

  #step4 li .dam_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; }

  .topmenuimg {
    width: 30%; }

  .topmenutxt {
    width: 65%; }

  #step4 li .topmenuimg {
    padding: 0; }

  .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; }

  .topmenutxt .center {
    text-align: left; } }
@media screen and (max-width: 480px) {
  .topmenuimg {
    width: 35%; }

  .topmenutxt {
    width: 60%; }

  .txtinner {
    width: 100%; }

  .topmenutxt .txtinner h3, .topmenutxt .txtinner p {
    display: block; }

  #step4 li {
    margin-bottom: 1em;
    width: 100%; }

  #step4 ul li:last-child {
    margin-bottom: 0; } }
/* 画像 */
#step4 li img {
  width: 100%;
  height: auto;
  margin-bottom: 1em; }

/* 段落 */
#step4 li p:last-child {
  padding-bottom: 0; }

/* リンク */
#step4 li .dam_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; }

#step4 li .dam_a:hover {
  color: #363636;
  text-decoration: none; }

/* =============================== step5 ========================================================== */
#step5 .center img {
  border-radius: 1em; }
#step5 .dotlist_box {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  width: 100%;
  max-width: 30em; }

/* =============================== サロン開業支援 ========================================================== */
#support_index {
  background: #f6e032; }
  #support_index .txtbox {
    margin-top: 4em;
    width: 100%;
    box-sizing: border-box;
    padding: 4em;
    background: #fff;
    border-radius: 1em; }
    #support_index .txtbox:first-of-type {
      margin-top: 0; }
    @media screen and (max-width: 700px) {
      #support_index .txtbox {
        padding: 1.5em;
        margin-top: 2em; }
        #support_index .txtbox:first-of-type {
          margin-top: 0; } }
    #support_index .txtbox h3.center {
      font-size: 1.5em;
      line-height: 1.5em;
      padding-bottom: 0.25em;
      margin-bottom: 1em; }
      #support_index .txtbox h3.center span {
        display: inline-block;
        border-bottom: #d00027 solid 5px; }
      @media screen and (max-width: 700px) {
        #support_index .txtbox h3.center {
          text-align: left; } }
    #support_index .txtbox p.center span {
      display: inline-block; }
      #support_index .txtbox p.center span.price {
        font-size: 1.25em;
        font-weight: bold;
        color: #d00027; }
        #support_index .txtbox p.center span.price strong {
          font-family: 'Crimson Text', serif;
          font-size: 2em;
          padding-right: 0.1em; }
        @media screen and (max-width: 700px) {
          #support_index .txtbox p.center span.price {
            font-size: 1em; }
            #support_index .txtbox p.center span.price strong {
              font-size: 1.5em; } }
      @media screen and (max-width: 480px) {
        #support_index .txtbox p.center span.br {
          display: block; }
        #support_index .txtbox p.center span.none {
          display: none; } }
    @media screen and (max-width: 700px) {
      #support_index .txtbox p.center {
        text-align: left; } }
    #support_index .txtbox .top-parts-copy {
      font-size: 1.5em;
      font-weight: 500;
      line-height: 1.5em; }
    #support_index .txtbox .pbnone {
      padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      #support_index .txtbox .top-parts-copy {
        font-size: 1.3em;
        line-height: 1.5em; } }
  #support_index .imgbox img {
    width: 100%;
    height: auto; }

/* =============================== Q&A ========================================================== */
#qanda {
  background: #fff url("../../../images/bg2.gif") repeat 0 0; }
  #qanda .txtbox {
    margin-top: 4em;
    width: 100%;
    box-sizing: border-box;
    padding: 4em;
    background: #fff;
    border-radius: 1em; }
    #qanda .txtbox:first-of-type {
      margin-top: 0; }
    @media screen and (max-width: 700px) {
      #qanda .txtbox {
        padding: 1.5em;
        margin-top: 2em; }
        #qanda .txtbox:first-of-type {
          margin-top: 0; } }
    #qanda .txtbox h3 {
      font-size: 1.5em;
      font-weight: 900;
      line-height: 1.5em;
      text-indent: -1.5em;
      padding-left: 1.5em;
      padding-bottom: 0.5em; }
      #qanda .txtbox h3::before {
        content: "Q ";
        font-family: kaneda-gothic,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 3em;
        color: #666; }
    #qanda .txtbox p {
      text-indent: -1em;
      padding-left: 1em; }
      #qanda .txtbox p::before {
        content: "A ";
        font-family: kaneda-gothic,sans-serif;
        font-weight: 900;
        font-style: normal;
        font-size: 2em;
        color: #d00027; }
    #qanda .txtbox .top-parts-copy {
      font-size: 1.5em;
      font-weight: 500;
      line-height: 1.5em; }
    #qanda .txtbox .pbnone {
      padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      #qanda .txtbox .top-parts-copy {
        font-size: 1.3em;
        line-height: 1.5em; } }
  #qanda .imgbox img {
    width: 100%;
    height: auto; }

/* =============================== TOP会社概要 ========================================================== */
/* -------------------------- あいさつ ------------------------------------------- */
/* キャッチコピー ------------------------------------------- */
p.top-parts-copy {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 1em; }

@media screen and (max-width: 750px) {
  p.top-parts-copy {
    font-size: 1.3em; } }
/* 名前 ------------------------------------------- */
.top-words_name {
  width: 100%;
  font-weight: 700;
  line-height: 1.5em;
  text-align: right;
  padding-top: 2em;
  padding-bottom: 0; }

/* ライセンス ------------------------------------------- */
.license {
  width: 100%;
  margin-top: 4em;
  box-sizing: border-box;
  padding: 2em;
  border: #d00027 solid 1px;
  color: #d00027; }
  .license h4 {
    font-size: 1.25em;
    line-height: 1em;
    padding-bottom: 0.5em; }

/* -------------------------- 会社概要 ------------------------------------------- */
#company_index {
  background: #f6e032; }

.top-compinfo {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box; }

/* リスト */
.top-compinfo ul {
  width: 100%;
  position: relative;
  border: #d00027 solid 1px;
  border-right: #d00027 solid 0px;
  border-left: #d00027 solid 0px;
  background: #efe8eb;
  color: #000; }

.top-compinfo li {
  list-style: none inside;
  position: relative;
  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;
  border-bottom: #d00027 solid 1px; }

.top-compinfo li:last-child {
  border-bottom: none; }

.top-infottl, .top-infoctt {
  padding: 1em;
  font-size: 1em;
  box-sizing: border-box; }

.top-infottl {
  width: 30%;
  font-weight: 400;
  color: #98476b; }

.top-infoctt {
  width: 70%; }

.top-infoctt a {
  text-decoration: underline; }

@media screen and (max-width: 700px) {
  .top-compinfo li {
    padding: 0; }

  .top-infottl, .top-infoctt {
    padding: 1em;
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: left; }

  .top-infottl {
    font-weight: bold;
    border-right: none;
    border-bottom: #d00027 solid 1px; } }
/* -------------------------- Googleマップ ------------------------------------------- */
.top-gmap {
  margin: 1em auto 0 auto;
  border-bottom: #d00027 solid 1px; }

#googlemaps, #googlemaps2, #googlemaps3 {
  width: 100%;
  height: 750px;
  height: 50vw;
  max-height: 750px; }

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

/* 見出し */
#topvideo .topttl {
  width: 48.3%; }

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

.btn_more img {
  max-width: 100%;
  height: auto; }

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

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

/* -------------------------- 新着共通 ------------------------------------------- */
#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; }

/* 見出し */
#topblog .topttl, #topnews .topttl {
  width: 24%;
  position: relative;
  box-sizing: border-box;
  padding-right: 5.7%;
  padding-bottom: 0;
  border-right: #000 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; }

#topblog .topttl a, #topnews .topttl a {
  color: #000; }

#topblog .topttl a:hover, #topnews .topttl a:hover {
  text-decoration: none; }

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

  #topblog .topttl span, #topnews .topttl span {
    display: block;
    width: 100%;
    text-align: center; }

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

.postbox ul {
  list-style: none inside;
  width: 100%;
  position: relative; }

.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; }

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

@media screen and (max-width: 480px) {
  .postbox {
    width: 100%; } }
/* リンク */
.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; }

.postbox a:hover {
  color: #363636; }

/* 日付 */
.postbox .date {
  display: inline-block;
  padding-right: 2em;
  color: #949494; }

/* =============================== 新着情報 ========================================================== */
#topnews {
  background: #fff; }

/* ===========================================================================================================
　　　　　　　　　下層ページ
=========================================================================================================== */
/* 欧文フォント */
.egfont {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal; }

/* 検索 */
.search-form {
  width: 100%;
  text-align: center; }

.search-form label {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

input.search-field {
  width: 16em;
  line-height: 1em;
  padding: 1em;
  border: none;
  background: #e0e0e0; }

.search-submit {
  width: 3em;
  height: 3em;
  box-sizing: border-box;
  border: none;
  background: #000;
  padding: 1em;
  position: relative;
  top: 0.15em;
  cursor: pointer; }

.search-submit svg {
  width: 1em;
  height: 1em;
  fill: #fff; }

/* =============================== レイアウト ========================================================== */
/* -------------------------- ページヘッダー ------------------------------------------- */
.page-header {
  width: 100%;
  padding: 0;
  position: relative;
  position: relative;
  padding-top: 50px;
  background: #000;
  color: #fff; }

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

/* -------------------------- 2カラムページ ------------------------------------------- */
.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; }

#primary, #secondary {
  box-sizing: border-box;
  position: relative; }

#primary {
  width: 80%;
  padding-right: 5%; }

#secondary {
  width: 20%; }

@media screen and (max-width: 1050px) {
  #primary {
    width: 100%; }

  #secondary {
    width: 30%; } }
@media screen and (max-width: 480px) {
  #primary {
    width: 100%;
    padding-right: 0;
    padding-bottom: 4em; }

  #secondary {
    width: 100%; } }
/* サイドカラム ------------------------------------------- */
.widget {
  padding-bottom: 3em; }

.widget ul {
  list-style: none inside;
  width: 100%;
  position: relative; }

.widget ul li {
  width: 100%;
  position: relative;
  margin-top: 1em;
  line-height: 1.5em; }

.widget_recent_entries ul {
  margin-top: -1.5em; }

.widget_recent_entries ul li {
  padding-top: 1.5em; }

/* 見出し */
.widget-title {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5em;
  color: #000; }

/* 日付 */
.post-date {
  position: absolute;
  top: 0;
  left: 0;
  color: #959595; }

/* =============================== 投稿ページ ========================================================== */
/* -------------------------- ページヘッダー ------------------------------------------- */
.page-title .subtitle {
  display: block;
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 0.5em; }

.category-news .page-title .subtitle {
  display: none; }

/* -------------------------- エントリーヘッダー ------------------------------------------- */
.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; }

/* 日付 ------------------------------------------- */
.datebox {
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 6.5em;
  max-height: 6.5em;
  box-sizing: border-box;
  background: #000;
  color: #fff;
  padding: 1.5em 1em; }

.date_y, .date_md {
  display: block;
  width: 100%;
  position: relative;
  text-align: center; }

/* 年 */
.date_y {
  letter-spacing: 0;
  line-height: 1em;
  padding-bottom: 1em; }

/* 月日 */
.date_md {
  font-size: 1.5em;
  letter-spacing: 0;
  line-height: 1em; }

/* エントリータイトル ------------------------------------------- */
.entry-title {
  font-size: 1.5em;
  font-weight: normal;
  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; }

/* -------------------------- 記事本文 ------------------------------------------- */
.entry-content {
  width: 100%;
  position: relative; }

.img {
  max-width: 100%;
  height: auto; }

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

.nav-next {
  text-align: right; }

/* 矢印 ------------------------------------------- */
.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; }

.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; }

/* 前後タイトル ------------------------------------------- */
.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; }

.nav-previous, .nav-next {
  width: 48%;
  position: relative; }

/* あふれた文字･･･表示 */
.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対応 */ }

.nav-next .nav-title {
  padding-left: 0;
  padding-right: 1em; }

/* =============================== カテゴリーページ ========================================================== */
.archive article, .page-template-page-blogs article {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  margin-bottom: 2em;
  background: #f6e032;
  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; }

.archive article .post-thumbnail, .page-template-page-blogs article .post-thumbnail {
  width: 25%;
  box-sizing: border-box;
  padding-right: 1em; }

.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) {
  .archive article .post-thumbnail, .archive article .post-area, .page-template-page-blogs article .post-thumbnail, .page-template-page-blogs article .post-area {
    width: 100%; }

  .archive article .post-thumbnail, .page-template-page-blogs article .post-thumbnail {
    padding-right: 0;
    padding-bottom: 1em; } }
/* サムネイル画像 */
.archive article .post-thumbnail img, .page-template-page-blogs article .post-thumbnail img {
  width: 100%;
  height: auto; }

/* エントリーヘッダー */
.archive .entry-header, .page-template-page-blogs .entry-header {
  border-bottom: #000 solid 1px; }

/* 日付 */
.archive .datebox, .page-template-page-blogs .datebox {
  font-size: 0.8em;
  background: #000;
  color: #fff; }

@media screen and (max-width: 1050px) {
  .archive .datebox, .page-template-page-blogs .datebox {
    font-size: 0.6em; } }
/* 記事タイトル */
.archive .entry-title, .page-template-page-blogs .entry-title {
  font-size: 1.2em;
  line-height: 1.5em; }

.archive .entry-title a, .page-template-page-blogs .entry-title a {
  color: #000; }

/* 本文抜粋表示 */
.archive .entry-content, .page-template-page-blogs {
  padding: 1em 0 1em 0;
  line-height: 1.75em; }

/* ページネーション ------------------------------------------- */
.pagination .nav-links {
  display: block;
  text-align: center;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #aaa; }

.pagination .nav-links a, .pagination .nav-links span {
  display: inline-block;
  padding: 0.5em; }

.pagination .nav-links span.screen-reader-text {
  display: none; }

.pagination .nav-links a {
  color: #d00027; }

/* 矢印 */
.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; }

.prev.page-numbers::before {
  content: "\f053"; }

.next.page-numbers::before {
  content: "\f054"; }

/* =============================== フリーページ（カスタムフィールド） ========================================================== */
.sec {
  width: 100%;
  padding: 8.33em 0; }

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

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

.sec_bg2 {
  background: #eee;
  color: #000; }

.sec_bg2 a {
  color: #d00027; }

.sec_bg3 {
  background: #f6e032;
  background-size: cover; }

/* 大きな数字 */
.lnmb {
  font-size: 0.5em;
  letter-spacing: 0.01em;
  font-weight: normal;
  color: #000;
  display: block;
  line-height: 1em;
  padding-bottom: 0.25em;
  font-family: kaneda-gothic, sans-serif;
  font-weight: 900;
  font-style: normal; }

.sec_bg2 .lnmb, .sec_bg3 .lnmb {
  color: rgba(255, 255, 255, 0.4); }

/* 左寄せ・幅指定中央配置テキスト */
.centerbox {
  max-width: 800px;
  margin: 0 auto; }

/* ランキング */
.ranking {
  list-style: none inside;
  background: #fff;
  padding: 2em;
  box-sizing: border-box; }

.ranking li {
  padding-bottom: 1em; }

.ranking li:last-child {
  padding-bottom: 0; }

.ranknmb {
  display: inline-block;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.3);
  padding-right: 0.5em; }

/* ------------ 見出し -------------------------------- */
.parts-h3 {
  font-size: 4em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em;
  text-align: center; }
  .parts-h3 strong {
    font-weight: 900; }

.parts-h4 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em; }

/* マーカー風下線 */
span.ml, strong.ml, .ml {
  display: inline-block;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #f6e032)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 70%, #f6e032 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(transparent 70%, #f6e032 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 70%, #f6e032 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #f6e032 0%) repeat scroll 0 0; }

@media screen and (max-width: 750px) {
  .parts-h3 {
    font-size: 1.8em; }

  .parts-h4 {
    font-size: 1.3em; } }
/* ------------ 段落・テキスト -------------------------------- */
.freepage-ctt p {
  padding-bottom: 4em; }

.freepage-ctt .imgtxt_txtbox p:last-child {
  padding-bottom: 0; }

/* 余白小さめ */
.freepage-ctt p.btmmin {
  padding-bottom: 2em; }

/* 強調 -------------------------------- */
.freepage-ctt p.parts-copy {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 1em;
  text-align: center; }

.freepage-ctt .sec p.parts-copy:last-child {
  padding-bottom: 0; }

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

@media screen and (max-width: 750px) {
  .freepage-ctt p.parts-copy {
    font-size: 1.5em; } }
/* 注釈 -------------------------------- */
p.note {
  opacity: 0.6;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 4em;
  padding-left: 1.2em;
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin: 0 auto; }

.freepage-ctt .sec p.note:last-child {
  padding-bottom: 0; }

p.note::before {
  display: inline-block;
  content: "※";
  padding-right: 0.2em;
  text-indent: -1em; }

/* ------------ 画像 -------------------------------- */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 4em; }

.parts-100img img {
  width: 100%;
  height: auto; }

.freepage-ctt .sec .parts-100img:last-child {
  padding-bottom: 0; }

/* ------------ 3つ並びテキストボックス -------------------------------- */
.txt3box {
  list-style: none inside;
  width: 100%;
  padding-bottom: 4em;
  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; }

.txt3box li {
  width: 30%;
  box-sizing: border-box;
  padding: 1.5em;
  background: #fff; }

.freepage-ctt .sec .txt3box:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 700px) {
  .txt3box li {
    width: 100%;
    margin-bottom: 4em; }

  .txt3box li:last-child {
    margin-bottom: 0; } }
/* 見出し -------------------------------- */
.txt3box h3 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  border-bottom: #000 solid 1px;
  margin-bottom: 0.5em; }

@media screen and (max-width: 2000px) {
  .txt3box h3 {
    font-size: 1.2em; } }
@media screen and (max-width: 700px) {
  .txt3box h3 {
    font-size: 1.1em; } }
/* 文章 -------------------------------- */
.freepage-ctt .txt3box p {
  padding-bottom: 0; }

@media screen and (max-width: 2000px) {
  .freepage-ctt .txt3box p {
    font-size: 1em; } }
/* ------------ 背景色つきテキストボックス -------------------------------- */
.bbox {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  background: #ececec;
  color: #000; }

.bbox a {
  color: #000; }

.bbox h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em; }

.freepage-ctt .bbox p {
  padding-bottom: 0; }

@media screen and (max-width: 750px) {
  .bbox {
    padding: 1.5em; }

  .bbox h3 {
    font-size: 1.5em; } }
/* ------------ リストボックス -------------------------------- */
/* チェックボックスマークつき -------------------------------- */
.check_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #ececec; }

.freepage-ctt .sec .check_list:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 750px) {
  .check_list {
    padding: 1.5em; } }
/* 見出し */
.check_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em; }

@media screen and (max-width: 750px) {
  .check_list h3 {
    font-size: 1.5em; } }
/* リスト */
.check_list ul {
  width: 100%;
  box-sizing: border-box;
  list-style: none inside; }

.check_list li {
  width: 100%;
  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 li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  font-family: FontAwesome;
  content: "\f046"; }

.check_list li:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 750px) {
  .check_list li {
    font-size: 1em; } }
/* ノーマルリストマークつき -------------------------------- */
.no_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #ececec; }

.freepage-ctt .sec .no_list:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 750px) {
  .no_list {
    padding: 1.5em; } }
/* 見出し */
.no_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em; }

@media screen and (max-width: 750px) {
  .no_list h3 {
    font-size: 1.5em; } }
/* リスト */
.no_list ul {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.5em; }

.no_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 1.5em; }

.no_list li:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 750px) {
  .no_list li {
    font-size: 1em; } }
/* 番号つき -------------------------------- */
.order_list {
  width: 100%;
  box-sizing: border-box;
  padding: 3.57em;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  background: #ececec; }

.freepage-ctt .sec .order_list:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 750px) {
  .order_list {
    padding: 1.5em; } }
/* 見出し */
.order_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 1em; }

@media screen and (max-width: 750px) {
  .order_list h3 {
    font-size: 1.5em; } }
/* リスト */
.order_list ol {
  width: 100%;
  box-sizing: border-box;
  list-style-position: inside; }

.order_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.7em;
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em; }

.order_list li:nth-child(n+10) {
  text-indent: -1.5em;
  padding-left: 1.5em; }

.order_list li:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 750px) {
  .order_list li {
    font-size: 1em; } }
/* 表型 -------------------------------- */
.table_list {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 4em; }

.freepage-ctt .sec .table_list:last-child {
  padding-bottom: 0; }

/* 見出し */
.table_list h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 0.5em; }

@media screen and (max-width: 750px) {
  .table_list h3 {
    font-size: 1.5em; } }
/* リスト */
.table_list ul {
  width: 100%;
  position: relative;
  border-top: #000 solid 2px;
  border-bottom: #000 solid 2px;
  background: #f6e032; }

.table_list li {
  list-style: none inside;
  position: relative;
  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;
  border-bottom: #000 solid 1px;
  padding: 0.5em; }

.table_list li:last-child {
  border-bottom: none; }

.tablelist_th, .tablelist_td {
  padding: 1em;
  font-size: 1em;
  box-sizing: border-box; }

.tablelist_th {
  width: 30%;
  font-weight: 400;
  border-right: #000 solid 1px; }

.tablelist_td {
  width: 70%; }

@media screen and (max-width: 700px) {
  .table_list li {
    padding: 0 0.5em; }

  .tablelist_th, .tablelist_td {
    padding: 1em;
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: left; }

  .tablelist_th {
    font-weight: bold;
    border-right: none;
    border-bottom: #000 solid 1px; } }
/* 注釈マークつき -------------------------------- */
.note_list {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 4em;
  max-width: 1500px;
  position: relative;
  opacity: 0.6;
  padding: 3.57em;
  background: #ececec; }

.freepage-ctt .sec .note_list:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 700px) {
  .note_list {
    padding: 1.5em; } }
/* 見出し */
.note_list h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 1em; }

@media screen and (max-width: 700px) {
  .note_list h3 {
    font-size: 1.3em;
    font-weight: 500; } }
/* リスト */
.note_list ul {
  width: 100%;
  box-sizing: border-box;
  list-style: none inside; }

.note_list li {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1.7em;
  padding-bottom: 1.5em;
  text-indent: -1.2em;
  padding-left: 1.2em; }

.note_list li::before {
  display: inline-block;
  padding-left: 1em;
  padding-right: 0.2em;
  content: "※"; }

.note_list li:last-child {
  padding-bottom: 0; }

/* ------------ 画像＋テキスト -------------------------------- */
.box_imglefttxt, .box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 4em; }

.freepage-ctt .sec .box_imglefttxt:last-child, .freepage-ctt .sec .box_imgrighttxt:last-child, .companypage-ctt .sec .innerbox .box_imglefttxt:last-child, #words_index .box_imglefttxt {
  margin-bottom: 0;
  padding-bottom: 0; }

.imgtxt_imgbox {
  width: 40%;
  position: relative;
  padding-bottom: 1em; }

@media screen and (max-width: 1300px) {
  .imgtxt_imgbox {
    width: 45%; } }
@media screen and (max-width: 700px) {
  .imgtxt_imgbox {
    width: 50%; } }
@media screen and (max-width: 480px) {
  .imgtxt_imgbox {
    width: 100%;
    padding-bottom: 2.5em; } }
/* 画像 */
.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 h3 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: normal;
  padding-bottom: 1em; }

@media screen and (max-width: 700px) {
  .imgtxt_txtbox h3 {
    font-size: 1.8em; } }
@media screen and (max-width: 480px) {
  .imgtxt_txtbox h3 {
    font-size: 1.5em;
    padding-bottom: 0.67em; } }
/* ------------ 画像ボックス -------------------------------- */
/* 画像＋画像 -------------------------------- */
.img2box {
  width: 100%;
  position: relative;
  padding-bottom: 4em; }

.freepage-ctt .sec .img2box:last-child {
  padding-bottom: 0; }

/* リスト */
.img2box ul {
  list-style: none inside;
  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; }

.img2box ul li {
  width: 48.5%;
  box-sizing: border-box;
  padding: 2em;
  margin-bottom: 2em;
  background: #000;
  color: #fff; }

.sec_bg3 .img2box ul li {
  background: transparent;
  padding: 0; }

/* 画像 */
.img2box img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 480px) {
  .img2box ul li {
    width: 100%;
    margin-bottom: 3em; }

  .img2box ul li:last-child {
    margin-bottom: 0; } }
/* 3つ並び画像ボックス -------------------------------- */
.img3box {
  width: 100%;
  position: relative;
  padding-bottom: 4em; }

.freepage-ctt .sec .img3box:last-child {
  padding-bottom: 0; }

/* リスト */
.img3box ul {
  list-style: none inside;
  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; }

.img3box ul li {
  width: 32%; }

@media screen and (max-width: 480px) {
  .img3box ul li {
    width: 100%;
    padding-bottom: 1em; }

  .img3box ul li:last-child {
    padding-bottom: 0; } }
/* 画像 */
.img3box img {
  width: 100%;
  height: auto; }

/* 3つ並び画像テキストボックス -------------------------------- */
.img3txtbox {
  width: 100%;
  position: relative;
  padding-bottom: 4em; }

.freepage-ctt .sec .img3txtbox:last-child {
  padding-bottom: 0; }

/* リスト */
.img3txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  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; }

.img3txtbox ul li {
  width: 32%;
  position: relative;
  margin-right: 2%;
  margin-bottom: 3em;
  box-sizing: border-box;
  padding: 2em;
  border: #000 solid 2px; }

.sec_bg3 .img3txtbox ul li {
  padding: 0;
  border-radius: 0;
  border: none; }

@media screen and (min-width: 701px) {
  .img3txtbox ul li:nth-child(3n) {
    margin-right: 0; } }
@media screen and (max-width: 700px) {
  .img3txtbox ul li {
    width: 100%;
    margin-bottom: 3em; }

  .img3txtbox ul li:last-child {
    margin-bottom: 0; } }
/* 画像 */
.img3txtbox img {
  width: 100%;
  height: auto;
  margin-bottom: 1em; }

/* テキスト */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box; }

.imgbox_txtarea h3 {
  font-size: 1.1em;
  font-weight: 900;
  line-height: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 1050px) {
    .imgbox_txtarea h3 {
      font-size: 1em; } }
  @media screen and (max-width: 1000px) {
    .imgbox_txtarea h3 {
      font-size: 1.2em; } }
  .imgbox_txtarea h3 strong {
    font-size: 1.4em; }
    @media screen and (max-width: 1050px) {
      .imgbox_txtarea h3 strong {
        font-size: 1.2em; } }
    @media screen and (max-width: 1000px) {
      .imgbox_txtarea h3 strong {
        font-size: 1.5em; } }

.sec_bg3 .imgbox_txtarea h3 {
  border-bottom: #fff solid 2px; }

.imgbox_txtarea p {
  padding-bottom: 0;
  line-height: 1.5em; }

/* 4つ並び画像テキストボックス -------------------------------- */
.img4txtbox {
  width: 100%;
  position: relative;
  padding-bottom: 4em; }

.freepage-ctt .sec .img4txtbox:last-child {
  padding-bottom: 0; }

/* リスト */
.img4txtbox ul {
  list-style: none inside;
  width: 100%;
  position: relative;
  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; }

.img4txtbox ul li {
  width: 23.5%;
  position: relative;
  margin-right: 2%; }

@media screen and (min-width: 1001px) {
  .img4txtbox ul li:nth-child(4n) {
    margin-right: 0; } }
@media screen and (max-width: 1000px) and (min-width: 481px) {
  .img4txtbox ul li {
    width: 49%;
    margin-bottom: 3em; }

  .img4txtbox ul li:nth-child(2n) {
    margin-right: 0; } }
@media screen and (max-width: 480px) {
  .img4txtbox ul li {
    width: 100%;
    margin-bottom: 3em; }

  .img4txtbox ul li:last-child {
    margin-bottom: 0; } }
/* 画像 */
.img4txtbox img {
  width: 100%;
  height: auto; }

/* Youtube動画 -------------------------------- */
.videobox .imgtxt_imgbox {
  width: 60%; }

.youtube_box {
  width: 100%; }

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

.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; }

/* =============================== メニューページ ========================================================== */
.menu-ctt, .page-template-page-menu .wrap {
  padding-top: 0; }

.page-template-page-menu .wrap .sec:nth-child(2n) {
  background: #ececec; }

/* メニューカテゴリー -------------------------------- */
.menuct_ttl {
  font-size: 0.8em;
  line-height: 2em;
  font-weight: normal;
  text-align: center;
  padding-bottom: 2em; }

/* スラッグ */
.menuct_ttl .egfont {
  display: block;
  font-size: 2em;
  text-transform: uppercase; }

/* -------------------------- メニュー一覧 ------------------------------------------- */
.menulist {
  width: 100%;
  list-style: none inside;
  position: relative; }

.menulist li {
  width: 100%;
  position: relative;
  border-bottom: #000 solid 1px;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  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; }

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

.menuname {
  width: 80%;
  position: relative;
  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; }

.menu_price {
  width: 20%;
  position: relative; }

/* メニュータイトル -------------------------------- */
.menu_ttl {
  font-size: 1em;
  font-weight: normal; }

/* メニュー説明文 -------------------------------- */
.freepage-ctt p.menu_dtl {
  font-size: 0.8em;
  padding-left: 1em;
  padding-bottom: 0;
  color: #666; }

/* 価格 -------------------------------- */
.freepage-ctt p.menu_price {
  font-size: 1.4em;
  padding-bottom: 0;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.freepage-ctt p.menu_price em {
  width: 100%;
  text-align: right; }

/* Youtube動画 -------------------------------- */
.videobox .imgtxt_imgbox {
  width: 60%; }

.youtube_box {
  width: 100%; }

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

.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; }

/* =============================== スタッフorお客様の声 ========================================================== */
/* -------------------------- 一覧ページ ------------------------------------------- */
.voicelist {
  width: 100%;
  list-style: none inside;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.voicelist li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 2em 2em 2em; }

.voicelist a:hover {
  text-decoration: none; }

@media screen and (max-width: 1050px) {
  .voicelist li {
    width: 33.33%;
    padding: 0 1.5em 1.5em 1.5em; } }
@media screen and (max-width: 700px) {
  .voicelist li {
    width: 50%; } }
@media screen and (max-width: 480px) {
  .voicelist li {
    width: 100%;
    padding: 0 0 2em 0; } }
/* サムネイル -------------------------------- */
.psn_thumbnail {
  width: 100%;
  position: relative;
  background: #111;
  z-index: 1; }

/* アイキャッチ画像 */
.vthmbimg img {
  width: 100%;
  height: auto; }

/* ボタン */
.morebtn {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.2); }

.morebtn span {
  display: block;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 2em 3em 2em;
  position: absolute;
  left: 0;
  bottom: 0; }

.morebtn img {
  max-width: 100%;
  height: auto; }

a:hover .morebtn img {
  opacity: 1;
  filter: alpha(opacity=100); }

@media screen and (max-width: 480px) {
  .morebtn img {
    width: 100%;
    max-width: 173px; } }
/* テキスト -------------------------------- */
.psn_txt {
  width: 90%;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: -2em;
  padding: 1em;
  background: #fff;
  z-index: 2; }

/* アルファベット表記 */
.voicelist .vname_eg {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: normal;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #000 solid 1px; }

/* コピー */
.voicelist p.voice_ttl {
  line-height: 1.5em;
  padding-bottom: 0;
  font-size: 0.8em; }

@media screen and (max-width: 480px) {
  .voicelist .vname_eg, .voicelist p.voice_ttl {
    font-size: 1em; } }
/* -------------------------- 詳細ページ ------------------------------------------- */
.voice_info {
  width: 100%;
  padding-bottom: 4em;
  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;
  position: relative; }

/* 画像 ------------------------------------------- */
.vinfoimg {
  width: 33.34%;
  position: relative; }

.vinfoimg img {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 480px) {
  .vinfoimg {
    width: 100%;
    padding-bottom: 1em;
    text-align: center; } }
/* テキスト ------------------------------------------- */
.vinfotxt {
  width: 64%;
  position: relative;
  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; }

.vinfotxt div {
  width: 100%; }

@media screen and (max-width: 480px) {
  .vinfotxt {
    width: 100%; } }
/* 見出し */
.voice_ttl {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 1em;
  width: 100%; }

@media screen and (max-width: 480px) {
  .voice_ttl {
    padding-top: 1em;
    line-height: 1.4em; } }
/* 名前 */
.freepage-ctt p.vname {
  letter-spacing: 0.4em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 0.5em;
  border-bottom: #000 solid 1px;
  color: #000;
  margin-bottom: 0.5em;
  width: 100%; }

/* アルファベット */
.freepage-ctt p.vname .egfont {
  display: inline-block;
  font-size: 2em;
  line-height: 1em;
  padding-right: 0.5em;
  padding-bottom: 0.2em;
  position: relative; }

/* プロフィール・説明など */
.freepage-ctt p.vinfo {
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  color: #666;
  width: 100%; }

/* サブ情報 */
.freepage-ctt p.voice_subinfo {
  line-height: 1.5em;
  padding-bottom: 0;
  color: #666;
  width: 100%; }

/* =============================== 会社概要 ========================================================== */
.company-template .wrap, .companypage-ctt {
  padding-top: 0;
  padding-bottom: 0; }

/* メイン画像 */
.companypage-ctt .parts-100img {
  padding-bottom: 0; }

/* -------------------------- あいさつ ------------------------------------------- */
/* キャッチコピー ------------------------------------------- */
.companypage-ctt p.parts-copy {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  padding-bottom: 1em; }

@media screen and (max-width: 750px) {
  .companypage-ctt p.parts-copy {
    font-size: 1.3em; } }
/* 名前 ------------------------------------------- */
.words_name {
  width: 100%;
  font-weight: 700;
  line-height: 1.5em;
  text-align: right;
  padding-top: 2em;
  padding-bottom: 0; }

/* -------------------------- 会社概要 ------------------------------------------- */
.compinfo {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box; }

/* リスト */
.compinfo ul {
  width: 100%;
  position: relative;
  border: #000 solid 2px;
  background: #fff;
  color: #000; }

.compinfo li {
  list-style: none inside;
  position: relative;
  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;
  border-bottom: #000 solid 1px; }

.compinfo li:last-child {
  border-bottom: none; }

.infottl, .infoctt {
  padding: 1em;
  font-size: 1em;
  box-sizing: border-box; }

.infottl {
  width: 30%;
  font-weight: 400;
  color: #fff;
  background: #9fca39; }

.infoctt {
  width: 70%; }

.infoctt a {
  text-decoration: underline; }

@media screen and (max-width: 700px) {
  .compinfo li {
    padding: 0 0.5em; }

  .infottl, .infoctt {
    padding: 1em;
    display: block;
    font-size: 1em;
    width: 100%;
    text-align: left; }

  .infottl {
    font-weight: bold;
    border-right: none;
    border-bottom: #000 solid 1px; } }
/* -------------------------- Googleマップ ------------------------------------------- */
.gmap {
  margin: 1em auto 4em auto; }

#googlemaps, #googlemaps2, #googlemaps3 {
  width: 100%;
  height: 750px;
  height: 50vw;
  max-height: 750px; }

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

.contactpage-ctt .sec {
  width: 100%; }

.contactpage-ctt .sec p {
  padding-bottom: 2em; }

/* 見出し */
.contactpage-ctt h3 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  text-align: center; }

/* -------------------------- 電話 ------------------------------------------- */
.contactpage-ctt .sec p.contacttel_tel {
  font-size: 5em;
  line-height: 1em;
  padding-bottom: 0.1em;
  color: #000; }

.contactpage-ctt .sec p.contacttel_tel strong {
  font-weight: normal; }

.contacttel_tel::before {
  display: inline-block;
  padding-right: 0.2em;
  font-family: FontAwesome;
  content: "\f095"; }

/* 時間 */
.contactpage-ctt .sec p.contacttel_time {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
  padding-bottom: 0;
  color: #000; }

@media screen and (max-width: 700px) {
  .contact_tel p.center {
    text-align: left; }

  .contact_tel p.contacttel_tel.center, .contact_tel p.contacttel_time.center {
    text-align: center; } }
/* -------------------------- コンタクトフォーム（全ページ共通） ------------------------------------------- */
.webcontact {
  background: #f6e032; }

.formbox {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 3.57em 0; }

.formbox h3 {
  font-size: 2em;
  line-height: 1.7em;
  padding-bottom: 0.5em; }

.formbox p {
  padding-bottom: 2em; }

@media screen and (max-width: 700px) {
  .formbox {
    padding: 1.5em 0; }

  .webcontact p.center {
    text-align: left; } }
/* contact form 7 ------------------------------------------- */
div.wpcf7 {
  text-align: left; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
  width: 100% !important;
  border: none;
  border-radius: 0.31em;
  box-sizing: border-box;
  padding: 1.5em;
  line-height: 1em;
  border: #fff solid 1px;
  line-height: 1.7em; }

.wpcf7-form input[type="text"].jp_num {
  width: 13em !important; }

.wpcf7-form input[type="number"] {
  width: 5em;
  height: 2em; }

.wpcf7-form .yubin input[type="text"] {
  max-width: 180px; }

label.yubin {
  position: relative;
  top: 1em; }

label.yubin br {
  display: none; }

.wpcf7-form input[type="tel"] {
  width: 100% !important;
  max-width: 300px;
  border: none;
  border-radius: 0.31em;
  box-sizing: border-box;
  padding: 1.5em;
  border: #fff solid 1px;
  line-height: 1.7em; }

.wpcf7-form input[type="date"] {
  border-radius: 0.31em;
  box-sizing: border-box;
  padding: 1.5em;
  line-height: 1em;
  border: #fff solid 1px;
  line-height: 1.7em;
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }

.wpcf7-form p {
  padding: 0 0 2em 0; }

/*本文*/
.wpcf7-form textarea {
  width: 100% !important;
  border: none;
  border-radius: 0.31em;
  box-sizing: border-box;
  padding: 1.5em;
  border: #fff solid 1px;
  line-height: 1.7em; }

@media screen and (max-width: 1500px) {
  .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; } }
/*送信ボタン*/
.wpcf7-form .wpcf7-submit {
  width: 10em !important;
  padding: 0.5em 1em;
  border: none;
  border-radius: 0;
  font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-size: 1.2em;
  letter-spacing: 1em;
  text-indent: 1em;
  box-sizing: border-box;
  -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;
  color: #fff;
  background: #d00027; }

.wpcf7-form .wpcf7-submit:hover {
  cursor: pointer;
  background: #d4a4ba;
  color: #fff; }

.contactformarea .form {
  width: 100%;
  margin: 0 auto 0 auto; }

/* チェックボックス */
span.wpcf7-list-item {
  display: block; }

/* 送信済メッセージ */
div.wpcf7-mail-sent-ok {
  border: 2px solid #d00027; }

/* =============================== 個人情報 =================================================================== */
.privacy-template .h3 {
  padding-top: 3.57em;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: #000 solid 1px; }

.privacy-template .h3:first-child {
  padding-top: 0; }

/* 問い合わせ窓口 */
.privacyinfo {
  display: inline-block;
  box-sizing: border-box;
  padding: 1em 2em;
  border: #000 solid 1px; }

.privacyinfo p {
  padding-bottom: 0; }

/* =============================== 独自調整 =================================================================== */
#intro strong {
  font-size: 1.5em;
  font-family: kaneda-gothic, sans-serif;
  font-weight: bold; }

#support_index .txtbox p.center .pc_br {
  display: block; }

@media screen and (max-width: 480px) {
  #support_index .txtbox p.center .pc_br {
    display: none; } }
.txt_center {
  text-align: center; }

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