/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------
 全体レイアウト
------------------------------------------------------------------------------------------- */

.mobile .pc-style{
	display:none;
}

.mobile .t-left,.mobile .t-right{
	float:none;
}

.mobile .left-box,.mobile .right-box {
    float: none;
    width: 100%;
    margin:	0;
}

.mobile .div-box{
	margin-top:20px;
	margin-bottom:40px;
	border: 2px solid #CCCCCC;
    background: #FFF;
}

.mobile #header_text strong{
	display:none;
}	



/* ----------------------------------------------------------------------------------------
　ヘッダー
------------------------------------------------------------------------------------------- */

/*ヘッダー背景*/
.mobile #header{background-color:#00a0ea;}
 
.mobile #header #nav_menu-2{ display:none;}

/*ヘッダーメニュー*/
.mobile #header div#nav_menu-2{
	display:none;
}

.mobile #search-5{
	display:none;
}

/* ----------------------------------------------------------------------------------------
　共通スタイル
------------------------------------------------------------------------------------------- */

.mobile #main_col h2#post_title {
    font-size: 24px !important;
    line-height: 1.5;
	padding:0;
	margin:0;
}

/*H2見出し*/

.mobile #main_contents #main_col p.h2-en{
	font-size:130%;
	line-height:1.3;
}


/*H3見出し*/

.mobile #main_contents .desc h3{
	font-size:110%;
	line-height:1.8;
	font-weight:bold;
	padding-bottom:20px;
}

.mobile #main_contents #main_col h3{
	font-size:130%;
	padding: 10px;
	/*background: #4780ba;*/
	text-align: center;
	color:#00a0ea;
}

/*H4見出し*/

.mobile #main_contents #main_col h4.box-h4{
	padding:10px;
	border-bottom: 1px dotted #9E9E9E;
}

.mobile #main_contents #main_col h4.box-h4 span{
	margin-bottom:10px;
}

.mobile .sub-text-box h4{
	padding:10px;
	text-align:center;
}

.mobile #main_contents .desc p{
	line-height:1.8;
	padding-bottom:10px;
	font-size:110%;
}

.mobile #main_contents .post_content p {
	line-height:1.8;
	padding-bottom:15px;
	margin:0;
}

.mobile #main_contents .div-box p {
	padding:10px;
}

.mobile #main_contents h4.box-h4 span {
    color: #9E9E9E;
}

/*パンくずリスト*/
.mobile #bread_crumb {
	background: #000;
}

.mobile #bread_crumb li {
	color:#FFFFFF;
}

/*リンクリスト*/

.mobile #link_list li {
	margin-right:0;
	width:100%;
}

.mobile #link_list .image{
	width:100%;
	height:auto;
}

.mobile #link_list .image img{
	height:auto;
}

#link_list li:nth-child(3n) {
	margin: 0 30px 30px 0;

}

/*リンクボタン*/

.mobile .to-link {
	float:none;
	margin: 20px auto 10px;
}

/*3カラムレイアウト*/
.mobile #main_contents #main_col .inner-col3{
	background:#FFF;
	border: 2px solid #EEE;
	padding-top:0;
	margin-top:10px;
}


.mobile #main_contents #main_col .inner-col3 h3 {
	text-align:center;
	padding-bottom:0;
	background: #00a0ea;
    color: #FFF;
	margin-top:0;
}

.mobile .col3-headline{
	text-align:center;
	font-size:100%;
	font-weight:bold;
	line-height:1.3;
}

.mobile .inner-col3 p{
	padding:10px;
}

@media only screen and (max-width: 479px) {

	dl.gallery-item {
		width: 50%!important;
	}

	dl.gallery-item {
		width: 33%!important;
	}

	dl.gallery-item {
		width: 25%!important;
	}

	dl.gallery-item {
		width: 20%!important;
	}

}

/* ---------------------------------------------------
 フッター
------------------------------------------------------ */

.mobile div#footer_top {
    margin-top: 0;
}

/*フッター住所エリア*/
.mobile #footer_address{background:#00a0ea;}
.mobile #footer_address .info{color:#FFFFFF;}
.mobile #footer_address .info strong{ font-size:150%;}

.mobile #footer_social_link {background:#00a0ea;}

.mobile #footer_bottom{ margin-bottom:40px; }

/*フッターメニュー*/

.mobile .footer_menu li:first-child a:link,
.mobile .footer_menu li:first-child a:visited,
.mobile .footer_menu li:first-child a:hover,
.mobile .footer_menu li:first-child a:active{
    color:#FFFFFF;
	font-weight:bold;
}
.mobile .footer_menu li a:link,
.mobile .footer_menu li a:visited,
.mobile .footer_menu li a:hover,
.mobile .footer_menu li a:active {
    color:#FFFFFF;
}

/*検索*/
.mobile .widget_search input#s {
    width: 100%;
	color:#191919;
}

/*フッター固定メニュー*/

/**********************
モーダルウィンドウ
**********************/
 
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
line-height: 1.3;
display: none9;
}
.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block9;
}
.modal-window:target {
display: block9;
}
.modal-window .modal-inner {
position: absolute;
top: 100px;
left: 5%;
z-index: 20;
padding:5%;
margin:0 auto;
width: 80%;
overflow-x: hidden;
border-radius: 6px;
background: #fff;
-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
 
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: #333;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.modal-window .modal-close:after {
content: '\00d7';
position: absolute;
top: 70px;
right:15%;
z-index: 20;
margin:0 auto;
background: #fff;
border-radius: 2px;
padding: 10px 10px;
text-decoration: none;
text-indent: 0;
}
 
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
 
 
 
