@charset "utf-8";
/*
Theme Name: hwcCOMPANY
Theme URI: http://airdesign.jp
Description: COMPANY official theme
*/

/*-------------
header
-------------*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 200px;
	padding: 30px 30px !important;
	background-color: #fff !important;
	z-index: 9998;
}
header h1 {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	text-align: center;
}
#header_nav {
	position: absolute;
	top: 120px;
	width: 100%;
	height: 30px;
	padding: 0 0 0 30px;
}
#header_nav li {
	display: inline-block;
	width: 15%;
	text-align: center;
}
#header_nav li a:hover {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
#header_nav li a.active {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
.snslink {
	position: absolute;
	top: 40px;
	right: 10%;
}
.snslink li {
	display: inline-block;
}
.facebook {
	margin-right: 30px;
}
.li_hidden {
	display: none !important;
}
#nav-toggle {
	display: none;
	position: absolute;
	right: 5%;
	top: 50px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 9999;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #777;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

@media (max-width: 1024px) {
#header_nav {
	padding: 0 0 0 20px;
}
#header_nav li {
	width: 14.6%;
}
}

@media (max-width: 870px) {
#header_nav {
	padding: 0 0 0 10px;
}
#header_nav li {
	width: 14.2%;
}
}

@media (max-width: 568px) {
header {
	height: 120px;
	padding: 30px 0 !important;
}
#header_nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #fff;
	width: 100%;
	padding: 0;
	text-align: center;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#header_nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
}
#header_nav ul li {
	float: none;
	position: static;
	width: 100%;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid #333;
}
#header_nav ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#header_nav ul li a:hover {
	border-bottom: none;
	padding-bottom: 0;
}
#header_nav ul li a.active {
	border-bottom: none;
	padding-bottom: 0;
}
.li_hidden {
	display: inline-block !important;
}
#nav-toggle {
        display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #header_nav {
	/* #header_nav top + #mobile-head height */
	-moz-transform: translateY(600px);
	-webkit-transform: translateY(600px);
	transform: translateY(600px);
}
.snslink {
	display: none;
}
}


/*-------------
base
-------------*/
#gototop {
	position: relative;
	width: 100%;
	height: 250px;
}
#gototop img {
	position: absolute !important;
	left: 50%;
	width: 16%;
}


/*-------------
concept
-------------*/
.concept {
	width: 80%;
	font-size: 100%;
	line-height: 1.5;
	margin: 200px auto;
}


/*-------------
トップページ　メインテーマ
-------------*/
#main_image {
	width: 80%;
	margin: 0 auto;
	padding-top: 200px;
	animation-duration: 3s;
}
#main_image img {
	width: 100%;
}
/*.topimg {
	display:none;
}*/

@media (max-width: 568px) {
#main_image {
	width: 90%;
	padding-top: 120px;
}
}

/*-------------
最新情報
-------------*/
#news {
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
	animation-duration: 3s;
}
#news .box h2 {
	font-size: 138%;
	color: #000;
	margin-bottom: 40px;
}
#news .box p.to_newslist {
	width: 100%;
	height: 2rem;
}
#news .pick-up {
	position: relative;
	float: left;
	width: 22%;
	height: auto;
	margin-right: 4%;
}
#news .pick-up:last-child {
	margin-right: 0;
}
#news .pick-up .img_box img {
	width: 100%;
}
.pick-inner {
	position: relative;
}
.pick-inner h3 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.img_box {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}
.pick-up img {
	width: 100%;
	height: auto;
}
.blogico,
.designworkico {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 10%;
	margin-top: 0 !important;
	text-indent: -3500px;
}
.blogico {
	background: url(images/ico_blog.gif) left top no-repeat;
	background-size: 100% auto;
}
.designworkico {
	background: url(images/ico_designwork.gif) left top no-repeat;
	background-size: 100% auto;
}
.date {
	font-size: 75%;
	color: #777;
}
.boxlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -3500px;
}

@media (max-width: 1024px) {
#news .pick-up {
	position: relative;
	float: left;
	width: 46%;
	height: auto;
	margin-right: 8%;
	margin-bottom: 50px;
}
#news .pick-up:nth-child(odd) {
	margin-right: 0;
}
}

