@charset "utf-8";

/*==========================================
File name: module-smp.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2015.10.24
========================================== */
.pc_only{display:none;}

#gnav{
	display:none!important;}

.entry img{
	max-width: 100%;
	height: auto;
	clear: both;
}
#con_contents{
	padding: 0 15px;

}

section,
.section{
padding: 30px 15px;
}

/* --ぱんくずリスト--------------------------- */

#breadcrumbs{
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}


/* ------------------------------------------------
見出し装飾
------------------------------------------------ */

/*コンテンツh1*/

.con_title{
font-size: 150%;
line-height: 1.4;
padding: 20px 0;
}

/*白　大きめ*/
.title_type01{
font-size: 150%;
line-height: 1.4;
margin-bottom: 20px;}

/*黄色　大きめ*/
.title_type02{
font-size: 130%;
line-height: 1.3;
	}
/*白下線*/
.title_type03{
font-size: 120%;
line-height: 1.3;
	}
/* ------------------------------------------------
サイドバーの見出し
------------------------------------------------ */

#columnLeft .side_hd p{
	width: 100%;
}

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

#snav li{
	width: 100%;
}

#snav li a{
}

#snav li a:hover{
}


/* ------------------------------------------------
width 100%, バナー×2 横並べ
------------------------------------------------ */

.half .element_01,
.half .element_02{
	width: 100%;
	height: auto;
}

/* ------------------------------------------------
sectionに枠, バナー×2 横並べ
------------------------------------------------ */
	
.entry_half .element_01,
.entry_half .element_02{
	width: 100%;
	height: auto;
}

/* ------------------------------------------------
width 100%, イメージ×3 横並べ
------------------------------------------------ */
	
.third .element_01,
.third .element_02{
	width: 100%;
	height: auto;
}

/* ------------------------------------------------
sectionに枠, イメージ×3 横並べ
------------------------------------------------ */

.entry_third .element_01,
.entry_third .element_02{
	overflow: hidden;
	width: 100%;
	height: auto;
}

