@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}
.br-sm{display:none;font-size: 90%;}


.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}

.color-red{
	color: #F00;
}

.color-blue01{
	color: #069;
}

.p-right{
	text-align: right;
}
.p-center{
	text-align: center;
}

.list-disc{
	list-style-type: disc;
	margin-left: 18px;
}

.list-disc.ln_line li{
	padding-top: 8px;
	padding-bottom: 7px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}

.list-no{
	list-style-type: decimal;
	margin-left: 23px;
}

.list-no.ln_line li{
	padding-top: 6px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}

.unbder-line{
	text-decoration: underline;
}

.bg-red{
	color: #FFF;
	background-color: #C33;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	font-size: 95%;
}

/*
一の字ずらし
-------------------------------------------*/
.att {
padding-left: 1em;
text-indent: -1em;
}


/* ----------------------------------------------------------------------
 ひとつ前に戻る
---------------------------------------------------------------------- */
.back {
	text-align: center;
}
.back a {
	text-decoration: none;
	display: inline-block;
	padding: 0.2rem 2rem;	/*ボタン内の余白。上下、左右。*/
	border-radius: 20px;	/*角を丸くする指定。ある程度大きければ適当でいいです。*/
	background: #eee;		/*背景色*/
	margin-bottom: 10px;
	margin-top: 30px;
}


/*
テーブル
-------------------------------------------*/
.tbl-r07
   {
   width: 100%;
   margin-bottom: 20px;
   border-collapse:collapse;  	
   background-color: #fff;
   }

.tbl-r07 td{
   border: solid 1px #ccc;
   padding: 10px;
   text-align: center;
  }

.sche_r{
	font-weight: bold;
	color: #F00;
}
.sche_b{
	font-weight: bold;
	color: #000;
}

.unbder-bar{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.no-leftbar{
	border-left-style: none !important;
}

.font-80{
	font-size: 80%;
}

@media screen and (max-width: 640px) {
 .tbl-r07 {
    overflow-x: auto;

  }
  .tbl-r07 {
	min-width: 640px;
	margin-top: 0;
	margin-bottom: 50px;    
  }
  .tbl-r07 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}


/*予約電話専用
---------------------------------------------------------------------------*/
.box_in {
		width: 100%;
}


.yoyaku {
	font-size: 25px;
	font-weight: bold;
	color: #666;
	text-decoration: none;

}
.tel a {
	font-size: 35px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;

}
.tel a strong {
	font-size: 150%;
		color: #006600;
}
.tel a i {
	padding-right: 10px;
	font-size: 120%;
}


@media screen and (max-width:480px){
.btn a {
	font-size: 18px;
}
.tel a {
	font-size: 24px;
}

}


.point-box{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #C00;
	border-radius: 40px;
	background-color: #FFF7EE;
	margin-bottom: 12px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 80%;
}

.point-box p{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 110%;
	color: #CC0000;
}

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

.point-box{
	padding-top: 5px;
	padding-bottom: 5px;
}

.point-box p{
	font-size: 90%;
}

}

/****/

.point-box02{
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 90%;
	background-color: #F8F8F8;
}

.point-box02.p100{
	padding-top: 15px;
	width: 100%;
	padding-bottom: 5px;
}

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

.point-box02{
	width: 80%;
}

.point-box02.p100{
	width: 88%;
}

}

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

.point-box02.p100{
	width: 86%;
}

}


/*メイン
---------------------------------------------------------------------------*/
.inner {
	position:relative;
	width:70%;/*65*/
	margin:0 auto;
}

#header-top {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#ff7f00;
    padding-left:20px;
	padding-top:3px;
	padding-bottom:3px;
	color:#fff;
	font-size:12px;
    border-bottom:1px dotted #ff7f00;
}

