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

body { 
	width:100%;
	position:relative;
	margin-left:auto; margin-right:auto;
}




/*ローディング*/

#loading{
    position: absolute;
    left: 50%;
    top: 50%;
}
 
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0);
    z-index: 9999999999;
}


.hollow-dots-spinner, .hollow-dots-spinner * {
      box-sizing: border-box;
    }

    .hollow-dots-spinner {
      height: 15px;
      width: calc(30px * 3);
    }

    .hollow-dots-spinner .dot {
      width: 15px;
      height: 15px;
      margin: 0 calc(15px / 2);
      border: calc(15px / 5) solid rgba(235,110,162,1.00);
      border-radius: 50%;
      float: left;
      transform: scale(0);
      animation: hollow-dots-spinner-animation 1000ms ease infinite 0ms;
    }

    .hollow-dots-spinner .dot:nth-child(1) {
      animation-delay: calc(300ms * 1);
    }

    .hollow-dots-spinner .dot:nth-child(2) {
      animation-delay: calc(300ms * 2);
    }

    .hollow-dots-spinner .dot:nth-child(3) {
      animation-delay: calc(300ms * 3);

    }

    @keyframes hollow-dots-spinner-animation {
      50% {
        transform: scale(1);
        opacity: 1;
      }
      100% {
        opacity: 0;
      }
    }

/* scrollReveal用 

.sr, .sr-seq { visibility: hidden; }
*/


/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {

html {
	height:100%;
	font-size: 14px;
}

body { 

}


/* 画像 */
img	{max-width: 100%;height: auto;}
video {max-width: 100%;height: auto;}

}


/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

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

}

/*PC用 1281px以上 */
@media (min-width: 1281px) {

}



/*==============================================================
ハンバーガーナビ
==============================================================*/


/* モーダルを出すとき、背景側の要素がスクロールさせない */

html {
	overflow: auto;
	height: 100%;
}

body.modal-open {
  overflow: hidden;
  height: 100%;
}


/**/

.hb-navigation {
display:none;
}

.navigation-contents {
display:none;
}


