@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

body{
    background-image: url(../img/info_area_bg3.jpg);
    background-repeat: no-repeat;
    background-position: top 10px left 10px;
    background-size: 60px;
}

#info .area_select_ttl{
           margin:30px 20px 0px;
            font-size:1.4em;
            color:#72B6E4;
            padding-left:55px;
}

#info .area_select {
	width: calc(100% - 20px);
	display: block;
	box-sizing: border-box;
	padding: 3px;
	border-radius: 7px;
	background-color: #98CFF3;
	margin-bottom: 70px;
	margin-left: 10px !important;
}
#info .area_select .wrapper {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #DEEFFB;
	padding: 20px;
	position: relative;
}
#info .area_select .wrapper:after {
	content: " ";
	height: 220px;
	width: 258px;
	background-image: url(../common/img/info_area_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	top: -26px;
	right: 10px;
	z-index:0;
}
#info .area_select h4 {
	font-size:1.4em;
	font-weight: normal;
	color: #5E3307;
	text-indent: 1em;
	margin-bottom:10px;
}
#info .area_select dl {
	position:relative;
	z-index:1;
}
#info .area_select dl dt {
	font-weight: bold;
	color: #2991D6;
}

#info .area_select dl dd {
	width:100%;
	margin-bottom:10px;
}
#info .area_select dl dd:last-child {
	margin-bottom:0px;
}

#info .area_select dl dd ul{
	width:100%;
	display:flex;
	justify-content: flex-start;
	flex-wrap:wrap;
}
#info .area_select dl dd ul li {
	width:140px;
	margin-right:15px;
	margin-bottom:15px;
}
#info .area_select dl dd ul li:nth-of-type(6) {
	margin-right:0px;
}
#info .area_select dl dd ul li.wide {
	width:295px;
}
#info .area_select dl dd ul li.wide:nth-of-type(4) {
	margin-right:0px;
}
#info .area_select dl dd ul li.wide:nth-of-type(6) {
	margin-right:15px;
}
#info .area_select dl dd ul li.return {
	width:100%;
	margin-right:0px;
	margin-bottom:0px;
}
#info .area_select dl dd ul li a {
	box-sizing: border-box;
	width: 100%;
	display: block;
	border: 2px solid #72B6E4;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	border-radius: 6px;
	color: #333;
	background-color: #FFF;
	transition:0.4s;
}
#info .area_select dl dd ul li a:hover {
	background-color: #DEEFFB;
	text-decoration:none;
}
#info #area .area_select .area_open_btn {
	display:none;
}
#info #area .area_select .area_close_btn {
	display:none;
}

#info .area_select {
     margin:20px 0px 30px;
}

#info .area_select .wrapper:after {
     background-image: url(../img/info_area_bg2.png);
     top: 90px;
     right: 30px;
}

.close_btn{
}

.close_btn a{
     padding:7px 0px;
     border-radius:5px;
     background:#1AC2C8;
     display:block;
     width:200px;
     color:#FFFFFF;
     font-weight:bold;
     font-size:1.15em;
     margin:0px auto;
     text-align:center;
}

.close_btn a:hover{
      opacity:0.8;
      text-decoration:none;
}

.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 600px) {
	
.-----MOBILE_ONLY_CSS_START----- {}

body{
    background-position: top 17px left 10px;
}


#info .area_select {

	display: block;
	box-sizing: border-box;
	padding: 0.8vw;
	border-radius: 1.867vw;
	background-color: #98CFF3;
	margin-bottom:8vw;
}
#info .area_select .wrapper {
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-radius: 1.333vw;
	background-color: #DEEFFB;
	padding: 2.4vw;
	position: relative;
}
#info .area_select .wrapper:after {
	content: " ";
	height: 31.2vw;
	width: 35.733vw;
	background-image: url(../common/img/info_area_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: block;
	position: absolute;
	top: -9.6vw;
	right: 1.333vw;
	z-index:0;
}
#info .area_select h4 {
	font-size: 4.267vw;
	font-weight: normal;
	color: #5E3307;
	text-indent: 2.667vw;
	margin-bottom:4vw;
}
#info .area_select #area_list {
	/*display:none;*/
}
#info .area_select dl {
	position:relative;
	z-index:1;
}
#info .area_select dl dt {
	font-weight: bold;
	color: #2991D6;
	font-size:3.2vw;
	line-height:170%;
}

#info .area_select dl dd {
	width:100%;
	margin-bottom:1.333vw;
	font-size:3.2vw;
	line-height:170%;
}
#info .area_select dl dd:last-child {
	margin-bottom:0px;
}

#info .area_select dl dd ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#info .area_select dl dd ul li {
	width:48.8%;
	margin-right:0px;
	margin-bottom1.4vw;
}
#info .area_select dl dd ul li.wide {
	width:100%;
}
#info .area_select dl dd ul li a {
	box-sizing: border-box;
	width: 100%;
	display: block;
	border: 0.533vw solid #72B6E4;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.1em;
	border-radius: 1.6vw;
	color: #333;
	background-color: #FFF;
	transition:0.4s;
}
#info .area_select dl dd ul li a:hover {
	background-color: #DEEFFB;
	text-decoration:none;
}


#info .area_select .wrapper:after {
     background-image: url(../img/info_area_bg2.png);
     top: 360px;
     right: 30px;
}





.-----MOBILE_ONLY_CSS_END----- {}

	
}
