@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


.fontNormal{
	font-size: 85%;
}

/*メインタイトル
************************************************************************************/
h2{
	width:100%;
	height:108px;
	padding-left:20px;
	background: url(../../img/common/bg_h1.jpg) no-repeat bottom;
	color: #FFF;
	font-weight: bold;
	line-height: 108px;
	font-size:24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h2 span{
	display: inline-block;
	background: #43b100;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 50%;
	margin-left: 15px;
	font-weight: normal;
	line-height: 1em;
	padding: 7px 10px;
}
h3{
	background: url(../../img/common/bg_green.png) repeat;
	padding: 7px 15px;
	margin: 0 0 10px 0;
	font-size: 18px !important;
	font-weight: bold;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

h4{
	font-size: 14px;
	background: url(../../img/common/line.png) repeat-x bottom;
	line-height: 1.2;
	margin: 0 0 15px 0;
	padding: 0 5px;
}

h5{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	background: url(../../img/common/ar_green.png) no-repeat left 0.3em;
	padding: 0 0 0 20px;
}


.catch{
	margin: 0 0 15px 0;
	font-size: 100%;
	font-weight: bold;
}
.catch_img{
	margin: 0 0 10px 0;
	text-align: center;
}
.catch_img img{
	max-width:100%;
}


@media screen and (max-width: 980px) {	
h4,
h5{
	font-size: 18px;
}
.catch{
	margin: 0 0 25px 0;
}
.catch img{
	max-width: 100%;
	height: auto;
}

}
@media screen and (max-width: 768px) {
h2 span{
	display: none;
}
}
@media screen and (max-width: 479px){
/*smart photo*/
}

/*共通
************************************************************************************/
.section{
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.section:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .section{
    height: 1em;
}
.section{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .section{
	zoom:1;
}

.section_innner{
	margin-bottom: 10px;
}

.text{
	padding: 10px;
	line-height: 1.5;
}

.text p{
	padding-bottom: 1em;
}
.text p:last-child{
	padding: 0;
}

.text20{
	padding: 20px;
	line-height: 1.5;
}


.text20_white{
	padding: 20px;
	line-height: 1.5;
	background: #FFF;
}


.section_box{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	margin: 0 0 10px 0;
}
.section_box p{
	padding-bottom: 1em;
}
.section_box p:last-child{
	padding: 0;
}

.boxCaution{
	border: 1px solid #C00;
	padding: 10px;
	margin: 10px;
	color: #C000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.btnPageBack{
	background: #FFC;
	border: 1px dotted #F90;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	padding: 0 0 0 10px;
	display: inline-block;
}
.btnPageBack a{
	display: block;
	padding: 5px 10px 5px 20px;
	background: url(../../img/common/ar_prev.png) no-repeat left center;
	color: #000;
	text-decoration: none;
	font-size: 85%;
}

.btnNormal{
	background: url(../../img/common/bg_green.png) repeat;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	padding: 0 0 0 10px !important;
	display: inline-block;
}
.btnNormal a{
	display: block;
	padding: 10px 20px 10px 10px;
	background: url(../../img/common/ar_white_s.png) no-repeat left center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 85%;
}


/*共通問合せBOX*/
.boxContact{
	background: url(../../img/common/bg_green.png) repeat;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	clear: both;
}


.boxContact .frameContact{
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
	margin: auto;
}

.boxContact .frameContact .ttl{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 0 30px 0 0;
	display: table-cell;
	vertical-align: middle;
}

.boxContact .frameContact .btn{
	display: table-cell;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 90%;
	vertical-align: middle;
}
.boxContact .frameContact .btn a{
	color: #000;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
}
.boxContact .frameContact .btn img{
	max-width: 30px;
	height: auto;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.boxContact .frameContact .btn.tel span{
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	padding-left: 7px;
	color: #F60;
}
.boxContact .frameContact .btn.tel a{
	pointer-events:none;
	cursor:default;
}


@media screen and (max-width: 768px) {
.btnNormal{
	display: block;
}
.btnPageBack a{
	display: block;
	padding: 15px 10px 15px 20px;
}

/*共通問合せBOX*/
.boxContact{
	background: url(../../img/common/bg_green.png) repeat;
	padding: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	clear: both;
}


.boxContact .frameContact{
	display: block;
	margin: auto;
}

.boxContact .frameContact .ttl{
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	display: block;
	vertical-align: middle;
}

.boxContact .frameContact .btn{
	display: block;
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 90%;
	vertical-align: middle;
	margin: 5px 0 0 0;
	text-align: center;
}
.boxContact .frameContact .btn a{
	color: #000;
	text-decoration: none;
	padding: 7px 10px;
	display: block;
}
.boxContact .frameContact .btn img{
	max-width: 30px;
	height: auto;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.boxContact .frameContact .btn.tel span{
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	padding-left: 7px;
	color: #F60;
}
.boxContact .frameContact .btn.tel a{
	pointer-events: auto;
	cursor: pointer;
}
}


/*indexMenu
************************************************************************************/
.indexMenu{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 750px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.indexMenu li{
	display: block;
	display: table;
	width: 240px;
	margin: 3px;
	padding: 5px;
	border: 1px solid #3db3bf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 85%;
}
.indexMenu li:hover{
	background: #FFC;
}

.indexMenu .icon{
	width: 80px;
	padding: 0 10px 0 0;
	display: table-cell;
	 vertical-align: top;
}
.indexMenu .icon img{
	max-width: 100%;
	height: auto;
}
.indexMenu .cmt{
	width: 190px;
	display: table-cell;
	vertical-align: middle;
}
.indexMenu .cmt .ttl{
	font-size: 90%;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.indexMenu .cmt .txt{
	font-size: 80%;
}

@media screen and (max-width: 768px) {
/*tablet*/
.indexMenu{
	width: 100%;
}
.indexMenu li{
	margin: 3px 1%;
	width: 48%;
}
}
@media screen and (max-width: 620px){
/*smart photo*/
}
@media screen and (max-width: 479px){
/*smart photo*/
.indexMenu li{
	margin: 3px 1%;
	width: 98%;
}
}


/*table
************************************************************************************/
table.normal{
	width: 100%;
	margin: 5px auto 15px auto;
	border-collapse:collapse;
	border: 1px solid #000;
}

table.normal caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
table.normal caption:before{
	content: "■";
}

table.normal th{
	padding: 5px 10px;
	width:27%;		/* アイカン用 固定幅 */
	text-align: center;
	border: 1px solid #000;
	font-weight: bold;
	background: url(../../img/common/bg_th.png) repeat;
}

table.normal td{
	padding: 5px;
	border: 1px solid #000;
}
table.normal thead th{
	background: url(../../img/common/bg_orange.png) repeat;
	color: #FFF;
}

/*line*/
table.lineBtm{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 0;
}

table.lineBtm caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

table.lineBtm th{
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #8a7a65;
	background: url(../../img/common/bg_th.png) repeat;
}

table.lineBtm td{
	padding: 10px;
	border-bottom: 1px solid #8a7a65;
}

dl.normal dt{
	color: #09C;
	margin: 0 0 5px 0;
}
dl.normal dt:before{
	content: "■";
}
dl.normal dd{
	margin: 0 0 10px 10px;
}

@media screen and (max-width: 620px){
table{
	display: block;
	width: 99%;
	border: 0 !important;
}
table tbody{
	display: block;
	width: 100%;
}
table tr{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
table.normal th,
table th,
table td{
	display: list-item;
	width: 99%;
	display: block;
}
table th{
	margin-bottom: 5px;
	list-style-type: none;
	width: 99%;
	display: block;
	padding: 9px 0 !important;
}
table td{
	margin-left: 0;
	padding: 0 0 5px 0 !important;
	width: 99%;
	list-style-type: none;
	border: 0 !important;
}
}



/*form parts
************************************************************************************/

/*form
----------------------------------------------------------------------*/
.form input{
	margin: 1px;
	padding: 5px;
}

.form input[type=text],
.form input[type=date]{
	width: 450px;
}
.form input[type=email]{
	width: 250px;
}
.form input[type=tel]{
	width: 250px;
}
.form textarea{
	width: 450px;
	height: 150px;
	padding: 5px;
}
.form textarea.small{
	height: 70px;
}
.form input.m{
	width: 120px;
}
.form input.s,
.form input.zip{
	width: 80px;
}
.form select{
	padding: 10px;
}

.btnSend{
	text-align: center;
	padding-bottom: 20px;
}
.form .btnSend input[type=submit]{
	padding: 10px 40px;
	background: url(../../img/common/bg_green.png) repeat;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
}
.form .btnSend .btn a,
.form .btnSend input[type=reset] {
	padding: 10px 40px;
	background: #666;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	text-decoration: none;
}

.form td li{
	display: inline-block;
	padding: 0 10px 0 0;
}

.form td input.en{
	ime-mode: disabled;
}
.form td input.jp{
	ime-mode: active;
}

.form .privacy_box{
	padding: 20px 0;
	text-align: center;
}


.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}

@media screen and (max-width: 768px) {
.form input{
	padding: 5px 1%;
}

.form input[type=text],
.form input[type=date]{
	width: 97%;
}
.form input.m[type=text]{
	width: 50%;
}
.form input.s[type=text]{
	width: 30%;
}
.form input[type=email]{
	width: 97%;
}
.form input[type=tel]{
	width: 97%;
}

.form textarea{
	width: 97%;
	height: 6em;
	padding: 1%;
}
.form input.m{
	width: 50%;
}
.form input.s,
.form input.zip{
	width: 30%;
}
.form textarea.small{
	width: 98%;
	height: 4em;
}
.form .btnSend input[type=submit]{
	padding: 10px 40px;
	background: url(../../img/common/bg_green.png) repeat;
	color: #FFF;
	border: 1px;
	cursor: pointer;
	margin: 0 3px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	-webkit-appearance: none;
	width: 98%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}

