@charset "utf-8";
#content {
}

#measures{
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: .01em;
	background: #242e43 url("../images/common/bg04.png") right 30px bottom 30px no-repeat;
	padding-bottom: 120px;
}

.sec-title.dark-blue-color span.en::after {
    background: #242e43;
    width: 100%;
}

.sec-title__icon {
    width: auto;
    height: 60px;
    display: block;
    margin: 0 auto 20px;
}


.shoplist{
	width: 100%;
	margin: 0 auto;
	background:#242e43;
	color: #f6f6f6;
	padding-top: 30px;
	padding-bottom: 80px;
}

.shoplist h2{
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
}

.shoplist ul{
	margin: 0 auto;
    max-width: 820px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;

}

.shoplist ul li{
	margin: 15px 15px;
	text-align: center;
	box-sizing: border-box;
	width: 13%;

}

.shop-introduction{
	background-color: #f6f6f6;
	color: #242e43;
	padding:60px 0;
	
}

.shop-introduction:nth-child(odd){
	background-color:#242e43;
	color:#f6f6f6;
}

.shop-inner{
	max-width: 1200px;
	margin: 0 auto;
}

.shop-introduction .logo {
	width: 100%;
	margin: 0 auto;
}

.shop-introduction .logo img{
max-width: 105px;
	display: block;
	margin: 0 auto;
}

.shop-text{
	width: 100%;
	margin-bottom: 40px;
    box-sizing: border-box;
    padding: 0 20px;
	text-align: center;

}

.shop-text .floor{
	font-size: 20px;
	font-weight: bold;
		text-align: center;

}


.shop-text .name{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
		text-align: center;

}

.shop-img-l{
	width: 49%;
	order: 1;
	box-sizing: border-box;
	text-align: right;
}

.shop-img-r{
	width: 49%;
	order: 2;
	box-sizing: border-box;
	text-align: left;

}

.counterplan{
	margin: 40px auto 60px auto;
}

.counterplan h2{
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;

}





.counterplan dl{
  display: flex;
  flex-wrap: wrap;
	width: 48%;
	align-content: flex-start;
	font-size: 18px;
}

.counterplan dl dt {
  width: 80%;
border-bottom: 2px solid;
	box-sizing: border-box;
	padding: 10px 10px;

}





.counterplan dl dd {
  width: 20%;
	text-align: center;
	border-bottom: 2px solid;
	box-sizing: border-box;
	padding: 10px 10px;
}

.counterplan dl dt:first-child{
	border-top: 2px solid;
}

.counterplan dl dd:first-child{
	border-top: 2px solid;
}

.counterplan dl dt:first-child{
	border-top: 2px solid;
}

.counterplan dl dt:first-child + dd{
	border-top: 2px solid;

}


.link {
    font-size: 18px;
    border: solid 1px #242e43;
    box-sizing: border-box;
    max-width: 400px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    text-align: center;
	position: relative;
	width: 100%;
	margin: 0 auto;
}




.link:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url("../images/contact/btn_right.png");
  background-size: contain;
background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.link:hover:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url("../images/contact/btn_right_w.png");
  background-size: contain;
background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}


.link a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

.link a:hover{
    background-color: #242e43;
	color: #f6f6f6;
	opacity: 1 !important;
}



.shop-introduction:nth-child(odd) .link:nth-child(odd){
    font-size: 18px;
	background-color: #242e43;
    border: solid 1px #f6f6f6;
    box-sizing: border-box;
    max-width: 400px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    text-align: center;
	position: relative;
	width: 100%;
	margin: 0 auto;	
}




.shop-introduction:nth-child(odd) .link:nth-child(odd):after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url("../images/contact/btn_right_w.png");
  background-size: contain;
background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.shop-introduction:nth-child(odd) .link:nth-child(odd):hover:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 35px;/*画像の幅*/
  height: 35px;/*画像の高さ*/
  background-image: url("../images/contact/btn_right.png");
  background-size: contain;
background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}



.shop-introduction:nth-child(odd) .link:nth-child(odd) a:hover{
    background-color: #fff;
	color: #242e43;
	opacity: 1 !important;
}


/*-----------------------------------------------------	*/
/*	for - 767px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 767px) {
	
.sec-title__icon {
    height: 50px;
    margin: 0 auto 15px;
}

.shoplist ul{
    width: 80%;

}

.shoplist ul li{
	margin: 10px 10px;
	width: 20%;

}
	
	.shoplist ul li img{
		width: 90px;
	}
	
.counterplan dl{
	font-size: 14px;
}
	
	
}


/*-----------------------------------------------------	*/
/*	for - 480px					*/
/*-----------------------------------------------------	*/
@media screen and (max-width: 480px) {

	.list .item{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
#measures{
	background-image: none;
	padding-bottom: 0;
}


.link{
	font-size: 14px;
    max-width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0px;;
    padding-left: 10px;
}

.link:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("../images/contact/btn_right.png");
  background-size: contain;
background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2.5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.link:hover:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("../images/contact/btn_right_w.png");
  background-size: contain;
background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2.5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

	

	

.shop-introduction:nth-child(odd) .link:nth-child(odd){
	font-size: 14px;
    max-width: 80%;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0px;;
    padding-left: 10px;
}

.shop-introduction:nth-child(odd) .link:nth-child(odd):after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("../images/contact/btn_right_w.png");
  background-size: contain;
background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2.5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.shop-introduction:nth-child(odd) .link:nth-child(odd):hover:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("../images/contact/btn_right.png");
  background-size: contain;
background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2.5px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}	
	

.shoplist ul{
    width: 80%;

}

.shoplist ul li{
	margin: 5px 5px;
	width: 30%;

}
	
	.shoplist ul li img{
		width: 100%;
	}
	
	
.shop-text .floor{
	font-size: 18px;
}


.shop-text .name{
	font-size: 18px;
	margin-bottom: 20px;
}


.shop-text{
	margin-bottom: 40px;
    padding: 0 20px;
	font-size: 14px;
	text-align: left;

}
	
.counterplan{
	margin: 20px auto 20px auto;
	width: 90%;
}

.counterplan h2{
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;

}



.counterplan dl{
	width: 100%;
	font-size: 12px;
}

.counterplan dl dt {
width: 90%;
padding: 5px 5px 5px 10px;

}
.counterplan dl dd {
width: 10%;
padding: 5px 10px 5px 0px;
}

	.counterplan dl.order2 dt:first-child{
		border-top: none;
	}
	
	.counterplan dl.order2 dd:first-child{
		border-top: none;
	}
	
	.counterplan dl.order2 dt:first-child + dd{
		border-top: none;
	}
	
	.shop-img-l img{
		width: 90%;
	}
	.shop-img-r img{
		width: 90%;
	}
	
}