@charset "utf-8";

/* ==================================================================
	index.css
	
=================================================================== */
.area{
	position:relative;
}

.area ol.breadcrumbs {
	bottom: -30px;
	position:absolute;
	left: 0;
    right: 0;
	margin-bottom: 30px;
}

.area .accentArea .wrap {
    height: 360px;
	float: none;
    width: 100%;
}

.contents .accentArea .wrap:before {
	width: 100%;
    left: 0;
}

.contents .accentArea .wrap h2.title {
	width: 120px;
	height: 253px;
	position: absolute;
    text-align: left;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.contents main > section:last-child {
    margin-bottom: 70px;
	margin-top: 30px;
}

.contents .wide .container{
	width:700px;
}

.contents section .container p.intro{
    margin-bottom: 40px;
	line-height: 2;
}

.contents section .container ul.list > li{
	margin-bottom:45px;
}

.contents section .container ul.list > li dl{
	line-height:2;
}

.contents section .container ul.list > li dl dt{
	margin-bottom:25px;
    background: #e55934;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
	font-size:125%;
}

.contents section .container ul.list li dl dd .red{
    color:#e55934;
}

.contents section .container ul.list li dl dd .notice{
    font-size: 90%;
    display: block;
    padding-left:1em;
	text-indent:-1em;
}

.contents section .container ul.list li dl dd .list_number li{
    font-size: inherit;
    list-style-type: decimal;
    margin-left: 1.2em;
    margin-bottom: 16px;
}

.contents section .container ul.list li a{
    color: blue;
    text-decoration: underline;
}
.contents section .container ul.list li a:hover{
    text-decoration: none;
}

/* --------------------------------
   □ shortstay
-------------------------------- */ 


@media only screen and
(max-width : 767px) {
	
/* --------------------------------
   □ 
-------------------------------- */ 
.area .accentArea .wrap {
    height: 180px;
}

.contents .wide .container {
    width: auto;
}

.contents .accentArea .wrap h2.title {
	width:70px;
	height:auto;
	margin-top: 2%;
}

.contents main > section:last-child {
    margin-top: 0;
}





}

	
