@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body {
    font: 16px/1.9 "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #595757;
    position: relative;
}

body::before {
    content: "";
    background: url("../images/bgImg.jpg");
    background-size: cover;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none; /* 背景がコンテンツに干渉しないように */
}


a{
	color: #9acc82;
	text-decoration: none;
}

a:hover, .active{
	font-weight: 600;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/*////////////////////////////////////////////////////////////////////////
 
 ヘッダー

////////////////////////////////////////////////////////////////////////*/
#header{
	position: fixed;
	width: 100%;
	z-index: 500;
	}


#header h1{
	padding-top: 5px;
	background: #9acc82;
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	padding-bottom: 10px;
	text-align: center;
}

#header h1 .sub{
	font-size: 18px;
}

#mainImg{
	/*position: relative;
  overflow: hidden;*/
	width: 100%;
	height: auto;
	max-width: 100%;
	padding-top: 90px;
}

#mainImg img{
}



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

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

#footer{
	clear: both;
	padding: 5em 1em 4em;
	font-size: 0.7em;
	text-align: center;
}


/*////////////////////////////////////////////////////////////////////////
 
 共通

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

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

section{
	clear:both;
	padding-top: 2em;
	text-align: center;
}

section h2{
	font-size: 1.8em;
	font-weight:normal;
	color: #9acc82;
	margin: 0 auto 0.5em;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 1.5em;
}

.inner_none{
	width: 80%;
	margin: 0 auto;
}

.article_greenBox{
	background: #9acc82;
	color: #fff;
	padding: 1em 0;
}


/*　文字
------------------------------------------------------------------------------*/
/*　文字サイズ　*/
.font23{
	font-size: 1.2em;
}
.font38{
	font-size: 1.9em;
	line-height: 1.5;
}
.font79{
	font-size: 3.7em;
	line-height: 1.4;
}

@media only screen and (max-width: 799px){
.font23{
	font-size: 1.3em;
}
.font38{
	font-size: 1.4em;
}
.font79{
	font-size: 2.5em;
}
}

/*　文字色　*/
.font_white{
	color: #fff;
}


/*　文字段落　*/
.indentS{
	margin-bottom: 10px;	
}
.indentM{
	margin-bottom: 20px;
}
.indentL{
	margin-bottom: 30px;
}
.outdentS{
	margin-top: 10px;
}
.outdentM{
	margin-top: 20px;
}
.outdentL{
	margin-top: 30px;
}
.outdentLL{
	margin-top: 40px;
}


/*　表示画像
------------------------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/*　改行
------------------------------------------------------------------------------*/
/*スマホで改行*/
.br-sp {
  display: none;
}
@media screen and (max-width: 640px) {
.br-pc {
	display: none;
}
.br-sp {
	display: inline-block;
}
}

/*小さめのタブレット以下で改行*/
.br-tb {
  display: none;
}
@media screen and (max-width: 820px) {/*820*/
.br-pc {
	display: none;
}
.br-tb {
	display: inline-block;
}
}

/*パソコンの時だけ改行*/
.pc-only-br {
    display: none;
}
@media screen and (min-width: 767px) {
.pc-only-br {
	display: inline;
}
}

/* スマートフォン以外のデバイス（タブレット、パソコン）にのみ改行を適用 */
.br-pctb {
	display: none;
}
@media screen and (min-width: 768px) {
  .br-pctb {
    display: block;
	}
}


/*　文字位置
------------------------------------------------------------------------------*/
/*スマホでは左寄せ、それ以上はセンター寄せ*/
.responsive-text {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.responsive-text {
		text-align: left;
	}
}

/*パソコンだけセンター寄せ、それ以下は左寄せ*/
.responsive-text_pcOnly {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .responsive-text_pcOnly {
    text-align: center;
  }
}



/*　リンク
------------------------------------------------------------------------------*/
/* 角丸ボックス
.link_box {
	display: block;
	background: #f18b00;
	border-radius: 20px;
	color: #fff;
	padding: 0.5em 2em;
	text-decoration: none;
	text-align: center;
	transition: background 0.3s;
	border: #f18b00 solid 2px;
	margin: 20px 0;
}
.link_box:hover {
	background: #fff;
	border: #f18b00 solid 2px;
	color: #f18b00;
}*/


