@charset "UTF-8";
/* CSS Document */
/*---------------------------------------
 navi
 ---------------------------------------*/
.inner {
	width: 70%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: block;
	margin-top: 0px;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	z-index: 999;
	background-color: #ffffff;
	border-bottom: 1px solid #EE8E0C;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#top-head a,
#top-head {
	text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	font-size: 2.000em;
	color: #0ADC22;
	display: block;
	text-align: center;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#global-nav ul {
	list-style: none;
	font-size: 1.000em;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 0.1em;
}
#global-nav ul li {
	text-align: center;
}
#global-nav ul li a {
	padding: 0 0px;
	display: block;
	float: left;
	width: 33%;
	padding-bottom: 40px;
	padding-top: 10px;
	color: #000000;
}
#global-nav ul li a:hover {
	color: #717171;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 1.313em;
	color: #FF00EB;
	padding-top: 15px;
	padding-bottom: 15px;
}
#top-head.fixed #global-nav ul li a {
    font-size: 0.875em;
    color: #333;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    text-align: center;
    display: block;
    letter-spacing: 0.1em;
}
#top-head.fixed #global-nav ul li a:hover {
	color: #707070;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #EE8E0C;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/*---------------------------------------
 slider
 ---------------------------------------*/
.slider {
	max-width: 100%;
    height: 100%;
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	text-align: center;
	display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}
.slider .slides {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slider .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slider .slides li img {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0px;
	padding: 0px;
}
.slider .slides li.active {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.slider .crop li img {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.slider .pager {
	height: 40px;
	text-align: center;
	display: none;
}
/*---------------------------------------
 layout
 ---------------------------------------*/ 
 #content01 {
	display: block;
	width: 70%;
	max-width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 60px;
 }
.content01-L {
	display: block;
	width: 50%;
	float: left;
}
.content01-R {
	display: block;
	width: 45%;
	float: left;
	margin-left: 5%;
}
 
 #content02 {
	display: block;
	width: 70%;
	max-width: 960px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 60px;
 }
 .content02-L {
	display: block;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content02-R {
	display: block;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
 
 #gmap {
	display: block;
 }
 .mapSize {
	width: 100%;
	height: 400px;
}
 
 #content03 {
	display: block;
	width: 70%;
	max-width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
 }
.content03-L {
	display: block;
	width: 49%;
	margin-right: 1%;
	float: left;
	text-align: right;
}
.content03-R {
	display: block;
	width: 49%;
	margin-left: 1%;
	float: left;
	text-align: left;
}
 
 address {
	background-color: #EE8E0C;
	display: block;
	text-align: center;
	font-size: small;
	font-style: normal;
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFFFFF;
 }
 
 /*---------------------------------------
 font
 ---------------------------------------*/
.axix_ul{font-family:'AxisStd-UltraLight',sans-serif;}
.axix_el{font-family:'AxisStd-ExtraLight',sans-serif;}
.axix_l {font-family:'AxisStd-Light',sans-serif;}
.axix_r {font-family:'AxisStd-Regular',sans-serif;}

h1 {
	font-family:'AxisStd-Regular',sans-serif;
}
h2,h3 {
	font-size: 1.750em;
	letter-spacing: 0.1em;
	font-family: 'AxisStd-Regular',sans-serif;
	padding-top: 60px;
	display: block;
 }
h4 {
	font-size: 1.313em;
	letter-spacing: 0.1em;
	font-family:'AxisStd-Regular',sans-serif;
 }
 
 .txt-1626 {
	font-size: 1.00em;
	line-height: 1.625em;
	letter-spacing: 0.1em;
 }
 .txt-1316 {
	font-size: 0.813em;
	line-height: 1.384em;
	letter-spacing: 0.1em;
 }
 
 .hbg01 {
	background-image: url(../images/icon01.png);
	background-position: center top;
	background-repeat: no-repeat;
 }
 .hbg02 {
	background-image: url(../images/icon02.png);
	background-position: center top;
	background-repeat: no-repeat;
 }
 .hbg03 {
	background-image: url(../images/icon04.png);
	background-position: center top;
	background-repeat: no-repeat;
 }
 
 /*---------------------------------------
 elements
 ---------------------------------------*/
 a:link {
	color: #000000;
	text-decoration: none;
 }
 a:hover {
	color: #707070;
	text-decoration: none;
 }
 a:visited {
	 color: #000000;
	text-decoration: none;
 }
 
 .mgt30 {
	margin-top: 30px;
 }
 
 .mgb20 {
	margin-bottom: 20px;
 }
 .mgb40 {
	margin-bottom: 40px;
 }
 
 .pdt30 {
	padding-top: 30px;
 }
 
 .pdb15 {
	padding-bottom: 15px;
 }
 .pdb40 {
	padding-bottom: 40px;
 }
 
 .centering {
	text-align: center;
 }