@charset "UTF-8";
/*
Theme Name: tmco_simple_theme
Description: 20190901
Version: 1.2
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
*, *:before, *:after {
  box-sizing: border-box;
  font-family: 'Zen Old Mincho', serif;}

html {
  font-size: 62.5%; }
  html:focus {
    outline: none; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #fff; 
	background: #000;
}

main {
  display: block;
  overflow: hidden; }

.fontSerif {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", serif; }

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media print, screen and (min-width: 768px) {
    .container {
      width: 750px;
      transition: ease-in .1s; } }
  @media print, screen and (min-width: 992px) {
    .container {
      width: 970px;
      transition: ease-in .1s; } }
  @media print, screen and (min-width: 1200px) {
    .container {
      width: 1170px;
      transition: ease-in .1s; } }

/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after {
  clear: both; }

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0   !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.w10p {
  width: 10% !important; }

.w20p {
  width: 20% !important; }

.w30p {
  width: 30% !important; }

.w40p {
  width: 40% !important; }

.w50p {
  width: 50% !important; }

.w60p {
  width: 60% !important; }

.w70p {
  width: 70% !important; }

.w80p {
  width: 80% !important; }

.w90p {
  width: 90% !important; }

.w100p {
  width: 100% !important; }

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease .3s; }
  a:hover, a:focus {
    color: #F00;
    text-decoration: none;
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0; }
blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px; }
blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0; }
  img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
    height: auto; }
  img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 30px; }
  img.alignleft {
    display: inline;
    float: left;
    margin-right: 20px; }
  img.alignright {
    display: inline;
    float: right;
    margin-left: 20px; }
  img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px !important; }

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0; }
  .gallery .gallery-item {
    display: inline-block;
    padding: 0 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 15px; }
    .gallery .gallery-item .gallery-icon img {
      margin: 0 auto;
      width: 100%;
      height: auto;
      border: none !important; }
    .gallery .gallery-item .gallery-caption {
      color: #707070;
      display: block;
      text-align: left;
      font-size: 14px;
      line-height: 1.5;
      padding: 0.5em 0 0;
      margin: 0; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  @media print, screen and (min-width: 768px) {
    .gallery.gallery-columns-2 .gallery-item {
      max-width: 50%; }
    .gallery.gallery-columns-3 .gallery-item {
      max-width: 33.33%; }
    .gallery.gallery-columns-4 .gallery-item {
      max-width: 25%; }
    .gallery.gallery-columns-5 .gallery-item {
      max-width: 20%; }
    .gallery.gallery-columns-6 .gallery-item {
      max-width: 16.66%; }
    .gallery.gallery-columns-7 .gallery-item {
      max-width: 14.28%; }
    .gallery.gallery-columns-8 .gallery-item {
      max-width: 12.5%; }
    .gallery.gallery-columns-9 .gallery-item {
      max-width: 11.11%; } }

/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0; }
  .wp-caption img {
    border-color: none; }

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0;
  text-align: center; }

.btn {
  clear: both;
  padding: 15px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 10px auto 10px;
  font-size: 14px;
  line-height: 0;
  font-weight: normal;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  transition: .3s ease-in;
  user-select: none;
  position: relative;
  border: 2px solid #fff;
  color: #000;
  background: #fff;
  max-width: 290px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
box-shadow: #000 0 0px 0px 0px inset !important;}
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff !important;
    background: #000;
    border-color: #fff !important; }
  .btn.arrow:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #000;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: 0px;
    transition: .3s ease-in; }
  .btn.arrow:hover:after, .btn.arrow:focus:after {
    color: #fff; }
  .btn.arrowReverse:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f105";
    font-family: FontAwesome;
    transform: none;
    color: #000;
    right: 15px;
    font-size: 20px;
    border-radius: 0;
    top: 50%;
    margin-top: -15px;
    transition: .3s ease-in; }
  .btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
    color: #fff; }
  .btn.reverse {
    text-decoration: none;
    color: #000;
    background: #fff;
    border-color: #000; }
    .btn.reverse:hover, .btn.reverse:focus {
      background: #000;
      color: #fff; }
  .btn.btnLeft {
    margin: 0; }
  .btn.btnRight {
    margin: 0 auto 0 0; }
  .btn.btnCenter {
    margin-left: auto;
    margin-right: auto; }
  .btn.btnFull {
    max-width: none; }
  .btn.type2 {
    background: #CA1633;
    border-color: #CA1633;
    color: #fff; }
    .btn.type2:after {
      color: #fff; }
    .btn.type2:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
      .btn.type2:hover:after {
        color: #fff; }

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column2Wrap .columnBox {
    flex-basis: 100%;
    margin-top: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
  .column2Wrap.sp140 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column3Wrap .columnBox {
    flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px ); }
    .column3Wrap .columnBox img {
      width: 100%;
      max-width: 100%; }
    .column3Wrap .columnBox p:last-child {
      margin-bottom: 0; }

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .column4Wrap .columnBox {
    flex-basis: 100%; }
    .column4Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }
    .column4Wrap .columnBox img {
      width: 100%; }

.columnBox {
  overflow: hidden; }
  .columnBox img {
    align-self: baseline;
    max-width: 100%; }
  .columnBox p:last-of-type {
    margin: 0; }

.column2_4_4 .columnBox {
  flex-basis: calc( 50% - 15px );
  max-width: calc( 50% - 15px ); }
  .column2_4_4 .columnBox:nth-of-type(-n+2) {
    margin-top: 0; }

.spReverse .columnBox:nth-of-type(even) {
  order: 1; }
.spReverse .columnBox:nth-of-type(odd) {
  order: 2; }

.spOrder1 {
  order: 1; }

.spOrder2 {
  order: 2; }

@media print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px ); }
    .column2Wrap .columnBox p:last-of-type {
      margin-bottom: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column2Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0; }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px; }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc( 100% - 160px );
    max-width: calc( 100% - 160px ); }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px ); }

  .column3Wrap .columnBox {
    flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px ); }
    .column3Wrap .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column3Wrap .columnBox:nth-of-type(n + 3) {
      margin-top: 20px; }

  .column4Wrap {
    position: relative; }
    .column4Wrap .columnBox {
      flex-basis: calc( 50% - 15px );
      max-width: calc( 50% - 15px ); }
      .column4Wrap .columnBox p:last-child {
        margin-bottom: 0; }
      .column4Wrap .columnBox:nth-of-type(n + 2) {
        margin-top: 0; }
      .column4Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%; }
    .column1_1_2 .columnBox:nth-of-type(n + 2) {
      margin-top: 20px; }

  .column1_2_3 .columnBox {
    flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px ); }

  .column1_3_3:after {
    content: "";
    width: calc( 33.333% - 15px ); }
  .column1_3_3 .columnBox {
    flex-basis: calc( 33.333% - 15px );
    max-width: calc( 33.333% - 15px ); }
    .column1_3_3 .columnBox:nth-of-type(n + 2) {
      margin-top: 0; }
    .column1_3_3 .columnBox:nth-of-type(n + 4) {
      margin-top: 20px; }

  .column2_4_4 .columnBox {
    flex-basis: calc( 25% - 15px );
    max-width: calc( 25% - 15px ); }
    .column2_4_4 .columnBox:nth-of-type(-n+4) {
      margin-top: 0; }

  .spReverse .columnBox:nth-of-type(even) {
    order: 2; }
  .spReverse .columnBox:nth-of-type(odd) {
    order: 1; }

  .spOrder1 {
    order: 2; }

  .spOrder2 {
    order: 1; } }
@media print, screen and (min-width: 992px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: 300px;
    max-width: 300px; }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc( 100% - 320px );
    max-width: calc( 100% - 320px ); }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: 300px;
    max-width: 300px; }

  .column3Wrap:after {
    content: "";
    width: calc( 33.333% - 15px ); }
  .column3Wrap .columnBox {
    flex-basis: calc( 33.333% - 15px );
    max-width: calc( 33.333% - 15px ); }
    .column3Wrap .columnBox:nth-of-type(-n + 3) {
      margin-top: 0; }
    .column3Wrap .columnBox:nth-of-type(n + 4) {
      margin-top: 20px; }

  .column4Wrap {
    position: relative; }
    .column4Wrap:before {
      content: "";
      display: block;
      width: calc( 25% - 15px );
      order: 1; }
    .column4Wrap:after {
      content: "";
      width: calc( 25% - 15px );
      display: block; }
    .column4Wrap .columnBox {
      flex-basis: calc( 25% - 15px );
      max-width: calc( 25% - 15px ); }
      .column4Wrap .columnBox:nth-of-type(n + 3) {
        margin-top: inherit; }
      .column4Wrap .columnBox:nth-of-type(n + 5) {
        margin-top: 20px; }

  .column1_1_2 .columnBox {
    flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px ); }
    .column1_1_2 .columnBox:nth-of-type(-n + 2) {
      margin-top: 0; }

  .column1_2_3 .columnBox {
    flex-basis: calc( 33.333% - 15px );
    max-width: calc( 33.333% - 15px ); } }
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  min-height: 60px;
  width: 100%;
  overflow: visible !important;
  position: fixed;
  background: #000;
  z-index: 5; }
  #header #headerCnt {
    padding: 0 25px;
    width: 100%;
    max-width: 1190px;
    margin: 0 auto; }
    #header #headerCnt #logoArea {
      width: 200px;
      float: left; }
      #header #headerCnt #logoArea h1 {
        line-height: 0; }
    #header #headerCnt #headerContact {
      display: none; }
      #header #headerCnt #headerContact ul li {
        list-style: none; }
        #header #headerCnt #headerContact ul li a {
          padding: 0 15px;
          color: #fff;
          text-decoration: none; }
          #header #headerCnt #headerContact ul li a:hover {
            opacity: 0.5; }

@media print, screen and (min-width: 1000px) {
  #header {
    min-height: 80px;
    width: 100%;
    overflow: visible !important; }
    #header #headerCnt {
	  display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 25px; }
      #header #headerCnt #logoArea {
        width: 200px;
        float: left; }
        #header #headerCnt #logoArea h1 {
          line-height: 0; }
      #header #headerCnt #headerContact {
        display: inline-block;
        width: calc( 100% - 200px);
        text-align: right; }
        #header #headerCnt #headerContact ul li {
          display: inline-block;
          list-style: none; }
          #header #headerCnt #headerContact ul li a {
            padding: 0 15px;
            color: #fff;
            text-decoration: none; }
            #header #headerCnt #headerContact ul li a:hover {
              opacity: 0.5; } }
#main {
  padding-top: 60px; }

/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
#mainNaviArea {
  display: none; }

.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important; }

.drawer {
  position: relative; }
  .drawer #mainNaviSpArea {
    position: relative;
    margin: 43px 0 0 auto;
    width: 40px; }
    .drawer #mainNaviSpArea .drawer-hamburger {
      position: relative;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin-top: -10px;
      overflow: visible;
	  top: -20px; }
      .drawer #mainNaviSpArea .drawer-hamburger:before {
        position: absolute;
        font-size: 10px;
        content: 'MENU';
        color: #fff;
        bottom: -3px; }
    .drawer #mainNaviSpArea .drawer-hamburger-icon {
      margin-top: 0px;
      background: #fff;
      width: 30px;
      height: 3px;
      border-radius: 3px; }
      .drawer #mainNaviSpArea .drawer-hamburger-icon:before {
        background: #fff;
        height: 3px;
        border-radius: 3px;
        top: -8px; }
      .drawer #mainNaviSpArea .drawer-hamburger-icon:after {
        background: #fff;
        height: 3px;
        border-radius: 3px;
        top: 8px; }
  .drawer .drawer-nav {
    background: #000;
    z-index: 10; }
    .drawer .drawer-nav ul {
      margin: 0;
      padding: 0;
      width: 100%; }
      .drawer .drawer-nav ul li {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #fff;
        position: relative;
        background: #000; }
        .drawer .drawer-nav ul li a {
          width: 100%;
          color: #fff;
          min-height: 40px;
          padding: 9px 15px;
          background: #000;
          text-decoration: none; }
          .drawer .drawer-nav ul li a:hover {
            background: #F00; }
        .drawer .drawer-nav ul li.children {
          overflow: hidden; }
          .drawer .drawer-nav ul li.children > a {
            width: calc( 100% - 40px );
            cursor: pointer; }
          .drawer .drawer-nav ul li.children i {
            position: absolute;
            width: 40px;
            height: 40px;
            display: block;
            text-align: center;
            padding-top: 9px;
            margin: 0 0 0 auto;
            font-size: 20px;
            color: #fff;
            transition: .1s ease;
            top: 0;
            right: 0; }
            .drawer .drawer-nav ul li.children i.active {
              transform: rotate(-180deg);
              cursor: pointer; }
          .drawer .drawer-nav ul li.children .sub-menu {
            display: none; }
            .drawer .drawer-nav ul li.children .sub-menu li a {
              min-height: inherit;
              display: block;
              padding: 8px 15px 8px 27px;
              background: #eee; }
              .drawer .drawer-nav ul li.children .sub-menu li a:hover {
                background: #F00; }
            .drawer .drawer-nav ul li.children .sub-menu li.children .sub-menu {
              display: none;
              margin: 0;
              padding: 0; }
              .drawer .drawer-nav ul li.children .sub-menu li.children .sub-menu li a {
                padding: 6px 15px 6px 41px;
                background: #eee; }
                .drawer .drawer-nav ul li.children .sub-menu li.children .sub-menu li a:hover {
                  background: #F00; }
              .drawer .drawer-nav ul li.children .sub-menu li.children .sub-menu li:last-child {
                border: none; }
            .drawer .drawer-nav ul li.children .sub-menu li:last-child {
              border: none; }
  .drawer.drawer-open #mainNaviSpArea {
    position: absolute;
    right: 120px; }
    .drawer.drawer-open #mainNaviSpArea .drawer-hamburger:before {
      content: 'close'; }
    .drawer.drawer-open #mainNaviSpArea .drawer-hamburger .drawer-hamburger-icon {
      background: none; }
      .drawer.drawer-open #mainNaviSpArea .drawer-hamburger .drawer-hamburger-icon:after {
        background: #fff;
        top: inherit; }
      .drawer.drawer-open #mainNaviSpArea .drawer-hamburger .drawer-hamburger-icon:before {
        background: #fff;
        top: inherit; }
    .drawer.drawer-open #mainNaviSpArea .drawer-nav {
      width: 270px; }

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
@media print, screen and (min-width: 1000px) {
  #mainNaviSpArea {
    display: none; }

  #mainNaviArea {
    display: block;
    margin: 0;
    padding: 0;
    background: #000; }
    #mainNaviArea #mainNavi {
      padding: 0; }
      #mainNaviArea #mainNavi ul {
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #mainNaviArea #mainNavi ul > li {
          font-size: 14px;
          list-style: none;
          margin: 0;
          padding: 0;
          height: 100%;
          flex: 1 0 auto;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center; }
          #mainNaviArea #mainNavi ul > li a {
            justify-content: center;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-self: center;
            text-align: center;
            font-size: 16px;
            color: #fff;
            margin: 0;
            padding: 0;
            text-decoration: none;
            line-height: 1.2; }
            #mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
              cursor: pointer;
              color: #F00; }
            #mainNaviArea #mainNavi ul > li a span {
              flex-basis: 100%;
              font-size: 12px; }
          #mainNaviArea #mainNavi ul > li.current > a {
            color: #F00 !important; }
          #mainNaviArea #mainNavi ul > li ul.sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            display: block;
            text-align: left;
            z-index: 0;
            padding: 0;
            margin: 0;
            height: 0;
            width: 180px; }
            #mainNaviArea #mainNavi ul > li ul.sub-menu li {
              overflow: hidden;
              padding: 0;
              margin: 0;
              height: 0;
              width: 180px; }
              #mainNaviArea #mainNavi ul > li ul.sub-menu li a {
                margin: 0;
                opacity: 0;
                padding: 0 10px;
                font-size: 14px;
                display: block;
                text-align: left;
                position: relative; }
          #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
            transition: .3s ease-in-out; }
            #mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
              z-index: 1;
              height: 100%;
              opacity: 1; }
              #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
                padding: 0;
                height: auto;
                opacity: 1;
                width: 180px;
                text-align: left;
                background: #000;
                border-bottom: #ccc 1px solid; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
                  padding: 10px;
                  opacity: 1;
                  display: block;
                  border-bottom: 1px solid #000;
                  transition: .3s ease-in-out; }
                  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:last-of-type, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:last-of-type {
                    border: none; }
                  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:after {
                    position: absolute;
                    align-items: center;
                    border: none;
                    content: "\f0a9";
                    font-family: FontAwesome;
                    transform: none;
                    color: #fff;
                    right: 15px;
                    font-size: 14px;
                    border-radius: 0;
                    top: 27%;
                    transition: .3s ease-in; }
                  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
                    color: #000;
                    background: #fff; }
                    #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus:after {
                      color: #000; }
                #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:last-of-type a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:last-of-type a {
                  border-bottom: none; }
          #mainNaviArea #mainNavi ul > li.current-menu-item > a {
            color: #c7c7c7 !important; }
            #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a {
              color: #c7c7c7 !important;
              background: #fff; }
              #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:hover, #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a:focus {
                color: #c7c7c7 !important; }
          #mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
            color: #c7c7c7 !important;
            background: #fff; }
    #mainNaviArea.fixed {
      width: 100%;
      position: fixed;
      margin: 0 auto;
      z-index: 5;
      height: 70px;
      top: 0;
      transition: ease-in .1s;
      box-shadow: 1px 1px 15px #eee;
      background: #000; }
      #mainNaviArea.fixed + #main {
        margin-top: 70px !important; }

  .admin-bar #mainNaviArea.fixed {
    top: 32px !important; }
    .admin-bar #mainNaviArea.fixed + #main {
      margin-top: 70px !important; } }
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  padding: 60px 0 60px;
  position: relative; }
  #footer #footerCnt {
    width: 100%;
    text-align: center;
    margin: 0 auto; }
    #footer #footerCnt ul {
   /* padding: 0; */
      margin: 0; }
      #footer #footerCnt ul li {
        padding: 20px 0;
        margin: 0;
        list-style: none;
        float: left;
        width: 33.3%; }
  #footer .footerLogo {
    width: 150px;
    text-align: center;
	margin: 0 auto;}
  #footer .btn_c a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    display: block;
    width: 150px;
    margin: 0 auto; }
    #footer .btn_c a::after {
      content: '';
      width: 20px;
      height: 20px;
      background: url(images/home/img_i.png) no-repeat center bottom 3px;
      display: block;
      float: right;
      margin-left: 5px; }
  #footer #footerNaviWrap {
    display: none; }
  #footer #copyright {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    padding: 25px 15px; }
    #footer #copyright p {
      color: #fff;
      font-size: 12px;
      margin: 0; }