header {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

/*ログ部分
---------------------------------------------------------------------------*/
.logo  {
	margin:0 auto;
}

.logo h1 img {
width:285px;
}



/*右上電話番号
---------------------------------------------------------------------------*/
.telbox {
	position:absolute;
	top:40px;
	right:0;
	margin:0;
	text-align:right;
}

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

.telbox  {display:none;}

}


/*メニュー
---------------------------------------------------------------------------*/

nav {
	width:100%;
	background:#fff;


}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#contents2 {
	overflow:hidden;
	width:100%;
	margin:10px auto;
	background:#fff;
	padding-top:0px;
}

#contents3 {
	overflow:hidden;
	width:100%;
	background:#f5f5f5;

}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:76%;
}

#sub {
	box-sizing:
	border-box;
	overflow:hidden;
	float:right;
	width:20%;
}

#sub-news {
	padding:0;
}


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

h2 {
padding: .2em;

font-size:1.3em;
background: #ffdcb9;
margin-bottom:0.5em;
text-align:center;
color:#ff7f00;
}


h3 {
  position: relative;
  padding: .45em 0 .25em .75em;
  border-left: 6px solid #ccc;
  font-size:18px;
  margin-bottom:1em;
  margin-top:1em; background: #f5f5f5;
}
h3::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #ff7f00;
}
h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

h4 {
  position: relative;
  padding-bottom: 0.2em;
  padding-top: 0.2em;
  border-bottom: 3px solid #ccc;
  font-size:18px;
  margin-bottom:0.5em;
}

h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #ff7f00;
}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding:10px;
	color:#710000;
	font-size:18px;
	font-weight:nomal;
	 background-color: #f5f5f5;
}
h5:before {
	content:"";
	margin-top:-7px;
	position:absolute;
	top:50%;
	left:0;
	width:5px;
	height:14px;
	background:#8c0e0e;
}

h6 {
	margin-bottom:0.25em;
	color:#ff7f00;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px dotted #ff7f00;
}

p {
	margin:0 0 1em 0;
}



em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	/*color:#ff0000;*/
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:0.5em;
	border-bottom:2px dotted #ccc;
	font-size:18px;
	color:#666;
	text-align:center;
	background:#fff;
}


/*画像左右
---------------------------------------------------------------------------*/

/*画像全般の設定*/


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

}


#main img{

	width: 35%;

}

#main img.img80{
	width: 80%;
	max-width: 320px;
	height: auto;
}

#main img.img100{
	width: 100%;
	max-width: 320px;
	height: auto;
}




/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	font-size:15px;
	padding:8px 4px 8px 50px;
	color:#000;
	text-decoration:none;
	background:#f5f5f5 url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
	border:1px solid #ccc;
	border-radius:5px;

}
.btn01 a:hover {
	background:#ec6e82 url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
	color:#fff;
}


/* ボタン（タイプ2） */
.btn02 a {
	display: block;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	background: #f5f5f5 url('../images/bg_arrow_white.png') 15px 50% no-repeat;
	transition: all 0.2s ease 0s;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 45px;
}
.btn02 a:hover {
	background:#ec6e82 url('../images/bg_arrow_white.png') 18px 50% no-repeat;
	transition:all 0.2s ease 0s;
	color:#fff;
}


/* ボタン（タイプ3） */
.btn03 a {
        margin:10px auto;
	width: 35%;
	display:block;
	font-size:18px;
	padding:12px 4px 12px 50px;
	color:#000;
	text-decoration:none;
	background:#ffdbff url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
	border:1px solid #ccc;
	border-radius: 5px;

}
.btn03 a:hover {
	background:#f5f5f5 url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
	color:#000;
}

