<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ==========================================================
	スマホ閲覧用 480px以下
========================================================== */

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

	- wrapper
	- header
	- navi
	- content
	- main
	- side
	- pagetop
	- lastbox
	- footer
	- PCのみ表示 スマホ非表示

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

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

/*----------------------------------------
	wrapper
-----------------------------------------*/

#wrapper {
	position: relative;
	width: 100%;
}


/*----------------------------------------
	header
-----------------------------------------*/

#header {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding-top: 4px;
}

/* link */

#header .link {
	display: none;
}


/* btn */

#header .btn {
	padding: 10px 0 0 10px;
}

/* logo */

#header .logo {
	width: 100%;
	float: left;
}

#header .logo img {
	float: left;
	width: 48px;
	height: 36px;
}

#header .logo h2 {
	float: left;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.9;
	padding-left: 10px;
	color: #000066;
}

#header .logo h2 a {
	color: #000066;
}

#header .logo h2 a:hover {
	text-decoration: none;
}

/* btn */

#header .enquiry {
	display: none;
}

/* navigation */

.navigation {
width: 46px;
background: #65ace4;
color: #FFF;
position: absolute;
top: 12px;
right:10px;
height: 42px;
}
.navigation div {
position: absolute;
top: 8px;
left: 8px;
}
.active {
color: #fff;
background: #65ace4;
}
.menu {
position: absolute;
top: 42px;
right: 0px;
width: 180px;
overflow: hidden;
z-index: 100;
background: #999;
background-color: rgba(51,51,51,0.8); 
}
.menu a {
display: block;
text-decoration: none;
color: #FFFFFF;
padding: 8px 20px;
border-bottom: 1px solid #FFF;
line-height: 30px;
font-size: 1.4rem;
}

/*menu trigger*/
.trigger,
.trigger span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}
.trigger {
position: relative;
width: 30px;
height: 30px;
text-align: center;
}
.trigger span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #fff;
border-radius: 4px;
}
.trigger span:nth-of-type(1) {
top: 0;
}
.trigger span:nth-of-type(2) {
top: 6px;
}
.trigger span:nth-of-type(3) {
top: 12px;
}
.trigger p {
width: 30px;
position: absolute;
font-size: 1.0rem;
text-align: center;
bottom: 0;
}
.navigation.active .trigger span:nth-of-type(1) {
top: 8px;
-webkit-transform: translateY(5px) rotate(-315deg);
transform: translateY(5px) rotate(-315deg);
}
.navigation.active .trigger span:nth-of-type(2) {
opacity: 0;
}
.navigation.active .trigger span:nth-of-type(3) {
top: 8px;
-webkit-transform: translateY(5) rotate(315deg);
transform: translateY(5px) rotate(315deg);
}
.navigation.active .trigger p {
opacity: 0;
}
.trigger:hover {
cursor: pointer;
}
/*----------------------------------------
	content
-----------------------------------------*/

#content {
	width: 100%;
	margin: 0 auto;
}


/*----------------------------------------
	main
-----------------------------------------*/

#main {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
}

#main .title {
	background: url(../img/cmn_title_bg.jpg) no-repeat;
	height: 80px;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.3;
	padding-left: 14px;
}

#main .title h2 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main .dir {
	background-color: #F2F2F2;
	text-align: right;
	padding: 3px 8px 3px 0;
	z-index: 2;
}

#main .dir ol {
	float: right;
	font-size: 13px;
	font-size: 1.3rem;
}

#main .dir ol li {
	list-style: none;
	display: inline;
}

#main .dir ol li a {
	background: url(../img/cmn_dir_arrow.gif) no-repeat right 2px;
}

#main .dir ol li a {
padding-right: 15px;
}

#main .dir ol li span {
	display: none;
}

#main .dir:before,
#main .dir:after,
#main ol:before,
#main ol:after {
	content: "";
	display: table;
}

#main .dir:after,
#main ol:after {
	clear: both;
}

#main .dir,
#main ol {
	zoom: 1;/*IE7*/
	position: relative;/*DW*/
}

#main .btn_sp {
	padding: 20px 10px 0;
	margin-bottom: -10px;
}

#main .btn_sp li {
	width: 49%;
	float: left;
}

#main .btn_sp li:first-child {
	margin-right: 2%;
}

#main .btn_sp li img {
	width: 100%;
}

#main .maincon {
	padding: 0 10px;
}
#main .notice {
	margin: 30px 0 20px;
	padding: 15px;
	color: #cc3333;
	background: #fffce2;
	border: 1px solid #cc3333;
 text-align: justify;
}
#main .notice h3 {
  font-size: 1.8rem;  
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 5px;
}
#main .notice img {
width: 100%;
height: auto;
margin-top: 10px;
}

/* box# */

#box1,
#box2,
#box3,
#box4,
#box5,
#box6 {
	margin-top: 30px;
}


/* cmnbox */

.cmnbox {
	z-index: 1;
}

/* h2 */

.cmnbox h2 {
	margin: 0 0 15px 0;
	padding: 5px 10px 4px 12px;
	border-left: solid 4px #3eb2d4;
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
	font-size: 17x;
	font-size: 1.7rem;
	line-height: 1.3;
}

.cmnbox h2 em {
	padding-left: 4px;
	font-style: normal;
	font-size: 14px;
	font-size: 1.4rem;
}

.cmnbox h2 sup {
	top: -1.2em;
}

