@CHARSET "UTF-8";
img{
	height:auto;
	max-width:100%;
}
html { scroll-behavior: smooth;}
figure{text-align:center;}
address{font-style:normal;}
.w-medium{max-width:190px;}
.w500{
	max-width:500px;
	margin:1.2em auto 0;
}
.inner-s{
	max-width:1000px;
	margin:auto;
}
.g-map{
	height:0;
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
}
.g-map iframe{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
.post-row{
	display:flex;
	flex-wrap:wrap;
}
.post-row img{width:100%;}
.post-row .two-box,
.post-row .three-box{
	width:100%;
	margin:0 0 15px;
}
.facBox{margin:0 0 30px}
.facBox:last-of-type{margin:0;}
.facBox .facMap{margin:0 0 10px;}
.facBox .facTxt .txt{
	padding:0 0 0 1em;
	position:relative;
	line-height:1.6;
}
.facBox .facTxt .txt::after{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	content:'';
	width:2px;
	height:calc(100% - 0.5em);
	background-color:#C30000;
}
.shopbox .list{
	display:flex;
	flex-wrap:wrap;
	border-bottom:1px solid #D7D8D9;
}
.shopbox .list:first-child{border-top:1px solid #D7D8D9;}
.shopbox .list .map,
.shopbox .list .address,
.shopbox .list .contact{
	width:100%;
	padding:10px;
}
.color-red{
	font-size:18px;
	color:#C30000;
	font-weight:600;
	line-height:1.5;
	margin:0 0 1.2em;
}
.colorTxt{
	font-size:18px;
	color:#C30000;
	font-weight:600;
	line-height:1.5;
}
.h-square{
	font-size:18px;
	position:relative;
	margin:0 0 10px;
	padding:0 0 0 1.2em;
	font-weight:500;
}
.h-square::after{
	position:absolute;
	top:0.5em;
	left:0;
	z-index:2;
	content:'';
	width:12px;
	height:12px;
	background-color:#000;
}
.base-tbl td a {
    color: #0066a7;
}
.base-tbl td a:hover{
    text-decoration: underline!important;
}

.base-head{
	font-size:18px;
	font-weight:500;
}
.base-tbl{
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
.base-tbl th,
.base-tbl td{
	border:1px solid #BCBCBC;
	line-height:2.2;
	width:calc(100%/3);
	padding:8px 15px;
	vertical-align:middle;
}
.base-tbl th{
	text-align:center;
	background-color:#555;
	color:#FFF;
}
.raw-tbl{
	border-collapse:collapse;
	white-space:nowrap;
	width:100%;
}
.raw-tbl th,.raw-tbl td{
	text-align:center;
	width:25%;
	padding:8px 15px;
	font-weight:400;
	border:1px solid #ADADAD;
}
.raw-tbl th{background-color:#FFE4E4;}
.raw-tbl th.l-txt{text-align:left;}
.raw-tbl .l-ttl{background-color:#FBADAD;}
.raw-tbl img{
	margin:5px 2px;
	max-width:none;
}
.descA-tbl th:nth-child(2) {
    width: 65px;
}
td.kisyu {
    text-align: center;
    vertical-align: inherit!important;
}
.descA-tbl,
.descB-tbl{
	border-collapse:collapse;
	white-space:normal;
	width:100%;
}
.descA-tbl th,.descA-tbl td,
.descB-tbl th,.descB-tbl td{
	font-weight:400;
	border:1px solid #BCBCBC;
	vertical-align:text-bottom;
	font-size:15px;
}
/*.descA-tbl th,.descA-tbl td{width:calc(96%/3);}*/
.descB-tbl th,.descB-tbl td{width:calc(96%/2);}
.descA-tbl .num{
	text-align:center;
	width:4%;
}
.descA-tbl .num,
.descB-tbl .num{
	text-align:center;
	width:4%;
}
.descA-tbl th.num,
.descB-tbl th.num{background-color:#555;}
.descA-tbl td.num,
.descB-tbl td.num{background-color:#DDD;}
.descA-tbl th,
.descB-tbl th{
	padding:6px 10px;
	background-color:#555;
	color:#FFF;
}
.descA-tbl td,
.descB-tbl td{padding:4px 10px;}
.cen-txt{text-align:center;}
.explain li{
	font-weight:500;
	padding:0 0 0 40px;
	position:relative;
	line-height:2;
	margin:0 0 10px;
}
.explain li:last-child{margin:0;}
.explain li::before{
	content:'';
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
}
.explain li:nth-child(1){background-image:url(../img/licence.png);}
.explain li:nth-child(2){background-image:url(../img/profession.png);}
.explain li:nth-child(3){background-image:url(../img/special.png);}
.explain li:nth-child(4){background-image:url(../img/skill.png);}
.explain li:nth-child(5){background-image:url(../img/slinging.png);}
.link-btn a{
	background-color:#C00000;
	border:1px solid #C00000;
	display:block;
	text-align:center;
	margin:30px auto 45px;
	padding:5px 10px;
	color:#FFF;
	text-decoration:none;
	transition:0.3s;
	font-size:18px;
	max-width:300px;
}
.link-btn a:hover{
	background-color:#FFF;
	color:#C00000;
}
.pro-col{
	display:flex;
	flex-wrap:wrap;
}
.pro-col h4{
	background-color:#C10000;
	color:#FFF;
	padding:5px 20px;
	text-align:center;
	font-size:18px;
	margin-bottom:15px;
}
.pro-col img{
	width:100%;
	max-width:450px;
}
.pro-col .pro-box{
	width:100%;
	margin:0 0 15px;
}
.cnt-brd{
	border-bottom:1px solid #d7d8d9;
	margin:0 0 30px;
	font-weight:500;
}
.cnt-brd span{
	display:table;
	margin:auto;
	font-weight:600;
}
.cen-txt{text-align:center;}
.faq-list a{
	color:#0066a7;
	font-weight:600;
}
.faq-list li{margin-bottom:8px;}
.faq-list li:last-child{margin-bottom:0;}
ol.movie_content {
    padding-left: 2em;
}
ol.movie_content li {
    line-height: 2.8;
}
ol.movie_content li a:hover {
    color: #c30000;
}
.color-theme{
	padding:5px;
	color:#FFF;
	text-align:center;
	background:#BD0000;
	margin:0 0 20px;
}
.encircleA,
.encircleA .flex,
.encircleB,
.encircleB .flex,
.encircleC,
.encircleC .flex{
	display:flex;
	flex-wrap:wrap;
}
.encircleA{
	border:1px solid #808080;
	padding:20px 15px;
	margin:0 0 2em;
}
.encircle-large{
	border:1px solid #808080;
	padding:30px 15px;
	margin:0 0 2em;
}
.encircleC:last-child{margin:0;}
.encircleA:last-child{margin:0;}
.encircleA img,
.encircleC img,
.encircleB img{width:100%;}
.encircleA .box,
.encircleC .box{
	width:100%;
	margin:0 0 3.5em;
}
.encircleA .box:last-child{margin:0;}
.encircleC .box:last-child{margin:0;}
.encircleB .box{
	width:100%;
	margin:0 0 2em;
}
.encircleA .box .img,
.encircleA .box .txt,
.encircleC .box .img,
.encircleC .box .txt,
.encircleB .flex .img,
.encircleB .flex .txt{width:100%;}
.encircleA .box .txt h5,
.encircleC .box .txt h5,
.encircleB .box .txt h5{
	font-size:18px;
	line-height:1.4;
	border-bottom:1px solid #B7B9BB;
	padding:0 0 10px;
	margin:0 0 14px;
}
.encircleA .box .txt h5 span,
.encircleC .box .txt h5 span,
.encircleB .box .txt h5 span{font-size:0.8em;}
.encircleA .box .img,
.encircleC .box .img,
.encircleB .box .img{margin:0 0 15px;}
.encircleB .bale{
	border:1px solid #808080;
	padding:20px 15px;
}
.encircleA li,
.encircleC li,
.encircleB li{line-height:1.5;}
.guidance{
	display:table;
	width:100%;
	max-width:800px;
	margin:0 auto 50px;
}
.guidance .label{
	float:left;
	width:25%;
}
.guidance .sentence{
	float:left;
	width:75%;
}
.guidance .label span{
	background:#C00000;
	display:table;
	padding:4px 1.6em;
	color:#FFF;
}
.guidance .sentence table{width:100%;}
.guidance .sentence table th{text-align:left;}
.guidance .sentence table td{color:#C00000;}
.proArea{
	display:flex;
	flex-wrap:wrap;
}
.proArea .proTwo{
	width:100%;
	margin:0 0 20px;
	position:relative;
}
.proArea .proTwo:last-child{margin:0;}
.proArea .proRev{
	display:table;
	margin:auto;
}
.proArea h5{
	font-size:18px;
	padding:0 0 0 1.2em;
	position:relative;
	margin:0 0 15px;
}
.proArea h5::before{
	top:0.25em;
	left:0;
	content:'';
	width:6px;
	height:calc(100% - 0.5em);
	background-color:#C00000;
	position:absolute;
}
.explain {
    margin-bottom: 4em;
}
.sentence a {
    color: #0066a7;
}

@media only screen and (min-width:650px){
	.facCol{
		display:block;
		flex-wrap:nowrap;
	}
	.facBox{
		width:100%;
		display:flex;
		flex-wrap:wrap;
	}
	.facBox .facMap{
		width:calc(45% - 40px);
		margin:0 40px 0 0;
	}
	.facBox .facTxt{
		width:calc(55% - 40px);
		margin:0 0 0 40px;
	}
	.explain{column-count:2;}
}
@media only screen and (min-width:768px){
    .w-90{
    width:85%;
    margin:0 auto;
    }
	.shopbox .list .map{width:28%;}
	.shopbox .list .address{
		width:36%;
		padding:10px 20px;
	}
	
	.shopbox .list .contact{
		width:31%;
		padding:10px 20px;
		position:relative;
	}
	.shopbox .list .contact::after{
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		margin:auto;
		content:'';
		width:1px;
		height:-webkit-calc(100% - 1em);
		height:calc(100% - 1.5em);
		background-color:#D7D8D9;
	}
	.color-red{font-size:22px;}
	.colorTxt{font-size:25px;}
	.base-head{font-size:20px;}
	.link-btn a{margin:20px 0 50px auto;}
	.post-row .two-box{width:calc(50% - 20px);}
	.post-row .two-box:nth-child(odd){margin:0 20px 40px 0;}
	.post-row .two-box:nth-child(even){margin:0 0 40px 20px;}
	.post-row .three-box{
		width:calc(100%/3 - 40px);
		margin:0 60px 40px 0;
	}
	.post-row .three-box:nth-child(3n){margin:0 0 20px}
	.pro-col h4{font-size:20px;}
	.pro-col figure{
		position:absolute;
		top:10em;
		left:0;
		right:0;
		margin:auto;
	}
	.pro-col figure .img45{
		text-align:left;
		max-width:450px;
		margin:auto;
	}
	.pro-col .pro-box{
		width:calc(50% - 20px);
		padding:0 0 28%;
		position:relative;
	}
	.pro-col .pro-box:nth-child(odd){margin:0 20px 40px 0;}
	.pro-col .pro-box:nth-child(even){margin:0 0 40px 20px;}
	.encircleA,
	.encircleB .bale{
		padding:30px 15px;
		height:100%;
	}
	.encircleA .box,
	.encircleC .box,
	.encircleB .box{width:calc(50% - 15px);}
	.encircleA .box:nth-child(odd),
	.encircleC .box:nth-child(odd),
	.encircleB .box:nth-child(odd){margin:0 15px 30px 0;}
	.encircleA .box:nth-child(even),
	.encircleC .box:nth-child(even),
	.encircleB .box:nth-child(even){margin:0 0 30px 15px;}
	.encircleA .box .img,
	.encircleC .box .img,
	.encircleB .box .img{
		width:40%;
		margin:0;
	}
	.encircleA .box .txt,
	.encircleC .box .txt,
	.encircleB .box .txt{
		width:calc(60% - 15px);
		margin:0 0 0 15px;
	}
	.encircleA .box .txt h4,
	.encircleC .box .txt h4,
	.encircleB .box .txt h4{font-size:20px;}
	.proArea .proTwo:nth-child(odd){
		width:calc(50% - 10px);
		margin:0 10px 0 0;
	}
	.proArea .proTwo:nth-child(even){
		width:calc(50% - 20px);
		margin:0 0 0 20px;
	}
	.proArea .proRev{
		position:absolute;
		top:50%;
		left:0;
		transform:translateY(-50%) translateX(0);
		-webkit- transform:translateY(-50%) translateX(0);
		margin:auto;
	}
}
@media only screen and (max-width:640px){
	.table_wrap{overflow-x:scroll;}
	.descA-tbl,.descB-tbl{white-space:nowrap;}
	.guidance .label, .guidance .sentence{
		float:none;
		width:100%;
	}
	.guidance .label span{
		margin:0 auto 15px;
		text-align:center;
	}
	.guidance .label{width:100;}
}
@media only screen and (max-width:767px){
span.res_none {
    display: none;
}
.address {
    padding-bottom: 0!important;
}
.contact {
    padding-top: 0!important;
}
}
@media screen and (min-width:768px) and (max-width:897px){
	.pro-col .pro-box{padding:0 0 35%;}
	.pro-col figure{top:11em;}
}
@media screen and (min-width:650px) and (max-width:1024px){
	.facBox .facMap{
		width:calc(40% - 10px);
		margin:0 10px 0 0;
	}
	.facBox .facTxt{
		width:calc(60% - 10px);
		margin:0 0 0 10px;
	}
}
/*’Ç‰Á*/
.map-title {
    background: #C9CACA;
    color: #000;
    font-weight: bold;
    padding: 0.3em 3em;
    margin-bottom: 1em;
}
.map-title p {
    font-size: 20px;
}
.info-box {
    text-align: center;
}
.info-box .mail a {
    color: #007ec0;
}
p.tel {
    font-weight: bold;
    font-size: 25px;
}
.info-box .mail {
    font-size: 17px;
    font-weight: bold;
}