/* ボタン（タイプ4） */
.btn04 a {
	margin: 10px auto;
	width: 50%;
	display: block;
	font-size: 18px;
	padding: 12px 4px 12px 50px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	border-radius: 5px;
	background-color: #FF8080 !important;
	background-image: url(../images/bg_arrow_white.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
.btn04 a:hover {
	transition: all 0.2s ease 0s;
	background-color: #FF9999 !important;
	background-image: url(../images/bg_arrow_white.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}


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

.btn03 a {
    margin:10px auto;
	width: 80%;
	display:block;
	font-size:18px;
	padding:12px 4px 12px 50px;
	color:#000;
	text-decoration:none;
	background:#bbddff url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
	border:1px solid #ccc;
	border-radius: 5px;
}

.btn04 a {
	width: 80%;
}

}

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

.btn04 a {
	font-size: 15px;
	padding-right: 15px;
	font-weight: bold;
}

}


/*
ボタン1・部品
-------------------------------------------*/
.btn-border {
  display: inline-block;
  max-width: 200px;
  text-align: left;
  background-color: #007f00;
  font-size: 14px;
  color: #fff;
  padding: 2px 16px;
  border-radius: 0px;
  transition: .4s;
  margin-right: 15px;
  margin-left: 0px;
  margin-bottom: 5px;
}




/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background:#fff;
        border-top:1px dotted #ff7f00;
		border-bottom:1px dotted #ff7f00;
		z-index:2; 	

		
	}

	/* 共通 */
	nav ul {
		margin:0;
		padding:0;

	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;

	}

	nav ul li a {
		display:block;
		margin:0;
		padding:16px 0;
		background:#fff;
		color:#ff7f00;
		font-size:15px;
		font-weight:bold;
		line-height:1;
		text-decoration:none;
	}
	

	nav ul li:hover > a {
		color:#fff;
		background:#ff7f00;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		width:18%;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
	}

	nav ul.gnav > li:first-child {
		width:9%;
	}

	nav ul.gnav > li.subnav a {
		padding-right:10px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:20px;
		width:0;
		height:0;
		margin-left:10px;
		border:5px solid transparent;
		border-top-color:#ff7f00;
	}

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:100%;
		left:0;
		width:100%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:100%;
		height:0;
		color:#fff;
		transition:.2s;
	}

	nav ul li ul li a {
		padding:13px 15px;
		text-align:left;
		background:#fff;
		font-weight:normal;

	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:40px;
		border-bottom:1px dotted #ff7f00;
		
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
		
		
	}

	nav ul.gnav > li:last-child > ul {
		left:0%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#fff;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}
	


	/* 3段目 */
	nav ul li ul li ul {
		top:0;
		left:100%;
	}

	nav ul li ul li ul li {
		width:100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom:1px solid #ff7f00;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left:-100%;
	}

	nav ul li ul li ul li a {
		background:#00325b;
	}

	nav ul li ul li ul li a:hover {
		background:#420404;
	}

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

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




/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}