/**********************
スマホのフッターメニュー
**********************/
ul.footer_icon {
	margin: 0 auto;
	padding: 12px 0;
	width: 100%;
	overflow: hidden;
	display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
}
 
ul.footer_icon li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 13px;
       line-height: 15px;
}
 
ul.footer_icon li a i{
	font-size: 24px;
}
 
ul.footer_icon li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
 
.footer_icon {
	position: fixed;
	bottom: 0;
	left:0;
	background: #000;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.mobile #footer_widget #search-6 form{
	padding:0 !important;
}
 
 
/**********************
SNSの部分
***********************/
 
 
.modal-window .modal-inner.sns{
	margin:0 auto;
	text-align:center;
}
.modal-inner ul {
	list-style:none;
}
.modal-inner li {
	list-style:none;
	float:left;
	width:25%;
	margin:3%;
}
.modal-inner li a {
	font-size:150%;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
}
.modal-inner li a:hover {
	box-shadow:none;
}
 
 
.share li a {display : block;
    padding : 10px 5px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
 
/*.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a {background-color: #ff8c00;}
.feedly a {background-color: #6cc655;}*/
 
.share-sm {margin:0;}
.share-sm ul:after {content : "";
    display : block;
    clear : both;}

/********************** 
メニューの部分
**********************/
 
.mod li{
  float:none;
  display:block;
  width:100%;
  margin:0;}
 
.mod li a {
  text-align: left;  /* メニューを左寄せ */
  font-weight: bold;  /* メニューを太字に */
  background: #000;  /* メニューの背景色 */
  margin: 2%;
font-size: 14px;  /* メニュー文字サイズ */
}


.mobile #return_top{ bottom:50px !important; }

.mobile a.menu_button{
	top:0;
}

/* ---------------------------------------------------
 トップページ
------------------------------------------------------ */

/********************** 
トップバナーの部分
**********************/

.mobile .top_bnr img{
	max-width: 100%;
}

/********************** 
キャッチフレーズの部分
**********************/

.mobile #catch_phrase_img img{
	max-width: 100%;
}

.mobile #index_project .catchphrase .desc {
	font-size:15px !important;
}

/********************** 
実例一覧
**********************/
.mobile #index_project_list{
	min-width:100%;
}
.mobile #index_project_list_inner {
    width: auto;
}

.mobile #index_project_list_inner .headline {
    font-size: 26px !important;
    margin-right: 0;
    margin-bottom: 16px;
    display: block;
    vertical-align: top;
    text-align: center;
    line-height: 1.5;
	width:100%;
}

.mobile #index_project_list .index_project_link{
	position:static;
	margin: 20px auto 10px;
}


/********************** 
ブログの部分
**********************/

.mobile #index_blog2_inner {
    width: 100%;
    margin: 0 auto;
    padding: 10px 25px;
    position: relative;
    box-sizing: border-box;
}

.mobile #index_blog2 .catchphrase .headline {
    font-size: 26px;
    line-height: 1.5;
    margin: 20px 0 16px 0;
    display: inline-block;
    vertical-align: middle;
}

.mobile #index_blog2 .catchphrase .desc {
    font-size: 14px;
    line-height: 200%;
    margin: 0 0 20px 0;
    display: inline-block;
    vertical-align: middle;
}

.mobile #index_blog2 #staffblog h4.title {
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px dotted #000;
	line-height:1.3;
}

.mobile #index_blog2 #staffblog .desc {
    padding: 10px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.mobile #index_blog2 .index_blog_link {
    width: 170px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-decoration: none;
    background: #BBBBBB;
    color: #fff;
    text-align: center;
/*    position: absolute;
    right: 25px;
    bottom: 10px;*/
}

/* ---------------------------------------------------
 ラインナップページ
------------------------------------------------------ */

.mobile #lineup_menu #page_navi #link_list li {
    width: 100%;
}

.mobile #lineup_menu #page_navi #link_list li .image {
    width: 100%;
    height: auto;
}

.mobile #lineup_menu #page_navi #link_list li .image img {
    width: 100%;
    height: auto;
}

.mobile #lineup_menu #page_navi #link_list li:nth-child(2n){
	margin-bottom:30px;
}

/* ---------------------------------------------------
 実例ぺ―ジ
------------------------------------------------------ */
.mobile .single-project #main_col #side_col h4 {
	font-size:150%;
}

/* ---------------------------------------------------
 問い合わせぺ―ジ
------------------------------------------------------ */

.mobile .wpcf7 form { padding:0 !important;}

.mobile .wpcf7 .wpcf7-form input[type="text"], 
.mobile .wpcf7 .wpcf7-form input[type="tel"], 
.mobile .wpcf7 .wpcf7-form input[type="email"], 
.mobile .wpcf7 .wpcf7-form input[type="number"]{
	width:100%;
}

.mobile .wpcf7 .wpcf7-form span.wpcf7-list-item {
	margin:10px 0 5px;
}

.mobile .post_content dt {
	width:100%;
}

.mobile .wpcf7 .wpcf7-form textarea#contact-address {
	width:100%;
}

/* ---------------------------------------------------
 コラムぺ―ジ
------------------------------------------------------ */

.mobile .land_search_list img {
    float: none;
    width: 100%;
}

.mobile .land_search_list figcaption {
    float: none;
    width: 100%;
}

.mobile ul#post_meta_bottom {
    background: #4780ba;
}

.mobile .wp-block-image .alignleft,.mobile .wp-block-image .alignright {
	float:none;
	margin:0;
}

.mobile #related_post .headline span {
	font-size:120%;
	margin-left:20px;
}

.mobile #main_contents #main_col h3.headline {
    background: none;
}