/*-----------------------------
  FV
--------------------------------*/
#icatch{
}
#icatch h1 img{
	margin: 0 auto;
	display: block;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: 100%;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
.pc_location h2,
#search_area h2,
#area h2,
#reco h2,
#int h2{
	padding: 20px 0;
	text-align: center;
	font-size: 30px;
	font-weight: lighter;
	color: #444;
}

/*-----------------------------
  都道府県
--------------------------------*/
.pc_location{
	padding: 40px 0;
	background: url(../img/bg.png);
}
.pc_location h2,
#search_area h2{
	font-weight: bold;
}
.pc_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.pc_location section dl{
	width: 31%;
	height: 270px;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	border:5px solid #333;
	float: left;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.pc_location section dl dt{
	font-size: 24px;
	padding: 15px 0;
	text-align: center;
	color: #444;
}
.pc_location section dl dd ul li{
	width: 31.2%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
.pc_location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #333;
	background-size:auto 12px;
	font-size: 1.5rem;
	text-align: center;
	padding: 15px 0;
}

/*-----------------------------
  人気エリア
--------------------------------*/
#area{
	padding: 40px 0;
	background:#f2f2f2;
}
#area h2{
}
#area section{
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}
#area section ul li{
	width: 23%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
#area section ul li a{
	display: block;
	color: #fff;
	border-radius: 50px;
	background: url(../img/arrow_w.png) no-repeat 97% center #444;  /* fallback for old browsers */
	background-size:auto 12px;
	font-size: 1.5rem;
	text-align: center;
	padding: 15px 0;
}


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 31%;
	height: 230px;
	background: #f2f2f2;
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 1% 2% 1%;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 0.8% 2% 2.2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

.background-silver{
	background-color: #efefef;

}

.banner-sinior{
	padding: 60px 0;
}
.banner-sinior a{
	margin: 0px auto;
	width: 600px;
	/* padding: 40px 0; */
}

.banner-sinior img{
	width: 600px;
}

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

▼スマホ用

///////////////////////////// */
@media screen and (max-width:780px) {
	
	/*-----------------------------
  FV
--------------------------------*/
img{
		max-width: 100%;
	}
#icatch{
	padding: 0;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	width: 100%;
}
	.adbnr h3{
		width: auto;
		margin: 0 auto 10px auto;
		background: #333;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: lighter;
		text-align: center;
	}
.adbnr ul{
	width: auto;
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #444;
	color: #fff;
	text-align: center;
	border-bottom: 2px solid #1e9b9b;
	border-radius: 100px;
	font-size: 100%;
}

/*-----------------------------
  共通指定
--------------------------------*/
.contents{
}
.sp_location h2,
#area h2,
#reco h2,
#int h2{
	padding: 20px 0;
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	color: #444;
}

/*-----------------------------
  都道府県
--------------------------------*/
.sp_location{
	padding: 20px 0;
	background: url(../img/bg.png);
}
.sp_location h2{
	font-weight: bold;
}
.sp_location section{
	padding: 0 20px;
	box-sizing: border-box;
}
.sp_location section dl{
	width: 48%;
	height: auto;
	background: #fff;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	padding: 5px;
	border:5px solid #333;
	box-sizing: border-box;
	margin: 0 0.5% 2% 1.5%;
}
.sp_location section dl dt{
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
	color: #444;
}
.sp_location section dl dd ul li{
	width: 100%;
	float: none;
	margin: 0 0 2% 0;
}
.sp_location section dl dd ul li a{
	display: block;
	color: #fff;
	/* border:1px solid #444; */
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 98% center #333;
	background-size:auto 12px;
	font-size: 1.5rem;
	text-align: center;
	padding: 10px 0;
}
.areamenu dd{
	display: none;
	}

/*-----------------------------
  人気エリア
--------------------------------*/
#area{
	padding: 0;
}
#area h2{
}
#area section{
	width: auto;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}
#area section ul li{
	width: 48%;
	float: left;
	margin: 0 0.8% 2% 1.2%;
}
#area section ul li a{
	display: block;
	color: #fff;
	border-radius: 50px;
	background: url(../img/arrow_w.png) no-repeat 97% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}


/*/////▼ モーダル内リンク ▼////*/
.popup h2{
	font-size: 24px;
	font-weight: lighter;
	line-height: 1.5;
	padding: 0 0 20px 0;
}
.popup section dl{
	width: 100%;
	height: auto;
	background: #f2f2f2;  /* fallback for old browsers */
	border-radius: 5px;
	float: left;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 0 2% 0;
}
.popup section dl dt{
	font-size: 18px;
	color: #444;
	font-weight: lighter;
	padding: 0 0 10px 0;
	text-align: center;
}
.popup section dl dd ul li{
	width: 30%;
	float: left;
	margin: 0 1% 2% 2%;
}
.popup section dl dd ul li a{
	display: block;
	color: #fff;
	border-radius: 5px;
	background: url(../img/arrow_w.png) no-repeat 97% center #444;
	background-size:auto 12px;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}
.banner-sinior{
	padding: 30px 20px;
}
.banner-sinior a{
	margin: 0px auto;
	width: auto;
	padding: 0;
}

.banner-sinior img{
	width: auto;
}
}

/* ここから下がプルダウン検索CSS */