@media (max-width: 640px) {
#news .pick-up {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 30px;
}
.pick-inner h3 {
	font-size: 113%;
}
}

@media (max-width: 568px) {
#news {
	width: 90%;
	padding-top: 30px;
}
#news .box h2 {
	margin-bottom: 20px;
}
}


/*-------------
footer
-------------*/
#footer {
	padding: 10px 0;
	font-size: 75%;
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-width: 640px) {
#footer {
	font-size: 63%;
}
}


/*-------------
ブログ・designwork共通
-------------*/
#sgl_news .letter_body p {
	line-height: 1.5;
	margin-bottom: 1rem;
}

#sgl_news .letter_body img {
	margin-bottom: 2rem;
}


/*-------------
designwork 一覧ページ
-------------*/
#news_list {
	width: 80%;
	margin: 220px auto 100px auto;
	clear: both;
}
#news_list h2 {
	font-size: 125%;
	padding-bottom: 2rem;
	font-weight: bold;
	color: #000;
}
#news_list h3 {
	font-size: 113%;
	font-weight: bold;
	color: #000;
}
#news_list div.overview {
	line-height: 1.5;
}
#news_list ul {
	width: 100%;
}
#news_list li {
	height: auto;
	background-color: #fff;
	float: left;
}

@media (max-width: 568px) {
#news_list {
	width: 90%;
	margin: 120px auto 100px auto;
}
#news_list ul li {
	width: 100%;
	margin-bottom: 20px;
}
}

@media (min-width: 481px) {
#news_list ul li {
	width: 100%;
	margin-bottom: 20px;
}
}

@media (min-width: 768px) {
#news_list ul.item-lists_small li {
	width: 46%;
	margin-right: 8%;
	margin-bottom: 20px;
}
#news_list ul.item-lists_small li:nth-child(even) {
	margin-right: 0;
}
}

@media (min-width: 992px) {
#news_list ul.item-lists_small li {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 4rem;
}
#news_list ul.item-lists_small li:nth-child(even) {
	margin-right: 4%;
}
#news_list ul.item-lists_small li:nth-of-type(4n) {
	margin-right: 0 !important;
}
}



#news_list ul.item-lists_small img {
	width: 100%;
	height: auto;
	margin-bottom: 0.5rem;
}
#news_list .pick-inner {
	position: relative;
}
#news_list .boxlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -3500px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	color: #000;
	background-color: #fff;
}


/*-------------
designwork ページ
-------------*/
#sgl_news {
	width: 80%;
	margin: 220px auto 20px auto;
}
#article_title {
	float: left;
	position: fixed;
	top: 200;
	width: 15%;
	max-width: 250px;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
}
#article_title h2 {
	font-weight: bold;
	margin-bottom: 2rem;
}
#article_title h2 a:hover {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
#article_title h3 {
	margin-bottom: 2rem;
}
#article_title .date {
	font-size: 100%;
}
#article_text {
	float: left;
	width: 75%;
	margin-left: 28%;
	padding: 0 20px 20px;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
}
#article_text .blog-thum img {
	width: 100%;
	height: auto;
	margin-bottom: 2rem;
}
.letter_body {
	margin-bottom: 5rem;
}
.nextlink a {
	color: #999;
	padding: 5px 10px;
	font-size: 113%;
}
.nextlink a:hover {
	color: #000;
	background-color: #999;
}
#sgl_news .letter_body .photospace_res img {
	margin-bottom: 0;
}
#sgl_news .letter_body .photospace_res .gal_content img {
	margin-bottom: 10px;
}
#sgl_news .letter_body .photospace_res .thumbs_wrap2 {
	
}

@media (max-width: 1150px) {
#article_title {
	float: left;
	position: fixed;
	top: 200;
	width: 20%;
}
#article_text {
	float: left;
	width: 75%;
	margin-left: 25%;
	padding: 0 20px 20px;
}
}

