/*
Theme Name:KAWAKAMI NEWS
Description:KAWAKAMI NEWS
*/

@charset "UTF-8";
/*
*{
  outline:1px solid #ff0000
}
*/

/* すべて */
@font-face {
	font-family: 'Axis';
	src: url('http://kawakami-news.com/wp-content/themes/kawakami_news/fonts/AxisStd-Light.otf') format("opentype");
}
#loader-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1101;
	background: url("http://kawakami-news.com/wp-content/uploads/2017/09/ep001_movie.png") cover;
}
#load_movie{
	position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
	z-index: 10;
}
.load_img{
	position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
	z-index: 3;
}
body{
  margin:0;
  font-family: 'Axis';
  font-weight: lighter;
}
a{
  color: #fff;
  text-decoration: none;
}
p{
	margin:0;
}
ul{
  padding: 0;
}
li{
  list-style-type: none;
}
.inner{
  max-width:1000px;
  width:1000px;
  margin:0 auto;
  padding:0 20px;
}
section{
  margin-top:-60px;
  padding-top:60px;
}
.sp{
  display: none;
}
/* すべてここまで */

/* ヘッダー */
header{
  width:100%;
  height:60px;
  text-align: center;
  position: fixed;
  top:0;
  z-index: 100;
  background-color: #fff;
}
.header_inner{
	width:100%;
	height:100%;
	margin:0 auto;
	position: relative;
}
header img.logo{
  padding:15px 0;
}
#menu{
  position: absolute;
  right:20px;
  top:10px;
}
.menu-trigger {
  position: relative;
  width: 40px;
  height: 44px;
  margin: 0;
  cursor: pointer;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #777;
  border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 7px;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 7px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-315deg);
  transform: translateY(13px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(315deg);
  transform: translateY(-13px) rotate(315deg);
}
#menu-list {
  position: absolute;
  top: 50px;
  right: -20px;
  background-color: #000;
  color: #fff;
  margin: 0;
  padding: 10px;
  width: 300px;
  height: auto;
  display: none;
}
#menu-list li{
  margin:20px 0;
	transition: 400ms;
}
#menu-list li:hover{
	background-color: #555;
	transition: 400ms;
}
#menu-list li a{
	display: block;
	width:100%;
	height:100%;
}

/* ヘッダーここまで */

/* メイン */
main{
  padding-top:50px;
}
/*.mainV{
	display: none;
}*/
.mainV img{
  width:100%;
  height:auto;
	vertical-align: bottom;
}
ul.navbar{
	margin:0;
  font-size: 0;
	/*display: none;*/
}
ul.navbar li{
  display: inline-block;
  width:20%;
  padding:16px 0;
  text-align: center;
  font-size: inherit;
  background-color: #00693e;
}
.navbar li a{
  display: inline-block;
  vertical-align: middle;
  border-left: 2px solid #fff;
  width:100%;
  height:100%;
  font-size: 18px;
}
.navbar li:nth-child(1) a{
  border-left: none;
}
.movie{
  width:80%;
  height:auto;
  margin:10% auto;
}
.video_box{
  position: relative;
}
.video_box img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  z-index: 5;
  cursor: pointer;
}
.movie video{
  width:100%;
  vertical-align: bottom;
}
h2{
  color:#00693e;
  text-align: center;
  font-size: 34px;
}
.green_bar{
  width:100%;
  background-color: #00693e;
  margin:0 auto;
}
.green_bar.short{
  width:480px;
  position: relative;
}
.down_arrow{
  position: absolute;
  right:30px;
  top:20px;
}
h3{
  color: #fff;
  text-align: center;
  padding:15px 0;
}

.img_block{
  width:100%;
  margin-bottom:40px;
  background-color: #000;
  text-align: center;
}
.img_block img{
  width:100%;
  vertical-align: bottom;
}
.img_box{
	width:1000px;
	margin:0 auto;
	position: relative;
}
.img_ab{
	position: absolute;
	top:0;
	left:0;
	z-index: 3;
}
.text{
  color:#888;
}
.text_center{
  width:800px;
  margin:40px auto;
  padding-left:40px;
  font-size: 18px;
  line-height: 42px;
}
.img_full{
  width:100%;
}
.img_full img{
  width:100%;
}