@media screen and (max-width: 780px){
    body{
        font-family: 'Noto Sans JP', sans-serif;
    }
    .pc_hidden{
        display: block;
    }
    .sp_hidden{
        display: none;
    }
        .wrap {
        margin:20px 20px 0;
        /* transform: translateY(-24px); */
    }
    .search_area{
        border: #c3c3c3 solid 1px;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
    }
    .prefecture{
        display: flex;
        /* border-bottom: #c3c3c3 solid 1px; */
        height: 50px;
    }
    #prefecture{
        border-bottom: #c3c3c3 solid 1px;

    }
    .word{
        display: flex;
        height: 50px;
    
    }
    .blue-content{
        background: #9fbfc4;
        flex: 1.2;
        color: white;
        font-weight: bold;
        text-align: center;
        /* padding: 10px 0; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 8px;
    }
    .blue-content p{
        /* padding: 10px 0; */
        margin: auto;
        font-size: 14px;
    }
    .blue-content img{
        padding: 5px;
    }
    .top{
        border-radius: 9px 0 0 0;
    }
    .bottom{
        border-radius: 0 0 0 9px;
    }
    .content{
        flex: 2;
        display: flex;
    }
    .js-input {
        flex: 1;
        border: none;
        border-radius: 4px;
        padding: 0px 0px 0px 10px;
        margin: 6px;
        outline: none;
        font-size: 14px;
        font-weight: 700;
        background: #F3F3F3;
        border: solid #C3C3C3 1px;
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
    }
    form{
        display: flex;
        width: 100%;
    
    }
    select{
        height: 50px;
        padding: 0 0vw 0px 16px;
        width: 100%;
        border: none;
        border-bottom: #c3c3c3 solid 1px;
        font-size: 14px;
        font-weight: 700;
        background-image: url(../img/arrrow.svg);
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        -webkit-appearance: none;
        -moz-appearance: none; 
        appearance: none;
        border-radius: 0 9px 0px 0 ;
        text-decoration: none;
        outline: none;
        font-family: 'Noto Sans JP', sans-serif;
        background-color: white;
        color: #000;
        /* color: #c9c9c9; */
    }
    #kodawari{
        border-radius: 0 0 9px 0;
    }
    .search{
        padding: 10px 0px;
    }
    .todo-btn{
        border: none;
        color: white;
        width: 100%;
        border-radius: 10px;
        background-color: #9fbfc4;
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Noto Sans JP', sans-serif;
    }
    ::placeholder {
        color: #C3C3C3;
      }
    #space-left{
        padding: 4px 4px 4px 4px;
        padding-left: 7px;
    }
}

@media screen and (min-width: 800px){
    .wrap {
        margin: 30px auto;
        max-width: 800px;
    }
    .search_area{
    /*transform: translateY(-2em);*/
        border: #9fbfc4 solid 3px;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        flex: 2;
        background: white;
    }
    .prefecture{
        display: flex;
        /* border-bottom: #c3c3c3 solid 1px; */
        height: 50px;
        flex: 3;
        background: white;
        border-radius: 60px 0 0 60px
    }
    .word{
        display: flex;
        height: 50px;
        background-color: white;
        flex: 5;
        border-radius: 0 60px 60px 0;
    
    }
    .blue-content{
        background: #fff;
        flex: 0.8;
        color: white;
        font-weight: bold;
        text-align: center;
        /* padding: 10px 0; */
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 8px;
    }
    .blue-content p{
        /* padding: 10px 0; */
        margin: auto;
        font-size: 18px;
    }
    .blue-content img{
        padding: 4px;
    }
    .top{
        border-radius: 60px 0 0 60px;
    }
    .bottom{
        /* border-radius: 0 0 0 10px; */
    }
    .content{
        flex: 2;
        display: inline-block;
    }
    .pc_js-input {
        flex: 1;
        border: none;
        border-radius: 4px;
        padding: 0px 0px 0px 10px;
        margin: 10px;
        outline: none;
        font-size: 18px;
        font-weight: 700;
        /* background: #F3F3F3; */
        /* border: solid #C3C3C3 1px; */
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
    }
    form{
        display: flex;
        width: 100%;
    
    }
    select{
        height: 50px;
        padding: 10px 0vw 13px 40px;
        width: 100%;
        border: none;
        /* border-bottom: #c3c3c3 solid 1px; */
        font-size: 18px;
        font-weight: 700;
        background-image: url(../img/arrrow.svg);
        background-position: right 15px center;
        background-repeat: no-repeat;
        background-size: 13px 13px;
        -webkit-appearance: none;
        -moz-appearance: none; 
        appearance: none;
        /* border-radius: 0 10px 0 0 ; */
        text-decoration: none;
        outline: none;
       font-family: 'Noto Sans JP', sans-serif;
    }
    #koda-space{
        padding-left: 0px;
        text-align: center;
    }
    option{
        transform: translateY(-1px);
    }
    .search{
        padding-right: 10px;
        margin: auto;
    }
    .pc_todo-btn {
        border: none;
        color: white;
        width: 100%;
        border-radius: 50%;
        background-color: #9fbfc4;
        padding: 10px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }
    ::placeholder {
        color: #C3C3C3;
    }
    .pc_todo-btn img{
        width: 20px;
    }
    .pc_hidden{
        display: none;
    }
    .prefecture::after {
        content: '';
        position: relative;
        /* left: 50%; */
        bottom: -48%;
        display: inline-block;
        width: 36px;
        height: 2px;
        /* -webkit-transform: translateX(-50%); */
        /* transform: translateX(-50%); */
        /* rotate: inherit; */
        /* transform: rotateX(45deg); */
        transform: rotateZ(90deg);
        background-color: #9fbfc4;
        border-radius: 2px;
    }
    
    

}
