@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital@1&display=swap');


.location {
	width: 100%;	
	letter-spacing: 0.1em;
}
.location h2 {
	text-align: left;
	font-size: 50px;
	line-height: 1.2;
	color: #d1b289;
	margin: 0 0 2%;
	font-family: serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.2rem;
}
.location h3 {
	text-align: left;
	font-size: 36px;
	line-height: 1.2;
	color: #d1b289;
	margin: 0 0 6%;
	font-family: serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
}
.location h4 {
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 6%;
}
.location h5 {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 2%;
}
.location .readTxt{
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 2%;
}
.location .readTxt2{
  text-align: left;
  font-weight: normal;
  margin: 0 0 2%;
}
.imgBox {
	position: relative;
	overflow: hidden;
}
.imgBox .imgCaption {
	position: absolute;
	bottom: 0;
	right: 10px;
	left: 10px;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	line-height: 0;
	text-shadow: 0px 0px 3px rgb(0, 0, 0), 0px 0px 3px rgb(0, 0, 0);
}
.imgBox .imgCaption2 {
	position: relative;
	text-align: right;
	font-size: 10px;
	color: #fff;
	line-height: 1.3;
	margin-top: 3px;
	padding-right: 10px;
}
.location .locmapArea{
	width: 100%;
	margin: 0 auto 6%;
}
.location .ShoppingStreet{
	width: 100%;
	margin: 0 auto 6%;
}
.location .ShoppingStreet .photoList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location .ShoppingStreet .photoList li:first-child{
	width: 100%;
	margin-bottom: 4%;
}
.location .ShoppingStreet .photoList li:nth-child(2){
	width: 40%;
}
.location .ShoppingStreet .photoList li:nth-child(3){
	width: 56%;
	margin-top: 10%;
}
.location .ShoppingStreet .photoList li:nth-child(4){
	width: 30%;
	margin-left: 10%;
	margin-top: -16%;
}
.location .Daytime{
	width: 100%;
	padding: 6%;
	margin: 0 auto 6%;
	box-sizing: border-box;
	background-color: #f5f2e9;
}


.location .Daytime h4,
.location .Daytime .readTxt2,
.location .Daytime .shopTtl,
.location .Daytime .shopLead{
	color: #000;
}

.location .Daytime .DayBox01{
	margin-bottom: 6%;
}
.location .Daytime .DayBox01 .DayTxt{
	margin-bottom: 6%;
}
.location .Daytime .slider01 {
  width: 100%;
  margin: 10% auto;
}
.location .Daytime .slider01 .slick-list {
  margin-bottom: 0;
}
.location .Daytime .slider01 .slick-list li{
  width: 100%;
  height: 460px;
  margin: 0;
  padding: 0;
}
.location .Daytime .slider01 li .slideTxt {
  width: 100%;
  margin: 0 auto 0 0;
}
.location .Daytime .slider01 li .slideTxt .shopTtl {
	text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
}
.location .Daytime .slider01 li .slideTxt .shopLead {
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
}
.location .Daytime .slider01 li .slideImg {
  width: 100%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
}
.location .Daytime .slider01 li .slideImg .imgBox{
	width: 48%;
}

.location .Daytime .slider01 .next-arrow,
.location .Daytime .slider01 .prev-arrow {
  position: absolute;
  bottom: -20px;
  z-index: 10;
  width: 20px;
  cursor: pointer;
}
.location .Daytime .slider01 .next-arrow.next-arrow,
.location .Daytime .slider01 .prev-arrow.next-arrow {
  right: 2vw;
}
.location .Daytime .slider01 .next-arrow.prev-arrow,
.location .Daytime .slider01 .prev-arrow.prev-arrow {
  left: 2vw;
}
.location .Daytime .slider01 .slick-dots {
  position: relative;
  z-index: 3;
  margin: -30px auto;
  text-align: center;
  }
  .location .Daytime .slider01 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .location .Daytime .slider01 .slick-dots li button {
    padding: 0;
    color: transparent;
    outline: none;
    width: 16px;
    border: unset;
    height: 16px;
    display: block;
    background: #d1b289;
    cursor: pointer;
	text-indent: -9999px;
  }
 .location .Daytime .slider01 .slick-dots .slick-active button {
      background: #fff;
	  border: 1px solid #d1b289;
    }
