/*
Theme Name: Iscream Design
Theme URI: http://i-scream.biz/
Author: Iscream Design（松田）
Author URI: http://i-scream.biz/
Description: ISCREAM DESIGN自社サイト用WPテンプレート
Version: 1.0
*/

html{
	height:100%;
}

body{
	font-size:12px;
	height:100%;
	font-family: Verdana,"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

a{
	color:#000000;
	text-decoration:none;
}

#wrapper{
	min-height:100%;
	margin-right:auto;
	margin-left:auto;
	padding-right:20px;
	padding-left:20px;
	position:relative;
	background-color:#FFFFFF;
}

header{
	width:100%;
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	padding:30px 100px 30px 20px;
	box-sizing:border-box;
	background:#FFFFFF;
}

header img{
	max-width:100%;
	height:auto;
}

header h1#logo{
	margin-bottom:0;
}

header #sp_menu{
	
}

#sp_menu,
#sp_menu span {
	display: inline-block;
	transition: all .4s;
}
#sp_menu {
	width:32px;
	height:32px;
	padding:6px;
	position:absolute;
	top:50%;
	right:14px;
	margin-top:-22px;
	cursor: pointer;
}
#sp_menu span {
	position: absolute;
	left: 6px;
	width: 32px;
	height: 3px;
	background-color: #000000;
	border-radius: 4px;
}
#sp_menu span:nth-of-type(1) {
	top: 9px;
}
#sp_menu span:nth-of-type(2) {
	top: 21px;
}
#sp_menu span:nth-of-type(3) {
	bottom: 8px;
}
#sp_menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
#sp_menu.active span:nth-of-type(2) {
	opacity: 0;
}
#sp_menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

#contents{
	position:relative;
	padding-top:106px;
}

main{
	padding-bottom:50px;
}

main img{
	max-width:100%;
	height:auto;
}

article h1{
	font-size:15px;
	margin-bottom:20px;
	position:relative;
}

article h1 span.detail{
	font-size:12px;
	line-height:20px;
	display:block;
	width:100px;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
	padding-right:20px;
}

article h1 span.detail span{
	width:32px;
	height:32px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	transition:all 0.2s linear;
}

article h1 span.detail span.button1,
article h1 span.detail span.button2{
	display:block;
	position:absolute;
	width:8px;
	height:1px;
	background:#000000;
	transition: all 0.4s ease 0s;
}

article h1 span.detail span.button1{
	top:3px;
	right:6px;
	transform:translateY(6px) rotate(45deg);
}

article h1 span.detail span.button2{
	top:3px;
	right:0px;
	transform:translateY(6px) rotate(315deg);
}

article h1 span.detail.open span.button1{
	transform:translateY(6px) rotate(315deg);
}

article h1 span.detail.open span.button2{
	transform:translateY(6px) rotate(45deg);
}

#works_detail{
	display:none;
}

article img{
	width:100%;
	height:auto;
}

article .article_body{
	margin-bottom:25px;
}

article .image_list{}

article ul.image_list li{
	margin-bottom:25px;
}

article .works_summary{
	font-size: 11px;
    line-height:1.8;
}

article dl.works_summary dt{
	float:left;
}

article dl.works_summary dd{
}

nav{
	display:none;
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	background:#FFFFFF;
	padding:106px 0 0 20px;
}

nav ul li{
	line-height:1;
}

nav ul li a{
	display:block;
}

nav ul li.active{
	opacity:0.25;
}

nav ul#gnavi{
	padding-top:20px;
	padding-bottom:25px;
}

nav ul#gnavi li{
	margin-bottom:25px;
}

nav ul#snavi{
	padding:12px 0;
}

nav ul#snavi li{
	margin-bottom:20px;
}

footer{
	font-size: 9px;
	line-height: 1.8;
	padding-bottom:50px;
}

footer .address{
	margin-bottom: 30px;
}

#slider{
	margin-bottom:10px;
}

#slider .post-content-left{
	display:none;
}

#slider .post-image-bg{
	height:450px !important;
}

#works_list{
}

#works_list li{}

#slider img,
#works_list li img{
	width:100%;
	height:auto;
}

/*--ABOUT--*/

.page h1{
	margin-bottom:50px;
}

#conmpany_information{
	font-size: 11px;
    line-height: 2.1;
}

#conmpany_information h2{
	font-size: 15px;
    font-weight: normal;
    margin-bottom: 20px;
}

#conmpany_information ul{
	margin-bottom: 24px;
}

#conmpany_information #service,
#conmpany_information #outline{
	width:198px;
	float:left;
	margin-right:50px;
}

