@charset "UTF-8";
/* CSS Document */
html,body{
    width: 100%;
}

html {
  background-color: transparent;
  background-image: none;
}

body{
	font-family: Avenir, 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 游ゴシック, 'Yu Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 180%;
    text-align: justify;
    color: #333;
	background:#fff;
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust:100%
}

a{
	outline:none;
	color:#1c7cd6;
	text-decoration:none;
}
a:link {
	color:#1c7cd6;
}
a:visited {
	color:#1c7cd6;
}
a:hover {
	color:#1862ab;
}
a:active {
	color:#1c7cd6;
}

/* a:hover img ------------------------------------*/


a:hover img{
	opacity:0.8;
}


/* spMenu ------------------------------------*/

.spMenu{
	display:none;
}

/* .pcOnly .spOnly------------------------------------*/
.pcOnly{
	
}

.spOnly{
	display:none;
}

/* .cf ------------------------------------*/
.cf:before, .cf:after {content:' '; display:table;}
.cf:after {clear:both;}
.cf {*zoom: 1;} /* For IE 6/7*/

/* .wrapper ------------------------------------*/
.wrapper{
	width:100%;
	padding:0;
	margin:0;
	overflow: hidden;
	min-width:990px;
}
.wrapper:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

/* .inner ------------------------------------*/
.inner{
	width:990px;
	min-width:990px;
	text-align:left;
	margin:0 auto;	
}
.inner:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

/* float ------------------------------------*/
.floatLeft{
    float:left;
	margin:0 50px 20px 0;
}

.floatRight{
    float:right;
	margin:0 0 20px 50px;
}

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

header{
    margin: 0;
    padding:0;
	box-sizing: border-box;
	display:block;
	min-width: 990px;
	position: relative;
	z-index: 2;
}

/* headerSub -----*/
.headerSub{
	width: 100%;
	height: 40px;
	background: #fff;
	position: relative;
	display: block;
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
}

.headerSub ul{
	font-size: 85%;
	font-weight: bold;
	position: absolute;
	top:6px;
	right: 0;
    letter-spacing: -0.4em;
}

.headerSub ul li{
    letter-spacing: 0.1rem;
	display: inline-block;
	margin: 0 2rem 0 0;
	line-height: 100%;
}

.headerSub ul li a{
	color: #333;
}

.headerSub ul li:last-child a::before{
	content: "\f0da";
    font-family: FontAwesome;
	padding: 0 0.3rem 0 0;
}

/* headerMain -----*/
.headerMain{
	width: 100%;
	height: 75px;
	background:rgba(255,255,255,0.8);
/*	position: relative;*/
	display: block;
}

.headerMain.fixed{
	background: rgba(255,255,255,0.8)
}

.fixed{
	position: fixed;
    z-index: 999;
	min-width: 990px;
}

.headerMain h1{
	width: 267px;
	padding: 13px 0 0 2rem;
	box-sizing: border-box;
	/*position: absolute;
	top:13px;
	left: 2rem;
*/
	display: inline-block;
}

.globalNav{
	/*position: absolute;
	top:0;
	right: 2rem;*/
	display: inline-block;
	float: right;
	padding: 0 2rem 0 0;
}

.globalNav ul{
	letter-spacing: -0.4em;
	padding: 10px 0 0 0;
}

.globalNav ul li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	border-left: 1px solid #ddd;
}

.globalNav ul li:last-child{
	border-right: 1px solid #ddd;
}

.globalNav ul li a{
	color: #333;
	display: block;
	width: 136px;
	text-align: center;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 140%;
	padding: 0.3rem 0;
	margin: 0 2px;
	box-sizing: border-box;
	transition: background 0.5s ease-out;
}

.globalNav ul li a.current,
.globalNav ul li a:hover{
	color: #fff;
	background:rgba(0,102,153,0.5);
}

.globalNav ul li a div:nth-of-type(1){
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 500;
	font-size: 90%;
}

.globalNav ul li a div:nth-of-type(2){
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.2em;
}

/* heroImg ------------------------------------*/

.heroImg{
	width: 100%;
	height: 590px;
	margin: -75px 0 0 0;
	text-align: center;
	position: relative;
	
}

.heroImgOverlay{
	width: 100%;
	height: 100%;
	background: url(../img/dotBlue.png);
}