/* h3 */

.cmnbox h3 {
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	border-left: 5px solid #3eb2d4;
	padding: .15em 0 .25em .65em;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(top, #fff, #fefefe 50%, #eaeaea);
	background: linear-gradient(to bottom, #fff, #fefefe 50%, #eaeaea);
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eaeaea));
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eaeaea))";
	zoom: 1;
}

.cmnbox h3:before {
	position: absolute;
	left: -5px;
	bottom: 0;
	content:"";
	width: 5px;
	height: 50%;
	background-color: #000066;
}

.cmnbox h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}


/* cmnlink */
.cmnlink a {
	padding: 8px 10px 8px 25px;
	background: #eeeeee url(../img/cmn_main_ya_b1.gif) no-repeat 10px 0.9em;
	color: #333333;
	text-decoration: none;
	line-height: 1.2;
}

.cmnlink a:hover,
.cmnlink a:active {
	background-color: #e4f6ff;
	background-position: -690px 0.9em;
}

/* frame */

.f1 {
	background: url(../img/cmn_main_color01.gif);
	padding: 3px;
}

.f2 {
	background: url(../img/cmn_main_color02.gif);
	padding: 3px;
}

.f3 {
	background: url(../img/cmn_main_color03.gif);
	padding: 3px;
}

.finner {
	background: #FFFFFF;
	padding: 15px;
}

/*----------------------------------------
	side
-----------------------------------------*/

#side {
	display: none;
}


/*----------------------------------------
	pagetop
-----------------------------------------*/

.pagetop p {
	display: none;
}

.pagetop_sp {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: rgba(153,153,153,0.5);
	z-index: 100;
}

.pagetop_sp ul {
	width: 304px;
	margin: 0 auto;
}

.pagetop_sp li {	
	display: block;
	width: 74px;
	height: 65px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	float: left;
}

.pagetop_sp li a {
	display: block;
	width: 74px;
	height: 65px;
	outline: none;
}

.pagetop_sp li a img {
	vertical-align: bottom;
	width: 74px;
	height: 65px;
}


/*----------------------------------------
	lastbox
-----------------------------------------*/

#lastbox {
	margin-top: 40px;
	padding: 20px 10px;
	background: url(../img/cmn_foot_lastbox_dotline.gif) top no-repeat;
}

#lastbox h3 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #CC0000;
}

#lastbox p {
	margin-top: 5px;
}

#lastbox p span {
	color: #CC0000;
	font-weight: bold;
}

#lastbox p + ul {
	width: 100%;
	margin: 20px 0 30px;
}

#lastbox ul.pc {
	display: none;
}

#lastbox li img {
	width: 100%;
	height: auto;
}

#lastbox li.mr {
	margin-bottom: 5px;
}

#lastbox dl {
	color: #000066;
}

#lastbox dt {
	margin-bottom: 12px;
	color: #FFFFFF;
}

#lastbox dt span {
	background-color: #000066;
	padding: 2px 8px;
}

#lastbox dd.school {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.0;
}

#lastbox dd.tel {
	padding: 5px 0 10px;
}

#lastbox dd.tel img {
	margin-bottom: 10px;
}

#lastbox dd.tel img:first-child {
	margin-right: 5px;
}

#lastbox dd.time {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: -10px;
}

#lastbox dd.access {
	font-size: 13px;
	font-size: 1.3rem;
	margin-top: 5px;
}

#lastbox dd span {
	font-weight: bold;
}
#lastbox .inner .maplink{
		display: none;
	}

#lastbox .access_map img{
		display: none;
	}	
#lastbox iframe{
		margin-top: 15px;
		width:100%;
		height: auto;
	}

/*----------------------------------------
	footer
-----------------------------------------*/

#footer {
	width: 100%;
	padding-bottom: 67px;
	background-color: #e7e7e7;
}

#footer ul {
	font-size: 1.3rem;
}

#footer ul.n1,
#footer ul.n2,
#footer ul.n3 {
	display: none;
}

#footer ul.n4 {
	width: 100%;
	border-top: 1px solid #b7b7b7;
}

#footer ul.n4 li {
	width: 50%;
	float: left;
	text-align: center;
	background-color: #e7e7e7;
}

#footer ul.n4 li a {
	display: block;
	padding: 6px 0;
	color: #222222;
	text-decoration: none;
}

#footer ul.n4 li:nth-child(n+3) {
	border-top: 1px solid #b7b7b7;
}

#footer ul.n4 li:nth-child(1),
#footer ul.n4 li:nth-child(3),
#footer ul.n4 li:nth-child(5),
#footer ul.n4 li:nth-child(7),
#footer ul.n4 li:nth-child(12),
#footer ul.n4 li:nth-child(14),
#footer ul.n4 li:nth-child(16){
	background: url(../img/cmn_main_line_h.gif) repeat-y right #e7e7e7;
}

#footer .trademark {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	padding: 15px 10px 0;
	border-top: 1px solid #b7b7b7;
}

#footer .trademark sup {
	font-size: 8px;
	font-size: 0.8rem;
}

#footer p.copyright {
	width: 100%;
	color: #222222;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 6px 0;
	background-color: #e7e7e7;
}

#footer p.copyright span {
	display: none;
}

#footer img {
	display: none;
}

/*----------------------------------------
	PCのみ表示 スマホ非表示
-----------------------------------------*/

.pc {
	display: none;
}

}</pre></body></html>