@charset "utf-8";
/*
Theme Name: GDF_dtpl_1027
Theme URI: http://www.goaldesignforce.com/
Description: GDF_dtpl_1027
Version: 1.0
Author: GDF
Author URI: http://www.goaldesignforce.com/
Tags: simple

	Cloud template v1.0
	 http://www.goaldesignforce.com/
background-image
	This theme was designed and built by Cloud template,
	whose blog you will find at http://www.goaldesignforce.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/*--　一括管理　-- */
:root {
  /*--　カラー　-- */
  --main-color: #EA8D2B;
  --main-color-thin: #EA8D2B;
  --main-color-dark: #DD5C5B;
  --button-color: #DD5C5B;
  --button-header-color: #DD5C5B;
  --sp-float-color: #DD5C5B;
  --title-color: #EA8D2B;
  --table-color: #EA8D2B;
  --link-color: #DD5C5B;
  --point-color: #DD5C5B;
  --caption-color: #DD5C5B;
  
  /*--　グレー　-- */
  --gray-eee: #eee;
  --gray-ddd: #ddd;
  --gray-ccc: #ccc;
  --gray-bbb: #bbb;
  --gray-aaa: #aaa;

  
  /*--　フォントFamily-- */
  --font-family-min: 
	"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

  --font-family-got: 
	"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   /*--"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/*--　フォント（ゴシック）　-- */
  
  --font-other1: 'Quicksand', sans-serif;/*--　googleフォント　-- */
}


html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, /*a,*/ abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 16px;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
  scroll-behavior:smooth;
  font-family: var(--font-family-got); 
  letter-spacing: .05em;
/*  OR */
/*  font-family: var(--font-family-min); */
}
:focus {outline: 0;}

ol, ul {list-style: none;}


caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/*body{
	color: #252525;
	-webkit-text-size-adjust: none;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	line-height: 1.5;
	background-image: none;
	word-wrap: break-word;
	background-color: #FFF;
}*/

* { box-sizing:border-box; }

body{

	-webkit-text-size-adjust: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	word-wrap: break-word;
}

img{
	margin:0;
	padding:0;
	vertical-align: middle;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
img + p, picture + p {
  margin-top: 15px;
}




/* ★☆★　New テンプレート　★☆★　　↓↓↓
***********************************************************************/
/* リンク設定

===============================

Googleマテリアルアイコン　https://fonts.google.com/icons
.icon  {
  position: relative;
}
.icon .test {
  content: "\〇〇〇〇";
  left: inherit;
  color: #fff;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  font-size: 〇〇px;
  font-family: 'Material Icons';
  position: absolute;
  right: 〇〇px;
  left: 〇〇px;
  top: 50%;
}

------------------------------------------------------------*/
a{
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  color: var(--link-color);
}

a:hover, a:active{
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	outline: none;
	color: var(--link-color);
	text-decoration: underline;
}
/* ======================================================================
header
========================================================================= */
header {
  background-size: 100% 160px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 8888;
}
.header-inner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	margin: 0 auto;
	padding: 15px 0 5px;
  position: relative;
  line-height: 1;
}
header .header-logo  {
  line-height: 1;
  width: 25%;
  margin: 0 0 0;
}
header .default-nav .header-logo  {
  margin: 0 0 0;
}
header .logo-side-nav .header-logo  {
  margin: 0 0 15px;
  width: 27%;
}
header .hamburger-menu .header-logo  {
  margin: 0 0 15px;
  width: 230px!important;
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .bnr-area {
  margin-left: 0%;
  margin-bottom: 10px;
  text-align: center;
  width: 0%;
}
header .right-area {
  width: 100%;
  margin-left: 5%;
}
.default-nav {
  padding: 20px 0 5px;
  margin-bottom: 15px!important;
}
.default-nav .right-area {
  width: 100%;
  margin-left: 2%;
}
header.hamburger-main .right-area .header-free {
  text-align: right;
  margin-bottom: 7px;
  font-size: 14px;
  color: #fff;
}
header .right-area .header-free {
  text-align: right;
  margin-bottom: 7px;
  font-size: 14px;
}

header .right-area .cvn-sns {
  display: flex;
  justify-content: end;
}
header .right-area .cvn-sns .header-cvn {
	margin-left: 10px;
	margin-bottom: 7px;
  font-size: 14px;
  line-height: 135%;
}

header .right-area .sns-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .right-area .sns-box img {
  height: 25px;
  margin: 0 0 0 15px;
}
.logo-side-nav .right-area .sns-box img {
  height: 25px;
  margin: 0 0 0 15px;
}
header .right-area .free-box {
  text-align: right;
  margin-left: 2%;
  display: flex;
  align-items: center;
}
header .right-area .free-box .content-btn {
  margin: 0 0 0px 5px;
}
.cvn-box {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-bottom: 8px;
}
.cvn-box div {
	margin-left: 10px;
	text-align: center;
}
.cvn-box div.cvn-box__area1 a,
.cvn-box div.cvn-box__tel a,
.cvn-box div.cvn-box__contact a,
.right-area .cvn-sns .header-cvn div.cvn-box__tel a,
.right-area .cvn-sns .header-cvn div.cvn-box__contact a {
	display: block;
  background-color: var(--button-header-color);
  color: #fff;
	line-height: 120%;
  font-size: 14px;
  position: relative;
  padding: 7px 10px 6px 35px;
  background-position: center left 12px;
  background-size: 25px;
  background-repeat: no-repeat;
	border-radius: 3px;
}
.right-area .cvn-sns .header-cvn div {
  display: inline-block;
}
.cvn-box div a:hover {
	opacity: 0.8;
}
.cvn-box__area1 a {
	background-image: url(../images/common/header_icon_sitemap.png);
}
.cvn-box__tel a::before {
	font-family: 'Material Icons';
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: "\e61d";
}
.cvn-box__tel a.free-d {
	background-image: url(../images/common/header_icon_tel-free.png); 
}
.cvn-box__contact a::before {
	font-family: 'Material Icons';
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  content: "\e158";
}
.cvn-box__area1 img, .cvn-box__tel img, .cvn-box__contact img{
  width: 100%;
}
.cvn-large {
  text-align: right;
  margin-left: 2%;
  margin-bottom: 10px;
}
.cvn-large .cvn-box__tel a {
  display: inline-block;
  text-align: center;
  background-color: var(--button-header-color);
  color: #fff;
  line-height: 160%;
  font-size: 14px;
  position: relative;
  padding: 0px 15px 0px 60px;
  background-position: center left 12px;
  background-size: 25px;
  background-repeat: no-repeat;
  border-radius: 3px;
  border-top: 3px double #fff;
  border-bottom: 3px double #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-decoration: none;
  transition: all 0.25s;
}
.cvn-large .cvn-box__tel a:hover {
  background-color: #fff;
  color: var(--button-header-color);
  border-top: 3px double var(--button-header-color);
  border-bottom: 3px double var(--button-header-color);
  border-left: 1px solid var(--button-header-color);
  border-right: 1px solid var(--button-header-color);
}
.cvn-large .cvn-box__tel a::before {
  font-family: 'Material Icons';
  font-size: 40px;
  position: absolute;
  top: 50%;
  color: #fff;
  left: 12px;
  transform: translateY(-50%);
  content: "\e61d";
  transition: all 0.25s;
}
.cvn-large .cvn-box__tel a:hover::before {
  color: var(--button-header-color);
}
.cvn-large .cvn-box__tel a span {
  display: block;
}
.cvn-large .cvn-box__tel a span.tel-read {
  font-size: 13px;
  margin-bottom: -6px;
}
.cvn-large .cvn-box__tel a span.tel-number {
  font-size: 26px;
  font-weight: bold;
  font-family: var(--font-family-min);
  letter-spacing: 0.05em;
  margin-bottom: -5px;
  margin-top: 6px;
}
.cvn-large .cvn-box__tel a span.tel-time {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
.cvn-box__tel a::before {
  font-size: 30px;
  top: 50%;
  left: 25px;
}
.cvn-box__contact a::before {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 25px;
}
.cvn-large {
  text-align: center;
  margin-left: 0px;
}
}

.gnav {
  margin-bottom: 10px;
  margin-right: 0;
/* background: #ffffff;*/
}
.float-menu, .float-menu.fixed, .home .float-menu {
  background: rgba(0,0,0,0.5);
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.0));
/*  background: linear-gradient(-225deg, #2CD8D5 0%, #5049bb 50%, #f39ca7 100%);*/
}
.float-menu {
  padding: 0;
}
.float-menu.fixed {
  box-shadow: none;
  background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.5));
}
.home .float-menu {
  position: fixed;
  padding: 0 0 0;
  margin: 0 0 0;
}

.home .float-menu.fixed {
  position: fixed;
  padding: 0;
  margin: 0;
  border-top: none;
  box-shadow: none;
}

.home .float-menu.fixed .header-inner {
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%!important;
  z-index: 9999;
  /*padding-bottom: 8px!important;*/
  background: #fff;
  border-bottom: 2px solid var(--main-color);
  box-shadow: 0px 5px 10px #bbbbbb;
}
.float-menu.fixed {
  border-bottom: none;
}
.hamburger-main.fixed{
    padding-top: 20px!important;
}
#gnav-wrap {
  background-position: 0% top;
  background-repeat: repeat-x;
  text-align: center;
  padding: 0 0 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
#gnav-wrap ul {
  text-align: center;
  padding: 0 0 0;
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
	align-items: center;
}

#gnav-wrap ul li{
	position: relative;
  padding: 0;
  margin: 0 0 0;
/*  border-left: 1px solid var(--main-color);*/
  /*width: 100%;*/
    display: flex;
  justify-content: center;
	align-items: center;
}
#gnav-wrap ul li.current_page_item, #gnav-wrap ul li:hover, #gnav-wrap ul li.current-menu-item, #gnav-wrap ul li.current-post-ancestor {
  /*background: var(--main-color-thin);*/
}
#gnav-wrap ul li.current_page_item, #gnav-wrap ul li.current-menu-item {
/*  background: var(--main-color-thin);*/
}
#gnav-wrap ul li.current_page_item > a::after, 
#gnav-wrap ul li.current-menu-item > a::after {
  width: 1px;
  transform: scaleX(50);
  height: 2px;
  opacity: 1;
}
#gnav-wrap > div > div > ul > li > a:hover:after,
#gnav-wrap > ul > li > a:hover:after,
nav.globalMenuSp > ul > li > a:hover:after {
  width: 1px;
  transform: scaleX(50);
  height: 2px;
  opacity: 1;
}


#gnav-wrap ul li.current_page_item strong, #gnav-wrap ul li:hover strong, #gnav-wrap ul li.current-menu-item strong, #gnav-wrap ul li.current-post-ancestor strong {
  /*color: #fff;*/
}
#gnav-wrap ul li.current_page_item span, #gnav-wrap ul li:hover span, #gnav-wrap ul li.current-menu-item span, #gnav-wrap ul li.current-post-ancestor span {
  /*color: #fff;*/
}
#gnav-wrap ul li:last-child{
/*  border-right: 1px solid var(--main-color);*/
}
#gnav-wrap ul li a{
	display: block;
  text-align: center;
  padding: 5px 7px 15px 7px;
  background-repeat: repeat-x;
  text-decoration: none;
  color: #fff;
  position: relative;
}
#gnav-wrap ul li a:hover {
	text-decoration: none;
}

#gnav-wrap > div > div > ul > li > a:after,
#gnav-wrap > ul > li > a:after,
nav.globalMenuSp > ul > li > a:after {
  background: linear-gradient(to right, var(--main-color) 0%, var(--main-color) 100%);
  content: '';
  display: block;
  transition: transform 0.3s;
  position: absolute;
  bottom: 7px;
  left: 50%;
  opacity: 0;
}
nav.globalMenuSp > ul > li > a:after {
  bottom: 0px;
}
nav.globalMenuSp > ul > li > a:after {
  background: #fff;
}


#gnav-wrap ul li a strong{
	display: block;
  font-weight: normal;
  color: #000000;
  /*font-style: italic;*/
  /*font-family: 'Corinthia', cursive;*/
  margin-bottom: 3px;
  font-size: 16px;
}
.float-menu #gnav-wrap ul li a strong{
  color: #fff;
  font-weight: bold;
}
#gnav-wrap ul li a span{
	font-size: 70%;
  color: #7d7242;
  font-weight: inherit;
  line-height: 120%;
  display: block;
  letter-spacing: .1em;
}
#gnav-wrap ul li ul {
  display: none;
}
#gnav-wrap ul li:hover ul {
  display: block;
  position: absolute;
  top: 43px;
  left: 0;
  z-index: 500;
}
nav.globalMenuSp ul li:hover ul {
  padding: 0;
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 500;
  transition: .4s all;
}
nav.globalMenuSp ul li:hover ul ul {
  top: 40px;
}
#gnav-wrap ul li:hover ul li, nav.globalMenuSp ul li:hover ul li {
  background: var(--main-color);
  border: none;
  width: 230px;
  text-align: left;
  margin-bottom: 0;
  padding: 5px 0 5px 15px;
}
#gnav-wrap ul li:hover ul li ul li, nav.globalMenuSp ul li:hover ul li ul li {
  width: 230px;
  padding: 0 0 0 30px;
}
#gnav-wrap ul li:hover ul li:hover, nav.globalMenuSp ul li:hover ul li:hover {
  background: var(--main-color-dark);
}
#gnav-wrap ul li:hover ul li a::before, nav.globalMenuSp ul li:hover ul li a::before  {
  content: "\e5cc";
  font-size: 16px;
  height: 0;
  font-family: 'Material Icons';
  position: absolute;
  top: 0px;
  left: -5px;
  color: #fff;
  opacity: 1;
}
#gnav-wrap ul li:hover ul li ul li a::before, 
nav.globalMenuSp ul li:hover ul li ul li a::before {
  content: "\e5df";
  font-size: 16px;
  height: 0;
  font-family: 'Material Icons';
  position: absolute;
  top: 0px;
  left: -8px;
  color: #fff;
  opacity: 1;
}

#gnav-wrap ul li:hover ul li a, nav.globalMenuSp ul li:hover ul li a {
  font-size: 14px;
  text-align: inherit;
  display: inherit;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  padding: 0px 7px 0 15px;
  position: relative;
}




.btn-trigger {
  display: none;
}
#gnav-wrap.open {
  display: block;
}
#gnav-wrap.close {
  display: none;
}

.logo-side-nav {
  padding: 0 0 0;
  margin: 15px auto 0!important;
}

.float-menu .logo-side-nav {
  padding: 20px 0 20px;
  margin: 0 auto 0!important;
}
.fixed .logo-side-nav {
  padding: 0 0 0;
  margin: 15px auto 0!important;
}
.fixed .hamburger-menu.logo-side-nav {
  padding: 0 0 0;
  margin: 0 auto 0!important;
}
.logo-side-nav #gnav-wrap {
  padding: 5px 0 10px;
}
.logo-side-nav #gnav-wrap ul {
  padding: 0 0 7px 5%;
}
.logo-side-nav #gnav-wrap ul li a {
  padding: 5px 7px 7px 7px;
}
.logo-side-nav #gnav-wrap ul li a:after {
  bottom: 0px;
}
.logo-side-nav #gnav-wrap ul li a strong{
  font-size: 15px;
}
.logo-side-nav #gnav-wrap ul li a span {
  display: none;
}
.logo-side-nav .bnr-area {
  display: none;
}

.logo-side-nav .header-cvn {
  padding-right: 0;
  margin-top: 0;
}
.logo-side-nav .cvn-box {
  padding-right: 0;
  padding-left: 0%;
  margin-left: 2%;
  margin-bottom: 10px;
}
.logo-side-nav + .gnav {
  display: none;
}


#gnav-wrap ul li:hover ul {
  /*display: none;*/
  top: 28px;
}
#gnav-wrap ul li:hover ul ul {
  /*display: none;*/
  top: 40px;
  padding: 0 0 7px 0;
}


#gnav-wrap ul li:hover ul li a {
  font-size: 14px;
}

.logo-side-nav .conv-area {
  width: 15%;
  padding-bottom: 25px;
  height: 68px;
  margin-left: 15px;
}
.logo-side-nav .conv-area a {
  background: var(--button-header-color);
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  display: block;
  color: #fff;
  border-radius: 4px;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -4px;
  text-align: center;
  font-size: 14px;
}
.logo-side-nav .conv-area a:hover {
  opacity: .8;
  background: var(--main-color);
}

.float-menu .logo-side-nav .conv-area {
  width: 15%;
  padding-bottom: 0;
  height: inherit;
}
.float-menu.fixed .logo-side-nav .conv-area {
  width: 15%;
  padding-bottom: 0;
  padding: 0;
  height: inherit;
}
.float-menu .logo-side-nav .conv-area a {
  background: var(--button-header-color);
  padding: 8px 15px 8px;
  display: block;
  color: #fff;
/*
  border-radius: 3px;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -4px;
*/
  margin-top: 0;
  text-align: center;
  font-size: 16px;
}
.float-menu .logo-side-nav .conv-area a:hover {
  opacity: .8;
  background: var(--main-color);
}


.default-nav .nav, .default-nav .conv-area {
  display: none;
}
@media only screen and (max-width: 1000px){
.header-inner {
  padding: 15px 3%;
}
}
@media only screen and (max-width: 768px) {
header{
	width: 100%;
  position: inherit;
	margin-left: auto;
	margin-right: auto;
  height: inherit;
  background-image: none;
	margin-top: 15px;
}
header.fixed {
  position: inherit;
  top: 0;
  left: 0;
  width: inherit;
  max-width: inherit;
  z-index: inherit;
  padding-bottom: inherit;
  background: inherit;
  border-bottom: inherit;
  box-shadow: inherit;
}
.header-inner {
  display:block;
	max-width: inherit;
  width: 100%;
  padding: 10px 0 0 0;
}
.float-menu {
  padding: 0 0 20px;
  margin-top: 0;
}
.home .float-menu .header-inner {
  padding: 15px 3% 10px;
  background: rgba(255,255,255,0.5);
  border-top: none;
  border-bottom: none;
}
header .logo-side-nav .cvn-box {
  padding-left: 0;
  margin-left: 0;
}
header .logo-side-nav .header-logo  {
  width: 100%;
}
header .hamburger-menu .header-logo  {
  width: 90%!important;
}
header .header-logo  {
  width: 100%;
  margin: 0;
  text-align: center;
}
header .header-logo img {
  width: 60%;
  height: auto;
}
.nav {
  display: none;
}

.home .float-menu, .home .float-menu.fixed  {
  position: inherit;
  margin-top: 0;
  padding: 0 0 0;
}
.float-menu.hamburger-main.fixed  {
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.0));
}
.float-menu.hamburger-main.fixed .hamburger-menu {
  padding: 0 15px 0;
}