.submenu li a {
	display: block;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.2s ease 0s;
	background-color: #f5f5f5;
	background-image: url(../images/bg_arrow_white.png);
	background-repeat: no-repeat;
	background-position: 10px 16px;
	padding-top: 14px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 40px;
}
.submenu li a:hover {
	background:#fee7ba url('../images/bg_arrow_white.png') 14px 16px no-repeat;
	transition:all 0.2s ease 0s;
	color:#000;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

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

footer{
	position: relative;
	z-index: 20;
	clear: both;
	line-height: 1.5;	/*上、左右、下へのボックス内の余白*/
	font-size: 15px;		/*文字サイズ*/
	background: #f5f5f5;	/*背景色*/
	color: #666;	/*文字色*/
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

footer .inner{
	width:100%;

}


#footer-box {
	clear: both;
	color: #333;
	border-radius: 5px;
	text-align: center;
	height : auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2%;
	padding-left: 0;	
}


.copyright {
	clear:both;
	padding:10px 0;
	font-size:11px;
	text-align:center;
	color:#fff;
	background:#ff7f00;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:25px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#ff8000;
	border-radius: 5px;
}
.totop img:hover {
	background:#333;
}




/*================================================
 *  スマートフォンでは1カラム
 ================================================*/


.oneCol {
	overflow:hidden;

}
.oneColInner {
	overflow:hidden;
	margin-right:-3%;
}
.oneColInner div {
	width:97%;
	float:left;
	margin-right:2%;
}
.oneColInner div:nth-child(1n+1) {
	clear:both;
}
.oneColInner img {
	width:100%;
	margin-bottom:0;

}

/*================================================
 *  カラム
 ================================================*/
/* カラム */
.col_1{
	overflow:hidden;
}

.col_1 ul{
	overflow:hidden;
	margin:0% -2% 0 0;
}
.col_1 li{
	list-style:none;
	float:left;
	width:98%;
	margin:0 2% 0 0;


}
.col_1 li:nth-child(2n+1){
	clear:both;
}
.col_1 li img{
	width:100%;
	margin-bottom:2.5%;
}

/*================================================*/
.col_2 {
	overflow:hidden;
}

.col_2 ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_2 li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_2 li:nth-child(2n+1) {
	clear:both;
}
.col_2 li img {
	width:100%;
	margin-bottom:2.5%;
}


/*================================================*/
.col_3{
	overflow:hidden;
}

.col_3 p{
	text-align:left;
}

.col_3 ul{
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_3 li{
	list-style:none;
	float:left;
	width:31%;
	margin:0 2% 2% 0;
}
.col_3 li:nth-child(3n+1){
	clear:both;
}
.col_3 li img{
	width:100%;
	margin-bottom:2.5%;
}
/*================================================*/
.col_4{
	overflow:hidden;
}

.col_4 ul{
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_4 li{
	list-style:none;
	float:left;
	width:23%;
	margin:0 2% 2% 0;

}
.col_4 li:nth-child(4n+1){
	clear:both;
}
.col_4 li img{
	width:100%;
	margin-bottom:2.5%;
}

.col_4 p{
text-align:left;

}

.col_4 a {

	text-decoration:none;
}
.col_4 a:hover {

	text-decoration:none;
}

.col_4 img {

border-radius:5px;
}

@media (min-width:1600px) {

	.inner {
		width:60%;
	}

}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}

	#contents {
	box-sizing: border-box;
	width: 100%;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	}
	#contents2 {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	footer {
		width:100%;
	}
	
	.absolute {
                position: absolute;
                left: 50px;
                top: 60px;
                z-index:2;
}
	
	
}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {



body {color:#000;}

     .br-sm{display:inline;}

.br-ip-sm{display:inline;}

	.lock {
		overflow:hidden;
	}

	header {
	z-index: 2;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	}

	.logo h1 img {width:230px;}



	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#fff;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:74px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #F90;

	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #ccc;
		background:#fff;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
				border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #F90;

	}

	nav li a {
		display:block;
		padding:15px 30px;
		color:#ff7f00;
		text-decoration:none;
		background:#fff;
		font-size:16px;
		font-weight:bold;
	}
	nav li a:hover {
		color:#fff;
		background:#ff7f00;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:25px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#ff7f00;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:25px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#fff;
	}
	.subnav a:hover:after {
	  background:#ff7f00;
	}
	.subnav a:hover:before {
	  background:#fff;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:2;
		position:fixed;
		top:15px;
		right:15px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:45px;
		height:45px;
		border-radius:5%;
		background:#ff7f00;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:20px;
		height:2px;
		margin:-1px 0 0 -10px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:20px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

/*================================================*/	
	.col1 ul{
		margin-right:0;
	}
	.col_1 li{
		width:100%;
	}
	.col_1 li:nth-child(2n+1){
		clear:both;
	}
	
/*================================================*/	
	.col_2 ul{
		margin-right:0;
	}
	.col_2 li{
		width:100%;
	}
	.col_2 li:nth-child(2n+1){
		clear:both;
	}


/*================================================*/	
.col_3{
	overflow:hidden;
}

.col_3 ul{
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_3 li{
	list-style:none;
	float:left;
	width:99%;
	margin:0 2% 2% 0;
}
.col_3 li:nth-child(3n+1){
	clear:both;
}
.col_3 li img{
	width:100%;
	margin-bottom:2.5%;
}
/*================================================*/
.col_4{
	overflow:hidden;
}

.col_4 ul{
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_4 li{
	list-style:none;
	float:left;
	width:100%;
	margin:0 2% 2% 0;
}
.col_4 li:nth-child(3n+1){
	clear:both;
}
.col_4 li img{
	width:100%;
	margin-bottom:2.5%;
}

#footer-box {
	height: auto;
	font-size: 90%;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	}


#footer-box ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 130%;
}
#footer-box ul li a{
	display: block;
	background-color: rgb(255,255,255);
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: rgb(88,70,70);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid rgb(72,57,57);
	margin-right: 3px;
}
#footer-box ul li a:hover{
	color: rgb(255,255,255);
	background-color: rgb(51,204,255);
	border: 1px solid rgb(255,255,255);
	border-radius: 3px;
}


