@charset "UTF-8";
/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/
/*-- イケル　CSS --*/
/*-----------------------
リセットCSS
-----------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, input,
textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #084010;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #0A4C14;
  margin: 1em 0;
  padding: 0;
}

/*---iOS用リセットCSS---*/
input[type=submit], input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]:-webkit-search-decoration, input[type=button]:-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

form input[type=submit] {
  background: #004D19;
}

.wpcf7 input.l {
  width: 70%;
}
.wpcf7 input.m {
  width: 250px;
}
.wpcf7 input.s {
  width: 100px;
}

.form-text-mini {
  font-size: 13px;
  display: inline-block;
  padding-top: 5px;
  color: #666;
}

/*-----------------------
基本レイアウト
-----------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 180%;
  min-width: 1000px;
  width: 100%;
}
body.home {
  /*background-image: url(images/top/bg_top.jpg);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home #content {
  background-color: #FFF;
}
body.home .front-loop {
  margin-bottom: 0;
}
body.home .front-main-cont .front-cont-header {
  display: none;
}
body.home #front-contents .c_number {
  background: none;
  color: rgba(33, 39, 98, 0);
}
body.home #front-contents .c_img_box {
  width: 50%;
}
body.home #front-contents .c_box_inner {
  width: 44%;
  padding-bottom: 0;
}
body.home #front-contents .c_box {
  border-bottom: 0;
}
body.home #front-contents .c_box.c_box_left, body.home #front-contents .c_box.c_box_right {
  background-color: #07350D;
}
body.home #front-contents h3 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.home #front-contents .c_text p {
  color: #fff;
  font-size: 16px;
}
body.home #front-contents .c_text .c_btn a {
  background: none;
  border-radius: 0;
  border: 1px solid #fff;
  padding: 10px 40px;
  font-size: 16px;
  width: 200px;
}
body.home #front-contents .c_text .c_btn a:after {
  content: ">";
  font-family: "Font Awesome 5 Free";
  float: right;
  /*font-weight: 900;*/
}

/*-----------------------
トップページ
-----------------------*/
/* フッター固定ボタン（スマホ用） */
#footer-btn {
  display: none;
}

marquee {
  background-color: #DFF3B6;
  margin-bottom: 10px;
  padding: 3px 0;
  text-weight: bold;
}
marquee.m_pink {
  background-color: #FFCCCC;
  color: #ff0000;
}
marquee.m_pink a {
  color: #ff0000;
}

.pagetop {
  z-index: 11;
}

/*-----------------------
分割
-----------------------*/
.col {
  letter-spacing: -1em;
  margin: 0;
  width: 100%;
}
.col.col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  list-style: none;
  letter-spacing: 0em;
  padding: 0;
  vertical-align: top;
  width: 50%;
}
.col_inner img {
  max-width: 100%;
}
.col_inner.saisun {
  padding: 50px 25px;
  width: 33%;
}
.col_inner.saisun img {
  margin: 0 auto;
}

/*---採寸---*/
.w_10 {
  width: 10%;
}

.w_20 {
  width: 20%;
}

.w_25 {
  width: 25%;
}

.w_30 {
  width: 30%;
}

.w_33 {
  width: 33.333%;
}

.w_35 {
  width: 35%;
}

.w_40 {
  width: 40%;
}

.w_45 {
  width: 45%;
}

.w_55 {
  width: 55%;
}

.w_60 {
  width: 60%;
}

.w_65 {
  width: 65%;
}

.w_66 {
  width: 66%;
}

.w_70 {
  width: 70%;
}

.w_75 {
  width: 75%;
}

.w_80 {
  width: 80%;
}

.w_90 {
  width: 90%;
}

.w_100 {
  width: 100%;
}

/*-----------------------
コンテンツ
-----------------------*/
/*---枠---*/
.box {
  background-color: #fff;
  border: 2px solid #ff0000;
  padding: 15px;
}

/*---枠 塗り（店舗：店長紹介、スタイル：スラックス　など）---*/
.box_2 {
  background-color: #E7EBE8;
  padding: 20px 30px;
}
.box_2.m_style {
  padding: 20px 200px;
}
.box_2.style {
  padding: 20px 25px;
}
.box_2.l_style {
  padding: 35px;
}
.box_2.bg_green1 {
  background-color: #3A711A;
  position: relative;
  margin-bottom: 50px;
}
.box_2.bg_green2 {
  background-color: #0A4C14;
  position: relative;
  margin-bottom: 50px;
}
.box_2.bg_gray {
  background-color: #ebebeb;
}
.box_2.bg_shiro {
  background-color: #fff;
}
.box_2.kadomaru {
  border: solid 2px #084010;
  border-radius: 20px;
  padding: 20px 40px;
}
.box_2.kadomaru_2 {
  border-radius: 10px;
}
.box_2.bg_gray2 {
  background-color: #f3f4f7;
}

/*仕立てランク：仮縫い*/
/*--イベント情報：期間--*/
.b_tokucho {
  position: absolute;
  top: -25px;
  left: 45%;
}

/*---枠　背景なし（支払い方法）---*/
.box_3 {
  border: solid 2px #ccc;
  padding: 20px 30px;
  border-radius: 10px;
  margin: 20px 0;
}

/*---角丸---*/
.kadomaru {
  border-radius: 5px;
}

/*---影付き---*/
.b_shadow {
  -webkit-box-shadow: 2px 2px 4px #ccc;
          box-shadow: 2px 2px 4px #ccc;
}

/*-----------------------
コンテンツ左右寄せ
-----------------------*/
.f_left {
  float: left;
}

.f_right {
  float: right;
}

/*---回り込み解除---*/
.clear {
  clear: both;
}

/*-----------------------
吹き出し
-----------------------*/
/*---背景色あり---*/
.fuki_1 {
  background: #ccc;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  margin: 15px;
  max-width: 100%;
  min-width: 120px;
  padding: 15px;
  position: relative;
}
.fuki_1:before {
  content: "";
  position: absolute;
  border: 15px solid transparent;
}
.fuki_1.left:before {
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border-right: 15px solid #ccc;
}
.fuki_1.top:before {
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border-bottom: 15px solid #ccc;
}
.fuki_1.right:before {
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border-left: 15px solid #ccc;
}
.fuki_1.bottom:before {
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border-top: 15px solid #ccc;
}

/*左向き*/
/*上向き*/
/*右向き*/
/*下向き*/
/*---枠線＋背景白---*/
.fuki_2 {
  background-color: #fff;
  border: solid 3px #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: block;
  margin: 15px;
  max-width: 100%;
  min-width: 120px;
  padding: 15px;
  position: relative;
}
.fuki_2:before {
  border: 12px solid transparent;
  content: "";
  position: absolute;
  z-index: 2;
}
.fuki_2:after {
  border: 14px solid transparent;
  content: "";
  position: absolute;
  z-index: 1;
}
.fuki_2.left:before {
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  left: -24px;
  margin-top: -12px;
  top: 50%;
}
.fuki_2.left:after {
  border-right: 14px solid #000;
  left: -30px;
  margin-top: -14px;
  top: 50%;
}
.fuki_2.top:before {
  border-bottom: 12px solid #FFF;
  left: 50%;
  margin-left: -15px;
  top: -24px;
}
.fuki_2.top:after {
  border-bottom: 14px solid #000;
  left: 50%;
  margin-left: -17px;
  top: -30px;
}
.fuki_2.right:before {
  border-left: 12px solid #FFF;
  margin-top: -12px;
  right: -24px;
  top: 50%;
}
.fuki_2.right:after {
  border-left: 14px solid #000;
  margin-top: -14px;
  right: -30px;
  top: 50%;
}
.fuki_2.bottom:before {
  bottom: -24px;
  border-top: 12px solid #FFF;
  left: 50%;
  margin-left: -15px;
}
.fuki_2.bottom:after {
  bottom: -30px;
  border-top: 14px solid #000;
  left: 50%;
  margin-left: -17px;
}

/*左向き*/
/*上向き*/
/*右向き*/
/*下向き*/
/*-----------------------
回転
-----------------------*/
.kaiten {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*-----------------------
テキスト
-----------------------*/
/*---見出し---*/
.midashi {
  font-size: 20px;
  color: #0A4C14;
}
.midashi.kuro {
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}
.midashi.green {
  display: block;
  margin: 20px 10px 10px 10px;
  color: #0a4c14;
  font-weight: bold;
}

/*明朝　サイズ：20*/
.midashi_2 {
  font-size: 20px;
  color: #0A4C14;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}

.ledies .midashi_2 {
  color: #590002;
}

.midashi_2.bridal {
  font-size: 28px;
  color: #fff;
  line-height: 140%;
  text-align: center;
  padding-top: 60px;
}
.midashi_2.senpai {
  line-height: 180%;
}
.midashi_2.saiyo_tanto {
  line-height: 180%;
  margin: 80px 40px 0 0;
}

.midashi_20 {
  font-size: 20px;
  color: #384450;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  padding: 10px;
}

/* 枠付き見出し：営業日カレンダー　*/
.midashi_waku {
  padding: 5px 0;
  border: 1px solid #0A4C14;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

/*---文章---*/
.text {
  padding: 0 10px;
}

/*---余白　幅広（流れ）---*/
.p_l {
  padding: 0 40px;
}

/*---フォントサイズ---*/
.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

/*---フォント---*/
.gothic {
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/*---太字---*/
.b {
  font-weight: bold;
}

/*---下線---*/
.u {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  display: inline-block;
}
.u.dot {
  border-bottom: 2px dotted #000;
}
.u.dash {
  border-bottom: 1px dashed #000;
}
.u.double {
  border-bottom: 4px double #000;
}
.u.wave {
  border-bottom: none;
  -webkit-text-decoration: undelrine wavy #000;
          text-decoration: undelrine wavy #000;
}

/*---マーカー---*/
.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 255, 0, 0.6196078431)));
  background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.6196078431) 60%);
  display: inline;
}

/*---色---*/
.red {
  color: #ff0000;
}

.orange {
  color: #FF4000;
}

.yellow {
  color: #ffff00;
}

.green {
  color: #008000;
}

.green_2 {
  color: #0a4c14;
}

.blue {
  color: #0000ff;
}

.purple {
  color: #800080;
}

