@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* global settings
---------------------------------------------------------- */

body{
	font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", "arial", "helvetica", "sans-seri";
	color: #000;
	/*  font-size: 87.5%;`*/
	line-height: 1.6;
}
a {
  background-color: none\9;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 2px dotted #dbdbdb;
	margin: 30px 0;
	padding: 0;
}

audio, canvas, img, video {
	vertical-align: middle;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #29aaa3;
}
img{ 
	max-width: 100%;
 	height: auto; 
}   
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.clr:after {
	content: "";
	clear: both;
	display: block;
}

/* reset for ie8 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
/* reset for ie8 ie9 background-color: transparent; */

.mb3rem{
	margin-bottom: 3rem;
}


/* header
---------------------------------------------------------- */

header{
	height:130px;
	width:100%;
}

#sitelogo{
	margin:0;
	position:absolute;
	top:30px;
}
@media screen and (max-width: 767px) {
	header{
	height:100px;
	}	
	#sitelogo{
	margin:0;
	position:absolute;
	top:15px;
	}
}

/*  ========================
        nav
    ======================== */

.navbar {
	position: absolute;
/*	top: 30px; */
	top: 45px; 
/*	left: 380px; */
	right: 20px;
	left:150px;
    border: 1px solid transparent;
	z-index:100;
	font-weight:700;
}

@media screen and (min-width: 768px) {
    .navbar-nav>li>a {
		padding-left: 10px;
        padding-right: 10x;
    }
}
@media screen and (min-width: 1100px) {
	.container{
 		 padding-right: 0;
 		 padding-left: 0;
	}
	header{
		width:1100px;
		max-width: none !important;
		margin:0 auto;
	}
	#sitelogo{
		position:relative;
	}
	.navbar {
		position: relative;
		top: -50px; 
		margin-left:70px;
	}
	.navbar-right {
    	float: none!important;
    	margin-right: 0;
	}
}
	.navbar-default {
   		background-color:transparent;
   		border: none;
	}
	.navbar-default .navbar-nav>li>a {
    	color: #000;
		padding-right: 20px;
		padding-left: 0;
	}

@media only screen and (max-width: 991px){
	.navbar-default .navbar-nav>li>a{
		padding-left: 10px;
	}
}


	.navbar-default .navbar-nav>li>a:hover ,
	.navbar-default .navbar-nav>li>a.active {
  /*color: #ffcc33; */ 
    	color: #ffdf29; /* white*/
    	color: #29aaa3;
	}
	.navbar-default {
    	background-color: none;
   	 border-color: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
    	background-color: #000;
	}
	.navbar-toggle .icon-bar {
    	display: block;
    	width: 33px;
    	height: 4px;
    	border-radius: 1px;
	}
	.navbar-default .navbar-toggle {
		border-color:transparent;
	}
	.navbar-toggle .icon-bar+.icon-bar {
   	 	margin-top: 10px;
	}
	.navbar-toggle {
   	 margin-top: 0;
	}

/*for tablet */
@media  (min-width: 768px) and (max-width: 991px) { 
  	.navbar {
		top: 30px; 
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
		font-size:18px;
		font-weight:700;
		letter-spacing:0.15em;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
		padding-left: 10px;
        padding-right: 10x;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

.navbar-collapse{
	background: #ffdc00;
	min-width:18em;
}
.navbar-collapse .navbar-nav>li>a:hover ,
.navbar-collapse .navbar-nav>li>a.active {
	color:#fff;
}

.navbar-collapse ul:nth-child(2){
	border-top:2px dotted #7D7D7D;
}
}
@media only screen and (max-width: 991px) {
	.navbar {
		top: 30px; 
	}
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
		font-size:18px;
		font-weight:700;
		letter-spacing:0.15em;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
		padding-left: 10px;
        padding-right: 10x;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }

.navbar-collapse{
	background: #ffdc00;
	min-width:18em;
}
.navbar-collapse .navbar-nav>li>a:hover ,
.navbar-collapse .navbar-nav>li>a.active {
	color:#fff;
}

.navbar-collapse ul:nth-child(2){
	border-top:2px dotted #7D7D7D;
}

}