#conmpany_information #access_map{
	margin-bottom:20px;
}

/*--BLOG--*/

.blog{
	line-height:2.1;
}

.blog.archive{
	border-bottom: 1px solid #000;
    margin-bottom: 66px;
    padding-bottom: 50px;
}

.blog h1{
    font-size: 15px;
	line-height:20px;
    margin-bottom: 40px;
}

.blog h1 span{
	display:block;
	margin-bottom:5px;
}

.blog p{
	margin:12px 0;
}

.column{
	margin-right:-5px;
	margin-left:-5px;
}

#pagenavi{
	text-align:center;
	margin:30px 0;
}

#pagenavi span,
#pagenavi a{
	border:none;
}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

/*--CONTACT--*/
.contactList{
	display: block;
	line-height:1.5em;
	margin-bottom:10px;
}

.mwform-tel-field{
	display: block;
}

.contactTitle{
	margin-bottom:10px;
	font-size:13px;
}

.sendForm{
	margin-top:30px;
}

.formComp{
	font-size:20px;
	line-height:2em;
}

/* 20190205 */
    .onecut {
        width: 100%;
        clear: both;
    }
    .onecut p {
        float: left;
        width: 50%;
    }
    .onecut img {
        width: 100%;
    }

@media screen and (max-width: 767px) {

	.column .small_01,
	.column .small_02,
	.column .small_03,
	.column .small_04{
		float:left;
		padding-right:5px;
		padding-bottom:10px;
		padding-left:5px;
		box-sizing:border-box;
	}

	.column .small_01{
		width:25%;
	}
	.column .small_02{
		width:50%;
	}
	.column .small_03{
		width:75%;
	}
	.column .small_04{
		width:100%;
	}

}
@media screen and (min-width: 768px) and (max-width: 1079px) {
	main{
	}

	.column .middle_01,
	.column .middle_02,
	.column .middle_03,
	.column .middle_04,
	.column .middle_05,
	.column .middle_06{
		float:left;
		padding-right:5px;
		padding-bottom:10px;
		padding-left:5px;
		box-sizing:border-box;
	}

	.column .middle_01{
		width:16.667%;
	}
	.column .middle_02{
		width:33.333%;
	}
	.column .middle_03{
		width:50%;
	}
	.column .middle_04{
		width:66.667%;
	}
	.column .middle_05{
		width:83.333%;
	}
	.column .middle_06{
		width:100%;
	}
}

@media screen and (min-width: 1040px) {
	#wrapper{
		width:1000px;
	}

	header,
	nav{
		position:static;
		display:block !important;
	}

	header{
		padding-top:60px;
	}

	header #sp_menu{
		display:none;
	}

	#contents{
		padding-top:30px;
	}

	main{
		width:740px;
		height:100%;
		padding-left:260px;
	}

	nav{
		width:235px;
		position:absolute;
		top:30px;
		left:0;
		padding:0 0 0 20px;
	}

	nav.homing{
		position:fixed;
		top:30px;
		left:50%;
		margin-left:-500px;
	}

	nav ul#gnavi{
		padding-top:0;
	}

	footer{
		position:absolute;
		left:20px;
		bottom:0;
	}

	.column .large_01,
	.column .large_02,
	.column .large_03,
	.column .large_04,
	.column .large_05,
	.column .large_06,
	.column .large_07,
	.column .large_08,
	.column .large_09,
	.column .large_10,
	.column .large_11,
	.column .large_12{
		float:left;
		padding-right:5px;
		padding-bottom:10px;
		padding-left:5px;
		box-sizing:border-box;
	}

	.column .large_01{
		width:8.333%;
	}
	.column .large_02{
		width:16.667%;
	}
	.column .large_03{
		width:25%;
	}
	.column .large_04{
		width:33.333%;
	}
	.column .large_05{
		width:41.667%;
	}
	.column .large_06{
		width:50%;
	}
	.column .large_07{
		width:58.333%;
	}
	.column .large_08{
		width:66.667%;
	}
	.column .large_09{
		width:75%;
	}
	.column .large_10{
		width:83.333%;
	}
	.column .large_11{
		width:91.667%;
	}
	.column .large_12{
		width:100%;
	}
}

::selection {
	background:#ffff00;
	color:#ccc;
	text-shadow:none;
}
::-webkit-selection {
	background:#ffff00;
	color:#ccc;
	text-shadow:none;
}
::-moz-selection {
	background:#ffff00;
	color:#ccc;
	text-shadow:none;
}