@charset "UTF-8";
/* CSS Document */

/* Reset -------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 'Roboto Condensed',Arial,"YuGothic", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

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


/* Style -------------------------------------------- */

body {
	color: #000;
	font-size: 16px;
	line-height: 1.7;

}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #000;
	transition: all 0.2s linear;
}


/* --------------------------------------------------
  Structure
-------------------------------------------------- */

header.main, footer.main {
	clear: both;
	width: 100%;
	position: relative;
}

.ivmvel{
	opacity: 0.0;
	filter: alpha(opacity=0);
	-webkit-transform: translate(0, 20px); 
	transform: translate(0, 20px); 
	transition: all 0.4s ease;
}
.ivmv{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0); 
}




/* --------------------------------------------------
  Common Header
-------------------------------------------------- */

header.main {
	width: 100%;
	height: 70px;

	position: fixed;
	z-index: 100;
	
	background-color: rgba(0, 0, 0, 0.8);
}

header.main .content{
	width: 100%;
    max-width: 1280px;
    margin: 0 auto;
	height: 100%;
    
	position: relative;
	z-index: 110;
	
}

header.main #logo{
	width: 90%;
	max-width: 250px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 0;
	z-index: 300;
}
header.main #logo img{
	width: 100%;
	height: auto;
}




/* --------------------------------------------------
  Home
-------------------------------------------------- */


#homeMainImage{
	width: 100%;
	height: 1000px;
	position: relative;
	z-index: 50;
	
	
    background-image: url("img/mainImage.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
    
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    
    margin-bottom: 40px;
}
#homeMainImage .titleArea{
    width: 90%;
    max-width: 722px;
    
    line-height: 0;
    
    
    margin: 100px 0 50px;
}



#homeMainImage .title{
	width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    align-items: center;
	
	position: relative;
	overflow: hidden;
		
	line-height: 0;
}
#homeMainImage .title:before{
	content:"";
	display: block;
	padding-top: 70%;
}
#homeMainImage .title .main{
    width: 100%;
}
#homeMainImage .title .navi{
    width: 100%;
}
#homeMainImage .title .navi ul{
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    
    display: flex;
}
#homeMainImage .title .navi ul li{
    box-sizing: border-box;
    width: 34%;
    border-right: 1px solid #fff;
    
    line-height: 0;
}
#homeMainImage .title .navi ul li a:hover{
    opacity: 0.7;
}

#homeMainImage .title img{
	width: 100%;
	height: auto;
}






/* --------------------------------------------------
  Index
-------------------------------------------------- */


.homeIndexUnit{
    width: 100%;
    margin-bottom: 90px;
}
.homeIndexUnit .logo{
    width: 30%;
    max-width: 145px;
    margin: 0 auto;
    line-height: 0;
    margin-bottom: 30px;
}
.homeIndexUnit .logo img{
    width: 100%;
    height: auto;
}
.homeIndexUnit h1,
.homeIndexUnit h2{
    width: 90%;
    margin: 0 auto;
    line-height: 0;
    
    text-align: center;
    
    margin-bottom: 25px;
}
.homeIndexUnit h1 img,
.homeIndexUnit h2 img{
    width: auto;
    height: 40px;
}
.homeIndexUnit h1.n01 img,
.homeIndexUnit h2.n01 img{
    width: 100%;
    max-width: 564px;
    height: auto;
}
.homeIndexUnit h1.n01,
.homeIndexUnit h2.n01{
    margin-bottom: 35px;
}


.homeIndexUnit .lead{
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
    
    font-size: 20px;
    line-height: 1.5;
}
.homeIndexUnit .lead.n02{
    max-width: 1200px;
    font-size: 20px;
}

.homeIndexUnit .image{
    width: 100%;
    
    line-height: 0;
    
    border-top: 20px solid #000;
    border-bottom: 20px solid #000;
    
    margin-bottom: 15px;
}
.homeIndexUnit .image img{
    width: 100%;
    height: auto;
}


