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

/* ************************************************************************ 
 *	
 *	common
 *	
 * ************************************************************************ */

/* -------------------------body------------------------- */
html{
	/* scroll-behavior: smooth; */
}
html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
:root {
  --this-site-bold: 500;
}
body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 130%;
	color: #000;
	width:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	height:100%;
	position: relative;
	word-wrap: break-word;
	-moz-background-size:100% auto;
	background-size:100% auto;
	overflow-x:hidden;
}
@media only screen and ( max-width : 896px ) {
	body {
		font-size:16px;
	}
}

/* -------------------------MAX横幅------------------------- */
.all_wraps{
	margin:0 auto;
	overflow:hidden;
	opacity: 1;
}

/* -------------------------font------------------------- */
body,
select,
input,
textarea,
button{
font-family: 'Noto Sans JP', sans-serif;
}

/* -------------------------img------------------------- */
img{
	vertical-align: bottom;
	max-width:100%;
	height:auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin:-1px 0;
	line-height:0;
}

/* -------------------------link------------------------- */
a{
	color: #cc232a;
	text-decoration:underline;
}
a:hover{
	color:#000;
	text-decoration: none;
}
/* -------------------------text------------------------- */
h1,
.single_box .entry_title{
	font-size:160%;
	line-height:160%;
}
h2{
	font-size:140%;
	line-height:160%;
}
h3{
	font-size:120%;
	line-height:160%;
}
@media only screen and ( max-width : 896px ) {
	h1,
	.single_box .entry_title{
		font-size:140%;
		line-height:160%;
	}
	h2{
		font-size:130%;
		line-height:160%;
	}
	h3{
		font-size:110%;
		line-height:160%;
	}
}
h4{
	font-size:100%;
	line-height:160%;
	text-align: justify;
}
#sidebar h2,
h5,
h6{
	font-size:90%;
	line-height:160%;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6{
	position: relative;
}


/* -------------------------form------------------------- */
/*iohone riset */
input[type="submit"],
input[type="button"],
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,
button::-webkit-search-decoration{
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus{
	outline-offset: -2px;
}
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="text"],
textarea,
select{
	padding:0.3em;
	border:1px solid #cc232a;
	background:#fff;
	box-sizing:border-box;
	font-size:100%;
	line-height:150%;
	width:60%;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
select{
	width:100%;
}
.form_tel input{
	width:20% !important;
}
@media only screen and ( max-width : 896px ) {
	input[type="email"],
	input[type="tel"],
	input[type="text"],
	select{
		width:100%;
	}
}
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus{
	background:#fff;
	border:1px solid #cc232a;
}
textarea{
	width:100%;
}

@media only screen and ( max-width : 896px ) {
	textarea{
		height:6em;
	}
}
input[type="submit"]{
	position: relative;
	display:inline-block;
	text-decoration: none !important;
	cursor: pointer;
	padding:1em 0em;
	text-align:center;
	font-size:100%;
	line-height:150%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:1;
	background:#cc232a;
	color:#fff;
	letter-spacing:0.1em;
	width:100%;
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
/* placeholder------------------------- */
input::-webkit-input-placeholder {
    font-size:90%;
}
input:-moz-placeholder {
    font-size:90%;
}
input::-moz-placeholder {
    font-size:90%;
}
input:-ms-input-placeholder {
    font-size:90%;
}
/* focusで消す */
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}
/* -------------------------スマホ・PCでの表示切り替え------------------------- */
@media only screen and ( max-width : 950px ) {
	.pc_only{
		display:none !important;
	}
}
@media print, screen and ( min-width : 950px ) {
	.sp_only{
		display:none !important;
	}
}
/* -------------------------clearfix------------------------- */
.gallery:after,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height:0;
}
* html .gallery,
* html .clearfix,{ zoom:1; } 
*:first-child+html .clearfix,
*:first-child+html .gallery { zoom:1; }

/* -------------------------animation------------------------- */
@media only screen and ( min-width : 896px ) {
	input[type="submit"],
	.page_wrap a img,
	.fade,
	.link_block,
	.button,
	.page_link{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		opacity: 1;
		z-index:1;
	}
	input[type="submit"]:hover,
	.page_wrap a img:hover,
	.fade:hover,
	.link_block:hover,
	.button:hover,
	.page_link:hover{
		opacity: 0.5;
	}
}

/* -------------------youtube-------------------- */
#youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* -------------------table scroll-------------------- */
table{
	width:100%;
}
.scroll{
	overflow: auto;　
	white-space: nowrap;
}
.scroll table th,
.scroll table td{
	white-space: nowrap;
}

.scroll::-webkit-scrollbar{
	 height: 5px;
}
.scroll::-webkit-scrollbar-track{
	 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
}
/* ************************************************ 
 *	
 *	contents_css
 *	
 * ************************************************ */
@media only screen and ( min-width : 896px ) {
	.page_contents{
		font-size:105%;
	}
}

.contents_css{
	line-height:180%;
}
.contents_css p{
	margin-bottom:1em;
	line-height:200%;
}
/* h2__________________*/
.contents_css h1,
.single_box .entry_title{
	color: #cc232a;
	border-bottom:4px solid #cc232a;
	font-weight:bold;
	padding:3px 20px;
	margin-bottom:15px;
}
.contents_css h2{
	background:#cc232a;
	color: #fff;
	font-weight:bold;
	padding:3px 0px;
	margin-bottom:30px;
}
.contents_css h2:after{
	content: "";
	display: block;
	position: absolute;
	top:0%;
	bottom:0%;
	background:#cc232a;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	z-index:-1;
}
#sidebar h2,
.contents_css h3{
	background:#ffe3e0;
	color: #cc232a;
	font-weight:bold;
	padding:3px 0px;
	margin-bottom:30px;
}
.contents_css h3:after{
	content: "";
	display: block;
	position: absolute;
	top:0%;
	bottom:0%;
	background:#ffe3e0;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	z-index:-1;
}
#sidebar h2{
	margin-bottom:0px;
	font-weight:normal;
	padding:0.5em;
	font-weight:bold;
}
.contents_css h4{
	color: #cc232a;
	padding:3px 0px;
	margin-bottom:15px;
	border-bottom:2px solid #cc232a;
}