/* SP用　599px以下: デフォルト */
@media (max-width: 959px) {


.hb-navigation {

display:block;
position:fixed;
top:10px;
right:10px;
width:38px;
height:38px;

	z-index:1001;
	background:rgba(0,0,0,0);
	


	cursor:pointer;

}


.hb-navigation .button {

position: absolute;

top:18px;

margin-left:6px;

width:26px;
height:2px;
background:#111;

transition:all .3s;
-webkit-transition:all .3s;


display:block;
cursor:pointer;

}


.hb-navigation .button::before, .hb-navigation .button::after {

position:absolute;
width:26px;
height:2px;
background:#111;
transition:all .3s;
-webkit-transition:all .3s;
transition-delay:.3s;

cursor:pointer;

}

.hb-navigation .button::before {
content:'';
top:-10px;
}
.hb-navigation .button::after {
content:'';
top:10px;
}

/**/

.hb-navigation .action.button {
position: absolute;

width:26px;
height:2px;

background:none;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}


.hb-navigation  .action.button::before {
	display:block;

position:absolute;
top:0;
width:26px;
height:2px;
background:#fff;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}

.hb-navigation  .action.button::after {
	display:block;

position:absolute;
top:0;
width:26px;
height:2px;
background:#fff;
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

/**/


.navigation-contents {
	display: block;
	position: relative;
	top:0;
	left:0;
	background: rgba(0,0,0,.85);
	width: 100%;
	margin: auto;
	text-align: center;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	z-index: 1000;
	height: 100%;
	overflow: scroll;
	color: #fff;
}



.navigation-contents.open {
display: block;
position:relative;
position:fixed;
opacity:1;
transform:translateY(0);
-webkit-transform:translateY(0);

}


.navigation-contents a{
	color:#fff;
	text-decoration: none;
	
	}
	
/**/



.section {
position:absolute;
background:rgba(0,0,0,0.85);
}

/*
.section.menu ul {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5em;
	margin-bottom:1em;
	border-bottom:solid 1px rgba(255,255,255,0.5);

}

.section.menu ul li+ li {
	border-top:solid 1px rgba(255,255,255,0.5);
}

.section.menu ul li a {
	display:block;
	font-family:'Roboto', sans-serif;
	padding-top:1em;
	padding-bottom:1em;
	font-weight: normal;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;

}

.section.menu ul li a strong {
	display:block;
	font-weight:normal;
	margin-top:0px;
	font-size:0.8em;

}
*/

/* ハンバーガー サブナビ */
nav.hbg  {
	float:none;
/*	font-family:'Roboto', sans-serif;*/
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:0px;
}

nav.hbg ul.h-snav{
	display:block;
	width:100%;
	align-items:center;
	border-bottom:none;
	border-top:none;
	margin-top:0px;
	margin-bottom:20px;
	justify-content:space-between;
	padding-top:0;
}

nav.hbg ul.h-snav li{
	float:left;
	border-left:rgba(255,255,255,0.5)  solid 1px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom:none;
	border-top:none;
	text-align:center;

}

nav.hbg ul.h-snav li:first-child{width:30%;}
nav.hbg ul.h-snav li:nth-child(2){width:30%;}
nav.hbg ul.h-snav li:nth-child(3){width:20%;}
nav.hbg ul.h-snav li:last-child{width:20%;border-right: rgba(255,255,255,0.5) solid 1px;}


nav.hbg ul.h-snav li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding-top:0.5em;
	padding-bottom:0.5em;

}

nav.hbg ul.h-snav li a:hover{
	color:#000;
	text-decoration:underline;
}


nav.hbg ul.h-snav li.facebook a{
	font-size:1.4em;
	padding-top:0px;
	padding-bottom:0px;
}

nav.hbg ul.h-snav li.twitter a{
	font-size:1.4em;
	padding-top:0px;
	padding-bottom:0px
}


/*ハンバーガー内 TEL CONTACT */

nav.hbg ul.h-cnav{
	display:block;
	align-items:center;
	border-bottom:none;
	margin-bottom:20px;
	margin-top:0px;
	padding-top:0px;
	width:100%;
}

nav.hbg ul.h-cnav li{
	float:left;
	font-family:'Roboto', sans-serif;
	border-left:rgba(255,255,255,0.5) solid 1px;
	color:#fff;
	font-size:1.3em;
	border-bottom:none;
	border-top:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align:center;
}

nav.hbg ul.h-cnav li i{
	color:#fff;
	display:inline;
}

nav.hbg ul.h-cnav li a{
	display: inline;
	color: #fff;
	text-decoration: none;
	text-align:center;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

nav.hbg ul.h-cnav li:first-child{width:70%;}
nav.hbg ul.h-cnav li:last-child{width:30%;border-right: rgba(255,255,255,0.5) solid 1px;}

/**/

.hbg-tel {
	background: #00427F;
	font-size: 1.2em;
	margin: 30px 10% 0 10% ;
	padding: 0.8em 0.5em;
	border-radius: 5px;
	
}

/**/


/*ハンバーガー　カレント表示*/
body.home .section.menu ul li.home > a{ background:#E50065; color:#fff;}
body.company .section.menu ul li.company > a{ background:#E50065; color:#fff;}
body.business .section.menu ul li.business > a{ background:#E50065; color:#fff;}
body.recruit .section.menu ul li.recruit > a{ background:#E50065; color:#fff;}
body.contact .section.menu ul li.contact > a{ background:#E50065; color:#fff;}
body.land .section.menu ul li.land > a{ background:#E50065; color:#fff;}
	
body.post-type-archive-case .section.menu ul li.case > a{ background:#00427F; color:#fff;}
body.single-case .section.menu ul li.case > a{ background:#00427F; color:#fff;}
	

/*スクロールバーを表示*/
.section::-webkit-scrollbar{ 
    width: 5px;
}
.section::-webkit-scrollbar-thumb{ 
    background: rgba(0,0,0,0.5);
    border-radius: 0px;
}
.section::-webkit-scrollbar-track-piece:start{   background:;}
.section::-webkit-scrollbar-track-piece:end{   background:;}


/* ロゴ */
.section .header-logo {
}






/* ハンバーガーナビ　トグルメニュー */


.hbnav {
}


.child {
    display: none;
}

.h-menu:after {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  content:'\f107';
  font-family: FontAwesome;
  color:#fff;
  font-size:1.5em;
}
 
.h-menu.active:after {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  content:'\f106';
  font-family: FontAwesome;
  color:#fff;
   font-size:1.5em;
}



.hbnavi ul {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	margin-bottom:1em;
	border-bottom:solid 1px rgba(255,255,255,0.5);
}

.hbnavi > ul {
	margin-top:3.8em;
}

.hbnavi ul li ul {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	margin-bottom:0em;
	border-bottom: none;

}

.hbnavi ul li {
	position:relative;
}


.hbnavi ul li+ li {
	border-top:solid 1px rgba(255,255,255,0.5); 
}

.hbnavi ul li ul li+ li {
	border-top:none;
/*	border-top:solid 1px rgba(255,255,255,0.3); */
}

.hbnavi ul li a {
	display:block;
	font-family:'Roboto', sans-serif;
	padding-top:0.7em;
	padding-bottom:0.7em;
	font-weight: normal;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;

}


.hbnavi ul li ul li a {
	background:rgba(255,255,255,0.1);
}

/* カレント表示 */

body.ln01 .hbnavi ul li.ln01 a { font-weight:bold;background:rgba(255,255,255,0);}
body.ln02 .hbnavi ul li.ln02 a { font-weight:bold;background:rgba(255,255,255,0);}
body.ln03 .hbnavi ul li.ln03 a { font-weight:bold;background:rgba(255,255,255,0);}
body.ln04 .hbnavi ul li.ln04 a { font-weight:bold;background:rgba(255,255,255,0);}
body.ln05 .hbnavi ul li.ln05 a { font-weight:bold;background:rgba(255,255,255,0);}


} 




/*==============================================================
ヘッダ　
==============================================================*/


header {
	width:100%;
	z-index:9999999;
	background: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3)
}

/* スクロールするとheaderに.fixedが付与 */

header.fixed {
	position:fixed;
	top:0;
	left: 0;
}



body#home header {
/*	position: absolute; */
/*	border-bottom:#ccc solid 1px; */
}

.site {
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	max-width:1200px; 
	margin-left:auto;
	margin-right:auto;

}


.header-logo {
	margin: 10px 0px 10px 0;
	display: flex;
	align-items: center;
	
}

.header-logo .sp{	display: none;}

.header-logo .title{
	display: none;
}

body.fitness .header-logo .title{
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	margin: 0px 0 0 10px;
	white-space: nowrap;
}




.header-logo img{

	line-height: 0;
}

/*
.header-logo a{
	text-decoration: none;
	color: #111;
	font-weight: bold;
	font-size: 2em;
}
*/

.header-logo a.rental{
	text-align: center;
	font-size: 0.8em;
	text-decoration: none;
	color: #111;
	font-weight: bold;
	margin: 0 0 0 10px;
}


/*右上部ナビ*/
nav.header-info {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 10px 0;


/*	font-family:'Roboto', sans-serif; */
}


/* 電話番号 */
.tel-info {
	display: inline-block;
	color: #004499;
	line-height: 1;
	margin: 5px 15px 0px 0;
}



.tel-info .tel-link {
	font-size: 1.1em;
}

.tel-info br{ display: block;}

.tel-info a{
	color: #004499;
	text-decoration: none;
}

.tel-info strong {
	font-weight: normal;
	font-size: 1.4em;
}

.tel-info span{
font-family:'Roboto', sans-serif; 
}

.tel-info i{
	margin-right: 0px;
	font-size: 1em;

}

/*問い合わせボタン*/

.btn-contact {
	display: inline-block;
}

.btn-contact a{
	display: block;
	height: 100%;
	color: #fff;
	background: #004499;
	text-decoration: none;
	padding: 0.2em 1em;
	transition: a11 0.3s;
}

.btn-contact a:hover{
	background: #006CF3;
	transition: a11 0.3s;
}


/* グローバルナビ */

header nav.main {
	display: flex;
	justify-content: flex-end;
	width:60%;

}


header ul.header-nav {

	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;

	transition:all 0.3s;
	padding: 0 0 0px 0;
	margin: 0px 0 0 0;
	
	width:50%;
}


header ul.header-nav:before, header ul.header-nav:after{
  content: "";
  display: table;
}
header ul.header-nav:after{
  clear: both;
}

header ul.header-nav li {
	position: relative;
	flex: 1;
	
	line-height:1;
	text-align:center;
	font-size:0.8em;

}

header ul.header-nav li.contact > a {
/*	border-right:#ccc solid 1px; */
}



header ul.header-nav li a{
	display: block;
	position: relative;
	color: #111;
/*	font-family:'Roboto', sans-serif; */
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px; 
	transition:all .3s;
}

header ul.header-nav li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color:#111;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header ul.header-nav li > a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
	
/*
header ul.header-nav li a:hover{
	background:#004499;
	color:#fff;
}
*/

header ul.header-nav li:first-child {
}



/*ドロップダウン*/

header ul.header-nav li ul{
/*  position: absolute; */
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  background-color:transparent;
}

header ul.header-nav li ul li{
	width: 100%;
}

header ul.header-nav li ul li a:last-child {
	border-right: none;
}


header ul.header-nav li ul li a{
  padding: 13px 15px;
  border:none;
/*  border-top: 1px solid rgba(51,0,0,0.3); */
  background: rgba(255,255,255,0.9);
  text-align: left;
  font-size:0.9em;
}

/*アニメーション*/

header ul.header-nav li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
header ul.header-nav li:hover ul li{
  overflow: visible;
  height: 40px;

}





header .scroll-nav {
	position:relative;
	display:flex;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	justify-content:flex-end; 
	overflow:hidden;
}


/*カレント表示*/
body.flow ul.header-nav li.flow > a   {
	color:  #E50065;
}

/*カレント表示*/
body.flow ul.header-nav li.flow > a::after   {
content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
background: #E50065;
  transform: scaleX(1);
}



/* twitter リスト */

ul.header-tw-list {
	margin-top:30px;
}

ul.header-tw-list li {
	margin-bottom:10px;
}

ul.header-tw-list li a:before {
  content: "\f081";
  font-family: FontAwesome;
  font-size:170%;
  margin-right:8px;
  vertical-align: middle;
 }


ul.header-tw-list li a {
	color:#333;
	text-decoration:none;
}

ul.header-tw-list li a:hover {
	color:#FF6DDE;
}



/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {



header {

	width:100%;
	z-index:100;

}




	

 .header-logo {
	display: flex;
	align-items: center;
	margin: 10px 0px 10px 0px;
}
	
.header-logo img{
	width: 250px;
	height: auto;
}
	
.header-logo a{
	display: block;
}
body.fitness .header-logo .title{
	display: block;
	margin: 0 0px 0 10px;
	font-size: 0.9em;
}


/*	
.header-logo .pc{	display: none;}
.header-logo .sp{	display: block;}
*/


/* グローバルナビ */

header nav.main {
  background:#fff;
/*  border-bottom:1px solid #ccc;  */
 width:100%;



}

header .scroll-nav {	display: none;}

header nav.main {display: none;}

 /*スライド内要素*/
 


}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {


 .header-logo {
	display: flex;
	align-items: center;
	margin: 5px 0px 10px 10px;
}
	
.header-logo a{
	display: block;
}
body.fitness .header-logo .title{
	display: block;
	margin: 0 0px 0 10px;
	font-size: 0.9em;
}


.header-logo .pc{	display: block;}
.header-logo .sp{	display: block;}
	

/* グローバルナビ */

header nav.main {
	height:40px;
	display: none;
}


header ul.header-nav li {
	flex:auto;	
	font-size:0.8em;
}


/* ドロップダウンメニュー */
header ul.header-nav li ul li{
	width: 120%;
}





/*アニメーション*/


header ul.header-nav li:hover ul li{
  overflow: visible;
  height: 30px;
}


}


/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {
	


.site {
	width: 95%;
	margin: 0 auto 0 auto;
}

/* ドロップダウンメニュー */
header ul.header-nav li ul li{
	width: 120%;
}


}

/*PC用 1281px以上 */
@media (min-width: 1281px) {

}







/*==============================================================
コンテンツ
==============================================================*/

body.home .wrapper {
	width: 100%;
	text-align: left;
	position: relative;
	z-index:1;
	clear:both;

}

.wrapper {
	width: 100%;
	text-align: left;
	position: relative;
	z-index:1;
	clear:both;

}


.content {
	position:relative;
	text-align: left;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto 0px auto;
	padding: 0px 0;
	font-size:1em;
	line-height:1.8;
}


/* 次階層 */
.contant-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

.contant-inner p{
	line-height: 1.8;
}

.inner-mgn {
	padding: 30px 0 100px 0;
}

/**/

.content p{
	margin-bottom:1.5em;
	line-height: 1.8;

}



.content-main {
	width: 100%;
	max-width: 70%;
	margin: 0px auto 70px auto;

}

.content-main-w {
	width: 100%;
	max-width: 100%;
	margin: 0px auto 0px auto;
}





/* article */


.bg-blue {
	background: #00427F;
}

.block-center {
	text-align: center;
}

.article-padding-business {
	padding: 60px 0 140px 0;
}

.article-padding-info {
	z-index: -1;
	padding: 80px 0 80px 0;
	margin: 0px 0 0 0;
}


.article-padding-recruit {

 }



.article-padding-top {
	padding: 60px 0 0px 0;
}

.article-padding-bottom {
	padding: 0px 0 60px 0;
}

.article-padding-s {
	padding: 60px -600px;
}


.block-margin-top {
	margin: 90px 0 0 0;
}

.block-margin-top-s {
	margin: 40px 0 0 0;
}

.block-center {
	text-align: center;
}


.content-main article + article{
	margin-top:70px;
}

.content-main-w article + article{
	margin-top:70px;
}



/* Youtube */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {


.wrapper {
	width: 100%;
	text-align: left;
	position: relative;
	z-index:1;
}

.content {
	width: 90%;
	margin: 30px auto 30px auto;
	font-size:1em;
	line-height:1.8;

}
	

.content-main {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	border-right: none;
	margin: 0px auto 50px auto;

}

.content p{
	margin-bottom:1.5em;

}

/* 次階層 */
	
.contant-inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}
	
.inner-mgn {
	padding: 20px 0 50px 0;
}


/* article */
	
.article-padding-business {
	padding: 30px 0 30px 0;
}

.article-padding-info {
	z-index: -1;
	padding: 40px 0 30px 0;
	margin: 0px 0 0 0;
}
	
.article-padding {
	padding: 30px 0 30px 0;
}
	
.article-padding-top {
	padding: 30px 0 0px 0;
}
	
.article-padding-bottom {
	padding: 0px 0 30px 0;
}
	
.block-margin-top {
	margin: 50px 0 0 0;
}
	
.block-margin-top-s {
	margin: 25px 0 0 0;
}

.content-main article + article{
	margin-top:50px;
}

.content-main-w article + article{
	margin-top:50px;
}




}



/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

.wrapper {	width:100%;}


.content {
	width: 95%;
	margin-left:auto;
	margin-right:auto;

}

.content-main {
	width: 100%;
	max-width: 90%;

	font-size:1em;
	line-height:1.8;

}

/* 次階層 */
.contant-inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}


}



/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {

.content {
	width: 95%;
	margin-left:auto;
	margin-right:auto;

}

.content-main {
	width: 100%;
	max-width: 80%;
	margin: 50px auto 50px auto;
	font-size:1em;
	line-height:1.8;

}

/* 次階層 */
.contant-inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 0 auto;
}

}


/*PC用 1281px以上 */
@media (min-width: 1281px) {



}



/*==============================================================
タイトル
==============================================================*/


.title-main {
	font-size:1.5em;
	letter-spacing:0.1em;
	line-height: 1.6;
	font-weight:bold;
	color:rgba(0,0,0,0.6);
	position:relative;
	margin-bottom:40px;
	text-align: center;
}



/**/

.title-sub {
	font-size: 1.8em;
	line-height: 1.6;
	font-weight: bold;
	color: #004499;
	margin:0 0 30px 0;
}

.title-sub2 {
	font-size: 1.6em;
	line-height: 1.6;
	font-weight: bold;
	color: #004499;
	border-bottom: #004499 solid 1px;
	padding: 0 0 10px 0;
	margin:0 0 30px 0;
}

/**/

.title-store {
	font-size:1.5em;
	letter-spacing:0.1em;
	line-height: 1.6;
	font-weight:bold;
	color:#333;
	display:inline-block;
	position:relative;
	margin-bottom:40px;
}

.title-store:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
	margin: 0 0 0 0;
    border-bottom: 3px solid #004499;
	width: 130%;
}

	
	
@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */


.title-main {
	font-size:1.5em;
	letter-spacing:0.1em;
	line-height: 1.6;
	position:relative;
	margin-bottom:30px;
	text-align: center;
}

	
.title-sub {
	font-size: 1.6em;
	font-weight: bold;
	color: #004499;
	margin:0 0 20px 0;
}
	
.title-sub2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #004499;
	border-bottom: #004499 solid 1px;
	padding: 0 0 5px 0;
	margin:0 0 20px 0;
}



}

/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {




}


/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {


}



/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}