/*　その他
------------------------------------------------------------------------------*/
/*追従するトップへボタン　*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 90px;
  right: 10px;
  background-color: #8bc782;
  z-index: 1000;
  border-radius: 50%;
  opacity: 0; /* ← 最初は透明 */
  visibility: hidden; /* ← 最初は見えない */
  transform: translateY(50px); /* ← 下にずらしておく */
  transition: all 0.3s ease;
}

#page_top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* ← 元の位置にスライド */
}

#page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#page_top a::before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#page_top a:hover {
	border-radius: 50%;
	opacity: 0.5;
}


/*　下部固定メニュー　*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}
#sp-fixed-menu li{
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 0;
	font-size: 25px;
	border-right: 1px solid #fff;
	background: #8bc782;
	line-height: 1em;
}
/*右メニュー*/
#sp-fixed-menu li:last-child{
   border-right: none;
}
/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px 0;
}
#sp-fixed-menu .fontS{
	font-size: 14px;
}

@media only screen and (max-width: 640px) {
#sp-fixed-menu li{
	line-height: 0.8;
	/*align-items: center; 縦中央揃えしたい時必要
	display: flex;縦中央揃えしたい時必要*/
}
}




/*////////////////////////////////////////////////////////////////////////
 
 個別

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

/*　施設からのメッセージ
------------------------------------------------------------------------------*/

#top_message{
}

#top_message h2{
	display: none;
}

#top_message img{
	padding: 2em 0 1em;
}


/*　施設の詳細
------------------------------------------------------------------------------*/
#content{
}

.time_table{
	width: 100%;
	border: 1px solid #9acc82;
	text-align: center;
}

.time_table td{
	width: 50%;
	padding: 0.5% 1%;
	border: 2px solid #9acc82;
}

#content .ttl_box{
	background: #9acc82;
	padding: 0.5%;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 0.7em;
}

#content .article_box{
	margin-bottom: 1.5em;
}


/*　ご利用までの流れ
------------------------------------------------------------------------------*/
#flow{
	background: #9acc82;
	color: #fff;
}

#flow h2{
	color: #fff;
}

#flow .ttl_box{
	background: #fff;
	padding: 0.5%;
	color: #9acc82;
	font-size: 1.2em;
	margin-bottom: 0.7em;
}

#flow .article_box{
	margin-bottom: 0.5em;
}


/*　アクセス
------------------------------------------------------------------------------*/
#access{
}


/*　事業所情報
------------------------------------------------------------------------------*/
#office_info{
	padding-top: -2em;
}

.office_name{
	font-size: 2em;
	font-weight:normal;
	color: #9acc82;
	margin: 0 auto 0.5em;
	line-height: 1em;
}

.office_name span{
	font-size: 0.5em;
}





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

　RESPONSIVE 設定【サイト共通】

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

/*

　800px以上の画面サイズのデバイス（大きなタブレット、デスクトップPCなど）に適用。

-----------------------------------------------------------------------------*/
@media only screen and (min-width: 800px){
	body{
		font-size:20px;
	}
	
  #footer{
		padding: 4em 1em 5em;
	}
}



/*------------------------------------------------------------------------------

　画面幅640px以下のすべてのデバイス。主にスマートフォン向け。

------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px){
	.inner{
		width: 94%;
		padding-bottom: 1em;
	}
	.inner_none{
		width: 94%;
	}
}


/*------------------------------------------------------------------------------

　画面幅799px以下のデバイス。タブレット縦向き、小さめのラップトップや大きめのスマホなど。

------------------------------------------------------------------------------*/
@media only screen and (max-width: 799px){

	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #d7d7d7;
		border-bottom: 1px solid #ccc;
	}
	
	#mainImg{
		padding-top: 50px;
		z-index: -100;
	}
}

/*------------------------------------------------------------------------------

　iPad mini 縦（768px）

------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 819px) {
	#mainImg{
		padding-top: 90px;
	}
}