@media screen and (max-width: 767px) {
	body#top header,
	body#company header{
		background:none;
}
}

/* footer
---------------------------------------------------------- */

/*  ========================
        fnavi
    ======================== */
@media screen and (max-width: 767px) {
#fnavi{
	padding-top:15px;
	border-top:1px dotted #808080;
}
#top #fnavi{
	padding-top:0;
	border-top:none;
}
#fnavi ul{
	width:15em;
	list-style-type:disc;
}
#fnavi ul li{
	text-align:left;
	font-size:18px;
	font-weight:700;
	letter-spacing:0.15em;
	padding:10px 10px 10px 0;
}

#fnavi ul li a{
	color:#000;
}
}
/*  ========================
        footer
    ======================== */
	
footer{
	padding-top:40px;
	background:#DADADA;
}
footer .row .left-col div{
	max-width:35em;
	text-align:center;
}
footer .col-sm-6{
	padding-right:5px;
	padding-left:5px;
}
footer h4{
	font-size:12px;
	margin: 0 0 30px;
	text-align:center;
}
footer p{
	font-size:11px;
	text-align:center;
	line-height:2;
	letter-spacing:0.2em;
}
footer ul.footer-nav{
	margin: 60px auto;
	font-size:12px;
	padding-left:0;
}
footer ul.footer-nav li {
    display: inline-block;
    padding: 0 15px;
    line-height: 24px;
}

footer ul.footer-nav li a{
	text-decoration:none;
	border-bottom:1px solid #808080;
	padding-bottom:3px;
}
footer ul.footer-nav li a:hover{
	text-decoration:none;
	border-bottom:1px solid #29aaa3;
}
@media screen and (max-width: 767px) {
	footer h4{
/*		font-size:12px;
		margin: 0 0 0;
		text-align:left;
		line-height:1.4; */
		display:none;
	}
	footer p{
		color:#555;
		font-size:12px;
		text-align:center;
		line-height:1.5;
		letter-spacing:0.15em;
	}
	footer .row .left-col div p{
		color:#000;
		font-size:13px;
		text-align:center;
		line-height:1.4;
		letter-spacing:0.2em;
	}
	footer ul.footer-nav{
		margin: 27px auto 20px;
		font-size:15px;
		font-weight:700;
		line-height:2;
	}
	footer ul.footer-nav li {
    	display: block;
		margin-bottom:8px;
	}
	footer p#yaocity img{
		width:40%; !important
	}
}
/* common
---------------------------------------------------------- */


/*  ========================
        section-title
    ======================== */

section{
    margin-bottom:80px;
}
@media screen and (max-width: 767px) {
	section{
    margin-bottom:50px;
}
}

@media screen and (max-width: 767px) {
.lead{
	font-size:18px;
}
}
h2.section-title-l,
h2.section-title{
	display: block;
	text-align:center;
	margin:0 auto 35px;
}
h2.section-title-l span,
h2.section-title span{
	display: inline-block;
	background-image:url(../img/tit_back_r.png) right top no-repeat;
	background-image:url(../img/tit_back_l.png) , url(../img/tit_back_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 top, right top;
	behavior: url(/js/PIE.htc);
	-pie-background:url(/img/tit_back_l.png) 0 top no-repeat,url(/img/tit_back_r.png) right top no-repeat;	
	position: relative;
	padding:21px 60px 0 60px;
	height:89px;
	line-height: 48px;
	font-size:24px;
	font-weight:900;
	letter-spacing:0.2em;
}
#top .about h2.section-title-l{
	font-size:20px;
}
@media screen and (max-width: 767px) {
	h2.section-title-l span,
	h2.section-title span{
		display: inline-block;
		background-image:url(../img/tit_back_top.png) , url(../img/tit_back_bt.png);
		background-repeat: no-repeat, no-repeat;
		background-position: 0 top, 0 bottom;
		-moz-background-size:100%;
		background-size:100%;
		padding:20px 60px 20px 60px;
		height:auto;
		line-height: 1.5;
		font-size:18px;
		font-weight:700;
		letter-spacing:0.2em;
	}
	h2.section-title-l span{
		padding:20px 0;
	}
	#company h2.section-title-l span{
		padding:14px 0;
	}
}