/*==============================================================
次階層 タイトル
==============================================================*/

.title-div {
	background: #E4EBF4;
	text-align: center;
	padding: 40px 0 0 0;
}

/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {


}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {


}

 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {


}


/*PC用 1281px以上 */
@media (min-width: 1281px) {

	
}


/*==============================================================

==============================================================*/



/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {


	

}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {


}

 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {


}


/*PC用 1281px以上 */
@media (min-width: 1281px) {

	
}


/*==============================================================
ローカルナビゲーション
==============================================================*/

nav.local_navigation {
	margin-top:0px;
	margin-left:0px;
	background:rgba(255,255,255,1);

	/* jQueryで横幅取得 */
}

/* SPのみ表示 */
.sp-fmenu {
	display:none;
}


nav.local_navigation ul {
}

nav.local_navigation ul li {
	border-bottom:#ddd solid 1px;
}

nav.local_navigation ul li a{
	position:relative;
	display: block;
	line-height:1;
	text-decoration:none;
	color:#000;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:25px;
	line-height:1.3;
}


/*SERVICES*/
body#services nav.local_navigation ul li a{
	padding-top:14px;
	padding-bottom:14px;
	font-size:0.9em;
}


nav.local_navigation ul li a:hover{
	text-decoration: underline;
	color:#330000;
}