@media (max-width: 768px) {
#article_title {
	float: left;
	position: relative;
	width: 100%;
}
#article_title h2 {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#article_title h2 a:hover {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}
#article_title h3 {
	margin-bottom: 0.5rem;
}
#article_title .date {
	font-size: 100%;
	margin-bottom: 1rem;
}
#article_text {
	float: none;
	width: 100%;
	margin-left: 0;
	padding: 0;
}
#article_text .blog-thum img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
}

@media (max-width: 568px) {
#sgl_news {
	width: 90%;
	margin: 120px auto 20px auto;
}
}


/*-------------
blog 一覧ページ
-------------*/
#cat_blog {
	width: 80%;
	margin: 220px auto 100px;
}
#cat_blog h3 {
	font-size: 125%;
	font-weight: bold;
	color: #000;
}
#cat_blog .time {
	margin-bottom: 0.3rem;
}
#cat_blog ul.item-lists_small img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
#blog_list {
	float: left;
	width: 80%;
	padding-right: 10%;
}
#blog_list .pick-inner {
	margin-bottom: 5rem;
}
#blog_list .date {
	font-size: 100%;
	margin-bottom: 1rem;
}
#blog_list .pick-inner img {
	margin-bottom: 2rem;
}
#archive {
	float: left;
	width: 20%;
}
#archive h3 {
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: 125%;
	color: #000;
}

@media (max-width: 768px) {
#blog_list {
	float: left;
	width: 100%;
	padding-right: 0;
}
#archive {
	float: left;
	width: 100%;
}
}

@media (max-width: 568px) {
#cat_blog {
	width: 90%;
	margin: 120px auto 100px;
}
#blog_list .pick-inner {
	margin-bottom: 2rem;
}
}


/*-------------
ブログページ
-------------*/
#article_text_blog {
	float: left;
	width: 80%;
	padding-right: 10%;
}
#article_text_blog .blog-thum img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
#sgl_news #article_text_blog h3 {
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
#article_text_blog {
	float: left;
	width: 100%;
	padding-right: 0;
}
#article_text_blog .letter_body {
	margin-bottom: 2rem;
}
#article_text_blog .nextlink a {
	margin-bottom: 2rem;
}
#archive.blog_archive {
	float: left;
	width: 100%;
	padding-top: 3rem;
}
}


/*-------------
月別ブログリスト
-------------*/
#blog_list h2 {
	font-size: 150%;
	margin-bottom: 3rem;
}


/*-------------
リンクページ
-------------*/
#p_rink {
	width: 80%;
	margin: 220px auto 20px auto;
	padding: 100px 0 500px;
}

@media (max-width: 568px) {
#p_rink {
	width: 80%;
	margin: 120px auto 20px auto;
	padding: 100px 0 500px;
}
}



/*-------------
aboutページ
-------------*/
#profile {
	margin-top: 2rem;
	margin-bottom: 5rem;
}
#c_profile {
	width: 52%;
	float: left;
	padding-right: 3rem;
	margin-top: 200px;
	margin-left: 10%;
}
.history {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 1rem 0;
}
#c_profile li {
	margin-bottom: 1rem;
}
#c_profile li:last-child {
	margin-bottom: 0;
}
.li_title {
	float: left;
}
.li_content {
	display: block;
	margin-left: 60px;
}
#p_profile {
	width: 28%;
	float: left;
	margin-top: 200px;
	margin-right: 10%;
}
#p_profile img {
	width:100%;
	height: auto;
}
#c_profile h2 {
	margin-bottom: 2rem;
}
#c_profile p {
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
#c_profile {
	width: 80%;
	float: left;
	padding-right: 0;
	margin-top: 200px;
	margin-left: 10%;
	margin-right: 10%;
}
#p_profile {
	width: 80%;
	float: left;
	margin-top: 30px;
	margin-left: 10%;
	margin-right: 10%;
}
}

@media (max-width: 568px) {
#c_profile {
	margin-top: 120px;
}
}


