/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Minimal - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);


body {
  background-color: #142338 !important;
    font-family: 'Noto Sans Japanese', serif;
letter-spacing: 2px;
    font-weight: 300;
    font-size: 16px;
    color: #FFF;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 300;
letter-spacing: 0px;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 32px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #ccc;
    word-wrap: break-word;
text-decoration: none;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat center top;

	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;

background-size: cover  !important; /*containにすれば携帯でも横幅100*/
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap .main-logo {
	margin: 80px 0 0 0;
height: 210px;
}

#headerwrap h1 {
margin-top: 0px;
	color: #DADADA;
	font-size: 12px;
	font-weight: 700;
letter-spacing: 4px;
}

#headerwrap .logo {
	text-align: left;
	margin-left: 20px;
	margin-top: 15px;
}

.header-cover {
margin: 60px 0 80px 0;
padding: 0;
width: 100%;
height: 120px;
background: url(../img/header-cover.png) repeat-x ;
}

.scroll{
margin: 0;
padding: 20px 0 20px 0;
height: 80px;
}

/* Footer Wrap */

#f {
	background: #142338;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center
}

#f h3 {
	color: white;
	font-size: 32px;
	font-weight: 700;
}

.sub-section {
margin: -4px 0 40px 0;
padding: 0;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 1px;	
}

#f i {
	font-size: 8px;
	color: #fff;
    padding: 3px;
}

#f p {
	font-size: 16px;
	color: #f2f2f2;
}

#f img {
	text-align: center;
}


/* MENU CONF*/

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
}


.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #0F1B29;
	width: 200px;
	height: 100%;
}

.menu h1.logo a {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #999;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	color: #BBBBBB;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover {
	color: #ffffff;
}

.menu a:active {
	color: #ffffff;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 32px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}



/* Tsuika */
.fs4{
font-size:4px;
}
.fs6{
font-size:6px;
}
.fs8{
font-size:8px;
}
.fs10{
font-size:10px;
}
.fs11{
font-size:11px;
}
.fs12{
font-size:12px;
}
.fs14{
font-size:14px;
}
.fs16{
font-size:16px;
}
.fs18{
font-size:18px;
}
.fs20{
font-size:20px;
}


.bold{
font-weight: bold;
}
.normal{
font-weight: normal;
}

.btn{
background: #444;
border: solid 1px #444;
}
.btn:hover{
background: #333;
border: solid 1px #333;
}


#wpcf7-f4-o1 p{
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 100;
letter-spacing: 1px;
line-height: 280%;
font-size: 14px;
}

input, select, textarea {
color: #999 !important;
width: 96%;
}
input .send {
color: #FFFFFF !important;
}


.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}

.wpcf7-form input[type="submit"] {
	font-size: 14px;
letter-spacing: 2px;
	padding: 2px 10px;
	background: none;
	color: #fff !important;
width: 180px;
border: solid 1px #999 !important;
border-radius: 0px;
}

#copyright{
margin: 80px 0 0 0;
padding: 0;
	font-size: 11px !important;
	font-weight: 300;
line-height: 160%;
	letter-spacing: 2px;	
}

.entry-title{
margin: 0 0 20px 0;
font-family: 'Noto Sans Japanese', serif;
letter-spacing: 1px;
font-weight: 700;
font-size: 28px;
color: #FFF;
}

.top_80{
margin: 80px 0 0 0;
}

.jap{
font-family: "Sawarabi Mincho";
}

.recruit_btn{
margin: 0 auto ;
padding: 2px 0 3px 0;
width: 180px;
border: solid 1px #DDD;
}

.close-content01{
color: #142338 !important;
font-weight: bold;
font-size: 14px;
}

.modal-content{
margin: 0;
padding: 0;
background: none !important;
border: none  !important;
box-shadow: none  !important;
border-radius: none  !important;
}

.modal-content p{
color: #142338 !important;
font-size: 12px   !important;
}

.modal-content p a{
color: #666666 !important;
font-size: 12px   !important;
}