nav.local_navigation ul li a:before{
	position:absolute;
	top:35%;
	left:5px;
	font-family: FontAwesome;
	content: '\f138';
	color:#C45BAD;
	font-size:0.9em;
	text-decoration:none;

}


/* ローカルナビ開閉 PCはオフ */

label.ln-label {
	display: none;
}

input#menu_bar01 {
	display: none;
}

input#menu_bar02 {
	display: none;
}


/* カレント表示 */
body.ln01 nav.local_navigation ul li.ln01 a{font-weight:bold;color:#C45BAD; background: rgba(196,91,173,0.1)}
body.ln02 nav.local_navigation ul li.ln02 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln03 nav.local_navigation ul li.ln03 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln04 nav.local_navigation ul li.ln04 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln05 nav.local_navigation ul li.ln05 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln06 nav.local_navigation ul li.ln06 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln07 nav.local_navigation ul li.ln07 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln08 nav.local_navigation ul li.ln08 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln09 nav.local_navigation ul li.ln09 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln10 nav.local_navigation ul li.ln10 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln11 nav.local_navigation ul li.ln11 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}
body.ln12 nav.local_navigation ul li.ln12 a{font-weight:bold;color:#C45BAD; background:rgba(196,91,173,0.1);}



/* スクロールしたら固定 */
nav.fixed-menu {
  position: fixed;
  top: 20px;
  width:200px;
  
}





@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */

nav.local_navigation {
	margin-top:0px;
	margin-left:0px;
	width:100%;
}

/* SPのみ表示 */
.sp-fmenu {
	display:block;
	margin-bottom:50px;
}



/* ローカルナビ開閉 */


label.ln-label {
	position:relative;
  display: block;
  margin: 0 0 2px 0;
	padding :12px;
  line-height: 1;
	color :#fff;
  background:#C45BAD;
	cursor :pointer;
}


label.ln-label:after{
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  content:'\f078';
  font-family: FontAwesome;
  color:#fff;
}





#menu_bar01:checked + label:after{
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  content:'\f077';
  font-family: FontAwesome;
  color:#fff;
}

input#menu_bar01 {
	display: none;
}

#menu_bar02:checked + label:after{
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  content:'\f077';
  font-family: FontAwesome;
  color:#fff;
}

input#menu_bar02 {
	display: none;
}

nav.local_navigation ul {
}

nav.local_navigation ul li {
  max-height: 0;
  overflow-y: hidden;
 
 	border-bottom: none;
 
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
	max-height: 46px;
  opacity: 1;
  border-bottom:#ddd solid 1px;
}





}

/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

nav.local_navigation {
	margin-top:20px;
	margin-left:0px;

}

nav.local_navigation ul li a{
	font-size:0.8em;
}


}


/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {

nav.local_navigation {
	margin-top:20px;
	margin-left:0px;

}

nav.local_navigation ul li a{
	font-size:0.8em;
}


}


/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}



/*==============================================================
ページ内ナビ
==============================================================*/

.content-nav {
	position:relative;
	margin: 0 0 50px 0;
	z-index: 1;

}

.content-nav ul {
	display:flex;
	flex-wrap: no-wrap;
	justify-content:space-between;
}

.content-nav ul li {
/*
	flex:1;
	align-self: stretch;
	text-align:center;
	border-right:rgba(255,255,255,0.5) solid 1px;
*/
	flex-basis: 46%;
	margin: 2% 2% 2% 2%;

}
/*
.content-nav ul li:last-child {
	border-right: none;
}
*/


