@charset "UTF-8";
/* CSS Document */

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

共通css

----------------------------------------------------------*/
/*リセット
-----------------------------*/
html {
	width: 100%;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 15px;
	min-width: 1000px;
	line-height: 1.8em;
}

body * {
	box-sizing: border-box;
}

main{
	margin-top: -20px;
	width:100%;
}
p{
	margin: 0;
	padding: 0;
}


.all_wrap {
	overflow: hidden;
}

a {
	color: #2370BF;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	body {
		font-size: 14px;
		min-width: 100%;
	}
}

/* 表示非表示切り替え
-----------------------------*/
/* SP */
@media screen and (max-width:736px) {
	.-u-SpNonePcBlock {
		display: none;
	}

	.-u-SpNonePcinline {
		display: none;
	}

	.-u-PcNoneSpBlock {
		display: block;
	}

	.-u-PcNoneSpinline {
		display: inline;
	}
}

/* PC */
@media print,
screen and (min-width:737px) {
	.-u-SpNonePcBlock {
		display: block;
	}

	.-u-SpNonePcinline {
		display: inline;
	}

	.-u-PcNoneSpBlock {
		display: none;
	}

	.-u-PcNoneSpinline {
		display: none;
	}
}

/*----------------------------------------------------------
　ページトップボタン
----------------------------------------------------------*/
#page_top {
	position: fixed;
	width: 84px;
	height: 84px;
	bottom: 100px;
	right: 50px;
	z-index: 10;
}

#page_top img {
	width: 100%;
	height: auto;
}

/* SP */
@media screen and (max-width:736px) {
	#page_top {
		width: 60px;
		height: 60px;
		bottom: 20px;
		right: 20px;
	}
}

/*----------------------------------------------------------
　ヘッダー
----------------------------------------------------------*/
/*サイトタイトルなど
-----------------------------*/
body {
	border-top: 5px solid #7E401E;
}

.header_box_top {
	width: 100%;
	max-width: 1000px;
	height: 100px;
	line-height: 100px;
	padding: 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.site_title {
	margin: 0 auto 0 0;
	padding: 0;
	width: 66px;
	height: 35px;
	display: block;
	background-image: url(images/logo.png);
	background-size: 66px 35px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
}

.site_title a  {
	width: 66px;
	height: 35px;
	display: block;
}

#menu_btn {
	margin: 0;
	cursor: pointer;
}

#menu_btn img {
	width: 32px;
	height: auto;
	margin-left: auto;

}

/*サイトタイトルなど（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	body {
		font-size: 14px;
	}

	.header_box_top {
		width: 100%;
		height: 80px;
		line-height: 80px;
		padding: 0 15px;
		margin: 0;
	}

}

/*ナビゲーション
-----------------------------*/
.header_box_bottom {
	padding: 0 30px;
	width: 100%;
	background-color: rgba(126, 64, 30, .8);
}


.header_nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	max-width: 1200px;
	letter-spacing: -.35em;
	display: table;
	width: 100%;
}


.header_nav li {
	display: inline-table;
	padding: 0;
	text-align: center;
	width: 50%;
}

.header_nav li a {
	display: block;
	padding: 15px 5px;
	width: 100%;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	text-decoration: none;
}

.header_nav li:nth-child(odd) a {
	border-left: none;
}

/*ナビゲーションが奇数の場合
	.header_nav li:last-child{
		width: 100%;
	}*/
.header_box_bottom .project_name {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	line-height: 50px;
	text-align: center;
}

header {
	position: relative;
}

.header_box_bottom {
	padding: 0;
	min-width: 100%;
	position: absolute;
	top: 80px;
	display: none;
	z-index: 9999;
}

.header_nav {
	margin: 0;
	padding: 0;
	max-width: 100%;
	display: block;
}

/*ナビゲーション（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {}

/*----------------------------------------------------------
　フッター
----------------------------------------------------------*/
/*会社情報
-----------------------------*/
footer.body_fotter{
	border-top: 5px solid #7E401E;
}
.footer_box_top {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 0 30px 0;
	position: relative;
}


.footer_box_top address {
	font-style: normal;
	font-size: 0.8em;
	text-align: left;
}


.footer_box_top address h2 img{
	width: 250px;
	height: auto;
	margin: 0;
}

