@charset "utf-8";


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

@ MOBILE SIZE

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

/****************************
  00 base
****************************/
html, body {
	position: relative;
	width: 100%;
	color: #3f3f3f;
	font-size: 13pt;
	line-height: 1.6;
	font-family: "メイリオ", Meiryo, "KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	padding: 0;
	margin: 0;
}


#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}


.inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px;
}


.sp	{ display: block; }
.pc	{ display: none; }


img {
	display: block;
	width: 100%;
	height: auto;
}

#bnr_special{
	padding:10px 0;
}


/****************************
  01 header
****************************/
#header {
	background: #ffffff;
}

/*** h1_title ***/
#header .h1_title {
	padding: 0.2em 0;
	color: #45357e;
	font-size: 62%;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px dotted #45357e;
}

/*** body ***/
#header .body {
	position: relative;
	border-bottom: 1px dotted #45357e;
}

/* title */
#header .body .title {
	float: left;
	width: 50%;
	/*max-width: 279px;*/
	background: #45357e;
}

/* tel */
#header .body .tel {
	float: right;
	width: 50%;
	padding-top: 2%;
	/*max-width: 240px;*/
}

/*** banners ***/
#header .banners {
	
}
#header .banners ul {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 15px;
	width: auto;
	max-width: 460px;
	margin: 0 auto 0;
}
#header .banners ul li {
	display: table-cell;
}

/*** navi ***/
#header .navi {
	background: #f4f2f9;
}

#header .navi ul {
	text-align: center;
	margin: 0;
	padding: 10px 0;
}
#header .navi ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 5px;
	line-height: 1.0;
}
#header .navi ul li a {
	display: block;
	color: #45357e;
	font-weight: bold;
	font-size: 92%;
	text-decoration: none;
	padding: 0.4em 0.5em;
}
#header .navi ul li a:hover,
#header .navi ul li a.active {
	color: #ffffff;
	background: #9adbd1;
	border-radius: 1.0em;
}
/* category colors. */
#header .navi ul li a.cat_01:hover,
#header .navi ul li a.cat_01.active {
	background: #8bb3d0;
}
#header .navi ul li a.cat_02:hover,
#header .navi ul li a.cat_02.active {
	background: #80ce90;
}
#header .navi ul li a.cat_03:hover,
#header .navi ul li a.cat_03.active {
	background: #c1a3da;
}

#header .navi ul li :after {
	position: absolute;
	right: -5px;
	top: 0;
	content: "";
	width: 0;
	height: 100%;
	border-right: 1px solid #45357e;
	transform: rotate(15deg);
}
#header .navi ul li:last-child :after {
	display: none;
}





/****************************
  02 content
****************************/
#content {
	display: block;
	position: relative;
}





/****************************
  03 bottom
****************************/
#bottom {
	padding: 50px 0 40px;
}


/*** sns ***/
#bottom .sns {
	margin: 0 0 30px;
}
#bottom .sns ul {
	display: table;
	width: auto;
	max-width: 320px;
	border-collapse: separate;
	border-spacing: 10px 0;
	margin: 0 auto;
}
#bottom .sns ul li {
	display: table-cell;
	vertical-align: top;
}


/*** banners ***/
#bottom .banners {
	
}
#bottom .banners ul {
	text-align: center;
	line-height: 1.0;
}
#bottom .banners ul li {
	display: inline-block;
	/*max-width: 300px;*/
	padding: 0 5px 10px;
}




/****************************
  04 footer
****************************/
#footer {
	
}


/*** menu ***/
#footer .menu {
	margin: 0 0 30px;
	padding: 26px 0 0;
	background: #f4f2f9;
}

#footer .menu .box {
	padding: 0 0 26px;
}

#footer .menu .box .label {
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #45357e;
}
#footer .menu .box .label a {
	display: block;
	color: #3f3f3f;
	font-size: 86%;
	font-weight: bold;
	line-height: 1.0;
	text-decoration: none;
}
#footer .menu .box .label a:hover {
	text-decoration: underline;
}

#footer .menu .box ul {
	
}
#footer .menu .box ul li {
	display: inline-block;
	min-width: 145px;
}
#footer .menu .box ul li a {
	display: block;
	font-size: 86%;
	line-height: 1.2;
	text-decoration: none;
	padding: 0 10px 0;
	background-position: left 0.3em;
	background-repeat: no-repeat;
	background-size: 8px;
	background-image: url(../img/icon_arrow_02_r.png);
}
#footer .menu .box ul li a:hover {
	text-decoration: underline;
}