.content-nav ul li a {
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 1em;
	transition: all 0.3s;
}

.content-nav ul li.energy a{
	background:#E63C72;
}

.content-nav ul li.fitness a {
	background:#EB6EA2;
}

.content-nav ul li:last-child a  {
}


.content-nav ul li a:hover {
	color:#fff;
	background: #FC58A8;
	transition: all 0.3s;
	text-decoration: none;

}


.content-nav ul li a:after {
  position: absolute;
  top: 30%;
  right: 0;
  margin-right: 15px;
  content: '\f078';
  color: #fff;
  font-size:1.2em;
  font-family: fontAwesome;
  z-index: ;
	transition: all 0.3s;
}

.content-nav li a:hover{
	background: #FC58A8;
	transition: all 0.3s;
	
}


.content-nav li a:hover:before {
  margin-right: 5px;
	transition: all 0.3s;
}



body.cn-01 .content-nav ul li.cn-01 a {	background:rgba(108,0,0,1.00);}
body.cn-01 .content-nav ul li.cn-01 a:after  {	content:'';}

body.cn-02 .content-nav ul li.cn-02 a {background:rgba(108,0,0,1.00);}
body.cn-02 .content-nav ul li.cn-02 a:after  {	content:'';}


@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */

.content-nav {
	margin-top:0px;
	margin-bottom:30px;
}
	

.content-nav ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}

.content-nav ul li {
	flex-basis: 100%;
	margin: 0% 0% 5% 0%;

}




}

/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

 }

/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}





/*==============================================================
フッター
==============================================================*/

.footer-wrapper {
	width:100%;
	color: #111;
	padding:  0px 0 0px 0;
	z-index:1;
	border-top: solid 3px #0099FF;

}

.footer-wrapper .logo{
	text-align: center;
	background: #E50065;
	padding: 5px 0;
}

/**/

footer {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding: 30px 0px 30px 0px;
}

/**/

.footer-info {

	margin: 0 0px 0px 0;
	background: #E50065;
}

.footer-info .logo{
	margin: 0 20px 0px 0;

}

.footer-info .address{
	margin:0 0 0 20px;
	padding: 0 0 0 0px;
}

.footer-info .address .ads{
	display: inline-block;
	font-style: normal;
	margin: 0 0px 0 0;
}


.footer-sns {
	text-align: center;
	margin: 20px 0 10px 0;
}

.footer-sns i{
	font-size: 2em;
}

.footer-sns a:hover{
	color: #1DA1F2
}



/*Footer Sitemap*/

.footer-main-nav {
/*	border-bottom: rgba(0,0,0,0.1) solid 1px;
	border-top: rgba(0,0,0,0.1) solid 1px;
*/
	width:100%;
	max-width:900px;
	padding: 20px 0 20px 0;
	margin: 0px auto 0 auto;
}

ul.footer-nav {
	display:flex;
	justify-content: space-between;
	flex-wrap: no-wrap;
	width: 100%;
	margin: 0 auto 0 auto;

}

ul.footer-nav li{
	margin-right:0px;
}

ul.footer-nav li:last-child{
	margin-right:0px;
}

ul.footer-nav li > a{
	display: inline-block;
	text-decoration:none;
	color:#111;
	font-weight:normal;
	font-size:1em;
	margin-bottom:0px;
}


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


ul.footer-nav ul {
	display:flex;
	flex-direction:column;
	margin: 10px 0 0 0;

}

ul.footer-nav ul li{
	margin-right:0px;

}

ul.footer-nav ul li a{
	color: #111;
	font-size:0.9em;
	font-weight:normal;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	margin-bottom:10px;
	line-height:1;
}


/**/

.footer-sub-nav {
	display: flex;
	justify-content: center;
	margin: 40px auto 40px auto;
	width:100%;
	max-width:1200px;
}

.footer-sub-nav li {
	font-size: 0.9em;
	margin: 0 1em 0 1em;
}

.footer-sub-nav li a{
	text-decoration: none;
	color: #0099FF;
	
}

.footer-sub-nav li a:hover{
	text-decoration: underline;
}


/**/

 a.google-map {
	display:inline-block;
	font-family: 'Viga', sans-serif;
	color: #fff;
	font-weight:normal;
	 letter-spacing: 0.1em;
	text-decoration: none;
	padding: 0.8em 2em;
	border: #fff solid 1px;
	transition: all 0.3s;
	 
}

a.google-map:hover{
	background: rgba(255,255,255,0.8);
	color: #111;
	transition: all 0.3s;
}

/**/




small {
	clear:both;
	display:block;
	text-align: center;
	font-size:0.7em;
	font-family:'Roboto', sans-serif;
	color:rgba(0,0,0,0.50);

}




@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */

.footer-wrapper {
	width:100%;
	margin: 0px 0 0 0;
	padding:  0px 0 0px 0;
/*	position: relative;
	z-index:1;
*/
}


.footer-wrapper .logo img{
	width: 100px;
	height: auto;
	line-height: 0;
}
	
	
footer {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	width:100%;
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 0px 20px 0px;
}

/**/

.footer-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.footer-info .logo{
	flex-basis: 100%;
	margin: 0 0 15px 0;
	text-align: center;

}
	

.footer-info .address{
	flex-basis: 100%;
	margin:0 0 0 0px;
	padding: 0 10px 0 0px;
	text-align: center;
	line-height: 1.8;
}
	
.footer-info .address a{
	text-decoration: underline;
	color: #fff;
}
	
.footer-info .address i{
	padding: 0 10px 0 0;
}
	
.footer-info .address .ads{
	display: block;
	font-style: normal;
	margin: 0 0px 0px 0;
}

.footer-main-nav {
	width:100%;
	padding: 0px 0 0px 0;
	margin: 0px auto 0px auto;
}
	
ul.footer-nav {
	display:flex;
	justify-content: space-between;
	flex-wrap: no-wrap;
	width: 90%;
	margin: 0 auto 0 auto;

}	
	
.footer-sns {
	text-align: center;
	margin: 0px 0 10px 0;
}

/*Footer Sitemap*/

	
	
ul.footer-nav {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top:10px;
	margin-bottom:0px;

}

ul.footer-nav li{
	width:50%;
	margin-right:0px;
	text-align:center;
	margin-bottom:15px;
}

ul.footer-nav li > a{
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:1em;
	margin-bottom:0px;
}

ul.footer-nav ul {
	display:none;

}

/**/

.footer-sub-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px auto 20px auto;
	width:100%;
	max-width:90%;
}