.location .Nighttime{
	width: 100%;
	padding: 6%;
	margin: 0 auto 6%;
	box-sizing: border-box;
	background-color: #838684;
}
.location .Nighttime h4,
.location .Nighttime .readTxt2{
	color: #fff;
}
.location .Nighttime .NightBox01{
	margin-bottom: 6%;
}
.location .Nighttime .NightBox01 .NightTxt{
	margin-bottom: 6%;
}
.location .Nighttime .slider02 {
  width: 100%;
  margin: 10% auto;
}
.location .Nighttime .slider02 .slick-list {
  margin-bottom: 0;
}
.location .Nighttime .slider02 .slick-list li{
  width: 100%;
  height: 460px;
  margin: 0;
  padding: 0;
}
.location .Nighttime .slider02 li .slideTxt {
  width: 100%;
  margin: 0 auto 0 0;
}
.location .Nighttime .slider02 li .slideTxt .shopTtl {
	text-align: left;
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.location .Nighttime .slider02 li .slideTxt .shopLead {
	text-align: left;
	font-size: 14px;
	margin-bottom: 20px;
	color: #fff;
}
.location .Nighttime .slider02 li .slideImg {
  width: 100%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
}
.location .Nighttime .slider02 li .slideImg .imgBox{
	width: 48%;
}

.location .Nighttime .slider02 .next-arrow,
.location .Nighttime .slider02 .prev-arrow {
  position: absolute;
  bottom: -20px;
  z-index: 10;
  width: 20px;
  cursor: pointer;
}
.location .Nighttime .slider02 .next-arrow.next-arrow,
.location .Nighttime .slider02 .prev-arrow.next-arrow {
  right: 2vw;
}
.location .Nighttime .slider02 .next-arrow.prev-arrow,
.location .Nighttime .slider02 .prev-arrow.prev-arrow {
  left: 2vw;
}
.location .Nighttime .slider02 .slick-dots {
  position: relative;
  z-index: 3;
  margin: -30px auto;
  text-align: center;
  }
  .location .Nighttime .slider02 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .location .Nighttime .slider02 .slick-dots li button {
    padding: 0;
    color: transparent;
    outline: none;
    width: 16px;
    border: unset;
    height: 16px;
    display: block;
    background: #d1b289;
    cursor: pointer;
	text-indent: -9999px;
  }
 .location .Nighttime .slider02 .slick-dots .slick-active button {
      background: #fff;
	  border: 1px solid #d1b289;
    }

.location .gakudaiKS{
	width: 100%;
	margin: 0 auto 6%;
}
.location .gakudaiKS .gakudaiBox01{
	margin-bottom: 6%;
}
.location .gakudaiKS .gakudaiBox01 .gakudaiTxt{
	margin-bottom: 6%;
}
.location .convenient{
	width: 100%;
	margin: 0 auto 6%;
}
.location .convenient .convenientBox01{
	margin-bottom: 6%;
}
.location .convenient .convenientBox01 .convenientTxt{
	margin-bottom: 6%;
}

.komazawapark {
	letter-spacing: 0.1em;
}
.komazawapark h3 {
	margin: 0 auto 6%;
}
.komazawapark h4 {
	width: 100%;
	text-align: justify;
	font-size: 18px;
	font-weight: normal;
	margin: 0 auto 6%;
}
.komazawapark h5 {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 2%;
}
.komazawapark .h_shot{
	width: 100%;
	margin: 0 auto 6%;	
}
.komazawapark .parkImg{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 6%;	
}
.komazawapark .parkImg .left{
	width: 54.5%;
}
.komazawapark .parkImg .right{
	width: 44%;
}
.komazawapark .parkImg .right .parkimgList{
	margin: 0;
	padding: 0
}
.komazawapark .parkImg .right .parkimgList li{
	width: 100%;
	margin-bottom: 2%;
}
.komazawapark .streetTxt{
	width: 100%;
	margin: 0 auto 6%;
}
.komazawapark .streetTxt .txtBlock{
	width: 100%;
}
.komazawapark .komaMap{
	width: 100%;
	margin: 0 auto 2%;
}
.komazawapark .komamapList{
	width: 100%;
	margin: 0 auto 6%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #fff;
	box-sizing: border-box;
}
.komazawapark .komamapList li{
	width: 49%;
}
.komazawapark .komamapList li img{
	margin-bottom: 10px;
}
/* location-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
.location {
	padding-top: 5%;
}

.location h4 {
    font-size:26px;
  }

.location h5 {
  font-size: 22px;
}

.location .ShoppingStreet .photoList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.location .ShoppingStreet .photoList li:first-child{
	width: 48%;
}
.location .ShoppingStreet .photoList li:nth-child(2){
	width: 48%;
	margin-bottom: 4%;
}
.location .ShoppingStreet .photoList li:nth-child(3){
	width: 56%;
	align-self: flex-end;
	margin-top: 0;
}
.location .ShoppingStreet .photoList li:nth-child(4){
	width: 40%;
	align-self: flex-end;
	margin-bottom: -4%;
	margin-left: 0;
	margin-top: 0;
}

.location .Daytime{
	padding: 6% 6% 0.1% 6%;
}
.location .Daytime .DayBox01{
	display: flex;
	justify-content: space-between;
}
.location .Daytime .DayBox01 .DayTxt{
	width: 50%;
	margin-bottom: 0;
}
.location .Daytime .DayBox01 .DayImg{
	width: 40%;
}
.location .Daytime .slider01 {
    padding: 2% 0 0;
  }

.location .Daytime .slider01 li .slideTxt {
  width: 96%;
  margin: 0 auto 0 0;
}
.location .Daytime .slider01 li .slideImg {
  width: 96%;
  margin: 0 auto 0 0;
}
.location .Daytime .slider01 .slick-list li{
  height: 38vw;
}
.location .Daytime .slider01 .next-arrow,
.location .Daytime .slider01 .prev-arrow {
    top: initial;
    left: initial!important;
    right: -40px!important;
    width: 30px;
  }
.location .Daytime .slider01 .next-arrow.next-arrow,
.location .Daytime .slider01 .prev-arrow.next-arrow {
    right: auto;
	bottom: 0;
  }
.location .Daytime .slider01 .next-arrow.prev-arrow,
.location .Daytime .slider01 .prev-arrow.prev-arrow {
    left: auto;
	top: 0;
  }
.location .Daytime .slider01 .slick-dots {
	position: absolute;
	width: 20px;
    right: -38px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
  }
.location .Daytime .slider01 .slick-dots li {
    margin: 0;
  }

.location .Nighttime{
	padding: 6% 6% 0.1% 6%;
	margin: 0 auto 20%;
}
.location .Nighttime .NightBox01{
	display: flex;
	justify-content: space-between;
}
.location .Nighttime .NightBox01 .NightTxt{
	width: 50%;
	margin-bottom: 0;
}
.location .Nighttime .NightBox01 .NightImg{
	width: 40%;
}
.location .Nighttime .slider02 {
    padding: 2% 0 0;
  }

.location .Nighttime .slider02 li .slideTxt {
  width: 96%;
  margin: 0 auto 0 0;
}
.location .Nighttime .slider02 li .slideImg {
  width: 96%;
  margin: 0 auto 0 0;
}
.location .Nighttime .slider02 .slick-list li{
  height: 38vw;
}
.location .Nighttime .slider02 .next-arrow,
.location .Nighttime .slider02 .prev-arrow {
    top: initial;
    left: initial!important;
    right: -40px!important;
    width: 30px;
  }
.location .Nighttime .slider02 .next-arrow.next-arrow,
.location .Nighttime .slider02 .prev-arrow.next-arrow {
    right: auto;
	bottom: 0;
  }
.location .Nighttime .slider02 .next-arrow.prev-arrow,
.location .Nighttime .slider02 .prev-arrow.prev-arrow {
    left: auto;
	top: 0;
  }
.location .Nighttime .slider02 .slick-dots {
	position: absolute;
	width: 20px;
    right: -38px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
  }
.location .Nighttime .slider02 .slick-dots li {
    margin: 0;
  }
.location .gakudaiKS{
margin: 0 auto 20%;
}
.location .gakudaiKS .gakudaiBox01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10%;
}
.location .gakudaiKS .gakudaiBox01 .gakudaiTxt{
	width: 50%;
	margin-bottom: 0;
}
.location .gakudaiKS .gakudaiBox01 .gakudaiImg{
	width: 40%;
}
.location .convenient{
	margin-bottom: 20%;
}
.location .convenient .convenientBox01{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.location .convenient .convenientBox01 .convenientTxt{
	width: 50%;
	margin-bottom: 0;
}
.location .convenient .convenientBox01 .convenientImg{
	width: 40%;
}
.location .convenient .convenientImg02{
	width: 100%;
	margin: 20px auto;
	background-color: #fff;
}
.location .convenient .convenientImg02 img{
	width: 80%;
	max-width: 800px;
}

.komazawapark h4 {
	text-align: center;
    font-size:26px;
	margin: 0 auto 6%;
  }

.komazawapark h5 {
  text-align: center;
  font-size: 22px;
}
.komazawapark .streetTxt .txtBlock{
	text-align: center;
}
.komazawapark .komaMap{
	width: 100%;
}
.komazawapark .komamapList li{
	width: 13%;
}
.komazawapark .komamapList li.list1{
	order: 7;
}
.komazawapark .komamapList li.list2{
	order: 6;
}
.komazawapark .komamapList li.list3{
	order: 5;
}
.komazawapark .komamapList li.list4{
	order: 4;
}
.komazawapark .komamapList li.list5{
	order: 3;
}
.komazawapark .komamapList li.list6{
	order: 2;
}
.komazawapark .komamapList li.list7{
	order: 1;
}
}