.brown {
  color: #800000;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

/*---影付き---*/
.t_shadow {
  text-shadow: 2px 2px 3px #505050;
}

/*---登録商標マーク---*/
.r {
  display: inline-block;
  padding-right: 17px;
  position: relative;
}
.r:after {
  content: "Ⓡ";
  font-size: 70%;
  position: absolute;
  top: -4px;
}

/*---緑■リスト（会社概要：店舗）---*/
.t_list {
  margin: 0 0 5px 18px;
  position: relative;
}
.t_list:before {
  content: "■";
  left: -18px;
  position: absolute;
  color: #0A4C14;
}

/*-----------------------
文字寄せ
-----------------------*/
/*---左右---*/
.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.float_right {
  float: right;
}

/*---上下---*/
.valign_top {
  vertical-align: top;
}

.valign_middle {
  vertical-align: middle;
}

.valign_bottom {
  vertical-align: bottom;
}

/*-----------------------
リンク
-----------------------*/
/*---電話番号---*/
a[href*="tel:"] {
  color: inherit;
  pointer-events: none;
}

/*---ボタン（背景色＋白文字）---*/
.btn_1 {
  background-color: #084010;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 8px 15px;
  text-align: center;
  width: 100%;
}
.btn_1:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
}
.btn_1.shiro {
  background-color: #fff;
  color: #084010;
  border: 1px solid #084010;
}
.btn_1.gray2 {
  background-color: #E7EBE8;
  color: #084010;
  border: 1px solid #084010;
}
.btn_1:hover, .btn_1.shiro:hover {
  background-color: #07350E;
  color: #fff;
}
.btn_1.line {
  background-color: #00B900;
}
.btn_1.line:hover {
  background-color: #008100;
}
.btn_1.fb {
  background-color: #4267B2;
}
.btn_1.fb:hover {
  background-color: #2E487C;
}
.btn_1.gray {
  background-color: #E7EBE8;
  color: #333;
  padding: 3px 15px;
}
.btn_1.gray:hover {
  background-color: #528159;
  color: #fff;
}
.btn_1.b_yoyaku {
  background-color: #199B31;
  font-size: 18px;
  font-weight: bold;
}

/*---ボタン（反転：背景白＋文字色）---*/
/*---ボタン（反転：背景グレー＋文字色）---*/
/*--ギャラリー一覧のボタン--*/
/*--予約ボタン--*/
/*---ボタン（背景白＋色文字）角丸---*/
.btn_2 {
  background-color: #fff;
  border: 2px solid #084010;
  border-radius: 20px;
  color: #084010;
  display: block;
  margin: 0 auto;
  padding: 3px 15px;
  text-align: center;
  /*width: 100%;*/
}
.btn_2:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
}
.btn_2:hover {
  background-color: #084010;
  color: #fff;
  text-decoration: none;
}

.btn_1.w_230,
.btn_2.w_230 {
  width: 230px;
}

/*---マウスオーバー＆矢印なし（仕立てランク）---*/
div.btn_2 {
  margin: 20px 0;
}
div.btn_2:hover {
  background-color: #FFF;
  color: #084010;
}
div.btn_2:after {
  content: "";
}

/*---小さめ---*/
.btn_2.s {
  border: 1px solid #084010;
  font-size: 14px;
  padding: 0px 10px;
  margin: 10px 0;
}

/*---ボタン（背景白＋色文字）角---*/
.btn_3 {
  background-color: #FFF;
  color: #07350E;
  display: block;
  margin: 0 auto;
  padding: 8px 15px;
  text-align: center;
  width: 100%;
  border: 1px #07350E solid;
}
.btn_3:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
}
.btn_3.b_r:after {
  content: "\f054";
}
.btn_3:hover {
  background-color: #07350E;
  color: #fff;
}

/*---ボタン（グレー＋文字白）角：トップリニューアル---*/
.btn_4 {
  background-color: #2b3742;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  width: 300px;
  max-width: 100%;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.btn_4:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
  font-size: 16px;
}
.btn_4.l {
  font-size: 30px;
  width: 400px;
  margin: 30px auto;
}
.btn_4.l span {
  font-size: 20px;
}
.btn_4.l.mt_0 {
  margin-top: 0;
}

/*---ボタン（線のみ＋文字白）角：トップリニューアル---*/
.btn_5 {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 5px 20px 5px 0;
  width: 200px;
  text-align: center;
  margin-top: 50px;
}
.btn_5:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
}

/*---下矢印---*/
/*---右矢印---*/
.w_300 {
  width: 300px;
}

.ledies .btn_3 {
  color: #840003;
  border: 1px #840003 solid;
}
.ledies .btn_3:hover {
  background-color: #840003;
  color: #fff;
}