h4 {

	font-size:16px;

}

	
h5 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#fff;
	padding:10px;
        border-bottom:1px solid #fff;
	margin-bottom:0.75em;
	background-color: rgb(88,70,70);
	border-radius: 3px;

	
}	

.oneCol {
display:none;
}


.absolute {
display:none;
}

.btn01 a {

	font-size:16px;

}
td{
	font-size:14px;

}



  


/* ボタン（タイプ1） */
.btn01 a {
	color: rgb(0,0,0);
	background-color: #f5f5f5;
	font-size: 130%;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;

}
.btn01 a:hover {
	color: #fff;
	background-color: #ff7f00;
	text-decoration: none;
}

/* ボタン（タイプ2） */
.btn02 a {
	color: rgb(0,0,0);
	background-color: #f5f5f5;
	font-size: 130%;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;

}
.btn02 a:hover {
	color: #fff;
	background-color: #ff7f00;
	text-decoration: none;
}
  
#sub-news {
display:none;
}



#header-top {
display:none;
}

}

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

.br-ip-sm{display:none;}

}

/**260522追加**/

.top-box01{
	display: flex;
	margin-bottom: 15px;
}

.top-box01 .tb01_01{
	flex-grow: 2;
	margin-right: 5px;
	width: 46%;
}

.top-box01 .tb01_01 a.tb01_border{
	display: block;
	border: 2px solid #FE5F7F;
	text-decoration: none;
	background-color: #FEEBEF;
	/*background-image: linear-gradient(90deg, #ffffff, #FED9E1);*/
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../images/bg-img01.png);
	background-repeat: no-repeat;
	background-position: 120% center;
	height: 80px;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_01 a.tb01_border:hover{
	border-top-color: #FF4F4F;
	border-right-color: #FF4F4F;
	border-bottom-color: #FF4F4F;
	border-left-color: #FF4F4F;
	background-color: #FCC;
}


.top-box01 .tb01_01 .tb01_title{
	font-size: 120%;
	font-weight: bold;
	color: #006765;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_01 a.tb01_border:hover .tb01_title{
	color: #008A8A;
}

.top-box01 .tb01_01 .tb01_title02{
	font-size: 120%;
	font-weight: bold;
	color: #FE5F7F;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_01 a.tb01_border:hover .tb01_title02{
	color: #FF3333;
}

.top-box01 .tb01_01 .tb01_more{
	font-size: 90%;
	background-color: #FE5F7F;
	text-align: center;
	display: block;
	width: 80%;
	border-radius: 50px;
	font-weight: bold;
	color: #FFF;
	/*padding-top: 3px;*/
	transition: all 0.3s 0s ease;
	padding-top: 1px;
	padding-bottom: 1px;
}