.homeIndexUnit .content{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homeIndexUnit .content.sub01{
    max-width: 1200px;
}

.homeIndexUnit .subImage{
    width: 56%;
    line-height: 0;
}
.homeIndexUnit .bodyTxt{
    width: 41%;
}


.homeIndexUnit .subImage img{
    width: 100%;
    height: auto;
}

.homeIndexUnit .bodyTxt .linkImage{
    width: 100%;
    max-width: 412px;
    line-height: 0;
    
    margin-bottom: 15px;
    
    display: block;
    position: relative;
    overflow: hidden;
}
.homeIndexUnit .bodyTxt .linkImage img{
    width: 100%;
    height: auto;
}

.homeIndexUnit .bodyTxt p{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}


.homeIndexUnit .outline{
    width: 100%;
    border-top: 15px solid #000;
    
    padding-top: 50px;
}

.homeIndexUnit .address{
    width: 52%;
    line-height: 0;
    
    margin-left: 10%;
}
.homeIndexUnit .address img{
    width: 100%;
    height: auto;
}
.homeIndexUnit .titles{
    width: 35%;
}
.homeIndexUnit .titles p{
    font-size: 15px;
    line-height: 1.7;
}

.homeIndexUnit .subImage2{
    width: 41%;
    line-height: 0;
    margin-bottom: 30px;
}
.homeIndexUnit .bodyTxt2{
    width: 55%;
}

.homeIndexUnit .subImage2 img{
    width: 100%;
    height: auto;
}
.homeIndexUnit .bodyTxt2 .linkImage{
    width: 100%;
    max-width: 412px;
    line-height: 0;
    
    margin-bottom: 15px;

    display: block;
    position: relative;
    overflow: hidden;
}
.homeIndexUnit .bodyTxt2 .linkImage img{
    width: 100%;
    height: auto;
}

.homeIndexUnit .map{
    width: 100%;
    height: 420px;    
}
.homeIndexUnit .map iframe{
	width: 100% !important;
	height: 100% !important;
}



.homeIndexUnit .linkImage .label{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 100%;
}




/* --------------------------------------------------
  Sub
-------------------------------------------------- */

#subPage{
    border-top: 70px solid #000;
    
    padding-top: 2px;
}

.bodyTxt2.sub01 .title{
    line-height: 0;
    margin-bottom: 2px;
}
.bodyTxt2.sub01 .title.n02{
    margin-top: 50px;
}
.bodyTxt2.sub01 .title img{
    width: auto;
    height: 30px;
}
.bodyTxt2.sub01 li{
    margin-bottom: 10px;
}
.bodyTxt2.sub01 li p{
    font-size: 16px;
    line-height: 1.6;
    
    padding-left: 5px;
}

.bodyTxt2.sub02 .title{
    line-height: 0;
    margin-bottom: 20px;
}
.bodyTxt2.sub02 .title img{
    width: 90%;
    max-width: 400px;
    height: auto;
}
.bodyTxt2.sub02 p{
    font-size: 16px;
    line-height: 1.6;
    
    padding-left: 5px;
}


.sub01address{
    box-sizing: border-box;
    width: 90%;
    max-width: 1020px;
    margin: 0 auto;
    
    border: 1px solid #000;
    padding: 10px;
}
 .homeIndexUnit .sub01address .content{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
}
 .homeIndexUnit .sub01address .address{
    margin-left: 0;
}

.homeIndexUnit .subImageF{
    width: 100%;
    line-height: 0;
}
.homeIndexUnit .subImageF img{
    width: 100%;
    height: auto;
}




/* --------------------------------------------------
  Common Footer
-------------------------------------------------- */

footer.main{
	width: 100%;
	background-color: #000;
    
    
    padding-top: 40px;
}


footer.main .content{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
footer.main .title{
    width: 42%;
    line-height: 0;
    
    margin-right: 6%;
}
footer.main .title img{
    width: 100%;
    height: auto;
}
footer.main .titles{
    width: 52%;
    
    padding-top: 10px;
}
footer.main .titles p{
    font-size: 11px;
    color: #fff;
    line-height: 1.5;
}



footer.main .copyright{
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}





.pageTop {
	position: fixed;
	bottom: 40px;
	right: 10px;
	
	width: 36px;
	
	z-index: 1100;
}
.pageTop img{
	width: 100%;
	height: auto;
}






/* Common Navigation
------------------------------------------------------------*/
@media only screen and (min-width: 900px){


#commonNavi{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}



	

ul#globalNavi{
	position: absolute;
	top: 26px;
	right: 20px;
	
	z-index: 200;

	display: flex;
	align-items: flex-end;
}
ul#globalNavi > li{
    margin-left: 25px;
}
ul#globalNavi > li > a{
    line-height: 0;
    
    display: block;
    position: relative;
    overflow: hidden;
}
ul#globalNavi > li > a:hover{
}
ul#globalNavi > li > a img{
    width: auto;
    height: 24px;
}