.full_block{
  font-size: 0;
}
.half_block{
  display: inline-block;
  vertical-align: top;
  width:48%;
  font-size: 14px;
  padding:1%;
}
.half_block img{
	width:100%;
}
.half_block p{
	line-height: 32px;
}
.up_block h3{
	margin-top:0;
}
.up_block img{
  width: 100%;
}
.top_space{
	display: inline-block;
	margin-top:40px;
}
h4{
  color:#00693e;
  font-size: 24px;
  margin:16px 0;
}
h4 .mini{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.contact_link{
  margin-top:100px;
  margin-bottom: 120px;
}

#spec{
  margin-bottom:200px;
}
.spec_list h4{
  margin-bottom:8px;
}
span.number{
  margin-right:16px;
	display: inline-block;
	vertical-align: middle;
}
ul.spec_list{
  font-size: 0;
}
ul.spec_list li{
  display: inline-block;
  vertical-align: top;
  width:48%;
  padding:0 1%;
  font-size: inherit;
}
ul.spec_list li p{
	font-size: 12px;
}
ul.spec_list li.full_width{
  width:100%;
}
ul.spec_list li>img{
  width:100%;
  height:auto;
}
ul.spec_list table{
  border-collapse: collapse;
  width:100%;
	margin-bottom:12px;
}
ul.spec_list table tr{
  width:100%;
}
ul.spec_list table tr th{
  width:20%;
  padding:8px 0;
  text-align: center;
  font-size: 12px;
  color:#00693e;
  background-color: #e1ece6;
  border-bottom: 2px solid #fff;
}
ul.spec_list table tr:nth-last-child(1) th{
  border-bottom: none;
}
ul.spec_list table td{
  padding-left:16px;
  font-size: 12px;
  border-bottom: 2px solid #e1ece6;
}
ul.spec_list table tr:nth-last-child(1) td{
  border-bottom: none;
}
span.red{
  color:red;
}

.test_text{
  line-height: 30px;
  margin-bottom:80px;
}
#order{
  margin-bottom:240px;
}

#contact{
  background: url("http://kawakami-news.com/wp-content/uploads/2017/09/bg_pattern.png");
}
.contact_box{
  width:80%;
	max-width: 800px;
  margin:0 auto;
  padding-top:20px;
  padding-bottom:10px;
  background-color: #fff;
}
#contact p.tel{
  text-align: center;
  color: #00693e;
  font-size: 36px;
  margin:0;
}
#contact p span.tel_num{
  font-size: 48px;
}
.mail{
  position: absolute;
  left:30px;
  top:20px;
}
.left_space{
  padding-left:20px;
}
.access{
  width:90%;
  margin:0 auto;
  font-size: 0;
}
.access_left,.access_right{
  display: inline-block;
  width: 50%;
  font-size: inherit;
}
.access_left img{
  width:100%;
	height:240px;
}
p.address{
  text-align: center;
  font-size: 20px;
}
.totop{
  display: block;
  width:60px;
  height:60px;
  margin:0 auto;
}
.arrow{
  width: 0;
	height: 0;
	border: 30px solid transparent;
	border-bottom: 30px solid #00693e;
  cursor: pointer;
	transition: 400ms;
}
.arrow:hover{
	opacity: 0.8;
}

/*フェードイン*/
@media screen and ( min-width:641px){
	.fadein,.fadeinD,.fadeinDD{
		opacity: 0;
	}
	.fadein.active,.fadeinD.active,.fadeinDD.active{
		opacity: 1;
		transition: 1800ms;
		transform : translate(0, 0);
	}
	.f-left{
		transform : translate(-50px, 0);
	}
	.f-bottom{
		transform : translate(0, 50px);
	}
	.f-right{
		transform : translate(50px, 0);
	}
}
/* メインここまで */

/* フッター */
.footer_logo{
	width:40%;
	margin:50px auto 30px;
}
.footer_logo img{
	width:100%;
}
a.hp_link{
	text-align: center;
	display: inline-block;
	width: 100%;
}
a.hp_link p{
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color:#00693e;
	border-bottom: 1px dotted #00693e;
}
p.copyright{
	text-align: center;
	margin-top:30px;
}
/* フッターここまで */

/* レスポンシブ */
@media screen and ( max-width:640px){
  .sp{
    display: block
  }
  .pc{
    display: none;
  }
	#loader-bg{
		display: none;
	}
  .inner{
    width:96%;
    padding:0 2%;
  }
  p{
    font-size: 12px;
  }
  header{
    width:100%;
  }
  header img.logo{
    max-width: 50%;
    padding:24px 0;
  }
	.video_box video{
		height:auto !important;
	}
	.img_box{
		width:100%;
	}
  .text_center{
    width:100%;
    padding-left:0;
    font-size: 10px;
    line-height: 28px;
  }
  .text_center p{
    padding:0 10px;
  }
  .green_bar.short{
    width:100%;
  }
  h2{
    font-size: 20px;
  }
  .half_block{
    width:96%;
    padding:2%;
  }
  .access_left,.access_right{
    width:100%;
  }
  ul.spec_list li{
    width:98%;
  }
  h3{
    font-size: 12px;
  }
  .mail{
    left:10px;
    top:14px;
  }
  h4{
    margin:0;
    font-size: 18px;
    line-height: 32px;
  }
	h4 .mini{
		font-size: 12px;
	}
  .contact_link{
    margin-top:30px;
    margin-bottom:80px;
  }
  .test_text{
    padding:0 5px;
    font-size: 10px;
    line-height: 24px;
  }
  #contact p.tel{
    font-size: 18px;
  }
  #contact p span.tel_num{
    font-size: 20px;
  }
  p.address{
    font-size: 14px;
  }
  ul.navbar li{
    width:50%;
    padding:8px 0;
    border:1px solid #fff;
    -webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
  }
  .navbar li a{
    border:none;
  }
	.footer_logo{
		width:60%;
		margin:30px auto 10px;
	}
}