/*---ボタン（フェード）---*/
.fade {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*-----------------------
テーブル
-----------------------*/
/*---下線付き（シミができたら）---*/
.post-content table.t_1 {
  border: none;
  margin-top: 50px;
}
.post-content table.t_1 th,
.post-content table.t_1 td {
  padding: 20px;
  border: none;
  border-bottom: 1px solid #276D25;
  background: none;
  color: #333;
}
.post-content table.t_1 th {
  text-align: center;
  font-weight: bold;
  width: 200px;
}
.post-content table.t_2 {
  border: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.post-content table.t_2 th,
.post-content table.t_2 td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #000;
  padding: 20px;
}
.post-content table.t_2 th {
  background-color: #F5F8F7;
  text-align: center;
}
.post-content table.t_2.t_p10 th, .post-content table.t_2.p10 td {
  padding: 10px;
}
.post-content table.t_none {
  border: 0;
}
.post-content table.t_none th,
.post-content table.t_none td {
  border: 0;
  background: none;
  color: #000;
  padding: 5px 10px;
}
.post-content table.t_none2 {
  border: 0;
  margin-bottom: 0;
}
.post-content table.t_none2 th,
.post-content table.t_none2 td {
  border: 0;
  background: none;
  color: #000;
  padding: 5px 10px;
}
.post-content table.t_none2 th {
  color: #0A4C14;
  width: 40%;
}

/*---th背景色付き---*/
/*---線なし（店舗：店舗紹介　など）---*/
/*---スタイル：スラックス基本スタイル---*/
/*-----------------------
リスト
-----------------------*/
/*---箇条書きリスト---*/
ul.list {
  list-style-type: none;
}
ul.list li {
  margin: 0 0 5px 18px;
  position: relative;
}
ul.list li:before {
  content: "■";
  left: -18px;
  position: absolute;
  color: #0A4C14;
}

/*---数字付きリスト---
ol{
    list-style: decimal;
}
ol li{
	margin: 0 0 5px 18px;
}*/
/*-----------------------
余白
-----------------------*/
/*---マージン---*/
/*余白10px*/
.m_10 {
  margin: 10px;
}

.mt_10 {
  margin-top: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mtb_10 {
  margin: 10px 0;
}

.mlr_10 {
  margin: 0 10px;
}

/*余白15px*/
.m_15 {
  margin: 15px;
}

.mt_15 {
  margin-top: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.mtb_15 {
  margin: 15px 0;
}

.mlr_15 {
  margin: 0 15px;
}

/*余白20px*/
.m_20 {
  margin: 20px;
}

.mt_20 {
  margin-top: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.mtb_20 {
  margin: 20px 0;
}

.mlr_20 {
  margin: 0 20px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mtb_50 {
  margin: 50px 0;
}

.mt_0 {
  margin-top: 0;
}

/*---パディング---*/
/*余白なし*/
.p_0 {
  padding: 0;
}

/*余白5px*/
.p_5 {
  padding: 5px;
}

/*余白10px*/
.p_10 {
  padding: 10px;
}

.pt_10 {
  padding-top: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.ptb_10 {
  padding: 10px 0;
}

.plr_10 {
  padding: 0 10px;
}

/*余白15px*/
.p_15 {
  padding: 15px;
}

.pt_15 {
  padding-top: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.ptb_15 {
  padding: 15px 0;
}

.plr_15 {
  padding: 0 15px;
}

/*余白20px*/
.p_20 {
  padding: 20px;
}

.pt_20 {
  padding-top: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.ptb_20 {
  padding: 20px 0;
}

.plr_20 {
  padding: 0 20px;
}

.p_30 {
  padding: 30px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.spacer_40 {
  padding-top: 40px;
}

.spacer_70 {
  padding-top: 70px;
}

/*-----------------------
YouTube
-----------------------*/
.youtube {
  text-align: center;
}
.youtube iframe {
  max-width: 100%;
}

/*-----------------------
Q&A
-----------------------*/
.q,
.a {
  margin: 0 0 5px 18px;
  position: relative;
}

.q:before,
.a:before {
  content: "";
  left: -18px;
  position: absolute;
}

.q:before {
  content: "Q";
}

.a:before {
  content: "A";
}

/*-----------------------
お問い合わせ（contact form 7）
-----------------------*/
input,
textarea,
select {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
  margin: 5px 0;
  padding: 8px 18px;
}

textarea {
  width: 100%;
}

span.wpcf7-list-item {
  /*display: block;*/
  /*margin: 0 0 5px;*/
  margin: 0 20px 5px 0;
}
span.wpcf7-list-item.last {
  margin-bottom: 0;
}
span.wpcf7-list-item * {
  vertical-align: middle;
}

.post-content .t_contact th,
.post-content .t_contact td {
  border-bottom: 1px solid #ddd;
  padding: 12px 10px;
  vertical-align: middle;
}
.post-content .t_contact th p,
.post-content .t_contact td p {
  margin-bottom: 10px;
}
.post-content .t_contact th {
  width: 230px;
  background: #669475;
  position: relative;
}
.post-content .t_contact th:after {
  position: absolute;
  background: #a8a8a8;
  content: "任意";
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  text-align: center;
  right: 10px;
  top: 10px;
}
.post-content .t_contact th.hissu:after {
  background: #004D19;
  content: "必須";
}

/* ラジオボタンを見えなくする（でもクリックできるようにする） */
.wpcf7-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

/* ボタンを押しやすくする */
.wpcf7-list-item {
  position: relative;
  display: inline-block;
}

/* ボタンの見た目を調整 */
.wpcf7-list-item-label {
  display: block;
  padding: 5px 15px;
  border: 2px solid #0A4C14;
  border-radius: 5px;
  background-color: #fff;
  color: #0A4C14;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 選択されたときのスタイル */
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
  background-color: #0A4C14;
  border-color: #0A4C14;
  color: #fff;
}

/*-----------------------
デバイス
-----------------------*/
/*---タブレット---*/
.tab_on,
.mob_on {
  display: none;
}

/*---スマホ---*/
.one-column #content .wrap {
  width: 1180px;
  max-width: 100%;
}

#header {
  background: #fff;
}

/*------------------------------------------
ガルディ対応
------------------------------------------*/
/* ワイド */
.wide_section {
  width: 100vw;
  min-width: 1180px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wide_section img {
  /*max-width:100vw;
  width:100vw;*/
}

/* 中間（幅：970px） */
.middle_section {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}

/* 狭い（幅：620px） */
.narrow_section {
  width: 620px;
  margin: 0 auto;
}

/* 常に表示するボタン */
.pr_btn {
  display: block;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 350px;
  background-color: #07470E;
  border-radius: 20px 0 0 20px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 190px;
}
.pr_btn.yoyaku {
  bottom: 150px;
  background-color: #199B31;
}
.pr_btn:hover {
  /*background: #05270B;*/
}

a .pr_btn {
  color: #FFFFFF;
  border-radius: 20px 0 0 20px;
  width: 58px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
a:hover .pr_btn {
  text-decoration: none;
  width: 250px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.pr_btn .side_moto {
  text-align: right;
  font-size: 18px;
  padding: 30px 10px;
  position: relative;
}
.pr_btn .side_moto img {
  position: absolute;
  top: 12px;
  left: 0;
}
.pr_btn .side_moto::after {
  position: absolute;
  content: url(images/tenpo.png);
  top: 12px;
  left: 0;
}
.pr_btn.yoyaku .side_moto::after {
  content: url(images/door.gif);
}
.pr_btn .side_open {
  /*display: none;*/
  font-size: 15px;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  padding: 30px 15px;
  width: 180px;
}

a .pr_btn .side_open {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  opacity: 0;
}
a:hover .pr_btn .side_open {
  display: inline-block;
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
a:hover .pr_btn.yoyaku .side_moto::after {
  content: url(images/door_on.gif);
}

.pr_btn .side_open .side_text {
  line-height: 140%;
  padding-bottom: 10px;
}
.pr_btn .side_open .side_link {
  line-height: 120%;
  font-size: 22px;
  position: relative;
}
.pr_btn .side_open .side_link .english {
  font-size: 14px;
  color: #199B31;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pr_btn.yoyaku .side_open .side_link .english {
  color: #07470E;
}
.pr_btn .side_open .side_link::after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  top: 20px;
  right: 22px;
}

/* 見出し */
.post-content h1,
.home h1 {
  color: #333;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin: 15px 0 30px 0;
}

.post-content h1 .h1_sub {
  color: #084010;
  font-size: 36px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.1;
}

.home h1 .h1_sub {
  color: #084010;
  font-size: 36px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.1;
}
.home h1.h1_w {
  color: #FFF;
}
.home h1.h1_w .h1_sub {
  color: #FFF;
}

.post-content h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  border-left: 0;
  border-top: 1px solid #276D25;
  border-bottom: 1px solid #276D25;
  background: none;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 24px;
  margin: 80px 0 50px 0;
}
.post-content .ledies h2 {
  border-top: 1px solid #840003;
  border-bottom: 1px solid #840003;
}
.post-content h3 {
  font-weight: bold;
  border-bottom: none;
  font-size: 20px;
  color: #084010;
  background-color: #E7EBE8;
  padding: 15px 25px;
}
.post-content h3.w_50 {
  width: 47%;
  clear: none;
}

.post-title a:hover {
  color: #199B31;
}

/*---投稿　調整---*/
.post-header {
  padding: 26px 64px;
  border-bottom: 0;
}

.post-meta-area {
  border-top: 1px solid #e5e5e5;
}

.post-footer-list {
  padding: 12px 40px;
  border-bottom: 1px solid #e5e5e5;
}

.post-header {
  padding: 15px 10px;
}

.post-title {
  font-size: 24px;
}

.col.single {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

/*---仕立てランク---*/
.col_inner.shitate {
  padding-left: 20px;
}

.post-content h3.g {
  color: #fff;
  background-color: #6C9472;
  margin: 0 0 30px 0;
}
.post-content .saisun h3 {
  margin: 10px 0 15px 0;
  text-align: left;
}
.post-content h4 {
  border-bottom: #276D25 3px solid;
  border-left: 0;
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  background-color: #E5E5E5;
  padding: 18px 0 18px 100px;
  margin: 0 0 30px 0;
  font-weight: bold;
  color: #0A4C14;
}
.post-content h4.niketa {
  padding: 18px 0 18px 150px;
}
.post-content h4 .no {
  position: absolute;
  font-style: italic;
  font-size: 100px;
  bottom: 0;
  bottom: 30px;
  left: 20px;
}

/*---採寸の流れ---*/
/* レディーススタイル */
.w_32 {
  width: 32%;
  font-size: 16px;
}

.m_1 {
  margin: 0 2%;
}

.style_flow {
  width: 90%;
  margin: 0 auto;
  background-color: #f0f0f0;
  border: 1px solid #80292a;
}

.style_flow_a {
  text-decoration: none !important;
}

a .style_flow:hover {
  opacity: 0.6 !important;
  text-decoration: none !important;
}

.ledies_fontc {
  position: relative;
  color: #80292a;
  text-align: center;
  margin-bottom: 0px !important;
  padding: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 23px;
}
.ledies_fontc::before {
  content: "";
  position: absolute;
  background-image: url("https://l-guldy.mom/wp/wp-content/themes/xeory_extension_child/images/lineup/ledies/btn_front_img01.png");
  background-repeat: no-repeat;
  height: 83px;
  width: 93px;
  top: 5px;
  left: 22%;
}
.ledies_fontc::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
}

.ledies_btn2 {
  width: 90%;
  margin: 20px auto 0 auto;
  font-size: 0px;
}

.ledies_inner {
  display: inline-block;
  width: 50%;
  margin: 0px;
  font-size: 16px;
}
.ledies_inner:nth-of-type(1) {
  padding-right: 5%;
}
.ledies_inner:nth-of-type(2) {
  padding-left: 5%;
}
.ledies_inner a {
  display: block;
  background-color: #f0f0f0;
  border: 1px solid #80292a;
}
.ledies_inner a:hover {
  text-decoration: none;
  opacity: 0.6 !important;
}

.ledies_tri {
  display: block;
  margin: 20px auto;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 35px solid #b56668;
}

.ledies_tri2 {
  display: none;
}

.ledies_skirt {
  position: relative;
  padding: 30px;
  text-align: center;
  color: #80292a;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 23px;
}
.ledies_skirt::before {
  content: "";
  position: absolute;
  background-image: url("images/lineup/ledies/btn_front_img02.png");
  background-repeat: no-repeat;
  height: 83px;
  width: 93px;
  top: 10px;
  left: 5%;
}
.ledies_skirt::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
}

.ledies_pants {
  position: relative;
  padding: 30px;
  text-align: center;
  color: #80292a;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 23px;
}
.ledies_pants::before {
  content: "";
  position: absolute;
  background-image: url("images/lineup/ledies/btn_front_img03.png");
  background-repeat: no-repeat;
  height: 83px;
  width: 93px;
  top: 0;
  left: 5%;
}
.ledies_pants::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
}

.ledies_b {
  font-weight: bold;
  color: #80292a;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  background-color: #f0e0e1;
  padding: 14px 15px;
  margin-bottom: 20px;
}

.jac_style {
  width: 100%;
  font-size: 0px;
}
.jac_style img {
  height: 435px;
}

.skirt_style {
  width: 100%;
  display: inline;
  font-size: 0px;
}

.skirt_b {
  margin: 20px 0px;
  font-weight: bold;
  color: #80292a;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  background-color: #f0e0e1;
  padding: 14px 15px;
}

.skirt_b_sp {
  display: none;
}

.pants_style {
  width: 100%;
  display: inline;
  font-size: 0px;
}

.pants_b {
  margin: 20px 0px;
  font-weight: bold;
  color: #80292a;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  background-color: #f0e0e1;
  padding: 14px 15px;
}

.pants_b_sp {
  display: none;
}

.rec_inner {
  position: relative;
  margin-left: 100px !important;
  margin-top: 15px !important;
}
.rec_inner::before {
  content: "";
  background-image: url("https://l-guldy.mom/wp/wp-content/themes/xeory_extension_child/images/lineup/ledies/recommended.png");
  background-repeat: no-repeat;
  width: 73px;
  height: 73px;
  position: absolute;
  top: -10px;
  left: -100px;
}

.skitr_mar {
  margin: 0 5%;
  font-size: 16px;
}

/*コンテンツの枠無しに*/
.cat-content {
  border: 0;
}

article.post, article.page {
  border: 0;
}

.post-content {
  padding: 30px 0 10px;
}

#content {
  padding: 30px 0;
}
#content.p_0 {
  padding: 0;
}

/* パンくずエリア調整 */
.breadcrumb-area {
  border-bottom: 0;
}

/* スライダー */
.top_slider {
  position: relative;
  max-width: 100%;
  margin: 0 auto 50px;
}
.top_slider img {
  width: 100%;
}
.top_slider img.mob_on {
  display: none;
}
.top_slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  margin: 0 auto;
}
.top_slider.slick-initialized {
  opacity: 1;
}
.top_slider {
  /*心*/
}
.top_slider .top_cocoro {
  position: absolute;
  top: 6vw;
  right: 15vw;
  opacity: 0;
}
.top_slider .top_cocoro img {
  width: 17.5vw;
  height: auto;
}
.top_slider .top_cocoro {
  -webkit-animation-name: animation_cocoro;
          animation-name: animation_cocoro;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes animation_cocoro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes animation_cocoro {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.1;
  }
}
.top_slider .top_text01 {
  color: #fff;
  font-size: 3.8vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  position: absolute;
  top: 11vw;
  right: -27vw;
  -webkit-animation-name: animation_text01;
          animation-name: animation_text01;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes animation_text01 {
  0% {
    rigth: -27vw;
  }
  100% {
    right: 23vw;
  }
}
@keyframes animation_text01 {
  0% {
    rigth: -27vw;
  }
  100% {
    right: 23vw;
  }
}
.top_slider .top_text02 {
  color: #fff;
  font-size: 1.5vw;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 15vw;
  right: -33vw;
  -webkit-animation-name: animation_text02;
          animation-name: animation_text02;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes animation_text02 {
  0% {
    rigth: -33vw;
  }
  100% {
    right: 12vw;
  }
}
@keyframes animation_text02 {
  0% {
    rigth: -33vw;
  }
  100% {
    right: 12vw;
  }
}

.slick-prev {
  left: 25px !important;
  z-index: 10;
}

.slick-next {
  right: 25px !important;
}

/* ページ内リンク */
.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

/*　サイトマップ　*/
ul.wsp-pages-list {
  margin-left: 200px;
}

/*------------------------------------------
ヘッダ　description＆サブメニュー
------------------------------------------*/
#header .description {
  width: 55%;
  font-size: 12px;
  float: left;
}
#header .head_submenu {
  width: 45%;
  float: right;
  font-size: 14px;
  text-align: right;
  padding-right: 20px;
  color: #07350D;
}
#header .head_submenu a {
  color: #07350D;
}
#header .syamei {
  float: left;
  width: 250px;
  font-size: 28px;
  color: #094911;
  padding: 18px 0 0 20px;
  font-weight: bold;
}
#header .syamei a {
  color: #094911;
}
#header .syamei a:hover {
  text-decoration: none;
}
#header .head_add {
  float: right;
  width: 480px;
  color: #0A4C14;
}
#header .head_add .head_tel {
  padding-top: 10px;
  width: 300px;
  float: left;
  text-align: center;
}
#header .head_add .head_btn {
  float: right;
  width: 150px;
  padding-top: 25px;
}
#header .head_add .head_btn .btn_1 {
  background-color: #199B31;
}