/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none; }
#sidebar .widget img {
  max-width: 100%; }

/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.breadcrumbs {
  clear: both;
  padding: 20px 0 10px 0;
  margin: 0;
  font-size: 12px;
  overflow: hidden;
  background: #000;
  color: #fff;
  min-height: 20px; }
  .breadcrumbs .breadcrumbs_list {
    margin: 0; }
  .breadcrumbs a {
    font-size: 12px;
    text-decoration: none;
    padding: 2px 0;
    color: #fff; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #F00;
      text-decoration: underline; }

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px; }
  .wp-pagenavi a, .wp-pagenavi span {
    color: #000;
    width: 32px;
    height: 32px;
    padding: 3px 0 0 0;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px; }
  .wp-pagenavi a:hover,
  .wp-pagenavi a:focus {
    color: #fff;
    background: #000;
    border: 1px solid #fff; }
  .wp-pagenavi span.current {
    color: #fff;
    background: #000;
    font-weight: normal;
    border: 1px solid #fff; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    font-size: 20px;
    color: #000;
    background: none;
    border: none; }
    .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .previouspostslink:focus {
      color: #c7c7c7;
      background: none;
      border: none; }

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea {
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 30px;
  z-index: 4; }

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: .6s;
  background-color: #00758e; }
  #fixedBtnSpArea.fixedsp {
    opacity: 1;
    transition: .6s;
    bottom: 0; }
  #fixedBtnSpArea #fixedBtnSp ul {
    margin: 0 0 0 0;
    padding: 0;
    height: 60px;
    width: 100%;
    overflow: hidden;
    display: flex; }
    #fixedBtnSpArea #fixedBtnSp ul li {
      list-style: none;
      flex-basis: 100%; }
      #fixedBtnSpArea #fixedBtnSp ul li a {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        color: #fff;
        justify-content: center;
        align-items: stretch;
        margin: 0;
        padding: 35px 10px 0;
        font-size: 14px;
        text-decoration: none;
        background-repeat: no-repeat;
        background-size: auto 20px;
        background-position: center 10px; }
        #fixedBtnSpArea #fixedBtnSp ul li a:hover, #fixedBtnSpArea #fixedBtnSp ul li a:focus {
          background-color: #000;
          color: #fff; }
      #fixedBtnSpArea #fixedBtnSp ul li + li {
        border-left: 1px solid #fff; }
  @media print, screen and (min-width: 768px) {
    #fixedBtnSpArea #fixedBtnSp {
      display: none !important; } }

