.subimg01 {
	background-image: url("../img/subimg01.jpg");
}
.subimg02 {
	background-image: url("../img/subimg02.jpg");
}
.subimg03 {
	background-image: url("../img/subimg03.jpg");
}

.sub-main-box {
	background-size: cover;
	background-position: center;
	border-left: 40px solid #CC341F;
}
.syado {
	color: #fff;
	padding: 180px 0 80px 8%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1.8), rgba(255, 255, 255, .0),rgba(255, 255, 255, .0));
}
.syado h2 {
	font-size: 300%;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.syado h6 {
	font-family: "Times New Roman", Times, "serif";
	font-size: 140%;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	
}

.title {
	margin-top: 80px;
	margin-bottom: 40px;
}
.title h3 {
	font-size: 160%;
	font-weight: bold;
	background-color: #EAEAEA;
	border-radius: 6px;
	padding: 10px 20px;
	position: relative;
}

.title h3::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	background-color: #CC341F;
	bottom: 0;
	left: 20px;
}
.sub-conte {
	padding-left: 20px;
	padding-right: 20px;
}

.aisatu {
	display: flex;
	justify-content: space-between;
}
.aisatu01 {
	width: 38%;
}
.aisatu p {
	width: 58%;
}
.aisatu h4 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 180%;
	font-weight: bold;
}
.aisatu h5 {
	font-weight: bold;
	font-size: 140%;
	margin-top: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.aisatu h5 span {
	font-weight: normal;
	font-size: 80%;
	display: block;
}
.sp-ari {
	display: none;
}

.table table {
	width: 100%;
	border-top: 1px solid #707070;
}
.table td {
	font-size: 118%;
	line-height:1.6;
	letter-spacing: 0.02em;
	font-weight:500;
	padding: 10px;
	border-bottom: 1px solid #707070;
}
.table .td01 {
	font-weight: bold;
	background-color: #F5F5F5;
}
.table td strong {
	font-weight: bold;
}
.syasin {
	display: flex;
	justify-content: space-between;
}
.syasin li {
	width: 30%;
	margin-top: 60px;
}
.syasin li img {
	border-radius: 6px;
	margin-bottom: 10px;
}

.map {
	display: flex;
	justify-content: space-between;
}
.map li {
	width: 48%;
}
.map h4 {
	font-weight: bold;
	margin-bottom: 10px;
}

.red {
	color: #CC341F;
}
#a-map {
	display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.sosiki {
	max-width: 800px;
	margin: 0 auto;
}

.enkaku table {
	width: 100%;
	
}
.enkaku td {
	font-size: 118%;
	line-height:1.6;
	letter-spacing: 0.02em;
	font-weight:500;
	padding: 10px;
	
}
.enkaku .td02 {
	font-weight: bold;
	width: 100px;
}
.enkaku tr:nth-child(odd) td {
	background-color: #F5F5F5;
	border-radius: 6px;
}




.fea-seco ul {
	display: flex;
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
}
.fea-seco ul li {
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
.fea-seco ul li:nth-child(2) {
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}
.fea-seco ul li h6 {
	font-family: "Times New Roman", Times, "serif";
	font-size: 280%;
	position: relative;
	color: #CC341F;
}
.fea-seco ul li h6::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #CC341F;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.fea-seco ul li h3 {
	font-weight: bold;
	font-size: 150%;
	margin-top: 20px;
	line-height: 1.4;
}
.fea-seco ul li h5 {
	font-family: "Times New Roman", Times, "serif";
	font-size: 90%;
	color: #CC341F;
}

.fea-poi {
	color: #fff;
	background-color: #962819;
	max-width: 800px;
	margin: 0 auto;
	padding: 60px;
	margin-top: 40px;
}
.fea-poi h3 {
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.fea-poi p {
	font-weight: bold;
}

.pro {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro li {
	width: 47%;
	margin-bottom: 40px;
}
.pro li img {
	border-radius: 6px;
}
.pro li h3 {
	font-size: 150%;
	font-weight: bold;
	position: relative;
	padding: 14px 0;
	border-bottom: 2px solid #F5F5F5;
	margin-bottom: 10px;
}
.pro li h3::after {
	position: absolute;
	content: "";
	width: 40px;
	height: 2px;
	background-color: #CC341F;
	bottom: 0;
	left: 0;
}
.pro li p {
	font-size: 100%;
}

.messe {
	background-color: #E1EEFE;
	background-image: url("../img/rec-messe.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25%;
	padding-top: 100px;
}
.mese01 {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.mese01 h3 {
	width: 40%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	font-size: 180%;
}
.mese01 p {
	width: 55%;
	font-weight: bold;
}

.rec-co {
	display: flex;
	justify-content: space-between;
}
.rec-co01 {
	width: 47%;
}
.rec-co02 {
	width: 47%;
}
.rec-co01 img {
	border-radius: 6px;
}
.rec-co01 p {
	margin-top: 10px;
}
.rec-co02 h4 {
	font-size: 110%;
	font-weight: bold;
}
.sikaku {
	margin-top: 15px;
	background-color: #EAEAEA;
	border-radius: 6px;
}
.sikaku h5 {
	background-color: #484848;
	border-radius: 6px 6px 0 0 ;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
}
.sikaku ul {
	padding: 10px 20px;
}
.sikaku ul p {
	font-size: 100%;
	font-weight: bold;
}
.sikaku ul li {
	position: relative;
	padding-left: 15px;
}
.sikaku ul li::after {
	position: absolute;
	content: "・";
	left: 0;
	top: 0.3em;
}

.situmon {
	background-color: #F5F5F5;
	border-radius: 6px;
	max-width: 600px;
	margin: 0 auto;
	margin-top: 40px;
	box-sizing: border-box;
	padding: 40px;
}
.situmon h4 {
	font-size: 140%;
	font-weight: bold;
	position: relative;
	padding: 10px 0;
	text-align: center;
}
.situmon h4::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 40px;
	background-color: #CC341F;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}

.denwa {
	background-color: #fff;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	padding: 20px;
	margin-top: 20px;
	border-radius: 6px;
	text-align: center;
}
.denwa h6 a {
	color: #000;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 200%;
	font-weight: bold;
}

.denwa h6 a span {
	font-size: 60%;
}

@media screen and ( max-width:800px )
{
.sub-main-box {
    border-left: 5px solid #CC341F;
}
.syado {
    padding: 10%;
	background: linear-gradient(
90deg, rgba(0, 0, 0, 1.8), rgba(255, 255, 255, .0));
	}
.syado h2 {
    font-size: 200%;
}
.title {
    margin-top: 60px;
    margin-bottom: 30px;
}
.fea-seco ul {
    display: inherit;
    padding-left: 0%;
    padding-right: 0%;
}
.fea-seco ul li {
    width: 100%;
	padding: 20px 0px;
}
.fea-seco ul li:nth-child(2) {
    border-left: none;
    border-right: none;
	border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}
.sub-conte {
    padding-left: 0px;
    padding-right: 0px;
}
.fea-poi {
    padding: 5%;
}
.fea-poi h3 {
    font-size: 140%;
}
.pro {
    display: inherit;
}
.pro li {
    width: 100%;
}
.aisatu {
    display: inherit;
}
.aisatu01 {
    width: 100%;
}
.aisatu p {
    width: 100%;
	margin-top: 20px;
}
	.sp-no {
		display: none;
	}
	.sp-ari {
		display: block;
		
	}
.aisatu h4 {
    font-size: 150%;
}
.table td {
	display: block;
}
.syasin {
	display: inherit;
}
.syasin li {
    width: 100%;
    margin-top: 40px;
}
.map {
    display: inherit;
}
.map li {
    width: 100%;
}
.map li:last-child {
    margin-top: 40px;
}
.enkaku td {
    display: block;
	padding: 0px 10px 10px 10px;
}
.enkaku .td02 {
    width: 100%;
	box-sizing: border-box;
	padding: 10px 10px 0px 10px;
}
.enkaku tr:nth-child(odd) td {
    border-radius: 0px;
}
	
.messe {
    padding-bottom: 40%;
    padding-top: 60px;
	padding-left: 5%;
	padding-right: 5%;
	background-size: 200% auto;
}
.mese01 {
    display: inherit;
}
.mese01 h3 {
    width: 100%;
    font-size: 120%;
}
	.mese01 h3 span {
		display: none;
	}
.mese01 p {
    width: 100%;
    font-size: 100%;
	margin-top: 30px;
}
.rec-co {
    display: inherit;
}
.rec-co01 {
    width: 100%;
	margin-bottom: 30px;
}
.rec-co02 {
    width: 100%;
}
.sikaku ul {
    padding: 10px 10px;
}
.situmon {
    padding: 40px 5%;
}
	
}