.contents_css h5{
	color: #cc232a;
	padding:3px 0px;
	margin-bottom:15px;
	border-bottom:2px dotted #cc232a;
}
.contents_css h6,
.contents_css h7{
	color: #cc232a;
	padding:3px 0px;
	margin-bottom:15px;
	border-bottom:1px solid #cc232a;
}
.single_txt h2,
.single_txt h3,
.single_txt h4,
.single_txt h5{
	margin-bottom:15px;
	padding:3px 15px;
}



/* -------------------------hr------------------------- */
hr{
	height:0px;
	margin:2em 0em 2em 0em;
	border:0;
	border-bottom:1px solid #ccc;
}
.font90{
	font-size:90%;
	line-height:200%;
}
.font80{
	font-size:80%;
	line-height:200%;
}
.waku_block{
	border:5px solid #f5f5f5;
	padding:1.5em;
}


/* -------------------------table------------------------- */
.contents_css caption{
	font-size:110%;
	padding:1em;
	background:#333;
	color:#fff;
	margin-bottom:0.5em;
}
table.office{
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	margin-bottom:1em;
	border:1px solid #aaa;
}
table.office th{
	background:#f5f5f5;

	background:#f4f2f3;
	font-weight:normal;
	color: #000;
}
table.office td{
	background:#fff;
}
table.office th,
table.office td{
	border:1px solid #aaa;
	padding:0.8em;
	font-size:95%;
	line-height:160%;
	vertical-align:top;
}
/* -------------------------text------------------------- */
/* wrap以外は自由に揃える*/
#wrap p{
	text-align: justify;
}
h1,h2,h3,h4,h5{
	display:block;
}
small, .small{
	font-size:80%;
	line-height:130%;
}
.big{
	font-size:140%;
	line-height:160% !important;
}
sup{
	font-size:50%;
}
.bold{
	font-weight:bold;
}
.red{
	color: #c70a0a;
}
.blue{
	color: #125099;
}
.bassui{
	text-align:right !important;
	color: #125099;
	font-size:90%;
}
@media only screen and ( max-width : 896px ) {
	.bassui{
		font-size:80%;
	}
}
.font90{
	font-size:90%;
	line-height:160%;
}
.text_center{
	text-align:center !important;
}
.text_right{
	text-align:right !important;
}
.mb0{
	margin-bottom:0em !important;
}
.mb05{
	margin-bottom:0.5em !important;
}
.pd1{
	padding:1em;
	}
