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

/*
==========================================================
トップページ
==========================================================
*/

@media print, screen and (min-width: 641px) {

#contents {
	margin-bottom: 100px;
	position: relative;
	text-align: center;
}
#mainwrap {
width: 1200px;
margin-right: auto;
	margin-left: auto;
 position: relative;
 margin-top: 220px;
 padding-bottom: 50px;
}
#mainImage {
	height: 640px;
	width: 1200px;
	margin-bottom: 0px;
 border-bottom: solid 10px #e2953d;
}
#mainwrap a {
width: 200px;
height: 200px;
position: absolute;
bottom: 0;
left: 0;
}
.message {
text-align: center;
margin-bottom: 40px;
}
.message dt {
font-size: 24px;
color: #e2953d;
margin-bottom: 20px;
}
.message dt span {
display: block;
margin: 0 auto 10px;
font-size: 13px;
color: #333333;
line-height: 100%;
}
.message dd {
width: 960px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.guide {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
	margin-bottom: 50px;
	margin-top: 0px;
}
.guide ul {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
 display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.guide ul li {
	width: 46%;
	margin-bottom: 4%;
	overflow: hidden;
}
.guide ul li a {
	border: 2px solid #e2953d;
	text-decoration: none;
	color: #e2953d;
	display: block;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 2px 7px 0px #ccc;
	background-color: #FFF;
	overflow: hidden;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.guide ul li a:hover {
	background-color: #fcf3d9;
}
.guide ul li a dl {
	margin: 0;
	padding: 0px;
}
.guide ul li a dl dt {
	margin-bottom: 20px;
}
.guide ul li a dl dt img {
	width: 20%;
margin-left: auto;
margin-right: auto;
}
.guide ul li a dl dt span {
line-height: 100%;
font-size: 24px;
display: block;
}
.guide ul li a dl .img {
	float: left;
	width: 35%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}
.guide ul li a dd {
text-align: left;
color: #e2953d;
}

.information {
	margin-bottom: 50px;
}
.information h3 {
	margin-bottom: 40px!important;
	color: #e2953d;
}
.information .inner .news dl {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	overflow: hidden;
    text-align: left;
}
.information .inner .news dl dt {
text-align: left;
	margin-bottom: 10px;
}
.information .inner .news dl .icon {
display: flex;
	color: #FFF;
	font-size: 11px;
	width: 100%;
	margin-bottom: 6px;
}
.information .inner .news dl .icon span {
	display: inline-block;
	padding: 0px 5px;
	margin-right: 5px;
}
.information .inner .news dl dd {
	text-align: left;
}

.information .inner .news dl .home {
	background-color: #fbc300;
    display: inline;
    padding: 0.1rem 1rem;
}
.information .inner .news dl .tokuyo {
	background-color: #fbc300;
}
.information .inner .news dl .iroha {
	background-color: #AE3E1A;
}
.information .inner .news dl .shougai {
	background-color: #B39431;
}

.information .inner .news {
	height: 240px;
	overflow: auto;
}
.information .inner .news a:hover {
	color: #06C;
	text-decoration: underline;
}
.banner {
width: 1200px;
margin-left: auto;
margin-right: auto;
}



}


 @media screen and (max-width: 640px) {

#contents {
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}
#mainwrap {
 position: relative;
 margin-top: 60px;
 padding-bottom: 40px;
}
#mainImage {
	height: 198px;
	margin-bottom: 0px;
 border-bottom: solid 5px #e2953d;
}
#mainwrap a {
width: 30%;
position: absolute;
bottom: 0;
left: 10px;
}
.message {
text-align: center;
margin-bottom: 40px;
}
.message dt {
font-size: 24px;
color: #e2953d;
margin-bottom: 20px;
}
.message dt span {
display: block;
margin: 0 auto 10px;
font-size: 13px;
color: #333333;
line-height: 100%;
}
.message dd {
text-align: left;
}
.guide {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eee;
	margin-bottom: 50px;
	margin-top: 0px;
}
.guide ul {
 display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.guide ul li {
	margin-bottom: 4%;
	overflow: hidden;
}
.guide ul li a {
	border: 2px solid #e2953d;
	text-decoration: none;
	color: #e2953d;
	display: block;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0px 2px 7px 0px #ccc;
	background-color: #FFF;
	overflow: hidden;
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.guide ul li a:hover {
	background-color: #fcf3d9;
}
.guide ul li a dl {
	margin: 0;
	padding: 0px;
}
.guide ul li a dl dt {
	margin-bottom: 20px;
}
.guide ul li a dl dt img {
	width: 20%;
margin-left: auto;
margin-right: auto;
}
.guide ul li a dl dt span {
line-height: 100%;
font-size: 24px;
display: block;
}
.guide ul li a dl .img {
	float: left;
	width: 35%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
}
.guide ul li a dd {
text-align: left;
color: #e2953d;
}

.information {
	margin-bottom: 50px;
}
.information h3 {
	margin-bottom: 40px!important;
	color: #e2953d;
}
.information .inner .news dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.information .inner .news dl dt {
text-align: left;
margin-bottom: 5px;
width: 30%
}
.information .inner .news dl .icon {
	color: #FFF;
	font-size: 11px;
	width: 40%;
	margin-bottom: 5px;
    text-align: center;
}
.information .inner .news dl .icon span {
	display: inline-block;
	padding: 0px 5px;
	margin-right: 5px;
}
.information .inner .news dl dd {
	text-align: left;
    width: 100%;
}
.information .inner .news dl .home {
	background-color: #fbc300;
}
.information .inner .news dl .tokuyo {
	background-color: #fbc300;
}
.information .inner .news dl .iroha {
	background-color: #AE3E1A;
}
.information .inner .news dl .shougai {
	background-color: #B39431;
}

.information .inner .news {
	height: 240px;
	overflow: auto;
}
.information .inner .news a:hover {
	color: #06C;
	text-decoration: underline;
}
.banner {

}
.banner li {
width: 100%;
margin-bottom: 20px;
}


}
