@charset "UTF-8";

/*** CSS Document ********************************************

	custom.css

*************************************************************/


#icarch img {
	display: block;
	width: 100%;
}

.contetns{
	width: 100%;
	margin: 0 auto;
}

.contents1{
	background:url(../img/1.png),url(../img/2.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left 1%,right 1%;
	background-size: 110px,110px;
	background-color: #85C2EB;
	padding: 0 0 50px 0;
}

.contents2{
	
	padding: 50px 0 80px 0;
	background:url(../img/line1.png),url(../img/line2.png);
	background-repeat: no-repeat,no-repeat;
	background-size: 100%;
	background-position: left -2%,right 102%;

}
.contents3{
	background:url(../img/3.png),url(../img/4.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left 100%,right 100%;
	background-size: 100px,100px;
	background-color: #85C2EB;
	padding: 0 0 70px 0;
}

.icon1{
	background:url(../img/icon1.png) no-repeat right 50% top 38% /46px;
}

.icon2{
	background:url(../img/icon2.png) no-repeat right 50% top 38% /46px;
}

h2{
	text-align:center;
	font-size:18px;
	padding:110px 0 50px 0;
	}

.icon1_1{
	background:url(../img/PopularLocations.png) no-repeat right 50% bottom 14% /120px;
	color: #FFF;
}

.icon2_2{
	background:url(../img/Area.png) no-repeat right 50% bottom 14%  /40px;
	color: #578EC6;
}

.icon3_3{
	background:url(../img/Condition.png) no-repeat right 50% bottom 14%  /70px;
	color: #FFF;
}

.area{
	background-color: #FFF;
	padding: 40px 50px;
	margin: 30px;
	text-align: center;
	border-radius: 10px;
}

.area img{
	padding: 10px 0 30px;
}

.title{
	text-align: center;
	color:#85C2EB;
	padding-bottom: 14px;
	font-size: 22px;
}

.button{
	width: 160px;
	background-color: #85C2EB;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	text-align: center;
}

.button a{
	color: #FFF;
	text-decoration:none;
}

/*エリアアコーデ*/
.areabox .accordion {
	width: 40%;
	float: left;
	margin: 0 0 20px 7%;
}
.areabox .accordion:nth-child(2n+1){
	clear: both;
}
.areabox .accordion > li p {
	display:block;
	padding: 20px;
	background:url(../img/sankaku_shiro.png) no-repeat right 4% bottom 50% /12px;
}
.areabox .accordion > li {
	cursor: pointer;
	text-align: center;
	background-color: #578EC6;
	color: #FFF;
	border-radius: 10px;	
	
}

.areabox .accordion > li a{
	padding: 15px 10px;
	display: block;
	color:#FFF;
	text-decoration: none;
}
.areabox  .accordion > li a:hover {
	opacity: 0.6;
	background-color: #85C2EB;
	color: #FFF;
}

.areabox .accordion > li:last-child {
	border-bottom: none;
}
.areabox  .accordion > li.open {
	color: #FFF;
	background: #578EC6;
}

ul li ul {
	display: none;
	background: #578EC6;
	color: #FFF;
	border: 1px solid #FFF;
}
ul li ul li {
	border-bottom: 1px solid #FFF;
	text-align: center;
}
ul li ul li:last-child {
	border-bottom: none;
}

.areabox .right {
	margin: 0 0 20px 0 !important;
}

/*エリアアコーデ2*/

.areabox2 .accordion {
	width: 40%;
	float: left;
	margin: 0 0 20px 7%;
}
.areabox2 .accordion:nth-child(2n+1){
	clear:both;
}
.areabox2 .accordion > li p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	height: 56px;
	background:url(../img/sankaku_ao.png) no-repeat right 4% bottom 50% /12px;
}
.areabox2 .accordion > li {
	cursor: pointer;
	text-align: center;
	background-color: #FFF;
	color: #85C2EB;
	border-radius: 10px;
	
}

.areabox2 .accordion > li a{
	padding: 15px 10px;
	display: block;
	color: #85C2EB;
	text-decoration: none;
}
.areabox2  .accordion > li a:hover {
	opacity: 0.6;
	background-color: #A7DFFF;
	color: #FFF;
}
.areabox2 .accordion > li:last-child {
	border-bottom: none;
}
.areabox2  .accordion > li.open {
	color: #85C2EB;
	background: #FFF;
}

.areabox2 ul li ul {
	display: none;
	background: #FFF;
	color: #85C2EB;
	border: 1px solid #85C2EB;
}
.areabox2 ul li ul li {
	border-bottom: 1px solid #85C2EB;
	text-align: center;
}
.areabox2 ul li ul li:last-child {
	border-bottom: none;
}

.areabox2 .right {
	margin: 0 0 20px 0 !important;
}

.title01{
	color: #85C2EB;
}



.lpbanner{
    background: #fbfaf8;
    border: 1px solid #85C2EB;
    border-radius: 5px;
    font-size: 12px;
    margin:20px auto 20px auto;
	width:100%;
}



.lpbanner h3{
	background: #85C2EB;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: .06em;
    padding: 10px 0!important;
    margin: 0 0 15px;
}

.lpbanner p {
    padding: 0 15px 15px;
    box-sizing: border-box;
    letter-spacing: .08em;
    line-height: 1.4;
    font-size: 13px;
    text-align: center;
}