.mb15{
	margin-bottom:15px;
	}
.mb1{
	margin-bottom:1em !important;
	}
.mb2{
	margin-bottom:2em;
	}
.mb3{
	margin-bottom:3em;
	}
.mb4{
	margin-bottom:4em;
	}
.mb5{
	margin-bottom:5em;
	}
.pl1{
	padding-left:1em;
	}
.indent1em{
	padding-left:1em;
	text-indent:-1em;
}
.indent1em_list li{
	padding-left:3em;
	position: relative;
}
.indent1em_list li .number{
	position: absolute;
	top: 0;
	left: 0;
	width:3em;
	text-align:right;
}
.gallery li,
ul.both_height{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.link_block{
	display:block;
	text-decoration: none !important;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.button{
	position: relative;
	display:inline-block;
	text-decoration: none !important;
	cursor: pointer;
	line-height:100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index:1;
	padding:0.3em 1.8em 0.4em 1.8em;
	background:#fff;
	border:4px solid #cc232a;
	font-size:95%;
	color:#cc232a;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.button,
.button:hover{
	color:#cc232a;
}
.button:before{
	content: "▼";
	display: inline-block;
	position: absolute;
	top: 50%em;
	right:0.5em;
	transform: rotate(-90deg);
	font-size:60%;
	color:#cc232a;
}
.icon_list li{
	position: relative;
	line-height:160%;
	padding-left:1.5em;
	margin-bottom:0.5em;
}

.icon_list li:before{
	content: "▼";
	display: inline-block;
	position: absolute;
	top: 0.2em;
	left:0.5em;
	transform: rotate(-90deg);
	font-size:50%;
	color:#555;
}
.block_button{
	display:block;
}
.gallery-item dt{
	border:none;
	font-size:100%;
	padding-bottom:0em;
	padding-left:0px;
	margin-bottom:0em;
	background:none !important;
}

/* = 1行までのテキスト */
.ellipsis_list1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* = 3行までのテキスト */
.ellipsis_list3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden; 
}

/* ************************************************ 
 *	
 *	layout
 *	
 * ************************************************ */
.page_wrap,
.arcive_wrap{
	padding-bottom:50px;
}
.top_contents{
	margin-bottom:50px;
}

/* --------------------2カラムデザイン-------------------- */
@media print, screen and ( min-width : 1000px ) {
	#sidebar{
		float:right;
		width:25%;
	}
	#content{
		float:left;
		width:70%;
	}
}
@media only screen and ( max-width :1000px ) {
	#content{
		margin-bottom:50px;
	}
}

/* --------------------inner_block-------------------- */
.inner_block{
	margin-left:auto;
	margin-right:auto;
	max-width:1080px;
	position: relative;
}
.inner_block2{
	margin-left:auto;
	margin-right:auto;
	max-width:990px;
	position: relative;
}
.arcive_wrap,
.page_wrap{
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	position: relative;
}
@media only screen and ( max-width : 1090px ) {
	.inner_block,
	.inner_block2{
		width:90%;
	}
}
/* --------------------section space-------------------- */
.contents_css section{
	position: relative;
	padding-top: 130px;
	margin-top: -130px;
}
.contents_css{
	padding-bottom:30px;
}
.page_contents section{
	padding-bottom:50px;
}