/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
.mv {
  position: relative; }

#sliderArea {
  position: relative;
  clear: both;
  width: 100%;
  min-width: 1137px;
  margin-bottom: 0;
  overflow: hidden; }
  #sliderArea #sliderPc {
    display: none; }
  @media print, screen and (min-width: 768px) {
    #sliderArea #sliderPc {
      display: block; }
    #sliderArea #sliderSp {
      display: none; }
    #sliderArea .metaslider .flex-control-paging li a.flex-active {
      background: #000; } }

.mv_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(images/common/logo_white.svg) no-repeat center center;
  top: 0%;
  background-size: 170px; }

@media only screen and (max-width: 768px) {
  .mv {
    height: 483px;
    width: 100%;
    overflow: hidden;
    position: relative; }

  #sliderArea {
    position: absolute;
    position: relative;
/*left: 50%;*/
/*margin-left: -574px;*/
    clear: both;
    width: 100%;
    min-width: 375px;
    margin-bottom: 0;
    overflow: hidden; } }
.left_mv_area {
  width: 60px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 3; }
  .left_mv_area p {
    writing-mode: vertical-rl;
    font-size: 12px;
	  
    position: absolute;
    top: 50%;
    margin-top: -77px;
    line-height: 30px; }

.right_mv_area {
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  z-index: 3; }
  .right_mv_area ul {
    padding: 0;
    position: absolute;
    top: 60%;
    left: 20px;
    margin-top: -77px; }
    .right_mv_area ul li {
      list-style: none;
      text-align: center;
      margin-bottom: 10px; }
      .right_mv_area ul li a:hover {
        opacity: 0.5; }