/* ======================================================================
header
========================================================================= */
	
/* ======================================================================
.gnav-wrap
======================================================================*/
#gnav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
  line-height: 0;
}
.logo-side-nav .conv-area {
  margin: 0 auto;
  height: inherit;
  width: 80%;
}
.float-menu .logo-side-nav .conv-area {
  width: 80%;
}
.logo-side-nav .conv-area a {
  background: var(--button-header-color);
  padding: 15px 10px 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -4px;
  margin-top: -6px;
  text-align: center;
  font-size: 16px;
  font: bold;
}

.cvn-box, .header-cvn {
  display: flex;
  border: none;
  width: 100%;
}
header .bnr-area {
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}
header .right-area {
  width: 100%;
  margin: 20px 0 10px;
}
header .right-area .sns-box {
  margin-bottom: 15px;
}
header .right-area .free-box {
  margin-bottom: 10px;
  margin-left: 0;
  display: inherit;
  text-align: center;
}
.default-nav .right-area {
  width: 100%;
  margin: 20px 0 10px;
}
header .right-area .header-free {
  text-align: center;
}
header .right-area .cvn-sns {
  display: inherit; /* of flex （順序を逆にする場合）*/
  flex-direction: column-reverse;
  align-items: center;
}
header .right-area .cvn-sns .header-cvn {
	text-align: center;
	margin-bottom: 15px;
  margin-left: 0;
}
header .right-area .sns-box {
  text-align: center;
  margin-left: 0;
  display: inherit;
}
header .right-area .sns-box img {
  height: 30px;
  margin: 0 3px 0;
}
header .right-area .search-box {
  margin: 0 0 10px 0;
  display: inherit;
}
.cvn-box div, .header-cvn div {
	text-align: center;
  width: 95%;
  margin-right: 2.5%!important;
  margin-left: 2.5%!important;
}
.cvn-box div.cvn-box__area1 a,
.cvn-box div.cvn-box__tel a,
.cvn-box div.cvn-box__contact a,
.right-area .cvn-sns .header-cvn div.cvn-box__tel a,
.right-area .cvn-sns .header-cvn div.cvn-box__contact a {
	padding: 10px 15px 10px 35px;
  font-size: 16px;
  background-size: 35px;
  background-position: center left 15px;
}

.cvn-box div a:before {
  left: 25px;
  color: #fff;
  transform: translateY(-50%);
  font-size: 30px;
}
.cvn-box__area1 {
  width: 30%;
  padding: 0;
  margin-right: 0;
  margin: 0 auto 20px;
	display: none;
}
.cvn-box__tel {
}
.cvn-box__contact {
}
.default-nav {
  margin-top: 10px!important;
}
.default-nav .right-area .btn-right {
  text-align: center;
}

/* SPだけナビ*/	

.sp_navi {
  display: block;
  z-index: 9999;
}
.sp_navi ul {
	width: 100%;
  background-color: #fff;
  overflow: hidden;
  margin: 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sp_navi ul li {
	margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  width: 33.333%;
  display: inline-block;
}
.sp_navi ul li.current_page_item, .sp_navi ul li.current-menu-item {
	background-color: var(--main-color-thin);
}


.sp_navi ul li:nth-child(3n) a {
	border-right: none;
}

.sp_navi ul li a:hover {
	background-color: var(--main-color);
	text-decoration: underline;
	color: #fff;
}
.sp_navi ul li a:hover span {
	color: #fff;
}

.sp_navi ul li a{
	font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000;
  display: block;
	padding: 12px 0 12px;
}
.sp_navi ul li a strong{
	font-size: 13px;
	font-weight: normal;
}
.sp_navi ul li a span{
	font-size: 10px;
  color: var(--main-color);
	display: block;
	margin-top: 5px;
}
}
/* ======================================================================
.gnav-wrap
======================================================================*/

/* ======================================================================
ハンバーガーメニューボタン
======================================================================*/
.hamburger-menu {
  margin-left: 20px!important;
  margin-top: 15px!important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 0px;
  top   : 0px;
  width : 70px;
  height: 66px;
  cursor: pointer;
  text-align: center;
  background: var(--main-color-dark);
  border-radius: 0 0 0 15px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 36px;
  height  : 2px ;
  left  : 18px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition  : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 16px;
}
.hamburger span:nth-child(2) {
  top: 30px;
}
.hamburger span:nth-child(3) {
  top: 44px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 30px;
  left: 18px;
  background :var(--main-color-dark);
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform  : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 30px;
  background :var(--main-color-dark);
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform  : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: var(--main-color-dark);
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 20px 5%;
  width: 100%;
  display: flex;
}
nav.globalMenuSp ul ul {
  display: none;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
  position: relative;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}


nav.globalMenuSp ul li a, nav.globalMenuSp ul li a:hover {
  display: block;
  color: #fff;
  padding: .5em 0;
  text-decoration :none;
  font-size: 16px;
}
nav.globalMenuSp ul li a:hover {
  opacity: .7;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  border-bottom: none;
  transform: translateY(0%);
}
header .hamburger-menu .right-area nav {
  display: none;
}