/*------------------------------------------
色の変更
------------------------------------------*/
/* トップページ：記事カテゴリー色変更 */
body.home .front-loop .popular_post_box .p_category {
  background-color: #0A4C14;
  border: solid 1px #0A4C14;
}

/* フッターの背景色変更 */
#footer {
  border-top: solid 8px #0A4C14 !important;
}
#footer #footer-brand-area {
  border-bottom: 1px solid #000;
}
#footer .footer-01,
#footer .footer-02 {
  background-color: #0A4C14;
}

/*------------------------------------------
グローバルメニュー（パソコン版）
------------------------------------------*/
#gnav {
  background: #0A4C14;
  border-top: 0;
  border-bottom: 0;
  float: none;
  margin: 0 auto;
  text-align: left;
}
#gnav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

#mega-menu-wrap-global_nav {
  background: #0A4C14;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-item > a.mega-menu-link {
  background: #0A4C14;
  padding: 10px 15px;
  color: #fff;
  height: 60px;
  font-size: 15px;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu {
  background: #062D0B;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: #062D0B;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #FFF;
  font-weight: normal;
  text-decoration: underline;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #FFF;
  font-weight: normal;
  text-decoration: underline;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  color: #FFF;
  font-weight: normal;
  text-decoration: underline;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:not([href]) {
  pointer-events: none;
  /*リンクを非リンクに変える*/
}

/*メガメニューの左ラベル*/
.mega_label {
  font-size: 31px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 15px;
}

/*メガメニューの画像*/
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  padding: 30px 2px;
  position: relative;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu_ttl {
  /*position: absolute;
  top: 50%;
  left: 10px;*/
  font-weight: bold;
  /*text-shadow: 2px 2px 3px #505050;*/
  margin: 10px 5px;
  padding-left: 5px;
  border-bottom: 1px solid #fff;
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu_img {
  /*background-color: #000;
  opacity: 0.8;
  background: rgba(0,0,0,0.8);*/
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu_img img {
  /*opacity: 0.65;*/
}
#mega-menu-wrap-global_nav #mega-menu-global_nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item .menu_img img:hover {
  opacity: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* メガメニュー */
  div ul li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu {
    margin-left: 500px !important;
  }
  ul.mega-sub-menu li ul.mega-sub-menu li {
    width: 200px !important;
  }
  ul.mega-sub-menu li ul.mega-sub-menu li a {
    width: 200px !important;
  }
  #content table.t_service th .tate {
    padding-left: 25px;
  }
  #mega-menu-wrap-mainnav2 #mega-menu-mainnav2 ul li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu {
    margin-left: 400px !important;
  }
  #mega-menu-wrap-mainnav2 #mega-menu-mainnav2 ul.mega-sub-menu li ul.mega-sub-menu li {
    width: 180px !important;
  }
  #mega-menu-wrap-mainnav2 #mega-menu-mainnav2 ul.mega-sub-menu li ul.mega-sub-menu li a {
    width: 180px !important;
  }
}
/*------------------------------------------
トップお知らせ（アコーディオン）
------------------------------------------*/
.top_box {
  /*border-bottom: 6px #07470E solid;*/
  width: 100%;
  font-size: 18px;
  position: relative;
  /*background-color: #F6F6F6;*/
}
.top_box.blog {
  /*border-bottom: 6px #199B31 solid;*/
}
.top_box .top_box_ttl {
  width: 100%;
  background-color: #d4d4d4;
  padding: 8px 30px 5px 30px;
  color: #07470E;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 20px;
  border-radius: 5px;
  line-height: 1;
  margin-bottom: 5px;
}
.top_box.blog .top_box_ttl {
  background-color: #99b39c;
}
.top_box .top_box_data {
  /*float: left;
  width: 1035px;*/
  clear: both;
  padding: 5px 20px;
  color: #199B31;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wrapper1.w-news {
  background-color: #f6f6f6;
}
.wrapper1.w-news .wrap {
  padding: 50px 0;
  color: #07470E;
}
.wrapper1.w-news .wrap.order {
  padding: 0;
}

.front-main-cont .wrap {
  padding: 50px 0;
}

.news_midashi {
  display: inline-block;
}
.news_midashi .news_midashi_news {
  font-size: 32px;
  font-size: 3.2rem;
  color: #566B85;
  float: left;
}
.news_midashi .news_midashi_category {
  font-family: yumin;
  color: #002048;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  margin-left: 10px;
}

/*お客様の声*/
.top_voice {
  min-height: 415px;
}

.post_news {
  padding: 5px 10px;
  display: block;
  line-height: 140%;
  clear: both;
  font-size: 15px;
}
.post_news a {
  text-decoration: none;
  color: #333;
}
.post_news a:hover {
  text-decoration: underline;
}

.news_date {
  float: left;
  padding-left: 40px;
}

.news_ttl {
  font-size: 16px;
}

.news_cat a {
  background-color: #517e56;
  font-size: 12px;
  border-radius: 13px;
  color: #fff;
  /*display: block;*/
  margin: 0 auto;
  padding: 1px 15px;
  text-align: center;
}

.news_more {
  color: #07470E;
  padding: 5px 10px;
  width: 50px;
  text-align: center;
  float: right;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}

.new-mark {
  color: #FF0000;
  font-weight: bold;
}

.news_more:hover {
  opacity: 0.7;
}
.news_more .fa {
  padding-left: 5px;
  padding-top: 5px;
  font-size: 20px;
}

#acMenu .news_nakami {
  display: none;
}

div.wrapper1.w-news > div {
  position: relative;
  top: -3px;
}
div.wrapper1.w-news > div > table {
  float: left;
}
div.wrapper1.w-news table tr th {
  width: 190px;
}