.footer-sub-nav li {
	flex-basis: 50%;
	font-size: 1em;
	margin: 0px 0px 12px 0px;
	text-align: center;
}
	
	
	
	
/**/

small {
	clear:both;
	display:block;
	text-align:center;
	font-size:0.6em;

}




}

/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

.footer-main-nav {
	width:90%;
	padding: 10px 0 10px 0;

}



}



/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {


.footer-main-nav {
	width:90%;
	padding: 10px 0 10px 0;

}	

}

/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}



/*==============================================================
トップに戻る
==============================================================*/

.pageTop {
	position:fixed;
	display: block;
	bottom:20px;
	right:20px;
	z-index:10000;

	}

/*
* html .pageTop {
	display: none;
	float: right;
	}
	
*/


@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */
	
.pageTop {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:10000;
	text-align:right;
	}

.pageTop img{ width:80%;}


* html .pageTop {
	display: none;
	float: right;
	}

}



/*==============================================================
ぱんくず
==============================================================*/
#breadlist {
	font-size: 0.8em;
	color:#333;
	clear: both;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;
	
/*	box-shadow:0 2px 2px rgba(0,0,0,0.05) inset; */


}

#breadlist ul {
	display:flex;
	flex-wrap:wrap;
	max-width:1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:50px;
}


#breadlist ul li{
}

#breadlist ul li:first-child:before{
	font-family: FontAwesome;
  content: '\f015';
  margin-left:px;
  margin-right:5px;
  font-size:1em;
  color:rgba(0,0,0,0.5);
}

#breadlist ul li:after{
  font-family: FontAwesome;
  content: '\f105';
  margin-left:10px;
  margin-right:10px;

}

#breadlist ul li:last-child:after{
  content:'';
  margin-left:10px;
  margin-right:0px;
}


#breadlist ul li a{
	text-decoration: underline;
/*	background-image: url(../img/body/pointer_bread.gif);
	background-position: right 0.3em;
*/

}

#breadlist ul li a:after{

}


#breadlist a:link {
	color: #333;
}
#breadlist a:visited {
	color: #333;

}
#breadlist a:active {
	color: #333;

}
#breadlist a:hover {
	color: #333;
  text-decoration:none;
}

 
 
 @media (max-width: 599px) {
/* SP用　599px以下: デフォルト */

#breadlist {
	font-size: 0.9em;
	clear: both;
	margin-bottom:0px;
	margin-top:0px;
	width: 100%;


}

#breadlist ul {
	display:flex;
	flex-wrap:wrap;
	max-width:90%;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:20px;
}



 }
 
 
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {
#breadlist ul {
	display:flex;
	flex-wrap:wrap;
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:10px;
}
 }
 
 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {
#breadlist ul {
	display:flex;
	flex-wrap:wrap;
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:10px;
}

	
}
 

/*==============================================================
 PC SP表示の調整
==============================================================*/



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


@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */

.display-only-pc {
	display:none;
}


.display-only-sp {
	display: block;
}




.footer-sp {
	width:90%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

 }
 
/*PC用 1281px以上 */
@media (min-width: 1281px) {
}



/*==============================================================
1カラム
==============================================================*/

.one-column-wrapper {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
}


.one-column-w-wrapper {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:50px;
}

body#about .one-column-wrapper, {
	margin-top:0px;

}



body.sitemap .one-column-wrapper {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
}


.one-column-wrapper p{
	font-size:1em;
	margin-bottom:1.5em;
	line-height:1.6;

  text-align: justify;
  text-justify: inter-ideograph;

}

#privacy .one-column-wrapper p{

}



/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {

.one-column-wrapper {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}


}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

.one-column-wrapper {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}
	
.one-column-w-wrapper {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}	


 }

 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {

.one-column-wrapper {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}
	
.one-column-w-wrapper {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}

}


/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}
 


/*==============================================================
リスト
==============================================================*/

ul.list-type01 {
}

ul.list-type01 li {
	background:url(../img/body/arrow_disc.gif) no-repeat left 0.8em;
	padding-left:0.7em;
	margin-bottom:0.7em;
}

/**/

ul.list-type-fa-01 {
}



ul.list-type-fa-01 li {
	position:relative;
	line-height:1;
	padding-bottom:1em;
	padding-left:14px;
	line-height:1.8;
}

ul.list-type-fa-01 li:last-child {
	padding-bottom:0em;
}

ul.list-type-fa-01 li:before {
	position:absolute;
	top:4px;
	left:0px;
	font-family: FontAwesome;
	content: '\f054';
	font-size:0.8em;
	text-decoration:none;
	color:rgba(0,0,0,0.5);

}

/**/

ul.list-type-fa-02 {
}



ul.list-type-fa-02 li {
	position:relative;
	line-height:1;
	padding-bottom:0.5em;
	padding-left:18px;
	line-height:1.5;
}

ul.list-type-fa-02 li:last-child {
	padding-bottom:0em;
}

ul.list-type-fa-02 li:before {
	position:absolute;
	top:11%;
	left:0px;
	font-family: FontAwesome;
	content: '\f00c';
	font-size:0.8em;
	text-decoration:none;
	color:#4A8B39;

}

/**/

ol.num-list {
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
}

ol.num-list li{

	margin-bottom:1em;
}

ol.num-list li:before {
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number); /* 名前を付けたカウンターを呼び出し */
	color: #4A8B39;
	font-weight: normal;
	margin-right: 0.3em;
	font-size: 2em;
}




/*==============================================================
ボタン
==============================================================*/

a.btn-service {
	background: rgba(255,255,255,0.5);
	border: #330000 solid 1px;
	padding-top: 0.3em;
	padding-right: 1.1em;
	padding-left: 1.1em;
	padding-bottom: 0.3em;
	text-decoration: none;
	color: #330000;
	letter-spacing: 0em;
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	font-size:0.9em;
	

	
	transition:all .3s;
	-webkit-transition:all .3s;

}

a.btn-service:hover {
	background: rgba(255,255,255,0.8);
}




/**/

a.btn-detail {
/*	display: block; */
	display:inline-block;
	background: #fff;
	color: #00427F;
	font-weight:normal;
	text-decoration: none;
	padding: 1em 2em;
	border: #00427F solid 1px;
	transition: all 0.3s;
}

a.btn-detail:hover {
	background:#00427F;
	color: #fff;
	transition: all 0.3s;
}

a.btn-detail i {vertical-align:-10%;}



/**/





/*Google map*/

a.gm-link:after {
    content: "\f041";
    font-family: FontAwesome;
	font-size:1.2em;
	margin-left:0.3em;
/*	color:#0066CC!Important; */
}