header .hamburger-menu + .gnav {
  display: none;
}
header.hamburger-main + .sp_navi {
  display: none;
}
header .header-inner .hamburger, header .header-inner .hamburger .globalMenuSp {
  display: none;
}
header .hamburger-menu .right-area {
  width: 66%;
  margin-left: 5%;
  margin-right: 100px;
}
@media only screen and (max-width: 768px){
.hamburger-menu {
  margin-left: 0px!important;
  margin-right: 0px!important;
  margin-top: 20px!important;
  display: block;
}
header .hamburger-menu .right-area {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}
header .hamburger-menu .right-area .btn-right {
  text-align:center;
}
nav.globalMenuSp {
  padding: 20px;
}
nav.globalMenuSp > ul {
  display: block;
  padding: 15px 0% 25px;
}

nav.globalMenuSp > ul > li {
  width: 100%;
}
nav.globalMenuSp ul ul {
  display: block; /*第3階層以下を非表示にする場合　display: none*/
  background: var(--main-color);
  padding: 10px 5%;
  text-align: left;
  position: relative;
}
nav.globalMenuSp ul ul::before {
  content: "";
  border-top: 7px solid var(--main-color-dark);
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
nav.globalMenuSp ul li {
  width: inherit;
  border-bottom: 1px dotted #fff;
}
nav.globalMenuSp ul li:hover ul {
  display: block;
  position: inherit;
  padding: 10px 5%;
  top: 0;
  left: 0;
}

nav.globalMenuSp ul li:hover ul li {
/*
  border: none;
  width: inherit;
  margin-bottom: 0;
  padding: 5px 0 5px 15px;
  text-align: left;
*/
}
nav.globalMenuSp ul ul li a, nav.globalMenuSp ul li:hover ul li a {
  font-size: 14px;
  text-align: inherit;
  display: inline-block;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
  padding: 0px 7px 0 15px;
  position: relative;
}
nav.globalMenuSp ul ul li, nav.globalMenuSp ul li:hover ul li  {
  border: none;
  width: inherit;
  margin-bottom: 0;
  padding: 5px 10px 5px 10px;
  text-align: left;
  display: inline;
}
  nav.globalMenuSp > ul > li > a:after {
  display: none;
  }

  
nav.globalMenuSp ul li ul li a::before {
  content: "\e5cc";
  font-size: 16px;
  height: 0;
  font-family: 'Material Icons';
  position: absolute;
  left: -5px;
  color: #fff;
  opacity: 1;
}
nav.globalMenuSp ul ul ul {
  display: none!important;
}
nav.globalMenuSp .cvn-box {
  display: flex;
}
}

@media only screen and (max-width: 768px) {

}




/*------------　KV　------------*/

.main_back {margin-top: 0px;}
.mainImg {}


/*---- 動画　----*/
.main-video {
	width: 100%;
	height: auto;
	margin: 0 auto;
}





/*--------------------------------Common--------------------------------*/




p, .cst, .cassette-pattern div {
	margin-bottom: 25px;
	line-height: 1.7em;
}


/*----フォントサイズ----*/
.font-size-12 { font-size:12px!important; }
.font-size-14 { font-size:14px!important; }
.font-size-15 { font-size:15px!important; }
.font-size-16 { font-size:16px!important; }
.font-size-17 { font-size:17px!important; }
.font-size-18 { font-size:18px!important; }
.font-size-20 { font-size:20px!important; }
.font-size-22 { font-size:22px!important; }
.font-size-24 { font-size:24px!important; }
.font-size-26 { font-size:26px!important; }
.font-size-28 { font-size:28px!important; }
.font-size-32 { font-size:32px!important; }
@media only screen and (max-width: 768px){
.font-size-20 { font-size:18px!important; }
.font-size-22 { font-size:20px!important; }
.font-size-24 { font-size:20px!important; }
.font-size-26 { font-size:24px!important; }
.font-size-28 { font-size:24px!important; }
.font-size-32 { font-size:26px!important; }
}

/*----テキスト　line-height----*/
.line-height-1 { line-height: 1.0rem!important; }
.line-height-1-1 { line-height: 1.1rem!important; }
.line-height-1-2 { line-height: 1.2rem!important; }
.line-height-1-3 { line-height: 1.3rem!important; }
.line-height-1-4 { line-height: 1.4rem!important; }
.line-height-1-5 { line-height: 1.5rem!important; }
.line-height-1-6 { line-height: 1.6rem!important; }
.line-height-1-7 { line-height: 1.7rem!important; }
.line-height-1-8 { line-height: 1.8rem!important; }
.line-height-1-9 { line-height: 1.9rem!important; }
.line-height-2-0 { line-height: 2.0rem!important; }




/*----部分的にマージン・パディング調整----*/

.mgn-top-00 { margin-top: 0px!important; }
.mgn-top-05 { margin-top: 5px!important; }
.mgn-top-10 { margin-top: 10px!important; }
.mgn-top-20 { margin-top: 20px!important; }
.mgn-top-30 { margin-top: 30px!important; }
.mgn-top-40 { margin-top: 40px!important; }
.mgn-top-50 { margin-top: 50px!important; }
.mgn-top-60 { margin-top: 60px!important; }
.mgn-top-70 { margin-top: 70px!important; }
.mgn-top-80 { margin-top: 80px!important; }
.mgn-top-90 { margin-top: 90px!important; }
.mgn-top-100 { margin-top: 100px!important; }

.mgn-btm--10 { margin-bottom: -10px!important; }/*----iflame等----*/
.mgn-btm-00 { margin-bottom: 0px!important; }
.mgn-btm-05 { margin-bottom: 5px!important; }
.mgn-btm-10 { margin-bottom: 10px!important; }
.mgn-btm-20 { margin-bottom: 20px!important; }
.mgn-btm-30 { margin-bottom: 30px!important; }
.mgn-btm-40 { margin-bottom: 40px!important; }
.mgn-btm-50 { margin-bottom: 50px!important; }
.mgn-btm-60 { margin-bottom: 60px!important; }
.mgn-btm-70 { margin-bottom: 70px!important; }
.mgn-btm-80 { margin-bottom: 80px!important; }
.mgn-btm-90 { margin-bottom: 90px!important; }
.mgn-btm-100 { margin-bottom: 100px!important; }

@media only screen and (max-width: 768px){
.mgn-top-30 { margin-top: 20px!important; }
.mgn-top-40 { margin-top: 20px!important; }
.mgn-top-50 { margin-top: 30px!important; }
.mgn-top-60 { margin-top: 30px!important; }
.mgn-top-70 { margin-top: 40px!important; }
.mgn-top-80 { margin-top: 40px!important; }
.mgn-top-90 { margin-top: 50px!important; }
.mgn-top-100 { margin-top: 50px!important; }

.mgn-btm-30 { margin-bottom: 20px!important; }
.mgn-btm-40 { margin-bottom: 20px!important; }
.mgn-btm-50 { margin-bottom: 30px!important; }
.mgn-btm-60 { margin-bottom: 30px!important; }
.mgn-btm-70 { margin-bottom: 40px!important; }
.mgn-btm-80 { margin-bottom: 40px!important; }
.mgn-btm-90 { margin-bottom: 50px!important; }
.mgn-btm-100 { margin-bottom: 50px!important; }
  
/*----SPのみ----*/
.mgn-btm-00-sp { margin-bottom: 0px!important; }
.mgn-btm-05-sp { margin-bottom: 5px!important; }
.mgn-btm-10-sp { margin-bottom: 10px!important; }
.mgn-btm-20-sp { margin-bottom: 20px!important; }
.mgn-btm-30-sp { margin-bottom: 30px!important; }
.mgn-btm-40-sp { margin-bottom: 40px!important; }
.mgn-btm-50-sp { margin-bottom: 50px!important; }
.mgn-btm-60-sp { margin-bottom: 60px!important; }
.mgn-btm-70-sp { margin-bottom: 70px!important; }
.mgn-btm-80-sp { margin-bottom: 80px!important; }
.mgn-btm-90-sp { margin-bottom: 90px!important; }
.mgn-btm-100-sp { margin-bottom: 100px!important; }
}



.pad-top-00 { padding-top: 0px!important; }
.pad-top-10 { padding-top: 10px!important; }
.pad-top-20 { padding-top: 20px!important; }
.pad-top-30 { padding-top: 30px!important; }
.pad-top-40 { padding-top: 40px!important; }
.pad-top-50 { padding-top: 50px!important; }
.pad-top-60 { padding-top: 60px!important; }
.pad-top-70 { padding-top: 70px!important; }
.pad-top-80 { padding-top: 80px!important; }
.pad-top-90 { padding-top: 90px!important; }
.pad-top-100 { padding-top: 100px!important; }

.pad-btm-00 { padding-bottom: 0px!important; }
.pad-btm-10 { padding-bottom: 10px!important; }
.pad-btm-20 { padding-bottom: 20px!important; }
.pad-btm-30 { padding-bottom: 30px!important; }
.pad-btm-40 { padding-bottom: 40px!important; }
.pad-btm-50 { padding-bottom: 50px!important; }
.pad-btm-60 { padding-bottom: 60px!important; }
.pad-btm-70 { padding-bottom: 70px!important; }
.pad-btm-80 { padding-bottom: 80px!important; }
.pad-btm-90 { padding-bottom: 90px!important; }
.pad-btm-100 { padding-bottom: 100px!important; }

@media only screen and (max-width: 768px){
.pad-top-30 { padding-top: 20px!important; }
.pad-top-40 { padding-top: 20px!important; }
.pad-top-50 { padding-top: 30px!important; }
.pad-top-60 { padding-top: 30px!important; }
.pad-top-70 { padding-top: 40px!important; }
.pad-top-80 { padding-top: 40px!important; }
.pad-top-90 { padding-top: 50px!important; }
.pad-top-100 { padding-top: 50px!important; }

.pad-btm-30 { padding-bottom: 20px!important; }
.pad-btm-40 { padding-bottom: 20px!important; }
.pad-btm-50 { padding-bottom: 30px!important; }
.pad-btm-60 { padding-bottom: 30px!important; }
.pad-btm-70 { padding-bottom: 40px!important; }
.pad-btm-80 { padding-bottom: 40px!important; }
.pad-btm-90 { padding-bottom: 50px!important; }
.pad-btm-100 { padding-bottom: 50px!important; }
}

.pad-side-10 { padding-left: 10px!important; padding-right: 10px!important; }
.pad-side-20 { padding-left: 20px!important; padding-right: 20px!important; }
.pad-side-30 { padding-left: 30px!important; padding-right: 30px!important; }
.pad-side-40 { padding-left: 40px!important; padding-right: 40px!important; }
.pad-side-50 { padding-left: 50px!important; padding-right: 50px!important; }



/*-- inner削除時に使用 --*/
.pad-left-10pct { padding-left: 10%!important; }
.pad-left-11pct { padding-left: 11%!important; }
.pad-left-12pct { padding-left: 12%!important; }
.pad-left-13pct { padding-left: 13%!important; }
.pad-left-14pct { padding-left: 14%!important; }
.pad-right-10pct { padding-right: 10%!important; }
.pad-right-11pct { padding-right: 11%!important; }
.pad-right-12pct { padding-right: 12%!important; }
.pad-right-13pct { padding-right: 13%!important; }
.pad-right-14pct { padding-right: 14%!important; }

@media only screen and (max-width: 768px){
.pad-btm-30, .pad-btm-40, .pad-btm-50 { padding-bottom: 30px!important; }
.pad-side-30, .pad-side-40, .pad-side-50 { padding-left: 30px!important; padding-right: 30px!important; box-sizing: border-box; }
/*-- inner削除時 --*/
.pad-left-10pct, .pad-left-11pct, .pad-left-12pct, .pad-left-13pct, .pad-left-14pct { padding-left: 6%!important; padding-right: 6%!important; }
.pad-right-10pct, .pad-right-11pct, .pad-right-12pct, .pad-right-13pct, .pad-right-14pct { padding-left: 6%!important; padding-right: 6%!important; }
}


/*----テキスト　align----*/
.txt-align-ctr { text-align: center!important; }
.txt-align-lft { text-align: left!important; }
.txt-align-rgt { text-align: right!important; }


/*----テキストカラー----*/
.txt-coler-black { color: #000!important; }
.txt-coler-white { color: #fff!important; }
.txt-coler-red { color: #f00!important; }


/*----画像　大きさ調整----*/
img.w100pct { width: 100%!important; }
img.w95pct { width: 95%!important; }
img.w90pct { width: 90%!important; }
img.w85pct { width: 85%!important; }
img.w80pct { width: 80%!important; }
img.w75pct { width: 75%!important; }
img.w70pct { width: 70%!important; }
img.w65pct { width: 65%!important; }
img.w60pct { width: 60%!important; }

img.w95pct-sp100 { width: 95%!important; }
img.w90pct-sp100 { width: 90%!important; }
img.w85pct-sp100 { width: 85%!important; }
img.w80pct-sp100 { width: 80%!important; }
img.w75pct-sp100 { width: 75%!important; }
img.w70pct-sp100 { width: 70%!important; }
img.w65pct-sp100 { width: 65%!important; }
img.w60pct-sp100 { width: 60%!important; }
img.w55pct-sp100 { width: 55%!important; }
img.w50pct-sp100 { width: 50%!important; }
img.w40pct-sp100 { width: 40%!important; }
img.w30pct-sp100 { width: 30%!important; }
@media only screen and (max-width: 768px){
   img.w95pct-sp100,img.w90pct-sp100,img.w85pct-sp100,img.w80pct-sp100,img.w75pct-sp100,img.w70pct-sp100,img.w65pct-sp100,img.w60pct-sp100,img.w55pct-sp100,img.w50pct-sp100,img.w40pct-sp100,img.w30pct-sp100 { width: 100%!important; }
}

/*----テキスト　color----*/
.clr_white { color: #fff; }


/*----文字幅----*/
.t-scale-95 { display: inline-block; transform: scale(0.95, 1.1); width: 105.26%; transform-origin: top left; }
.t-scale-90 { display: inline-block; transform: scale(0.90, 1.1); width: 111.11%; transform-origin: top left; }
.t-scale-85 { display: inline-block; transform: scale(0.85, 1.1); width: 117.64%; transform-origin: top left; }
.t-scale-80 { display: inline-block; transform: scale(0.80, 1.1); width: 125%; transform-origin: top left; }
.t-scale-75 { display: inline-block; transform: scale(0.75, 1.1); width: 133.33%; transform-origin: top left; }
.t-scale-70 { display: inline-block; transform: scale(0.70, 1.1); width: 142.85%; transform-origin: top left; }
.t-scale-65 { display: inline-block; transform: scale(0.65, 1.1); width: 153.84%; transform-origin: top left; }
.t-scale-60 { display: inline-block; transform: scale(0.60, 1.1); width: 166.66%; transform-origin: top left; }
@media only screen and (max-width: 768px){
.t-scale-95,.t-scale-90,.t-scale-85,.t-scale-80,.t-scale-75,.t-scale-70,.t-scale-65,.t-scale-60 { 
	display: inherit; 
	transform: inherit; 
	width: inherit; 
	transform-origin: inherit; 
}
}

/*----文字間----*/
.l-space-025em-cls { letter-spacing: -0.25em; }
.l-space-02em-cls { letter-spacing: -0.2em; }
.l-space-015em-cls { letter-spacing: -0.15em; }
.l-space-01em-cls { letter-spacing: -0.1em; }
.l-space-005em-cls { letter-spacing: -0.05em; }

.l-space-01em-opn { letter-spacing: 0.1em; }
.l-space-02em-opn { letter-spacing: 0.2em; }
.l-space-03em-opn { letter-spacing: 0.3em; }
.l-space-04em-opn { letter-spacing: 0.4em; }
.l-space-05em-opn { letter-spacing: 0.5em; }
.l-space-06em-opn { letter-spacing: 0.6em; }
.l-space-07em-opn { letter-spacing: 0.7em; }
.l-space-08em-opn { letter-spacing: 0.8em; }
.l-space-09em-opn { letter-spacing: 0.9em; }
.l-space-10em-opn { letter-spacing: 1.0em; }

@media only screen and (max-width: 768px){
.l-space-025em-cls, .l-space-02em-cls, .l-space-015em-cls, .l-space-01em-cls, .l-space-005em-cls, .l-space-01em-opn, .l-space-02em-opn, .l-space-03em-opn, .l-space-04em-opn, .l-space-05em-opn, .l-space-06em-opn, .l-space-07em-opn, .l-space-08em-opn, .l-space-09em-opn, .l-space-10em-opn { 
	letter-spacing: inherit;
}
}
/* ========================================================
animation
===================================================== */

/* ===　フェードイン　=== 要素に「fadein」を追加
例）
<div class="fadein (左からの場合「Left」も)">hoge</div>
<div class="fadein Left">hoge</div>
*/
.fadein {
  opacity: 0;
  transform : translate(0, 35px); /*100px下から*/
  transition : all .65s;
}
.fadein.Left {
  opacity: 0;
  transform : translate(-35px, 0); /*100px左から*/
}
.fadein.Left-Btm {
  opacity: 0;
  transform : translate(-20px, 30px); /*100px左下から*/
}
.fadein.Right {
  opacity: 0;
  transform : translate(35px, 0); /*100px右から*/
}
.fadein.Right-Btm {
  opacity: 0;
  transform : translate(20px, 30px); /*100px右下から*/
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}


/* ===　ぼかしから表示　=== 要素に「blur」を追加*/
.blur{
  transition: all .65s;
  filter: blur(35px);/* ぼかしから表示（ぼかし度） */
	opacity: 0;
}
.blur.scrollin-blur{
	filter: blur(0);
	opacity: 1;
}


/* ===　回転しながら表示　=== 要素に「rotation ～～」を追加
例）
<div class="rotation rotation-x">hoge</div>
*/
.rotation {
  transition: all 0.7s;
  opacity: 0;
}
.rotation.rotation-x{
  transform: rotateX(180deg);/* ↓↑ 縦回転 ↓↑*/
}
.rotation.rotation-y{
  transform: rotateY(120deg);/* → 横回転 ← */
}
.rotation.rotation-clockwise{
  transform: rotate(-25deg);/* ↑ 時計周り回転 ↓ */
}
.rotation.rotation-counterclockwise{
  transform: rotate(25deg);/* ↓ 逆時計周り回転 ↑ */
}
.rotation.scrollin-rotation{
  transform: translate(0, 0)!important;
  opacity: 1!important;
}

/* ===　時差表示アニメーション　===　連続する要素の親要素に「timing」を追加 
例）
<div class="cassetteCol4.no-mgn timing">
<div class="cst fadein">hoge</div>
<div class="cst fadein">hoge</div>
<div class="cst fadein">hoge</div>
<div class="cst fadein">hoge</div>
</div>

*/
.timing > div:first-child, .timing > div:first-child > p, .timing > div:first-child img, .timing > p:first-child, .timing > img:first-child {
	transition-delay: 0s;
}
.timing > div:nth-child(2), .timing > div:nth-child(2) > p, .timing > div:nth-child(2) img, .timing > p:nth-child(2), .timing > img:nth-child(2){
	transition-delay: .2s;
}
.timing > div:nth-child(3), .timing > div:nth-child(3) > p, .timing > div:nth-child(3) img, .timing > p:nth-child(3), .timing > img:nth-child(3){
	transition-delay: .4s;
}
.timing > div:nth-child(4), .timing > div:nth-child(4) > p, .timing > div:nth-child(4) img, .timing > p:nth-child(4), .timing > img:nth-child(4){
	transition-delay: .6s;
}
.timing > div:nth-child(5), .timing > div:nth-child(5) > p, .timing > div:nth-child(5) img, .timing > p:nth-child(5), .timing > img:nth-child(5){
	transition-delay: .8s;
}
.timing > div:nth-child(6), .timing > div:nth-child(6) > p, .timing > div:nth-child(6) img, .timing > p:nth-child(6), .timing > img:nth-child(6){
	transition-delay: 1s;
}
.timing > div:nth-child(7), .timing > div:nth-child(7) > p, .timing > div:nth-child(7) img, .timing > p:nth-child(7), .timing > img:nth-child(7){
	transition-delay: 1.2s;
}
.timing > div:nth-child(8), .timing > div:nth-child(8) > p, .timing > div:nth-child(8) img, .timing > p:nth-child(8), .timing > img:nth-child(8){
	transition-delay: 1.4s;
}
.timing > div:nth-child(9), .timing > div:nth-child(9) > p, .timing > div:nth-child(9) img, .timing > p:nth-child(9), .timing > img:nth-child(9){
	transition-delay: 1.6s;
}
.timing > div:nth-child(10), .timing > div:nth-child(10) > p, .timing > div:nth-child(10) img, .timing > p:nth-child(10), .timing > img:nth-child(10){
	transition-delay: 1.8s;
}
.link-box.timing > div img {
	transition-delay: 0s;
}

.post-col.timing > div:first-child img, .post-col.timing > div:nth-child(2) img, .post-col.timing > div:nth-child(3) img, .post-col.timing > div:nth-child(4) img, .post-col.timing > div:nth-child(5) img, .post-col.timing > div:nth-child(6) img, .post-col.timing > div:nth-child(7) img, .post-col.timing > div:nth-child(8) img, .post-col.timing > div:nth-child(9) img, .post-col.timing > div:nth-child(10) img{
	transition-delay: 0s;
}



/* ===　文字の時差表示アニメーション（30文字まで）===　連続する文字の親要素に「timing」を追加 
例）
<h3 class="timing">
<span class="fadein blur">L</span>
<span class="fadein blur">o</span>
<span class="fadein blur">v</span>
<span class="fadein blur">e</span>
</h3>
*/
/*.timing > span {display: inline-block!important; line-height: 0;}*/
.timing > span:first-child { transition-delay: .05s; }
.timing > span:nth-child(2) { transition-delay: .1s; }
.timing > span:nth-child(3) { transition-delay: .15s; }
.timing > span:nth-child(4) { transition-delay: .2s; }
.timing > span:nth-child(5) { transition-delay: .25s; }
.timing > span:nth-child(6) { transition-delay: .3s; }
.timing > span:nth-child(7) { transition-delay: .35s; }
.timing > span:nth-child(8) { transition-delay: .4s; }
.timing > span:nth-child(9) { transition-delay: .45s; }
.timing > span:nth-child(10) { transition-delay: .5s; }
.timing > span:nth-child(11) { transition-delay: .55s; }
.timing > span:nth-child(12) { transition-delay: .6s; }
.timing > span:nth-child(13) { transition-delay: .65s; }
.timing > span:nth-child(14) { transition-delay: .7s; }
.timing > span:nth-child(15) { transition-delay: .75s; }
.timing > span:nth-child(16) { transition-delay: .8s; }
.timing > span:nth-child(17) { transition-delay: .85s; }
.timing > span:nth-child(18) { transition-delay: .9s; }
.timing > span:nth-child(19) { transition-delay: 1.0s; }
.timing > span:nth-child(20) { transition-delay: 1.05s; }
.timing > span:nth-child(21) { transition-delay: 1.1s; }
.timing > span:nth-child(22) { transition-delay: 1.15s; }
.timing > span:nth-child(23) { transition-delay: 1.2s; }
.timing > span:nth-child(24) { transition-delay: 1.25s; }
.timing > span:nth-child(25) { transition-delay: 1.3s; }
.timing > span:nth-child(26) { transition-delay: 1.35s; }
.timing > span:nth-child(27) { transition-delay: 1.4s; }
.timing > span:nth-child(28) { transition-delay: 1.45s; }
.timing > span:nth-child(29) { transition-delay: 1.5s; }
.timing > span:nth-child(30) { transition-delay: 1.55s; }


/* ====　animation　==== */





/*----文字シャドー----*/
.text-shadow-01 {/*左の値から＝＝横に〇px・縦に〇px・ぼかし〇px・影の色#〇〇〇〇〇〇*/
  text-shadow: 1px 2px 3px #000;
}
/*----文字グロー----*/
.text-glow-01 {/*左の値から＝＝横に〇px・縦に〇px・ぼかし〇px・影の色#〇〇〇〇〇〇　ｘ4方向*/
  text-shadow: 1px 1px 5px #d7c7b3, -1px -1px 5px #d7c7b3, -1px 1px 5px #d7c7b3, 1px -1px 5px #d7c7b3;
}

/*------------ボタン------------*/
.content-btn-area {
  margin: 0 0 0;
  /*padding: 15px 15px 5px;*/
  /*background: #f5f2f2;*/
}
.content-btn-area a {
  position: relative;
}
.content-btn-area.btn-center {
  text-align: center;
}
.content-btn-area.btn-left {
  text-align: left;
}
.content-btn-area.btn-right {
  text-align: right;
}

.content-btn {
  display: inline-block;
  margin: 0 5px 10px 5px;
  line-height: inherit!important;
}
.content-btn a {
  border-radius: 0px;
  display: inline-block;
  padding: 6px 50px 6px 30px;
  color: var(--button-color);
  background-color: #fff;
  border: 1px solid var(--button-color);
  transition: all 0.25s;
}
.content-btn.line a {
  border-radius: 0px;
  color: var(--button-color);
  background-color: inherit;
  border: none;
  border-bottom: double 4px var(--button-color);
/*  border-top: 1px solid var(--button-color);*/
  transition: all 0.25s;
}
.content-btn.no-bdr a {
  border-radius: 0px;
  color: var(--button-color);
  background-color: #fff;
  border: none;
  transition: all 0.25s;
}
.content-btn a:hover, .active {
  background-color: var(--button-color);
  color: #fff!important;
  text-decoration: none;
}
.content-btn.line a:hover, .active {
/*
  background-color: #fff;
  color: var(--button-color)!important;
*/
  border-bottom: double 4px #ffffff;
  text-decoration: none;
}
.content-btn a:active {
  top: 2px;
}

.content-btn-color {
  display: inline-block;
  margin: 0 5px 10px 5px;
  line-height: inherit!important;
}
.content-btn-color a {
  border-radius: 0px;
  display: inline-block;
  padding: 6px 50px 6px 30px;
  color: #fff;
  background-color: var(--button-color);
  border: 1px solid var(--button-color);
  transition: all 0.25s;
}
.content-btn-color a:hover {
  background-color: #fff;
  color: var(--button-color)!important;
  text-decoration: none;
}
.content-btn-color a:active {
  top: 2px;
}

/*----アニメーチョンボタン----*/
.anime-btn {
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}
.anime-op {
  background: #fff;
}
.anime-op::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--button-color);
  transition: all 0.3s ease;
}
a.anime-op:hover, .active {
  background-color: #fff;
  color: #fff!important;
  text-decoration: none;
}
.anime-op:hover::before {
  left: auto;
  right: 0;
  width: 100%;
}
.anime-op:active {
  top: 2px;
}


a.s-small {
  font-size: 12px;
  padding: 4px 25px 4px 10px;
}
a.small {
  font-size: 14px;
  padding: 5px 35px 5px 15px;
}
a.middle {
  font-size: 16px;
}
a.large {
  font-size: 20px;
  padding: 10px 60px 10px 30px;
}
a.l-large {
  font-size: 24px;
  padding: 13px 60px 13px 30px;
}

/*----ボタンアイコンベース----*/
.content-btn-area a::after {
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.content-btn-area a.s-small::after {
  right: 5px;
  font-size: 16px!important;
}
.content-btn-area a.small::after {
  right: 10px;
  font-size: 18px!important;
}
.content-btn-area a.large::after {
  font-size: 26px!important;
}
.content-btn-area a.l-large::after {
  font-size: 30px!important;
}
/*----ボタンアイコン----*/
.content-btn-area a.allow:after {
  content: "\e5cc";/*矢印「＞」*/
  font-size: 20px;
}
a.allow:after, a.allow-double:after, a.allow-east:after, a.allow-circle:after {
  transition: transform 0.3s;
}
a:hover.allow:after, a:hover.allow-double:after, a:hover.allow-east:after, a:hover.allow-circle:after {
  transform: translateX(5px) translateY(-50%);
}
.content-btn-area a.email:after {
  content: "\e158";/*Eメール*/
  font-size: 20px;
}
.content-btn-area a.phone:after {
  content: "\e61d";/*電話「phone」*/
  font-size: 22px;
}
.content-btn-area a.s-small:after {
  font-size: 18px;
}
.content-btn-area a.allow-double:after {
  content: "\eac9";/*矢印「>>」*/
  font-size: 20px;
}
.content-btn-area a.allow-east:after {
  content: "\e5c8";/*矢印「➡」*/
  font-size: 20px;
}
.content-btn-area a.allow-east-new-window:after {
  content: "\e5c8";
  font-size: 20px;
  transform: rotate(-45deg) translateY(-59%);
  top: 44%;
  right: 5px;
}
.content-btn-area a.allow-circle:after {
  content: "\e1c4";/*〇付矢印「➡」*/
  font-size: 20px;
}
.content-btn-area a.new-window:after {
  content: "\e89e";/*別ウィンドウ*/
  font-size: 20px;
  top: 50%!important;
  right: 20px!important;
}
.content-btn-area a.check:after {
  content: "\f091";/*チェック「✓」*/
  font-size: 22px;
}
.content-btn-area a.check-box:after {
  content: "\e834";/*チェックボックス「✓」*/
  font-size: 22px;
}
.content-btn-area a.shop-cart:after {
  content: "\e8cc";/*ショップカート*/
  font-size: 22px;
}
.content-btn-area a.shop-cart:after {
  content: "\e5d2";/*ハンバーガーメニュー（三）*/
  font-size: 22px;
}

.content-btn-area a.s-small:after {
  font-size: 18px;
}

.content-btn-area a.r-line:after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: -35px;
}

@media only screen and (max-width: 768px){
a.s-small {
  font-size: 12px;
}
a.small {
  font-size: 14px;
}
a.middle {
  font-size: 16px;
}
a.large {
  font-size: 18px;
}
a.l-large {
  font-size: 20px;
}
}

/*----別ウィンドウアイコン----*/

/*
a[target="_blank"] {
  position: relative;
  display: inline-block;
}
a[target="_blank"]::after {
  content: "\e89e";
  font-size: 20px;
  position: absolute;
  font-family: 'Material Icons';
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}
a[target="_blank"]::after img {
  position: relative;
}
a[target="_blank"]::after img::after {
  content: "\e89e";
  font-size: 20px;
  position: absolute;
  font-family: 'Material Icons';
  bottom: 100%;
  right: -30px;
  transform: translateY(-50%);
}
*/

/*------------リスト------------*/
/*----リストアイコンベース----*/
ul.design {
  margin-bottom: 30px;
}
ul.design li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 150%;
}
ul.design li:last-child {
  margin-bottom: 0;
}
ul.design li::before {
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color:var(--main-color);
}
ul.design.radio-btn li {
  padding-left: 25px;
}
ul.design.dot li {
  padding-left: 20px;
}
ul.design.circle li {
  padding-left: 25px;
}
ul.design.check li {
  padding-left: 25px;
}
ul.design.check-outline li {
  padding-left: 30px;
}
ul.design.arrow-right li {
  padding-left: 25px;
}
ul.design.arrow li {
  padding-left: 25px;
}
ul.design.arrow-doubleli {
  padding-left: 27px;
}
/*----リストアイコン----*/

ul.design.radio-btn li::before {
  content: "\e837";/*ラジオボタン*/
  font-size: 16px;
}
ul.design.dot li::before {
  content: "\ef4a";/*ドット*/
  font-size: 10px;
}
ul.design.circle li::before {
  content: "\e57b";/*サークル*/
  font-size: 20px;
}
ul.design.check li::before {
  content: "\e834";/*チェック*/
  font-size: 20px;
}
ul.design.check-outline li::before {
  content: "\e92f";/*チェック　アウトライン*/
  font-size: 20px;
}
ul.design.arrow-right li::before {
  content: "\e5df";/*三角*/
  font-size: 25px;
}
ul.design.arrow li::before {
  content: "\e5cc";/*アロー*/
  font-size: 25px;
}
ul.design.arrow-double li::before {
  content: "\eac9";/*ダブルアロー*/
  font-size: 25px;
}

/*--------PC/SP　切り替え--------*/
.toggle--pc { display: block; }
.toggle--inline-pc { display: inline-block; }
.toggle--sp,.toggle--inline-sp { display: none; }
@media only screen and (max-width: 768px){
.toggle--pc,.toggle--inline-pc  { display: none; }
.toggle--sp { display: block; }
.toggle--inline-sp { display: inline-block; }

.hidd--sp { display: none; }
}



/*----イメージホバー----*/
a img:hover{
cursor:pointer;
opacity:.8;
filter: alpha(opacity=70);  /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;   /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;  /* Safari 1.x */
}
a img.no-hover:hover{
cursor:pointer;
opacity: inherit;   /* Safari 1.x */
}
/*----イメージホバー----*/


/*--------パンくず--------*/
/*
.breadcrumbsArea {
  padding: 10px 0 10px;
  border-bottom: 1px solid #ccc;
}
.breadcrumbs {
  margin-left: auto;
  margin-right: auto;
	padding: 0 0 0;
  font-size: 14px;
}
.breadcrumbs a{
	margin: 0;
	padding: 0;
	text-decoration: underline;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
  color: var(--main-color-dark);
}
.breadcrumbs a span {
  font-weight: bold;
}
.breadcrumbs span {
	font-size: 12px;
  margin-right: 3px;
  margin-left: 3px;
}
@media only screen and (max-width: 768px){
.breadcrumbsArea {
  padding: 7px 0 7px;
}
.breadcrumbs {
  width: 100%;
	padding: 10px 3% 0;
}

}*/
/*--------パンくず--------*/

/*--------ページネーション--------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 50px 0 50px;
}

.pagenav .prev{float:left}
.pagenav .next{float:right;}
#pageLinks{
clear:both;
color:#e2913d;
text-align:center;
}
.pagenav a {
	background: var(--main-color);
  padding: 10px 15px;
  color: #fff;
}
@media only screen and (max-width: 768px){
.col1 .pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 50px 0 0;
}
}
/*--------ページネーション--------*/


/*--------関連・人気--------*/



/* ======================================================================
レイアウト
========================================================================= */


div.cst {
  overflow: inherit;
}

.demo div.cst {
  background: #ccc;
  min-height: 180px;
}

.cassette-pattern img, div.cst img {
  max-width: 100%;
}

.link-box .cst > a {
  background: rgba(0,0,0,0.3);
  color: #fff;
  transition: transform 0.2s;
  position: relative;
  display: block;
  transform: translateY(7px);
  text-decoration: none;
  height: 100%;
}
.link-box .cst > a::after {
  position: absolute;
  width: 150px;
  right: 50%;
  text-align: center;
  margin-right: -75px;
  display: block;
  bottom: -15px;
  padding: 5px 0px;
  background: var(--main-color);
  transform: translateY(-50%);
  content: "Read More";
  font-size: 14px;
}
.cst.post-cst > a::after {
  display: none;
}
.link-box .cst > a:hover {
  opacity: 1 !important;
  transform: translateY(0px);
}
.link-box .cst > a:hover img {
  opacity: .85!important;
}
.link-box .cst > a picture {
  overflow: hidden;
}

.cassetteCol2.link-box .cst > a {
  padding: 30px 30px 45px;
}
.cassetteCol3.link-box .cst > a {
  padding: 0 0 45px;
}
.cassetteCol4.link-box .cst > a {
  padding: 0 0 45px;
}
.cassetteCol5.link-box .cst > a {
  padding: 0 0 45px;
}
.cst > a > p {
  padding: 0 5%;
}
@media only screen and (max-width: 768px){
.cst > a::after {
  width: 110px;
  margin-right: -55px;
  font-size: 14px;
}
.cassetteCol2 .cst > a {
  padding: 0 0 45px;
}
.cassetteCol3 .cst > a {
  padding: 0 0 45px;
}
.cassetteCol4 .cst > a {
  padding: 0 0 45px;
}
.cassetteCol5 .cst > a {
  padding: 0 0 45px;
}
.cst > a h4, .cst > a h5, .cst > a h6 {
  margin-left: 5%;
  margin-right: 5%;
}
}

/*----コンテンツ　縦・横センター----*/
.content-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*----コンテンツ　縦のみセンター----*/
.content-center-y {
  display: flex;
  align-items: center;
}
/*----コンテンツ　縦のみセンター ボトム----*/
.content-center-btm {
  display: flex;
  align-items: flex-end;
}

/*----コンテンツ　オフセット・自由な位置----*/
.content-free {
  position: relative;
}
.content-free img {
  position: absolute;
}


.wrapper {
  padding: 0 0 0;
}

.content_wrap_100 {
  font-size: 16px;
  width: 100%;
  max-width: 1600px; /*最大1600px*/
	margin-left: auto;
  margin-right: auto;
}

/* Full 100% */
/*.header-inner, .inner, .content_wrap_100 .inner, .wp_social_bookmarking_light, .breadcrumbs, .footerLinkInner {
  padding: 0 3% 0;
  margin: 0 auto 0;
}*/

/* Max 1000px */
.header-inner, .inner, .content_wrap_100 .inner, .wp_social_bookmarking_light, .breadcrumbs, .footerLinkInner {
	width: 1100px;/* 1555行付近の　@media only ～～～　も　 1100px　に変える */
  padding-bottom: 0;
  margin: 0 auto 0;
}


.col2-main .inner, .col2-main .content_wrap_100 .inner, .col2-main .wp_social_bookmarking_light, .col2-main .breadcrumbs {
	width: 100%;
  margin: 0 auto 0;
  padding: 0 0% 0;
}
.col2-main .wp_social_bookmarking_light, .col2-main .breadcrumbs {
	width: 100%;
}
.content_wrap_100 .inner-1000 {
	width: 1000px;
  margin: 0 auto 0;
}
.content_wrap_100 .inner-900 {
	width: 1000px;
  padding: 0px 50px;
  margin: 0 auto 0;
}
.content_wrap_100 .inner-800 {
	width: 1000px;
  padding: 0px 100px;
  margin: 0 auto 0;
}
.content_wrap_100 .inner-700 {
	width: 1000px;
  padding: 0px 150px;
  margin: 0 auto 0;
}
.content_wrap_100 .inner-600 {
	width: 1000px;
  padding: 0 200px;
  margin: 0 auto 0;
}
.col2-main .content_wrap_100 .inner-1000 {
	width: 100%;
  padding: 0 0;
  margin: 0 auto 0;
}
.col2-main .content_wrap_100 .inner-900 {
	width: 100%;
  padding: 0 0;
  margin: 0 auto 0;
}
.col2-main .content_wrap_100 .inner-800 {
	width: 100%;
  padding: 0 0;
  margin: 0 auto 0;
}
.col2-main .content_wrap_100 .inner-700 {
	width: 100%;
  padding: 0 0;
  margin: 0 auto 0;
}
.col2-main .content_wrap_100 .inner-600 {
	width: 100%;
  padding: 0 0;
  margin: 0 auto 0;
}

.demo .cassetteCol1 {
  background: #ccc;
  min-height: 180px;
}


/*★★★★------------パターン--------------★★★★*/

.col2, .cassetteCol1, .cassetteCol2, .cassetteCol3, .cassetteCol4, .cassetteCol5, .cassette-pattern {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0 0 50px;
  padding: 0 0;
}
.col2, .col2 .cassetteCol1, .col2 .cassetteCol2, .col2 .cassetteCol3, .col2 .cassetteCol4, .col2 .cassetteCol5, .col2 .cassette-pattern {
  padding: 0 2%;
}

.cassetteCol1 {
  display: inherit;
}

.cassetteCol2.no-mgn, .cassetteCol3.no-mgn, .cassetteCol4.no-mgn, .cassetteCol5.no-mgn,  .cassette-pattern.no-mgn {
  margin: 0 0 0;
}

.post-col {
  flex-wrap: wrap;
}
/*--------------マージン有--------------*/

/*--2カラム--*/
.cassetteCol2 div.cst {
	width: 47.5%;
  margin: 0 2.5% 0 0;
}
.cassetteCol2 div.cst:nth-child(2n) {
	margin:0 0 0 2.5%;
}
.cassetteCol2 div.cst.w50p { width: 50%; margin: 0 auto; }
.cassetteCol2 div.cst.w47-5p { width: 47.5%; margin: 0 auto; }
.cassetteCol2 div.cst.w45p { width: 45%; margin: 0 auto; }
.cassetteCol2 div.cst.w42-5p { width: 42.5%; margin: 0 auto; }
.cassetteCol2 div.cst.w40p { width: 40%; margin: 0 auto; }
.cassetteCol2 div.cst.w35p { width: 35%; margin: 0 auto; }

.cassetteCol2.no-mgn div.cst {
	width: 50%;
  margin: 0 0 0 0;
}
/*--2カラム(投稿一覧)--*/
.cassetteCol2.post-col div.cst {
	width: 47.5%;
  margin: 0 2.5% 5% 0;
  padding-bottom: 10px;
}
.cassetteCol2.post-col div.cst:nth-child(2n) {
	margin:0 0 5% 2.5%;
}
/*--3カラム--*/
.cassetteCol3 div.cst {
	width: 31.4%;
  margin: 0 4% 0 0;
}
.cassetteCol3 div.cst:nth-child(3n) {
	margin:0 0 0 0;
}
.cassetteCol3.no-mgn div.cst {
	width: 33.33%;
  margin: 0 0 0 0;
}
/*--3カラム(投稿一覧)--*/
.cassetteCol3.post-col div.cst {
	width: 31.3%;
  margin: 0 3% 5% 0;
}
.cassetteCol3.post-col div.cst:nth-child(3n) {
  margin: 0 0 5% 0;
}



/*--4カラム--*/
.cassetteCol4 div.cst {
	width: 100%;
  margin: 0 2% 0 0;
}
.cassetteCol4 div.cst:last-child {
	margin:0 0 0 0;
}
.cassetteCol4.no-mgn div.cst {
	width: 25%;
  margin: 0 0 0 0;
}
/*--4カラム(投稿一覧)--*/
.cassetteCol4.post-col div.cst {
	width: 23%;
  margin: 0 2.6% 3% 0;
}
.cassetteCol4.post-col div.cst:nth-child(4n) {
	margin:0 0 3% 0;
}

/*--5カラム--*/
.cassetteCol5 div.cst {
	width: 100%;
  margin: 0 2% 0 0;
}
.cassetteCol5 div.cst:last-child {
	margin:0 0 0 0;
}


.demo .cassette-pattern div {
  background: #ccc;
  min-height: 180px;
}


/*--2カラムパターン　左20%--*/
.cassette-pattern.Lft20-Rgt80 > div:first-child { 
	width: calc(100% - 80%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft20-Rgt80 > div:last-child { 
	width: 80%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左20%--*/
.cassette-pattern.Lft25-Rgt75 > div:first-child { 
	width: calc(100% - 75%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft25-Rgt75 > div:last-child { 
	width: 75%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左30%--*/
.cassette-pattern.Lft30-Rgt70 > div:first-child { 
	width: calc(100% - 70%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft30-Rgt70 > div:last-child { 
	width: 70%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左35%--*/
.cassette-pattern.Lft35-Rgt65 > div:first-child {  
	width: calc(100% - 65%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft35-Rgt65 > div:last-child { 
	width: 65%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左40%--*/
.cassette-pattern.Lft40-Rgt60 > div:first-child {
	width: calc(100% - 60%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft40-Rgt60 > div:last-child { 
	width: 60%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左45%--*/
.cassette-pattern.Lft45-Rgt55 > div:first-child {
	width: calc(100% - 55%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft45-Rgt55 > div:last-child { 
	width: 55%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左55%--*/
.cassette-pattern.Lft55-Rgt45 > div:first-child {
	width: calc(100% - 45%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft55-Rgt45 > div:last-child { 
	width: 45%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左60%--*/
.cassette-pattern.Lft60-Rgt40 > div:first-child {
	width: calc(100% - 40%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft60-Rgt40 > div:last-child { 
	width: 40%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左65%--*/
.cassette-pattern.Lft65-Rgt35 > div:first-child {
	width: calc(100% - 35%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft65-Rgt35 > div:last-child { 
	width: 35%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左70%--*/
.cassette-pattern.Lft70-Rgt30 > div:first-child {
	width: calc(100% - 30%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft70-Rgt30 > div:last-child { 
	width: 30%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左75%--*/
.cassette-pattern.Lft75-Rgt25 > div:first-child {
	width: calc(100% - 25%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft75-Rgt25 > div:last-child { 
	width: 30%;
	margin:0 0 0 0;
}
/*--2カラムパターン　左80%--*/
.cassette-pattern.Lft80-Rgt20 > div:first-child {
	width: calc(100% - 20%);
	margin:0 5% 0 0;
}
.cassette-pattern.Lft80-Rgt20 > div:last-child { 
	width: 20%;
	margin:0 0 0 0;
}


/*--------------マージン無--------------*/







/*--マージン無2カラムパターン　左30%--*/
.cassette-pattern.no-mgn div:first-child { 
	margin:0 0 0 0;
}


/*--------Base--------*/

/*--↑↑↑　セット　↑↑↑--*/


/*--------下層2カラム--------*/
.col2 {
  padding: 50px 0 0;
}
.col2 .col2-side {
  width: 25%; 
  margin: 0 5% 0 0;
}

.col2 .col2-main {
  width: 70%; 
  margin: 0;
}
.side-right .col2 {
	flex-direction: row-reverse;
}
.side-right .col2 .col2-side {
  margin: 0 0 0 5%;
}
@media only screen and (max-width: 1100px){
.header-inner {
	width: 100%;
  padding: 10px 3% 0;
}
.float-menu .logo-side-nav {
  padding: 15px 15px 0;
}
.inner, .content_wrap_100 .inner, .wp_social_bookmarking_light, .breadcrumbs, .content_wrap_100 .inner-1000, .content_wrap_100 .inner-900, .content_wrap_100 .inner-800, .content_wrap_100 .inner-700, .content_wrap_100 .inner-600, .wp_social_bookmarking_light, .footerLinkInner  {
	width: 100%;
  padding: 0px 3% 0;
}
}



@media only screen and (max-width: 768px){
  
/*article .cassetteCol2.no-mgn img,
article .cassetteCol3.no-mgn img,
article .cassetteCol4.no-mgn img,
article .cassetteCol5.no-mgn img{ 
  max-width: 100%!important;
  display: inline-block;
  margin: 0 auto;
}*/
/*article img { 
  max-width: 90%!important;
  display: inline-block;
  margin: 0 5%;
}*/

div.cst img.w90pct,div.cst img.w80pct,div.cst img.w70pct,div.cst img.w60pct,div.cst img.w50pct,div.cst img.w40pct,div.cst img.w30pct { max-width: 80%; }

/*----コンテンツ　縦・横センターリセット----*/
.content-center {
  display: flex;
  justify-content: center;
  align-items: inherit;
}
/*----コンテンツ　オフセット・自由な位置----*/
.content-free {
  position: inherit;
}
.content-free img {
  position: inherit;
}


.inner, .content_wrap_100 .inner, .content_wrap_100 .inner-1000, .content_wrap_100 .inner-900, .content_wrap_100 .inner-800, .content_wrap_100 .inner-700, .content_wrap_100 .inner-600, .wp_social_bookmarking_light {
	width: 94%;
  padding: 0 3% 0;
  margin: 0 auto 0;
  overflow: hidden;
}
.col2 .inner, .col2 .content_wrap_100 .inner, .col2 .content_wrap_100 .inner-1000, .col2 .content_wrap_100 .inner-900, .col2 .content_wrap_100 .inner-800, .col2 .content_wrap_100 .inner-700, .col2 .content_wrap_100 .inner-600, .col2 .wp_social_bookmarking_light {
	width: 100%;
  padding: 0 0 0;
  margin: 0 auto 0;
  overflow: hidden;
}
.col2, .cassetteCol1, .cassetteCol2, .cassetteCol3, .cassetteCol4,.cassetteCol5, .cassette-pattern {
  display: inherit;
  margin: 0 0 0;
  padding: 0 0 0;
}
/*--下層2カラム--*/
.col2 {
  padding: 30px 0 30px;
}
.col2 .col2-side {
  width: 100%;
  margin: 0 0 30px 0;
}
	
.col2 .col2-main {
  width: 100%;
  margin: 0 0 30px 0;
}
.side-right .col2 {
	flex-direction: column;
}
.side-right .col2 .col2-side {
  width: 100%;
  margin: 0;
}

/*--------------マージン有--------------*/
/*--2カラム--*/
.cassetteCol2 div.cst {
	width:100%;
	margin:0 0 30px 0;
}
.cassetteCol2.no-mgn div.cst {
	width:100%;
	margin:0 0 30px 0;
}
.cassetteCol2 div.cst:nth-child(2) {
	margin:0 0 30px 0;
}
.cassetteCol2 div.cst.w50p,.cassetteCol2 div.cst.w47-5p,.cassetteCol2 div.cst.w45p,.cassetteCol2 div.cst.w42-5p,.cassetteCol2 div.cst.w40p,.cassetteCol2 div.cst.w35p { 
  width: 100%;
  margin: 0 auto;
}

/*--2カラム(投稿一覧)--*/
.cassetteCol2.post-col div.cst {
	width:100%;
  margin:0 0 10% 0;
}
.cassetteCol2.post-col div.cst:nth-child(2n) {
	margin:0 0 10% 0;
}
/*--3カラム--*/
.cassetteCol3 div.cst {
	width:100%;
	margin:0 0 30px 0;
}
.cassetteCol3.no-mgn div.cst {
	width:100%;
	margin:0 0 30px 0;
}
.cassetteCol3 div.cst:nth-child(3) {
	margin:0 0 30px 0;
}
/*--3カラム(投稿一覧)--*/
.cassetteCol3.post-col div.cst {
	width:100%;
  margin:0 0 30px 0;
}
.cassetteCol3.post-col div.cst:nth-child(3n) {
	margin:0 0 30px 0;
}

/*--4カラム--*/
.cassetteCol4 {
  display:flex;
  flex-wrap: wrap;
}
.cassetteCol4 div.cst {
	width:47%;
	margin:0 6% 30px 0;
}
  .cassetteCol4.no-mgn div.cst {
	width:47%;
	margin:0 6% 30px 0;
}
.cassetteCol4 div.cst:nth-child(2) {
	margin:0 0 30px 0;
}
.cassetteCol4 div.cst:last-child {
	margin:0 0 30px 0;
}
.cassetteCol4.post-col div.cst {
	width:47%;
	margin:0 3% 30px 0;
}
.cassetteCol4.post-col div.cst:nth-child(2n) {
	margin:0 0 30px 3%;
}

  
  
/*--5カラム--*/
.cassetteCol5 {
  display:flex;
  flex-wrap: wrap;
}
.cassetteCol5 div.cst {
	width:47%;
	margin:0 3% 20px 0;
}
.cassetteCol5 div.cst:nth-child(2n) {
	margin:0 0 20px 3%;
}



/*--2カラムパターン　左20%--*/
.cassette-pattern.Lft20-Rgt80 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft20-Rgt80 > div:last-child {
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左25%--*/
.cassette-pattern.Lft25-Rgt75 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft25-Rgt75 > div:last-child {
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左30%--*/
.cassette-pattern.Lft30-Rgt70 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft30-Rgt70 > div:last-child {
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左35%--*/
.cassette-pattern.Lft35-Rgt65 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft35-Rgt65 > div:last-child { 
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左40%--*/
.cassette-pattern.Lft40-Rgt60 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft40-Rgt60 > div:last-child { 
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左45%--*/
.cassette-pattern.Lft45-Rgt55 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft45-Rgt55 > div:last-child {
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左55%--*/
.cassette-pattern.Lft55-Rgt45 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft55-Rgt45 > div:last-child {
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左60%--*/
.cassette-pattern.Lft60-Rgt40 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft60-Rgt40 > div:last-child {
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左65%--*/
.cassette-pattern.Lft65-Rgt35 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft65-Rgt35 > div:last-child { 
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左70%--*/
.cassette-pattern.Lft70-Rgt30 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft70-Rgt30 > div:last-child { 
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左75%--*/
.cassette-pattern.Lft75-Rgt25 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft75-Rgt25 > div:last-child { 
	width:100%;
	margin:0 0 30px 0;
}
/*--2カラムパターン　左80%--*/
.cassette-pattern.Lft80-Rgt20 > div:first-child { 
	width:100%;
	margin:0 0 30px 0;
}
.cassette-pattern.Lft80-Rgt20 > div:last-child { 
	width:100%;
	margin:0 0 30px 0;
}

/*--------------マージン無--------------*/



/*--マージン無2カラムパターン--*/
.cassette-pattern.no-mgn div:first-child { 
	width: 100%;
	margin:0 0 30px 0;
}



/*--2カラムでスマホ時に左カラムを上にする--*/
.reverse {
  flex-direction: column;
  display: flex;
  height: auto;
  align-items: flex-start;
}

.reverse div:nth-child(1) {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}


}



/*---- テーブル ----*/
table {
  margin-bottom: 20px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
table th, table td {
  padding: 12px;
}
table.small th, table.small td {
  padding: 7px 10px;
  font-size: 15px;
}

table th {
  border-bottom: 3px solid var(--table-color);
  vertical-align: middle;
}
table th.top-th {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
table th.top-th:last-child {
  border-right: 1px solid #000;
  border-bottom: 1px solid #fff;
}
table td {
  border-bottom: 1px solid #dedede;
  vertical-align: middle;
}
table td.w20p, table th.w20p { width: 20%; }
table td.w30p, table th.w30p { width: 30%; }
table td.w40p, table th.w40p { width: 40%; }

table.tableVer02 th {
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  background: var(--table-color);
  color: #fff;
}
table.tableVer02 tr:last-child th {
  border-bottom: 1px solid var(--table-color);
}
table.tableVer02-frame {
  border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
table.tableVer02-frame th {
  border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
  vertical-align: middle;
  background: var(--table-color);
  color: #fff;
}
table.tableVer02-frame td {
	border-right: 1px solid #dedede;
}
table.tableVer02-frame tr:last-child th {
  border-bottom: 1px solid var(--table-color);
}


/*---- SP横スクロール ----*/
.scroll > p.scroll-atte {
	display: none;
}
@media only screen and (max-width: 768px){
.scroll table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.scroll{
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar{
   height: 5px;
}
.scroll::-webkit-scrollbar-track{
   background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC;
}
.scroll > p.scroll-atte {
	display: block;
  text-align: center;
  font-size: 14px;
  background: var(--table-color);
  color: #fff;
  padding: 5px 0;
}
	
}
/*---- テーブル ----*/



/*---- TOP投稿一覧（common） ----*/
.post-col .cst.post-cst a div.postTitle span.read-more {
  float: right;
  font-weight: normal;
  display: inline-block;
  margin: 10px 0 0;
  padding: 2px 25px 0 10px;
  color: var(--link-color);
  font-size: 12px;
  background: #fff;
  border: var(--link-color) 1px solid;
  position: relative;
}
.post-col .cst.post-cst a div.postTitle span.read-more::after {
  position: absolute;
  font-family: 'Material Icons';
  top: 50%;
  right: 5px;
  color: var(--link-color);
  transform: translateY(-50%);
  content: "\e5cc";
  font-size: 16px;
}
.post-col .cst.post-cst a:hover div.postTitle span.read-more {
  color: #fff;
  background: var(--link-color);
  border: #fff 1px solid;
}
.post-col .cst.post-cst a:hover div.postTitle span.read-more::after {
  color: #fff;
}

/*---- TOP投稿一覧（3col） ----*/
.post-cst {
  position: relative;
	padding: 0 0 5px;
  border-bottom: 1px solid var(--main-color);
}
.post-cst a {
	text-decoration: none;
  transition: transform 0.2s;
  position: relative;
  display: block;
  padding: 0!important;
  background:none;
  color: var(--link-color);
  margin-bottom: 10px;
}
.post-cst a:hover {
	opacity: 1 !important;
  transform: translateY(0px);
}
a div.postTitle span.time, a:hover div.postTitle span.time {
	font-size: 14px;
  display: block;
  text-align: right;
  color: #999999;
  margin: 0 0 5px;
}
a div.postTitle h4.title, a:hover div.postTitle h4.title {
	font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 5px;
  border-left: none;
}
div.postTitle span.read {
  color:#666666;
}
p.iCatch {
	height:200px;
  display: flex;
  justify-content: center;
  align-items: center;
	overflow:hidden;
	margin: 0 0 5px!important;
	background: #eee;
  padding: 0!important;
}
.col2 p.iCatch {
	height:150px;
}
.cassetteCol3.post-col .cst.post-cst a div.postTitle span.read-more, .cassetteCol4.post-col .cst.post-cst a div.postTitle span.read-more {
  display: none;
}
.cassetteCol4.post-col .cst.post-cst p.iCatch {
	height: 160px;
}
@media only screen and (max-width: 768px){
.cassetteCol4.post-col .cst.post-cst p.iCatch {
	height:150px;
}
}

/*---- TOP投稿一覧（2col） ----*/
.cassetteCol2.post-col .cst.post-cst a {
  display: flex;
}
.cassetteCol2.post-col p.iCatch {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	overflow:hidden;
	margin: 0 0 5px!important;
	background: #eee;
  padding: 0!important;
}
.col2 .cassetteCol2.post-col p.iCatch {
  width: 30%;
  height: 100%;
}
.cassetteCol2.post-col div.postTitle {
  width: calc(100% - 30%);
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
}

.cassetteCol2.post-col .cst.post-cst a div.postTitle span.time {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.cassetteCol2.post-col .cst.post-cst a div.postTitle span.read {
  text-align: left;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
.cassetteCol3.post-col .cst.post-cst a div.postTitle span.read, .cassetteCol4.post-col .cst.post-cst a div.postTitle span.read {
  display: none;
  margin-top: 10px;
}
.col2-main .cassetteCol2.post-col .cst.post-cst a div.postTitle span.read {
  display: none;
}

/*---- TOP投稿一覧（1col） ----*/
.cassetteCol1.post-col .cst.post-cst {
  width: 700px;
  margin: 0 auto 20px;
  padding: 0 0 10px;
}

.col2-main .cassetteCol1.post-col .cst.post-cst {
  width: 100%;
  margin: 0 auto 5%;
}
.cassetteCol1.post-col .cst.post-cst a {
  display: flex;
}
.cassetteCol1.post-col p.iCatch {
  width: 20%;
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	overflow:hidden;
	margin: 0 0 5px!important;
	background: #eee;
  padding: 0!important;
}
.cassetteCol1.post-col div.postTitle {
  width: calc(100% - 25%);
  margin: 0 0 0 30px;
  font-size: 16px;
  font-weight: bold;
}
.cassetteCol1.post-col .cst.post-cst a div.postTitle span.time {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
.cassetteCol1.post-col .cst.post-cst a div.postTitle span.read {
  text-align: left;
  display: block;
  margin-top: 10px;
  font-weight: normal;
}




p.iCatch img {
	margin: 0 auto;
  display: block;
  object-fit: cover;
  width: 100%;
	height: auto;
	transition: transform .2s ease;
}
.post-cst a:hover p.iCatch  img {
	transform: scale(1.1); /* 拡大 */
}

.top-post-content {
  width: 100%;
}
.top-post-content .top-post-date {
  color: var(--main-color);
  margin: 0;
  font-size: 14px;
}
.top-post-content .top-post-title {
  color: var(--main-color);
  margin: 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
.top-post-content .top-post-read {
  color: #fff;
  margin: 0 0 5px;
  font-size: 14px;
}
div.postTitle {
	width:96%;
  line-height: 130%;
	margin-bottom: 0;
	margin: 0 auto;
  padding: 0!important;
}

p.blogBtn {
  display: none;
  bottom: 0;
  width: 100%;
  margin: 0 0 0;
  position: absolute;
}
p.blogBtn a {
	text-align: center;
  padding: 5px 0;
  font-size: 16px;
  background: var(--main-color);
  display: block;
  margin: 0 0 0;
  color: #fff;
}
/*---- TOP投稿一覧（テキスト） ----*/
.info-area {
  margin: 0 0 15px 0!important;
  padding-left: 0;
}
.infoBox {
	width:100%;
	margin: 0 auto 10px;
	padding:0 0 5px;
	border-bottom: #a0a09f 1px dotted;
  list-style-type: none;
}
.infoBox .infoList {
	display: flex;
}
.infoBox .infoList dt {
  padding: 5px 10px;
  width: 35%;
  margin: 0 20px 0 0;
  font-size: 14px;
/*  background: var(--main-color-thin);*/
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infoBox .infoList dt span.catName {
  display: inline-block;
  background: var(--main-color);
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  padding: 5px 25px 5px;
  margin: 0 15px 0 0;
  border-radius: 30px;
}
.infoBox .infoList dd {
  font-size: 16px;
  width: 65%;
  line-height: 150%;
	display: flex;
  align-items: center;
}


@media only screen and (max-width: 768px){

/*---- TOP投稿一覧（3col） ----*/
.post-cst {
  position: inherit;
}
div.postTitle {
  height: inherit;
  min-height: inherit;
	margin-bottom: 0;
	
}
.col2 p.iCatch {
	height:200px;

}
p.blogBtn {
  position: inherit;
}
/*---- TOP投稿一覧（2col） ----*/
.cassetteCol2.post-col p.iCatch {
	width: 30%;
  height: 100%;
}
.cassetteCol2.post-col div.postTitle {
  width: calc(100% - 30%);
  margin-left: 15px;
  font-size: 16px;
}
.cassetteCol2.post-col .cst.post-cst a div.postTitle span.read {
  display: none;
}

/*---- TOP投稿一覧（1col） ----*/
.cassetteCol1.post-col .cst.post-cst {
  width: 100%;
}
.cassetteCol1.post-col p.iCatch {
	width: 30%;
  height: 100%;
}
.cassetteCol1.post-col div.postTitle {
  width: calc(100% - 30%);
  margin-left: 15px;
  font-size: 16px;
}
.cassetteCol1.post-col .cst.post-cst a div.postTitle span.read {
  display: none;
}
  
/*---- TOP投稿一覧（テキスト） ----*/
.infoBox {
	margin:0 auto 20px;
}
.infoBox .infoList {
	display: inherit;
}
.infoBox .infoList dt {
  overflow: hidden;
  display: inline-block;
  padding: 0 0;
  margin: 0;
  width: 100%;
  line-height: 170%;
  font-size: 14px;
}
.infoBox .infoList dd {
  display: block;
  padding: 0 0;
	width: 100%;
}
}


/*---- 投稿一覧（single） ----*/
.dateLabel {
	text-align: right;
}







/*-------- パーツ　Common --------*/


/*======================================================================
footer
======================================================================*/
.sns-icons {
  text-align: center;
}
.sns-icons img {
  margin: 0 5px;
}
/*---- Foot conversion ----*/
.foot-conv, .foot-conv-ver2 {
  max-width: 100%;
  background-color: var(--main-color);
  margin-bottom: 0;
  padding: 10px 0 50px;
	overflow: hidden;
  background-size: cover!important;
  /*background: url(https://bold-heart-20220913.stg-s.snapup.jp../images/story/story_img_2.png.webp);
  position: relative;*/
}
/*.foot-conv:before {
	content: "";
  background: #000;
  opacity: 0.35;
  display: block;
  margin-top: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0%;
  height: 100%;
}*/
.foot-conv-ver2 {
  padding: 20px 0 70px;
}
.foot-conv p.title, .foot-conv-ver2 p.title {
	text-align: center;
  margin-bottom: 50px;
  padding-top: 50px;
  color: #fff;
  font-size: 30px;
  line-height: 150%;
}
.foot-conv .cst {
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.foot-conv-ver2 > .inner > .cassetteCol2 > .cst {
  padding: 0 5% 0 5%;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.foot-conv .cst:last-child, .foot-conv-ver2 > .inner > .cassetteCol2 > .cst:last-child {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.foot-conv-ver2 p {
  margin-bottom: 0;
}
.foot-conv a {
  text-decoration: none;
  color: #fff;
  padding: 25px 25px 30px;
  transition: transform 0.2s;
  position: relative;
  display: block;
	transform: translateY(10px);
  background: rgba(0,0,0,0.0);
}
.foot-conv-ver2 .cstLeft-60pct.tellink a {
  color: #fff;
}
.foot-conv a:hover {
	opacity: 1 !important;
  transform: translateY(0px);
}
.foot-conv a img {
	height: 50px;
}
.foot-conv a:hover {
  text-decoration: none;
	color: #fff;
	background: rgba(0,0,0,0.1);
}
.foot-conv .cst > a:after {
  display: none;
}
.foot-conv span.title, .foot-conv-ver2 span.title {
	display: block;
  margin-bottom: 30px;
  font-size: 22px;
  text-align: center;
  padding: 5px 0 3px;
  background:var(--main-color-dark);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #fff;
}

.foot-conv span.read, .foot-conv-ver2 span.read {
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
  text-align: center;
}
.foot-conv-ver2 .business-office {
  padding: 0 15px 0 0;
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px){
.foot-conv {
  padding: 30px 0;
}
.foot-conv p.title, .foot-conv-ver2 p.title {
  margin-bottom: 10px;
  padding-top: 10px;
	font-size: 22px;
}
.foot-conv .cst {
	text-align: center;
	border-left: none;
}
.foot-conv .cst:last-child, .foot-conv-ver2 .cst:last-child {
	border-right: none;
	border-bottom: none;
}
.foot-conv-ver2 .cst {
	border-left: none;
  padding: 0;
}

.foot-conv-ver2 span.title {
  font-size: 22px;
}
.foot-conv-ver2 .business-office {
  padding: 0 0 10px 0;
  border-right: none;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px 0!important;
}
.foot-conv a {
  text-decoration: none;
	color: #fff;
	display: block;
	padding: 0 0 15px;
}
.foot-conv span.title {
	display: block;
  margin-bottom: 15px;
  font-size: 20px;
  padding: 5px 0 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
}



/*---- Foot conversion ----*/


.footerLink{
	padding: 80px 0 70px;
	overflow: hidden;
  background: #fff;
	margin: 0 auto 0;
  max-width: 100%;
}

.footerLink .footerLinkInner {
  margin: 0 auto;
}
.footerLink .footerLinkInner .cassette-pattern {
  margin: 0 0 0;
}
.footerLink .footerLinkInner p {
  font-family: var(--font-family);
}
.footerLink .footerLinkInner .footer-logo {
  margin: 0 0 25px;
}
.footerLink .footerLinkInner .footer-logo img {
  margin: 0;
}
.footerLink .footerLinkInner .footer-corp {
	font-size: 20px;
	line-height: 135%;
	margin-bottom: 15px;
  font-weight: bold;
/*  font-family: var(--font-family-min);*/
  
}
.footerLink .footerLinkInner .footer-add, .footerLink .footerLinkInner .footer-tel {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 10px;
	margin-left: 10px;
  letter-spacing: .1em;
  border-left: 2px solid var(--main-color);
  padding-left: 10px;
}
.footerLink .footerLinkInner .sns-box {
	text-align: right;
	margin-bottom: 30px
}
.footerLink .footerLinkInner .sns-box a {
	transform: translateY(0);
	transition: transform 0.15s;
	display: inline-block;
}
.footerLink .footerLinkInner .sns-box a:hover {
	transform: translateY(-5px);
}
.footerLink .footerLinkInner .sns-box img {
	display: inline-block;
	margin-left: 20px;
	height: 30px;
}

.footerLink .footerLinkInner .linkArea {
	margin: 0 0 0;
}


.footerLink .footerLinkInner .linkArea .linkBox ul li{
	display: inline-block;
  vertical-align: text-top;
  text-align: left;
  padding-top: 2px;
  padding-right: 15px;
  padding-bottom: 3px;
  padding-left: 0;
}



#footer ul{
  padding-bottom: 10px;
  margin: 0;
}

#footer ul li{
	display: inline-block;
  vertical-align: text-top;
  text-align: left;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 5px;
  padding: 10px;
  margin-left:0;
  position: relative;
}
#footer ul li:before {
  content: "\e5cc";
  font-size: 16px;
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  left: -18px;
  color: var(--main-color);
  transform: translateY(-50%);
}

#footer ul li a{
	display: block;
	padding: 0 0 0 5px;
	overflow: hidden;
	font-size: 14px;
  color: #000;
}

#footer ul li	a:hover{
	text-decoration: underline;
}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}



.copyright{
  padding: 0;
  text-align: center;
  background: var(--main-color-dark);
  color: #fff;
  overflow: visible;
  margin-bottom: 0;
	max-width: 100%;
}

.copyright strong {
  font-weight: inherit;
  font-size: 12px;
}
/*====　シンプルfooter　=====*/
.footerLink .footerLinkInner .simple-footer .companyArea, .foot-conv.simple-footer {
	display: none;
}
.footerLink .footerLinkInner .simple-footer .linkArea {
	width: 100%;
}
.footerLink .footerLinkInner .simple-footer .linkArea .sns-box {
	text-align: center;
}
.footerLink .footerLinkInner .simple-footer .linkArea .linkBox {
	text-align: center;
  margin-bottom: 0;
}
#footer .footerLink .footerLinkInner .simple-footer .linkArea .linkBox  ul {
	padding-bottom: 0;
}
/*====　シンプルfooter　=====*/
@media only screen and (max-width: 768px){
.footerLink{
	padding: 50px 0 0;
	text-align: center;
}
.footerLink .footerLinkInner {
  width: 100%;
  padding: 0 0 0;
}
.footerLink .footerLinkInner .footer-logo {
  margin: 0 0 25px;
}
.footerLink .footerLinkInner .data {
  padding: 0 6% 0;
}
.footerLink .footerLinkInner .footer-add, .footerLink .footerLinkInner .footer-tel {
  border-left: none;
  padding-left: 0;
}
.footerLink .footerLinkInner .cassette-pattern {
  margin: 0 0 0;
	display: block;
}
.footerLink .footerLinkInner .sns-box {
	text-align: center;
}
.footerLink .footerLinkInner .sns-box img {
	display: inline-block;
	margin-left: 0;
	margin: 0 10px 0;
	height: 30px;
}
.copyright{
  padding: 10px 0 10px;
	margin-bottom: 0;
  background-image: none;
  background: var(--main-color);
}
/*電話追尾用*/
.fix_menu_smartphone{
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	width: 100%;
	margin-top: 10px;
	display: flex;
	background: var(--sp-float-color);
}
.fix_menu_smartphone a{
  width: 100%;/*5つの場合は20%*/
  text-align: center;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 27px 0 2px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center 5px;
  font-size: 10px;
}
.fix_menu_smartphone a.l-space {
	letter-spacing: -0.15em;
}
.fix_menu_smartphone a.home{
	background-image: url(../images/common/bt_navi_home.png); 
}
.fix_menu_smartphone a.sitemap{
	background-image: url(../images/common/bt_navi_sitemap.png); 
}
.fix_menu_smartphone a.tel{
	background-image: url(../images/common/bt_navi_tel.png); 
}
.fix_menu_smartphone a.mail{
	background-image: url(../images/common/bt_navi_mail.png);
}
.fix_menu_smartphone a.line{
	background-image: url(../images/common/bt_navi_line.png);
}
.fix_menu_smartphone a:last-child{
  border-right: none;
}
/*
.fix_menu_smartphone a:nth-child(5){
	background-image: url(../images/common/bt_navi05.png);
  border-right: none;
}
*/

#footer ul {
  text-align: left;
  background: var(--main-color);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
#footer ul li {
  display: block;
  margin: 0;
  width: 50%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  padding: 0;
}
#footer ul li:nth-child(even) {
  width: 50%;
  border-right: none;
}
#footer ul li:before {
  left: inherit;
  color: #fff;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#footer ul li a{
	display: block;
	padding: 10px 0 10px 12px;
	font-size: 14px;
  color: #fff;
}
#copyright{
	margin-bottom: 50px;
}
}
/*======================================================================
footer
======================================================================*/



/*======================================================================
ウィジェット
======================================================================*/
/*--追加プラグイン
　・Newpost Catch
　・　・・・
　・　・・・
--*/
.col2 .col2-side section {
  padding: 7% 0 0 7%;
    /* border-bottom: 4px double var(--title-color); */
    /* border-left: 1px solid var(--title-color); */
    /* border-right: 1px solid var(--title-color); */
    /* border-top: 3px solid var(--title-color); */
}
.col2 .col2-side ul {
  margin: 0 0 0;
  padding: 0 0 0 10%;
}
.col2 .col2-side ul li {
  margin: 0 0 5px;
  position: relative;
}
.col2 .col2-side ul li::before {
  font-family: 'Material Icons';
  position: absolute;
  top: 12px;
  left: -20px;
  transform: translateY(-50%);
  content: "\e5cc";
  font-size: 14px;
}
.col2 .col2-side ul li a {
  font-size: 15px;
}
.col2 .col2-side ul li span.post-date {
  font-size: 12px;
  display: block;
  text-align: right;
}
.col2 .col2-side ul li ul {
  margin: 0 0 0;
}

/*--　search　--*/
.search-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cvn-sns .search-box {
  margin: 0 0 10px 20px;
}
.searchform div input{
  border: none;
  padding: 5px 12px;
  font-size: 14px;
}
.searchform div {
  display: flex;
  justify-content: center;
}
.searchform div input[type="text"] {
  background: var(--main-color-thin);
  width: 80%;
}
.searchform div input[type="submit"] {
  background: var(--main-color-dark);
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 20%;
  font-size: 0px;
  background-image: url(../images/common/search.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center center;
}
.searchform div input[type="submit"]:hover {
  background: var(--main-color);
  background-image: url(../images/common/search.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center center;
}
.searchform div input[type="submit"]::after {
  position: absolute;
  content: "\f02f";
  font-size: 24px;
  font-family: 'Material Icons';
  top: 50%;
  right: 10px;
  color: #fff;
  transform: translateY(-50%);
}

@media only screen and (max-width: 768px){
.cvn-sns .searchform div input {
  margin: 0 0 15px 0;
  justify-content: center;
}

.searchform div input[type="text"] {
  background: var(--main-color-thin);
  width: inherit;
  font-size: 16px!important;
}
.searchform div input[type="submit"] {
  width: 7%;
}
}
/*--　search　--*/
.widget_search {
	padding: 15px 7% 15px;
/*  background: var(--main-color-thin);*/
}
.wp-block-search .wp-block-search__input {
  border: none!important;
	width: 70%;
	padding: 0px 10px;
}
.wp-block-search .wp-block-search__button {
  background: var(--main-color)!important;
  border: none!important;
  color: #fff!important;
	cursor: pointer;
	font-size: 12px;
}
.wp-block-search .wp-block-search__label {
	font-size: 14px;
	display: none;
}

/*--　search 検索結果　--*/
.search .content p, .search .col2 p {
  position: relative;
  padding-left: 30px;
}
.search .content p::before, .search .col2 p::before {
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  content: "\e5cc";
  font-size: 18px;
}
.search .content p.search-error, .search .col2 p.search-error {
  padding-left: 0;
}
.search .content p.search-error::before, .search .col2 p.search-error::before {
  display: none;
}
/*--　Newpost Catch　--*/
#npcatch li {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
  overflow: hidden;
  font-size: 14px;
}
#npcatch li a {
  display: inherit!important;
}
#npcatch figure {
  padding: 0 10px 0 0!important;
  width: 80px;
	float: left;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#npcatch figure img {
  width: 100%;
	margin-bottom: 10px;
}


/*--　アーカイブ・カテゴリー　--*/
ul.wp-block-archives-list, ul.wp-block-categories-list {
	padding: 0 0 0 30px!important;
}


/*--　YARPP　--*/
.yarpp-related {
	margin-bottom: 70px!important;
  margin-top: 70px!important;
}
.yarpp-related a {
  font-size: 16px!important;
  font-weight: inherit!important;
	display: block;
  overflow: hidden;
  width: 140px;
}
.col1 .related-post {
	overflow: hidden;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.col1 .related-post .related-entry {
  width: 160px;
  font-size: 16px;
  margin-bottom: 0px;
  padding: 0px 10px 0px 10px;
}
.col2 .col2-main .related-post {
	overflow: hidden;
  margin-top: 5px;
  display: flex;
    flex-wrap: wrap;
}
.col2 .col2-main .related-post .related-entry {
  width: 160px;
  font-size: 12px;
  margin-bottom: 0px;
  padding: 0px 10px 0px 10px;
}
.col2 .col2-main .related-entry img{
  margin: 0px 0px 0px 0px;
  border: #ccc 1px solid;
  width: 140px;
  height: auto;
}
.related-post article{
    width: 140px;
    margin-right: 14px;
}

@media only screen and (max-width: 768px){
	
.yarpp-related {
	margin-bottom: 0!important;
  margin-top: 50px!important;
}
.yarpp-related a {
  width: 100%;
}
.col1 .related-post {
	flex-wrap: inherit;
  justify-content: inherit;
	display: inherit;
}
.col1 .related-post .related-entry {
  width: 45%;
  font-size: 14px;
  margin: 0 2% 20px 2%!important;
  display: inline-grid;
}
.col2 .col2-main .related-entry {
  width: 33%;
}
/*.col2 .col2-main .related-post {
	flex-wrap: inherit;
  justify-content: inherit;
	display: inherit;
}*/
.col2 .col2-main .related-post .related-entry {
  /*width: inherit;*/
  font-size: 14px;
  margin: 0 2% 20px 2%!important;
  display: inline-grid;
}
.related-post article {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
}
}


/*--　WordPress Popular Posts　--*/

.col1 ul.wpp-list {
  display: flex;
  flex-wrap: wrap;
	padding-left: 0;
	margin: 0;
}
.col1 ul.wpp-list li {
  width: 135px;
  margin: 0 10px 20px 10px!important;
}
.col1 ul.wpp-list li img, .col2 .col2-main ul.wpp-list li img {
  margin-bottom: 5px;
}
.col2 .col2-main ul.wpp-list {
  display: flex;
  flex-wrap: wrap;
	padding-left: 0;
}
.col2 .col2-main ul.wpp-list li {
  width: 18%;
  margin: 0 2% 20px 0!important;
}

.col2 .col2-side ul.wpp-list li {
  width: 100%;
  margin: 0 0 10px 0;
}
ul.wpp-list li span {
  display: block;
  line-height: 120%;
}
ul.wpp-list li span a {
  color: var(--link-color);
  font-size: 14px;
}

@media only screen and (max-width: 480px){

.col1 ul.wpp-list {
  justify-content: inherit;
}
.col1 ul.wpp-list li {
  width: 40%;
  margin: 0px 5% 20px 5%!important;
}
.col2 .col2-main ul.wpp-list li {
  width: 46%;
  margin: 0 2% 20px 2%!important;
}
}

/*--　カテゴリー一覧・アーカイブ　--*/
.widget-inner {
	background: var(--main-color-thin);
  padding: 30px 5% 0!important;
  margin-bottom: 50px;
  outline: 3px solid #fff;
  outline-offset: -13px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.widget-inner .widget {
  display: flex;
  margin: 0 15px 30px;
}
.widget-inner .widget h4 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  border-left: 3px solid var(--title-color);
  padding: 0 0 0 10px;
  font-family: var(--font-family);
}
.widget-inner .widget select {
  font-size: 14px;
  height: 26px;
}
@media only screen and (max-width: 768px){
.widget-inner {
  padding: 30px 5% 0!important;
}
.widget-inner .widget {
  display: flex;
  margin: 0 15px 30px;
}
}


.widget-footer-area {
  border-top: 1px solid #ccc;
  padding-top: 100px;
}
.widget-footer {
  display: flex;
  flex-wrap: wrap;
}
.widget-footer .widget {
  width: 31.3%;
  margin: 0 3% 5% 0;
}
.widget-footer .widget:nth-child(3n) {
  margin: 0 0 5% 0;
}
.widget-footer .widget ul, .widget-footer .widget select  {
  margin: 0px 5%;
}
.widget-footer .widget ul li {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.widget-footer .widget ul li a {
  order: 2;
}
.widget-footer .widget ul li span {
  order: 1;
}
.widget-footer .widget ul li span.post-date {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #666666;
}
.widget-footer h2, .widget-footer h3 {
  margin-bottom: 15px!important;
  font-size: 20px!important;
  font-family: var(--font-family)!important;
  padding-left: 10px;
  padding: 0 0 7px 0!important;
}
.widget-footer h2.easing::after, .widget-footer h3.easing::after {
  width: 100%!important;
  opacity: 1!important;
  height: 2px!important;
}
.widget-footer .widget_search {
	padding: 0 2% 0;
/*  background: var(--main-color-thin);*/
}
@media only screen and (max-width: 768px){
.widget-footer-area {
  padding-top: 50px;
}
.widget-footer {
  display: inherit;
}
.widget-footer .widget {
  width: 100%;
  margin-right: 0;
}
}
/*--　ローカルボタンエリア　--*/
.local-link-area {
	background: var(--main-color-thin);
  padding: 30px 30px;
  padding-bottom: 30px!important;
  outline: 3px solid #fff;
  outline-offset: -13px;
}
.col2-main .local-link-area {
	margin-bottom: 30px;
}
.local-link-area .page-category {
	font-size: 18px;
	margin-bottom: 5px;
	text-align: center;
	padding: 0 0 10px 0;
}
.local-link-area ul {
	padding: 5px 0 5px 0;
  margin: 0;
	background: #fff;
}
.local-link-area ul li {
	display: inline-block;
  vertical-align: text-top;
  text-align: left;
  padding: 5px 10px 5px 0;
  margin-left: 30px;
  position: relative;
}
.local-link-area ul li:before {
	content: "\e5cc";
  font-size: 16px;
  font-family: 'Material Icons';
  position: absolute;
  top: 16px;
  left: -20px;
  color: var(--main-color);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px){
.local-link-area {
  padding: 30px 30px!important;
  padding-bottom: 30px!important;
	margin: 0 0 0!important;
  width: 100%!important;
}
.col2-main .local-link-area {
	margin: 0 0 30px!important;
  width: 100%!important;
}
.local-link-area ul {
	padding: 0;
}
.local-link-area ul li {
	display: block;
  border-bottom: 1px solid var(--main-color);
	border-right: none;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 30px;
	position: relative;
}
.local-link-area ul li a {
	display: block;
}
.local-link-area ul li:before {
  right: 10px;
  left: inherit;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
}


/* ======= ページネーション ======= */
.wp-pagenavi {
  clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	border: none!important;
  background: var(--main-color);
  color: #fff;
  padding: 10px 15px!important;
  display: inline-block;
}
.wp-pagenavi span.current {
  border: 1px solid var(--main-color)!important;
  padding: 8px 10px!important;
  color: var(--main-color);
	background: none;
}





/* ======================================================================
フォーム
========================================================================= */

.contact-wrapper a, .contact-wrapper a:visited {
  color: var(--main-color);
}
.detailBnr {
	text-align: center;
}
.detailBnr img {
	width: 50%;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 5px 0!important;
}
.wpcf7-spinner {
  display: block!important;
}
.contact-wrapper .contact {
	margin: 0 auto;
}
.contact-wrapper .contact .contactRead{
	margin-bottom:50px;
}
.contact-wrapper .contact dl {
	width: 100%;
}
.contact-wrapper .contact dt {
	left: 0;
  width: 30%;
	clear: left;
	float: left;
	font-size: 14px;
	text-align: right;
	line-height: 20px;
}
.contact-wrapper span.must {
	float: left;
	font-size: 12px;
	background-color: var(--caption-color);
	color: #FFF;
	line-height: 18px;
	padding: 1px 5px 1px;
}
.contact-wrapper span.mustAtte {
	font-size: 12px;
	background-color: var(--caption-color);
	color: #FFF;
	line-height: 18px;
	padding: 2px 5px;
	margin: 0 5px;
}
.contact-wrapper span.en {
	display: block;
  font-size: 12px;
  color: #bbbbbb;
}
.contact-wrapper .contact dd {
	padding-left: 35%;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d0d0d0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 150%;
	margin-left:0;
}
.contact-wrapper .contact dd span.exa{
	margin-left: 10px;
}
.contact-wrapper .contact dd ul li {
	list-style-type: none;
	font-size: 12px;
	line-height: 180%;
}
.contact-wrapper .contact dd label {
	cursor: pointer;
}
.contact-wrapper .contact dd input[type=checkbox], .contact-wrapper .contact dd input[type=radio] {
	width:inherit;
	margin: 0;
  display: inline-block;
}
.contact-wrapper .contact dd input, .contact-wrapper .contact dd select, .contact-wrapper .contact dd textarea, .captcha input{
  padding: 12px 10px;
  border: 0;
  margin-bottom: 10px;
  border-radius: 0;
  background-color: var(--main-color-thin);
  width: 100%;
  font-size: 16px;
}
.contact-wrapper .contact dd input.childBirth{
	padding: 5px;
	width: 135px;
}
.contact-wrapper .contact dd input.wpcf7-captchar{
	width: 100px;
}
.contact-wrapper .contact dd input.yubin{
	width: 100px;
}
.contact-wrapper .contact dd input.tel{
	width: 140px;
}
.contact-wrapper .contact dd select{
	/*width:200px!important;*/
}
.contact-wrapper .contact dd input.name{
	width: 250px;
}
.contact-wrapper .contact dd input.company {
	width: 280px;
}
.contact-wrapper .contact dd input.c_post , .contact-wrapper .contact dd input.position{
	width: 150px;
}
.contact-wrapper .contact dd input.add {
	width: 300px;
}
.contact-wrapper .contact dd textarea.naiyo {
	width: 400px;
}
.contact-wrapper .contact dd:last-child {
	border-bottom-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.contact-wrapper .contact .transmit{
	text-align:center;
	padding-top:50px;
}
.contact-wrapper .contact .transmit input[type="submit"], .contact-wrapper .contact .transmit input[type="button"] {
	width: 250px;
	font-size: 1.4rem;
	margin-bottom: 0px;
	/* background-image: url(../../images/contact/submit_bg.png);  */
	/* background-position: 0px center;  */
	color: #FFF;
	border-style: none;
	height: 48px;
	padding: 5px 0;
	cursor:pointer;
	text-align:center;
	background-color: var(--main-color);
  border-radius: 100px;
}
.contact-wrapper .contact .transmit input[type="submit"]:hover,.contact-wrapper .contact .transmit input[type="button"]:hover {
	/* background-image: url(../../images/contact/submit_bg_on.png);  */
  background-color: var(--main-color);
}
.contact-wrapper .contact #formWrap h3{
	text-align: center;
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid;
  margin-bottom: 50px;
}
.contact-wrapper .contact #formWrap .content_tbl{
	margin:25px auto 25px;
}
.contact-wrapper .contact #formWrap .content_tbl td, .contact-wrapper .contact #formWrap .content_tbl th{
	padding:5px 10px;
}
.contact-wrapper .contact .topAtte{
	padding: 30px 7%;
  font-size: 1.9rem;
  background: #E6EDE6;
  font-weight: bold;
	margin-bottom: 50px;
}
.contact-wrapper .contact h2{
  text-align: center;
  font-size: 2.2rem;
  color: #008B60;
  padding-bottom: 25px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 30px;
}
.contact-wrapper .contact .contBox{
	margin-bottom:40px;
}
.contact-wrapper .contact p.read{
  margin: 0 6%;
  margin-bottom: 20px;
}
.contact-wrapper .contact p.name{
	text-align:right;
  margin: 0 6%;
  margin-bottom: 20px;
}
.contact-wrapper .contact ol{
	margin: 0 8%;
}
.contact-wrapper .contact .contBoxBtn{
	border-top:#ccc solid 1px;
	padding:50px 0 0;
	text-align:center;
}
.contact-wrapper .contact .contBoxBtn a.ok{
	background:url(../../images/contact/submit_bg.png) repeat-x;
	font-size:2.2rem;
	line-height:48px;
	padding:10px 50px;
	color:#fff;
}
.contact-wrapper .contact .contBoxBtn a.no{
	background:url(../../images/contact/submit_no.png) repeat-x;
	font-size:2.2rem;
	line-height:48px;
	padding:10px 50px;
	color:#fff;
}
.contact-wrapper .contact .contBoxBtn a.ok:hover,.contact-wrapper .contact .contBoxBtn a.ok:visited{
	text-decoration:none;
	/* background:url(../../images/contact/submit_bg_on.png) repeat-x;  */
}
.contact-wrapper .contact .contBoxBtn a.no:hover,.contact-wrapper .contact .contBoxBtn a.no:visited{
	text-decoration:none;
	background:url(../../images/contact/submit_no_hvr.png) repeat-x;
}
.contact-wrapper .companyTable01 {
	width: 100%;
	border-top: 1px solid #cfcfcf;
	margin-bottom:50px;
}
.contact-wrapper .companyTable01 th {
	background-color: #efefef;
	border-bottom: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: normal;
	width: 6em;
	white-space: nowrap;
	padding: 10px 20px;
}
.contact-wrapper .companyTable01 td {
	border-bottom: 1px solid #cfcfcf;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	line-height: 1.8em;
	padding: 10px 20px 10px 42px;
}
.contact-wrapper .companyTable01 td.td01 {
	padding: 0px 0px 0px 42px;
}

.contact-wrapper .companyTable01 td .ul01 {
	padding-right: 30px;
	float: left;
}
.contact-wrapper h3.recruitInfo{
	font-size:18px;
	font-size:1.8rem;
	margin-bottom:10px;
}
.captcha br {
  display: none;
}
.captcha input {
  width: 80px
}
.captcha img {
  vertical-align: middle;
}
@media only screen and (max-width: 768px){
	.detailBnr img {
		width: 100%;
	}
	.contact-wrapper .contact dt {
		left: 0;
	  	width: 100%;
	  	float: none;
	  	text-align: left;
  margin: 0 0 10px;
	}
	span.must {
		float: none;
	  	margin-right:10px;
	}
  .contact-wrapper span.en {
  display: inline-block;
  margin: 0 0 0 15px;
  }
	.contact-wrapper .contact dd {
	  	padding-left: 0px;
	}
	.contact-wrapper .contact dd input, .contact-wrapper .contact dd select, .contact-wrapper .contact dd textarea{
		width: 100%;
	}
	.contact-wrapper .contact .topAtte{
		padding: 10px 3%;
	}  
	.contact-wrapper .contact p.read{
		margin: 0 2%;
	}
	.contact-wrapper .contact p.name{
		margin: 0 2%;
	}
	.contact-wrapper .contact ol{
		margin: 0 3%;
	}
	.contact-wrapper .contact .contBoxBtn a{
		display:block;
		margin-bottom:15px;
	}
	.contact-wrapper .contact .contBoxBtn a.ok{
		padding:0px 50px;
		text-align:center;
	}
	.contact-wrapper .contact .contBoxBtn a.no{
		padding:0px 50px;
		text-align:center;
	}
	.contact-wrapper .companyTable01 {
		width: 100%;
		border-top: 1px solid #cfcfcf;
	}
	.contact-wrapper .companyTable01 th {
		background-color: #efefef;
		border-bottom: 1px solid #cfcfcf;
		text-align: left;
		vertical-align: top;
		font-size: 1.3rem;
		line-height: 1.8em;
		font-weight: normal;
		width: auto;
		white-space: nowrap;
		padding: 8px 8px;
		display: block;
	}
	.contact-wrapper .companyTable01 td {
		border-bottom: 1px solid #cfcfcf;
		text-align: left;
		vertical-align: top;
		font-size: 1.3rem;
		line-height: 1.8em;
		padding: 8px 8px 8px 8px;
		display: block;
	}
	.contact-wrapper .companyTable01 td.td01 {
		padding: 0px 0px 0px 8px;
	}
	.contact-wrapper .companyTable01 td .ul01 {
		padding-right: 10px;
		float: left;
	}
}
/* ======================================================================
フォーム
========================================================================= */


/* common
*****************************************************/
.content {
  padding: 50px 0 50px;
}
.content.col1 {
  padding: 100px 0 0;
}
@media only screen and (max-width: 768px){
.content.col1 {
  padding: 50px 0 30px;
}
}
.page-kv {
	display: flex;
  justify-content: center;
  align-items: center;
}
.page-kv .inner {
  text-align: center;
}

/* H2
*************/
.home h2 {
  text-align: center;
  margin: 0 0 0;
  padding: 0;
  position: relative;
  font-size: 0;
}
.home h2 span.main {
  position: relative;
  font-size: 38px;
  display: inline-block;
  z-index: 2;
  color: #000;
  font-family: var(--font-family);
}

.home h2 span.sub {
  width: 100%;
  text-transform: capitalize;
  position: absolute;
  font-size: 14px;
  letter-spacing: 3px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  /*display: none;*/
  color: #fff;
  margin: 0;
  font-family: var(--font-family);
}
h2.page-title {
  text-align: center;
	display: inline-block;
  margin: 0 0 0;
  padding: 30px;
	background: rgba(0, 0, 0, 0.0);
  position: relative;
	border-top-left-radius: 0;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 70px;
	border: 0px solid #fff;
}
h2.fadein {
  opacity: 0;
  transform : translate(0, 30px); /*下から*/
  transition : all .55s;
}
h2.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
h2.blur{
  transition: all .55s;
  filter: blur(35px);/* ぼかしから表示（ぼかし度） */
	opacity: 0;
}
h2.blur.scrollin-blur{
	filter: blur(0);
	opacity: 1;
}
h2.page-title span.main {
  position: relative;
  font-size: 36px;
  display: inline-block;
	text-align: center;
  z-index: 2;
  color: #fff;
  letter-spacing: 0.2em;
  font-family: var(--font-family);
/*  text-shadow: 1px 1px 10px #000, -1px -1px 10px #000, -1px 1px 10px #000, 1px -1px 10px #000;*/
  transition: transform 0.15s;
	opacity: 0;
}
h2.page-title.easing span.main {
  transform: translateY(-10px);
	opacity: 1;

}
h2.page-title span.main:after {
	/* background: linear-gradient(to right, #fc467e 0%,#fc467e 30%, #fff 30%); */
  background: var(--point-color);
  content: '';
  display: block;
  margin-top: 10px;
  width: 0;
  /* transform: translateX(-50%); */
  transition: all 500ms cubic-bezier(1, 0, 0.38, 1.05);
  /* position: absolute; */
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 5px;
}
h2.page-title.easing span.main:after {
  width: 100px;
  height: 5px;
  opacity: 1;
	background: var(--point-color);
  margin: 5px auto 0;
  transform: rotate(0deg);
}
h2.page-title span.sub {
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
  /* position: absolute; */
  font-size: 14px;
  letter-spacing: 3px;
  /* left: 50%; */
  /* top: 100%; */
  /* transform: translateX(-50%); */
  color: #fff;
  margin: 0;
  font-family: var(--font-family);
}
.col1 h2 {
  margin: 0 0 15px;
  position: relative;
  text-align: left;
  font-size: 32px;
  font-family: var(--font-family);
  border-bottom: #efecec solid 3px;
  padding: 10px 0;
}
.col2-side h2 {
  font-size: 20px;
  margin: 0 0 15px;
  background: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
  border-left: 5px solid var(--title-color);
  padding: 5px 10px;
  border-bottom: 1px var(--title-color) solid;
}
.col2-main h2 {
  font-size: 28px;
  text-align:inherit;
  padding: 5px 0;
	border-bottom: #EA8D2B solid 3px;
}
@media only screen and (max-width: 768px){
.col1 h2 {
  font-size: 28px;
}
}
/* H3
*************/
.col1 h3 {
  margin-bottom: 50px;
  display: block;
  position: relative;
  font-size: 32px;
  font-family: var(--font-family);
}
/*.col1 h3:after {
  content: '';
  display: block;
  bottom: 0;
  margin: 10px 0 0;
  text-align: center;
	border-bottom: solid 6px var(--main-color);
  animation: border_anim .2s linear forwards;
}*/

.col1 h3::after {
	background: linear-gradient(to right, var(--title-color) 0%,var(--title-color) 100%);
  /* background: #9add37; */
  content: '';
  display: block;
  margin-top: 10px;
  /*height: 70px;*/
  width: 0;
  /* transform: translateX(-50%); */
  transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  /* position: absolute; */
  bottom: 0;
  left: 0;
  opacity: 0;
}
.col1 h3.easing::after {
  width: 80px;
  opacity: 1;
  height: 5px;
}

.col2-side h3, .widget_newpostcatch h3 {
  font-size: 18px;
  margin: 0 0 15px;
  background: inherit;
  font-family: inherit;
  color: inherit;
  text-align: left;
  border-left: 5px solid var(--title-color);
  padding: 3px 10px;
  border-bottom: 1px var(--title-color) dashed;
}
.col2-main h3 {
  margin-bottom: 30px;
  position: relative;
  font-size: 28px;
  font-family: var(--font-family);
  border-bottom: var(--title-color) solid 3px;
  padding: 0;
}
.col2-main h3 span.sub {
	display: none;
}
@media only screen and (max-width: 768px){
.col1 h3 {
  margin-bottom: 30px;
  font-size: 24px;
}
.col1 h3.easing::after {
  width: 80px;
  height: 5px;
}
.col2-main h3 {
  font-size: 24px;
}
}
.col1 h3.ver2 {
  background: none;
  text-align: center;
  color: #000;
  margin: 0 0 80px!important;
	border-bottom: none!important;
	line-height: 150%;
}
.col1 h3.ver2:after {
	margin: 12px auto 0;
}
.col1 h3.ver2 span {
	display: block;
}
.col1 h3.ver2.timing span {
	display: inline-block;
}
.col1 h3.ver2 span.main {
  position: relative;
  font-size:36px;
  line-height: 130%;
  z-index: 2;
  font-family: var(--font-family);
}
.col1 h3.ver2 span.sub {
	font-size: 14px;
	color:#A3A1A1;
	display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 15px 0 0;
}
@media only screen and (max-width: 768px){
.col1 h3.ver2 {
  margin: 0 0 70px!important;
}
.col1 h3.ver2 span.main {
  font-size: 26px;
}
}
.col1 h3.ver3 {
  background: none;
  text-align: center;
  color: #000;
  margin: 0 0 50px!important;
	border-bottom: none!important;
	line-height: 150%;
}
.col1 h3.ver3.easing::after {
  width: inherit;
  opacity: inherit;
  height: inherit;
}
.col1 h3.ver3 span {
	display: block;
}

.col1 h3.ver3 span.main {
  position: relative;
  line-height: 130%;
  margin-bottom: -10px;
  z-index: 2;
}
.col1 h3.ver3 span.main::before {
  background: linear-gradient(to right, #000 0%,#000 100%);
  /* background: #9add37; */
  content: '';
  display:inline-block;
  vertical-align: middle;
  width: 0;
  transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  opacity: 0;
}
.col1 h3.ver3 span.main::after {
  background: linear-gradient(to right, #000 0%,#000 100%);
  /* background: #9add37; */
  content: '';
  display:inline-block;
  vertical-align: middle;
  width: 0;
  transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  opacity: 0;
}
.col1 h3.ver3.easing span.main::before {
  width: 35px;
  opacity: 1;
  height: 1px;
  margin-right: 30px;
}
.col1 h3.ver3.easing span.main::after {
  width: 35px;
  opacity: 1;
  height: 1px;
  margin-left: 30px;
}
.col1 h3.ver3 span.sub{
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  display: inline-block;
  background: var(--title-color);
  text-align: center;
  margin: 10px auto 0;
  padding: 5px 20px 3px;
  line-height: 100%;
}
@media only screen and (max-width: 768px){
.col1 h3.ver3 {
  margin: 0 0 30px!important;
}
.col1 h3.ver3 span.main {
  font-size: 26px;
}
.col1 h3.ver3.easing span.main::before {
  width: 30px;
  margin-right: 15px;
}
.col1 h3.ver3.easing span.main::after {
  width: 30px;
  margin-left: 15px;
}
.col1 h3.ver3 span.sub{
  font-size: 12px;
  margin: 15px auto 0;
  padding: 4px 20px 3px;
}
}
.col1 h3.ver4 {
  background: none;
  text-align: center;
  color: #000;
  margin: 30px 0 50px!important;
  border-bottom: none!important;
  line-height: 150%;
}
.col1 h3.ver4:after {
  /*margin: 10px 0 0 auto;*/
  margin: 15px auto 0;
}
.col1 h3.ver4 span {
	display: block;
}
.col1 h3.ver4 span.main {
  position: relative;
  line-height: 130%;
  font-family: var(--font-family);
/*  text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 0px 0px #fff, 0px 2px 0px #fff, 0px -2px 0px #fff;*/
}
.col1 h3.ver4 span.sub {
  font-size: 80px;
  display: block;
  color: #000;
  opacity: 0.08;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: -65px 0 0;
  font-family: var(--font-family-min);
}
@media only screen and (max-width: 768px){
.col1 h3.ver4 {
  margin: 0 0 50px!important;
}
.col1 h3.ver4 span.main {
  font-size: 26px;
  padding-top: 40px;
}
.col1 h3.ver4 span.sub {
  font-size: 50px;
  margin: -50px 0 0;
}
}
.col1 h3.ver5 {
  background: none;
  text-align: center;
  color: #000;
  margin: 0 0 80px!important;
	border-bottom: none!important;
	line-height: 100%;
}
.col1 h3.ver5:after {
  /*margin: 10px 0 0 auto;*/
  margin: 5px auto 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: -32px;
  
}
.col1 h3.ver5.easing::after {
  opacity: 1;
  position: absolute;
  display: block;

}
.col1 h3.ver5 span {
	display: block;
}
.col1 h3.ver5 span.main {
  position: relative;
  line-height: 130%;
  z-index: 2;
  font-family: var(--font-family);
}
.col1 h3.ver5 span.sub {
  font-size: 14px;
	color:#A3A1A1;
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 5px 0 0;
}
.col1 h3.ver5 span.sub::before {
  background: linear-gradient(to right, var(--title-color) 0%,var(--title-color) 100%);
  /* background: #9add37; */
  content: '';
  display:inline-block;
  vertical-align: middle;
  width: 0;
  transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  opacity: 0;
}
.col1 h3.ver5 span.sub::after {
  background: linear-gradient(to right, var(--title-color) 0%,var(--title-color) 100%);
  /* background: #9add37; */
  content: '';
  display:inline-block;
  vertical-align: middle;
  width: 0;
  transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  opacity: 0;
}
.col1 h3.ver5.easing span.sub::before {
  width: 25px;
  opacity: 1;
  height: 1px;
  margin-right: 25px;
}
.col1 h3.ver5.easing span.sub::after {
  width: 25px;
  opacity: 1;
  height: 1px;
  margin-left: 25px;
}
@media only screen and (max-width: 768px){
.col1 h3.ver5 {
  margin: 0 0 70px!important;
}
.col1 h3.ver5.easing::after {
  top: -25px;
}
.col1 h3.ver5 span.main {
  font-size: 26px;
  margin-top: 25px;
}
.col1 h3.ver5 span.sub {
  margin: 10px 0 0;
}
}
.col1 h3.ver6 {
  background: none;
  color: #000;
  margin: 0 0 70px!important;
  border-bottom: none!important;
  line-height: 150%;
  display: flex;
  flex-wrap: wrap;
}
.col1 h3.ver6:after {
  margin: 10px 0 0;
  order: 3;
}
.col1 h3.ver6 span {
	display: block;
}

.col1 h3.ver6 span.main {
  text-align: left;
  font-family: var(--font-family);
  width: 100%;
  margin: 10px 0 0;
  order: 2;
}
.col1 h3.ver6 span.sub {
  font-size: 80px;
  color: #000;
  opacity: 0.08;
  margin: 0 0 0;
  order: 1;
  font-family: var(--font-family-min);
}
.col1 h3.ver6.anime span.sub {
  margin: 50px 0 0;
}
.col1 h3.ver6.anime span.main {
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px){
.col1 h3.ver6 {
  margin: 0 0 50px!important;
}
.col1 h3.ver6 span.main {
  font-size: 26px;
  margin: 0 0 0;
}
.col1 h3.ver6 span.sub {
  font-size: 36px;
  padding-top: 0;
  margin: 17px 0 0;
}
}

/* H4
*************/
.col1 h4 {
  font-size: 24px;
  margin-top: 50px;
	margin-bottom: 20px;
  border-left: 5px solid var(--title-color);
  padding: 3px 0 3px 15px;
  font-family: var(--font-family);
}
.home .col1 h4, .page .col1 h4 {
  margin-top: 0;
}
.col2-side h4 {
  font-size: 20px;
}
.col2-main h4 {
  font-size: 24px;
  text-align:inherit;
	padding: 0 0 0 10px;
  border-left: 5px solid var(--title-color);
  margin-top: 40px;
	margin-bottom: 20px;
	font-family: var(--font-family);
}
.col1 h4.ver2 {
  margin-top: 0;
  padding: 0;
  border-left: none;
}
.col1 h4.ver2::after {
  content: '';
  height: 3px;
  width: 100%;
  background:  linear-gradient(to right, var(--title-color) 0%,var(--title-color) 25%,#ddd 25%,#ddd 100%);
  display: block;
  margin-top: 10px;
}
.col1 h4.ver3 {
  margin-top: 0;
  padding: 15px 0 15px 0;
  border-left: none;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: var(--main-color-dark);
  text-align: center;
}
.col1 h4.ver4 {
  margin-top: 0;
  position: relative;
  padding: 0 60px 0 60px;
  border-left: none;
  color: var(--main-color-dark);
  text-align: center;
}
.col1 h4.ver4::before {
  position: absolute;
  background: linear-gradient(to right, var(--title-color) 0%,var(--title-color) 100%);
  content: '';
  display: block;
  top: 50%;
  width: 50px;
  height: 2px;
  transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  bottom: 0;
  left: 0;
}
.col1 h4.ver4::after {
  position: absolute;
  background: linear-gradient(to right, var(--title-color) 0%,var(--title-color) 100%);
  content: '';
  display: block;
  top: 50%;
  width: 50px;
  height: 2px;
  bottom: 0;
  right: 0;
}
.col1 h4.ver4-2 {
  margin-top: 0;
  position: relative;
  padding: 0 60px 0 60px;
  border-left: none;
  color: var(--main-color-dark);
  text-align: center;
  margin-bottom: 30px;
}
.col1 h4.ver4-2::before {
  position: absolute;
  background: linear-gradient(to right, var(--title-color) 0%,var(--title-color) 100%);
  content: '';
  display: block;
  top: 50%;
  width: 50px;
  height: 2px;
  transition: 0.6s cubic-bezier(0.87, 0, 0.13, 1);
  bottom: 0;
  left: 0;
  transform: rotate(60deg);
}
.col1 h4.ver4-2::after {
  position: absolute;
  background: linear-gradient(to right, var(--title-color) 0%,var(--title-color) 100%);
  content: '';
  display: block;
  top: 50%;
  width: 50px;
  height: 2px;
  bottom: 0;
  right: 0;
  transform: rotate(-60deg);
}
.col1 h4.ver5 {
  margin-top: 0;
  position: relative;
  padding: 0 0 0 75px;
  border-left: none;
  color: var(--main-color-dark);
}
.col1 h4.ver5::before {
  position: absolute;
  background: linear-gradient(to right, var(--title-color) 0%,var(--title-color) 100%);
  content: '';
  display: block;
  top: 50%;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 0;
}
.col1 h4.ver6 {
  margin-top: 0;
  padding: 0 0 15px 0;
  border-left: none;
/*  border-top: 3px #9fc276 solid;*/
  border-bottom: 4px #ccc double;
  color: var(--main-color-dark);
  text-align: center;
}
.col1 h4.ver6::before {
  content: '';
  height: 3px;
  width: 100%;
  background: linear-gradient(to right, var(--title-color) 0%,var(--title-color) 25%,#eee 25%,#eee 100%);
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px){
.col1 h4 {
  font-size: 22px;
  padding: 0 0 0 10px;
}
.col1 h4.ver2 {
  padding: 0;
}
.col2-main h4 {
  font-size: 22px;
  text-align: inherit;
  margin-top: 35px;
	margin-bottom: 20px;
  color: inherit;
  background: none;
}
}
/* H5
*************/
.col1 h5 {
  font-size: 20px;
  color: #000;
  padding: 0 0 5px;
  margin-top: 40px;
	margin-bottom: 20px;
  border-bottom: 2px solid var(--title-color);
	font-family: var(--font-family);
}
.col1 h5.ver2 {
  padding: 8px 10px 10px;
  margin-top: 0;
	margin-bottom: 20px;
  border-bottom: none;
  border-left: 5px solid var(--title-color);
	font-family: var(--font-family);
  position: relative;
}
.col1 h5.ver2::after {
  content: '';
  height: 2px;
  width: 100%;
  background-image: linear-gradient(to left, transparent, var(--title-color));
  display: block;
  margin-top: 10px;
  left: -5px;
  position: absolute;
}
.col1 h5.ver3 {
  padding: 8px 10px 8px;
  margin-top: 0;
	margin-bottom: 20px;
  border-top: 3px double var(--title-color);
  border-right: 5px solid var(--title-color);
  border-bottom: 3px double var(--title-color);
  border-left: 5px solid var(--title-color);
	font-family: var(--font-family);
}
.col1 h5.ver4 {
  padding: 8px 10px 8px;
  margin-top: 0;
	margin-bottom: 20px;
  border-bottom: 3px double var(--title-color);
  border-left: 4px solid var(--title-color);
	font-family: var(--font-family);
}
.col1 h5.ver5 {
  padding: 8px 10px 8px 40px;
  margin-top: 0;
	margin-bottom: 20px;
  border-bottom: 4px double #ccc;
	font-family: var(--font-family);
  position: relative
}
.col1 h5.ver5::before {
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--title-color);
  content: "\e92f";
  font-size: 26px;
}
.col1 h5.ver6 {
  padding: 8px 10px 8px 40px;
  margin-top: 0;
	margin-bottom: 20px;
  border-bottom: 4px double #ccc;
	font-family: var(--font-family);
  position: relative
}
.col1 h5.ver6::before {
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--title-color);
  content: "\e837";
  font-size: 26px;
}
.col1 h5.ver7 {
  padding: 8px 10px 8px 40px;
  margin-top: 0;
	margin-bottom: 20px;
  border-bottom: 4px double #ccc;
	font-family: var(--font-family);
  position: relative
}
.col1 h5.ver7::before {
  font-family: 'Material Icons';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--title-color);
  content: "\eac9";
  font-size: 30px;
}

.page .col1 h5 {
  margin-top: 0;
}
.col2-main h5 {
  font-size: 22px;
  padding: 0 0 5px;
  font-weight: bold;
  margin-top: 30px;
	margin-bottom: 15px;
  border-bottom: var(--title-color) solid 1px;
	font-family: var(--font-family);
}
.col2-side h5 {
  font-size: 18px;
}
@media only screen and (max-width: 768px){
.col1 h5 {
  font-size: 20px;
}
.col2-main h5 {
  font-size: 18px;
}
}
/* H6
*************/
.col1 h6 {
  font-size: 18px;
  font-weight: bold;
  color: var(--title-color);
  margin-top: 30px;
	margin-bottom: 15px;
	font-family: var(--font-family);
}
.page .col1 h6 {
  margin-top: 0;
}
.col2-main h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
	margin-bottom: 15px;
	color: var(--title-color);
	font-family: var(--font-family);
}
@media only screen and (max-width: 768px){
.col1 h6 {
  font-size: 20px;
}
}


@media only screen and (max-width: 768px){
h2.page-title {
  margin: 0 0 0;
  padding: 20px 15px 15px;
}
h2.page-title span.main {
  font-size: 28px;
  letter-spacing: inherit;
}
}





/* 記事リンク

.article a {
  color: var(--main-color);
}
.article a:hover {
  color: #a8213c;
  text-decoration: underline;
}

.inquiry-title {
  text-align: center;
  font-size: 28px;
  font-family: var(--font-family);
  margin: 0 0 20px;
}*************/



/* ページタイトル
************************/
.titleImg {
	height: 320px;
  background-repeat: no-repeat;
  margin: 0 0 0;
  background-position: center center;
  background-size: cover;
  padding: 0;
  display: flex;
  background-attachment: fixed;
/*  margin-top: -80px;  ヘッダーを重ねる場合等*/
}
.float-menu + .sp_navi + .titleImg {
  margin: -135px 0 0;
  height: 370px;
}
.float-menu + .sp_navi + .titleImg .page-kv {
  align-items: end;
}
.float-menu + .sp_navi + .titleImg .page-kv h2.page-title {
  margin: 0 0 50px;
}

.titleImg:before {
  content: "";
  background: #000;
/*  background: linear-gradient(-225deg, #2CD8D5 0%, #5049bb 50%, #f39ca7 100%);*/
/*  background: linear-gradient(90deg, rgb(69 157 132), rgb(0, 0, 0));*/
  opacity: 0.50;
  width: 100%;
  display: block;
  height: inherit;
  margin-top: 0;
  position: absolute;
}
.titleImg.none {
	background-image: url(../images/common/tit_none.png);
}
@media only screen and (max-width: 768px){
.titleImg {
	height: 250px;
  padding: 5px 0 20px;
  margin: 0;
  background-position: center center;
  background-size: 200%;
  background-attachment: inherit;
}
.titleImg:before {
  margin-top: -5px;
}
.float-menu + .sp_navi + .titleImg {
  margin: 0 0 0;
  height: 250px;
}
}

/*サイトマップ
************************/
.sitemap ul.wsp-pages-list, .sitemap ul.wsp-categories-list {
	list-style: none;
}
.sitemap ul.wsp-pages-list li, .sitemap ul.wsp-categories-list li {
	border-bottom: 1px solid var(--main-color);
  border-left: 4px solid var(--main-color);
  margin: 0 0 30px;
  padding-left: 2%;
	position: relative;
  font-weight: bold;
}
.sitemap ul.wsp-pages-list > li:first-child {
	border-bottom: 1px solid var(--main-color);
  border-left: none;
	position: relative;
	padding-left: 4%;
}
.sitemap ul.wsp-pages-list li::after, .sitemap ul.wsp-categories-list li::after {
	content: "\e5cc";
  font-size: 26px;
  font-family: 'Material Icons';
  position: absolute;
  top: 16px;
  right: 0;
  color: var(--main-color);
  transform: translateY(-50%);
}
.sitemap ul.wsp-pages-list > li:first-child::before {
	content: "\ea44";
  font-size: 38px;
  font-family: 'Material Icons';
  position: absolute;
  top: 20px;
  left: -5px;
  color: var(--main-color);
  transform: translateY(-50%);
}

.sitemap ul.wsp-pages-list li ul, .sitemap ul.wsp-categories-list li ul {
	margin-left: 3%;
	padding-left: 3%;
  margin: 0 0 5px 15px;
}
.sitemap ul.wsp-pages-list li ul li, .sitemap ul.wsp-categories-list li ul li {
	border-bottom: none;
	border-left: none;
	margin-bottom: 0;
	list-style: none;
	line-height: 100%;
  padding-right: 5%;
	color: var(--main-color);
	padding-left: 0%;
	font-weight: normal;
}
.sitemap ul.wsp-pages-list li ul li::after, .sitemap ul.wsp-categories-list li ul li::after {
	content: "\e5cc";
  font-size: 20px;
  font-family: 'Material Icons';
  position: absolute;
  top: 14px;
  right: inherit;
  left: -20px;
  color: var(--main-color);
  transform: translateY(-50%);
}
.sitemap ul.wsp-pages-list li ul li ul li, .sitemap ul.wsp-categories-list li ul li ul li {
  border-bottom: none;
  border-left: none;
  margin-bottom: 0;
  list-style: none;
  line-height: 100%;
  padding-right: 5%;
	color: var(--main-color);
}
.sitemap ul.wsp-pages-list li a, .sitemap ul.wsp-categories-list li a {
	display: block;
	padding: 5px 5% 8px 2%;
	position: relative;
	font-size: 18px;
}
.sitemap ul.wsp-pages-list li ul li a, .sitemap ul.wsp-categories-list li ul li a {
  padding: 5px 5% 8px 1%;
}
.sitemap ul.wsp-pages-list li ul li:last-child, .sitemap ul.wsp-categories-list li ul li:last-child {
	padding-bottom: 10px;
}
.sitemap ul.wsp-pages-list li ul li a, .sitemap ul.wsp-categories li ul li a {
	font-size: 16px;
}
.sitemap ul.wsp-pages-list li ul li ul li a, .sitemap ul.wsp-categories-list li ul li ul li a {
	font-size: 15px;
}
.sitemap h2.wsp-pages-title, .sitemap h2.wsp-categories-title {
  display: none;
}
@media only screen and (max-width: 768px){
.sitemap ul.wsp-pages-list > li:first-child {
	padding-left: 10%;
}
}

/* バックグラウンド　スクリーン　ベース
************************/

.bg-img-screen {
  padding: 100px 0 70px;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.bg-img-screen:before {
  content: "";
  background: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0%;
  height: 100%;
}


.bg-text-top {
  font-size: 140px;
  color: #eee;
  line-height: 77%;
  font-family: var(--font-other1);
  margin-bottom: 70px;
  opacity: 0.5;
}
.bg-text-btm {
  font-size: 140px;
  color: #eee;
  line-height: 77%;
  font-family: var(--font-other1);
  opacity: 0.5;
}
@media only screen and (max-width: 768px){
.bg-text-top {
  font-size: 50px;
  line-height: 77%;
}
.bg-text-btm {
  font-size: 50px;
  line-height: 77%;
}
}


/* 画像オフセット
************************/
.img-offset {
  position: relative;
}


/* TOP パララックス
*****************************************************/
.content-bg-kv {
	background-image: url(../images/top/parallax.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
}
@media only screen and (max-width: 768px){
.content-bg-kv {
	background-image: url(../images/top/parallax_sp.jpg);
	background-size: 100%;
	background-position: center 30%;
  height: 500px;
}
}


/* ★ビジュアルモード用CSS
*****************************************************/

img.aligncenter {
  display: block;
  margin:0 auto 30px;
}
img.alignright, img.alignleft{
  margin-bottom: 30px;
  display:inline;
}
img.alignleft{
  float: left;
  margin-right: 30px;
  display:inline;
}
img.alignright{
  float:right;
  margin-left: 30px;
  display:inline;
}
@media only screen and (max-width: 768px){
img.alignleft, img.alignright{
  float: inherit;
  margin: 0 auto 30px;
  display: block;
}
}

/*****************************************************/

/* ★iflame　埋め込み
*****************************************************/

@media only screen and (max-width: 768px){

  iframe {
  width: 100%;
  }
}

/*****************************************************/

/* 検索結果ページ
*****************************************************/
.search > article > header {
  background-size: inherit;
  width: inherit;
  position: inherit;
  margin: inherit;
  z-index:inherit;
}

.content {
    padding: 0;
}