.top-box01 .tb01_01 a.tb01_border:hover .tb01_more{
	background-color: #FF3E3E;
}

/**/

.top-box01 .tb01_02{
	flex-grow: 1;
	margin-right: 5px;
	width: 27%;
	align-self: stretch;
}

.top-box01 .tb01_02 a{
	border: 2px solid #FF7F00;
	display: block;
	text-align: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #FFECD9;
	position: relative;
	height: 80px;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_02 a:hover{
	color: #F60;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	background-color: #FFD5B3;
}

.top-box01 .tb01_02 .tb02_title{
	font-size: 110%;
	font-weight: bold;
	color: #FF7F00;
	display: inline-block;
	/*margin-bottom: 23px;*/
	position: relative;
	top: 15px;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_02 a:hover .tb02_title{
	color: #F60;
}

.top-box01 .tb01_02 .tb02_title span{
	font-weight: bold;
	font-size: 80%;
}

.top-box01 .tb01_02 .tb02_more{
	background-color: #F90;
	text-align: center;
	display: block;
	border-radius: 50px;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	font-size: 75%;
	padding-bottom: 2px;
	position: absolute;
	bottom: 10px;
	width: 90%;
	left: 5%;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_02 a:hover .tb02_more{
	background-color: #F60;
}


/*

.top-box01 .tb01_03{
	flex-grow: 1;
	width: 27%;
}

.top-box01 .tb01_03 a{
	border: 2px solid #0099CC;
	display: block;
	text-align: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	text-decoration: none;
	position: relative;
	height: 80px;
	background-color: #E9FBFE;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_03 a:hover{
	background-color: #D2E9FF;
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
}

.top-box01 .tb01_03 .tb03_title{
	font-size: 110%;
	font-weight: bold;
	color: #0099CC;
	display: inline-block;
	position: relative;
	top: 5px;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_03 a:hover .tb03_title{
	color: #06C;
}

.top-box01 .tb01_03 .tb03_text{
	font-size: 75%;
	line-height: 1.1em;
	display: inline-block;
}

.top-box01 .tb01_03 .tb03_more{
	background-color: #09C;
	text-align: center;
	display: block;
	border-radius: 50px;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 75%;
	
	position: absolute;
	bottom: 10px;
	width: 90%;
	left: 5%;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_03 a:hover .tb03_more{
	background-color: #06C;
}

*/

/****/

.top-box01 .tb01_03{
	flex-grow: 1;
	width: 27%;
}

.top-box01 .tb01_03 a{
	border: 2px solid #099;
	display: block;
	text-align: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
	text-decoration: none;
	position: relative;
	height: 80px;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_03 a:hover{
	background-color: #E4FEF9;
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
}

.top-box01 .tb01_03 .tb03_title{
	font-size: 110%;
	font-weight: bold;
	color: #099;
	display: inline-block;
	position: relative;
	top: 18px;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_03 a:hover .tb03_title{
	color: #006F6F;
}

.top-box01 .tb01_03 .tb03_text{
	font-size: 75%;
	line-height: 1.1em;
	display: inline-block;
}

.top-box01 .tb01_03 .tb03_more{
	background-color: #099;
	text-align: center;
	display: block;
	border-radius: 50px;
	font-weight: bold;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 75%;
	
	position: absolute;
	bottom: 10px;
	width: 90%;
	left: 5%;
	transition: all 0.3s 0s ease;
}

.top-box01 .tb01_03 a:hover .tb03_more{
	background-color: #006F6F;
}


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

.top-box01 .tb01_01 a.tb01_border{
	background-size:40%;
}

/**/

.top-box01 .tb01_02 .tb02_title{
	font-size: 100%;
	/*margin-bottom: 18px;*/
	top: 10px;
	line-height: 1.2em;
}

/**/

.top-box01 .tb01_03 .tb03_title{
	font-size: 90%;
	line-height: 1.2em;
	margin-bottom: 5px;
}

.top-box01 .tb01_03 .tb03_text{
	font-size: 70%;
}

}

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

.top-box01{
	flex-wrap: wrap;
}

/**/

.top-box01 .tb01_01{
	flex-grow: 1;
	width: 100%;
	margin-bottom: 5px;
}

.top-box01 .tb01_01 a.tb01_border{
	background-size:30%;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 4px;
	background-position: 98% center;
}

.top-box01 .tb01_01 .tb01_title{
	font-size: 100%;
}

.top-box01 .tb01_01 .tb01_title02{
	font-size: 100%;
	/*margin-bottom: 9px;*/
}

.top-box01 .tb01_01 .tb01_more{
	font-size: 80%;
}

/**/

.top-box01 .tb01_02{
	margin-bottom: 5px;
}

.top-box01 .tb01_02 .tb02_title{
	top: 12px;
	/*margin-bottom: 19px;*/
}

/**/

.top-box01 .tb01_03 .tb03_text{
	/*margin-bottom: 7px;*/
}

}

/****/


.top-box02{
	display: flex;
}

.top-box02 h3{
	margin-top: 0em;
}

.top-box02 p{
	line-height: 1.1em;
	margin: 0px;
	padding: 0px;
}

.top-box02 .tb02_01{
	width: 65%;
	margin-right: 15px;
}

.top-box02 .tb02_01 .txt_mb10{
	margin-bottom: 10px;
}

.top-box02 .tb02_01 .txt_siz90{
	font-size: 90%;
}

/**/

.tb02_02-2{
	display: flex;
	display: table;
	margin-bottom: 10px;
}

.tb02_02-2 .tb02-2_left{
	width: 25%;
	margin-right: 10px;
	color: #FFF;
	background-color: #007F00;
	font-size: 90%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.tb02_02-2 .tb02-2_right{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
}

/**/

.top-box02 .tb02_02{
	width: 35%;
}

.top-box02 .tb02_02 .tb20202_box01 a{
	display: block;
	border: 2px solid #099;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 10px;
	transition: all 0.3s 0s ease;	
}

.top-box02 .tb02_02 .tb20202_box01 a:hover{
	border-top-color: #008080;
	border-right-color: #008080;
	border-bottom-color: #008080;
	border-left-color: #008080;
	background-color: #E4FEF9;
}

.top-box02 .tb02_02 .tb20202_box01 .tb02_title{
	font-size: 110%;
	color: #099;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}

.top-box02 .tb02_02 .tb20202_box01 .tb02_text{
	font-size: 80%;
	margin-bottom: 5px;
	text-align: center;
}

.top-box02 .tb02_02 .tb20202_box01 .tb02_more{
	background-color: #099;
	text-align: center;
	display: block;
	border-radius: 50px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 75%;
	transition: all 0.3s 0s ease;	
}

.top-box02 .tb02_02 .tb20202_box01 a:hover .tb02_more{
	background-color: #006F6F;
}

/*kid start---------------------------->*/

.top-box02 .tb02_02 .tb20202_box01.kid a{
	border: 2px solid #0099CC;
	background-color: #E9FBFE;
}

.top-box02 .tb02_02 .tb20202_box01.kid a:hover{
	border-top-color: #06C;
	border-right-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
	background-color: #D2E9FF;
}

.top-box02 .tb02_02 .tb20202_box01.kid .tb02_title{
	color: #0099CC;
}

.top-box02 .tb02_02 .tb20202_box01.kid a:hover .tb02_title{
	color: #06C;
}
.top-box02 .tb02_02 .tb20202_box01.kid .tb02_more{
	background-color: #0099CC;
}

.top-box02 .tb02_02 .tb20202_box01.kid a:hover .tb02_more{
	background-color: #06C;
}

/*kid end---------------------------->*/

.top-box02 .tb02_02 .tb20202_box02 img{
	text-align: center;
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}

.top-box02 .tb02_02 .tb20202_box03 a.tb02_border{
	display: block;
	border: 2px solid #06C;
	padding: 10px;
	text-decoration: none;
	margin-bottom: 5px;
	transition: all 0.3s 0s ease;
}

.top-box02 .tb02_02 .tb20202_box03 a.tb02_border:hover{
	border-top-color: #39C;
	border-right-color: #39C;
	border-bottom-color: #39C;
	border-left-color: #39C;
	background-color: #F4FDFF;
}

.top-box02 .tb02_02 .tb20202_box03 .tb02_title{
	font-size: 110%;
	color: #06C;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	transition: all 0.3s 0s ease;	
}

.top-box02 .tb02_02 .tb20202_box03 a.tb02_border:hover .tb02_title{
	color: #078AB6;
}

.top-box02 .tb02_02 .tb20202_box03 .tb02_txt{
	font-size: 80%;
	margin-bottom: 5px;
	text-align: center;
}

.top-box02 .tb02_02 .tb20202_box03 .tb02_more{
	background-color: #06C;
	text-align: center;
	display: block;
	border-radius: 50px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 75%;
	transition: all 0.3s 0s ease;
}

.top-box02 .tb02_02 .tb20202_box03 a.tb02_border:hover .tb02_more{
	background-color: #09C;
}


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

.top-box02{
	flex-wrap: wrap;
}

/**/

.top-box02 .tb02_01{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 15px;
}

/**/

.top-box02 .tb02_02{
	width: 100%;
}

}

/****/

.top-box03{
}

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

.top-box03 ul li{
	width: 24%;
}

.top-box03 ul li a{
	display: block;
}

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

.top-box03 ul li a{
	font-size: 80%;
}

}

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

.top-box03 ul{
	justify-content: flex-start;
}

.top-box03 ul li{
	width: 33%;
	margin-bottom: -5px !important;
}

.top-box03 ul li a{
	font-size: 90%;
	margin-right: 2px;
	margin-left: 2px;
}

}

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

.top-box03 ul li{
	width: 100%;
	margin-bottom: -8px !important;
}

.top-box03 ul li a{
	padding-top: 15px;
	padding-bottom: 15px;
}

}

/****/

.top-box04{
}

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

.top-box04 ul li{
	width: 50%;
	margin-bottom: -5px !important;
}

.top-box04 ul li a{
	display: block;
	margin-right: 6px;
	margin-left: 6px;
}

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

.top-box04 ul{
	justify-content: flex-start;
}

.top-box04 ul li a{
	font-size: 90%;
	margin-right: 2px;
	margin-left: 2px;
}

}

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

.top-box04 ul li{
	width: 100%;
	margin-bottom: -8px !important;
}

.top-box04 ul li a{
	padding-top: 15px;
	padding-bottom: 15px;
}

}

.list-sche{
	margin-left: 32px;
}

.list-sche strong{
	color: #333;
}

.list-sche li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BFBFBF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}

.list-sche li:nth-child(even){
	background-color: #F9F9F9;
}

/**/

.accordion-none dd{
	font-size: 15px;
	line-height: 100%;
	margin: 0;
	border-radius: 5px;
	line-height: 1.5;
	background-color: #fff;
	padding-right: 10px;
	padding-left: 10px;
    }

.img-all img{
	height: auto;
	width: 100% !important;
}

.table-box01{
}

.table-box01 .tb_bg01{
	background-color: #FFF9F9;
}

.table-box01 table{
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
}

.table-box01 th,td{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 90%;
	font-weight: normal;
}

.table-box01 th{
	text-align: center;
	background-color: #FAFAFA;
}

.table-box01 th.font-g{
	color: #096;
}

.table-box01 th.font-r{
	color: #C33;
}


.table-box01 td{
	padding-right: 5px;
	padding-left: 5px;
}