@media only screen and (max-width: 768px) {
  .left_mv_area {
    display: none; }

  .right_mv_area {
    display: none; } }
/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 35px; }
#indexPage #concept {
  text-align: center;
  padding: 73px 15px; }
  #indexPage #concept h3 {
    font-size: 24px;
    font-weight: normal; }
    #indexPage #concept h3 span {
      font-size: 18px; }
#indexPage #concept {
  text-align: center;
  padding: 73px 15px; }
  #indexPage #concept h3 {
    font-size: 24px;
    font-weight: Bold;
	font-family: 'Zen Old Mincho', serif;}
    #indexPage #concept h3 span {
      font-size: 18px; }
#indexPage #concept2 h3 {
  font-size: 20px;
  font-weight: Bold;
  font-family: 'Zen Old Mincho', serif;}
#indexPage #concept2 p {
  font-size: 16px; }
#indexPage #concept2 img {
  width: 100%; }
#indexPage #concept2 .right_box {
  padding: 0 30px 0; }
@media print, screen and (min-width: 768px) {
  #indexPage #concept2 .left_box {
    width: 50%;
    float: left; }
  #indexPage #concept2 .right_box {
    width: 50%;
    float: right;
    padding: 0 30px 0 30px; } }
@media print, screen and (min-width: 1200px) {
  #indexPage #concept2 .left_box {
    width: 60%;
    float: left; }
  #indexPage #concept2 .right_box {
    width: 40%;
    float: right;
    padding: 7% 180px 0 30px; } }