body.home .front-loop.wrapper_gray,
.page-id-71918 .front-loop.wrapper_gray {
  padding: 50px;
  background-color: #E7E7E7;
}
body.home .front-loop .popular_post_box h3,
.page-id-71918 .front-loop .popular_post_box h3 {
  font-size: 15px;
  color: #084010;
  font-weight: bold;
  padding: 5px;
  line-height: 130%;
}
body.home .front-loop .front-loop-cont,
.page-id-71918 .front-loop .front-loop-cont {
  padding: 0;
}
body.home .wrapper_white,
.page-id-71918 .wrapper_white {
  padding: 50px 0;
  background-color: #FFF;
}
body.home,
.page-id-71918 {
  /*News：お知らせ*/
}
body.home .wrapper_news,
.page-id-71918 .wrapper_news {
  padding: 30px 0 50px 0;
  background-color: #f6f6f6;
}
body.home .wrapper_news marquee,
.page-id-71918 .wrapper_news marquee {
  padding: 10px 30px;
  border-radius: 25px;
  background-color: #fff;
}
body.home .wrapper_touka,
.page-id-71918 .wrapper_touka {
  padding: 50px;
  background-image: url(images/top/bg_top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.home .wrapper_touka img,
.page-id-71918 .wrapper_touka img {
  -webkit-box-shadow: 2px 2px 4px #000;
          box-shadow: 2px 2px 4px #000;
}
body.home .wrapper_green,
.page-id-71918 .wrapper_green {
  padding: 50px 0;
  background-color: #b7cebb;
}

/*------------------------------------------
ページ：トップイメージ
------------------------------------------*/
.scene_image {
  position: relative;
  height: 700px;
}
.scene_image.tenpo {
  height: 550px;
}
.scene_image.radio {
  height: 500px;
}
.scene_image img {
  position: absolute;
  right: 0;
}
.scene_image.w_r .waku_scene {
  right: 0;
}
.scene_image.w_r img {
  right: auto;
  left: 0;
}
.scene_image .waku_scene {
  width: 550px;
  background-color: rgba(10, 76, 20, 0.6);
  padding: 60px 70px 40px 70px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 175px;
}

.ledies .scene_image .waku_scene {
  background-color: rgba(132, 0, 3, 0.6);
}

.scene_image .waku_scene.i_p_50 {
  padding: 60px 50px 40px 50px;
}

.waku_scene .s_ttl {
  color: #fff;
  font-size: 75px;
  padding-bottom: 50px;
  line-height: 100%;
}
.waku_scene .s_ttl.pb_20 {
  padding-bottom: 20px;
}
.waku_scene .s_sub {
  color: #fff;
  font-size: 25px;
  padding-bottom: 50px;
}
.waku_scene .s_sub.pb_20 {
  padding-bottom: 20px;
}
.waku_scene .s_text {
  color: #fff;
  line-height: 180%;
  font-size: 18px;
}

/*------------------------------------------
ページトップ：リスト
------------------------------------------*/
.col.top_list .col_inner {
  padding: 20px;
}

.list_bnr {
  background-color: #0A4C14;
  color: #fff;
  font-size: 25px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 20px 40px;
  margin-bottom: 20px;
}
.list_bnr:after {
  content: "詳細を見る　\f054";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
  font-size: 15px;
}

a:hover .list_bnr {
  background-color: #07350E;
}

/*--店舗案内--*/
.top_list.tenpo a {
  color: #333;
  text-decoration: none;
}

.list_tenpo {
  position: relative;
}
.list_tenpo .list_bnr {
  background-color: rgba(10, 76, 20, 0.8);
  padding: 15px 40px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*------------------------------------------
フッタ住所
------------------------------------------*/
dl.foot_add dt {
  clear: both;
  float: left;
  width: 140px;
  font-weight: bold;
  font-size: 18px;
  margin-left: 50px;
}
dl.foot_add dd {
  float: left;
  width: 400px;
  font-weight: normal;
  font-size: 16px;
}
dl.foot_add dd.f_tel {
  width: 130px;
}

/*------------------------------------------
シーン
------------------------------------------*/
/* スタイル */
.scene_style {
  position: relative;
  height: 630px;
}
.scene_style .style_img {
  position: absolute;
  left: 120px;
  z-index: 1;
}
.scene_style .style_img img {
  -webkit-box-shadow: 6px 6px 11px #666;
          box-shadow: 6px 6px 11px #666;
}
.scene_style .style_img.img_r {
  left: auto;
  /*right: 120px;*/
  padding-right: 0;
  padding-left: 120px;
}
.scene_style .style_text {
  position: absolute;
  top: 140px;
  left: 0;
  background: url("images/scene/bg_style.jpg");
  padding: 60px 100px 60px 550px;
  width: 100%;
  font-size: 18px;
  line-height: 180%;
}
.scene_style.s_bridal {
  height: 950px;
}
.scene_style .style_text.none {
  height: 390px;
}
.scene_style .s_midashi {
  color: #0A4C14;
}
.scene_style.s_r .style_img {
  left: 690px;
}
.scene_style.s_r .style_text {
  padding: 60px 550px 60px 100px;
}
.scene_style .col {
  top: 140px;
}

/*文字無（ブライダルスーツ）*/
/*------------------------------------------
店舗
------------------------------------------*/
.google_iframe {
  text-align: center;
}

/* スタッフ紹介：パラパラ */
.staff_img {
  position: relative;
}
.staff_img img {
  top: 0px;
  left: 0px;
  position: absolute;
  -webkit-animation: showMe 1.8s linear infinite 0s forwards;
          animation: showMe 1.8s linear infinite 0s forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.staff_img:hover img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.staff_img img:nth-child(1) {
  z-index: 3;
}
.staff_img img:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  z-index: 2;
}
.staff_img img:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  z-index: 1;
}
.staff_img {
  height: 300px;
}
.staff_img.s {
  width: 370px;
  margin: 0 auto;
  margin-bottom: 15px;
}

@-webkit-keyframes showMe {
  0% {
    visibility: visible;
    z-index: 10;
  }
  33% {
    visibility: visible;
    z-index: 10;
  }
  66% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: hidden;
    z-index: 0;
  }
}

@keyframes showMe {
  0% {
    visibility: visible;
    z-index: 10;
  }
  33% {
    visibility: visible;
    z-index: 10;
  }
  66% {
    visibility: hidden;
    z-index: 0;
  }
  100% {
    visibility: hidden;
    z-index: 0;
  }
}
/*------------------------------------------
メンズスーツ
------------------------------------------*/
.new_ttl {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.new_ttl .ttl_sub {
  font-size: 60px;
  color: #0a4c14;
  padding: 25px;
}
.new_ttl .ttl_main {
  font-size: 18px;
  font-weight: bold;
}
.new_ttl::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #4a8a46;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.mens_style_ttl {
  padding: 50px 0 15px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  color: #0a4c14;
}

.mens_flow {
  position: relative;
  margin-top: 90px;
  padding: 0 10px;
}
.mens_flow::before {
  position: absolute;
  content: "";
  background-color: #64867a;
  top: 110px;
  left: 11px;
  height: 40px;
  width: 100%;
  z-index: 0;
}
.mens_flow_no {
  position: absolute;
  top: 0;
  left: 20px;
  color: #287534;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: italic;
  font-size: 100px;
  font-weight: bold;
  z-index: 1;
}
.mens_flow img {
  position: relative;
  z-index: 1;
}
.mens_flow_title {
  padding: 10px 0 5px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.mens_flow_text {
  text-align: left;
}

.flow_r .mens_flow {
  text-align: right;
}
.flow_r .mens_flow::before {
  left: auto;
  right: 11px;
}
.flow_r .mens_flow_no {
  left: 30px;
}

.btn_imgsita {
  display: block;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
  color: #384450;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: 600;
}
.btn_imgsita:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
  font-size: 16px;
}

/*------------------------------------------
フォーマル
------------------------------------------*/
.formal_main {
  height: 750px;
  vertical-align: middle;
  display: table-cell;
}

/* 着こなし（テーブル） */
.kikonashi {
  margin: 10px 45px;
}

.post-content table.t_formal {
  margin-bottom: 20px;
}
.post-content table.t_formal tbody {
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.post-content table.t_formal tbody th {
  background: #EBF3DA;
  color: #333;
  text-align: center;
  vertical-align: middle;
  border: 0;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 150px;
}
.post-content table.t_formal tbody td {
  vertical-align: middle;
  border: 0;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.post-content table.t_formal tbody td.fml_img {
  padding: 0;
  width: 400px;
  background: #AAB89A;
}
.post-content table.t_formal_menu {
  border: 0;
  border-spacing: 15px;
  border-collapse: separate;
}
.post-content table.t_formal_menu th {
  background-color: #EDF1EE;
  color: #333;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.post-content table.t_formal_menu th.syurui {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
.post-content table.t_formal_menu th.yoru {
  background-color: #CDCDCD;
}
.post-content table.t_formal_menu th {
  border: 0;
}
.post-content table.t_formal_menu td {
  border: 0;
}

/*---フォーマルトップ---*/
/*------------------------------------------
マイスーツ
------------------------------------------*/
.col.mysuit .col_inner, .col.button .col_inner, .col.cloth .col_inner {
  padding: 20px 5px;
}
.col.button .col_inner {
  text-align: center;
  line-height: 130%;
}
.col.button .col_inner img {
  padding-bottom: 8px;
}
.col.cloth .col_inner img {
  padding-bottom: 8px;
}

.kiji_ttl {
  text-align: center;
  font-weight: bold;
}

/*------------------------------------------
営業日カレンダー
------------------------------------------*/
.widget_isp_businesscalendar h2 {
  display: none;
}

.post-content table.isp-calendar-inner {
  border: 0;
}
.post-content table.isp-calendar-inner th,
.post-content table.isp-calendar-inner td {
  border: 0;
}
.post-content table.isp-business-calendar th,
.post-content table.isp-business-calendar td {
  border: #ddd solid 1px;
}
.post-content table.isp-business-calendar {
  margin-bottom: 0;
}

p.return_now {
  clear: none !important;
}

/*------------------------------------------
ラジオ
------------------------------------------*/
div#radio div.side_space20 {
  padding: 0px 20px;
}
div#radio .midashi.green {
  display: block;
  margin: 20px 0px;
  color: #0a4c14;
  font-size: 18px;
  font-weight: bold;
}
div#radio ul {
  margin-left: 0px;
  list-style-type: none;
}
div#radio ul.green_square li:before {
  content: "■ ";
  color: #0a4c14;
  font-size: 14px;
}
div#radio div.back_number {
  padding: 0px 10px;
}
div#radio div.back_number h3 {
  color: black;
  font-size: 20px;
  vertical-align: bottom;
}
div#radio div.back_number h3::after {
  clear: both;
}
div#radio div.back_number h3 span.right {
  float: right;
  color: #505050;
  font-size: 14px;
}
div#radio div.back_number table {
  border: none;
}
div#radio div.back_number table th {
  margin: 0px;
  padding: 5px 0 5px 10px;
  white-space: nowrap;
  color: black;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  border: none;
}
div#radio div.back_number table td {
  margin: 0px;
  padding: 5px 0 5px 10px;
  color: black;
  font-size: 14px;
  background: rgba(0, 0, 0, 0);
  border: none;
  line-height: 120%;
  vertical-align: middle;
}

/*------------------------------------------
先輩の声
------------------------------------------*/
/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
  position: relative;
}

.sita {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*ラベル*/
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 40px 12px;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  background: #0A4C14;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 130%;
  position: absolute;
  top: -210px;
  left: 38%;
}
.accbox label:hover {
  background: #07350E;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/*ラベルホバー時*/
/*チェックは隠す*/
/*中身を非表示にしておく*/
/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

.senpai_q {
  border: 1px solid #0A4C14;
  border-radius: 10px;
  padding: 10px 50px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  color: #0A4C14;
  font-weight: bold;
  margin-top: 50px;
}
.senpai_q:before {
  content: "Q";
  padding: 0 18px;
  font-size: 25px;
  margin-left: -50px;
}

.senpai_a {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  padding: 10px 50px;
  margin-top: 10px;
}
.senpai_a:before {
  content: "A";
  color: #0A4C14;
  padding: 0 18px;
  font-size: 25px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: -50px;
}

/*------------------------------------------
WEB購入の流れ
------------------------------------------*/
table.t_web th,
table.t_web td {
  padding: 20px;
  border: 1px solid #497344;
}

.post-content table.t_web tbody th {
  width: 25%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #497344;
  position: relative;
}
.post-content table.t_web tbody td {
  width: 75%;
}
.post-content table.t_web tbody th::before {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border-top: 15px solid #497344;
}
.post-content #sb_instagram h3 {
  background-color: #fff;
}

/*--Instagram（トップページ）--*/
.col.gallery .col_inner {
  padding: 20px 10px;
}
.col.gallery .post-title {
  font-size: 15px;
  padding: 5px 0;
}

/*------------------------------------------
ギャラリーリスト
------------------------------------------*/
h1.post-title-galler {
  color: #084010;
  font-size: 36px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.1;
  margin: 50px 0;
}

ul.gallery_list > li {
  float: left;
  clear: both;
  /*margin: 5px 0;*/
  font-size: 14px;
  display: block;
}
ul.gallery_list li ul {
  float: right;
}
ul.gallery_list li li {
  float: left;
  font-size: 14px;
  margin-top: 8px;
}
ul.gallery_list li li a {
  background-color: #fff;
  color: #084010;
  border: 1px solid #084010;
  margin: 5px;
  padding: 3px 10px;
}
ul.gallery_list > li > a {
  background-color: #084010;
  color: #fff;
  margin: 0 auto;
  padding: 3px 10px;
  text-align: center;
  margin: 5px;
  width: 150px;
  display: inline-block;
}
ul.gallery_list > li > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
}

/*------------------------------------------
既製品との違い
------------------------------------------*/
.post-content ul.merit {
  list-style: none;
}

.tbl_e td.ttl {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  width: 50px;
  background: #FAFAFA;
}

.post-content table.tbl_e th {
  padding: 0;
}

.tbl_e th.kisei {
  background: #A8A8A8;
}
.tbl_e th.pattern {
  background: #CCCCCC;
}
.tbl_e th.easy {
  background: #6C9472;
}

ul.merit {
  margin: 5px 15px;
  font-size: 15px;
}
ul.merit li {
  text-align: left;
  padding: 0 0 10px 0;
  line-height: 120%;
  margin-left: 7px;
  position: relative;
}
ul.merit li:before {
  content: url(images/suit/hikaku/maru.png);
  position: absolute;
  left: -25px;
}
ul.merit.de li:before {
  content: url(images/suit/hikaku/batu.png);
}

/*------------------------------------------
お客様の声
------------------------------------------*/
article.category-voice {
  border-bottom: 1px solid #e5e5e5;
}

.voice_point {
  width: 250px;
  min-width: 250px;
  margin: 0 auto;
}
.voice_point .point_ttl {
  background-color: #7b7b7b;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 10px;
  line-height: 1;
}
.voice_point .point_text {
  padding: 15px 10px;
  line-height: 150%;
}

/*------------------------------------------
サイドバー
------------------------------------------*/
.side-widget ul.side_menu li {
  border-bottom: 0;
  padding: 0;
}
.side-widget ul.side_menu li a {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  color: #333;
  text-decoration: none;
}
.side-widget ul.side_menu li a:hover {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.side-widget ul.side_menu li li a {
  padding-left: 20px;
}
.side-widget a {
  color: #199B31;
}
.side-widget a.btn_1 {
  color: #FFF;
  text-decoration: none;
}

ul.btn_tenpo {
  margin-bottom: 30px;
}
ul.btn_tenpo li a {
  background-color: #54855A;
  color: #fff;
  display: block;
  margin: 5px 0 auto;
  padding: 8px 15px;
  text-align: center;
  width: 100%;
}
ul.btn_tenpo li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  float: right;
  font-weight: 900;
}

