@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');

/*HTML5リセット*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}


a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/*HTML5リセットここまで*/


/*ボックス組汎用クラス*/
.box {
    width: 100%;  
    display: -webkit-box;
    display: -moz-box;
}
	/*補足-boxを指定すると子要素が回り込みます*/

.box_flex1 {
	-moz-box-flex:1.0;
	-webkit-box-flex:1.0;
}
	/*補足-boxの子要素に指定して下さい。指定するとブラウザ幅いっぱいまで伸縮します。*/


/*＝＝＝　通常共通指定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.flex{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
	-webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

/* 投稿を制御editor */
 
p {
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
 
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}


.clearfix:after{
	content:"";
	display:block;
	clear:both;
	}
 /* IE8, ModanBrowser */
.clearfix {
	width:100%;
 	overflow:hidden;
} /* clearfix IE 6, 7 */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-decoration: none;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

img {
	border-style:none;
} /*リンク画像の枠線を消すために記述*/

a {
	overflow: hidden;
	outline: none;
	color: #000;
}/* FireFox リンク選択時の点線を消す　*/

a:hover {
	text-decoration: none;
}

body {
	position: relative;
	background: url(../img/common/bk.jpg);
	line-height: 1.5;
	font-size: 14px;
	color: #000;
}


h1 {
	font-weight: normal;
	max-width: 150px;
}

h1 a{

}


h1 a:hover{

}

h2 {
	font-weight: normal;
}

/*追加*/
h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
    margin: 4px 0;
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-top: 30px;
    border-bottom: 1px solid #000;
}
/*追加*/

h3 {
	font-weight: normal;
}

h4 {
	font-weight: normal;
}

h5 {
	font-weight: lighter;
}

h6 {
	font-weight: lighter;
}

.none {
	display: none;
}

.pcShow {
	display: block;
}

.pc_inl_Show {
	display: inline;
}

.spnShow {
	display: none;
}

.spn_inl_Show {
	display: none;
}



	/*footer下部固定*/
	html,body{
		height:100%;
	}

	#wrap{
		width: 100%;
		position: relative;
		height:auto !important; /*IE6対策*/
		height: 100%; /*IE6対策*/
		min-height: 100%;
	}


	.container
	{
		padding-bottom: 80px; /*フッターの高さと同じ*/
	}

	#footer{
		position:absolute;
		bottom: 0;
	}

/* 開始 ＝＝＝＝＝＝＝＝＝＝*/


#header {
	width: 100%;
	height: auto;
	background-image: none;
	background: url(../img/common/header_bk.png);
	border-bottom: solid 1px #000;
}

.headWap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 0px;
}

.logoWap {
	float: left;
}

.head_icon_mail {
	float: right;
	margin-left: 22px;
}

.head_icon_youtube {
	float: right;
}

#header .menuTRG{
	padding: 0 10px;
}

#header .menuBox{
	padding: 0 20px;
}

#header .menuBox li{
	padding: 5px 0;
	border-bottom: 1px dashed #000;
}

#header .menuBox li:last-child{
	border-bottom: none;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝Gナビ */

#Gnavi {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;

}

#Gnavi ul{
	padding: 10px;
	margin: 0 auto;
	display: box;
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

#Gnavi li {
	-webkit-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow:1;/*--- safari（PC）用 ---*/
    flex-grow:1;
    text-align: center;
   /*background-color: red;*/
}

#Gnavi li a{
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
/*	font-size: 22px;*/
}


#nextNav {
	margin-top: 40px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

.container {
	width: 100%;
	max-width: 980px;
	margin: 0px auto 0px;
}

/*追加 記事調整用*/
.singleContainer{
    width: 100%;
    max-width: 980px;
    margin: 0px auto 0px;
}

#singleBody{
	position: relative;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 30px;
	width: 80%;
	padding: 30px;
	background-color: rgba(256,256,256,1.0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#singleBody::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: solid 1px #432b19;
}

#singleBody .photo {
	width: 50%;
}

#singleBody .photo img{
	max-width: 100%;
}

#singleBody .content {
	flex: 1;
	width: 100%;
}

#singleBody .singleTitle{
	background-color: #9d896c;
    padding: 2px 20px;
    color: #fff;
    font-size: 20px;
}

.single_box .wapLine{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: solid 1px #000;
}

#singleBody h2{
	font-size: 16px;
	border-left: 5px solid #000;
	border-bottom: 1px solid #000;
	/*background: #432b19;*/
	padding: 10px 10px 10px 10px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 20px; 
}

#singleBody .time{
	/*color: #fff;*/
	/*background: #432b19;*/
	margin-bottom: 0;
	padding: 0 10px 5px 10px;
	text-align: right;
}

#singleBody p{
	padding: 10px;
	/*margin-left: 20px;*/
} 


#singleBody .youtube {
	margin-top: 10px;
	text-align: center;
}

#singleBody .youtube ifram{

}

#singleBody .singleVertical .photo{
	width: auto;
	text-align: center;
}


/*追加*/

.container .wp-pagenavi{
	text-align: center;
}

.container .pages{
	display: none;
}

.container .wp-pagenavi a,
.container .wp-pagenavi span {
    border: 0;
   	padding: 5px 20px;
	margin: 2px;
	font-size: 18px;
}