#indexPage #shop {
  padding: 60px 0 0; }
  #indexPage #shop h3 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 25px;
	font-family: 'Zen Old Mincho', serif;}
  #indexPage #shop h4 {
    font-size: 18px;
    font-weight: bold;
	font-family: 'Zen Old Mincho', serif;}
  #indexPage #shop .ig_btn {
    text-align: center; }
    #indexPage #shop .ig_btn img {
      margin: 10px auto; }
#indexPage #brand {
  padding: 60px 0 0; }
  #indexPage #brand h3 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 25px;
	font-family: 'Zen Old Mincho', serif;}
  #indexPage #brand ul {
    padding: 0;
    margin: 0; }
    #indexPage #brand ul li {
      padding: 3% 0;
      margin: 0;
      list-style: none;
      width: 33.3%;
      float: left;
      text-align: center; }
      #indexPage #brand ul li img {
        width: 80%;
        margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      #indexPage #brand ul li {
        width: 12.5%; } }
    @media print, screen and (min-width: 1000px) {
      #indexPage #brand ul li {
        width: 9%; } }
#indexPage #information {
  padding: 60px 0 0px; }
  #indexPage #information #access {
    padding-top: 60px; }
  #indexPage #information h3 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 25px;
	font-family: 'Zen Old Mincho', serif;}
  #indexPage #information h4 {
    font-size: 18px;
    font-weight: Bold;
    text-align: left;
    padding-bottom: 0px;
	font-family: 'Zen Old Mincho', serif;}
  #indexPage #information p {
    font-size: 14px; }
  #indexPage #information .v_img {
    width: 100%;
    padding-bottom: 25%;
    background: url(images/home/bg.jpg) no-repeat center center;
    background-size: 100%; }
  #indexPage #information .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 0 0px; }
    #indexPage #information .box .left_box {
      width: 100%;
      padding: 20px 0 50px; }
      #indexPage #information .box .left_box a {
        text-decoration: none;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 4px;
		margin-bottom: 20px;
        display: block;
        width: 147px;
		text-align: center; }
        #indexPage #information .box .left_box .g-map::before {
          content: '';
          width: 20px;
          height: 20px;
          background: url(images/home/pin.png) no-repeat center center;
          display: block;
          float: left;
          margin-right: 5px; }
        #indexPage #information .box .left_box .g-map::after {
          content: '';
          width: 20px;
          height: 20px;
          background: url(images/home/img_i.png) no-repeat center bottom 3px;
          display: block;
          float: right;
          margin-left: 5px; }
    #indexPage #information .box .right_box {
      width: 100%; }
      #indexPage #information .box .right_box #sample {
        width: 700px;
        height: 400px; }
      #indexPage #information .box .right_box .ggmap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden; }
      #indexPage #information .box .right_box .ggmap iframe,
      #indexPage #information .box .right_box .ggmap object,
      #indexPage #information .box .right_box .ggmap embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    @media print, screen and (min-width: 768px) {
      #indexPage #information .box .left_box {
        width: 348px;
        padding: 0 30px 0 0; }
      #indexPage #information .box .right_box {
        width: calc(100% - 368px); }
        #indexPage #information .box .right_box .ggmap {
          position: relative;
          padding-bottom: 0;
          padding-top: 30px;
          height: 100%;
          overflow: hidden; } }
  @media print, screen and (min-width: 768px) {
    #indexPage #information .box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 40px;
      padding: 50px 0 0px; } }
#indexPage #blogArea {
  margin: 0 0;
  padding-top: 60px;
  padding-bottom: 50px; }
  #indexPage #blogArea h2 {
    margin: 0;
    padding-bottom: 4px;
    background-size: 166px 16px;
    text-align: center;
    color: #000;
    font-weight: 900;
    font-size: 28px;
	font-family: 'Zen Old Mincho', serif;}
  #indexPage #blogArea h3 {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 25px;
	font-family: 'Zen Old Mincho', serif;}
    #indexPage #blogArea h3 a {
      display: inline-block;
      font-size: 16px;
      font-weight: normal;
      text-decoration: none;
      color: #00F; }
      #indexPage #blogArea h3 a:hover, #indexPage #blogArea h3 a:focus {
        color: #F00; }
  #indexPage #blogArea .btn_blog {
    color: #fff;
    padding: 15px 15px;
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 190px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
background: #000;
	  box-shadow: #fff 0 0px 0px 0px inset;
}

    #indexPage #blogArea .btn_blog:hover {
      color: #000;
      background: #fff; }
#indexPage #contactArea {
  padding: 56px 0 30px;
  background: url(images/home/bg_c.png) repeat-x top; }
  #indexPage #contactArea .container {
    background: url(images/home/contact_bg.jpg) no-repeat center center;
    text-align: center;
    height: 300px; }
    #indexPage #contactArea .container h3 {
      color: #fff !important;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      padding-bottom: 0px;
      padding-top: 74px; }
    #indexPage #contactArea .container a {
      color: #fff;
      padding: 15px 15px;
      border: 2px solid #fff;
      border-radius: 10px;
      /* CSS3草案 */
      -webkit-border-radius: 10px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 10px;
      /* Firefox用 */
      width: 190px;
      display: block;
      margin: 0 auto;
      text-decoration: none; }
      #indexPage #contactArea .container a:hover {
        color: #000;
        background: #fff; }

/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.postListWrap .postBox:last-of-type {
  background: none; }
.postListWrap .postBox .img_box {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  width: 100%; }
.postListWrap .postBox time {
  line-height: 1;
  font-size: 14px;
  width: 100px;
  align-self: center; }
.postListWrap .postBox .permaLinkWrap {
  flex-basis: 100%;
  margin: 10px 0 0; }
.postListWrap .postBox:hover i, .postListWrap .postBox:hover a, .postListWrap .postBox:focus i, .postListWrap .postBox:focus a {
  color: #F00;
  text-decoration: none; }
@media print, screen and (min-width: 768px) {
  .postListWrap .postBox {
    flex-wrap: nowrap; }
    .postListWrap .postBox .permaLinkWrap {
      flex-basis: calc( 100% - 140px);
      width: calc( 100% - 140px);
      margin: 0; }
      .postListWrap .postBox .permaLinkWrap a {
        min-width: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block; } }