/*------------------------------------------
フッタ動画
------------------------------------------*/
#slide {
  position: fixed;
  width: 200px;
  height: 30px;
  bottom: 0;
  right: 0;
  color: #666;
  background: #fff;
  border-left: solid 1px #999;
  border-top: solid 1px #999;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
          box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
}

#slide-in {
  padding: 5px 10px;
}

#slide a {
  text-decoration: none;
  cursor: pointer;
}
#slide h3 {
  margin-bottom: 10px;
}
#slide #open-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(images/top/close-btn.gif);
}

/*------------------------------------------
支払い方法
------------------------------------------*/
ul.paymentImg {
  display: table;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
ul.paymentImg li {
  width: auto;
  display: inline-block;
  padding: 0 20px;
  margin-top: 30px;
}

/*------------------------------------------
404エラー メニュー
------------------------------------------*/
.error404 .main-inner {
  margin-right: 0;
}

ul#menu-404_menu {
  margin-top: 100px;
}
ul#menu-404_menu li {
  list-style: none;
  float: left;
  width: 25%;
}
ul#menu-404_menu .btn_1 {
  margin: 20px 10px;
  width: 22%;
}
ul#menu-404_menu .btn_1 a {
  color: #fff;
}

/*------------------------------------------
トップページリニューアル
------------------------------------------*/
.slider_area {
  position: relative;
}
.slider_area .box_news {
  position: absolute;
  bottom: 30px;
  right: 0;
  padding: 20px 40px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 610px;
  max-width: 100%;
  color: #fff;
}
.slider_area .box_news a {
  color: #fff;
}
.slider_area .box_news .news_post {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider_area .box_news .news_post.news {
  border-top: 1px solid #fff;
}
.slider_area .box_news .news_post .news_midashi {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  width: 80px;
}
.slider_area .box_news .news_post .news_ttl {
  display: block;
}

body.home,
.page-id-71918 {
  /* 全幅表示 */
}
body.home #content .wrap.clearfix,
.page-id-71918 #content .wrap.clearfix {
  width: 100%;
}
body.home,
.page-id-71918 {
  /*トップキャッチコピー*/
}
body.home .top_midashi,
.page-id-71918 .top_midashi {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 32px;
  text-align: center;
  padding: 70px 0;
  line-height: 1.3;
}
body.home .top_text,
.page-id-71918 .top_text {
  font-size: 18px;
  text-align: center;
  line-height: 2.5;
}
body.home .top_h2,
.page-id-71918 .top_h2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding-bottom: 40px;
}
body.home .top_h2 .h2_sub,
.page-id-71918 .top_h2 .h2_sub {
  font-size: 50px;
  color: #fff;
  position: relative;
  padding: 25px;
}
body.home .top_h2 .h2_sub::after,
.page-id-71918 .top_h2 .h2_sub::after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #77a277;
  width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