/* ************************************************************************ 
 *	
 *	構造化設定
 *	
 * ************************************************************************ */
#nav-toggle {
	z-index:5;
}
#nav-toggle{
	background: #cc232a;
	cursor: pointer;
	cursor: hand;
	width: 40px;
	height: 30px;
	overflow:hidden;
	position: fixed;
	top: 0;
	right:0;
	padding:25px 28px;
}
@media only screen and ( max-width : 950px ) {
	#nav-toggle{
		padding:25px 15px;
	}
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0px;
}
#nav-toggle span:nth-child(2) {
	top: 14px;
}
#nav-toggle span:nth-child(3) {
	top: 28px;
}
.nav_open #nav-toggle span:nth-child(1) {
	top: 14px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.nav_open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.nav_open #nav-toggle span:nth-child(3) {
	top: 14px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* = header
=============================================== */
#header{
	position: fixed;
	top: 0px;
	left:0%;
	width:100%;
	z-index:10;
	background:#fff;
}
.header_inner{
	height:80px;
	border-bottom:1px solid #fff;
}
.header_inner,
#header .inner_block{
	max-width:1280px;
	position: relative;
	width:98%;
	margin:0 auto;
}
body {
	padding-top:130px;
}
.head_other_logo{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
}
@media print, screen and ( min-width : 896px ) {
	.head_other_logo{
		position: absolute;
		top: 20px;
		left: 0px;
	}
	.head_other_logo span{
		margin-left:25px;
	}
	#header .logo{
		position: absolute;
		top: 15px;
		left: 310px;
	}
	.head_mail{
		position: fixed;
		top: 16px;
		right: 110px;
	}
}
@media only screen and ( max-width : 896px ) {
	.head_other_logo{
		position: absolute;
		top: 32%;
		left: 0px;
		width:35%;
	}
	.head_other_logo span:last-child{
		margin-left:6%;
	}
	#header .logo{
		width:40%;
	}
	#header .logo{
		position: absolute;
		top: 25%;
		left: 37%;
	}
	.head_mail{
		display:none;
	}
}

/* = header navigation
=============================================== */
#global-nav{
	position: fixed;
	top: 81px;
	right: -250px;
	width:250px;
	z-index:5;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;

}
.nav_open #global-nav{
	position: fixed;
	top: 81px;
	right: 0px;
}
#global-nav2{
	position: relative;
	background:#cc232a;
	font-size:110%;
}
#global-nav a,
#global-nav2 a{
	text-decoration:none;
}
@media print, screen and ( min-width : 896px ) {
	#global-nav a:hover,
	#global-nav2 a:hover{
		text-decoration:underline;
	}
}
#global-nav2 .link_block,
.ac_button,
.global-nav2_open{
	color:#fff;
	line-height:50px;
	display:block;
	text-align:center;
	position: relative;
	cursor: pointer;
}
@media print, screen and ( min-width : 896px ) {
	#global-nav2 .link_block:after,
	.ac_button:after{
		content: "";
		background:#fff;
		display: block;
		position: absolute;
		right:0%;
		bottom:0%;
		width:100%;
		height:0%;
		-webkit-transition: all .1s linear;
		transition: all .1s linear;
	}
	#global-nav2 .link_block:hover,
	.ac_button:hover,
	.hovers .ac_button{
		opacity: 1;
		color: #cc232a !important;
	}
	#global-nav2 .link_block:hover:after,
	.ac_button:hover:after,
	.hovers .ac_button:after{
		height:100% !important;
		z-index:-1;
	}
}
/* ------------------------------------- */
.global-nav2_open:after{
	content: "を開く▼";
	display:inline-block;
}
.nav_open_ac2{
	background:#333;
}
.nav_open_ac2:after{
	content: "を閉じる▲";
}
/* ------------------------------------- */
#global-nav nav,
.child ul{
	background:#ffe3e0;
	padding:0.5em 1em;
	border:1px solid #fff;
}
.blog_side li,
#global-nav li,
.child li{
	padding:0.4em 0em 0.4em 15px;
	display:block;
	background:url(images/common/icon.png) 0% 0.7em no-repeat;
	-moz-background-size:8px 14px;
	background-size:8px 14px;
}

