@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

/* ページタイトル
****************************************************************/
#pagetitle{
	padding-top: 120px;
	width: 100%;
	background: url(../../img/common/bg_pagetitle.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	border-bottom: 1px solid #353535;
}
#pagetitle .wrapper{
	background: url(../../img/common/page_title_image.png) no-repeat right bottom;
	background-size: 30%;
}
#pagetitle h1{
	padding: 84px 0 76px 0;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
}
#pagetitle h1 span{
	font-size: 14px;
	display: block;
}

@media screen and (max-width: 979px) {
	#pagetitle{
		padding-top: 80px;
	}
	#pagetitle h1{
		padding: 54px 0 46px 0;
	}
}
@media screen and (max-width: 768px) {
	#pagetitle h1{
		padding: 44px 0 36px 0;
		font-size: 26px;
	}
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
}



/* 共通
****************************************************************/
.article{
	padding: 0 0 80px 0;
	color: #353535;
}
.article_graybox{
	margin: 30px auto;
	padding: 20px;
	background: #f5f5f5;
}

.article .article_title{
	margin-bottom: 25px;
	padding: 1px;
	border: 1px solid #000;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
}
.article .article_title span{
	padding: 12px 10px 10px 10px;
	color: #FFF;
	background: #001c4e;
	display: block;
	line-height: 1.4;
}
.article .article_title br{
	display: none;
}

.text20{
	padding: 20px;
}
.text p,
.text20 p{
	padding: 0.5em 0;
}


/* ページ内メニュー */
ul#page_menu {
	margin-bottom: 20px;
	width:100%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

#page_menu li{
	margin: 2px 0;
	width: 19.5%;
}
#page_menu li a{
	padding: 15px 10px;
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: middle;
	line-height: 1.2;
	text-align: center;
	background: #ccd2dc;
	font-size: 14px;
	color: #353535;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#page_menu li a:hover{
	background: #99a4b8;
}
#page_menu li span{
	display: block;
}
#page_menu li.pnow a{
	background: #99a4b8;
}


/**************************************************************************
 ページ内アンカー位置の調整 （#page_menuを使ってのページ内リンク用）
 ※ヘッダーメニューの高さと連動が大事です
**************************************************************************/
.article{
	padding: 120px 0 80px 0;
	margin-top: -120px;
}
@media screen and (max-width: 979px) {
	.article{
		padding: 80px 0 80px 0;
		margin-top: -80px;
	}
}
@media screen and (max-width: 768px) {
	.article{
		padding: 80px 0 40px 0;
	}
	.article .article_title br.br768{
		display: block;
	}
}
@media screen and (max-width: 620px) {
	.article .article_title br.br620{
		display: block;
	}
}
@media screen and (max-width: 479px) {
	.article .article_title br.br479{
		display: block;
	}
}
/**************************************************************************/



/* ボタン 
***************************************************************************/
.frameBtnRight{
	padding-top: 10px;
	text-align: right;
}
.frameBtnRight a{
	margin: 10px 0 10px auto;
	border: 1px solid #cecece;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: #7c7c7c;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.frameBtnRight a:hover{
	border: 1px solid #333;
}
.box_pdf a{
	padding: 10px 30px 10px 50px;
	background: url(../../img/common/icon_pdf.png) no-repeat left 20px center,  url(../../img/common/arrow_right_beige.png) no-repeat right 10px center;
}
.box_house a{
	padding: 10px 30px 10px 60px;
	background: url(../../img/common/icon_house.png) no-repeat left 15px center,  url(../../img/common/arrow_right_beige.png) no-repeat right 10px center;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 479px) {
}