/*.heroImgTxt{
	position: absolute;
	width: 100%;
	color: #000;
	opacity: 0.9;
    top: 55%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	box-sizing: border-box;
}*/

.heroImgTxt{
	
	width: 100%;
	color: #000;
	opacity: 0.9;
    padding:200px 0 0 0;
	box-sizing: border-box;
}

.heroImgTxt h2 .h2e{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 500%;
	letter-spacing: normal;
	display: block;
	margin: 0 0 3rem 0;
}

.heroImgTxt h2 .h2j{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-size: 150%;
	letter-spacing: 0.2rem;
}

.heroImgTxt p:nth-of-type(1){
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 900;
	font-size: 150%;
	letter-spacing: 0.1rem;
	display: block;
	line-height: 160%;
	margin: 0 0 2rem 0;
}

.heroImgTxt p:nth-of-type(2) span{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 120%;
	color: #fff;
	letter-spacing: 0.1rem;
	display: inline-block;
	line-height: 160%;
	background: rgba(0,0,0,0.8);
	padding: 0.2rem 9rem;
	box-sizing: border-box;
	width:auto;
}

/* contentsNav ------------------------------------*/

.contentsNav{
	display: block;
	background: url(../img/dotGray.png);
	padding: 50px 0;
}

.contentsNav ul{
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
  	justify-content:space-between;
}

.contentsNav ul li{
	width: 314px;
}

.contentsNav ul li a{
	display: block;
	text-align: center;
	color: #333;
}

.contentsNav ul li a:hover{
	color: #666;
}

.contentsNav ul li a img{
	border: 1px solid #666;
	margin: 0 0 1rem 0;
	width: 100%;
	height: auto;
}

.contentsNav ul li a h3{
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 700;
	font-size: 120%;
	letter-spacing: 0.1em;
}

.contentsNav ul li a h3::before{
	content: "\f0da";
    font-family: FontAwesome;
	padding: 0 0.5rem 0 0;
}

.contentsNav ul li a h3 span{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 0 0 0 0.5rem;
}

/* contactSection ------------------------------------*/

.contactSection{
	background: #f0eff4;
	padding: 3rem 0;
	color: #333;
}

.contactSection .inner > img{
	float: left;
	margin: 0 2rem 0 0;
}

.contactSectionTxt{
	width:calc(100% - 137px -2rem);
	text-align: left;
}

.contactSection h2{
	font-size: 150%;
	margin: 0 0 0.5rem 0;
}

.contactSection .time{
	margin: 0 0 1rem 0;
}

.contactSection p.telNum {
	font-size: 180%;
	line-height: 130%;
	letter-spacing: 0.1em;
	font-weight: 700;
	float: left;
	margin: 0;
}

.contactSection p.mail{
	width:40%;
	margin: 22px 0 0 50%;
}

.contactSection p.mail a{
	text-align: center;
	display: block;
	color: #fff;
	background: #333;
	font-size: 85%;
	line-height: 130%;
	letter-spacing: 0.1em;
	font-weight: 700;
	padding:20px 0
}

.contactSection p.mail a:hover{
	background: #006699;
}

.contactSection p.mail a img{
	margin: 0 10px 0 0;
}


/* footerNav ------------------------------------*/

.footerNav{
	background:#505050;
	padding:10px 0
}

.footerNav ul{
	text-align:center;
	letter-spacing: -0.4em;
}

.footerNav ul li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	border-left: 1px solid #999;
}

.footerNav ul li:last-child{
	border-right: 1px solid #999;
}

.footerNav ul li a{
	color: #fff;
	display: block;
	width: 140px;
	text-align: center;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 140%;
	padding: 0.3rem 0;
}

.footerNav ul li a div:nth-of-type(1){
	font-family: "Noto Sans Japanese", "sans-serif";
	font-weight: 500;
	font-size: 85%;
}