/* メニュー_________________ */
@media print, screen and ( min-width : 896px ) {
	#nav_block{
		margin:0 auto;
	}
	.main_nav > li{
		float:left;
		width:20%;
		cursor: pointer;
		position: relative;
	}
	.main_nav > li:first-child:before{
		content: "";
		background:#fff;
		display: block;
		position: absolute;
		top:0%;
		left:0%;
		bottom:0%;
		width:1px;
		height:100%;
	}
	.main_nav > li:after{
		content: "";
		background:#fff;
		display: block;
		position: absolute;
		top:0%;
		right:0%;
		bottom:0%;
		width:1px;
		height:100%;
	}
	/*  アコーディオン_______________________ */
	.child{
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
		position: absolute;
		top:100%;
		left:0%;
		width:100%;
		height:0px;
		overflow:hidden;
		font-size:95%;
	}
	.hovers .child {
		height:10em;
		z-index:5;
		opacity: 1;
	}
	.global-nav2_open{
		display:none;
	}
}
@media only screen and ( max-width : 896px ) {
	#global-nav2{
		font-size:100%;
	}
	#global-nav2 .sp_nav_open{
		display:none;
	}
	.main_nav > li{
		border-bottom:1px solid #fff;
	}
}
/* = page top
=============================================== */
.page_top a{
	display:block;
}
@media print, screen and ( min-width : 896px ) {
	.page_top{
		position: fixed;
		bottom: 0em;
		right: 0.5em;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		opacity: 0;
		z-index:2;
	}
	/* スクロールで表示 */
	.scrollstart .page_top{
		position: fixed;
		bottom: 0.5em;
		right: 0.5em;
		opacity: 1;
	}
}
@media only screen and  ( max-width : 896px ) {
	.page_top{
		display:none;
	}




}
/* = footer
=============================================== */
#footer{
	position: relative;
	padding:3.5em 0em 5em 0em;
	background:#ffe3e0;
	color:#000;
	font-size:90%;
	line-height:160%;
}
#footer a{
	color:#000;
}
.f_info h2{
	margin-bottom:0.4em;
	font-size:120%;
}
.f_info .eigyou dt{
	width:5em;
	float:left;
}
.f_info .eigyou dd{
	padding-left:5em;
}
.f_sitemap h2{
	font-size:130%;
	font-weight:bold;
	margin-bottom:0.4em;
}
.f_sitemap li{
	padding:0em 0em 0.2em 15px;
	display:block;
	background:url(images/common/icon.png) 0% 0.5em no-repeat;
	-moz-background-size:7px 12px;
	background-size:7px 12px;
}
.f_sitemap03 li{
	padding:0em 0em 0.2em 15px;
	display:block;
	background:url(images/common/icon_2.png) 0% 0.5em no-repeat;
	-moz-background-size:7px 12px;
	background-size:7px 12px;
}

@media print, screen and ( min-width : 950px ) {
	.f_info{
		width:20%;
		float:left;
		padding:0% 5%;
	}
	.f_sitemap{
		width:64%;
		float:right;
		border-left:1px solid #cc232a;
		padding-left:5%;
	}

}
@media only screen and  ( max-width : 950px ) {
	.f_info{
		width:200px;
		margin:0em auto 30px auto;
	}
	.f_sitemap{
		border-top:1px solid #cc232a;
		padding-top:30px;
	}

}
@media print, screen and ( min-width : 650px ) {
	.f_sitemap nav{
		width:23%;
		float:left;
		padding:0% 5%;
	}
	.f_sitemap02{
		padding-top:2.6em !important;
	}

}
@media only screen and  ( max-width : 650px ) {
	.f_sitemap nav{
		width:200px;
		margin:0em auto;
	}
	.f_sitemap02{
		margin:0em auto 1em auto !important;
	}
}
/* = copyright
=============================================== */
.foot_copyright{
	font-size:60%;
	padding:0.5em;
	color:#000;
	text-align:center;
	display:none;
}