a.gm-link:hover:after {
	text-decoration:none!Important;
}


/* SNS リンク */

a.fb-link:after {
    content: "\f230";
    font-family: FontAwesome;
	font-size:1.2em;
	margin-left:0.3em;
}

a.tw-link:after {
    content: "\f099";
    font-family: FontAwesome;
	font-size:1.2em;
	margin-left:0.3em;
}

a.is-link:after {
    content: "\f16d";
    font-family: FontAwesome;
	font-size:1.2em;
	margin-left:0.3em;
}




/*==============================================================
回り込み解除
==============================================================*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {  clear: both;}
.clearfix {  *zoom: 1;}
.clearfix{	display:block;}


.clearAll{ clear:both}



/*==============================================================
img のリンク　マウスオーバー
==============================================================*/

a.mouseOver:hover img,
a.mouseover:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}


/*==============================================================
マージン、回り込み
==============================================================*/

.mgnL5 {	margin-left: 5px;}
.mgnL10 {	margin-left: 10px;}
.mgnL15 {	margin-left: 15px;}
.mgnL20 {	margin-left: 20px;}
.mgnL25 {	margin-left: 25px;}
.mgnL30 {	margin-left: 30px;}
.mgnL35 {	margin-left: 35px;}
.mgnL40 {	margin-left: 40px;}
.mgnL45 {	margin-left: 45px;}
.mgnL50 {	margin-left: 50px;}
.mgnL55 {	margin-left: 55px;}
.mgnL60 {	margin-left: 60px;}
.mgnR5 {	margin-right: 5px;}
.mgnR10 {	margin-right: 10px;}
.mgnR15 {	margin-right: 15px;}
.mgnR20 {	margin-right: 20px;}
.mgnR25 {	margin-right: 25px;}
.mgnR30 {	margin-right: 30px;}
.mgnR35 {	margin-right: 35px;}
.mgnR40 {	margin-right: 40px;}
.mgnR45 {	margin-right: 45px;}
.mgnR50 {	margin-right: 50px;}
.mgnR55 {	margin-right: 55px;}
.mgnR60 {	margin-right: 60px;}
.mgnR150 {	margin-right: 150px;}
.mgnT0 {	margin-top: 0!important;}
.mgnT5 {	margin-top: 5px!important;}
.mgnT10 {	margin-top: 10px!important;}
.mgnT15 {	margin-top: 15px!important;}
.mgnT20 {	margin-top: 20px!important;}
.mgnT25 {	margin-top: 25px!important;}
.mgnT30 {	margin-top: 30px!important;}
.mgnT35 {	margin-top: 35px!important;}
.mgnT40 {	margin-top: 40px!important;}
.mgnT45 {	margin-top: 45px!important;}
.mgnT50 {	margin-top: 50px!important;}
.mgnT55 {	margin-top: 55px!important;}
.mgnT60 {	margin-top: 60px!important;}
.mgnT70 {	margin-top: 70px!important;}
.mgnT80 {	margin-top: 80px!important;}
.mgnB0 {	margin-bottom: 0!important;}
.mgnB5 {	margin-bottom: 5px!important;}
.mgnB10 {	margin-bottom: 10px!important;}
.mgnB15 {	margin-bottom: 15px!important;}
.mgnB20 {	margin-bottom: 20px!important;}
.mgnB25 {	margin-bottom: 25px;}
.mgnB30 {	margin-bottom: 30px;}
.mgnB35 {	margin-bottom: 35px;}
.mgnB40 {	margin-bottom: 40px;}
.mgnB45 {	margin-bottom: 45px;}
.mgnB50 {	margin-bottom: 50px;}
.mgnB55 {	margin-bottom: 55px;}
.mgnB60 {	margin-bottom: 60px;}
.mgnB70 {	margin-bottom: 70px;}

.pdgA10 { padding:10px!important;}



.fltL {float: left;}

.fltR {	float: right;}

.fltR-pic {
	float: right;
	margin-left:30px;
	margin-bottom:20px;
}

.fltL-pic {
	float: left;
	margin-right:30px;
	margin-bottom:20px;
}



/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {

.fltR-pic {
	float: none;
	margin-left:0px;
	margin-bottom:20px;
}

.fltL-pic {
	float: none;
	margin-right:0px;
	margin-bottom:20px;
}



}

/**/