.container .wp-pagenavi {
	clear: both;
}

.container .page {
	text-decoration: none;
	border: none;
    background: #ccc;
    color: #fff;
}

.container .current {
	color: #fff;
 	background: #9d896c;
}

.container .wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.container .wp-pagenavi span.current {
	font-weight: bold;
}
/*追加*/

/*	＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝メイン*/




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/

#footer {
	width: 100%;
	min-width: 760px;
	color: #fff;
	text-decoration: none;
	background-color: #432b19;
/*	border-top: solid 1px #727171;*/
}


#footer address {
	width: 100%;
	padding: 10px;
	max-width: 980px;
	margin: 0px auto 0px;
	font-size: 13px;
	text-align: right;
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.pagetop {
	width: 80px;
	position: fixed;
		bottom: 60px;
		right: 20px;
}

@media handheld, only screen and (max-width: 767px) {
/*スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/

	#singleBody .singleTitle{
	    font-size: 16px;
	}


	.pcShow {
		display: none;
	}
	.pc_inl_Show {
		display: none;
	}
	.spnShow {
		display: block;
	}

	.spn_inl_Show {
		display: inline;
	}

	.flex{
		display: block;
	}

/* 開始 ＝＝＝＝＝＝＝＝＝＝*/

.logoWap {
	margin-left: 2%
}

.head_icon_mail {
	margin-right: 2%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ヘッダー*/

#header {
	border-bottom: none;
}

#header .menuBox{
	padding: 0 20px;
}

#header .menuBox .navi_UL{

}

#header .menuBox li{
	padding: 5px 0;
	border-bottom: 1px dashed #000;
}

#header .menuBox li:last-child{
	border-bottom: none;
}

.sp_NaviWap{
	position: absolute;
	z-index: 10;
}

.sp_NaviWap ul{
	background: rgb(0,0,0);
}

/*.sp_NaviWap li a{
	background: rgba(0,0,0,77%);
}*/

.sp_NaviWap ul a{
	color: #fff;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-bottom: 1px solid #fff;
}

.menuTRG {
	background: #807669;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝コンテナー*/

	.container {
		width: 100%;
		min-width: 200px;
		margin: 44px auto 0px;
		padding-bottom: 100px;
	}

	.container h2{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 10px 0;
		margin-bottom: 10px;
	}

	#singleBody {
		width: 90%;
		margin: 0 auto 50px;
	}

	#singleBody:after {
		top: 4px;
    	left:4px;
	}

	#singleBody .photo{
		width: 100%;
	}

	#singleBody .singleFlex{
		display: block;
	}

	.secContainer {
		width: 100%;
		min-width: 200px;
		margin: 0px auto 0px;
		padding-bottom: 100px;
	}

	.singleContainer {
		width: 100%;
		min-width: 200px;
		margin: 0px auto 0px;
		padding-bottom: 100px;
	}

	.inner {
		width: 96%;
		margin: 0px auto 0px;
	}

	/*追加*/
	h2{
   	 font-size: 20px;
	}
	/*追加*/

	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝フッター*/
	#footer {
		/*position: relative;*/
		width: 100%;
		min-width: 200px;
		color: #fff;
		text-decoration: none;
		/*background-color: #0085d0;*/
	}

	#footer address  {
		width: 96%;
		margin: 0px auto 0px;
		font-size: 11px;
		text-align: center;
	}

	.pagetop {
		z-index: 100;
		width: 40px;
		position: fixed;
		bottom: 40px;
		right: 10px;
	}


}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝汎用設定*/


/*白 */
.white {
	color: #fff;
}
/*ピンク */
.pink {
	color: #ff287b;
}
/*ブルー */
.blue {
	color: #00a0e9;
}
/*オレンジ */
.orange {
	color: #f18b1d;
}
/*黄色*/
.yellow {
	color: #ffc103;
}
/*みどり*/
.green {
	color: #56bd36;
}
/*むらさき*/
.purple {
	color: #8d7dfd;
}
/*あいいろ*/
.ai {
	color: #3e408f;
}

.gray {
 	color: #585858;
}
.red {
	 color: #ef1f2c;
}

.red2 {
	 color: #f00;
}




.floatR{
	float: right;
}

.floatL{
	float: left;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.sml {
	font-size: 11px;
}


.alignL {
	text-align: left;
}

.alignR {
	text-align: right;
}

.alignC {
	text-align: center;
}


.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}

.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}

.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}
.fs26 {font-size: 26px;}
.fs28 {font-size: 28px;}
.fs30 {font-size: 30px;}
.fs32 {font-size: 32px;}
.fs34 {font-size: 34px;}
.fs36 {font-size: 36px;}
.fs38 {font-size: 38px;}
.fs40 {font-size: 40px;}
.fs42 {font-size: 42px;}
.fs44 {font-size: 44px;}
.fs46 {font-size: 46px;}
.fs48 {font-size: 48px;}
.fs50 {font-size: 50px;}
.fs52 {font-size: 52px;}
.fs54 {font-size: 54px;}
.fs56 {font-size: 56px;}
.fs58 {font-size: 58px;}
.fs60 {font-size: 60px;}


.scrollTop {
	cursor: pointer;
	display: none;
}