/* ************************************************ 
 *	
 *	SIDE
 *	
 * ************************************************ */
#sidebar section{
	margin-bottom:15px;
}
#sidebar section{
	margin-bottom:15px;
}
/* = ブログ =============================================== */
.blog_side{
	padding:10px;
	font-size:90%;
}

/* ************************************************ 
 *	
 *	BLOG
 *	
 * ************************************************ */
/* = SINGLE
=============================================== */
.single_box {
	margin-bottom:3em;
}
.single_box .entry_days{
	text-align:right !important;
	font-size:80%;
	color:#cc232a;
}
.entry-tax{
	background:#f5f5f5;
	text-align:right;
	padding:1em;
}
.entry-tax a{
	display:inline-block;
	background:#fff;
	border:1px solid #cc232a;
	color:#cc232a;
	padding:0.3em 1em 0.5em 1em;
	font-size:80%;
	text-decoration: none !important;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	margin:0em 0.5em;
	opacity: 1;
}
.entry-tax a:hover{
	background:#cc232a;
	color:#fff;
}
.single_txt{
	margin:15px;
	overflow:hidden;
}
@media only screen and ( max-width : 896px ) {
	.single_txt{
		margin:10px;
	}
}
.single_txt p{
	font-size:95%;
	line-height:180%;
}
.single_txt .customer_name{
	font-size:90%;
	text-align:right !important;
	font-style:italic;
	color:#333;
}
/* = ブログ基本___________________ */
blockquote{
	background:#f5f5f5;
	border:1px solid #fff;
	padding:2em;
	color:#555;
	margin-bottom:1em;
	font-size:90%;
}
blockquote p{
	line-height:160%;
}
.wp-caption{
	background:#f5f5f5;
}
.wp-caption img{
	width:100%;
}
p.wp-caption-text{
	font-size:80%;
	padding:0.5em;
	color:#666;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 5%;
	max-width:40%;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 5%;
	max-width:40%;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft,
.alignright,
.aligncenter {
	margin-top:0.5em;
	margin-bottom: 1em;
}
.alignnone{
	float:none;
}

/* 記事がないとき */
.no_post{
	text-align:center;
	padding:4em 0em;
	color:#aaa;
	background:#f5f5f5;
}

/* ************************************************ 
 *	
 *	PAGER
 *	
 * ************************************************ */
.pager{
	clear: both;
	text-align:center;
	font-size:90%;
	margin-bottom:2em;
}
.pager span,
.pager a{
	display:inline-block;
	text-decoration: none;
	margin: 5px;
	background:#fff;
	line-height:35px;
	min-width:35px;
	border:1px solid #aaa;
	text-align:center;
}
.pages{
	display:none !important;
}
.pager a:hover,
.pager .current{
	color: #fff;
	background:#aaa;
	border:1px solid #aaa !important;
}

.wp-pagenavi .first,
.wp-pagenavi .last, 
span.extend,
span.pages{display:none;}

/* ************************************************ 
 *	
 *	PAGE TITLE
 *	
 * ************************************************ */
/* page_title------------------------ */
.page_title h1,
.page_title .pt{
	z-index:2;
	color: #cc232a;
	font-size:220%;
	line-height:160%;
	font-weight:bold;
}
.page_title {
	position: relative;
	padding:40px 0px 10px 0px;
}
.page_title:after{
	content: "";
	display: block;
	position: absolute;
	top:0%;
	bottom:0%;
	border-bottom:8px solid #cc232a;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	z-index:-1;
}
@media only screen and ( max-width : 896px ) {
	.page_title h1,
	.page_title .pt{;
		font-size:150%;
	}
}

/* ************************************************ 
 *	
 *	PAGE TITLE ナビメニュー
 *	
 * ************************************************ */

/* ************************************************ 
 *	
 *	パンくず
 *	
 * ************************************************ */
#breadcrumb{
	font-size:70%;
	position: relative;
	z-index:3;
	padding:15px 0px;
	margin-bottom:40px;
}
#breadcrumb br{
	display:none;
}