/* ---------------------------- */
/* ブログリスト */
/* ---------------------------- */
#blogArea .postListWrap,
#blogCatList .postListWrap,
#newsCatList .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox,
  #newsCatList .postListWrap .postBox {
    flex-basis: 100%;
    width: 100%;
    padding-bottom: 40px; }
    #blogArea .postListWrap .postBox a,
    #blogCatList .postListWrap .postBox a,
    #newsCatList .postListWrap .postBox a {
      color: #fff !important;
      text-decoration: none; }
      #blogArea .postListWrap .postBox a:hover,
      #blogCatList .postListWrap .postBox a:hover,
      #newsCatList .postListWrap .postBox a:hover {
        opacity: 0.8; }
      #blogArea .postListWrap .postBox a h4,
      #blogCatList .postListWrap .postBox a h4,
      #newsCatList .postListWrap .postBox a h4 {
        font-size: 14px !important;
        font-weight: normal !important; }
      #blogArea .postListWrap .postBox a ul,
      #blogCatList .postListWrap .postBox a ul,
      #newsCatList .postListWrap .postBox a ul {
        padding: 0;
        margin: 0; }
        #blogArea .postListWrap .postBox a ul li,
        #blogCatList .postListWrap .postBox a ul li,
        #newsCatList .postListWrap .postBox a ul li {
          padding: 0;
          margin: 0;
          list-style: none;
          float: left;
          font-size: 14px !important;
          font-weight: normal !important; }
          #blogArea .postListWrap .postBox a ul li.cat_box,
          #blogCatList .postListWrap .postBox a ul li.cat_box,
          #newsCatList .postListWrap .postBox a ul li.cat_box {
            border: 1px solid #fff;
            width: 100px;
            height: 24px;
            line-height: 20px;
            text-align: center;
            font-size: 12px !important;
            margin-right: 10px; }
  #blogArea .postListWrap .thumbnail,
  #blogCatList .postListWrap .thumbnail,
  #newsCatList .postListWrap .thumbnail {
    margin-bottom: 20px;
    overflow: hidden; }
    #blogArea .postListWrap .thumbnail a,
    #blogCatList .postListWrap .thumbnail a,
    #newsCatList .postListWrap .thumbnail a {
      position: relative;
      width: 100%;
      overflow: hidden;
      display: block; }
      #blogArea .postListWrap .thumbnail a:before,
      #blogCatList .postListWrap .thumbnail a:before,
      #newsCatList .postListWrap .thumbnail a:before {
        content: "";
        display: block;
        padding-top: 60%; }
    #blogArea .postListWrap .thumbnail img,
    #blogCatList .postListWrap .thumbnail img,
    #newsCatList .postListWrap .thumbnail img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  #blogArea .postListWrap time,
  #blogCatList .postListWrap time,
  #newsCatList .postListWrap time {
    margin-bottom: 15px; }
@media print, screen and (min-width: 768px) {
  #blogArea .postListWrap::after,
  #blogCatList .postListWrap::after,
  #newsCatList .postListWrap::after {
    content: "";
    display: block;
    width: 100%; }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox,
  #newsCatList .postListWrap .postBox {
    flex-basis: 100%;
    width: 100%; } }
@media print, screen and (min-width: 992px) {
  #blogArea .postListWrap::after,
  #blogCatList .postListWrap::after,
  #newsCatList .postListWrap::after {
    content: "";
    display: block;
    width: 48%; }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox,
  #newsCatList .postListWrap .postBox {
    flex-basis: 48%;
    width: 48%; } }
@media print, screen and (min-width: 1200px) {
  #blogArea .postListWrap::before,
  #blogCatList .postListWrap::before,
  #newsCatList .postListWrap::before {
    content: "";
    display: block;
    width: 23%;
    order: 1; }
  #blogArea .postListWrap::after,
  #blogCatList .postListWrap::after,
  #newsCatList .postListWrap::after {
    content: "";
    display: block;
    width: 23%; }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox,
  #newsCatList .postListWrap .postBox {
    flex-basis: 23%;
    width: 23%; } }

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  margin-top: 50px;
  margin-bottom: 50px; }
  #cnts .pageTitle {
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
    #cnts .pageTitle + time {
      text-align: left;
      display: block;
      color: #000;
      margin: -20px 0 20px; }

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 20px 0;
  min-height: 300px; }
.postPage h2 {
  font-weight: bold;
  text-align: center; }
.postPage h3 {
  font-weight: bold;
  text-align: center; }
.postPage h4 {
  font-weight: bold; }
.postPage h5 {
  font-weight: bold; }
.postPage h6 {
  font-weight: bold; }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.2; }
.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px; }
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph; }
  .postPage p img {
    max-width: 100%;
    margin-bottom: 0; }
  .postPage p.tableAtt {
    margin: -20px 0 20px; }
.postPage .bold {
  font-weight: bold; }
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
.postPage .small {
  font-size: 14px; }
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
.postPage .imgWrap + .imgWrap {
  margin-top: 20px; }
.postPage .textLeft {
  text-align: left; }
.postPage .textCenter {
  text-align: center; }
.postPage .textRight {
  text-align: right; }