.footer_box_top address .address_name{
	font-size: 1.3em;
}
.footer_box_top address .address_text{
	text-align: left;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.8em;
}




/*会社情報（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
footer{
	padding: 0 20px;
}

}



/*コピーライトなど
-----------------------------*/


.copyright {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 30px;
}

.copyright small {
	font-size: 0.8em;
}


/*コピーライトなど（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.copyright {
		margin: 0;
		padding: 0;
	}


}

/*----------------------------------------------------------
　共通パーツ 幅
----------------------------------------------------------*/
/*wide100%
-----------------------------*/
.wrap_all {
	width: 100%;
	margin: 0;
	padding: 100px 0 100px;
}

/*wide100%（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.wrap_all {
		padding: 50px 0 50px;
	}
}

/*wide1000px
-----------------------------*/
.wrap_m {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0 100px;
}

/*wide800px
-----------------------------*/
.wrap_s {
	width: 800px;
	margin: 0 auto;
	padding: 100px 0 100px;
}

/*リセット（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.wrap_m,
	.wrap_s {
		width: 100%;
		margin: 0 auto;
		padding: 50px 15px 50px;
	}
}

/*----------------------------------------------------------
　共通パーツ 見出しスタイル
----------------------------------------------------------*/
/*ページタイトル
-----------------------------*/
.page_title {
	background-color: #AAAAAA;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 200px;
	min-height: 200px;
}

.page_title img {
	height: 102px;
	width: auto;
}

/*ページタイトル（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.page_title {
		line-height: 100px;
		min-height: 100px;
		margin: 0;
	}

	.page_title img {
		height: 51px;
	}
}

/*セクション見だし
-----------------------------*/
.sec_title {
	padding: 0 0 30px 0;
	margin: 0 0 0 0;
	width: 100%;
	font-size: 1.375em;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #050505;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.sec_title::before{
	content: "";
	width: 35px;
	height: 35px;
	display: block;
	background-image: url(images/h2_ico.png);
	background-size: 35px 35px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 20px auto;
}

/*セクション見だし（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.sec_title {
	}
}

/*中見だし
-----------------------------*/
.midi_title {
	padding: 1em 30px;
	margin: 30px 0 50px 0;
	width: 100%;
	font-size: 1.375em;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #050505; 
	background-color: rgba(126, 64, 30, .22);
	position: relative;
}
.midi_title::after{
	content: "";
	width: 110px;
	height: 57px;
	background-image: url(images/h3_bk.png);
	background-size: 110px 57px;
	background-position: center center;
	background-repeat: no-repeat;
	top: 10px;
	bottom: 10px;
	right: 10px;
	position: absolute;
	z-index: 10;

}

/*中見だし（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.midi_title {
	}
}

/*小見だし
-----------------------------*/
.small_title,
h4.wp-block-heading.small_title{
	padding: 5px 10px;
	margin: 20px 0 20px 0;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #ffffff; 
	background-color: #7E401E;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
}


/*小見だし（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.small_title {
	}
}

/*----------------------------------------------------------
　共通パーツ リストスタイル
----------------------------------------------------------*/
/*基本リスト
-----------------------------*/
.basic-list{
	margin: 0;
	padding: 0 0 0 20px;
}

/*基本リスト（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

}
/*基本table
-----------------------------*/
.basic-table{
	margin: 0 auto 10px auto;
	padding: 0 ;
	width: 100%;
	border-top: 1px solid #7E401E !important;
	border-left:none !important;
	border-right:none !important;
	border-bottom:none;
}
.basic-table-head{
	background-color: #7E401E;
	color: #fff;
	border-bottom: 1px solid #7E401E !important;
	padding: 5px 10px !important;
	font-size: 0.86em;
	font-weight: normal;
	margin:0;
}
.basic-table td{
	border-bottom: 1px solid #7E401E !important;
	border-top:0px !important;
	border-left:0px !important;
	border-right:0px !important;
	padding: 5px 10px;
	font-size: 0.86em;
}