/* ************************************************ 
 *	
 *	other
 *	
 * ************************************************ */
/* ************************************************ 
 *	
 *	gallery
 *	
 * ************************************************ */
.gallery{
	margin-top:1em;
	margin-bottom:1em;
}
.gallery li,
.gallery .gallery-item{
	position: relative;
}
.gallery li:after,
.gallery .gallery-item:after{
	content: "";
	background:#f5f5f5;
	display: block;
	position: absolute;
	top: 2%;
	left: 2%;
	bottom: -2%;
	right: -2%;
	z-index:-2;
}
@media print, screen and ( min-width : 700px ) {
	.gallery{
		margin-left:-1%;
		margin-right:-1%;
	}
	.gallery li,
	.gallery .gallery-item{
		width:18%;
		margin:1%;
		float:left;
	}
}
@media only screen and ( max-width : 700px ) {
	.gallery{
		margin-left:-1.5%;
		margin-right:-1.5%;
	}
	.gallery li,
	.gallery .gallery-item{
		width:31%;
		margin:1%;
		float:left;
	}
}
.gallery li img,
.gallery .gallery-item img{
	width:100%;
}
.gallery-caption{
	font-size:70%;
	line-height:160%;
	padding-top:1em;
}
.gallery:after {
	content: "";
	display: block;
	clear: both;
	height:0;
}
.gallery br{
	display:none;
}
/* = ページ共通
=============================================== */
.img_max800{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
@media print, screen and ( min-width : 896px ) {
	.img_left{
		width:40%;
		padding-right:5%;
		padding-bottom:2em;
		float:left;
	}
	.img_left_text{
		width:55%;
		float:right;
	}
	.img_right{
		width:40%;
		padding-left:5%;
		padding-bottom:2em;
		float:right;
	}
	.img_right_text{
		width:55%;
		float:left;
	}
}
@media only screen and ( max-width : 896px ) {
	.img_left,
	.img_right{
		margin-bottom:2em;
	}
}
ul.colum_2,
ul.colum_3,
ul.colum_4{
	padding-left:0;
}
@media print, screen and ( min-width : 600px ) {
	ul.colum_2 > li{
		width:46%;
		float:left;
		margin-right:8%;
		margin-bottom:6%;
	}
	ul.colum_2 > li:nth-child(even){
		margin-right:0%;
	}
	.banner_space ul.colum_2 > li{
		width:49%;
		float:left;
		margin-right:2%;
		margin-bottom:4%;
	}
	.banner_space ul.colum_2 > li:nth-child(even){
		margin-right:0%;
	}
	ul.colum_3 > li{
		width:30.6%;
		float:left;
		margin-right:4.1%;
		margin-bottom:3%;
	}
	ul.colum_3 > li:last-child{
		margin-right:0%;
	}
	ul.colum_4{
		margin-left:-1%;
		margin-right:-1%;
	}
	ul.colum_4 > li{
		width:23%;
		float:left;
		margin:1%;
	}
}
@media only screen and ( max-width : 600px ) {
	ul.colum_2 li{
		width:100%;
		margin-bottom:30px;
	}
	ul.colum_3 li{
		width:48%;
		float:left;
		margin-right:4%;
		margin-bottom:4%;
	}
	ul.colum_3 > li:nth-child(even){
		margin-right:0%;
	}
	ul.colum_4 li{
		width:48%;
		float:left;
		margin:1%;
	}
}
.img_caption{
	display:block;
	text-align:center;
	color:#777;
	padding-top:0.2em;
	font-size:80%;
}