body.home .top_h2.back,
.page-id-71918 .top_h2.back {
  background: #222422;
  padding-top: 40px;
}
body.home .top_h2.back .h2_sub,
.page-id-71918 .top_h2.back .h2_sub {
  font-size: 60px;
}
body.home .top_h2.news .h2_sub,
.page-id-71918 .top_h2.news .h2_sub {
  color: #222422;
}
body.home .top_h2 h2,
.page-id-71918 .top_h2 h2 {
  font-size: 24px;
  padding: 25px;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  color: #fff;
}
body.home,
.page-id-71918 {
  /*シーン*/
}
body.home .wrapper_scene,
.page-id-71918 .wrapper_scene {
  position: relative;
  padding: 50px 0;
}
body.home .wrapper_scene::after,
.page-id-71918 .wrapper_scene::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(145, 180, 194, 0.8)), to(rgba(145, 180, 194, 0.1)));
  background: linear-gradient(to right, rgba(145, 180, 194, 0.8), rgba(145, 180, 194, 0.1));
  height: 550px;
  width: 100%;
  bottom: 0;
  z-index: 0;
}
body.home .wrapper_scene .col,
.page-id-71918 .wrapper_scene .col {
  position: relative;
  z-index: 2;
}
body.home .wrapper_scene .scene_header,
.page-id-71918 .wrapper_scene .scene_header {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body.home .wrapper_scene .scene_header .scene_no,
.page-id-71918 .wrapper_scene .scene_header .scene_no {
  font-size: 170px;
  font-style: italic;
  color: #8eaec7;
  width: 200px;
  line-height: 1;
}
body.home .wrapper_scene .scene_header .scene_ttl,
.page-id-71918 .wrapper_scene .scene_header .scene_ttl {
  font-size: 40px;
  font-style: italic;
  padding-top: 75px;
  padding-left: 20px;
  font-weight: bold;
}
body.home .wrapper_scene .scene_header .scene_sub,
.page-id-71918 .wrapper_scene .scene_header .scene_sub {
  font-size: 18px;
  padding-top: 15px;
  padding-left: 20px;
  font-weight: bold;
}
body.home .wrapper_scene .scene_copy,
.page-id-71918 .wrapper_scene .scene_copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  padding: 30px 10px;
  line-height: 1.6;
}
body.home .wrapper_scene .scene_text,
.page-id-71918 .wrapper_scene .scene_text {
  padding: 0 20px 50px 15px;
  line-height: 2;
}
body.home .wrapper_scene .scene_img,
.page-id-71918 .wrapper_scene .scene_img {
  position: relative;
}
body.home .wrapper_scene .scene_img .up_text,
.page-id-71918 .wrapper_scene .scene_img .up_text {
  position: absolute;
  left: 0;
  top: 355px;
  font-size: 145px;
  color: #91b4c2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  opacity: 0.6;
}
body.home .wrapper_scene .scene_img img,
.page-id-71918 .wrapper_scene .scene_img img {
  padding: 35px 0;
}
body.home .wrapper_scene .scene_img .kingaku,
.page-id-71918 .wrapper_scene .scene_img .kingaku {
  clear: both;
  text-align: right;
  padding: 20px;
}
body.home .wrapper_scene.formal::after,
.page-id-71918 .wrapper_scene.formal::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(118, 176, 158, 0.8)), to(rgba(118, 176, 158, 0.1)));
  background: linear-gradient(to right, rgba(118, 176, 158, 0.8), rgba(118, 176, 158, 0.1));
}
body.home .wrapper_scene.formal .scene_header .scene_no,
.page-id-71918 .wrapper_scene.formal .scene_header .scene_no {
  color: #60a87a;
}
body.home .wrapper_scene.formal .scene_img .up_text,
.page-id-71918 .wrapper_scene.formal .scene_img .up_text {
  color: #60a87a;
}
body.home,
.page-id-71918 {
  /*こだわり・特徴*/
}
body.home .wrapper_features,
.page-id-71918 .wrapper_features {
  background-image: url("images/top/bg_features.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #656668;
  padding: 50px 0;
}
body.home .wrapper_features div.col,
.page-id-71918 .wrapper_features div.col {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.home .wrapper_features div.col img,
.page-id-71918 .wrapper_features div.col img {
  height: 560px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .wrapper_features div.col .features_area,
.page-id-71918 .wrapper_features div.col .features_area {
  position: relative;
}
body.home .wrapper_features div.col .features_area .box_f,
.page-id-71918 .wrapper_features div.col .features_area .box_f {
  background: rgba(34, 36, 34, 0.8);
  position: absolute;
  top: 100px;
  left: -100px;
  color: #fff;
  padding: 50px;
  width: 700px;
}
body.home .wrapper_features div.col .features_area .box_f .feature_midashi,
.page-id-71918 .wrapper_features div.col .features_area .box_f .feature_midashi {
  font-size: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 30px;
}
body.home .wrapper_features div.col .features_area .box_f .feature_text,
.page-id-71918 .wrapper_features div.col .features_area .box_f .feature_text {
  line-height: 2.1;
}
body.home .wrapper_features div.col.reverse,
.page-id-71918 .wrapper_features div.col.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.home .wrapper_features div.col.reverse .features_area .box_f,
.page-id-71918 .wrapper_features div.col.reverse .features_area .box_f {
  left: auto;
  right: -100px;
}
body.home,
.page-id-71918 {
  /*Order：制作実績*/
}
body.home .wrapper_order,
.page-id-71918 .wrapper_order {
  padding: 80px 0;
  background-color: #222422;
}
body.home .wrapper_order div.col .col_inner.c_order,
.page-id-71918 .wrapper_order div.col .col_inner.c_order {
  padding-left: calc(35% - 340px);
  padding-right: 30px;
  color: #fff;
}
body.home .style_h3,
.page-id-71918 .style_h3 {
  position: relative;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #0a4c14;
  text-align: center;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
body.home .style_h3 .h3_sub,
.page-id-71918 .style_h3 .h3_sub {
  font-size: 40px;
  color: #0a4c14;
  padding-top: 25px;
}
body.home .style_h3 h3,
.page-id-71918 .style_h3 h3 {
  font-size: 18px;
  padding: 15px 0 0 0;
  margin: 0;
  color: #333;
  background-color: transparent;
}
body.home .style_h3::after,
.page-id-71918 .style_h3::after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #77a277;
  width: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
body.home .fukuji,
.page-id-71918 .fukuji {
  background-image: url("images/lineup/mens/clothes.webp");
  height: 300px;
  background-size: cover; /* 画像を横幅いっぱいに表示 */
  background-position: center; /* 画像を中央に配置 */
}
body.home .fukuji .fukuji_left,
.page-id-71918 .fukuji .fukuji_left {
  display: table-cell;
  vertical-align: middle;
  width: 590px;
  max-width: 100%;
  height: 300px;
  background-color: rgba(32, 52, 67, 0.75);
  padding: 60px;
  color: #fff;
}

.single .post-content h2 {
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  border-top: 0;
  border-bottom: 0;
  background-color: #e7ebe8;
  border-left: 10px solid #54855a;
  text-align: left;
  padding: 18px 20px;
  font-size: 20px;
}
.single .post-content h3 {
  background-color: transparent;
  font-weight: normal;
  border-bottom: 4px solid #54855a;
  color: #2a2a2a;
  padding: 15px 10px;
}
.single .post-content h4 {
  border-bottom: 0;
  background-color: #e7ebe8;
  font-family: "メイリオ", "Meiryo", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #2a2a2a;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: normal;
}

#side .side-widget h4.side-title {
  margin-bottom: 10px;
}
#side .side-widget .tagcloud a {
  text-decoration: none;
}
#side .side-widget .tag-cloud-link {
  font-size: 1em !important;
}

@media screen and (max-width: 1024px) {
  /*------------------------------------------
  タブレット 縦サイズ
  ------------------------------------------*/
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  /*-----------------------
  デバイス
  -----------------------*/
  /*---タブレット---*/
  .tab_on {
    display: inline;
  }
  .tab_off {
    display: none;
  }
  .one-column #content .wrap {
    width: 100%;
    margin: 0;
    width: 100%;
  }
  article.page .post-content {
    padding: 10px;
  }
  /*--サイドメニュー：非表示--*/
  .pr_btn {
    display: none;
  }
  #header .head_sub, #header .syamei, #header .head_add {
    display: none;
  }
  #header .head_sub .head_add .head_tel, #header .syamei .head_add .head_tel, #header .head_add .head_add .head_tel {
    color: #0a4c14;
  }
  .col_inner.tab_100 {
    width: 100%;
  }
  .post-content h3.w_50 {
    width: 100%;
    clear: both;
  }
  /*-----------------------
  フッター固定ボタン
  -----------------------*/
  #footer-btn {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
  }
  #footer-btn a {
    float: left;
    height: 60px;
    width: 50%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    background: #148429;
    padding: 5px 0;
    font-weight: bold;
    border: 1px solid #fff;
    display: inline-block;
  }
  #footer-btn a.yoyaku {
    background: -webkit-gradient(linear, left top, right top, from(#8FD220), to(#148429));
    background: linear-gradient(to right, #8FD220, #148429);
  }
  #footer-btn a span {
    display: inline-block;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  /*------------------------------------------
  スマホ 横サイズ、タブレット 縦サイズ
  ------------------------------------------*/
}
@media screen and (max-width: 1024px) and (max-width: 896px) {
  /*-----------------------
  デバイス
  -----------------------*/
  /*---スマホ---*/
  .mob_on {
    display: inline;
  }
  .mob_off {
    display: none;
  }
  /*-----------------------
  基本レイアウト
  -----------------------*/
  body {
    min-width: 100%;
    width: 100%;
  }
  .post-content h1 .h1_sub {
    font-size: 24px;
  }
  .post-content h2 {
    padding: 20px 0;
  }
  .post-content ul.list {
    margin-left: 10px;
  }
  .midashi_2 {
    padding-left: 10px;
  }
  /*スマフォメニュー*/
  #gnav-sp {
    display: none !important;
  }
  /*-----------------------
  リンク
  -----------------------*/
  /*---電話番号---*/
  a[href*="tel:"] {
    color: #24890d;
    pointer-events: unset;
  }
  /*-----------------------
  回転
  -----------------------*/
  .kaiten {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /*-----------------------
  分割
  -----------------------*/
  .col_inner, .w_10, .w_30, .w_40, .w_45, .w_55, .w_60, .w_66, .w_70, .w_75, .w_80, .w_90, .w_33.w100 {
    width: 100%;
  }
  .w_20, .w_25, .w_33 {
    width: 50%;
  }
  .col_inner.w50 {
    width: 50%;
  }
  .col_inner img {
    text-align: center;
    margin: 0 auto;
  }
  .col_m2 .col_inner {
    width: 50%;
  }
  /*--各トップページリスト--*/
  .col.top_list .col_inner {
    padding: 10px 5px;
    width: 50%;
  }
  .list_bnr {
    font-size: 18px;
    padding: 10px;
  }
  .list_bnr:after {
    content: "\f054";
    font-size: 18px;
  }
  .top_list.tenpo .box_2 {
    padding: 10px;
  }
  /*------------------------------------------
  ガルディ対応
  ------------------------------------------*/
  /* フォーマルイメージ */
  .formal_main {
    height: auto;
    padding-top: 20px;
  }
  /* 店舗 */
  .google_iframe iframe {
    width: 100%;
  }
  .col_inner.tencho {
    text-align: center;
  }
  /* ヘッダイメージ */
  .scene_image img {
    width: 90%;
  }
  /* 狭い（幅：620px） */
  .narrow_section {
    max-width: 620px;
    width: auto;
  }
  .youtube iframe {
    width: 100%;
    height: 56.25vw;
  }
  /* シーン：スタイル */
  .scene_style {
    position: initial;
    height: auto;
    text-align: center;
    background: url("images/scene/bg_style.jpg");
    padding-top: 20px;
  }
  .scene_style.s_bridal {
    position: initial;
    height: auto;
    text-align: center;
    background: url("images/scene/bg_style.jpg");
    padding-top: 20px;
  }
  .scene_style .style_text.none {
    height: auto;
  }
  .scene_style .style_img {
    position: initial;
    width: auto;
    max-width: 85%;
  }
  .scene_style .style_text, .scene_style.s_r .style_text {
    position: initial;
    background: none;
    padding: 20px 50px;
    text-align: left;
    margin-bottom: 20px;
  }
  .wide_section {
    width: 100vw;
    min-width: auto;
  }
  .scene_style .style_img {
    margin: 0 auto;
  }
  .scene_style .style_img.img_r {
    padding-left: 0;
  }
  /*スタイル：基本スタイル*/
  .box_2.m_style {
    padding: 20px 10px;
  }
  .box_2.m_style .col_inner.plr_20 {
    padding: 0;
  }
  .post-content table.t_none2 th, .post-content table.t_none2 td {
    padding: 5px;
  }
  /*先輩の声：ラベル*/
  .accbox label {
    padding: 15px 12px;
    width: 100%;
    height: auto;
    border-radius: 0;
    position: static;
  }
  /*---採寸---*/
  .col_inner.saisun {
    padding: 30px 10px;
  }
  .col_inner.shitate {
    padding-left: 0;
    padding-top: 20px;
  }
  /*---仕立てランク---*/
  /*--店舗一覧--*/
  .list_tenpo .list_bnr {
    padding: 5px 40px;
  }
  /*店舗ページ：スタッフ写真*/
  .tencho .staff_img {
    width: 500px;
    height: 300px;
    margin: 0 auto;
  }
  .staff_img.s {
    width: calc(50vw - 40px);
    max-width: calc(50vw - 40px);
    height: calc((50vw - 40px) * 300 / 370);
  }
}
@media screen and (max-width: 1024px) {
  /*------------------------------------------
  トップページリニューアル（新デザイン）
  ------------------------------------------*/
  body.home .wrapper_scene .scene_img .up_text,
  .page-id-71918 .wrapper_scene .scene_img .up_text {
    left: auto;
    right: 0;
  }
  body.home .wrapper_scene::after,
  .page-id-71918 .wrapper_scene::after {
    height: 78vw;
  }
  body.home .wrapper_features div.col,
  .page-id-71918 .wrapper_features div.col {
    display: block;
  }
  body.home .wrapper_features div.col .features_area,
  .page-id-71918 .wrapper_features div.col .features_area {
    height: 35vw;
  }
  body.home .wrapper_features div.col .features_area .box_f,
  .page-id-71918 .wrapper_features div.col .features_area .box_f {
    left: auto;
    right: 0;
    top: -10vw;
  }
  body.home .wrapper_features div.col.reverse .features_area .box_f,
  .page-id-71918 .wrapper_features div.col.reverse .features_area .box_f {
    right: 0;
  }
  body.home .fukuji,
  .page-id-71918 .fukuji {
    position: relative;
    background-image: url("images/lineup/mens/clothes_sp.webp");
    height: 500px;
  }
  body.home .fukuji .fukuji_left,
  .page-id-71918 .fukuji .fukuji_left {
    position: absolute;
    bottom: 0;
    height: 250px;
    padding: 30px 20px;
  }
  /*------------------------------------------
  メンズスーツ
  ------------------------------------------*/
  .mens_flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .mens_flow::before {
    left: calc(20% - 15px);
    height: 100%;
    width: 30px;
  }
  .mens_flow img {
    width: 40%;
    margin: 0;
  }
  .mens_flow .mens_flow_no {
    font-size: 15vw;
    left: 15px;
    top: -10px;
  }
  .mens_flow .mens_flow_title {
    text-align: left;
  }
  .mens_flow .mens_flow_inner {
    padding-left: 20px;
  }
  .mens_flow.end::before {
    height: 0;
  }
  .flow_r .mens_flow::before {
    left: calc(20% - 15px);
    right: auto;
  }
  .flow_r .mens_flow .mens_flow_no {
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  /*------------------------------------------
  スマホ 
  ------------------------------------------*/
  .mob_on {
    display: inline;
  }
  .mob_off {
    display: none;
  }
  .slick-slide img.mob_off {
    display: none;
  }
  .slick-slide img.mob_on {
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 580px) {
  /*店舗ページ：スタッフ写真*/
  .tencho .staff_img {
    width: 100%;
    height: calc((100vw - 50px) * 300 / 500);
  }
}
@media screen and (max-width: 768px) {
  /*------------------------------------------
  YouTube用　トップ：ポップアップ
  ------------------------------------------*/
}
@media screen and (max-width: 768px) and (max-width: 560px) {
  #popmake-66303 .pum-title {
    font-size: 18px;
  }
  #popmake-66303 iframe {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    height: 53.5714285714%;
  }
}
@media screen and (max-width: 768px) {
  /*------------------------------------------
  スマホ 縦サイズ
  ------------------------------------------*/
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .post-content h2 {
    font-size: 20px;
  }
  /*-----------------------
  リンク
  -----------------------*/
  /*---電話番号---*/
  a[href^="tel:"] {
    color: #24890d;
    pointer-events: unset;
  }
  /*---ボタン（背景色＋白文字）---*/
  .btn_1, .btn_2, .w_20, .w_25, .w_33, .col_m2 .col_inner, .col_inner.w50 {
    width: 100%;
  }
  .col.col_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /*---ボタン（背景白＋色文字）---*/
  /*-----------------------
  分割
  -----------------------*/
  /*.col_inner{
      width: 100%;
      display: block;
  }*/
  .col.button .col_inner {
    width: 50%;
  }
  .gallery .w_20, .gallery .w_33 {
    width: 50%;
  }
  .col_2 .w_20, .col_2 .w_25, .col_2 .w_33 {
    width: 50%;
  }
  .tbl_e .col_inner {
    width: 50%;
  }
  /*--余白調整--*/
  .p_l {
    padding: 10px;
  }
  .pl_15, .pr_15, .box .col_inner.p_15, .w-news .col_inner.p_20 {
    padding: 0;
  }
  /*トップ：コロナ対策　paddingクリア*/
  /*トップ：お知らせ　paddingクリア*/
  /*------------------------------------------
  ガルディ対応
  ------------------------------------------*/
  /*---フォーマル着こなし---*/
  .kikonashi {
    margin: 10px 0;
  }
  /*.kikonashi .table-grad {
      overflow-x: hidden;
      width: 100%;
  }

  .kikonashi .table-grad:after {
      background-image: none;
  }*/
  table.t_formal {
    width: 100%;
  }
  table.t_formal th, table.t_formal td {
    display: block;
    width: 100%;
  }
  .post-content table.t_formal tbody th, .post-content table.t_formal tbody td.fml_img {
    width: 100%;
  }
  /* ヘッダイメージ */
  .scene_image {
    position: inherit;
    height: auto;
  }
  .scene_image.tenpo, .scene_image.radio {
    height: auto;
  }
  .scene_image img {
    position: inherit;
    width: 100%;
  }
  .scene_image .waku_scene {
    width: 100%;
    position: inherit;
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .scene_image .waku_scene.i_p_50 {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
  .waku_scene .s_ttl, .waku_scene .s_sub {
    padding-bottom: 20px;
  }
  .waku_scene .s_ttl {
    font-size: 35px;
  }
  /*--各トップページリスト--*/
  .col.top_list .col_inner {
    width: 100%;
  }
  .box_2 {
    padding: 20px 15px;
  }
  .box_2.m_style {
    padding: 20px 10px;
  }
  /*スタイル：基本スタイル*/
  /*シーン：コーディネイト*/
  .scene_style .style_text, .scene_style.s_r .style_text {
    padding: 20px 10px;
  }
  /*フッタ住所--*/
  dl.foot_add dt {
    width: 120px;
    margin-left: 30px;
    margin-top: 20px;
  }
  dl.foot_add dd {
    margin-left: 30px;
  }
  dl.foot_add dd.f_tel {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0;
    width: 180px;
    text-decoration: underline;
  }
  /*---採寸---*/
  .col_inner.saisun {
    width: 50%;
  }
  .post-content .saisun h3 {
    margin: 10px 0 15px 0;
    text-align: left;
    padding: 15px;
  }
  .post-content table.t_1 th, .post-content table.t_1 td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 10px;
  }
  .post-content table.t_1 th {
    font-weight: bold;
    background-color: #E7EBE8;
    text-align: center;
  }
  .post-content table.t_1 td {
    margin-bottom: 10px;
  }
  /*-----------------------
  テーブル
  -----------------------*/
  /*---下線付き---*/
  /*---th背景色付き---*/
  table.t_2 th, table.t_2 td {
    display: block;
    width: 100%;
  }
  table.t_2 th {
    border-right: none;
  }
  table.t_contact th, table.t_contact td {
    display: block;
    width: 100%;
  }
  /*.post-content table.t_2 th,
  .post-content table.t_2 td {
      padding: 20px 10px;
  }*/
  /*テーブル：メールフォーム*/
  .post-content .t_contact th {
    width: 100%;
  }
  .post-content table.t_none th, .post-content table.t_none td {
    display: block;
    width: 100%;
  }
  .post-content table.t_none th {
    font-weight: bold;
    background-color: #E7EBE8;
    text-align: center;
  }
  .post-content table.t_none td {
    line-height: 140%;
    margin-bottom: 10px;
  }
  .wpcf7-radio label {
    cursor: pointer;
  }
  /* ボタンっぽくする */
  .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wpcf7-radio span.wpcf7-list-item {
    margin: 5px;
    padding: 0;
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
  .wpcf7-radio span.wpcf7-list-item-label {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  /*テーブル：会社概要など*/
  .wpcf7 form {
    margin: 0.5em 0.5em 0;
  }
  .post_content table.t_contact {
    margin: 0;
    width: 95% !important;
  }
  form input[type=text], form input[type=email] {
    width: 95%;
  }
  /*空白調整：着こなし術*/
  .plr_20.kiko {
    padding: 0;
  }
  /*FMラジオ　タイトル*/
  div#radio div.back_number {
    padding: 0;
  }
  div#radio div.back_number h3 {
    padding: 15px;
    line-height: 130%;
  }
  div#radio div.back_number table {
    margin-top: 10px;
  }
  div#radio div.back_number table th, div#radio div.back_number table td {
    font-size: 16px;
    padding: 0px 5px;
  }
  /*QA*/
  .senpai_q, .senpai_a {
    padding: 10px 10px 10px 50px;
  }
  /*採用担当の想い*/
  .midashi_2.saiyo_tanto, .midashi_2.senpai.m_20 {
    margin: 0;
  }
  /*先輩の声*/
  /*トップページ：こだわり画像調整*/
  body.home #front-contents .c_box.c_box_left .c_img_box, body.home #front-contents .c_box.c_box_right .c_img_box {
    height: 180px;
  }
  /*youtube動画サイズ*/
  .category-youtube iframe {
    width: 100%;
  }
  /* レディーススーツ */
  .ledies_off {
    display: none !important;
  }
  .ledies_fontc {
    position: unset;
    padding: 15px;
    font-size: 19px;
  }
  .ledies_fontc::before {
    display: none;
  }
  .ledies_btn2 {
    display: block;
  }
  .ledies_inner {
    width: 100%;
  }
  .ledies_skirt, .ledies_pants {
    position: unset;
    padding: 15px;
    font-size: 19px;
  }
  .ledies_skirt::before, .ledies_pants::before {
    display: none;
  }
  .ledies_inner:nth-of-type(1) {
    padding: 0px;
    margin-bottom: 20px;
  }
  .ledies_inner:nth-of-type(2) {
    padding: 0px;
  }
  .ledies_b {
    display: block;
    margin-bottom: 0px;
  }
  .skitr_mar {
    margin: 0px;
  }
  .skirt_b {
    display: block;
    margin: 20px 0px 0px 0px;
  }
  .skirt_b_sp {
    margin: 20px 0px;
    font-weight: bold;
    color: #80292a;
    text-align: center;
    display: block;
    font-size: 20px;
    background-color: #f0e0e1;
    padding: 14px 15px;
  }
  .pants_style {
    display: block;
  }
  .pants_b {
    margin: 20px 0px 0px 0px;
    display: block;
  }
  .pants_b_sp {
    margin: 20px 0px;
    font-weight: bold;
    color: #80292a;
    text-align: center;
    display: block;
    font-size: 20px;
    background-color: #f0e0e1;
    padding: 14px 15px;
  }
  .jac_style img {
    height: unset;
  }
  .ledies_tri2 {
    display: block;
    margin: 20px auto;
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 35px solid #b56668;
  }
  /* 店舗一覧 */
  .list_tenpo .list_bnr {
    background-color: rgb(10, 76, 20);
    padding: 5px 40px;
    position: inherit;
  }
  /*店舗ページ：スタッフ写真*/
  .staff_img.s {
    width: 370px;
    height: 300px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  /*店舗ページ：スタッフ写真*/
  .staff_img.s {
    width: 100%;
    max-width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 300 / 370);
  }
}
@media screen and (max-width: 768px) {
  /*------------------------------------------
  トップページリニューアル
  ------------------------------------------*/
  /*スライダー*/
  .top_slider .top_cocoro {
    top: 10vw;
  }
  .top_slider .top_cocoro img {
    width: 37vw;
  }
  .top_slider .top_text01 {
    font-size: 8vw;
    top: 20vw;
    right: -37dvw;
  }
  @-webkit-keyframes animation_text01 {
    0% {
      rigth: -37vw;
    }
    100% {
      right: 43vw;
    }
  }
  @keyframes animation_text01 {
    0% {
      rigth: -37vw;
    }
    100% {
      right: 43vw;
    }
  }
  .top_slider .top_text02 {
    font-size: 3.5vw;
    top: 28vw;
    right: -50vw;
  }
  /*お知らせ*/
  .slider_area .box_news {
    bottom: 0;
    padding: 15px 20px;
  }
  .slider_area .box_news .news_post .news_midashi {
    font-size: 3.5vw;
  }
  .slider_area .box_news .news_post .news_ttl {
    font-size: 3.2vw;
  }
  body.home .top_midashi,
  .page-id-71918 .top_midashi {
    font-size: 6vw;
  }
  body.home .top_text,
  .page-id-71918 .top_text {
    font-size: 3.8vw;
  }
  body.home .top_h2.back .h2_sub,
  .page-id-71918 .top_h2.back .h2_sub {
    font-size: 10vw;
    padding: 15px;
  }
  body.home .top_h2 h2,
  .page-id-71918 .top_h2 h2 {
    font-size: 5vw;
  }
  body.home .wrapper_scene .scene_header .scene_no,
  .page-id-71918 .wrapper_scene .scene_header .scene_no {
    font-size: 20vw;
  }
  body.home .wrapper_scene .scene_header .scene_ttl,
  .page-id-71918 .wrapper_scene .scene_header .scene_ttl {
    font-size: 10vw;
    padding-top: 4vw;
  }
  body.home .wrapper_scene .scene_copy,
  .page-id-71918 .wrapper_scene .scene_copy {
    font-size: 5.1vw;
  }
  body.home .wrapper_scene .scene_text,
  .page-id-71918 .wrapper_scene .scene_text {
    font-size: 3.5vw;
  }
  body.home .wrapper_scene .scene_img .up_text,
  .page-id-71918 .wrapper_scene .scene_img .up_text {
    font-size: 20vw;
    top: 48vw;
  }
  body.home .wrapper_scene .scene_img img,
  .page-id-71918 .wrapper_scene .scene_img img {
    width: 75%;
    padding: 25px 0;
  }
  body.home .wrapper_scene::after,
  .page-id-71918 .wrapper_scene::after {
    height: 105vw;
  }
  body.home .wrapper_scene.bg_none::after,
  .page-id-71918 .wrapper_scene.bg_none::after {
    background: none;
  }
  body.home .wrapper_features div.col .features_area,
  .page-id-71918 .wrapper_features div.col .features_area {
    height: auto;
  }
  body.home .wrapper_features div.col .features_area .box_f,
  .page-id-71918 .wrapper_features div.col .features_area .box_f {
    position: static;
    width: 90%;
    margin-left: 10%;
    padding: 30px 15px;
  }
  body.home .wrapper_features div.col .features_area .box_f .feature_midashi,
  .page-id-71918 .wrapper_features div.col .features_area .box_f .feature_midashi {
    font-size: 6vw;
  }
  body.home .wrapper_features div.col .features_area .box_f .feature_text,
  .page-id-71918 .wrapper_features div.col .features_area .box_f .feature_text {
    font-size: 3.2vw;
  }
  body.home .wrapper_features div.col .feature_img,
  .page-id-71918 .wrapper_features div.col .feature_img {
    position: relative;
    height: 62vw;
  }
  body.home .wrapper_features div.col .feature_img img,
  .page-id-71918 .wrapper_features div.col .feature_img img {
    position: absolute;
    top: 17vw;
    width: 95%;
    height: auto;
  }
  body.home .wrapper_order div.col .col_inner.c_order,
  .page-id-71918 .wrapper_order div.col .col_inner.c_order {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
}