.entry_third .element_01 img,
.entry_third .element_02 img{
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

/* ------------------------------------------------
width 100%, イメージ×4 横並べ
------------------------------------------------ */

.quarter_body_01{
	margin: 0 0 10px 0;
}

.quarter_body_01 .element_01,
.quarter_body_01 .element_02,
.quarter_body_02 .element_01,
.quarter_body_02 .element_02{
	overflow: hidden;
	width: 49%;
}


/* ------------------------------------------------
sectionに枠, イメージ×4 横並べ
------------------------------------------------ */

.entry_quarter_body_01{
	margin: 0 0 10px 0;
}

.entry_quarter_body_01 .element_01,
.entry_quarter_body_01 .element_02,
.entry_quarter_body_02 .element_01,
.entry_quarter_body_02 .element_02{
	overflow: hidden;
	width: 49%;
}
	
/* ------------------------------------------------
width100%, 左イメージ×1 右コンテンツ
------------------------------------------------ */

.left_imgfix .element_01{
	width: 130px;
}

.left_imgfix-02 .element_01{
	width: 230px;
}
	
.left_imgfix .element_01,
.left_imgfix-02 .element_01{
	margin: 0 auto
}


/* ------------------------------------------------
sectionに枠, 左イメージ×1 右コンテンツ
------------------------------------------------ */

.entry_left_imgfix .element_01{
	width: 130px;
}

.entry_left_imgfix-02 .element_01{
	width: 230px;
}
	
.entry_left_imgfix .element_01,
.entry_left_imgfix-02 .element_01{
	margin: 0 auto;
}


/* ------------------------------------------------
width100%, 左コンテンツ 右イメージ×1
------------------------------------------------ */

.right_imgfix .element_01{
	width: 130px;
}

.right_imgfix-02 .element_01{
	width: 230px;
}
	
.right_imgfix .element_01,
.right_imgfix-02 .element_01{
	margin: 0 auto;
}

/* ------------------------------------------------
sectionに枠, 左コンテンツ 右イメージ×1
------------------------------------------------ */

.entry_right_imgfix .element_01{
	width: 130px;
}

.entry_right_imgfix-02 .element_01{
	width: 230px;
}
	
.entry_right_imgfix .element_01,
.entry_right_imgfix-02 .element_01{
	margin: 0 auto
}

/*==========================================
　1カラムレイアウト 3分割
========================================== */

/*==========================================
　1カラムレイアウト 4分割
========================================== */

.one-column-quarter_body_01{
	margin: 0 0 10px 0;
}

.one-column-quarter_body_01 .element_01,
.one-column-quarter_body_01 .element_02,
.one-column-quarter_body_02 .element_01,
.one-column-quarter_body_02 .element_02{
	overflow: hidden;
	width: 49%;
}


/*==========================================
　1カラムレイアウト sigle-doouble,
　1カラムレイアウト double-single,
　1カラムレイアウト w-half
========================================== */


.single-double .area_01 img,
.single-double .area_02 img,
.double-single .area_01 img,
.double-single .area_02 img{
	width: 100%;
	height:auto;
}


/*==========================================
　コンテンツ collapse
========================================== */

.collapseomatic{
	width: 100%;
	margin: 0!important;
	padding: 0 0 0 30px!important;
	line-height: 30px;
	height: 30px;
	background-color: #C66;
	background-position: 10px 40%;
	color: #FFF;
	font-weight: bold;
	border-bottom: dotted 1px #FFF;
}

/* ------------------------------------------------
可変 Table
------------------------------------------------ */
	
.table_01{
	width: 100%;
}

.table_01 .tbody{
	display: block;
}


.table_01 dl{
	display: block;
	font-size: 90%;
	margin: 0;
}
.table_01 dl dt{
	padding:10px 5px;
	border-top: solid 1px #555;
	background: #262626;
}

.table_01 dl dd{
	padding:10px 5px;
}

.table_01 dl dt,
.table_01 dl dd{
	float: none;
	display: block;
	margin: 0;
	
}

.table_02{
	width: 298px;
}

.table_02 .thead,
.table_02 .tbody{
	display: block;
}

.table_02 ul{
	display: none;
}

.table_02 dl{
	display: block;
	font-size: 90%;
	border: solid 1px #ccc;
}

.table_02 dl dt,
.table_02 dl dd{
	float: none;
	display: block;
	padding: 3px;
}

.table_02 dl dd{
	margin: 0;
}

.table_02 dl dt{
	border-bottom: solid 1px #ccc;
	background: #EEE;
	font-weight: bold;
}

.table_02 .col01{
	width: 290px;

}
.table_02 .col02{
	width: 290px;

}
.table_02 .col03{
	width: 290px;

}

/* ------------------------------------------------
Contact Form7
------------------------------------------------ */

.nme input{
	width: 30%!important;
}
.eml input{
	width: 70%!important;
}

.zip input{
	width: 20%!important;
}

.add input{
	width: 60%!important;
}

select.wpcf7-select{
	width: 40%!important;
}


.wpcf7-form textarea{
	width: 90% !important;
	margin:0 5% !important;
} /*本文*/

/* ------------------------------------------------
グーグルマップ
------------------------------------------------ */

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ------------------------------------------------
PCとスマホでリストの並び数かえる場合
------------------------------------------------ */
/*PC3・スマホ1*/

.list_pc3_smp1 li{
	width:100%;
}


/*PC3・スマホ2*/

.list_pc3_smp2 li{
	float: left;
	width: 49%;
}

.list_pc3_smp2 li:nth-child(2n){
	float: right;
}

.list_pc3_smp2 li:nth-child(2n+1){
	clear: both;
}

/*PC4・スマホ2*/

.list_pc4_smp2 li{
	float: left;
	width: 49%;
}

.list_pc4_smp2 li:nth-child(2n){
	float: right;
}

.list_pc4_smp2 li:nth-child(2n+1){
	clear: both;
}



/* ------------------------------------------------
微調整
------------------------------------------------ */

/*幅（スマホ用）*/

.smp_w50{ width:50%!important;}
.smp_w60{ width:60%!important;}
.smp_w70{ width:70%!important;}
.smp_w80{ width:80%!important;}
.smp_w90{ width:90%!important;}
.smp_w100{ width:100%!important;}


/*文字サイズ（スマホ用）*/
.smp_fsize110{ font-size:110%!important;}
.smp_fsize120{ font-size:120%!important;}
.smp_fsize130{ font-size:130%!important;}
.smp_fsize140{ font-size:140%!important;}
.smp_fsize150{ font-size:150%!important;}
.smp_fsize160{ font-size:160%!important;}
.smp_fsize170{ font-size:170%!important;}
.smp_fsize180{ font-size:180%!important;}



/*文字配置（スマホにのみ）*/

.smp_textc{ text-align:center!important;}
.smp_textr{ text-align:right!important;}
.pc_textl{ text-align:left!important;}


/*余白微調整（スマホにのみ）*/

.smp_mt0{margin-top:0px!important;}
.smp_mt10{margin-top:10px!important;}
.smp_mt15{margin-top:15px!important;}
.smp_mt20{margin-top:20px!important;}
.smp_mt30{margin-top:30px!important;}
.smp_mt40{margin-top:40px!important;}
.smp_mt50{margin-top:50px!important;}

.smp_mb15{margin-bottom:15px!important;}

/* ------------------------------------------------
改行（ＰＣは改行。スマホは改行させない。）
------------------------------------------------ */
 .br_pc_kaigyou{ display:none!important;}

/*-------------------------
WP Page-Navi
-------------------------*/

.wp-pagenavi a, .wp-pagenavi span{
	display: inline-block;
    margin-bottom: 0.5em;
}

/* ------------------------------------------------
Category index
------------------------------------------------ */

.to_post a{
	width: 90%;
}


/* ------------------------------------------------
トップのお知らせ
------------------------------------------------ */

 