@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");

#location .wrap {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #333;
}
#location .wrap .content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#location .wrap .content .location {
  letter-spacing: 0.1em;
  padding: 30% 0 4% 0;
}
#location .wrap .content .location .imgBox {
  position: relative;
  overflow: hidden;
}
#location .wrap .content .location .imgBox .imgCap {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  color: #FFF;
  line-height: 1.4;
  text-shadow: 0px 0px 6px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
  margin: 0;
  padding: 0;
}
#location .wrap .content .location .imgBox .imgCap2 {
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
#location .wrap .content .location .txtArea {
  width: 80%;
  max-width: 1000px;
  margin: 5% auto;
}
#location .wrap .content .location .txtArea h2 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #8f6b27;
  margin: 0 auto 6%;
}
#location .wrap .content .location .txtArea h2.ta_r {
  text-align: right;
}
#location .wrap .content .location .txtArea h3 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 6%;
}
#location .wrap .content .location .txtArea .lead {
  text-align: justify;
  font-size: 14px;
  font-size: 0.93333rem;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 6%;
}
#location .wrap .content .location .txtArea .txtBlock {
  text-align: justify;
  margin: 0 auto 6%;
  padding: 0;
}
#location .wrap .content .location .mapBox01{
	width: 90%;
	margin: 5% auto;
}
#location .wrap .content .location .shoppingmallBox{
	width: 100%;
	margin: 5% 0;
	padding: 10%;
	background-color: #ece9e0;
}
#location .wrap .content .location .shoppingmallBox .mallTxt{
	margin-bottom: 5%;
}
#location .wrap .content .location .shoppingmallBox .mallTtle {
  text-align: justify;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 6%;
}
#location .wrap .content .location .shoppingmallBox .mallLead {
  text-align: justify;
  font-size: 14px;
  font-size: 0.93333rem;
  font-style: normal;
  font-weight: 400;
}
#location .wrap .content .location .locList{
	width: 80%;
	margin: 0 auto 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#location .wrap .content .location .locList li{
	width: 100%;
	margin-bottom: 5%;
}
#location .wrap .content .location .locList li dl{
	margin-top: 5%;
}
#location .wrap .content .location .locList li dl dt{
	text-align: left;
	font-size: 14px;
	font-size: 0.93333rem;
	margin-bottom: 5%;
}
#location .wrap .content .location .locList li dl dd{
	text-align: justify;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0;
	padding: 0;
}
#location .wrap .content .location .suginamiRank{
	width: 80%;
	margin: 10% auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
#location .wrap .content .location .suginamiRank li{
	width: 100%;
	margin-bottom: 5%;
}
#location .wrap .content .location .suginamiRank li .rankBox{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
#location .wrap .content .location .suginamiRank li .rankBox .gradeLogo{
	width: 30%;
}
#location .wrap .content .location .suginamiRank li .rankBox .gradeTtl{
	width: 66%;
	text-align: justify;
	font-size: 16px;
	font-size: 1rem;
}
#location .wrap .content .location .suginamiRank li .rankBox .gradeLead{
	width: 100%;
	margin: 5% 0;
	text-align: justify;
	font-size: 12px;
	font-size: 0.75rem;
}
/* location-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
  #location .wrap .content .location {
    padding-top: 13%;
  }
  #location .wrap .content .location .txtArea {
    margin: 8% auto;
  }
  #location .wrap .content .location .txtArea h2 {
    font-size: 3vw;
    line-height: 1;
    letter-spacing: 0.15em;
    margin: 0 auto 50px;
  }
  #location .wrap .content .location .txtArea h3 {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
#location .wrap .content .location .txtArea .lead {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  margin: 0 auto 6%;
}
  #location .wrap .content .location .txtArea .txtBlock {
    text-align: justify;
    margin: 0 auto 6%;
    padding: 0;
  }
#location .wrap .content .location .mapBox01{
	width: 80%;
	margin: 5% auto;
}
#location .wrap .content .location .shoppingmallBox{
	display: flex;
	justify-content: space-between;
	padding: 5% 15%;
}
#location .wrap .content .location .shoppingmallBox .mallTxt{
	width: 40%;
	margin-bottom: 0;
	align-self: center;
}
#location .wrap .content .location .shoppingmallBox .mallImg{
	width: 50%;
	align-self: center;
}
#location .wrap .content .location .locList{
	width: 80%;
	margin: 0 auto 10%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#location .wrap .content .location .locList li{
	width: 30%;
	margin-bottom: 5%;
}
#location .wrap .content .location .suginamiRank li{
	width: 46%;
}
#location .wrap .content .location .suginamiRank li .rankBox .gradeLogo{
	width: 30%;
}
#location .wrap .content .location .suginamiRank li .rankBox .gradeTtl{
	width: 66%;
	font-size: 16px;
	font-size: 1rem;
}
#location .wrap .content .location .suginamiRank li .rankBox .gradeLead{
	font-size: 14px;
	font-size: 0.93333rem;
}
}