/*-------------
コンタクトページ
-------------*/
#p_contact {
	width: 80%;
	margin: 200px auto 20px auto;
}
#p_contact h2 {
	width: 30%;
	font-weight: bold;
	margin-bottom: 2rem;
}
#p_contact p {
	margin-bottom: 0.3rem;
}
#p_contact p:last-child {
	margin-top: 2rem;
}
.mw_wp_form {
	font-size: 100%;
}
.mw_wp_form dt {
	float:left;
	width: 100%;
	vertical-align: middle;
	margin-top: 25px;
	margin-bottom: 5px;
}
.mw_wp_form dd {
	float:left;
	width: 100%;
}
input[type="text"], input[type="email"], submit, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"],
input[type="email"],
textarea {
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 100%;
	padding: 3px;
	background-color: #fff;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #000;
}
input[type="text"],
input[type="email"] {
	width: 30%;
	height: 1.5rem;
	margin-right: 40%;
}
textarea {
	width: 30%;
	height: 5rem;
}
.formW {
	margin-bottom: 5rem;
}
.B_send {
	background: #fff;
	font-size: 94%;
	color: #888;
	padding: 1px 15px;
	border: solid #444 2px;
	text-decoration: none;
}
.B_send:hover {
	background: #444;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
#p_contact h2 {
	width: 60%;
}
input[type="text"],
input[type="email"] {
	width: 60%;
}
textarea {
	width: 60%;
}
}

@media (max-width: 568px) {
#p_contact {
	width: 90%;
	margin: 120px auto 20px auto;
}
}


/*-------------
Reset
-------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background-color: #fff;
	line-height: 1.5;
	color: #444;
	word-break: normal;
	max-width: 1200px;
	margin: 0 auto;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #888;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.notfound {
	font-size: 1.4rem;
}

.t_aC {
	test-align: center !important;
}
.t_aL {
	test-align: left !important;
}

.Btn:hover {
	opacity: 0.5;
}

.size-full {
	width: 100%;
	height: auto;
}

/*-------------
clearfix
-------------*/
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear: both;
}
/*-------------
margin
-------------*/
.mt_5 {margin-top: 5px !important;}
.mt_10 {margin-top: 10px !important;}
.mt_15 {margin-top: 15px !important;}
.mt_20 {margin-top: 20px !important;}
.mt_30 {margin-top: 30px !important;}
.mt_40 {margin-top: 40px !important;}
.mt_50 {margin-top: 50px !important;}
.mr_5 {margin-right: 5px !important;}
.mr_10 {margin-right: 10px !important;}
.mr_15 {margin-right: 15px !important;}
.mr_20 {margin-right: 20px !important;}
.ml_5 {margin-left: 5px !important;}
.ml_10 {margin-left: 10px !important;}
.ml_15 {margin-left: 15px !important;}
.ml_20 {margin-left: 20px !important;}
.mb_3 {margin-bottom: 3px !important;}
.mb_5 {margin-bottom: 5px !important;}
.mb_10 {margin-bottom: 10px !important;}
.mb_15 {margin-bottom: 15px !important;}
.mb_20 {margin-bottom: 20px !important;}
.mb_30 {margin-bottom: 30px !important;}
.mb_40 {margin-bottom: 40px !important;}
.mb_50 {margin-bottom: 50px !important;}
.mb_100 {margin-bottom: 100px !important;}
.mb_1r {margin-bottom: 1rem !important;}
.mb_2r {margin-bottom: 2rem !important;}
.mb_3r {margin-bottom: 3rem !important;}
.mb_4r {margin-bottom: 4rem !important;}
.mb_5r {margin-bottom: 5rem !important;}
.mb_6r {margin-bottom: 6rem !important;}
.mb_7r {margin-bottom: 7rem !important;}
/*-------------
font-size
-------------*/
.fs_13 {font-size: 82% !important;}
.fs_14 {font-size: 88% !important;}
.fs_15 {font-size: 94% !important;}
.fs_16 {font-size: 100% !important;}
.fs_17 {font-size: 107% !important;}
.fs_18 {font-size: 113% !important;}
.fs_19 {font-size: 119% !important;}
.fs_20 {font-size: 125% !important;}
.FwB {font-weight: bold !important;}
/*-------------
float
-------------*/
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
/*-------------
etc..
-------------*/
.dis_b {display: block;}
.lh_5 {line-height: 5rem;}