.postPage code {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }
.postPage a {
  position: relative; }
  .postPage a:hover, .postPage a:focus {
    text-decoration: none;
    color: #F00; }
  .postPage a.textBlank {
    position: relative;
    margin-right: 30px;
    display: inline-block; }
    .postPage a.textBlank:before {
      content: '\f08e';
      position: absolute;
      display: block;
      font: 14px/1 FontAwesome;
      right: -25px;
      top: 5px; }
  .postPage a.textArrow {
    text-decoration: none;
    color: #000; }
    .postPage a.textArrow:hover {
      color: #00F;
      text-decoration: underline; }
    .postPage a.textArrow:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
  .postPage a.textArrowR {
    text-decoration: none;
    color: #00F; }
    .postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
      color: #000;
      text-decoration: underline; }
    .postPage a.textArrowR:after {
      display: inline-block;
      content: '\f0a9';
      font: 16px/1 FontAwesome;
      margin-left: 10px;
      text-decoration: none; }
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee; }
  .postPage table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .postPage table tr th, .postPage table tr td {
    display: block;
    padding: .6em .8em;
    width: auto;
    line-height: 1.4; }
  .postPage table tr th {
    color: #000;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    background-color: #eee; }
  .postPage table tr .tw200 {
    width: 100%; }
  .postPage table tr .tw210 {
    width: 100%; }
  .postPage table tr .tw33p {
    width: 33.333%;
    min-width: inherit; }
  .postPage table tr .tw50p {
    width: 50%;
    min-width: inherit; }
  .postPage table.type2 tr {
    border-bottom: 1px solid #eee; }
    .postPage table.type2 tr th, .postPage table.type2 tr td {
      display: table-cell;
      border-collapse: collapse; }
    .postPage table.type2 tr th {
      background: #eee;
      text-align: center;
      vertical-align: middle;
      padding: 0.6em .8em; }
      .postPage table.type2 tr th + th {
        border-left: 1px solid #999999; }
    .postPage table.type2 tr td + td {
      border-left: 1px solid #999999; }
    .postPage table.type2 tr td:nth-of-type(1) {
      border-left: none; }
.postPage .tableSc {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .postPage .tableSc table {
    width: 100%; }
    .postPage .tableSc table tr {
      border-bottom: 1px solid #eee; }
      .postPage .tableSc table tr:nth-of-type(odd) {
        background: none; }
      .postPage .tableSc table tr th, .postPage .tableSc table tr td {
        display: table-cell;
        border-collapse: collapse;
        width: inherit; }
      .postPage .tableSc table tr th {
        background: #eee;
        text-align: center;
        vertical-align: middle;
        min-width: inherit; }
        .postPage .tableSc table tr th + th {
          border-left: 1px solid #333; }
      .postPage .tableSc table tr td + td {
        border-left: 1px solid #333; }
      .postPage .tableSc table tr td:nth-of-type(1) {
        border-left: none; }
.postPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote:before {
    content: '\f10d';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #000;
    left: 10px;
    top: 10px; }
  .postPage blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    color: #000;
    right: 10px; }
  .postPage blockquote p {
    margin: 0 0 15px; }
    .postPage blockquote p:last-child {
      margin-bottom: 0; }
.postPage dl {
  margin: 0 0 30px; }
  .postPage dl dt {
    font-weight: bold; }
  .postPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0; }
  .postPage ul li {
    list-style: none;
    position: relative;
    padding: 0; }
    .postPage ul li ul {
      padding: 0 0 10px;
      margin: 10px 0 0 1em; }
  .postPage ul.iconList li {
    padding: 0 0 0 1em; }
    .postPage ul.iconList li:before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      width: 10px;
      height: 10px;
      background: #333;
      border-radius: 50%;
      margin-right: .5em; }
.postPage ol {
  margin: 0 0 20px;
  padding: 0 0 0 1em; }
  .postPage ol li {
    margin: 0;
    padding: 0; }
    .postPage ol li:last-child {
      margin: 0 0 10px; }
    .postPage ol li ol {
      margin: 10px 0;
      padding: 0 0 0 1em; }
.postPage address {
  font-style: normal; }
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }
.postPage .gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .postPage .gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.postPage .youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .postPage .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media print, screen and (min-width: 768px) {
  .postPage table tr:nth-child(odd) {
    background-color: #eee; }
  .postPage table tr th, .postPage table tr td {
    display: table-cell;
    padding: .6em .8em; }
    .postPage table tr th + td, .postPage table tr td + td {
      border-left: 1px solid #999999; }
  .postPage table tr th {
    background-color: inherit;
    min-width: 190px;
    text-align: right;
    width: auto; }
    .postPage table tr th.w200 {
      width: 200px; }
    .postPage table tr th.thLeft {
      text-align: left; }
  .postPage table tr td {
    border-left: none; }
  .postPage table tr .tw15p {
    width: 15%; }
  .postPage table tr .tw30p {
    width: 30%; }
  .postPage table tr .tw33p {
    width: 33%; }
  .postPage table tr .tw50p {
    width: 50%; }
  .postPage table tr .tw70p {
    width: 70%; }
  .postPage table tr .tw200 {
    width: 200px; }
  .postPage table tr .tw210 {
    width: 210px; }
  .postPage table.type2 tr:nth-child(odd) {
    background-color: inherit; }
  .postPage .tableSc {
    overflow: inherit;
    white-space: normal; } }

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
ul.formFlow {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0; }
  ul.formFlow li {
    display: inline-flex;
    justify-content: center;
    flex: 1 0 33.333%;
    background: #fff;
    color: #333333;
    list-style: none;
    padding: 0;
    margin: 0 !important;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    position: relative; }
    ul.formFlow li:before {
      display: none; }
    ul.formFlow li.visited {
      background: #999;
      color: #fff; }
    ul.formFlow li.active {
      background: #766642;
      color: #fff;
      position: relative; }
      ul.formFlow li.active:after {
        position: absolute;
        content: '';
        right: -40px;
        top: 0;
        z-index: 1;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-left: 20px solid #766642; }
    ul.formFlow li.second.active:before {
      display: block;
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      z-index: 3;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-left: 20px solid #fff; }
    ul.formFlow li.third.active {
      background: #766642 !important;
      color: #fff; }
      ul.formFlow li.third.active:after {
        display: none; }
      ul.formFlow li.third.active:before {
        background: none;
        display: inline;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        z-index: 2;
        width: 0;
        height: 0;
        border-radius: 0;
        border: 20px solid transparent;
        border-left: 20px solid #fff; }

/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl {
  display: flex;
  flex-wrap: wrap; }
  #formArea dl dt {
    flex-basis: 100%;
    padding: 5px 0 0 0;
    margin-bottom: 15px;
    font-weight: normal; }
  #formArea dl dd {
    flex-basis: 100%;
    margin-bottom: 15px;
    align-self: center; }
    #formArea dl dd.fb100 {
      flex-basis: 100%; }
#formArea .att {
  color: crimson;
  font-size: 12px; }
#formArea .error {
  margin: 0; }
#formArea .radio_wrap {
  margin-top: 10px; }
#formArea .vertical-item {
  display: block !important; }
#formArea input[type="text"],
#formArea input[type="email"],
#formArea input[type="number"],
#formArea textarea {
  padding: 8px .5em 8px 10px;
  margin: 0;
  background: #EEEEEE;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #EEEEEE; }
  #formArea input[type="text"]:focus,
  #formArea input[type="email"]:focus,
  #formArea input[type="number"]:focus,
  #formArea textarea:focus {
    background: #fff; }
  #formArea input[type="text"]:hover,
  #formArea input[type="email"]:hover,
  #formArea input[type="number"]:hover,
  #formArea textarea:hover {
    background: #fff; }
  #formArea input[type="text"] + input,
  #formArea input[type="email"] + input,
  #formArea input[type="number"] + input,
  #formArea textarea + input {
    margin-top: 10px; }
#formArea input[type="number"].short {
  width: 60px; }
#formArea input[type="text"],
#formArea input[type="email"] {
  width: 100%; }
  #formArea input[type="text"] .short,
  #formArea input[type="email"] .short {
    max-width: 150px; }
#formArea select {
  padding: .4em 0 .3em .5em;
  margin-bottom: 5px;
  display: block;
  border-color: #e7e7e7; }
  #formArea select option {
    word-wrap: normal; }
