@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.entry-content {
    margin-top: -20px;
    margin-bottom: 0;
}

/************************************
** contents
************************************/
.wrap {
width: 100%;
margin: 0 auto;
}

#content{ margin-top:0;margin-bottom: 0;}
#content-in{margin:0 auto;}
#content::after{ display:none;}

#main{ padding:0;margin-bottom:0; border:none;}

.page .sns-follow,
.page .author-info{
    display: none;
}

#main-image p img:hover{ opacity:1;}

/************************************
** ヘッダー
************************************/
.logo{
	width:330px;
	text-align:left;
}
.header-container-in.hlt-top-menu .logo-header{	margin-top:10px;}
#header-in{ width:1200px; margin:0 auto;}


/**      ヘッダーボタン		**/
.h-submenu{float:right; margin-top:-105px;}
.h-submenu li{ display:inline-block;}

.page .header-container-in{ height:90px; background-color:#f7f6f2;}
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header { margin-top:10px;}

.page .article-header {background-color:#81c76a;color:#fff;}
.page-id-306 .page .article-header {background-color:#ff8500;}


/************************************
** フッター
************************************/
#footer{padding-top:0!important;margin-top:0;}


/************************************
** フッター(チェントホーム)
************************************/
.home-f {
 color: #808080;
  text-align: center;
 padding: 30px;
}
.home-f a {
 color: #808080;
 text-decoration: none;
}
.home-f a:hover {
 text-decoration: underline;
}
.home-f .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.home-f .menu li {
 margin: 0;
 padding: 0 20px;
 border-right: 1px #808080 solid;
}
.home-f .menu li:last-child {
 border: none;
}
.home-f .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}

@media only screen and (max-width: 599px) {
.home-f .menu {
 justify-content: flex-start;
}
.home-f .menu li {
 width: 50%;
 box-sizing: border-box;
 border: none;
}
.home-f .menu li:nth-child(odd) {
 border-right: 1px #808080 solid;
}
}


/************************************
** Main
************************************/
.wp-block-cover{ min-height:560px;margin-bottom:0!important; }

/************************************
** Menu
************************************/
.header-container-in { position:relative;padding-bottom:10px;}
.header-container-in .navi-in{ position:absolute;right:0px; top:0px; }
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:14px!important; font-weight:bold;}


#menu-h-menu{ margin-top:17px;margin-right:20px;}
#menu-h-menu li{width:90px!important; text-align:center; line-height:2!important; display: block; height:40px; }
#menu-h-menu li a{color:#000000;}
.sub-caption{ color:#00a051;}
#menu-h-menu li{ padding-top:10px;}


#menu-h-menu li#menu-item-101{width:250px!important;height:45px;margin-right:10px;}
#menu-h-menu li#menu-item-23{margin-top:-10px;width:220px!important;height:60px; border-radius:50px;}
#menu-h-menu li#menu-item-101 .item-label,
#menu-h-menu li#menu-item-23 .item-label{ display:none;}
#menu-h-menu li#menu-item-101 a,
#menu-h-menu li#menu-item-23 a{ padding:20px 60px!important;}
#menu-h-menu li#menu-item-101 a:hover,
#menu-h-menu li#menu-item-23 a:hover{ opacity:0.1;}

.m-tel{
background: transparent url(images/bt-tel.png) 50% 50% no-repeat!important;
padding:10px 30px!important;
width:220px;
}
.m-tel a:hover{ opacity:0.6;}

.m-contact{
background: #f0a32a url(images/bt-contact.jpg) 50% 50% no-repeat!important;	
padding:10px 30px!important;
width:220px!important;
}
.m-contact a:hover{ opacity:0.6;}	

/************************************
** 固定ヘッダー
************************************/
.fixed-header{ top:15px!important; height:90px;}
.fixed-header #menu-h-menu li{width:80px;}
.fixed-header #menu-h-menu li#menu-item-48{width:130px;}
.header-container-in.hlt-top-menur{position:relative;}
.fixed-header #nav{background-color:none; padding-bottom:0!important;}
.fixed-header #navi .navi-in{
  position: absolute;
  right:0;
  top: 20px;
}

.fixed-header #navi .navi-in a{color:#012351;}
.fixed-header .logo{ position:absolute;top:10px;left:0; }
.fixed-header .h-submenu{ 
	position:absolute;
	bottom:-4px;
	right:50px;
}
.fixed-header .h-submenu img.pc-img{ max-width:95%;} 
.header-container-in.hlt-top-menu .h-submenu li{ padding-top:10px;}
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:11px; color:#000000; }


/************************************
** 共通
************************************/
section{ margin-bottom:0!important;}

/*投稿日を非表示にする*/
.page .post-date {
  display: none;
}

/*更新日を非表示にする*/
.page .post-update{
  display: none;
}

.entry-card-meta, .related-entry-card-meta{ padding-bottom:10px;}

img.aligncenter {
display:block;
margin:5px auto 30px auto;
text-align:center;
}

img.alignright{ margin:5px 0 30px 30px;}
img.alignleft{ margin:5px 30px 30px 0;}

img a:hove{ opacity:0.5;}

.alignright{ float:right; }
.alignleft{ float:left; }

.pc-img{ display:inline!important;}
.tab-img { display:none!important;}
.tab-smt{ display:none!important;}	
.smt-img { display:none!important;}

/************************************
** margin / padding
************************************/
.mt10{ margin-top:10px;}
.mt30{ margin-top:30px;}

.mb0{ margin-bottom:0px!important;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px!important;}
.mb50{ margin-bottom:50px!important;}

.mr0{margin-right:0!important;}
.mr10{margin-right:10px!important;}

/************************************
** Font
************************************/
.fss{font-size:60%;}
.fs{font-size:80%;}
.fm{font-size:120%;}
.fl{font-size:140%;}
.fll{font-size:180%;}
.fbig{ font-size:200%;}

.bold{ font-weight:bold; }
.uline{ text-decoration:underline;}
.line{ border-bottom:1px solid #a2a2a2; padding-bottom:7px;}
.fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.red{ color:#ef402f;}
.white{ color:#ffffff;}
.gray{color:#aeaeae;}
.green{ color:#5ab54c;}
.yellow{ color:#fbf17c;}
.blue{ color:#125fa3;}
.orange{ color:#ff8500;}

.line-yellow{ background:linear-gradient(transparent 20%, #fbf17c 20%);}
.boxglay{ padding:10px; background-color:#e2e2e2;}
.mincho{font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;}

.center{ text-align:center!important;}
.right{ text-align:right!important;}
.left{ text-align:left!important;}

.text01{ line-height:1.4;}


/************************************
** button
************************************/
.bt01{ border:1px #000 solid;text-align:center;margin:0 150px;}
.bt01 a{ text-decoration:none; color:#000; font-size:0.8em; padding:10px;display:block;}
.bt01 a:hover{ background-color:#e3e3e3;}

/************************************
** Tittle
************************************/
.article section h2{ background-color:transparent; text-align:center;}


h1.entry-title,
h1.archive-title{
   padding: 1rem 2rem;
  margin-bottom:50px;	
}

h2.ti02{
  position: relative;
  padding:10px 0 .5em 0;
  margin-bottom:20px!important;
  border-bottom: 4px solid #ccc!important;
  font-size:1.4em;
  text-align:left!important;
  background-color:#fff;
}

h2.ttl {
width: 100%;
position: relative;
color: #fff;
text-align: center;
padding: 30px;
background-color: #0b4797!important;
font-size:1.8em;
line-height: 1.2em;
letter-spacing: -0.1em;
}
.ttl::after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 0 0 0 -50px;
border: 50px solid transparent;
border-top-color: #0b4797;
content: '';
}

h2.ttl02 {
width: 100%;
color: #fff;
text-align: center;
padding:20px;
background-color: #0b4797!important;
font-size:1.8em;
line-height: 1.4;
letter-spacing: -0.1em;
margin-bottom:10px;
}

.article h3{ border:none; font-size:1.8em;}
/*.ti03{
    display: flex;
    align-items: center;
	color:#002b6d;
	font-size:1.2em!important;
	padding-left:0!important;	
}
 
.ti03:after{
    content: "";
    height: 1px;
	 width: 100px;
    background-color: #a2a2a2;
	margin-left: 1rem;
}*/

 
.ti03:before { margin-right: 1rem; }

.article h3.ti03{border:none; margin-bottom:50px;}

.article h4{ 
	border-top:none;
	border-bottom:none;
}

.ti04{
  font-size: 20px !important;/*文字のサイズ*/
  background: #eef2f5!important;/*背景色*/
  border-bottom: 3px solid #001341!important;/*下線*/
  color: #323232!important;
  padding:.7em!important;
  margin-bottom: 30px!important;
  border-top: none !important;
}

/*基本の吹き出し*/
.balloon{
  position: relative;
  background: #81c76a;
padding: 0.5em;
border-radius:20px;
	text-align:center;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}
.balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #81c76a transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

/************************************
** box
************************************/
.box01{ 
  padding: 10px;
  border: 1px solid #0b4797;
  display:inline-block;
  background-color:#0b4797;
  color:#ffffff;
  margin-bottom:10px;
}
.box02{ 
 padding:20px 40px;
  border: 1px solid #e9e9e9;
  display:inline-block;
  background-color:#fff;
  margin-bottom:10px;
}
.boxblue{ 
	background-color:#e3eef7;
	padding:20px;
	margin-bottom:20px;
}

.dl-l{ float:left; width:48%; margin-left:10px; }
.dl-r{ float:right; width:48%;}

/************************************
**　固定ページ共通
************************************/
.page-id-7 #main-image,
.page-id-13 #main-image{background: transparent url(images/bg-main.gif) center bottom repeat-x!important;}

.page-id-108 #main-image{background-color: #f8f7f3;}
.page-id-260 #main-image{background-color: #fff9eb;}


.page-id-7 #main-image p,
.page-id-108 #main-image p,
.page-id-13 #main-image p,
.page-id-260 #main-image p{
    width: 1200px;
    margin: 0 auto;	
}
.page-id-7 .inner,
.page-id-108 .inner,
.page-id-13 .inner,
.page-id-260 .inner{ padding:50px 0;}

.page-id-7 #content,
.page-id-108 #content,
.page-id-13 #content,
.page-id-260 #content{
	max-width:100%;
	margin:0 auto;
	padding:0;
}
.page-id-7 .content-in.wrap,
.page-id-108 .content-in.wrap,
.page-id-13 .content-in.wrap,
.page-id-260 .content-in.wrap{ width:100%!important; }

/************************************
**　TOP
************************************/
.article#post-13{ margin-bottom:0!important;}
.post-13 .sec01{background: #f7f6f2 url(images/img-top-sec01.png) right -200px center no-repeat!important;}
.post-13 .sec01 h2{ 
	padding-left:0!important;
	margin-bottom: 30px;
    font-size: 3.6rem;
    line-height: 1.4;
	text-align:left;
	
}
.post-13 .sec01 .text{ margin-left:20px; width:45%;}

.page-id-13 .sec02 {background:transparent url(images/bg-sec01.jpg) center bottom repeat!important;}
.page-id-13 .sec02 .inner{ padding:100px 0 50px 10px;}

.page-id-13 .sec03{background: transparent url(images/img-top-sec03.png) right -400px center no-repeat!important;}
.page-id-13 .sec03 h2{ 
	padding-left:0!important;
	margin-bottom: 30px;
    font-size: 3.6rem;
    line-height: 1.4;
	text-align:left;
	line-height:1.4;
}
.page-id-13 .sec03 .text{ margin-left:20px; width:45%;}

.page-id-13 .seccontact{
background: #f7f6f2 url(images/bg-contact.png) center center no-repeat;
}

.page-id-13 .seccontact .boxcontact{
	margin:0 120px;
	padding:40px;
	border-radius:40px;
	background-color:#ffffff;
}

.page-id-13 .sec04 h2 {
	position: relative;
	text-align: center;
	padding: 1.5rem;  
	font-size:1.8em;
}
.page-id-13 .sec04 h2:before {
	position: absolute;
	content: '';
	background: #a6dbb2;
	bottom: 0;
	left: calc(50% - 30px);
	width: 80px;
	height: 5px;
}

.link-btn a{
	box-sizing: border-box;
	display: block;
	width: 260px;
	margin: 50px auto 0 auto;
	padding: 10px;
	background-color: #0cb59b;
	border-radius: 5px;
	color: #fff;
	font-size: 1.0rem;
	text-align: center;
	transition: all .2s;
	text-decoration:none;
	
}
.link-btn a:hover {
	color: #fff;
	background-color: #14d0b3;
}

/************************************
**　採用ページ
************************************/
.post-7 .sec01,
.post-108 .sec01{background: transparent url(images/bg-sec01.jpg) center bottom repeat!important;}
.post-7 .sec02{
background-color:#f7f6f2;
background-image: url(images/img-sec02-01.png),url(images/img-sec02-02.png);
background-position: top right, bottom 20% right;
background-repeat: no-repeat, no-repeat;
background-size:50% auto, 50% auto;
}
.post-7 .sec02 h2{text-align:left;padding-left:0;}
.post-7 .sec02 p{ width:45%; text-align:left;}


.post-7 .sec03{background: #81c76a url(images/bg-sec03.jpg) center top no-repeat!important;}
.post-7 .sec03 h2{ margin-top:100px;}

.post-7 .sec03 .box{ background-color:#fff; padding:30px; margin-bottom:30px;}
.post-7 .sec03 .box dl dt{ 
color:#ef402f;
font-size:1.6em;
font-weight:bold;
background-image: url(images/box-sec03-icon.png),url(images/box-sec03-bottom.png);
background-position: top left, bottom 10% left;
background-repeat: no-repeat, repeat-x;
padding-left:80px;
padding-bottom:20px;
margin-bottom:20px;
}

.post-7  .sec03 .box dl dd.name{ 
	text-align:right;  
	font-weight:bold; 
	margin-bottom:20px;
	font-size:1.2em;
} 

.post-7 .sec04{ background-color:#f7f6f2; }
.post-7 .sec04 .sec04box{ margin:0 220px;} 

.post-7 .sec04 dl{ float:left;width:315px;margin-right:60px;}
.post-7 .sec04 dl.last{ margin-right:0px;}
.post-7 .sec04 dl dt{} 
.post-7 .sec04 dl dd{ 
	background-color:#fff;
	padding:20px;
	line-height:1.5;
	margin-top:-10px;
	min-height:150px;
}

.post-7  .sec05{background-color:#fff;}
.post-7  .sec05 h2{ margin-bottom:50px;}
.post-7  .sec05 .sec05box{ margin-bottom:30px;}

.post-7  .sec05 .sec05boxl,
.post-7  .sec05 .sec05boxr{ width:48%; }
.post-7  .sec05 .sec05boxl{ 
	float:left;
	margin-right:30px;}
.post-7  .sec05 .sec05boxr{ float:right;}

.post-7  .sec05 .sec05boxl dt,
.post-7  .sec05 .sec05boxr dt{ margin-bottom:15px;}
.post-7  .sec05 .sec05box dd{ margin-bottom:15px;}

.post-7  .sec06{background-color:#f7f6f2;}
.post-7  .sec06 .inner{ }

.post-7  .sec06 .sec06box-g-box{background: #f0a32a url(images/bg-sec06-g.png) center top no-repeat!important; padding:240px 20px 20px 20px; margin-bottom:50px;}
.post-7  .sec06 .sec06box-g-box dl{ 
	background:#fff url(images/icon-maru.jpg) left 20px center no-repeat!important;
	padding:30px 20px 30px 160px;
	border-radius:40px;
	margin-bottom:30px;
}
.post-7  .sec06 .sec06box-g-box dl dt,
.post-7  .sec06 .sec06box-b-box dl dt{
	background:#fff url(images/line-dotte.jpg) left bottom repeat-x;
	padding-bottom:10px;
	margin-bottom:20px;
	font-size:1.6em;
	font-weight:bold;
}


.post-7  .sec06 .sec06box-b-box{background: #646664 url(images/bg-sec06-b.png) center top no-repeat!important; padding:220px 20px 20px 20px; margin-bottom:50px;}
.post-7  .sec06 .sec06box-b-box dl{ 
	background:#fff url(images/icon-peke.jpg) left 20px center no-repeat!important;
	padding:30px 20px 30px 160px;
	border-radius:40px;
	margin-bottom:30px;
}
.post-7  .sec07{background: #81c76a url(images/bg-sec03.jpg) center top no-repeat!important;}
.post-7  .sec07 h2{ margin-top:100px;}
.post-7  .sec07 .sec07box{ background: transparent url(images/bg-sec07.png) right top no-repeat!important;}
.post-7  .sec07 .sec07box .inn{ 
	background-color:#fff;
	border-radius:40px;
	padding:50px;
	margin-right:480px;
}

.post-7  .sec08{background-color:#f7f6f2;}

.post-7  .sec08 h2 {
	position: relative;
	text-align: center;
	padding: 1.5rem;  
	font-size:1.8em;
}
.post-7  .sec08 h2:before {
	position: absolute;
	content: '';
	background: #a6dbb2;
	bottom: 0;
	left: calc(50% - 30px);
	width: 80px;
	height: 5px;
}

.post-7  .sec08 dt{padding-bottom:30px;}
.post-7  .sec08 dd{ 
	padding:50px 20px;
	font-size:1.6em;
	margin-top:-230px;
	margin-left:200px;

}
.post-7  .sec08 dd.icon-flow01{background: #fff url(images/icon-flow01.png) right 10px center no-repeat!important;}
.post-7  .sec08 dd.icon-flow02{background: #fff url(images/icon-flow02.png) right 10px center no-repeat!important;}
.post-7  .sec08 dd.icon-flow03{background: #fff url(images/icon-flow03.png) right 10px center no-repeat!important;}
.post-7  .sec08 dd.icon-flow04{background: #fff url(images/icon-flow04.png) right 10px center no-repeat!important;}
.post-7  .sec08 dd.icon-flow05{background: #fff url(images/icon-flow05.png) right 10px center no-repeat!important;}
.post-7  .sec08 dd.icon-flow06{background: #fff url(images/icon-flow06.png) right 10px center no-repeat!important;margin-top:-180px;}

.post-7  .sec09{background: transparent url(images/bg-sec01.jpg) center bottom repeat!important;padding-top:50px;padding-bottom:50px;}

.post-7  .sec09 .inner{ 
position: relative;
padding: 80px 50px 80px 400px;
background: #fff url(images/ti-sec09.jpg) left 30px top 60px no-repeat!important;
}

.post-7  .sec09 .inner:before{ 
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  content: '';
border: 1px solid #bdb5ab;
}

.post-7  .sec09 dl{
display: flex;
flex-flow: row wrap;
width: 100%;	
	position: relative;
	border-top: 3px solid #eaeff3;
	padding: 10px 0;
	}
.post-7  .sec09 dl:before {
	position: absolute;
	left: 0;
	top: -3px;
	width: 20%;
	height: 3px;
	content: '';
	background: #81c76a;
	}

.bosyu dt {
flex-basis: 20%;
padding: 20px;
vertical-align:middle;
font-weight:bold;
}
.bosyu dd {
flex-basis: 80%;
padding: 20px;

}
@media screen and (max-width: 640px) {
.bosyu dl {
flex-flow: column;
}
}

.post-7 .seccontact{
background: transparent url(images/bg-contact.png) center top no-repeat;
}

.post-7  .seccontact .boxcontact{
	margin:0 120px;
	padding:40px;
	border-radius:40px;
background:#ffffff url(images/img-contact01.png) right 10px top 10px no-repeat;
position:relative;
}
.post-7  .seccontact .boxcontact .ti-con{ font-weight:bold; font-size:1.4em; text-align:center;}

.btn01{ 
	background:#f0a32a url(images/icon-mail.jpg) left 25% center no-repeat;
	padding:20px; 
	margin:0 50px 30px 50px ;
	border-radius:30px;
	color:#fff;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
}
.btn01 a{color:#ffffff; text-decoration:none;}
.btn01 a:hover{ text-decoration:underline;} 

.post-7  p{ margin-bottom:20px;}


.sec10{
background:transparent url(images/bg-sec10.png) center top repeat;
padding-bottom:50px;
}

.sec10 .inner{
	background-color:#fff;
	padding:50px;
	text-align:center;
}

.sec10 h2{
 display: flex;
 flex-wrap: nowrap;
 justify-content: center; 
 align-items: center;
 border:0;
font-size:2em;
margin-bottom:0;
padding:50px 0;
}

/*短い左右線*/
.sec10 h2:before,
.sec10 h2:after {
 content: '';
 width: 100px;
 height: 3px;
 background-color:#81c76a !important;
 /*Lightning見出しデザイン設定のCSS対策*/
 position: unset;
 border: unset;
 margin-left: unset;
 margin-right:unset;
 flex-grow: unset;
}
.sec10 h2:before{ margin-right:50px;}
.sec10 h2:after { margin-left:50px; }


/************************************
** ゴルフインストラクター
************************************/
.page-id-108 .sec02{background-color:#fff;}
.page-id-108 .sec02 h2{ margin-bottom:50px;}
.page-id-108 .sec02 .sec02box{ margin-bottom:30px;}

.page-id-108 .sec02 .sec02boxl,
.page-id-108 .sec02 .sec02boxr{ width:48%; }
.page-id-108 .sec02 .sec02boxl{ 
	float:left;
	margin-right:30px;}
.page-id-108 .sec02 .sec02boxr{ float:right;}

.page-id-108 .sec02 .sec02boxl dt,
.page-id-108 .sec02 .sec02boxr dt{ margin-bottom:15px;}
.page-id-108 .sec02 .sec02box dd{ margin-bottom:15px;}

.flow_design11 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow11 {
  padding-left: 0;
}

.flow11 > li {
  list-style-type: none;
  position: relative;
  padding: 0 20px 10px 120px;
  margin-bottom: 50px!important;
  background: url(images/dotte-geen.gif) left 0px bottom repeat-x;
	
}

.flow11 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow11 > li .icon11 {
  position: absolute;
  margin: 0;
  line-height: 0;
  font-size: 120px;
  font-weight: bold;
  left: 10px;
  bottom: 180px;
  color: transparent;
  -webkit-text-stroke: 3px #5ab54c;
}

.flow11 > li dl dt {
  font-size: 1.4em;
  font-weight: bold;
	margin-bottom:20px;
}

.flow11 > li dl dd {
  margin: 0;
}
.page-id-108 .seccontact {
    background: transparent url(images/img-golf-contact01.png) center top no-repeat;
}    
.page-id-108  .seccontact .boxcontact{
margin:0 120px;
padding:40px;
border-radius:40px;
background-color:#ffffff;
position:relative;
}
.page-id-108 .seccontact .boxcontact .ti-con{ font-weight:bold; font-size:1.4em; text-align:center;}

/************************************
** セントホーム
************************************/
.page-id-260 .inner{
	width:1300px!important;
	margin:0 auto;
}

.page-id-260 .header-container-in,
.page-id-260 .fixed-header,
.page-id-306 .header-container-in,
.page-id-306 .fixed-header,
.category-8 .header-container-in,
.category-8 .fixed-header {display:none;}

.home-sec01,
.home-blog{ background-color:#fff9eb;}

.home-sec03{ background-color:#fdf2d7;}

.page-id-260 .voicebox{ text-align:left;background-color:#fff; border-radius:20px; padding:50px 60px; margin-bottom:50px;}
.page-id-260 .voicebox01{ background:#fff url(images/img-home-sec03-07.jpg) center bottom no-repeat; padding-bottom:300px;background-size: contain;}


.page-id-260 .ti03{
	border-left:10px solid #ff8500!important;
	padding:5px 0 5px 20px;
	margin-bottom:15px!important;
	color:#ff8500;
	font-size:1.2em;
}
.page-id-260 .home-toku{ background-color:#fff9eb; border:3px solid #0f305b;padding:20px 50px 50px 50px;border-radius:10px;}
.page-id-260 .home-toku dt{ font-size:1.2em; font-weight:bold;line-height:1.4;}
.home-toku dt.toku01{background:transparent url(images/icon-home-toku01.png) center left no-repeat;padding:45px 0px 45px 150px;margin-bottom:15px;border-bottom:5px solid #fbb05e;}
.home-toku dt.toku02{background:transparent url(images/icon-home-toku02.png) center left no-repeat;padding:45px 0px 45px 150px;margin-bottom:15px;border-bottom:5px solid #fbb05e;}
.home-toku dt.toku03{background:transparent url(images/icon-home-toku03.png) center left no-repeat;padding:45px 0px 45px 150px;margin-bottom:15px;border-bottom:5px solid #fbb05e;}

.home-sec05{ background-color:#ff8500;}
.home-boxsec05{ background:#fff url(images/img-sec05-01.jpg) center right 20px no-repeat; border-radius:10px; padding:50px;}
.page-id-260 .dlprofile{padding-right:400px;}

.page-id-260 .dlprofile dt{
	font-size:1.6em;
	font-weight:bold;
	padding-bottom:20px;
  margin-bottom: 30px!important;
  background: url(images/dotte-orange.png) left bottom repeat-x;
}

/************************************
** youtube レスポンシブ
************************************/
.movie-wrap{
  width:100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-container{ 
	max-width:1000px!important;
	text-align:center!important;}

/************************************
** List
************************************/
ul{ padding-left:0!important;}
.listNomal{ padding-left:0!important;}
.listNomal li{ list-style:none!important;}
.article dd {
    margin-left: 0px;
}

dl.listIcon01{
	padding-left:0!important;
	padding-bottom:17px;
	margin-bottom:17px;
    background: url(images/line-dotte.png) left 0px bottom repeat-x;
}

dl.listIcon01 dt {
    padding: 15px 0 15px 35px;
    line-height: 1.2em;
    background: url(images/icon-chk.png) left 0px top 50% no-repeat;
	margin:0 0 10px 0;
    font-weight: bold;
    font-size: 1em;
	list-style:none
}
dl.listIcon01 dd { padding-left:30px; }

.listIcon02{background-color:#fff9eb;border:2px solid #ff8500; padding:30px!important; width:50%;}
.listIcon02 li {
    padding: 5px 0 12px 40px;
    line-height: 1.6em;
    background: url(images/icon-arrow.png) left 0px top 10px no-repeat;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 1.2em;
	list-style:none;
}
.listIcon03{padding-left:0px!important;}
.listIcon03 li {
    padding: 12px 0 12px 50px;
    line-height: 1.6em;
    background: url(images/icon-arrow03.png) left 0px top 10px no-repeat;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 1.2em;
	list-style:none
}
.listcircle{
	padding-left:0px!important;
}
 
.listcircle li{
  position: relative;
  padding-left: 20px;
 list-style:none;
 font-size:1em;
}
 
.listcircle li:before {
  content: "";
  position: absolute;
 bottom:30%;
  left: 0;
  width:10px;
  height:10px;
  background-color: #00a3d8;
  border-radius: 50%;
}

ol.listnumber {
  list-style: none;
  counter-reset: list-counter; /*list-counterの値が0にリセットされる*/
  padding: 0;
  margin: 0;
}
ol.listnumber li {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0;
  padding-left: 30px;
  position: relative;
}

ol.listnumber li:before {
  content: counter(list-counter);/*list-counterの値を挿入*/
  counter-increment: list-counter;/*連番の値が挿入される*/
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50%;/*円を作る*/
  height: 25px;/*円の高さを指定*/
  width: 25px;/*円の幅を指定*/
  display: flex;/*円と文字が中央になるよう調整*/
  justify-content: center;
  align-items: center;
  position: absolute;/*左端に配置*/
  top: 0;
  left: 0;
  font-size: 85%;/*文字サイズ小さめに調整*/
	background-color:#00a051;
	color:#fff;
}

ul.listchk {
  list-style-type: none;
	text-align:center;
}
ul.listchk li {
	display:inline-block;
  position: relative;
  line-height: 1.8;
	font-size:1em;
	color:#003c81;
	margin-right:25px;
	font-weight:bold;
}
ul.listchk li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #00a051;
  border-bottom: 3px solid #00a051;
  transform: rotate(-45deg);
}

ul.listinline li{ float:left; margin-right:10px; list-style:none;}
ul.listinline li.last{margin-right:0px;}

/************************************
** table
************************************/
table .thead th {
	background:#1e4260!important;
	padding:10px;
	color:#fff;
}

table.table01 {
	margin:3% 0;
	border-left:#accbd3 1px solid;
	border-right:#accbd3 1px solid;
	
}
table.table01 th {
	background:#eef2f5!important;
	color:#000;
	padding:15px;
	text-align:left;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-left:#ccc 1px solid;
	width:30%;
}

table.table01 th.th01 { background-color:#accbd3!important; width:15%;}
table.table01 th.th02 { background-color:#e9decd!important; width:30%;}
table.table01 td {
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	padding:15px;
	text-align:left;
}

table.table01 td.price{ text-align:right;}

table.table02{
  border-collapse: collapse;
  width: 100%;
}
.table02 th,
.table02 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.table02 th {
  background:#eef2f5;
  color: #000;
  
}
@media screen and (max-width: 640px) {
  .table02 .head{
    display:none;
  }
  .table02 {
    width: 100%;
  }
  table.table02 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.table02 td:first-child{
    background: #eef2f5;
    color:#000;
    font-weight:bold;
  }
	
  table.table02 td:before{
    content: attr(data-label);
    font-size: .7rem;
    font-weight:bold;
    color: #999;
    display: block;
  }
  .table02 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/* table03 */
.table03 tr {
  border-bottom: 1px solid #b5b1b1;
}

.table03 th,
.table03 td {
  padding: 24px 0;
  border: none;
	font-size:1em;
}

.table03 th {
  width: 30%;
	background-color:transparent;
}

/* tablet */
@media only screen and (max-width: 1024px) {
.table03 td{ width: 50%;}
}

/* sp */
@media only screen and (max-width: 840px) {
  .table03 th,
  .table03 td {
    width: 100%;
    display: block;
	text-align:center;
}
.table03 td {padding-top: 0;}
}

/************************************
** googlemap
************************************/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/************************************
** アイキャッチ
************************************/
.page .eye-catch-wrap { /*アイキャッチ*/
display: none;
}

/************************************
** clearfix
************************************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/************************************
** 固定ページ
************************************/
.page .inner{
	width:1200px;
	margin:0 auto;
	/*margin:0 15%;*/
}


/************************************
** プライバシーポリシー
************************************/
.dlprivacy {
margin-left: 0;
margin-right: 10px;
}

.dlprivacy dt {
margin: 27px 0 14px;
border-left: 5px solid #81c76a;
background-color: #f4f4f4;
padding: 10px 18px 7px;
line-height: 1.5;
font-size: 120%;
font-weight: normal;
}

.dlprivacy dd {
margin-bottom: 20px;
margin-left: 15px;
}


/************************************
** お問い合わせ
************************************/
/*デザインcss↓*/
.box_con {
  max-width: 1100px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}


.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
text-align:left;
}
.submit-button {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    background-color: #e4eeef;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}
 
.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}
 
@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #f5f6f7;
    padding: .8em .2em;
  }
}
.box_con form table tr th span {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #cd6f55;
  color: #fff;
  font-size: 14px;	
}
.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid #4c7096;
}
.box_con form table tr label input {
  cursor: pointer;
 /* display: none;*/
  vertical-align: middle;
}
.box_con form table tr .radio02-input{
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}

.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #4c7096;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
/*  width: 100%;
  height: 3em;*/
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con form table tr textarea {
width:100%!important;
height:100px!important;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

/************************************
** 投稿ページ
************************************/
.category #content,
.single #content {
	margin:0 auto;
	background: #FFF;
    padding: 2% 5%;
    max-width: 1000px;
}

.eye-catch{
	text-align:center;
}
.eye-catch img{
/*	max-width:40%;*/
	margin-bottom:30px;
}

.single .article h2{
 padding: 0.5em;
  color: #494949;
  background: #eaf4fc;
  border-left: solid 5px #7db4e6;
}

.single .article h3{
	font-size:20px;
 padding: 0.5em;
  color: #494949;
  background: #eaf4fc;
  border-left: solid 5px #7db4e6;
}
.single .article h4{
font-size:16px;
padding: 0.5em;
color: #494949;
background: #eaf4fc;
border-left: solid 5px #7db4e6;
}
.single .article h5{
font-size:14px;
padding: 0.5em;
color: #494949;
background: #eaf4fc;
border-left: solid 5px #7db4e6;
	border-bottom:none;
}

.cta-box {
border: solid 1px #9d9d9d;
border-radius: 8px;
background-color: #fff;
color:#444;
}

/*******************************
* カテゴリページ
********************************/
.entry-card-wrap { margin-bottom:10px;}
.entry-card{
	padding-left:0!important;
	padding-bottom:20px;
	margin-bottom:10px;
    background: url(images/line-dotte.png) left 0px bottom repeat-x;
}

.post h2.entry-card-title,
.post h2.related-entry-card-title{
  position: relative;
  padding: 0.5em;
	margin-bottom:30px;
}
.post h2.entry-card-title::before,
.post h2.related-entry-card-title::before,
.post h2.entry-card-title::after,
.post h2.related-entry-card-title::after {
	content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.post h2.entry-card-title::before,
.post h2.related-entry-card-title::before {
  width: 20%;
  background-color: #c2c2c2;
}
.post h2.entry-card-title::after,
.post h2.related-entry-card-title::after{
  width: 80%;
  background-color: #5ab54c;
  left: 20%;
}
/************************************
**　トップ新着・人気・関連記事ウィジェット
　　投稿日・更新日表示
************************************/
.new-entry-card-date {
  display: block;
}
.new-entry-card-date .post-date{
background:transparent url(images/icon-time.png) no-repeat left center;	
display: block!important;
padding:10px 0 10px 20px;}

.widget-entry-card-date {
	display: block;
	position: absolute; right: 0;/*右寄せ*/
	font-size: 18px; /*フォントサイズ*/
}

.widget-entry-card-snippet{
	line-height:1.5;	
}

/*******************************
* 新着記事を横並びに
********************************/
.widget-entry-cards.card-large-image .a-wrap {
width:32.5%;
height:auto;
display: inline-flex;
background-color:#fff;
padding:20px;
	border-radius:10px;
	
}

@media screen and (max-width: 800px) {
.widget-entry-cards.card-large-image .a-wrap {
width:auto;
display: inline-flex;
}
}

.widget-entry-cards.not-default figure img {
padding: .5em;
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1100px以下 (タブレット横サイズ)* */

@media screen and (max-width: 1100px){
#menu-h-menu li{ width:75px!important; }	
.header-container-in.hlt-top-menu .navi-in .item-label{ font-size:11px!important; }
	
#menu-h-menu li#menu-item-101{width:240px!important;display: block; position:relative; }
#menu-h-menu li#menu-item-101 .item-label{ color:#002b6d; height:40px;padding-top:7px; }
#menu-h-menu li#menu-item-101 a:hover .item-label{ background-color:#002b6d!important; color:#fff; width:100%;}

#menu-h-menu li#menu-item-23{width:180px!important;display: block; position:relative; margin-left:0px;}
#menu-h-menu li#menu-item-23 .item-label{ color:#ea0838; height:40px;padding-top:7px; }
#menu-h-menu li#menu-item-23 a:hover .item-label{ background-color:#ea0838!important; color:#fff; width:100%;}
	
/************************************
** 固定ページ
************************************/
.page .inner{
	width:100%!important;
	margin:0 auto;
	/*margin:0 15%;*/
}
	
.pc-img { display:none !important;}
.tab-img{ display:inline!important;}	
.tab-smt{ display:inline!important;}	
.smt-img{ display:none !important;}		
	
}


/*1024px以下*/
@media screen and (max-width: 1024px){
/************************************
** ヘッダー
************************************/
#header-in{ width:100%; position:relative; }
.page .inner{
	width:100%;
	margin:0 auto;
}	

.tagline{ 
	margin-top:0!important;
	margin-bottom:0!important;
}
	
.mobile-header-menu-buttons{ background-color:#fff;}
	
.page-id-260 .mobile-header-menu-buttons,
.page-id-306 .mobile-header-menu-buttons{ display:none;}
.search-menu-button{ display:none;}
.navi-menu-button{ margin-top:7px;}

	
/*固定ヘッダーエリア*/	
.fixed-header #navi .navi-in {
position: absolute;
left: 230px!important;
top: 10px;
}

.fixed-header .header-container-in.hlt-top-menu .navi-in .item-label{ font-size:0.8em!important;}	
.fixed-header .logo{ position:absolute;top:10px;left:0; }
.fixed-header .h-submenu{
  width:340px;	
  position: absolute;
  top: -10px;
  left: 750px;
  margin-top: 0 !important;	
}
.fixed-header #menu-h-menu li{ /*width:16%!important;*/ }
.fixed-header .h-submenu li{ max-width:120px;}	
.fixed-header .h-submenu img{ }
	
/*ロゴエリア*/
.logo-menu-button img {
    max-height: 50px;
	max-width:95%;
	margin: 10px 0 0 5px;
}

/*ヘッダーボタンエリア　*/
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;}
#menu-h-menu li#menu-item-101{
background: transparent url(images/m-tel.png) 50% 50% no-repeat!important;
padding:30px!important;
margin-top: -5px;
width:50px!important
}

#menu-h-menu li#menu-item-23{
background:transparent url(images/m-mail.png) 50% 50% no-repeat!important;	
margin-top: -5px;
padding:30px!important;
width:50px!important;
border-radius:0;
}
.m-contact a:hover{ opacity:0.6;}	
	
	
/*メニューエリア*/
#menu-h-menu li{ font-size:0.8em!important;}
.m-tel {
   padding: 10px 30px!important;
   width: 250px;
}
.menu-drawer .m-tel a{ opacity:0.01;}
.menu-drawer .m-contact a{opacity:0.01;}

	
.fa-bars::before{ color:#000000!important;}
.search-menu-button.menu-button,
.mobile-header-menu-buttons .navi-menu-button.menu-button{
	height: 65px;
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
}
.navi-menu-button { width:60px!important;}	
.navi-menu-button img{margin-right:0; }
.navi-menu-caption{ color:#000000!important; }	

	
	
/*メイン画像エリア*/
.wp-block-cover{min-height:70vh;}
.page-id-7 #main-image p,
.page-id-13 #main-image p,
.page-id-108 #main-image p,
.page-id-260 #main-image p,
#main-image p{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}	
	
img.alignright, img.alignleft{
display:block;
margin:5px auto 20px auto;
}
/************************************
** TOP
************************************/
.post-13 .sec01{background: transparent url(images/img-top-sec01.png) right -400px center no-repeat!important;}
.post-13 .sec01 .text{ padding-left:20px;}
	
.post-13 .sec01 h2{ 
	padding-left:0!important;
	padding-right:0!important;
	margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.4;
	text-align:center;
}

.post-13 .sec03{background: transparent url(images/img-top-sec03.png) right -400px center no-repeat!important;}
.post-13 .sec03 h2{ 
	padding-left:0!important;
	padding-right:0!important;
	margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.4;
	text-align:center;
	line-height:1.4;
}
.post-13 .sec03 .text{ padding-left:20px;}

/************************************
** 採用ページ
************************************/
.post-7 #main-image p{ width: 100%; margin:0 auto; }
	
.post-7 .sec04 .sec04box{ margin:0 120px!important; }
.post-7 .sec04 dl{ float:none;width:100%;margin-right:0;}	
.post-7 .sec04 dl dt{ text-align:center;}	
	
.post-7  .sec05 .sec05boxl,
.post-7  .sec05 .sec05boxr{ width:100%; }	
	
.post-7 .seccontact .boxcontact{ padding:20px; margin:0 50px!important;}


.post-7  .sec09 .inner{ 
position: relative;
padding:50px 80px;
background: #fff url(images/ti-sec09.jpg) center top no-repeat!important;
}	
.post-7 .sec09 .bosyu-first{ margin-top:150px;}

.post-7 .seccontact .boxcontact .ti-con{
		padding-top:130px;
}
.page .post-7 .sec10 .inner	{ width:95%;}
	
/************************************
** contents
************************************/
.page .inner{
max-width: 100%;	
margin:0 auto;
padding: 0 5%;
}
	
/************************************
** section
************************************/
section .inner{ margin:0 auto; width:100%; padding:30px!important;}

	
/************************************
** List
************************************/
.list01{　width: 100%; text-align:center;}
.list01 li{　margin:0 auto;display:inline-block;}

.listblue li{ margin-left:0px!important;}	
	
dl.dllist { float:none;width:100%; margin-right:0;}
dl.dllist dt{ text-align:center; }	
.alignright,.alignleft{	float:none;}

/************************************
** table
************************************/
table.table01 th,
table.table01 td{
width:100%!important;
display: block!important;}	

.pc-img { display:none !important;}
.tab-img{ display:inline!important;}	
.tab-smt{ display:inline!important;}	
.smt-img{ display:none !important;}	
}

	
/*1023px以下*/
@media screen and (max-width: 1023px){

/************************************
** 固定ページ
************************************/
.page .inner{
	width:100%;
	margin:0 auto;
}
	
	
/*ヘッダーボタンエリア　*/	
.h-submenu {
  width: 140px;
  margin-top: 10px !important;
  margin-left: 0px !important;
  padding:0 0 0 5px !important;
}	
	
.ti01{ display:block;}
	
.smt-img{ display:inline!important;}
#main-image .smt-img{display:none !important;}
.tab-img{ display:none !important;}
#main-image .tab-img{display:inline !important;}	
.h-submenu .smt-img { display:inline!important;}
.category-page-content li.listred{ width:45%; margin:0 auto; }	

}



/*1000px以下*/
@media screen and (max-width: 1000px){
.tab-img {
display:inline !important;
width: 100% !important;
}
}



/*840px以下*/
@media screen and (max-width: 844px){
/************************************
** 			main
************************************/
.widget-entry-cards.card-large-image .a-wrap{min-width:100%;}		
	
/* モバイルヘッダー高さ分、余白を設ける */
body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
    margin-top: 0px;
}	
.page-id-7 #main-image,
.page-id-13 #main-image{background: transparent url(images/bg-main-smt.gif) center bottom repeat-x!important;}
.page-id-108 #main-image{background-color:#f8f7f3;}
	
#main-image .tab-img{display:none !important;}
#main-image .smt-img{display:inline !important;}
	
	
.post-7  #main-image{
	width: 100%;
	background-color:#f8f7f3;
    background-image:url(images/bg-main-smt.png)!important;
    background-repeat: no-repeat;
    background-position:center bottom!important;
    background-size: cover!important;
	height:900px;
}
	
.post-7  #main-image p{
	width:100%;
	padding-top:0px;
	padding-left:0px;
	position:absolute;
	top:10%;
	left:0;}	

.btn01{ 
	background:#f0a32a url(images/icon-mail.jpg) center top no-repeat;
	padding:10px; 
	margin:0 10px 30px 10px ;
	border-radius:20px;
	}
	
/************************************
** 			header
************************************/
.mobile-menu-buttons{background-color:#fff;}
	
.page-id-260 .mobile-menu-buttons,
.page-id-306 .mobile-menu-buttons{ display:none;}
	
	
/*ヘッダーボタンエリア　*/
.h-submenu{ width:130px; margin-top:10px!important; margin-left:0px!important;padding:0!important;}
.h-submenu li.m-tel{ margin:0px 0px 0 5px!important;color:#fff;}
.h-submenu li.m-contact{ margin:0px 0px 0 5px!important;color:#fff;}
.mobile-header-menu-buttons .h-submenu li{ display:inline-block;width:45%;}	

/************************************
** 			tittle
************************************/	
h1.entry-title{ width:100%;}	
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 0;
}
.article h3{border:none!important;}	

	
/************************************
** 			section
************************************/	
section{ margin-top:0px!important; margin-bottom:0px!important; }
	
	
/************************************
** 			TOP
************************************/	
.post-13 .sec01{background: transparent url(images/img-top-sec01.png) center bottom no-repeat!important; background-size:contain!important;}
.post-13 .sec01 .text{ width:100%; padding-bottom:500px;}
	
.post-13 .sec01 h2{ 
	padding-left:0!important;
	padding-right:0!important;
	margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.4;
	text-align:center;
}

.post-13 .sec03{background: transparent url(images/img-top-sec03.png)  center bottom no-repeat!important;background-size:contain!important;}
.post-13 .sec03 h2{ 
	padding-left:0!important;
	padding-right:0!important;
	margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.4;
	text-align:center;
	line-height:1.4;
}
.post-13 .sec03 .text{width:100%; padding-bottom:500px;}
	
.page-id-13 .seccontact .boxcontact{
	margin:0 20px;
	padding:20px;
	border-radius:40px;
	background-color:#ffffff;
}
	
	
/************************************
** 			採用ページ
************************************/		
.post-7  .sec02{
	background-position: top center, bottom  center;
	background-size: 80% auto, 80% auto;
	padding-bottom:250px;
}
.post-7 .sec02 h2{ padding-top:180px;}
.post-7 .sec02 p{ width: 100%;}
	
.post-7 .sec04 .sec04box{ margin:0 20px!important;}		
.post-7 .sec04 dl{ width:50%; float:left;}	
	
.post-7  .sec05 .sec05boxl,
.post-7  .sec05 .sec05boxr{
	width:100%;
    float:none;
	margin-bottom:30px;
}
.post-7 .sec06 .sec06box-g-box{ background-size:contain!important;padding:130px 20px 20px 20px;}
.post-7 .sec06 .sec06box-b-box{background-size:contain!important;padding:130px 20px 20px 20px;}
	
	
.post-7  .sec07 .sec07box{ background: transparent url(images/bg-sec07.png) center bottom no-repeat!important;}
.post-7  .sec07 .sec07box .inn{ 
	background-color:#fff;
	border-radius:40px;
	padding:20px;
	margin-right:0;
	margin-bottom:200px;
}	
.post-7  .sec07 .sec07box {
    padding-bottom: 200px;
}
.post-7  .sec08 h2{margin-bottom:30px;}
.post-7  .sec08 dt{ padding-bottom:0; text-align:center;}
.post-7  .sec08 dd {
    padding: 20px;
    font-size: 1.6em;
    margin-top: 0px;
    margin-left: 0px;
}
.post-7  .sec08 dd.icon-flow01{background: #fff url(images/icon-flow01.png) center bottom no-repeat!important;padding-bottom:110px;}
.post-7  .sec08 dd.icon-flow02{background: #fff url(images/icon-flow02.png) center bottom no-repeat!important;padding-bottom:110px;}
.post-7  .sec08 dd.icon-flow03{background: #fff url(images/icon-flow03.png) center bottom no-repeat!important;padding-bottom:110px;}
.post-7  .sec08 dd.icon-flow04{background: #fff url(images/icon-flow04.png) center bottom no-repeat!important;padding-bottom:110px;}
.post-7  .sec08 dd.icon-flow05{background: #fff url(images/icon-flow05.png) center bottom no-repeat!important;padding-bottom:110px;}	
.post-7  .sec08 dd.icon-flow06{background: #fff url(images/icon-flow06.png) center bottom no-repeat!important;padding-bottom:110px;margin-top:0;}	

.post-7 .seccontact .boxcontact{ margin:0 10px!important; border-radius:20px;}
.btn01{ 
	background:#f0a32a url(images/icon-mail.jpg) center top 20% no-repeat!important;
	margin:0;
	padding-top:50px;
	text-align:center!important;
}
	
	
/************************************
** 			チェントホーム
************************************/		
.home-boxsec05{ background:#fff url(images/img-sec05-01.jpg) center bottom no-repeat; border-radius:10px; padding:50px;}
.page-id-260 .dlprofile{ width:100%;padding-right:0px!important;padding-bottom:400px;}
ul.listinline{width:100%;}
ul.listinline li {
    float:none!important;
    margin:0 auto!important;
}	
	
	
/************************************
** 			Table
************************************/	
table.table01 th,
table.table01 td{
width:100%;
display: block;
}	
/************************************
** 			list
************************************/		
.listblue li{ 
	width:100%;	
	margin-left:0px;
}
.listmedia li{ 
	width:100%;	
	margin-left:0px!important;
	min-height:auto;
}
	
	.listIcon02{ width:100%;}	
	
/************************************
** 			Box
************************************/	
.dl-l{ float:none; width:100%; margin-left:0px; }
.dl-r{ float:none; width:100%;}

.tab-img { display:none !important;}	
.smt-img { display:inline!important;}
}

/*640px以下*/
@media screen and (max-width: 640px){
/************************************
**　TOP
************************************/
.post-13 .sec01{background: transparent url(images/img-top-sec01.png) center bottom no-repeat!important; background-size:contain!important;}
.post-13 .sec01 .text{ width:100%; padding-bottom:250px;margin-left:0px; }
	
.post-13 .sec01 h2{ 
	padding-left:0!important;
	padding-right:0!important;
	margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.4;
	text-align:center;
}

.post-13 .sec03{background: transparent url(images/img-top-sec03.png)  center bottom no-repeat!important;background-size:contain!important;}
.post-13 .sec03 h2{ 
	padding-left:0!important;
	padding-right:0!important;
	margin-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1.4;
	text-align:center;
	line-height:1.4;
}
.post-13 .sec03 .text{  width:100%; padding-bottom:250px;margin-left:0px; }
	
.page-id-13 .seccontact .boxcontact{
	margin:0 20px;
	padding:20px;
	border-radius:40px;
	background-color:#ffffff;
}
	

	
/************************************
** 			採用ページ
************************************/	
.page-id-7 #main-image{background: #f8f7f3 url(images/bg-main-smt.gif) center bottom repeat-x!important;}
.post-7 #main-image{
	width: 100%;
}
	
.post-7 #main-image p{
	width:100%;
	padding-top:0px;
	padding-left:0px;
	position:absolute;
	top:25%;
	left:0;}
	
.post-7  .sec02{
	background-position: top center, bottom  center;
	background-size: 80% auto, 80% auto;
	padding-bottom:130px;
}
.post-7 .sec02 h2{ padding-top:160px;}
.post-7 .sec02 p{ width: 100%;}
	
.post-7 .sec04 .sec04box{ margin:0 20px!important;}	
.post-7 .sec04 dl{ width:100%; float:none;}	
	
.post-7 .sec06 .sec06box-g-box{
	background-color: #f0a32a!important;
	background-image:url(images/bg-sec06-g-smt.png)!important;
	background-position:center top!important;
	background-repeat:no-repeat!important;
	background-size:contain!important;
	padding:150px 10px 30px 10px;}

.post-7 .sec06 .sec06box-b-box{
	background-color: #646664;
	background-image:url(images/bg-sec06-b-smt.png)!important;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain!important;
	padding:150px 10px 30px 10px;}
	
.post-7 .sec06 .sec06box-g-box dl{ 
	background:#fff url(images/icon-maru.jpg) center top 10px no-repeat!important;
	padding:200px 20px 30px 30px;
	border-radius:40px;
	margin-bottom:30px;
}
.post-7 .sec06 .sec06box-b-box dl{ 
	background:#fff url(images/icon-peke.jpg) center top 10px no-repeat!important;
	padding:200px 20px 30px 30px;
	border-radius:40px;
	margin-bottom:30px;
}
.sec10 h2:before{ margin-right:30px;}
.sec10 h2:after { margin-left:30px; }	
	
/************************************
**　チェントホーム
************************************/	
.page-id-260 #main-image{
	width: 100%;
}
.page-id-260　#main-image p{
	width:100%;
	padding-top:0px;
	padding-left:0px;
	position:absolute;
	top:25%;
	left:0;	
}
	
.page-id-260 .voicebox{ padding: 20px 30px}
.page-id-260 .voicebox01{padding: 30px 30px 100px 30px;}
.listinline{ margin-bottom:0!important;padding-right:0!important;}
.listinline li{margin-right:0!important;}
	
.page-id-260 .home-toku{padding:20px;}	
.home-toku dt.toku01{background: transparent url(images/icon-home-toku01.png) top 20px center no-repeat;padding: 145px 0px 45px 0px;}	
.home-toku dt.toku02{background: transparent url(images/icon-home-toku02.png) top 20px center no-repeat;padding: 145px 0px 45px 0px;}	
.home-toku dt.toku03{background: transparent url(images/icon-home-toku03.png) top 20px center no-repeat;padding: 145px 0px 45px 0px;}	
	
.home-boxsec05{ background:#fff url(images/img-sec05-01.jpg) bottom center no-repeat; border-radius:10px; padding:20px;}
.page-id-260 .dlprofile{ width:100%;padding-right:0px!important;padding-bottom:400px;}
	

/************************************
**　ゴルフインストラクターページ
************************************/
.page-id-108 #main-image{background-color: #f8f7f3; }
.post-108 #main-image{
	width: 100%;
}
	
.post-108 #main-image p{
	width:100%;
	padding-top:0px;
	padding-left:0px;
	position:absolute;
	top:25%;
	left:0;}
		
.flow11 {
  padding-right: 0;
}
	
.flow11 > li {
  list-style-type: none;
  position: relative;
padding:0px 20px 20px 0!important;
  margin-bottom:80px!important;
  background: url(images/dotte-geen.gif) left 0px bottom repeat-x;
	
}

.flow11 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow11 > li .icon11 {
  position: absolute;
  margin: 0;
  line-height: 0;
  font-size: 120px;
  font-weight: bold;
  left:35%;
top:10px;
  color: transparent;
  -webkit-text-stroke: 3px #5ab54c;
}

	
.flow11 > li dl dt {padding-top:80px; text-align:center;}
	
.page-id-108  .seccontact .boxcontact{
margin:0 20px;
padding:20px;
}	

}
	
/*750px以下*/
@media screen and (max-width: 750px){
.service-bn li {
	list-style: none;
	width:100%;
	margin:0 0 1% 0 !important;
	height:auto;
float:none;}
	
.br-pc-only {display: none;}	
	
}


/*480px以下*/
@media screen and (max-width: 480px){
.mblt-header-mobile-buttons {
    margin-top: 0px;
  }
}