/*** links ***/
#footer .links {
	margin: 0 0 15px;
}

#footer .links ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer .links ul li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	line-height: 1.0;
}
#footer .links ul li a {
	display: block;
	color: #45357e;
	font-size: 74%;
	text-decoration: none;
	padding: 0.2em 0;
}
#footer .links ul li a:hover {
	text-decoration: underline;
}

#footer .links ul li :after {
	position: absolute;
	right: -5px;
	top: 0;
	content: "";
	width: 0;
	height: 100%;
	border-right: 1px solid #45357e;
}
#footer .links ul li:last-child :after {
	display: none;
}


/*** copy ***/
#footer .copy {
	color: #666666;
	font-size: 62%;
	text-align: center;
	margin: 0 0 30px;
}







/****************************
  99 to-top
****************************/
#to-top {
	position: fixed;
	right: -60px;
	bottom: 80px;
	width: 40px;
	height: 40px;
	
	transition: all .5s ease-out;
	
	box-shadow:0px 0px 2px 2px rgba(100,100,100,0.2);
	
	z-index: 999;
}

#to-top a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/to_top.png);
	
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
}

.scroll #to-top {
	right: 0;
}






/****************************
  99 screen
****************************/

#screen {
	position: fixed;
	left: 0;
	bottom: 0;
	color: #999;
	font-size: 8px;
	display: none;
}
#screen:after {
	content: '@ MOBILE SIZE';
}





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

@ TABLET & SMALLER LAPTOPS

////////////////////////////////////////////////////////////
***********************************************************/
@media only screen and (min-width: 768px) {
	
	/****************************
	  00 base
	****************************/
	html, body {
		font-size: 14pt;
	}
	
	.sp	{ display: none; }
	.pc	{ display: block; }
	
	
	/****************************
	  01 header
	****************************/
	#header {
		position: fixed;
		width: 100%;
		z-index: 9999;
	}
	
	/*** h1_title ***/
	#header .h1_title {

	}
	
	/*** body ***/
	#header .body {
		border: none;
	}
	
	/* title */
	#header .body .title {
		width: 40%;
		max-width: 279px;
		padding: 12px 20px;
	}
	
	/* tel */
	#header .body .tel {
		width: 48%;
		max-width: 240px;
		padding: 0 5px;
	}
	#header .body .tel a {
		cursor: default;
	}
	
	/*** banners ***/
	#header .banners {
		position: absolute;
		right: 240px;
		top: 20px;
		width: auto;
		max-width: 40%;
	}
	#header .banners ul {
		
	}
	#header .banners ul li {
		height: 45px;
		vertical-align: middle;
	}
	
	/*** navi ***/
	#header .navi {
		
	}
	#header .navi ul {
		
	}
	#header .navi ul li {
		padding: 0 20px;
	}
	#header .navi ul li a {
		font-size: 120%;
	}
	
	
	/****************************
	  02 content
	****************************/
	#content {
		padding-top: 148px;
	}
	
	
	/****************************
	  03 bottom
	****************************/
	#bottom {
		padding: 100px 0 80px;
	}
	
	/*** sns ***/
	#bottom .sns {
		
	}
	
	/*** banners ***/
	#bottom .banners {
		
	}
	
	
	/****************************
	  04 footer
	****************************/
	#footer {
		
	}
	
	/*** menu ***/
	#footer .menu {
		margin: 0 0 40px;
	}
	#footer .menu .box {
		display: inline-block;
		width: 25%;
		vertical-align: top;
		padding-right: 20px;
	}
	#footer .menu .box .label {
		
	}
	#footer .menu .box .label a {
		
	}
	
	#footer .menu .box ul {
		
	}
	#footer .menu .box ul li {
		display: block;
		margin: 0 0 10px;
	}
	#footer .menu .box ul li a {
		
	}
	
	/*** links ***/
	#footer .links {
		
	}
	#footer .links ul {
		
	}
	#footer .links ul li {
		
	}
	#footer .links ul li a {
		
	}
	
	
	
	/****************************
	  99 to-top
	****************************/
	#to-top {
		right: -100px;
		bottom: 100px;
		width: 60px;
		height: 60px;
	}
	
	
	
	
	/****************************
	  99 screen
	****************************/
	#screen:after {
		content: '@ TABLET & SMALLER LAPTOPS';
	}
}