/*  ========================
        pageTop
    ======================== */
	
p#pageTop{
	width:8em;
    margin: 0 auto 30px;
	text-align:center;
    padding: 3px 5px; 
    position: relative;
	text-decoration:none;
	font-size:10px;
}
p#pageTop a{
   	text-decoration:none;
}
p#pageTop a:hover { 
	color: #29aaa3; 
	
}

/*  ========================
      pnavi
    ======================== */

#pnavi ul li{
	font-size:14px;
	font-weight:700;
	margin:0;
	letter-spacing:0.2em;
}
#pnavi ul li a{
	display: block;
    margin: 5px 15px;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom:2px solid #808080;
}
#about #pnavi ul li a{
    margin: 5px 30px;
}
#pnavi ul li a:hover{
	border-bottom:2px solid #29aaa3;
}
#about #pnavi{
	margin-top:110px;
}
#producer #pnavi{
	margin:50px auto 50px;
	text-align:center;
}

@media screen and (max-width: 767px) {
	#pnavi ul li{
	/*margin:0 12px 12px;*/
	font-size:12px;
	line-height:1.5;
	}
	#about #pnavi ul li a{
    margin: 5px 5px;
}

	#producer #pnavi{
	margin:10px auto 25px;
	text-align:center;
}
	#producer #pnavi ul{
		margin:0 auto;
	}
	#producer #pnavi ul li a{
		margin: 0 5px 5px;
		border-bottom:1px solid #808080;
}
	#producer #pnavi ul li{
		margin:0 3px;
		text-align:left;
		float:left;
		padding-bottom:3px;
}
}

/*  ========================
       external link
    ======================== */
	
span.new-window a{
	text-decoration:underline;
}
span.new-window:after{
	position: relative;
	content:url(../img/ico_new_window.png);
	bottom : -0.4em ;
	padding-left:17px;
}
@media screen and (max-width: 767px) {
	span.new-window:after{
		padding-left:5px;
		content:url(../img/ico_new_window_sp.png);
	}
}

/*  ========================
        link-button
    ======================== */

.link-btn{
	margin-top:45px;
	text-align:center;
}
.link-btn img{
	opacity: 1;
	transition: 0.3s;
}
.link-btn img:hover{
	opacity: .5;
}

.link-btn-text{
	display: block;
	text-align:center;
	margin:65px auto 35px;
	font-size: 18px;
	vertical-align: middle;
 	-ms-touch-action: manipulation;
    touch-action: manipulation;
}
.link-btn-text span{
	display: inline-block;
	background-image:url(../img/btn_linkbtn_l.png) , url(../img/btn_linkbtn_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 center, right center;
	behavior: url(/js/PIE.htc);
	-pie-background:url(/img/btn_linkbtn_l.png) 0 center no-repeat,url(/img/btn_linkbtn_r.png) right center no-repeat;	
	padding:14px 60px 0 60px;
	height:60px;
	line-height: 36px;
	font-size:18px;
	font-weight:400;
	letter-spacing:0.2em;
}
.link-btn-text span a{
	color:#000;
	display: block;
	vertical-align: middle;
	opacity: 1;
}
.link-btn-text span a:hover{
	text-decoration:none;
	filter:alpha(opacity=50);
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	.link-btn-text span{
	padding:10px 15px 10px 15px;
	font-size: 14px;
	line-height:1.2;
	background-image:url(../img/btn_linkbtn_top.png) , url(../img/btn_linkbtn_bt.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 top, 0 bottom;
	-moz-background-size:100%;
	background-size:100%;
	height:auto;
}
}