.footerNav ul li a div:nth-of-type(2){
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.footerNav ul li a:hover{
	color:#ccc;
}

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

footer {
    width: 100%;
	min-width: 990px;
	padding:60px 0;
    box-sizing: border-box;
	background:#333;
	color:#fff;
}

footer .inner{
	text-align:center;
}

footer h2 a{
	margin: 0;
	font-size:100%;
	text-decoration:underline;
	color:#fff !important;
}

footer h2 img{
	margin:0 0 30px 0;
}

footer .adressArea{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

footer .adressBlock{
	text-align: left;
	display: inline-block;
	margin: 1rem;
}

footer .adressBlock h3{
	margin:0 0 1rem 0;
	font-size:100%;
	border-bottom: 1px dotted #fff;
}

footer .adressBlock p{
	margin:0 0 0.5rem 0;
	padding: 0 1rem 0 0 ; 
	font-size: 85%;
}

footer .adressBlock p a{
	color: #fff;
	text-decoration: underline;
}


footer p.copyright{
	font-size:75%;
	margin:20px 0 0 0;
	letter-spacing:0.1em;
}


#toPageTop{
	position: fixed;
	bottom: 30px;
	right: 50px;
	z-index:998;
}

.annotation{
	font-size:75%;
}

/* btnStyle ------------------------------------*/

.btnStyle{
	text-align:left !important;
}

.btnStyle a {
	padding:15px 60px;
	text-align:center;
	border-radius:30px;
	border:1px solid #fff;
	background:#006699;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
	transition: all 0.3s ease; 
	line-height:140%;
	display:inline-block;
	font-size:100%;
}

.btnStyle a:hover {
	background:#1c7cd6;
	color:#fff;
}

/* drawer-nav ------------------------------------*/
.spMenu button{
	padding:0;
}

.drawer-nav>ul{
	padding:0 0 100px 0;
}

.drawer-nav>ul>li{
	
}

.drawer-nav>ul>li>a{
	width:100%;
	padding:15px 20px;
	box-sizing:border-box;
	border-top:1px solid #868e96;
	line-height:140%;
}

.drawer-nav>ul>li>a::before{
	content: "\f0da";
    font-family: FontAwesome;
	padding: 0 0.5rem 0 0;
}

.drawer-nav>ul>li:first-child>a{
	padding:40px 20px;
	border-top-style:none;
}

.drawer-nav>ul>li:first-child>a::before{
	content: none;
}

.drawer-nav>ul>li:nth-last-of-type(2)>a{
	border-bottom:1px solid #868e96;
}

.drawer-nav ul li.drawerLogo{
	text-align: center;
	
	font-size: 85%;
}

.drawer-nav ul li.drawerLogo img{
	width:100%;
	height: auto;
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.drawer-nav ul li.closeBtn a{
	text-align:right;
	border-top-style:none;
	padding:20px 20px;
	margin:0 ;
	font-size: 85%;
}

.drawer-nav ul li.closeBtn a::before{
	content: none;
}

.drawer-nav ul li a{
	color:#fff;
	display:block;
	transition:all 0.3s ease;
}

.drawer-nav ul li a:hover{
	background:#212529;
}

.drawer-nav ul li a span {
	display:block;
	font-size:80%;
	padding:0;
}

.drawer-nav ul li a img {
	height: auto;
	width: 15px;
	margin: 4px 15px 0 0;
}

.drawer-nav ul li ul li a{
	width:100%;
	padding:15px 20px 15px 40px;
	box-sizing:border-box;
	margin:0;
	border-bottom:1px dotted #868e96;
	line-height:140%;
	
	display:block;
}

.drawer-nav>ul>li>ul>li>a::before{
	content: "\f105";
    font-family: FontAwesome;
	padding: 0 0.5rem 0 0;
}

.drawer-nav ul li ul li:first-child a{
	padding:15px 20px 15px 40px;
	border-top:1px dotted #868e96;
}

.drawer-nav ul li ul li:last-child a{
	padding:15px 20px 15px 40px;
	border-bottom-style:none;
}

/* -------------------------------------------------------*/
/* max-width: 768px ------------------------------------*/
/* -------------------------------------------------------*/

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

/* .pcOnly .spOnly------------------------------------*/
.pcOnly{
	display:none;
}

.spOnly{
	display:block;
}

/* float ------------------------------------*/
.floatLeft{
    float:none;
	margin:0 0 20px 0;
}

.floatRight{
    float:none;
	margin:0 0 20px 0;
}

img.floatRight{
    width:100%;
	height:auto;
}

.floatTxt{
	width:100%;
}

.spMenu{
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:99999;
}

.spMenu button{
	border:0;
}

/* .wrapper ------------------------------------*/
.wrapper{
	min-width:100%;
}

/* .inner ------------------------------------*/
.inner{
	width:100%;
	min-width:100%;
	box-sizing:border-box;
	padding-right:20px;
	padding-left:20px;
}

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

header{
	min-width: 100%;
	
}

/* headerSub -----*/
.headerSub{
	display: none;
}

/* headerMain -----*/
.headerMain{
	height: 50px;
	background:none;
}

.headerMain h1{
	height: 40px;
	width: auto;
	padding: 10px 0 0 1rem;
}

.fixed{
	position: static;
	min-width: 100%;
}

.headerMain h1 img{
	height: 100%;
	width:auto;
}

.globalNav{
	display: none;
}

/* heroImg ------------------------------------*/

.heroImg{
	width: 100%;
	height: 400px;
	margin: -50px 0 0 0;
	position: static;
}

.heroImgOverlay{
	height: 400px;
}

.heroImgTxt{
	position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
	padding: 100px 1rem 1rem 1rem;
}

.heroImgTxt h2 .h2e{
	font-size: 300%;
	line-height: 110%;
	margin: 0 0 1rem 0;
	font-weight: bold;
}

.heroImgTxt p:nth-of-type(1){
	
	font-size: 85%;
	margin: 0 0 1rem 0;
}

.heroImgTxt p:nth-of-type(2) span{
	display: block;
	font-size: 70%;
	padding: 0.4rem 1rem;
	letter-spacing: normal;
}

/* contentsNav ------------------------------------*/

.contentsNav{
	padding: 20px 0;
}

.contentsNav ul{
	display: block;
}

.contentsNav ul li{
	padding: 1.5rem 0 1rem 0;
	border-bottom: 1px dotted #333;
	width: 100%;
}

.contentsNav ul li a img{
	width:100%;
	height: auto;
	max-width: 310px;
}


/* contactSection ------------------------------------*/

.contactSection{
	
}

.contactSection .inner > img{
	float: none;
	width: 80px;
	height: auto;
	margin: 0 auto 1rem auto ;
}

.contactSection .inner{
	text-align: center;
}

.contactSectionTxt{
	width:100%;
	text-align: center;
}

.contactSection h2{
	font-size: 120%;
	margin: 0 0 0.5rem 0;
}



.contactSection p.telNum {
	font-size: 130%;;
	width:100%;
	float: none;
}

.contactSection p.mail{
	width:100%;
	margin: 17px 0 0 0;
}

.contactSection p.mail a{
	font-size: 75%;
	text-align: center;
}
.contactSection p.mail a img{
	display: block;
	margin: 0 auto 10px auto;
}


/* footerNav ------------------------------------*/

.footerNav{
	padding:0
}

.footerNav ul{
	text-align:left;
}

.footerNav ul li{
	display: block;
	border-left-style: none;
	border-bottom: 1px solid #999;
}

.footerNav ul li:last-child{
	border-right-style: none;
	border-bottom-style: none;
}

.footerNav ul li a{
	width: 100%;
	text-align: left;
	padding: 1rem;
	box-sizing: border-box;
}

.footerNav ul li a::before{
	content: "\f0da";
    font-family: FontAwesome;
}

.footerNav ul li a div:nth-of-type(1){
	display: inline-block;
	padding: 0 1rem 0 0.5rem;
}

.footerNav ul li a div:nth-of-type(2){
	display: inline-block;
}

.footerNav ul li a:hover{
	color:#ccc;
}


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

footer {
	min-width: 100%;
}

footer h2 img{
	width:80%;
	height:auto;
	margin:0 0 50px 0;
}

footer h2 span{
	display:block;
}

footer .adressArea{
	width: 100%;
}

footer .adressBlock{
	text-align: left;
	display: block;
	margin: 0 0 2rem 0;
}

footer .adressBlock h3{
	
}

footer .adressBlock p{
	margin:0 0 0.5rem 0;
	padding: 0 ; 
	font-size: 85%;
}


#toPageTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index:998;
}

/* btnStyle ------------------------------------*/

.btnStyle{
	
}

.btnStyle a {
	display:block;
	width:100%;
	padding:15px;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:0.05em;
	font-size:85%;
}
	
}

@media print {
  .inviewItem{
  	opacity: 1!important;
  }
}


