@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";


.fontNormal{
	font-size: 85%;
}

/*メインタイトル
************************************************************************************/
.h1_title{
	background: url(../../img/common/h1.jpg) no-repeat, url(../../img/common/line_grade.png) no-repeat bottom;
	padding: 25px 5px 5px 5px;
	height: 65px;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
	display: block;
}

h1{
	background: url(../../img/common/h1_bg.png) repeat;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #000;
	display: inline-block;
	font-size: 23px;
}

h1 span{
	display: inline-block;
	background: #015699;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 50%;
	margin: 0 0 0 15px;
	font-weight: normal;
	line-height: normal;
	padding: 5px 10px;
	vertical-align: middle;
	text-shadow: 0px 0px 0px #000;
}

h2,
.title_h2{
	border-left: 4px solid #008fb0;
	background: #015699;
	padding: 5px 10px !important;
	color: #FFF;
	font-size: 21px;
	margin: 0 0 15px 0;
	font-weight: bold;
}

h2 span,
.title_h2 span{
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 1em;
}

h3,
.title_h3{
	border-bottom: 1px solid #CCC;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 5px 10px !important;
	background: url(../../img/common/bg_gray.png) repeat;
	font-weight: bold;
}

h4,
.title_h4{
	border-left: 5px solid #015699;
	padding: 0 0 0 10px !important;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.catchcopy{
	font-size: 21px;
	font-weight: bold;
	color: #F90;
	padding: 10px 0;
}


/*共通
************************************************************************************/
.article{
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.article:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html .article{
    height: 1em;
}
.article{
    display: block;
}
/* ▲ */
/* for IE7 */
*:first-child+html .article{
	zoom:1;
}

.article_innner{
	margin-bottom: 10px;
	padding-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;
}


.article_box{
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 15px;
	margin: 0 0 10px 0;
}
.article_box p{
	padding-bottom: 1em;
}
.article_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: #008fb0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 15px 0;
	padding: 0 0 0 10px !important;
	display: inline-block;
}
.btnNormal:hover{
	background: #999;
}
.btnNormal a{
	display: block;
	padding: 10px 20px;
	background: url(../../img/common/ar_white.png) no-repeat left center;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


@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: 10px auto;
	border-collapse:collapse;
	border: 1px solid #d1d1d1;
}

table.normal thead th{
	background: url(../../img/common/bg_pink.png) repeat;
}

table.normal th{
	padding: 10px;
	text-align: left;
	border: 1px solid #d1d1d1;
	background: #eeeeee;
	border-right: 0;
}
table.normal th.down{
	background: #FFF;
}

table.normal td{
	padding: 10px;
	border: 1px solid #d1d1d1;
}

table.normal caption{
	text-align: right;
	font-weight: normal;
	font-style: normal;
	padding: 10px 0;
}

table.none{
	width: auto;
	border-collapse:collapse;
	border: 0;
}

table.none th{
	padding: 0 10px 0 0;
	text-align: left;
	border: 0;
	background: none;
	border-right: 0;
}

table.none td{
	padding: 0;
	border: 0;
}




/*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: 768px){
table.normal,
table.none,
table.lineBtm{
	display: block;
	width: 99%;
	border: 0 !important;
}
table.normal caption,
table.none caption,
table.lineBtm caption{
	display: block;
	width: 100%;
}
table.normal tbody,
table.none tbody,
table.lineBtm tbody{
	display: block;
	width: 100%;
}

table.normal tr,
table.none tr,
table.lineBtm tr{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

table.normal th,
table.none th,
table.lineBtm th,
table.normal td,
table.none td,
table.lineBtm td{
	display: list-item;
	width: 99%;
	display: block;
}

table.normal th,
table.none th,
table.lineBtm th{
	margin-bottom: 5px;
	list-style-type: none;
	width: 99%;
	display: block;
	padding: 9px 5px!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

table.normal td,
table.none td,
table.lineBtm 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;
}

.form input[type=text],
.form input[type=date]{
	width: 450px;
	padding: 5px;
}

.form input[type=email]{
	width: 250px;
	padding: 5px;
}


.form input[type=tel]{
	width: 250px;
	padding: 5px;
}

.form textarea{
	width: 500px;
	height: 150px;
}

.form textarea.small{
	width: 500px;
	height: 70px;
}

.form input.m{
	width: 120px;
	padding: 5px;
}
.form input.s,
.form input.zip{
	width: 80px;
	padding: 5px;
}

.form select{
	padding: 10px;
}

.btnSend{
	text-align: center;
	padding-bottom: 20px;
}

.form .btnSend input[type=submit]{
	padding: 10px 40px;
	background: url(../../img/common/bg_orange.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;
}

.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;
}

.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: 3%;
}

.form input[type=text],
.form input[type=date]{
	width: 90%;
}
.form input.m[type=text]{
	width: 50%;
}
.form input.s[type=text]{
	width: 30%;
}

.form input[type=email]{
	width: 90%;
}


.form input[type=tel]{
	width: 90%;
}

.form textarea{
	width: 90%;
	height: 6em;
}


.form input.m{
	width: 50%;
}
.form input.s,
.form input.zip{
	width: 30%;
}


.form textarea.small{
	width: 98%;
	height: 4em;
	padding: 1%;
}
.form .btnSend input[type=submit]{
	padding: 10px 40px;
	background: url(../../img/common/bg_orange.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;
}
}


/*WP投稿用
************************************************************************************/


/*画像寄せ
----------------------------------------------------------------------*/
.alignleft {
	float: left;
	margin: 0 10px 15px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px){
/*smart photo*/
.alignleft {
	float: none;
	margin: 0 auto 15px auto;
	display:block;
}

.alignright {
	float: none;
	margin: 0 auto 10px auto;
	display:block;
}
}

/*ページング
----------------------------------------------------------------------*/
ul.page_navi {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin: 0 auto 30px auto;
	width: auto;
	list-style-type: none;
}
/* 回り込み解除 */
ul.page_navi:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html ul.page_navi{
    height: 1em;
}
ul.page_navi{
    display: block;
}
/* ▲ */
 
.page_navi li{
	float:left;
	border: 0;
	margin: 2px 2px 2px 0;
	list-style-type: none;
	width: auto;
}
.page_navi li:hover{
	border: 0;
}

.page_navi li a{
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#000;
	background: #D9D9D9;
	border: 0;
}
 
.page_navi li a:hover{
	color:#fff;
	background: #3279BB;
	border: 0;
}
 
.page_navi li.current span{
	background: #3279BB;
	display:block;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
}


/*各パーツ
----------------------------------------------------------------------*/
.intextWP p{
	padding: 0 0 1.5em 0;
	line-height: 1.5;
}
.intextWP ol{
	list-style-type: decimal;
	margin-left: 1.5em;
	margin-top: 5px;
}
.intextWP ol li{
	margin: 5px 0;
}

.intextWP ul{
	list-style-type: disc;
	margin-left: 1.5em;
	margin-top: 5px;
}
.intextWP ul li{
	margin: 5px 0;
}

.intextWP table{
	margin: 10px auto;
	border-collapse:collapse;
	border: 1px solid #000;
}

.intextWP table caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

.intextWP th{
	padding: 5px;
	text-align: center;
	color: #FFF;
	border: 1px solid #000;
	background: #000096;
}

.intextWP td{
	padding: 5px;
	border: 1px solid #000;
}


/* Rumi追記
************************************************************************************/

/*line*/
table.lineHorizontal{
	width: 100%;
	margin: 10px auto;
	border-collapse:collapse;
	border: 0;
	border-top: 1px solid #8a7a65;
}

table.lineHorizontal caption{
	padding: 5px 0;
	text-align: left;
	font-size: 14px;
}

table.lineHorizontal th{
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #8a7a65;
	background: url(../../img/common/bg_th.png) repeat;
}

table.lineHorizontal td{
	padding: 10px;
	border-bottom: 1px solid #8a7a65;
}