#formArea input[type="text"].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0; }
#formArea input[type="text"].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE; }
  #formArea input[type="text"].hasDatepicker:hover, #formArea input[type="text"].hasDatepicker:focus {
    background: #fff; }
#formArea .mwform-checkbox-field {
  display: block;
  width: 100%;
  margin: 5px 5px;
  font-size: 14px; }
#formArea input[type="checkbox"] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%); }
#formArea input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #000;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(1, #000));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  border: 1px solid #000; }
#formArea input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center; }
#formArea input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center; }
#formArea .mwform-zip-field input {
  width: inherit; }
#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto; }
#formArea .mwform-radio-field {
  display: block;
  margin: 5px 0 10px; }
  #formArea .mwform-radio-field input {
    margin: 0 15px 0 0; }
#formArea .mwform-radio-field-text {
  margin-left: 10px; }
#formArea input[type="file"] {
  margin-bottom: 10px; }
#formArea .inline_wrap select {
  display: inline-block; }
#formArea .btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0 0 25px; }
    #formArea .btnArea .submitArea .submit {
      max-width: 290px;
      margin: 0 auto; }
      #formArea .btnArea .submitArea .submit:hover, #formArea .btnArea .submitArea .submit:focus {
        color: #fff;
        background: #0D6F9A;
        transition: .3s;
        cursor: pointer;
        border-color: #0D6F9A; }
  #formArea .btnArea .returnArea {
    flex-basis: 100%;
    display: none; }
    #formArea .btnArea .returnArea .return {
      width: 100%;
      margin: 0 auto;
      display: block;
      text-align: center;
      background: #fff;
      border: 1px solid #000;
      color: #000;
      padding: .4em 0;
      transition: .3s;
      font-size: 14px; }
      #formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
        color: #fff;
        background: #000;
        transition: .3s; }
@media print, screen and (min-width: 768px) {
  #formArea dl {
    justify-content: space-between; }
    #formArea dl dt {
      flex-basis: 250px;
      text-align: right; }
    #formArea dl dd {
      flex-basis: calc(100% - 280px); }
      #formArea dl dd.fb100 {
        flex-basis: 100%; }
  #formArea input[type="text"],
  #formArea input[type="email"],
  #formArea input[type="number"],
  #formArea textarea {
    margin: 0; }
  #formArea select {
    margin-bottom: 0; }
  #formArea .mwform-checkbox-field {
    display: inline-block;
    width: auto; }
  #formArea .mwform-radio-field {
    display: inline-block;
    margin: 0 15px 5px 0; }
    #formArea .mwform-radio-field .mwform-radio-field-text {
      margin-right: 15px; }
    #formArea .mwform-radio-field input {
      margin: 0; }
  #formArea .mwform-radio-field-text {
    margin-left: 10px; }
  #formArea .btnArea {
    flex-wrap: nowrap; }
    #formArea .btnArea .submitArea {
      flex-basis: 100%;
      margin: 0; } }
#formArea .mw_wp_form_confirm .btnArea .submitArea {
  flex-basis: calc( 50% - 15px );
  max-width: calc( 50% - 15px ); }
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0 auto 0 0; }
#formArea .mw_wp_form_confirm .btnArea .returnArea {
  flex-basis: calc( 50% - 15px );
  max-width: calc( 50% - 15px );
  display: inline-flex; }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 0 0 auto; }

/* for IE */
.pp_text {
  padding: 20px 35px;
  background: #000;
  border: 1px solid #fff;
  height: 200px;
  overflow-y: scroll; }
  .pp_text h3 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }

.blogpage_content img {
  margin-bottom: 20px; }

.blogpage_content p img {
  margin-bottom: 20px; }

@media print, screen and (min-width: 1170px) {
  #singlePage .container {
    width: 720px; } }
	
 .btn_blog a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    display: block;
    width: 160px;
    margin: 0 auto;
	margin-bottom: 60px;
}

.postPage .btn_blog a::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(images/home/img_i.png) no-repeat center bottom 3px;
    display: block;
    float: right;
    margin-left: 5px;
}


.linkbtn{
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
}
.drawer-overlay{
	background-color: rgba(0,0,0,.8) !important;
}

.tategaki h3{
	width: 100%;
padding-bottom: 0px;
margin-left: 0;
	/* フレックスコンテナであることを指定 */
        display: flex;

        /* テキストを縦書きに指定 */
        -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;

        /* 左右中央揃え */
        align-items: center;
	text-align: left !important;
	height: 360px;
	
}
.tategaki2 h3 span{
		font-size: 16px;
	}
.tategaki2{
	
        /* テキストを縦書きに指定 */
        -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	height: 432px;

        
}
@media print, screen and (max-width: 767px) {
.tategaki2{
	display: block;
margin: 0 auto;
width: 100%;
padding-top: 40px !important;

        
}
}
@media print, screen and (max-width: 460px) {
.tategaki2 p{
	font-size: 13px !important;
}
}
.btn_new a{
	  margin: 0 auto;
}

/* ----------------------------------- */
/* 追加分
/* ----------------------------------- */
@media print, screen and (min-width: 768px) {
  .spDisp {
    display: none;
  }
}
.pcDisp {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pcDisp {
    display: block;
    margin: 0 auto;
  }
}
.bnr1wrap {
  margin: 90px 0 60px;
}