.btnOrderBook{
	text-align: right;
}
.btnOrderBook a{
	margin: 10px 0 10px auto;
	padding: 14px 50px 10px 110px;
	background: #f79f1f url(../../img/common/icon_search.png) no-repeat left 45px center;
	color: #FFF;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}




/* 記事ページング　前の記事と次の記事
************************************************************************************/
.for_pc{
	display: block;
}
.for_sp{
	display: none;
}

.article_paging{
	padding: 40px 0;
	text-align: center;
	font-size: 14px;
	color: #353535;
}
.article_paging .page_count{
	text-align: center;
}
.article_paging .pageing_btn{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.article_paging .pageing_btn li{
	margin: 20px;
}
.article_paging .pageing_btn a{
	padding: 8px 40px;
	letter-spacing: 1px;
	color: #353535;
	border: 1px solid #7f7f7f;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	text-decoration: none;
	display: block;
}
.article_paging .pageing_btn a:hover{
	border: 1px solid #ccc!important;
	background-color: #ccc!important;
}
.article_paging .pageing_btn .prev a{
	padding: 8px 40px 8px 70px;
	border: 1px solid #eaeaea;
	background-color: #eaeaea;
	background-image: url(../../img/common/arrow_articlemenu_prev.png);
	background-position: left 30px center;
	background-repeat: no-repeat;
}
.article_paging .pageing_btn .next a{
	padding: 8px 70px 8px 40px;
	border: 1px solid #8794ac;
	background-color: #8794ac;
	background-image: url(../../img/common/arrow_articlemenu_next.png);
	background-position: right 30px center;
	background-repeat: no-repeat;
	color: #FFF;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px) {
	.for_pc{
		display: none;
	}
	.for_sp{
		display: block;
	}
	.article_paging{
		padding: 20px 0;
	}
	.article_paging .pageing_btn li{
		margin: 20px 10px;
	}
	.article_paging .pageing_btn a{
		padding: 8px 40px;
	}
}
@media screen and (max-width: 620px) {
	.article_paging .pageing_btn .prev a{
		padding: 8px 20px 8px 50px;
		background-position: left 15px center;
	}
	.article_paging .pageing_btn .next a{
		padding: 8px 50px 8px 20px;
		background-position: right 15px center;
	}
}
@media screen and (max-width: 479px) {
}



/*table
************************************************************************************/
table.normal{
	width: 100%;
	margin: 0px auto;
	border-collapse:collapse;
	border-top: 1px solid #000;
}
table.normal th{
	padding: 15px;
	text-align: left;
	border: 1px solid #000;
	background: #f1f1f1;
}
table.normal td{
	padding: 15px;
	border: 1px solid #000;
}
table.normal thead th{
	background: #e7e9eb;
	text-align: center;
}


table.line_btm{
	width: 100%;
	margin: 0px auto;
	border-collapse:collapse;
}
table.line_btm th{
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #d7d7d7;
}
table.line_btm td{
	padding: 15px;
	border-bottom: 1px solid #d7d7d7;
}
table.line_btm thead th{
	background: #e7e9eb;
	text-align: center;
}

@media screen and (max-width: 979px) {
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px) {
}
@media screen and (max-width: 480px){
}


/*wp
************************************************************************************/
.cms-posts{}

.cms-posts img,
.cms-posts .wp-block-image img{
	max-width: 100%;
	height: auto;
}

.cms-posts ol{
	list-style-type: decimal;
	margin: 0 0 20px 2em;
}
.cms-posts ol li{
	margin: 5px 0;
}

.cms-posts ul{
	list-style-type: disc;
	margin: 0 0 20px 2em;
}
.cms-posts ul li{
	margin: 5px 0;
}

.cms-posts .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.cms-posts .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.cms-posts .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.screen-reader-response,
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	color: #F00;
	display: block;
	padding: 0.3em 0;
}

/*itemBox
----------------------------------------------------------------------*/
.itemBox{
	margin: 30px 0;
}
.itemBox.nomargin{
	margin: 0 0 30px 0;
}
.itemBox ul,
.itemBox .frameBox{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.itemBox ul li,
.itemBox .frameBox .inframe{
	display: block;
	padding: 10px;
	margin: 2px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.itemBox ul li.pdno{
	padding: 0;
}

.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 24%;
}
.itemBox .item5{
	width: 19%;
}
.itemBox .box{
	border: 1px solid #555555;
}
.itemBox .line{
	border-right: 1px solid #555555;
}
.itemBox .none{
	border: 0;
}

.itemBox .image{
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
.itemBox .image img{
	max-width: 100%;
	height: auto;
}
_:-ms-lang(x)::-ms-backdrop, .itemBox .image img{
	/* IE11 のみ適用される */
	width: 100%;
	height: auto;
}
.itemBox .image img.border{
	border: 2px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.itemBox .caption{
	text-align: center;
	padding: 0;
	word-break: break-all;
	word-wrap:break-word;
}
.itemBox .cmt{
	text-align: left;
	padding: 7px 0 0 0;
	word-break: break-all;
	word-wrap:break-word;
}

@media screen and (max-width: 768px){
.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 49%;
}
.itemBox .item5{
	width: 49%;
}
.itemBox .line{
	border: 1px solid #df0615;
}
}
@media screen and (max-width: 620px) {
.itemBox .item1,
.itemBox .item2,
.itemBox .item3,
.itemBox .item4,
.itemBox .item5{
	width: 99%;
}
}