/*基本table（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

}


/*縦横罫線ありのtable
-----------------------------*/
figure.simple-table table{
	margin: 0 auto ;
	padding: 0 ;
	width: 100%;
	border-top: 1px solid #7E401E !important;
	border-left: 1px solid #7E401E !important;
	border-collapse:collapse:
	border-bottom: none !important;
	border-right: none !important;
	box-sizing:border-box;
}
figure.simple-table table tr:first-child{
	background-color: #7E401E;
	color: #fff;
	padding: 5px 10px !important;
	border-left: 1px solid #7E401E !important;
	font-size: 0.86em;
	font-weight: normal;
	margin:0;
	padding:0;
}
figure.simple-table table td{
	border-bottom: 1px solid #7E401E !important;
	border-right: 1px solid #7E401E !important;
	padding: 5px 10px;
	font-size: 0.86em;
	margin:0;
}


/*縦横罫線ありのtable（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
figure.simple-table table{
	margin: 0 auto;
	width: calc(100% - 40px);
}
}

/*----------------------------------------------------------
　共通パーツ ボタンスタイル
----------------------------------------------------------*/
/*ボタン
-----------------------------*/
.btn {
	text-align: center;
	margin: 50px 0 0;
}

.btn a {
	display: inline-block;
	max-width: 100%;
	min-width: 450px;
	padding: .3em 1em;
	font-size: 1em;
	text-decoration: none;
	background-color: #46220F;
	border-radius: 5px;
	color: #fff;
	background-image: url("images/arrow_w.png");
	background-repeat: no-repeat;
	background-size: 7.5px 15px;
	background-position: center right 15px;
}

.btn a+a {
	margin: 0 0 0 50px;
}

.btn a:hover {
	background-color: rgba(70, 34, 15, .8);
	color: #fff;
}

.btn a:visited,
.btn a:active{
	color: #fff;
}


/*ボタン（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.btn {
		margin: 30px 0 0;
		min-width: 100%;
	}

	.btn a+a {
		margin: 15px 0 0;
	}

	.btn a{
		font-size: 1.2em;
		min-width: 100%;
	}
}

/*----------------------------------------------------------
　共通パーツ テキストスタイル
----------------------------------------------------------*/
/*タイトル下のコピー
-----------------------------*/
.title_under_copy {
	text-align: center;
	color: #707070;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

/*タイトル下のコピー（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	.title_under_copy {
		text-align: left;
	}
}

/*----------------------------------------------------------
　共通パーツ カラム
----------------------------------------------------------*/
/*2カラム
-----------------------------*/
.wrap_2colm {}

.wrap_2colm .colm {
	width: 47%;
	float: left;
}

.wrap_2colm .colm:nth-child(2n) {
	float: right;
}

/*2カラム（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.wrap_2colm .colm,
	.wrap_2colm .colm:nth-child(2n) {
		float: none;
		width: 100%;
	}

	.wrap_2colm .colm+.colm {
		margin-top: 40px;
	}
}


/*投稿ページ共通
 ------------------------------ */
.p-post-wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
}

body.wp-singular div.entry-meta{
	display:none;
}

body.wp-singular div.entry-content{
	padding:30px 0 60px 0;
}

body.wp-singular footer.entry-footer{
		display:none;
}
body.wp-singular nav.navigation.post-navigation{
	border-top:1px solid #cccccc;
	padding:30px 0;
}

/*投稿ページ共通（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {

	.p-post-wrap {
		padding: 40px 30px;
	}
}



 /*サブページ共通
 ------------------------------ */

.p-post-wrap header.entry-header,
#post-86 header.entry-header,
#post-84 header.entry-header{
	margin: 20px 0 0 0;
	padding: 2em 30px;
	width: 100%;
	text-align: center;
	background-image: url("images/mv_bk.png");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	font-size: 1em;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.2em;
	color:#222222;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#post-86 div.entry-content{
	width:800px;
	margin:50px auto 100px auto;
}

#post-84 div.entry-content{
	width:1000px;
	margin:50px auto 100px auto;
}



/*サブページ共通（スマホ）
-----------------------------*/
@media screen and (max-width:736px) {
	
	#post-86 header.entry-header,
	#post-84 header.entry-header{
		font-size: 0.8em;
	}
	
	#post-86 div.entry-content,
	#post-84 div.entry-content{
	width:100%;
	margin:40px auto 70px auto;
	}
	
	#post-84 div.entry-content{
	padding: 20px;
	}
	
	#post-84 div.entry-content input{
		width: 100%;
		box-sizing: border-box;
	}

}