.txt-imp { color:#0072BD;}
.txt_imp_strong { color:#0072BD; font-weight:bold;}

.txt-caution { color:#FF0000;}

.txt-green { color:#14B002;}


.txt-15px {	font-size:15px;}
.txt-16px {	font-size:16px;}
.txt-17px {	font-size:17px;}
.txt-18px {	font-size:18px;}

.txt-80p {	font-size:80%;}
.txt-90p {	font-size:90%;}
.txt-110p {	font-size:110%;}
.txt-120p {	font-size:120%;}
.txt-130p {	font-size:130%;}
.txt-140p {	font-size:140%;}
.txt-150p {	font-size:150%;}
.txt-200p {	font-size:200%;}


.attention { color:#f00;}

.tel-comment {
	 margin-top:5px;
	font-size:0.8em;
}

.caution {
	text-indent:-1em;
	padding-left:1em;
}

.caution2 {
	text-indent:-3.5em;
	padding-left:3.5em;
}

.caution3 {
	text-indent:-2em;
	padding-left:2em;
}

.caution4 {
	text-indent:-1.5em;
	padding-left:1.5em;
}


.caution3em {
	text-indent:-3em;
	padding-left:3em;
}

.hr-punctuation {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #E2E2EC;
  margin-top:20px;
  margin-bottom:20px;
}
	


.link-anchor {
	position: relative;
	z-index: 0;
	padding-top:150px;
	margin-top:-150px;
	z-index: -100;
}

.fixed-la {
  margin-top:-80px;
  padding-top:80px;

}



.tel-number {
font-family:'Roboto', sans-serif;
font-size:1.7em;
color:rgba(51,0,0,1.00);
}


.pic-round {
	border-radius: 8px;
}



/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {
.link-anchor {
	padding-top:100px;
	margin-top:-100px;
}
	
}

/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {
.link-anchor {
	padding-top:60px;
	margin-top:-60px;
}

}



/*テーブルスクロール*/

.sp-table-overflow {
	overflow:auto;

}


@media (max-width: 599px) {

.sp-table-overflow {
	overflow:scroll;
	margin-right: 0.8em;
	margin-left: 0.8em;
	margin-bottom:20px;
}

}



/*==============================================================
お知らせ
==============================================================*/


.news-wrapper {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0 auto;
	
}

/* お知らせ一覧 */
dl.top-info-list {
	position:relative;
	width:100%;
	margin: 0 auto 40px auto;

}

dl.top-info-list dt {
	float: left;
	clear:both;
	color: #333;
	font-size:0.8em;
	font-weight: bold;
	color: #333;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: left;
	line-height: 1.8;
	min-width: 250px;

}

dl.top-info-list dd {

	border-bottom: rgba(0,0,0,0.2) solid 1px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
	line-height: 1.8;
}

dl.top-info-list div:nth-child(n+6) {
	display: none;
}





.top-info-list a{
	color:#111;
	text-decoration:none;
}

.top-info-list a:hover{
	color:#004499;
	text-decoration: underline;
}


/**/

a.news-btn{
	display: inline-block;
	border: #004499 solid 1px;
	background: #004499;
	color: #fff;
	text-decoration: none;
	padding: 0.5em 1em;
	transition: all 0.3s;
}

a.news-btn:hover{
	background: #fff;
	color: #004499;
	transition: all 0.3s;
}




/*インフォメーションページ*/
body.information dl.top-info-list dt {
	float:none;
	clear:both;
	color: #333;
	font-size:0.8em;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body.information dl.top-info-list dd {

	border-bottom: rgba(0,0,0,0.2) solid 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}







/* 1190px以下: デフォルト */
@media (max-width: 1190px) {
	
	
.news-wrapper {
	width: 95%;
	margin: 0 auto 0 auto;
	
}

dl.top-info-list {
	position:relative;
	width:100%;
	margin: 0 auto 30px auto;

}
	
dl.top-info-list dt {
	float:none;
	clear:both;
	color: #333;
	font-size:0.8em;
	font-weight: bold;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;

}
	
dl.top-info-list dd {
	border-bottom: rgba(0,0,0,0.2) solid 1px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 20px;
	text-align: left;
}
	

}
	

/*-----------------------------------*/
.txt-pink {
    color: #F53A81;
}

.txt-okamoto-blue {
    color: rgba(18,77,150,1);
}

.common_box{
    padding: 20px;
    background: #f1f1f1;
}

.mw800px{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.business_top_link_box{
    transition: .3s;
    display: block;
    text-decoration: none!important;
}
.business_top_link_box:hover{
    opacity: .6;
}

.business_top_link_box_txt{
    text-align: center;
    color: #fff;
    background: #e50065;
    padding: 10px;
    font-size: 120%;
}


ul.philosophy {
     font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: 1.4em;
	line-height: 1.6;
	font-weight: bold;
	margin: 20px 0 60px 0;
}

ul.philosophy li{
	margin-bottom: 20px;
	text-indent: -2em;
	padding: 0 0 0 2em;
}

ul.philosophy li:before{
	content: "一、";

}

.table-company {
	width:100%;
}

.table-company tr{
	
}

.table-company th{
	width:16%;
	font-weight: bold;
	white-space:nowrap;
	color:#333;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	vertical-align:top;
	border-bottom:#ccc dotted 1px;
}

.table-company td{
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	border-bottom:#ccc dotted 1px;


}

.pic_border{
    border: 1px solid #ccc;
}

.philosophy-okamoto {
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 1.4em;
    line-height: 1.6;
    font-weight: bold;
    margin: 20px 0 60px 0;
}

.company_okamoto_body{
    background: rgba(18,77,150,0.1);
    padding: 80px 0;
}

.font_size_responsive{
}

@media (max-width: 1190px) {
.font_size_responsive{
    font-size: 90%;
}
}
@media (max-width: 599px) {
.font_size_responsive{
    font-size: 80%;
}
    
.company_okamoto_body{
    padding: 50px 0;
}
}

.faq_cat_title{
    font-size: 1.3em;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.faq_ul{
}
.faq_ul li:nth-child(n+2){
    margin-top: 10px;
}
.faq_ul li a{
    color: #3582a7;
    font-size: 1.1em;
}
.faq_main_title{
    font-size: 1.8em;
    border-bottom: 2px solid #E50065;
    padding-bottom: 10px;
    font-weight: normal;
    margin-bottom: 35px;
}

.searchfield {
    /* font-size: 20px; */
    width: 100%;
    margin: 3px;
    padding:7px 10px;
    border: solid 1px #aaa;
    border-radius: 4px;
    background-color: #fff;
}

.searchsubmit {
    font-family: FontAwesome;
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    color: #666;
    border: none;
    background: transparent;
    margin-top: -.5em;
}

.faq_word_list a{
    color: #3582a7!important;
    font-size: 1.1em;
}
.faq_word_list span:nth-child(n+2)::before{
    content: " , "
}

.faq_single_content{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.faq_single_a{
    font-size: 1.1em;
}
.faq_single_a p{
    margin-bottom: 20px;
}

.faq_single_contact_btn{
    background: #E50065;
    color: #fff!important;
    text-decoration: none!important;
    display: block;
    text-align: center;
    padding: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.common_box_border{
    padding: 30px;
    border: 2px solid #ddd;
    
}

.doucat_title{
    color: #E50065;
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: bold;
}

a.faq_link_color ,
.faq_single_a p a{
    color: #3582a7!important;
}

@media (max-width: 599px) {
.faq_ul li a,
.faq_word_list a,
.faq_single_a{
    font-size: .9em;
    }
    
.faq_main_title {
    font-size: 1.2em;
    margin-bottom: 25px;
}

}




/*==============================================================
モーダルウィンドウ
==============================================================*/


.remodal {
  position: relative;
  padding: 20px!important;
	text-align: left;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.remodal p{
	margin: 0 0 1.2em 0;
}
 
/* .remodal p:last-child{	margin: 0 0 0 0;} */


.remodal-cancel {
	display: inline!important;
  color: #111!important;
	background: #fff!important;
	padding: 0 0 0 0!important;
	text-align: right!important;
	min-width: 30px!important;
}
.remodal-cancel:hover {
  color: #4EA142!important;
}

.icon-availability {
	display: inline-block;
	padding: 0.2em 1em;
	margin: 0 10px 0 0;
	color: #fff;
	background: #0066FF;
	font-size: 0.8em;
	border-radius: 6px;
}

.type-vacancy {background: #0066FF;}
.type-few {background: #FF8000;}
.type-nospace {background: #111111;}

/*
.icon-availability.free {background: #0066FF;}
.icon-availability.few {background: #FF8000;}
.icon-availability.full {background: #111111;}
*/

/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {


}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {


}

 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {


}


/*PC用 1281px以上 */
@media (min-width: 1281px) {

	
}
