@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */ 
@import url("common.css");
a:hover {
	color: #00F;
	transition: all 0.5s ease 0s;
}
a img:hover {
	opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}


h2 {
	font-size: 1.6rem;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 30px;
}
h3 {
	font-size: 1.3rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

@media print, screen and (min-width: 641px),print {
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #000;
}
section{
	margin-top: 70px;
}
	 
.contents {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
}
.contents p {
	width: 100%;
	margin-top: 10px;
}

#header_sp{
	display:none;
}

#header_top {
	background-color: #000000;
	padding-top: 7px;
	padding-bottom: 5px;
}


h1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	text-align: left;
	color: #FFF;
	line-height: 1em;
}
#header {
	overflow: hidden;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header #logo {
	float: left;
	padding-top: 10px;
}
#header #info {
	float: right;
	width: 700px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
#header #info .Line {
	margin-left: 1rem;
	background-color: #06c755;
}
#header #info .Line a{
	display: block;
    padding: 0.2rem 1rem;
    color: #fff;
    text-decoration: none;
}
#header #info #time {
	text-align: right;
}
#header #info #time table {
	text-align: right;
	margin-right: 0px;
	margin-left: auto;
}
#header #info #time th {
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 0.8rem;
	line-height: 1em;
}
#header #info #time td {
	background-color: #DDD;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 0.8rem;
	line-height: 1em;
}
#header #info #navi {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	text-align: right;
	margin-right: 0px;
	margin-left: auto;
}
#header #info #navi li {
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	font-size: 14px;
	display: inline-block;
	padding-bottom: 5px;
}
#header #info #navi li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000;
}
#header #info #navi li a:after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
	background-color: #999;
}
#header #info #navi li a:hover::after {
  transform: scale(1, 1);
}



.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #8a969e;
}
#footer {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 50px;
}
#footer .body {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer #f_left {
	float: left;
}
#footer #f_left #f_logo {
	font-size: 2rem;
}
#footer #f_left #f_logo p.access {
	font-size: 0.8rem;
	line-height: 1.5em;
	margin-top: 10px;
}
#footer #f_right {
	float: right;
	text-align: right;
}
#footer #f_right #contact_bt img {
	width: 250px;
}
#footer #f_right ul#f_navi {
	overflow: hidden;
	position: relative;
	font-size: 0.8rem;
	margin-top: 15px;
}
#footer #f_right ul#f_navi li {
	display: inline-block;
	margin-left: 10px;
}
#footer #f_right ul#f_navi a {
	font-size: 14px;
	line-height: 1.2em;
	color: #000;
	text-decoration: none;
}
#footer #f_right ul#f_navi li a:hover {
	color: #2C99B8;
	text-decoration: underline;
}

#privacy {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

#privacy p {
display: inline-block;
width: 11em;
float: right;
font-size: 11px;
}

#privacy p a {
text-decoration: none;
color: #000;
}

#privacy p a:hover {
color: #2C99B8;
}


#copyright {
	font-size: 0.6rem;
	color: #FFF;
	text-align: center;
	background-color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
}

#copyright {
	font-size: 0.8rem;
	color: #FFF;
	text-align: center;
	background-color: #000;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: 20px;
}

}


@media screen and (min-width: 641px) {
	
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}




@media print, screen and (max-width: 640px) {
:focus {
	outline: 0;
}
iframe {
	width : 100%;
}
#container {
	display: block;
	position: relative;
	width: 100%;
}
html, body {
	width: 100%;
	height: 100%;
}





section{
	margin-top: 30px;
}
	 
.contents {
	width: 96%;
	line-height: 1.5em;
	padding-right: 2%;
	padding-left: 2%;
}
.contents p {
	width: 100%;
}
#header_top {
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 3px;
}
h1 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	text-align: left;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}



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

header

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

#header{
	display:none;
}

#header_sp{
	padding-right: 4%;
	padding-left: 4%;
	width: 92%;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#header_sp #logo_sp img{
	float: left;
	width: 55%;
}

/* #header_sp .Line_sp{
	display: inline-block;
	margin: .5rem 0;
	width: 100%;
} 
#header_sp .Line_sp a{
	display: block;
	text-align: center;
	padding: .5rem 1rem;
	color: #fff;
	background-color: #06c755;
} */

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

footer

*****************/
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #9fb7d4;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.1;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	padding-right: 4%;
	padding-left: 4%;
	width: 92%;
	margin-top: 10px;
}
#footer #f_left {
	width: 100%;
}
#footer #f_left #f_logo {
	font-size: 20px;
	font-weight: bold;
}
#footer #f_left #f_logo p.access {
	font-size: 0.8rem;
	line-height: 1.5em;
	margin-top: 5px;
}
#footer #f_right {
	width: 100%;
	padding-bottom: 20px;
}
#footer #f_right #contact_bt img {
	width: 100%;
	margin-top: 10px;
}
#footer #f_right ul#f_navi {
	display:none;
}
#footer #f_right ul#f_navi li {
	display: inline-block;
}
#footer #f_right ul#f_navi a {
	font-size: 13px;
	line-height: 1.2em;
}

#privacy {
	display:none;
}


#copyright {
	font-size: 0.6rem;
	color: #FFF;
	text-align: center;
	background-color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
}
}
