@charset "utf-8";
/*
Theme Name: kozuchi
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #313131;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.01em;
}
body.drawer-open{
	position: fixed;
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
@media only screen and (max-device-width: 735px) {
#Wrapper {
	overflow: hidden;
}
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #333333;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
.pc,
br.pc_br,
.pc_img{
	display: none;
}
.mincho{
	font-family: "HiraMinPro-W6","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,メイリオ,Meiryo,serif;
}
@media only screen and (min-width: 736px){
	.sp,
	br.sp_br,
	.sp_img{
		display: none;
	}
	.pc,
	.pc_img,
	br.pc_br{
		display: inline-block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 735px) {
	.flex{
		display: block;
	}
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn{
	text-align: center;
}
.block_btn li{
	width: 100%;
	max-width: 550px;
	display: inline-block;
}
.block_btn .btn{
	display: block;
	position: relative;
	text-align: center;
	font-weight: 700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.block_btn .btn::before{
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
}
.block_btn .btn_red{
	background: #bc1a29;
	color: #ffffff;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	height: 90px;
	padding: 20px;
}
.global-header .global-nav .inner{
	max-width: 1300px;
	align-items: center;
}
.global-header h1.header_logo{
	line-height: 1;
}
.global-header h1.header_logo img{
	max-height: 70px
}
.global-header h1.header_logo img.logo-inline {
	max-width: 200px;
}
.global-header h1.header_logo img.logo-inline2 {
	max-width: 100px;
	position: relative;
	top: 3px;
	right: 7px;	
}
@media only screen and (max-width: 735px) {
	.global-header h1.header_logo img.logo-inline {
		max-width: 135px;
		height: inline-block;
	}
.global-header h1.header_logo img.logo-inline2 {
	position: relative;
	top: 3px;
	right: 10px;	
}
}
@media only screen and (max-width: 735px) {
	.global-header .global-nav{
		height: 60px;
		padding: 5px 0;
	}
	.global-header h1.header_logo img{
		width: 180px;
		height: auto;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.global-header .global-nav{
		height: 70px;
		padding: 10px 0;
	}
	.global-header .global-nav .inner{
		width: 96%;
	}
	.global-header h1.header_logo img{
		width: 260px;
		height: auto;
	}
	.global-header h1.header_logo img.logo-inline {
		max-width: 200px;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
.global-nav .drawer-hamburger{
	display: none;
}
.drawer--right .global-nav .drawer-nav{
	display: flex;
	align-items: center;
	position: relative;
	right: auto;
	top: 0;
	overflow: visible;
	width: auto;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	background-color: transparent;
}
.global-nav .drawer-nav .header-nav li {
	display: inline-block;
	padding: 0 10px;
}
.global-nav .drawer-nav .header-nav li a{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #313131;
	text-align: center;
}
.global-nav .drawer-nav .contact-btn li {
	background: -moz-linear-gradient(90deg, #fc6076 0%, #ff9a44 100%);
	background: -webkit-linear-gradient(90deg, #fc6076 0%, #ff9a44 100%);
	background: linear-gradient(90deg, #fc6076 0%, #ff9a44 100%);
	width: 160px;
	display: inline-block;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 2px 2px 8px #0000004f;
	margin-left: 5px;
}
.global-nav .drawer-nav .contact-btn li a{
	display: block;
	position: relative;
	background: #ffffff;
	font-size: 18px;
	font-weight: 700;
	color: #bc1a29;
	text-align: center;
	line-height: 2;
}
.global-nav .drawer-nav .contact-btn li a::before{
	content: "";
	display: inline-block;
	width: 10px;
	height: 12px;
	border: 6px solid transparent;
	border-left: 6px solid #bc1a29;
}
@media only screen and (max-width: 1440px){
	.global-header .global-nav{
		height: 70px;
		padding: 10px;
	}
	.global-header .global-nav .inner{
		width: 96%;
	}
	.global-header h1.header_logo img{
		width: 260px;
		height: auto;
	}
	.global-nav .drawer-nav .header-nav li{
		padding: 0 5px;
	}
	.global-nav .drawer-nav .header-nav li a{
		font-size: 14px;
	}
	.global-nav .drawer-nav .contact-btn li{
		width: 145px;
	}
	.global-nav .drawer-nav .contact-btn li a{
		font-size: 16px;
	}
}
@media only screen and (max-width: 1210px){
	.global-header .global-nav{
		height: 65px;
		padding: 10px;
	}
	.global-nav .drawer-hamburger{
		display: block;
		top: 15px;
		width: 24px;
		padding: 11px 8px 15px 8px;
	}
	.drawer--right .global-nav .drawer-hamburger,
	.drawer--right.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
		right: 5px;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0%;
	}
	.drawer--right .global-nav .drawer-nav{
		right: -80%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.global-nav.clone-nav .drawer-nav {
		display: none;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background: #bb1929;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #ffffff;
	}
	.home.drawer-open .global-nav .drawer-hamburger-icon{
		background-color: transparent;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 8px;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -8px;
	}
	.drawer--right .global-nav .drawer-nav{
		position: fixed;
		width: 80%;
		background-color: #961520;
		display: block;
		padding: 60px 0 30px 0;
	}
	.global-nav .drawer-nav .header-nav li{
		display: block;
		padding: 0;
	}
	.global-nav .drawer-nav .header-nav li a{
		position: relative;
		text-transform: uppercase;
		display: block;
		font-size: 16px;
		padding: 10px;
		color: #ffffff;
		text-align: left;
		letter-spacing: 1px;
		border-bottom: 1px solid #ffffff;
	}
	.global-nav .drawer-nav li a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin: -5px 0 0 0;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.global-nav .drawer-nav .contact-btn{
		margin-top: 5%;
		text-align: center;
	}
	.global-nav .drawer-nav .contact-btn li{
		width: 45%;
	}
}
@media only screen and (max-width: 735px) {
	.global-nav .drawer-nav .contact-btn li{
		width: 90%;
		margin-bottom: 3%;
	}
	.global-nav .drawer-nav .contact-btn li a{
		font-size: 16px;
	}
	.global-nav .drawer-nav .contact-btn li a::before{
		width: 10px;
		height: 10px;
		border: 5px solid transparent;
		border-left: 5px solid #bc1a29;
	}
}
/**
/* MV CSS
----------------------------------------------- */
.global-header .header-view{
	position: relative;
	width: 100%;
	margin: 70px 0 0 0;
}
.header-view .header-view-bgImg{
	position: relative;
	background-position: right center;
	background-size: cover; 
	background-repeat: no-repeat;
	height: 600px;
}
.header-view .header-view-bgImg >img {
	visibility: hidden;
	width: 100%;
}
.global-header .header-view .view-ttl{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
}
.global-header .header-view .view-ttl .view-box{
	width: 500px;
}
.global-header .header-view .view-ttl h1{
	text-align: center;
	margin-bottom: 60px;
}
.global-header .header-view .view-ttl .desc{
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 1.6em;
}
.global-header .header-view .view-ttl .desc2{
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.8em;
}
.global-header .header-view .view-ttl .no{
	margin-top: -140px;
	margin-bottom: 30px;
}
.global-header .header-view .view-ttl .text{
	background-color: #BC1A29;
	color: #fff;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 2;
}
@media only screen and (max-width: 1400px){
	.header-view .header-view-bgImg{
		height: 560px;
	}
	.global-header .header-view .view-ttl .view-box{
		width: 460px;
	}
	.global-header .header-view .view-ttl h1{
		margin-bottom: 60px;
	}
	.global-header .header-view .view-ttl .desc{
		font-size: 34px;
	}
	.global-header .header-view .view-ttl .desc2{
		font-size: 34px;
	}
	.global-header .header-view .view-ttl .no{
		margin-top: -140px;
		margin-bottom: 30px;
	}
	.global-header .header-view .view-ttl .text{
		font-size: 18px;
	}
}
@media only screen and (max-width: 1300px){
	.header-view .header-view-bgImg {
		height: 440px;
	}
	.global-header .header-view .view-ttl .view-box{
		width: 400px;
	}
	.global-header .header-view .view-ttl h1{
		margin-bottom: 40px;
	}
	.global-header .header-view .view-ttl h1 img{
		max-width: 260px;
	}
	.global-header .header-view .view-ttl .desc{
		font-size: 30px;
	}
	.global-header .header-view .view-ttl .desc2{
		font-size: 30px;
	}
	.global-header .header-view .view-ttl .no{
		margin-top: -130px;
		margin-bottom: 20px;
	}
	.global-header .header-view .view-ttl .text{
		font-size: 16px;
		line-height: 3;
	}
}
@media only screen and (max-width: 735px) {
	.global-header .header-view{
		margin: 65px 0 0 0;
	}
	.header-view .header-view-bgImg {
		height: auto;
	}
	.global-header .header-view .view-ttl{
		position: relative;
		top: 0;
		right: 0;
		transform: translate(0%, -0%);
		-webkit-transform: translate(0%, -0%);
		-ms-transform: translate(0%, -0%);
	}
	.global-header .header-view .view-ttl .view-box{
		width: 100%;
	}
	.global-header .header-view .view-ttl h1{
		margin-bottom: 5%;
		display:none;
	}
	.global-header .header-view .view-ttl h1 img{
		max-width: auto;
	}
	.global-header .header-view .view-ttl .desc{
		font-size: 5vw;
	}
	.global-header .header-view .view-ttl .desc2{
		font-size: 5vw;
	}
	.global-header .header-view .view-ttl .no{
		margin-top: -20%;
		margin-bottom: 5%;
	}
	.global-header .header-view .view-ttl .text{
		font-size: 3.26vw;
		margin-bottom: 5%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.global-header .header-view{
		margin: 65px 0 0 0;
	}
	.header-view .header-view-bgImg {
		height: 340px;
	}
	.global-header .header-view .view-ttl .view-box{
		width: 330px;
	}
	.global-header .header-view .view-ttl h1{
		margin-bottom: 10px;
	}
	.global-header .header-view .view-ttl h1 img{
		max-width: 200px;
	}
	.global-header .header-view .view-ttl .desc{
		font-size: 18px;
	}
	.global-header .header-view .view-ttl .desc2{
		font-size: 18px;
	}
	.global-header .header-view .view-ttl .no{
		margin-top: -80px;
		margin-bottom: 10px;
	}
	.global-header .header-view .view-ttl .no img{
		max-width: 320px;
	}
	.global-header .header-view .view-ttl .text{
		font-size: 14px;
	}
}
/**
/* Common CSS
----------------------------------------------- */
.center {
    text-align: center;
}
.inner{
	position: relative;
	width: 90%;
	max-width: 1100px;
	margin: auto;
}
.page-guide{
	padding: 20px 0 40px 0;
}
@media only screen and (max-width: 735px) {
	img{
		width:100%;
	}
	.inner{
		width: 90%;
		padding: 0;
	}
	.page-guide{
		padding: 3% 0 5% 0;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.inner{
		width: 94%;
		padding: 0;
	}
	.page-guide{
		padding: 20px 0 30px 0;
	}
}
/**
/* 見出し CSS
----------------------------------------------- */
.pageWrap .page-header{
	background: #bb1929;
	position: relative;
	padding: 90px 0 0 0;
	max-height: 100vh;
	height: 300px;
}
.page-header .header-view{
	width: 100%;
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	text-align: center;
	padding-top: 90px;
}
.page-header .header-view h1{
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}
.page-header .header-view .comment p{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	padding-top: 1.2em;
	display: none;
}
@media only screen and (max-width: 735px) {
	.pageWrap .page-header{
		padding: 65px 0 0 0;
	}
	.page-header .header-view{
		 width: 90%;
		padding-top: 65px;
	}
	.page-header .header-view h1{
		font-size: 6vw;
	}
	.page-header .header-view .comment p{
		font-size: 3.6vw;
		padding-top: 0.5em;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.pageWrap .page-header{
		padding: 70px 0 0 0;
	}
	.page-header .header-view{
		padding-top: 70px;
	}
	.page-header .header-view h1{
		font-size: 32px;
	}
	.page-header .header-view .comment p{
		font-size: 16px;
		padding-top: 1em;
	}
}
/**
/* WYZWIG CSS
----------------------------------------------- */
.flex .flex-left{
	width: 50%;
}
.flex .flex-right{
	width: 50%;
}
.entry-body .bnr-link .bnr-items{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
	box-shadow: 2px 2px 10px #00000066;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.entry-body .bnr-link .bnr-items:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 12px;
	margin: -4px 0 0 0;
	border-top: solid 3px #bb1929;
	border-right: solid 3px #bb1929;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
entry-body .bnr-link .bnr-items .imgArea{
	width: 25%;
	overflow: hidden;
}
.entry-body .bnr-link .bnr-items .imgArea img{
	width: auto;
	height: 100%;
	object-fit: cover;
}
.entry-body .bnr-link .bnr-items .contentArea{
	width: 75%;
	padding: 0 30px 0 15px;
}
..entry-body .bnr-link .bnr-items .contentArea h3,
.entry-body .bnr-link .bnr-items .contentArea h3 a{
	border-bottom: none;
	color: #bb1929;
	font-size: 18px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.entry-body .bnr-link .bnr-items .contentArea .desc{
	color: #222222;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}
.entry-body .entry-tips{
	background: #fdf1e6;
	padding: 20px;
	margin-bottom: 40px;
}
.entry-body .entry-tips h2{
	background: initial;
	border-left: none;
	color: #bb1929;
	font-size: 24px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px 0;
}
.entry-body .entry-tips p{
	margin: 0;
}
.entry-body .block_btn{
	text-align: left;
}
.entry-body .block_btn li{
	width: auto;
}
.entry-body .block_btn .btn{
	font-size: 18px;
	line-height: 2;
	padding: 0 30px;
}
.entry-body .block_btn .btn::before{
	width: 20px;
	height: 20px;
	border: 10px solid transparent;
	border-left: 10px solid #fff;
}
@media only screen and (max-width: 735px) {
	.flex .flex-left{
		width: 100%;
	}
	.flex .flex-right{
		width: 100%;
	}
	.entry-body .bnr-link{
		margin: 5% 0;
	}
	.entry-body .bnr-link .bnr-items{
		padding: 3%;
		box-shadow: 2px 2px 6px #00000066;
	}
	.entry-body .bnr-link .bnr-items:after{
		right: 10px;
		width: 10px;
		height: 10px;
		margin: -4px 0 0 0;
		border-top: solid 2px #bb1929;
		border-right: solid 2px #bb1929;
	}
	.entry-body .bnr-link .bnr-items .imgArea{
		width: 35%;
	}
	.entry-body .bnr-link .bnr-items .contentArea{
		width: 65%;
		padding: 0 20px 0 3%;
	}
	.entry-body .bnr-link .bnr-items .contentArea h3,
	.entry-body .bnr-link .bnr-items .contentArea h3 a{
		font-size: 3.8vw;
		margin-bottom: 2%;
	}
	.entry-body .bnr-link .bnr-items .contentArea .desc{
		font-size: 3.4vw;
	}
	.entry-body .entry-tips{
		padding: 5%;
		margin-bottom: 3%;
	}
	.entry-body .entry-tips h2{
		font-size: 4.4vw;
		margin: 0 0 2% 0;
	}
	.entry-body .block_btn .btn{
		font-size: 3.8vw;
		padding: 0 20px;
	}
	.entry-body .block_btn .btn::before{
		width: 12px;
		height: 12px;
		border: 6px solid transparent;
		border-left: 6px solid #fff;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.flex .flex-left{
		width: 50%;
	}
	.flex .flex-right{
		width: 50%;
	}
	.entry-body .bnr-link{
		margin: 30px 0;
	}
	.entry-body .bnr-link .bnr-items{
		padding: 15px;
	}
	.entry-body .bnr-link .bnr-items:after{
		right: 12px;
		width: 12px;
		height: 12px;
		margin: -6px 0 0 0;
		border-top: solid 2px #bb1929;
		border-right: solid 2px #bb1929;
	}
	.entry-body .bnr-link .bnr-items .imgArea{
		width: 23%;
	}
	.entry-body .bnr-link .bnr-items .contentArea{
		width: 77%;
		padding: 0 15px 0 10px;
	}
	.entry-body .bnr-link .bnr-items .contentArea h3,
	.entry-body .bnr-link .bnr-items .contentArea h3 a{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.entry-body .bnr-link .bnr-items .contentArea .desc{
		font-size: 15px;
	}
	.entry-body .entry-tips{
		padding: 20px;
		margin-bottom: 20px;
	}
	.entry-body .entry-tips h2{
		font-size: 22px;
		margin: 0 0 5px 0;
	}
	.entry-body .block_btn .btn{
		font-size: 20px;
	}
	.entry-body .block_btn .btn::before{
		width: 16px;
		height: 16px;
		border: 8px solid transparent;
		border-left: 8px solid #fff;
	}
}
/**
/* Forms CSS
----------------------------------------------- */
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea{
	border: none;
	border-radius: 5px;
	background: #f0f0f0;
	font-size: 14px;
	padding: 1em 1.4em;
	width: 100%;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #c9c9c9;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #c9c9c9;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #c9c9c9;
}
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=text].wpcf7c-conf,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=tel].wpcf7c-conf,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=email].wpcf7c-conf,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=url].wpcf7c-conf,
.wpcf7-form.custom-wpcf7c-confirmed table tr td textarea.wpcf7c-conf{
	height: auto;
	background: none;
	border: none;
	padding: 0.5em 0 0 1.5em;
}
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=text].wpcf7c-conf::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=tel].wpcf7c-conf::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=email].wpcf7c-conf::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=url].wpcf7c-conf::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td textarea.wpcf7c-conf::placeholder{
	color: #fff;
}
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=text].wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=tel].wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=email].wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=url].wpcf7c-conf:-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td textarea.wpcf7c-conf:-ms-input-placeholder{
	color: #fff;
}
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=text].wpcf7c-conf::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=tel].wpcf7c-conf::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=email].wpcf7c-conf::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=url].wpcf7c-conf::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed table tr td textarea.wpcf7c-conf::-ms-input-placeholder{
	color: #fff;
}
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=radio].wpcf7c-conf + span{
	display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed table tr td input[type=radio].wpcf7c-conf + input[type=hidden] + span:before{
	display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed table tr td .wpcf7-radio label input[type=radio].wpcf7c-conf + span{
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wpcf7-form.custom-wpcf7c-confirmed table tr td .wpcf7-radio label input[type=radio].wpcf7c-conf + span:before{
	display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed input[type=checkbox].wpcf7c-conf + span{
	display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed input[type=checkbox].wpcf7c-conf + input[type=hidden] + span{
	padding-left: 1.5em;
}
.wpcf7-form.custom-wpcf7c-confirmed input[type=checkbox].wpcf7c-conf + input[type=hidden] + span:before{
	display: none;
}
input.m-text{
	width: 50%;
}
input.s-text{
	width: 20%;
}
textarea{
	height: 200px;
}
.submit_btn{
	text-align: center;
	padding-top: 60px;
}
input[type="submit"] {
	border: 1px solid #c8161d;
	background: #c8161d;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	text-align: center;
	width: 320px;
}
input[type="submit"]:hover {
	background: #fff;
	color: #c8161d;
}
.wpcf7-back{
	border: 1px solid #333333;
	background: #333333;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	height: 60px;
	text-align: center;
	width: 320px;
	margin-right: 30px;
}
.wpcf7-back:hover {
	background: #fff;
	color: #333333;
}
@media only screen and (max-width: 735px) {
    input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea{
		font-size: 3.6vw;
		padding: 0.9em 1em;
	}
	textarea{
		height: 55.5555555556vw;
	}
	input.m-text{
		width: 100%;
	}
	input.s-text{
		width: 30%;
	}
	.submit_btn{
		padding-top: 8%;
	}
	input[type="submit"] {
		font-size: 3.8888888889vw;
		line-height: 11.1111111111vw;
		height: 11.1111111111vw;
	}
	.submit_btn input.confirm{
		width: 100%;
	}
	.submit_btn input.submit{
		width: 48%;
	}
	.submit_btn input.back{
		width: 48%;
		font-size: 3.8888888889vw;
		line-height: 11.1111111111vw;
		height: 11.1111111111vw;
		margin-right: 4%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea{
		padding: 0.9em 1em;
	}
	textarea{
		height: 160px;
	}
	.submit_btn{
		padding-top: 30px;
	}
	input[type="submit"] {
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
	.submit_btn input.back{
		font-size: 16px;
		line-height: 50px;
		height: 50px;
		margin-right: 20px;
	}
}
/*　　for contact-form-7　　*/
span.wpcf7-list-item{
	margin: 0;
}
.wpcf7-radio label span{
	cursor: pointer;
	position: relative;
	padding-left: 1.5em;
	display: inline-block;
	line-height: 1.2;
	padding-right: 2em;
}
.wpcf7-radio label span:before{
	position: absolute;
	content: "";
	width: .9rem;
	height: .9rem;
	border: 1px solid #969696;
	display: inline-block;
	vertical-align: middle;
	left: 1px;
	top: 1px;
	background-color: #fff;
	border-radius: 50%;
}
.wpcf7-radio input[type="radio"]{
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
.wpcf7-radio input[type="radio"]:checked+span{
	padding-left: 1.5em;
}
.wpcf7-radio input[type="radio"]:checked+span:after{
	position: absolute;
	content: "";
	background: #c8161d;
	display: block;
	position: absolute;
	left: .31rem;
	top: .3rem;
	width: .45rem;
	height: .45rem;
	border-radius: 50%;
}
.wpcf7-checkbox span.wpcf7-list-item,
.wpcf7-acceptance span.wpcf7-list-item{
	cursor: pointer;
	position: relative;
	display: inline-block;
	line-height: 1.2;
	padding-right: 2em;
}
.wpcf7-checkbox span input[type=checkbox],
.wpcf7-acceptance span input[type=checkbox]{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 25px;
	vertical-align: -0.8rem;
	transition:all .15s ease-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	background: #ffffff;
	border: 1px solid #969696;
}
.wpcf7-checkbox span input[type=checkbox]:before,
.wpcf7-checkbox span input[type=checkbox]:after,
.wpcf7-acceptance span input[type=checkbox]:before,
.wpcf7-acceptance span input[type=checkbox]:after{
	position: absolute;
	content: "";
	background: #c8161d;
	transition: all .2s ease-in-out;
}
.wpcf7-checkbox span input[type=checkbox]:before,
.wpcf7-acceptance span input[type=checkbox]:before{
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.wpcf7-checkbox span input[type=checkbox]:after,
.wpcf7-acceptance span input[type=checkbox]:after{
	right: 1px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition-delay: .2s;
}
.wpcf7-checkbox span input[type=checkbox]:checked:before,
.wpcf7-acceptance span input[type=checkbox]:checked:before{
	left: 3px;
	top: 15px;
	width: 8px;
	height: 2px;
}
.wpcf7-checkbox span input[type=checkbox]:checked:after,
.wpcf7-acceptance span input[type=checkbox]:checked:after{
	right: 8px;
	bottom: 2px;
	width: 2px;
	height: 15px;
}
.wpcf7-checkbox span input[type=checkbox]:indeterminate:before,
.wpcf7-checkbox span input[type=checkbox]:indeterminate:after,
.wpcf7-acceptance span input[type=checkbox]:indeterminate:before,
.wpcf7-acceptance span input[type=checkbox]:indeterminate:after{
	width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.wpcf7-checkbox span input[type=checkbox]:indeterminate:before,
.wpcf7-acceptance span input[type=checkbox]:indeterminate:before{
	left: 1px;
	top: 7px;
}
.wpcf7-checkbox span input[type=checkbox]:indeterminate:after,
.wpcf7-acceptance span input[type=checkbox]:indeterminate:after{
	right: 1px;
	bottom: 7px;
}
@media only screen and (max-width: 735px) {
	.wpcf7-radio label span{
		padding-left: 1.5em;
		padding-right: 1em;
	}
	.wpcf7-checkbox span.wpcf7-list-item,
	.wpcf7-acceptance span.wpcf7-list-item{
		padding-right: 1em;
	}
	.wpcf7-checkbox span input[type=checkbox],
	.wpcf7-acceptance span input[type=checkbox]{
		height: 20px;
		width: 20px;
		margin: .6rem .3rem;
	}
	.wpcf7-checkbox span input[type=checkbox]:checked:before,
	.wpcf7-acceptance span input[type=checkbox]:checked:before{
		left: 2px;
		top: 11px;
		width: 7px;
		height: 2px;
	}
	.wpcf7-checkbox span input[type=checkbox]:checked:after,
	.wpcf7-acceptance span input[type=checkbox]:checked:after{
		right: 5px;
		bottom: 2px;
		width: 2px;
		height: 13px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.wpcf7-radio label span{
		padding-left: 1.5em;
		padding-right: 1em;
	}
	.wpcf7-checkbox span.wpcf7-list-item,
	.wpcf7-acceptance span.wpcf7-list-item{
		padding-right: 1em;
	}
	.wpcf7-checkbox span input[type=checkbox],
	.wpcf7-acceptance span input[type=checkbox]{
		height: 20px;
		width: 20px;
		margin: .6rem .3rem;
	}
	.wpcf7-checkbox span input[type=checkbox]:checked:before,
	.wpcf7-acceptance span input[type=checkbox]:checked:before{
		left: 2px;
		top: 11px;
		width: 7px;
		height: 2px;
	}
	.wpcf7-checkbox span input[type=checkbox]:checked:after,
	.wpcf7-acceptance span input[type=checkbox]:checked:after{
		right: 5px;
		bottom: 2px;
		width: 2px;
		height: 13px;
	}
}
/**
/* table CSS
----------------------------------------------- */
.page-guide table.tbl-r{
	border-top: 1px solid #CCC;
}
.page-guide table.tbl-r th,
.page-guide table.tbl-r td{
	vertical-align: middle;
	border-bottom: 1px solid #CCC;
	font-size: 16px;
	padding: 30px 20px;
}
.page-guide table.tbl-r th{
	width: 144px;
}
.page-guide table.tbl-r td{
	font-weight: 400;
}
@media only screen and (max-width: 735px) {
	.page-guide table.tbl-r th,
	.page-guide table.tbl-r td{
		display: block;
		width: 100%;
		font-size: 3.6vw;
	}
	.page-guide table.tbl-r th{
		padding: 5%;
	}
	.page-guide table.tbl-r td{
		padding: 5%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.page-guide table.tbl-r th{
		width: 144px;
	}
	.page-guide table.tbl-r th,
	.page-guide table.tbl-r td{
		font-size: 14px;
		padding: 20px 10px;
	}
}
/**
/* スライダー CSS
----------------------------------------------- */
.pageWrap .slick-prev{
	left: -40px;
	width: 40px;
	height: 40px;
	z-index: 3;
}
.pageWrap .slick-next{
	right: -40px;
	width: 40px;
	height: 40px;
	z-index: 3;
}
.pageWrap .slick-prev:before,
.pageWrap .slick-next:before{
	font-family: "Font Awesome 5 Free";
	color: #bc1a28;
	opacity: 1;
	font-size: 40px;
	font-weight: 900;
	text-shadow: 3px 2px 6px rgba(0, 0, 0, 0.3);
}
.pageWrap .slick-prev:before{
	content: "\f0a8";
}
.pageWrap .slick-next:before{
	content: "\f0a9";
}
@media only screen and (max-width: 735px) {
	.pageWrap .slick-prev{
		left: -18px;
		width: 24px;
		height: 24px;
	}
	.pageWrap .slick-next{
		right: -18px;
		width: 24px;
		height: 24px;
	}
	.pageWrap .slick-prev:before,
	.pageWrap .slick-next:before{
		font-size: 24px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.pageWrap .slick-prev{
		left: -30px;
		width: 30px;
		height: 30px;
	}
	.pageWrap .slick-next{
		right: -30px;
		width: 30px;
		height: 30px;
	}
	.pageWrap .slick-prev:before,
	.pageWrap .slick-next:before{
		font-size: 30px;
	}
}
/**
/* ページネーション CSS
----------------------------------------------- */
.pagination{
	padding: 60px 0;
	line-height: 1.8;
	text-align: center;
}
.pagination-box,
#jquery-tab-pager-navi{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.pagination span,
.pagination a,
#jquery-tab-pager-navi a{
	display: block;
	font-weight: 500;
	text-align: center;
	margin: 2px 2px 2px 0;
	padding: 5px 12px 5px 12px;
	color: #c8161d;
	border: 1px solid #c8161d;
}
.pagination span,
.pagination a.pager,
.pagination .current,
#jquery-tab-pager-navi a{
	width: 50px;
	height: 50px;
	font-size: 23px;
	padding: 5px 0;
	margin: 15px 5px;
}
.pagination a.prev,
.pagination a.next,
#jquery-tab-pager-navi a.previos,
#jquery-tab-pager-navi a.next{
	border: none;
	width: 50px;
	height: 50px;
	font-size: 44px;
	padding: 0;
	margin: 15px 5px;
	line-height: 1;
}
.pagination a.pager:hover,
#jquery-tab-pager-navi a:hover{
	color: #ffffff;
	background: #c8161d;
}
#jquery-tab-pager-navi a.previos:hover,
#jquery-tab-pager-navi a.next:hover{
	color: #c8161d;
	background: transparent;
}
.pagination .current,
#jquery-tab-pager-navi .current{
	color: #ffffff;
	background: #c8161d;
}
@media only screen and (max-width: 1260px){
	.pagination {
		padding: 40px 0;
	}
	.pagination span,
	.pagination a.pager,
	.pagination .current,
	#jquery-tab-pager-navi a{
		width: 45px;
		height: 45px;
		font-size: 20px;
		padding: 3px 0;
		margin: 15px 5px;
	}
	.pagination a.prev,
	.pagination a.next,
	#jquery-tab-pager-navi a.previos,
	#jquery-tab-pager-navi a.next{
		width: 45px;
		height: 45px;
		font-size: 22px;
		padding: 10px 0;
		margin: 15px 5px;
	}
}
@media only screen and (max-width: 735px) {
	.pagination {
		padding: 8% 0;
	}
	.pagination span,
	.pagination a.pager,
	.pagination .current,
	#jquery-tab-pager-navi a{
		width: 40px;
		height: 40px;
		font-size: 15px;
		padding: 5px 0;
		margin: 15px 5px;
	}
	.pagination a.prev,
	.pagination a.next,
	#jquery-tab-pager-navi a.previos,
	#jquery-tab-pager-navi a.next{
		width: 40px;
		height: 40px;
		font-size: 18px;
		padding: 12px 0;
		margin: 15px 5px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.pagination {
		padding: 40px 0;
	}
	.pagination span,
	.pagination a.pager,
	.pagination .current,
	#jquery-tab-pager-navi a{
		width: 40px;
		height: 40px;
		font-size: 18px;
		padding: 3px 0;
		margin: 15px 5px;
	}
	.pagination a.prev,
	.pagination a.next,
	#jquery-tab-pager-navi a.previos,
	#jquery-tab-pager-navi a.next{
		width: 40px;
		height: 40px;
		font-size: 20px;
		padding: 10px 0;
		margin: 15px 5px;
	}
}
/**
/* パンくず CSS
----------------------------------------------- */
.breadcrumb {
	padding: 15px 0;
}
.breadcrumb .breadcrumb-list li{
	display: inline-block;
	color: #313131;
	font-size: 16px;
}
.breadcrumb .breadcrumb-list li a{
	color: #bb1929;
	display: inline-block;
}
.breadcrumb .breadcrumb-list li span{
	color: #bb1929;
	padding: 0 0.5em;
}
@media only screen and (max-width: 1260px){
	.breadcrumb {
		padding: 15px 0;
	}
	.breadcrumb .breadcrumb-list li{
		font-size: 15px;
	}
}
@media only screen and (max-width: 735px) {
	.breadcrumb {
		padding: 3% 0;
	}
	.breadcrumb .breadcrumb-list li{
		font-size: 3.26vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.breadcrumb {
		padding: 10px 0;
	}
	.breadcrumb .breadcrumb-list li{
		font-size: 14px;
	}
}
/**
/* 固定ページ共通 CSS
----------------------------------------------- */
.page-guide .entry-body h2{
	font-size: 34px;
	font-weight: 700;
	margin: 20px 0;
}
.page-guide .entry-body h3{
	border-bottom: 6px double #bb1929;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	padding: 5px 0;
	margin: 20px 0;
}
.page-guide .entry-body h4{
	font-size: 20px;
	font-weight: 700;
}
.page-guide .entry-body p{
	margin: 1em 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
.page-guide .entry-body mark{
	background: linear-gradient(transparent 70%, #fcfab2 0%);
}
.page-guide .entry-body p small{
	display: inline-block;
	line-height: 1.6;
}
.page-guide .upb_row_bg{
	background: rgb(89, 89, 89);
	padding: 10px 0 30px 0;
}
.page-guide .upb_row_bg p{
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
}
.page-guide .upb_row_bg .flex a{
	font-size: 18px;
	font-weight: bold;
}
.btn_white, a.btn_white{
	display: block;
	color: #333;
	background-color: #f8f8f8;
	border: 1px solid #900;
	text-shadow: none;
	font-size: 17px;
	padding: 18px 39px;
	text-align: center;
}
.btn_white:hover, a.btn_white:hover{
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}
.btn_white i{
	margin: 0px 1em 0 0em;
}
.btn_red, a.btn_red{
	display: block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	color: #ffffff;
	font-size: 17px;
	padding: 18px 39px;
	text-align: center;
	border-top: 1px solid #f04150;
	background: #960000;
	background: -webkit-gradient(linear, left top, left bottom, from(#e60000), to(#960000));
	background: -webkit-linear-gradient(top, #e60000, #960000);
	background: -moz-linear-gradient(top, #e60000, #960000);
	background: -ms-linear-gradient(top, #e60000, #960000);
	background: -o-linear-gradient(top, #e60000, #960000);
}
.btn_red:hover, a.btn_red:hover{
	border-top-color: #7d0000;
	background: #7d0000;
	color: #ffffff;
}
.btn_red:active, a.btn_red:active{
	border-top-color: #c90061;
	background: #c90061;
	color: #ffffff;
}
.btn_red i{
	margin: 0px 1em 0 0em;
}
.btn_orange, a.btn_orange{
	display: block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	color: #ffffff;
	font-size: 17px;
	padding: 18px 39px;
	text-align: center;
	border-top: 1px solid #d44a00;
	background: #913402;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5900), to(#913402));
	background: -webkit-linear-gradient(top, #ff5900, #913402);
	background: -moz-linear-gradient(top, #ff5900, #913402);
	background: -ms-linear-gradient(top, #ff5900, #913402);
	background: -o-linear-gradient(top, #ff5900, #913402);
}
.btn_orange:hover, a.btn_orange:hover{
	border-top-color: #632300;
	background: #632300;
	color: #ffffff;
}
.btn_orange:active, a.btn_orange:active{
	border-top-color: #943e10;
	background: #943e10;
	color: #ffffff;
}
.btn_orange i{
	margin: 0px 1em 0 0em;
}
.btn_green, a.btn_green{
	display: block;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	color: #ffffff;
	font-size: 17px;
	padding: 18px 39px;
	text-align: center;
	border-top: 1px solid #759c00;
	background: #587501;
	background: -webkit-gradient(linear, left top, left bottom, from(#99cc00), to(#587501));
	background: -webkit-linear-gradient(top, #99cc00, #587501);
	background: -moz-linear-gradient(top, #99cc00, #587501);
	background: -ms-linear-gradient(top, #99cc00, #587501);
	background: -o-linear-gradient(top, #99cc00, #587501);
}
.btn_green:hover, a.btn_green:hover{
	border-top-color: #455c00;
	background: #455c00;
	color: #ffffff;
}
.btn_green:active, a.btn_green:active{
	border-top-color: #3f5400;
	background: #3f5400;
}
.btn_green i{
	margin: 0px 1em 0 0em;
}
.col-sm-3{
	width: 33.3333%;
	padding: 0 15px;
}
@media only screen and (max-width: 735px) {
	.page-guide .entry-body h2{
		font-size: 4.8vw;
		margin: 5% 0;
	}
	.page-guide .entry-body h3{
		border-bottom: 4px double #bb1929;
		font-size: 4vw;
		padding: 5px 0;
		margin: 5% 0;
	}
	.page-guide .entry-body h4{
		font-size: 3.8vw;
	}
	.page-guide .entry-body p{
		font-size: 3.4vw;
	}
	.page-guide .entry-body p small{
		line-height: 1.6;
	}
	.page-guide .upb_row_bg{
		padding: 3% 0 3% 0;
	}
	.page-guide .upb_row_bg p{
		font-size: 4vw;
	}
	.page-guide .upb_row_bg .flex a{
		width: 96%;
		margin: 0 2%;
		font-size: 3.6vw;
		margin-bottom: 3%;
	}
	.btn_white, a.btn_white,
	.btn_red, a.btn_red,
	.btn_green, a.btn_green{
		font-size: 3.4vw;
		padding: 3% 5%;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.page-guide .entry-body h2{
		font-size: 28px;
		margin: 20px 0;
	}
	.page-guide .entry-body h3{
		border-bottom: 6px double #bb1929;
		font-size: 20px;
		padding: 5px 0;
		margin: 20px 0;
	}
	.page-guide .entry-body h4{
		font-size: 18px;
	}
	.page-guide .entry-body p{
		font-size: 15px;
	}
	.page-guide .entry-body p small{
		line-height: 1.6;
	}
	.page-guide .upb_row_bg{
		padding: 10px 0 30px 0;
	}
	.page-guide .upb_row_bg p{
		font-size: 20px;
	}
	.page-guide .upb_row_bg .flex a{
		font-size: 16px;
	}
	.btn_white, a.btn_white,
	.btn_red, a.btn_red,
	.btn_green, a.btn_green{
		font-size: 16px;
		padding: 15px 30px;
	}
}
/**
/* 投稿詳細 CSS
----------------------------------------------- */
.single-guide .l-contents{
	display: flex;
	justify-content: space-between;
}
.single-guide .entry-grid{
	border-bottom: 2px dotted #bc1a29;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.l-contents .l-main{
	width: calc(100% - 2% - 280px);
}
.single-guide .entry-header{
	border-bottom: 2px solid #bb1929;
	padding-bottom: 10px;
	margin-bottom: 40px;
}
.single-guide .entry-header .h2_ttl{
	color: #bb1929;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 5px;
}
.single-guide .entry-header .entry-deta{
	font-size: 14px;
	font-weight: 700;
	color: #bb1929;
	justify-content: flex-end;
}
.single-guide .entry-header .entry-deta .update{
	margin-left: 5px;
}
.single-guide .entry-body h2{
	background: #fbfbfb;
	border-left: 8px solid #bb1929;
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	padding: 5px 5px 5px 15px;
	margin: 20px 0;
}
.single-guide .entry-body h3{
	border-bottom: 6px double #bb1929;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	padding: 5px 5px 5px 23px;
	margin: 20px 0;
}
.single-guide .entry-body p{
	margin: 1em 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
}
.single-guide .entry-body figure {
	margin: 40px 5%;
}
.single-guide .entry-body figcaption {
	font-size: 90%;
	color: #888888;
}
.single-guide .entry-body ul,
.single-guide .entry-body ol{
	margin: 1.5em 0;
}
.single-guide .entry-body ul li{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 18px;
	font-weight: 500;
	color: #bb1929;
	line-height: 1.2;
	margin-bottom: 10px;
}
.single-guide .entry-body ol{
	counter-reset: my-counter;
}
.single-guide .entry-body ol li{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #bb1929;
	padding-left: 25px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.single-guide .entry-body ol li::before{
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #bb1929;
	color: #fff;
	display: block;
	float: left;
	line-height: 25px;
	margin-left: -30px;
	text-align: center;
	height: 25px;
	width: 25px;
	border-radius: 50%;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1em 0 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 0 1em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
@media only screen and (max-width: 735px) {
	.single-guide .l-contents{
		display: block;
	}
	.single-guide .entry-grid{
		margin-bottom: 5%;
		padding-bottom: 5%;
	}
	.l-contents .l-main{
		width: 100%;
	}
	.single-guide .entry-header{
		padding-bottom: 2%;
		margin-bottom: 5%;
	}
	.single-guide .entry-header .h2_ttl{
		font-size: 4.6vw;
		margin-bottom: 3%;
	}
	.single-guide .entry-header .entry-deta{
		display: flex;
		font-size: 3.26vw;
	}
	.single-guide .entry-header .entry-deta .update{
		margin-left: 5px;
	}
	.single-guide .entry-body h2{
		border-left: 4px solid #bb1929;
		font-size: 4.2vw;
		padding: 2% 2% 2% 3%;
		margin: 3% 0;
	}
	.single-guide .entry-body h3{
		border-bottom: 4px double #bb1929;
		font-size: 4vw;
		padding: 2% 2% 2% 3%;
		margin: 3% 0;
	}
	.single-guide .entry-body p{
		font-size: 3.4vw;
	}
	.single-guide .entry-body img{
		width: auto;
	}
	.single-guide .entry-body img.alignleft,
	.single-guide .entry-body img.alignright{
		width: 50%;
	}
	.single-guide .entry-body figure {
		margin: 3%;
	}
	.single-guide .entry-body ul,
	.single-guide .entry-body ol{
		margin: 1.2em 0;
	}
	.single-guide .entry-body ul li{
		font-size: 14px;
		margin-bottom: 2%;
	}
	.single-guide .entry-body ol li{
		font-size: 14px;
		padding-left: 25px;
		margin-bottom: 2%;
	}
	.single-guide .entry-body ol li::before{
		line-height: 1.4;
		margin-left: -25px;
		height: 20px;
		width: 20px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.single-guide .l-contents{
		display: block;
	}
	.single-guide .entry-grid{
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.l-contents .l-main{
		width: 100%;
	}
	.single-guide .entry-header{
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.single-guide .entry-header .h2_ttl{
		font-size: 26px;
		margin-bottom: 5px;
	}
	.single-guide .entry-header .entry-deta{
		font-size: 14px;
	}
	.single-guide .entry-header .entry-deta .update{
		margin-left: 5px;
	}
	.single-guide .entry-body h2{
		border-left: 6px solid #bb1929;
		font-size: 24px;
		padding: 5px 5px 5px 10px;
		margin: 10px 0;
	}
	.single-guide .entry-body h3{
		border-bottom: 4px double #bb1929;
		font-size: 22px;
		padding: 5px 5px 5px 15px;
		margin: 10px 0;
	}
	.single-guide .entry-body p{
		font-size: 16px;
	}
	.single-guide .entry-body figure {
		margin: 20px 3%;
	}
	.single-guide .entry-body ul,
	.single-guide .entry-body ol{
		margin: 1.5em 0;
	}
	.single-guide .entry-body ul li{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.single-guide .entry-body ol li{
		font-size: 18px;
		padding-left: 25px;
		margin-bottom: 10px;
	}
	.single-guide .entry-body ol li::before{
		line-height: 25px;
		margin-left: -35px;
		height: 26px;
		width: 26px;
	}
}
/**
/* サイド CSS
----------------------------------------------- */
.l-contents .l-side{
	width: 280px;
}
.l-contents .l-side .sideArea{
	background: #fbfbfb;
	padding: 20px 20px;
}
.l-contents .l-side h3{
	color: #bb1929;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}
.l-contents .l-side h3 small{
	display: block;
	font-size: 16px;
}
.l-contents .l-side .post-item{
	background: #ffffff;
	margin-bottom: 30px;
}
.l-contents .l-side .post-item .post-content{
	padding: 15px;
}
.l-contents .l-side .post-item .post-content h4{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
}
.l-contents .l-side .post-item .post-content .post-terms{
	line-height: 1.2;
}
.l-contents .l-side .post-item .post-content .post-terms li{
	display: inline-block;
	margin: 0px 10px 5px 0;
}
.l-contents .l-side .post-item .post-content .post-terms li a{
	display: block;
	color: #bb1929;
	font-size: 13px;
	font-weight: 500;
}
@media only screen and (max-width: 735px) {
	.l-contents .l-side{
		width: 100%;
	}
	.l-contents .l-side .sideArea{
		padding: 8% 3% 5% 3%;
	}
	.l-contents .l-side h3{
		font-size: 5vw;
		margin-bottom: 5%;
	}
	.l-contents .l-side h3 small{
		font-size: 3.4vw;
	}
	.l-contents .l-side .post-list{
		display: flex;
		flex-wrap: wrap;
	}
	.l-contents .l-side .post-item{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 3%;
	}
	.l-contents .l-side .post-item:nth-child(2n){
		margin-right: 0;
	}
	.l-contents .l-side .post-item:last-child{
		margin-bottom: 0;
	}
	.l-contents .l-side .post-item .post-thumbnail{
		width: 30%;
	}
	.l-contents .l-side .post-item .post-content{
		width: 100%;
		padding: 5%;
	}
	.l-contents .l-side .post-item .post-content h4{
		font-size: 3.4vw;
		margin-bottom: 3%;
	}
	.l-contents .l-side .post-item .post-content .post-terms{
		line-height: 1.2;
	}
	.l-contents .l-side .post-item .post-content .post-terms li{
		display: inline-block;
		margin: 0 1% 1% 0;
		line-height: 1.2;
	}
	.l-contents .l-side .post-item .post-content .post-terms li a{
		font-size: 2.8vw;
	}
	.single-guide .bottom-grid .nav-items h3 {
    color: #000;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.l-contents .l-side{
		width: 100%;
	}
	.l-contents .l-side .sideArea{
		padding: 30px 20px;
	}
	.l-contents .l-side h3{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.l-contents .l-side h3 small{
		font-size: 15px;
	}
	.l-contents .l-side .post-item{
		display: flex;
		margin-bottom: 20px;
	}
	.l-contents .l-side .post-item:last-child{
		margin-bottom: 0;
	}
	.l-contents .l-side .post-item .post-thumbnail{
		width: 30%;
	}
	.l-contents .l-side .post-item .post-content{
		width: 70%;
		display: flex;
		flex-direction: column;
		padding: 15px 15px 5px 15px;
	}
	.l-contents .l-side .post-item .post-content h4{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.l-contents .l-side .post-item .post-content .post-terms{
		margin-top: auto;
	}
	.l-contents .l-side .post-item .post-content .post-terms li{
		margin: 0 5px 5px 0;
	}
	.l-contents .l-side .post-item .post-content .post-terms li a{
		font-size: 14px;
	}
}
/**
/* 
/* フッターコンタクト CSS
----------------------------------------------- */
.bottom-contact{
	padding: 60px 0;
}
.bottom-contact h2{
	color: #0c0c0c;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
}
.bottom-contact .contact_box{
	align-items: center;
}
.bottom-contact .contact_box .imgArea{
	width: 50%;
	padding: 2% 3% 2% 2%;
}
.bottom-contact .contact_box .linkArea{
	width: 50%;
	padding: 30px;
}
.bottom-contact .contact_box .block_btn .link_btn{
	margin-bottom: 30px;
}
.bottom-contact .contact_box .block_btn .btn{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height: 2.4;
	font-size: 30px;
}
.bottom-contact .contact_box .block_btn .btn::after{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px solid #bc1a29;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: -5;
}
.bottom-contact .contact_box .block_btn .link_btn .btn{
	color: #ffffff;
	background: -moz-linear-gradient(90deg, #fc6076 0%, #ff9a44 100%);
	background: -webkit-linear-gradient(90deg, #fc6076 0%, #ff9a44 100%);
	background: linear-gradient(90deg, #fc6076 0%, #ff9a44 100%);
}
.bottom-contact .contact_box .block_btn .link_btn .btn::before{
	width: 32px;
	height: 24px;
	border: 12px solid transparent;
	border-left: 18px solid #fff;
}
.bottom-contact .contact_box .block_btn .link_tel .btn{
	background: #ffffff;
	border: 2px solid #bc1a29;
	color: #bc1a29;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.bottom-contact .contact_box .block_btn .link_tel .btn::before{
	content: none;
}
@media only screen and (max-width: 735px) {
	.bottom-contact{
		padding: 5% 0;
	}
	.bottom-contact h2{
		font-size: 5.4vw;
		margin-bottom: 3%;
	}
	.bottom-contact .contact_box .imgArea{
		width: 100%;
		padding: 3%;
	}
	.bottom-contact .contact_box .linkArea{
		width: 100%;
		padding: 3%;
	}
	.bottom-contact .contact_box .block_btn .link_btn{
		margin-bottom: 5%;
	}
	.bottom-contact .contact_box .block_btn .btn{
		font-size: 4.4vw;
	}
	.bottom-contact .contact_box .block_btn .link_tel .btn{
		font-size: 5vw;
	}
	.bottom-contact .contact_box .block_btn .btn::after{
		top: 6px;
		left: 6px;
	}
	.bottom-contact .contact_box .block_btn .link_btn .btn::before{
		width: 12px;
		height: 12px;
		border: 8px solid transparent;
		border-left: 8px solid #fff;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.bottom-contact{
		padding: 40px 0;
	}
	.bottom-contact h2{
		font-size: 32px;
	}
	.bottom-contact .contact_box .imgArea{
		padding: 10px;
	}
	.bottom-contact .contact_box .linkArea{
		width: 50%;
		padding: 20px;
	}
	.bottom-contact .contact_box .block_btn .link_btn{
		margin-bottom: 30px;
	}
	.bottom-contact .contact_box .block_btn .btn{
		font-size: 22px;
	}
	.bottom-contact .contact_box .block_btn .link_tel .btn{
		font-size: 24px;
	}
	.bottom-contact .contact_box .block_btn .btn::after{
		top: 8px;
		left: 8px;
	}
	.bottom-contact .contact_box .block_btn .link_btn .btn::before{
		width: 16px;
		height: 16px;
		border: 8px solid transparent;
		border-left: 8px solid #fff;
	}
}
/**
/* トップへ戻る CSS
----------------------------------------------- */
.btn_page_top {
	display: block;
	position: fixed;
	  right: 110px;
    bottom: 9px;
    z-index: 200;
    width: 100px;
}
@media only screen and (max-width: 735px) {
	.btn_page_top{
		width: 90px;
    bottom: 14px;
    right: 112px;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.btn_page_top{
		width: 90px;
		bottom: 14px;
	}
}
@media only screen and (max-width: 483px) {
	.btn_page_top{
	width: 63px;
    bottom: 80px;
    right: 13px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	margin-top: auto;
	background: #222222;
	color: #ffffff;
	padding: 40px 0 0 0;
}
.footer .footer-top{
	margin-bottom: 40px;
}
.footer .footer-bottom h5 img{
	max-width: 260px;
}
.footer .footer-sns li{
	display: inline-block;
	margin-left: 20px;
}
.footer .footer-widget{
	margin-bottom: 40px;
}
.footer .widget-container{
	padding: 10px;
}
.footer .widget-container li a{
	display: block;
	font-size: 19px;
	font-weight: 700;
	line-height: 2;
	color: #ffffff;
}
.footer .widget-container li .sub-menu{
	padding: 0 0 0 20px;
}
.footer .widget-container li .sub-menu li a{
	display: block;
	font-size: 15px;
	font-weight: 500;
}
.footer .footer-bottom{
	align-items: flex-end;
}
.footer .footer-bottom ul{
	text-align: center;
	padding: 20px 0;
}
.footer .footer-bottom ul li{
	display: inline-block;
	margin-left: 20px;
}
.footer .footer-bottom ul li a{
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
}
.footer .copy{
	border-top: 1px solid #868686;
	text-align: center;
	padding: 20px 0;
}
.footer .copy,
.footer .copy a{
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
}
@media only screen and (max-width: 735px) {
	.footer{
		padding: 5% 0 0 0;
	}
	.footer .footer-top{
		margin-bottom: 5%;
	}
	.footer .footer-bottom h5{
		text-align: center;
	}
	.footer .footer-bottom h5 img{
		width: 200px;
	}
	.footer .footer-widget{
		margin-bottom: 5%;
	}
	.footer .widget-container{
		width: 100%;
		padding: 2%;
	}
	.footer .widget-container li a{
		font-size: 4.2vw;
	}
	.footer .widget-container li .sub-menu{
		padding: 0 0 0 5%;
	}
	.footer .widget-container li .sub-menu li a{
		font-size: 3.6vw;
	}
	.footer .footer-bottom ul{
		padding: 3% 0;
	}
	.footer .footer-bottom ul li{
		margin-left: 3%;
	}
	.footer .footer-bottom ul li a{
		font-size: 3.4vw;
	}
	.footer .copy{
		padding: 3% 0;
	}
	.footer .copy,
	.footer .copy a{
		font-size: 2.8vw;
	}
}
@media only screen and (min-width: 736px) and (max-width: 1024px){
	.footer{
		padding: 30px 0 0 0;
	}
	.footer .footer-top{
		margin-bottom: 30px;
	}
	.footer .footer-bottom h5 img{
		width: 210px;
	}
	.footer .footer-widget{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.footer .widget-container{
		width: 50%;
		padding: 10px;
	}
	.footer .widget-container li a{
		font-size: 20px;
	}
	.footer .widget-container li .sub-menu{
		padding: 0 0 0 20px;
	}
	.footer .widget-container li .sub-menu li a{
		font-size: 16px;
	}
	.footer .footer-bottom ul{
		padding: 20px 0;
	}
	.footer .footer-bottom ul li{
		margin-left: 10px;
	}
	.footer .footer-bottom ul li a{
		font-size: 15px;
	}
	.footer .copy{
		padding: 10px 0;
	}
}

/* CRM */
.font_color_02 {
    color: #cc0000 !important;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .wpb_button {
    margin-bottom: 35px;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column-inner::after, .vc_column-inner::before {
    content: " ";
    display: table;
}
a:hover, a:focus, .post_content a:not(.button), .post_content a:not(.button):visited, .post_content .wpb_widgetised_column a:not(.button):hover {
    color: #cc0000;
}
a:hover .pic_info.type1 .plus_overlay {
    border-bottom: 1000px solid rgba(204,0, 0, 0.8);
}
a:hover .pic_info.type1 .plus_overlay {
    border-left: 1000px solid transparent;
    transition: all 0.5s ease-in-out;
}
a:hover .pic_info.type1 .plus_overlay_icon {
    opacity: 0;
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
}
a:hover .img_overlay_icon {
    opacity: 1;
    z-index: 1;
}
a:hover .pic_info.type1 .portfolio_icon {
    opacity: 1;
    transition: all 0.2s 0.3s cubic-bezier(.63,.08,.35,.92);
}
a:hover .pic_info.type1 .info_overlay .info_desc {
    margin-top: -48px;
    opacity: 1;
    transition: all 0.2s 0.1s cubic-bezier(.63,.08,.35,.92);
}
.icon_link {
    background: url(/wp-content/uploads/2021/04/icon_plus.png) center center no-repeat;
}
.pic_info {
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(.76,.1,.21,.9);
}
.pic {
    position: relative;
    display: block;
    overflow: hidden;
    opacity: 0.999;
}
a .pic_info.type1 .plus_overlay {
    border-bottom: 50px solid rgba(204,0, 0, 0.8);
}
a .pic_info.type1 .plus_overlay {
    border-left: 50px solid transparent;
    bottom: 0;
    height: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
    width: 0;
}
a .pic_info .plus_overlay {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
}
a .pic_info.type1 .plus_overlay_icon {
    z-index: 100;
}
a .pic_info.type1 .plus_overlay_icon {
    background: url(/wp-content/uploads/2021/04/icon_plus_white-1.png) 0 0 no-repeat;
    width: 13px;
    height: 13px;
    bottom: 9px;
    position: absolute;
    right: 9px;
    transition: all 0.2s cubic-bezier(.63,.08,.35,.92);
}
.pic_info img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    backface-visibility: hidden;
}
a .pic_info.type1 .img_overlay_icon {
    display: none;
}
a .img_overlay_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}
a .pic_info.type1 .portfolio_icon {
    display: inline-block;
    color: #fff;
    opacity: 0;
    width: 38px;
    height: 38px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 50%;
    transition: all 0.2s 0 cubic-bezier(.63,.08,.35,.92);
}
.pic_info.type1 .info_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.pic_info .info_overlay {
    z-index: 2;
    transition: all 0.3s ease-in-out;
}
.pic_info.type1 .info_overlay .info_desc {
    position: absolute;
    top: 40%;
    width: 100%;
    opacity: 0;
    transition: all 0.1s cubic-bezier(.63,.08,.35,.92);
}
.pic_info.type1 .info_overlay h3 {
    color: #fff;
}
.pic_info.type1 .info_overlay p {
    color: #fff;
}
.boc_image_box .info_overlay h3 {
    margin: 10px 30px 0 30px;
    font-size: 19px;
    line-height: 24px;
    padding: 6px 0 0 0;
    position: relative;
}
@media (min-width: 769px){
.vc_col-sm-1 {
    width: 8.33333333%;
}
.vc_col-sm-3 {
    width: 25%;
}
.vc_col-sm-4 {
    width: 33.33333333%;
}
.vc_col-sm-5 {
    width: 41.66666667%;
}
.vc_col-sm-12 {
    width: 100%;
}
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}
}
@media (max-width: 768px){
.vc_col-sm-3 {
    width: 100%;
}
.vc_col-sm-4 {
    width: 100%;
}	
}
@media (max-width: 480px){
.vc_col-sm-3 {
    width: 100%;
}	
.vc_col-sm-4 {
    width: 100%;
}	
}
/* 連携システム */
@media (min-width: 769px){
.container {
    width: 1200px;
    margin: 0 auto;
}
h1.boc_heading {
	 height: 20%;
	 font-size: 36px;
	 padding: 160px 0 150px 0;
	 margin: auto;
}
.wpb_row .vc_col-sm-3 {
  margin: 5px;
  width: 24%;
	float: left;
}
}
@media (max-width: 768px){
.container {
  width: 95%;
	margin: 0 15px;
}
h1.boc_heading {
	 height: 130px;
	 font-size: 26px;
	 padding: 50px 0 70px 0;
	 margin: 0;
}
.wpb_row .vc_col-sm-3 {
  margin: 5px;
  width: 95%;
	float: none;
}	
}
@media (max-width: 480px){
.container {
  width: 95%;
	margin: 0 10px;
}
h1.boc_heading {
	 height: 130px;
	 font-size: 18px;
	 padding: 50px 0 70px 0;
	 margin: 0;
}
.wpb_row .vc_col-sm-3 {
  margin: 5px;
  width: 95%;
	float: none;
}	
}

h1.boc_heading {
	background-size: cover;
  background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0); 
	background-image: url("/wp-content/uploads/2021/04/partner_main.jpg"); 
	 background-attachment: scroll;
}

.category_title1 h2 {
		font-size: 140% !important;
    padding-top: 12px;
    padding-left: 85px;
	  color: #333;
}
.category_bt .wpb_column{
	padding-right: 15px;
	padding-bottom: 10px;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
	  margin-bottom:15px;
}
.vc_custom_1535510839519 {
    background: #ffffff url(/wp-content/uploads/2021/04/icon_01a.jpg.webp?id=3403) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1535511183627 {
    border-right-width: 15px !important;
    background: #ffffff url(/wp-content/uploads/2021/04/icon_02a.jpg.webp?id=3408) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1535511341600 {
    background: #ffffff url(/wp-content/uploads/2021/04/icon_03a-1.jpg.webp?id=3409) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1535511203912 {
    background: #ffffff url(/wp-content/uploads/2021/04/icon_04a.jpg.webp?id=3405) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1535511228450 {
    background: #ffffff url(/wp-content/uploads/2021/04/icon_05a.jpg.webp?id=3406) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1535511324377 {
    background: #ffffff url(/wp-content/uploads/2021/04/icon_06a.jpg.webp?id=3407) !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    box-shadow: 2px 2px 8px #0000004f;
}
.wpb_single_image.vc_align_center {
    text-align: center;
}

/*カートシステム*/
.wpb_wrapper .vc_figure{
    margin: -5px 5%!important;
}

.vc_custom_1535512609387 {
	border-top-width: 20px !important;
  background-color: #ffffff !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border-top-color: #dd9999 !important;
  border-top-style: solid !important;
	box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1535512609387  .category_icon{
	margin-bottom: 5px!important;
}
/* カート一覧 */
.vc_custom_1535526009640 {
	height: 250px;
  padding: 20px 10px 20px 20px !important;
  background-color: #ffffff !important;
  box-shadow: 2px 2px 8px #0000004f;
  border-radius: 20px !important;
}
.vc_custom_1535526042002 {
	height: 250px;
	padding: 20px!important;
  background-color: #ffffff !important;
  box-shadow: 2px 2px 8px #0000004f;
	border-radius: 20px!important;
}
.vc_custom_1535526088562 {
	height: 250px;
	padding: 20px!important;
  background-color: #ffffff !important;
  box-shadow: 2px 2px 8px #0000004f;
  border-radius: 20px !important;
}
.vc_custom_1535526112803 {
	height: 250px;
  padding: 20px!important;
  background-color: #ffffff !important;
  box-shadow: 2px 2px 8px #0000004f;
  border-radius: 20px !important;
}
.vc_custom_1554858901957 {
	height: 250px;
  padding: 20px!important;
  background-color: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1586243331074 {
	height: 250px;
  padding: 20px!important;
  background-color: #ffffff !important;
  border-left-color: #eeeeee !important;
  border-radius: 20px !important;
  box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1603965972628 {
	height: 250px;
  padding: 20px!important;
  background-color: #ffffff !important;
  border-left-color: #eeeeee !important;
  border-radius: 20px !important;
  box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1586313222654 {
	height: 250px;
  padding: 20px!important;
  background-color: #ffffff !important;
  border-left-color: #eeeeee !important;
  border-radius: 20px !important;
  box-shadow: 2px 2px 8px #0000004f;
}
/* ECパッケージ */
.vc_custom_1535519962200 {
	border-top-width: 20px !important;
  background-color: #ffffff !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border-top-color: #afd0e7 !important;
  border-top-style: solid !important;
	box-shadow: 2px 2px 8px #0000004f;
}
/* POSシステム */
.vc_custom_1535520099622 {
    border-top-width: 20px !important;
    background-color: #ffffff !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-top-color: #b7da8a !important;
    border-top-style: solid !important;
	box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1535522075771 {
    border-top-width: 20px !important;
    background-color: #ffffff !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-top-color: #e1d2a4 !important;
    border-top-style: solid !important;
	box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1535521923115 {
    border-top-width: 20px !important;
    background-color: #ffffff !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-top-color: #b2decb !important;
    border-top-style: solid !important;
	box-shadow: 2px 2px 8px #0000004f;
}
.vc_custom_1535521964941 {
    border-top-width: 20px !important;
    background-color: #ffffff !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    border-top-color: #d8b6d4 !important;
    border-top-style: solid !important;
	box-shadow: 2px 2px 8px #0000004f;
}
.core_sys {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 0px;
}
.core_sys .core1 {
    font-size: 250%;
    font-weight: bold;
    padding-bottom: 20px;
}
.button_i01{
    padding-top: 15px;
    padding-bottom: 15px;
	  border-radius: 7px;
    box-shadow: rgb(0 0 0) 0 1px 0;
    color: #fff!important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 25px;
    border-top: 1px solid #f04150;
    background: -webkit-linear-gradient(top, #e60000, #960000);	
}
.inq_icon {
    height: 20px;
    width: 20px;
	  margin-top: -5px;
    margin-right: 8px;
}

/*202106-*/

.bottom-contact .contact_box .block_btn .link_tel .btn:hover {
    background: #ffebeb;
}
.global-nav .drawer-nav .contact-btn li a:hover {
    background: #eee;
    color: #000;
}
.bottom-contact .contact_box .block_btn .link_btn .btn:hover {
    background: linear-gradient( 90deg, #ff5523 0%, #bc1a29 100%);
}
.items textarea {
	height:auto;
}
.contact_lf td.value {
    width: 40%;
}
.contact_lf input[type="button"] {
	font-size: 1.1rem;
	padding: 10px 80px;
	color: #fff;
	background-color: #30A802;
	border-radius: 5px;
	border: 0px solid #30A802;
}
.contact_lf input[type="button"]:hover {
	background-color: #008000;
}

.supervision .embed-featured-image{
	width:12%;
}
.postlink.speech {
	border:none;
}
.postlink.supervision .postlink_img {
	    padding-bottom: 100%;
    position: relative;
    border-radius: 100%;
}
.postlink.supervision {
	padding:1rem;
}
.postlink.supervision .embed-heading {
		color: #636363;
	font-size:12px;
}
.supervision .embed-featured-image .supervision-text {
	background-color:#262626;
	color:#fff;
	position:absolute;
    bottom: 0%;
    left: 10%;
    padding: 0 15px;
    font-size: 12px;
}
.supervision.speech .supervision-text {
	background-color:#262626;
	color:#fff;
    padding: 5px 15px;
    font-size: 12px;
}
.job {
	font-weight:bold;
	font-size: 12px;
	color: #898989;
}
.name {
		font-weight:bold;
	color: #636363;
	font-size: 14px;
	margin:5px 0 0;
	position:relative;
}
.speech .name:after {
content: "";
    border-bottom: 1px solid #3E4B60;
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 95px;
}
.postlink .fa-twitter {
	color:#00acee;
}
.postlink .fa-youtube {
	color:#c4302b;
	    padding-left: 5px;
}
.cover {
    background-position: center;
    background-size: cover;
    width: 100%;
}
/* --------------------------------
内部リンク
---------------------------------*/
.postlink {
  border: solid 1px #ccc;
  margin: 20px 0;
  padding: 1.5em 1em;
  position: relative;
}
.embed-title {
  position: absolute;
  top: -13px;
  color: #fff;
  background-color: #337ab7;
  font-size: 12px;
  padding: 3px 10px;
}
.postlink .postlink_img {
  padding-bottom: 50%;
}
.embed-featured-image {
  float: left;
  margin-right: 1em;
  width: 30%;
}
.embed-heading,
.embed-excerpt {
  overflow: hidden;
}
.embed-heading {
  color: #0d1832;
  padding-top: 10px;
  font-weight: bold;
}
.embed-excerpt {
  color: #999;
  font-size: 11px;
  line-height: 160%;
  padding-top: 0.5em;
  text-decoration: none;
}

.postlink.point {
  padding: 0;
}

.postlink.point .embed-featured-image {
  background: #35529a;
  display: block;
  padding: 2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 800px) {
	.postlink.supervision {
		padding:0.5rem;
	}
.supervision .embed-featured-image {
    width: 25%;
}	
}

.post_warning{
    color: #999!important;
    padding: 1em 0;
    display: inline-block;
	font-size:11px;
}

/*CTA2025*/

.bottom-contact2 {
		background-color: #F4F4F4;
		border: solid 3px #BC1A29;
		padding: 3em;
	margin-top: 4em;
    margin-bottom: 4em;
	}
	.bottom-contact2 h2 {
		text-align: center;
		margin-bottom: 1em;
	}
	.area-back {
		background-color: #fff;
		border: solid 0px;
		border-radius: 48px;
		box-shadow: 4px 4px 6px #D0D0D0;
		padding: 2em 3em 1em 3em;
		text-align: center;
		transition: background 0.5s;
	}
	.imgArea2 {
		margin-right: 1em;
	}
	.linkArea2 {
		margin-left: 1em;
	}
	.bottom-contact2 .c-tx1 {
		font-size: 1.2em;
		border: none;
		color: #313131;
	}
	.area-back .dl-bt {
		font-size: 1.5em;
		font-weight: bold;
		color: #BC1A29;
	}
	.bottom-contact2 .c-tx2 {
    font-size: 1.4em;
    border: none;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 2em;
    font-weight: bold;
}
	.imgArea3 {
		width: 50%;
		text-align: center;
		margin-right: 1em;
	}
	.linkArea3 {
		width: 50%;
		margin-left: 1em;
		text-align: center;
	}
	.imgArea3 a {
		background-color: #fff;
		border: solid 0px;
		border-radius: 24px;
		box-shadow: 4px 4px 6px #D0D0D0;
		padding: 1em;
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
		color: #BC1A29;
		width: 100%;
    display: block;
	}
	.linkArea3 a {
		font-size: 3.5em;
		font-weight: bold;
		text-align: center;
		color: #313131;
	}
	.imgArea3 a:hover {
		background-color: #585858;
		color: #fff;
	}
	.contact_box2 .area-back:hover {
		background-color: #D8D8D8;
	}
.area-back img {
			width: 80%
		}
	@media only screen and (max-width: 920px) {
		.linkArea3 a {
    font-size: 3em;
		}
		.area-back {
    padding: 2em 2em 1em 2em;
}
		.area-back .dl-bt {
    font-size: 1.4em;
		}
	}
	@media only screen and (max-width: 740px) {
		.imgArea2 {
    margin-right: 0em;
}
		.linkArea2 {
    margin-left: 0em;
    margin-top: -2em;
}
		.imgArea3 {
    width: 100%;
    margin-bottom: 1em;
		}
		.linkArea3 {
    width: 100%;
    margin-left: 0em;
		}
		.bottom-contact2 .c-tx2 {
    font-size: 1.2em;
		}
		.linkArea2 {
        margin-top: 1.5em;
    }
		}
		@media only screen and (max-width: 400px) {
			.bottom-contact2 {
    padding: 1em;
}
			.area-back {
        padding: 1.5em 0.5em 0.5em 0.5em;
    }
			.linkArea3 a {
        font-size: 2em;
    }
			.area-back .dl-bt {
        font-size: 1.2em;
    }
			.area-back {
    border-radius: 30px;
			}
.bottom-contact2 .c-tx2 {
        font-size: 1.1em;
    }
			.common-guide .entry-body .area-back img {
			width: 80%
	}
			.bottom-contact2 h2 {
    font-size: 1.1em;
    line-height: 1.3em;
}
			.imgArea3 a {
    border-radius: 20px;
    padding: 0.7em;
				font-size: 1.2em;
}
			.bottom-contact2 .c-tx1 {
    font-size: 1em;
    border: none;
}
			}

/*lobサイドメニュー*/

.l-side .stick {
position: sticky;
	top: 80px;
}
.sideArea img {
	margin-bottom: 1.2em;
}
.l-contents .l-side h3 {
    font-size: 18px;
	margin-bottom: 1em;
}

/*FV　Slider202501*/

.fv-slider {
	margin-top: 60px;
}
.fv-slider img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fv-s1 {
	background-color: #FFF5C2;
}
.fv-s3 {
	background-color: #F27575;
}