ul#globalNavi > li > a .label{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 100%;
}



}




/* Common Navigation Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

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

#commonNavi {
	display: none;
}
	
	
	

	
	
	

#menuOverlay {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: none;
	position: fixed;
	z-index: 9997;
}

#switchBtnArea {
	width: 100%;

	position: relative;
}

#switchBtnArea #switchBtn {
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
/*	background: #18d6c6;*/
	
/*	border: 1px solid #fff;*/
	
	position: fixed;

	z-index: 9998;
	
	background-color: rgba(255,255,255,0.1);
}

#switchBtnArea #switchBtn span {
	left: 32%;
	width: 36%;
	height: 2px;
	display: block;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 22px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 29px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 22px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#switchBtnArea #switchBtn.btnClose {
	background: transparent;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 29px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: #fff;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 29px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
}

#rwdMenuWrap {
	top: 0;
	right: -250px;
	width: 250px;
	height: 100%;
	background-color: #222;
	overflow: auto;
	position: fixed;
	z-index: 9997;
}

#rwdMenuWrap ul#globalNavi {
	width: 100%;
	padding: 60px 0 0;
}
#rwdMenuWrap ul#globalNavi li {
	width: 100%;
	border-bottom: 1px solid #000;
}
#rwdMenuWrap ul#globalNavi li:first-child {
	border-top: 1px solid #000;
}

#rwdMenuWrap ul#globalNavi li a {
	padding: 15px 25px;
	text-align: left;
	display: block;
	background-color: #222;
	position: relative;
	
	color: #000;
	
	font-size: 14px;
    
    line-height: 0;
    
    overflow: hidden;
}

#rwdMenuWrap ul#globalNavi li a:after {
	content: '';
	margin-top: -4px;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	color: #888;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	display: block;
	position: absolute;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul#globalNavi > li > a img{
    width: auto;
    height: 24px;
}

ul#globalNavi > li > a .label{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 100%;
}




}





/* Responsive Structure
---------------------------------------------------------------------------------------------------------------------*/

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


header.main {
	height: 60px;
}
header.main .content{
	border-bottom: none;
}

header.main #logo{
    max-width: 200px;
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
}


.homeIndexUnit .map{
    width: 90%;
    margin: 0 auto;
}


#subPage{
    border-top: 60px solid #000;
    
    padding-top: 2px;
}



}





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

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


.homeIndexUnit .lead{
    font-size: 16px;
}
.homeIndexUnit .lead.n02{
    font-size: 16px;
}

.homeIndexUnit .image{
    border-top: 15px solid #000;
    border-bottom: 15px solid #000;
    
    margin-bottom: 15px;
}


.homeIndexUnit .content{
    width: 90%;
    max-width: 450px;
}


.homeIndexUnit .subImage{
    width: 100%;
    
    
    margin-bottom: 20px;
}
.homeIndexUnit .bodyTxt{
    width: 100%;
}

.homeIndexUnit .bodyTxt p{
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.homeIndexUnit .outline{
    border-top: 10px solid #000;
    
    padding-top: 50px;
}

.homeIndexUnit .address{
    width: 100%;
    
    margin-left: 0;
    
    
    margin-bottom: 20px;
}
.homeIndexUnit .titles{
    width: 100%;

}
.homeIndexUnit .titles p{
    font-size: 13px;
    line-height: 1.7;
}

.homeIndexUnit .subImage2{
    width: 100%;
    
    
    margin-bottom: 20px;
}
.homeIndexUnit .bodyTxt2{
    width: 100%;
}

.homeIndexUnit .bodyTxt2 p{
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 15px;
}




.bodyTxt2.sub01 .title.n02{
    margin-top: 0;
}




footer.main .content{
    width: 90%;
    max-width: 450px;
}
footer.main .title{
    width: 100%;
    line-height: 0;
    
    margin-right: 0;
    
    
    margin-bottom: 20px;
}
footer.main .titles{
    width: 100%;
    
    padding-top: 0;
}
footer.main .titles p{
    font-size: 11px;
    line-height: 1.5;
}




}





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

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


.homeIndexUnit h1 img,
.homeIndexUnit h2 img{
    width: auto;
    height: 30px;
}

.homeIndexUnit .image{
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    
    margin-bottom: 15px;
}




.pageTop {
	bottom: 80px;
	right: 10px;
	
	width: 24px;
}


}









