@charset "UTF-8";

main{
}
/*---------------------------------------------------------------*/
/*--//fvArea--*/
.fvArea{
  height: 100%;
  padding-top: 18vw;
}
.fvIn{
  position: relative;
  width: 96vw;
  margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.fvIn > .fvLeft{
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.fvIn > .fvLeft > p{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150%;
  height: 150px;
}
.fvIn > .fvRight{
  width: 96vw;
  background-color: #dff6ff;
  margin: 2vw 0 0;
  padding: 4vw 2vw 0;
}
.fvIn > .fvRight > h1{
  font-size: 4.4vw;
  text-align: center;
}
.fvIn > .fvRight > h1 > strong{
  font-size: 4.4vw;
  font-weight: 300;
}
.fvIn > .fvRight > h1 > strong > span{
  font-size: 4.4vw;
  font-weight: 300;
}

.fvUl{
  margin: 3vw 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fvUl > li{
  width: 44vw;
  margin: 0 0 3vw 0;
}
.fvUl > li > a{
  display: block;
  width: 44vw;
  height: 13vw;
  color: #fff;
  border-radius: 3px;
  display: grid;
  place-items: center;
  background-color: #11a0dc;
box-shadow: 0px 3px 0px 0px rgba(51,51,51,0.2);
transition: all 0.4s ease;
}
.fvUl > li > a:hover{
  opacity: 0.6;
}
.fvUl > li > a > span{

}
.fvUl > li.fvUlArea{
  margin: 3vw 0;
}

.fvUl > li.fvUlSchool{
 margin: 3vw 0;
}
.fvUl > li > button{
  display: block;
  width: 44vw;
  height: 13vw;
  color: #fff;
  border-radius: 3px;
  display: grid;
  place-items: center;
  background-color: #11a0dc;
box-shadow: 0px 3px 0px 0px rgba(51,51,51,0.2);
transition: all 0.4s ease;
}
.fvUl > li > button:hover{
  opacity: 0.6;
}
.fvUl > li > button > span{
  font-size: 16px;
}
.fvUl > li.fvUlArea > button{
  background-color: #39809d;
  background-image: url(/assets/images/top/icon_area.svg);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 18%;
}
.fvUl > li.fvUlSchool > button{
  background-color: #39809d;
  background-image: url(/assets/images/top/icon_school.svg);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 18%;
}

.fvUl > li.fvUlSale{

}
.fvUl > li.fvUlSale > a{
  background-color: #079a41;
}
.fvUl > li.fvUlReservation{

}
.fvUl > li.fvUlReservation > a{
  background-color: #079a41;
}

/*---------------------------------------------------------------*/
/*----------　　--//物件一覧エリア　　------------*/
.propertyList{
  margin: 8vw auto 12vw;
  width: 94vw;
}
.propertyList > div{
  width: 94vw;
  margin: auto;
}

.propertyListGray{
  margin: 8vw auto 12vw;
  padding: 4vw 0 6vw;
  background: linear-gradient(to bottom, #eaeaea, #fbfbfb);
}
.propertyListGray > .H2Title{
  margin: 4vw 3vw 0;
}
.propertyListGray > div{
  width: 94vw;
  margin: auto;
}

.propertyListUl{
  overflow: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.propertyListUl > li{
  width: 45.5vw;
  margin: 8vw 0 0;
}
.propertyListUl > li:nth-child(even){
  margin-left: 3vw;
}

/*-----　　通常物件　　-----*/
.PL_imgArea{
  position: relative;
  z-index: 2;
  width: 45.5vw;
  height: 40vw;
  display: block;
  background-color: #fafafa;
}
.PL_imgArea:hover{
  opacity: 0.6;
}
.PL_MarkArea{
  position: absolute;
  z-index: 2;
  top: -2.5vw;
}
.PL_MarkArea > li{
  margin: 0;
  color: #fff;
  width: 26vw;
  height: 6vw;
  font-weight: 200;
  margin: 0 0 .6vw 0;
  display: grid;
  display: flex;
  align-items: center;
}
.MarkNew{
  padding: 0 0 0 2vw;
  background-color: #153693;
  letter-spacing: 0.4em;
}
.MarkMember{
  padding: 0 0 0 2vw;
  background-color: #931533;
  letter-spacing: 0.4em;
}
.PL_imgArea > p{
  display: block;
  width: 44vw;
  height: 40vw;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.PL_imgArea > p > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.PL_h3{
  margin: 0 0;
  font-size: 3vw;
  height: 12vw;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
}
.PL_p{
  padding: 0 0 2vw 0;
  height: 8vw;
  border-bottom: 1px dotted #333;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
}
.PL_p > strong{
  display: block;
  font-size: 2.8vw;
  font-weight: 400;
  color: #333;
}
.PL_p > span{
  display: block;
  font-size: 5.4vw;
  font-weight: 500;
  color: #153693;
  letter-spacing: 0.08em;
}
.PL_p > span > i{
  font-size: 2.8vw;
  font-weight: 500;
}

.PL_ul{
  margin: 2vw 0;
  height: 27vw;
  padding: 0 0 0 4vw;
  list-style-type: disc;
  overflow: hidden;
}
.PL_ul > li{
  font-size: 3vw;
  line-height: 1.2;
  padding: 0 0 1vw;
}

.PL_detailArea{
  width: 40vw;
  height: 10vw;
  margin: auto;
  background-color: #6ac8ef;
  border-radius: 3px;
  display: grid;
  place-items: center;
}
.PL_detailArea > span{
  color: #fff;
}
.PL_detailArea:hover{
  opacity: 0.6;
}
/*----------　　会員物件　　----------*/
.PL_imgArea > p.PL_memberImg{
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PL_imgArea > p.PL_memberImg > span{
  position: absolute;
  top: 70%;
  color: #333;
  display: block;
}
.PL_imgArea > p.PL_memberImg > img{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 73px;
}

.PL_h3Member{
  margin: 1vw 0 0 0;
  height: 10vw;
  color: #e6e6e6;
  line-height: 1.3;
  background-color: #e6e6e6;
}
.PL_pMember{
  padding: 0 0 2vw 0;
  height: 9vw;
  border-bottom: 1px dotted #333;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
}
.PL_pMember > strong{
  display: block;
  font-size: 2.8vw;
  font-weight: 400;
  color: #333;
}
.PL_pMember > span{
  display: block;
  width: 25vw;
  height: 6vw;
  color: #e6e6e6;
  background-color: #e6e6e6;
}

.propertyList > div > p,
.propertyListGray > div > p{
  display: block;
  margin: auto;
  width: 80vw;
  margin: 8vw auto;
  text-align: center;
}
.propertyList > div > p > a,
.propertyListGray > div > p > a{
  width: 100%;
  height: 12vw;
  font-size: 4.5vw;
  font-weight: 300;
  letter-spacing: .3em;
  color: #fefefe;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #11a0dc;
}
.propertyList > div > p > a:hover,
.propertyListGray > div > p > a:hover{
  opacity: 0.6;
}

/*----------　　--//店舗情報エリア　　------------*/
.StoreInformation{

}
.SI_BackGray{
  width: 100%;
  margin: 16vw 0 4vw;
  padding: 8vw 0 4vw;
  background-color: #eaeaea;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.SI_BackGray > .H2Title{
  width: 100%;
  margin: 8vw 0;
}
.SIG_Left{
  width: 94vw;
  height: 60vw;
  background-color: #fff;
}
.SIG_Left > p{
  display: block;
  width: 94vw;
  height: 60vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SIG_Left > p > img{
  width: 84vw;
  height: 50vw;
}
.SIG_Right{
  width: 90vw;
  margin: 0;
}
.SIG_Right > ul{

}
.SIG_Right > ul > li{
  font-size: 3.6vw;
  padding: 3vw 0;
  border-bottom: 1px solid #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.SIG_Right > ul > li > strong{
  display: block;
  width: 30vw;
}
.SIG_Right > ul > li > span{
  display: block;
  width: 60vw;
}
.SIG_RightDiv{
  margin: 4vw 0 0 0;
  padding: 3vw 8vw;
  background-color: #fff;
}
.SIG_RightDiv > ul{

}
.SIG_RightDiv > ul > li{
  font-size: 3vw;
  padding: 1.5vw 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.SIG_RightDiv > ul > li > strong{
  display: block;
  width: 15vw;
  line-height: 1.4;
}
.SIG_RightDiv > ul > li > span{
  display: block;
  width: 59vw;
  line-height: 1.4;
}
.SI_BackWhite{
  width: 94vw;
  margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.SI_BackWhite > ul{
  margin: 0 0 4vw 0;
  width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.SI_BackWhite > ul > li{
  width: 30vw;
  height: auto;
  margin: 0 1vw;
}
.SI_BackWhite > div{
  width: 94vw;
  height: 80vw;
}

/*----------　　--//スタッフ紹介エリア　　------------*/
.staffArea{
  margin: 16vw 0 4vw;
  padding: 8vw 0 4vw;
  background-color: #11a0dc;
}
.staffArea > .H2Title{
  margin: 8vw 0;
}
.staffArea > .H2Title > span{
  color: #fff;
}
.staffArea > .H2Title::before{
  color: #4dafe0;
}
.staffArea > div{
  width: 94vw;
  margin: auto;
}
.staffArea_ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.staffArea_ul > li{
  width: 70vw;
  color: #fff;
  margin: 0 0 8vw 0;
}
.staffArea_ul > li:nth-child(even){
  margin-left: 24vw;
}
.staffArea_ul > li > p{

}
.staffArea_ul > li > h3{
  font-size: 5vw;
  font-weight: 300;
  letter-spacing: .3em;
  padding: 2vw 0 2vw;
}
.staffArea_ul > li > h4{
  font-size: 3.4vw;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1.4;
}


/*----------　　--//コンテンツ紹介エリア　　------------*/
.contentsList{
  margin: 12vw auto 0;
}
.contentsList > div{
  width: 94vw;
  margin: auto;
}
.contentsList_ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contentsList_ul > li{
  width: 94vw;
  margin: 0 0 6vw 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contentsList_ul > li > a{
  display: block;
  width: 35vw;
  height: 100%;
}
.contentsList_ul > li > div{
  width: 56vw;
  padding: 0 0 0 3vw;
}
.contentsList_ul > li > div > h3{
  font-size: 4vw;
  font-weight: 400;
  padding: 0 0 3vw 0;
}
.contentsList_ul > li > div > p{
  font-size: 3vw;
  line-height: 1.4;
  font-weight: 400;
}


/*---------------------------------------------------------------*/
/*--//モーダル--*/
/* モーダルの背景 */
.modal {
  display: none; /* 最初は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  }
/* モーダルの中身 */
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 4vw;
  border-radius: 8px;
  width: 92vw;
  position: relative;
  }
/* 閉じるボタン */
.close {
  position: absolute;
  top: 2vw;
  right: 3vw;
  font-size: 11vw;
  cursor: pointer;
}

.modal-content dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-content dl dt{
  width: 100%;
}
.modal-content dl dd{
}
.modal-content dl dd.Modal_OneRow{
  width: 100%;
}
.ModalRegion_dlMain{
}
.ModalRegion_dlMain > dt,
.ModalRegion_dlSb > dt{
  padding: 2.5vw;
  background-color: #bde5f5;
}
.ModalRegion_dlMain > dd{
  width: 33%;
  margin: 1vw 0;
}
.ModalRegion_dlMain > dd > label{
  margin: 0 0 0 1.5vw;
  font-size: 3vw;
  letter-spacing: 0.05em;
}
.ModalRegion_dlSb{
}
.ModalRegion_dlSb > dt{
  margin: 6vw 0 0 0;
}
.ModalRegion_dlSb > dd{
  width: 50%;
  margin: 1vw 0;
    display: -webkit-flex;
    display: flex;
}
.ModalRegion_dlSb > dd > label{
  display: block;
  margin: 0 0 0 1.5vw;
  font-size: 3vw;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.Modal_primarySchool_dl > dt,
.Modal_middleSchool_dl > dt{
  margin: 0 0 1vw;
  padding: 2.5vw;
  background-color: #bde5f5;
}
.Modal_primarySchool_dl > dd,
.Modal_middleSchool_dl > dd{
  width: 50%;
  margin: 1.5vw 0;
  font-size: 3.4vw;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.Modal_middleSchool_dl > dt{
  margin: 2vw 0 1vw;
}
.Modal_primarySchool_dl > dd > a,
.Modal_middleSchool_dl > dd > a{
  text-decoration: underline;
}
.Modal_primarySchool_dl > dd > a:hover,
.Modal_middleSchool_dl > dd > a:hover{
  text-decoration: none;
}

.mainSearch_ulTripple,
.mainSearch_ulDouble{
  margin: 0 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainSearch_ulTripple > li{
  padding: 0 0 5px;
  width: calc(100% / 3);
}
.mainSearch_ulDouble > li{
  padding: 0 0 5px;
  width: calc(100% / 2);
}


input[type="checkbox"] {
  appearance: none;
  position: relative;
  top: 1vw;
  width: 5.2vw;
  height: 5.2vw;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #06b6d4;
  border: 1px solid #06b6d4;
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: .8vw;
  left: .5vw;
  width: 3.6vw;
  height: 2vw;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.ButtonSubmit{
  display: block;
  background-color: #6ac8ef;
  border: 1px solid #6ac8ef;
  width: 70vw;
  height: 12vw;
  margin: 5vw auto;
transition: all 0.4s ease;
}
.ButtonSubmit > span{
  color: #fff;
  font-size: 5vw;
  display: grid;
  place-items: center;
transition: all 0.4s ease;
}
.ButtonSubmit:hover{
  background-color: #fff;
}
.ButtonSubmit:hover > span{
  color: #6ac8ef;
}




/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
/*　　　　PC css　　　　*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
main{

}
/*---------------------------------------------------------------*/
/*--//fvArea--*/
.fvArea{
  height: 450px;
  padding-top: 100px;
}
.fvIn{
  position: relative;
  width: 1000px;
  height: 370px;
  margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.fvIn > .fvLeft{
  width: 550px;
  height: 370px;
  overflow: auto;
}
.fvIn > .fvLeft > p{
  width: 550px;
  height: 370px;
  width: 100%;
  overflow: hidden;
}
.fvIn > .fvRight{
  width: 420px;
  height: 370px;
  background-color: #dff6ff;
  margin: 0 0 0 30px;
  padding: 20px 20px 0;
}
.fvIn > .fvRight > h1{
  font-size: 20px;
  text-align: center;
}
.fvIn > .fvRight > h1 > strong{
  font-size: 20px;
  font-weight: 300;
}
.fvIn > .fvRight > h1 > strong > span{
  font-size: 20px;
  font-weight: 300;
}

.fvUl{
  margin: 15px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fvUl > li{
  width: 180px;
  margin: 0 0 10px 0;
}
.fvUl > li > a{
  display: block;
  width: 180px;
  height: 58px;
  color: #fff;
  border-radius: 3px;
  display: grid;
  place-items: center;
  background-color: #11a0dc;
box-shadow: 0px 3px 0px 0px rgba(51,51,51,0.2);
transition: all 0.4s ease;
}
.fvUl > li > a:hover{
  opacity: 0.6;
}
.fvUl > li > a > span{

}
.fvUl > li.fvUlArea{
  margin: 10px 0;
}

.fvUl > li.fvUlSchool{
 margin: 10px 0;
}
.fvUl > li > button{
  display: block;
  width: 180px;
  height: 58px;
  color: #fff;
  border-radius: 3px;
  display: grid;
  place-items: center;
  background-color: #11a0dc;
box-shadow: 0px 3px 0px 0px rgba(51,51,51,0.2);
transition: all 0.4s ease;
}
.fvUl > li > button:hover{
  opacity: 0.6;
}
.fvUl > li > button > span{
  font-size: 16px;
}
.fvUl > li.fvUlArea > button{
  background-color: #39809d;
  background-image: url(/assets/images/top/icon_area.svg);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 18%;
}
.fvUl > li.fvUlSchool > button{
  background-color: #39809d;
  background-image: url(/assets/images/top/icon_school.svg);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 18%;
}

.fvUl > li.fvUlSale{

}
.fvUl > li.fvUlSale > a{
  background-color: #079a41;
}
.fvUl > li.fvUlReservation{

}
.fvUl > li.fvUlReservation > a{
  background-color: #079a41;
}

/*---------------------------------------------------------------*/
/*----------　　--//物件一覧エリア　　------------*/
.propertyList{
  margin: 60px 0 80px;
}
.propertyList > div{
  width: 1000px;
  margin: auto;
}


.propertyListGray{
  margin: 60px 0 80px;
  padding: 40px 0 80px;
  background: linear-gradient(to bottom, #eaeaea, #fbfbfb);
}
.propertyListGray > .H2Title{
  margin: 40px 0 0;
}
.propertyListGray > div{
  width: 1000px;
  margin: auto;
}

.propertyListUl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.propertyListUl > li{
  width: 300px;
  margin: 50px 0 0;
}
.propertyListUl > li:nth-child(even){
  margin-left: 0;
}
.propertyListUl > li:nth-child(3n+2){
  margin: 50px 50px 0;
}

/*-----　　通常物件　　-----*/
.PL_imgArea{
  position: relative;
  z-index: 2;
  width: 300px;
  height: 180px;
  display: block;
  background-color: #fafafa;
}
.PL_imgArea:hover{
  opacity: 0.6;
}
.PL_MarkArea{
  position: absolute;
  z-index: 2;
  top: -12px;
}
.PL_MarkArea > li{
  margin: 0;
  color: #fff;
  width: 98px;
  height: 24px;
  font-weight: 200;
  margin: 0 0 2px 0;
  display: grid;
  display: flex;
  align-items: center;
}
.MarkNew{
  padding: 0 0 0 8px;
  background-color: #153693;
  letter-spacing: 0.4em;
}
.MarkMember{
  padding: 0 0 0 8px;
  background-color: #931533;
  letter-spacing: 0.4em;
}
.PL_imgArea > p{
  display: block;
  width: 240px;
  height: 180px;
  margin: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.PL_imgArea > p > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.PL_h3{
  margin: 0 0;
  font-size: 14px;
  height: 40px;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
}
.PL_p{
  padding: 0 0 10px 0;
  height: 45px;
  border-bottom: 1px dotted #333;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
}
.PL_p > strong{
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
.PL_p > span{
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: #153693;
  letter-spacing: 0.08em;
}
.PL_p > span > i{
  font-size: 14px;
  font-weight: 500;
}

.PL_ul{
  margin: 10px 0;
  height: 100px;
  padding: 0 0 0 15px;
  list-style-type: disc;
  overflow: hidden;
}
.PL_ul > li{
  font-size: 13px;
  line-height: 1.2;
  padding: 0 0 4px;
}

.PL_detailArea{
  width: 280px;
  height: 40px;
  margin: auto;
  background-color: #6ac8ef;
  border-radius: 3px;
  display: grid;
  place-items: center;
}
.PL_detailArea > span{
  color: #fff;
}
.PL_detailArea:hover{
  opacity: 0.6;
}
/*----------　　会員物件　　----------*/
.PL_imgArea > p.PL_memberImg{
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PL_imgArea > p.PL_memberImg > span{
  position: absolute;
  top: 70%;
  color: #333;
  display: block;
}
.PL_imgArea > p.PL_memberImg > img{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 73px;
}

.PL_h3Member{
  margin: 5px 0 0 0;
  height: 35px;
  color: #e6e6e6;
  line-height: 1.3;
  background-color: #e6e6e6;
}
.PL_pMember{
  padding: 0 0 10px 0;
  height: 45px;
  border-bottom: 1px dotted #333;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-end;
}
.PL_pMember > strong{
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
.PL_pMember > span{
  display: block;
  width: 130px;
  height: 45px;
  color: #e6e6e6;
  background-color: #e6e6e6;
}

.propertyList > div > p,
.propertyListGray > div > p{
  display: block;
  margin: auto;
  width: 440px;
  margin: 40px auto;
  text-align: center;
}
.propertyList > div > p > a,
.propertyListGray > div > p > a{
  width: 100%;
  height: 48px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .3em;
  color: #fefefe;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #11a0dc;
}
.propertyList > div > p > a:hover,
.propertyListGray > div > p > a:hover{
  opacity: 0.6;
}

/*----------　　--//店舗情報エリア　　------------*/
.StoreInformation{

}
.SI_BackGray{
  width: 100%;
  margin: 60px 0 20px;
  padding: 40px 0 40px;
  background-color: #eaeaea;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.SI_BackGray > .H2Title{
  width: 100%;
  margin: 40px 0;
}
.SIG_Left{
  width: 500px;
  height: 345px;
  background-color: #fff;
}
.SIG_Left > p{
  display: block;
  width: 500px;
  height: 345px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SIG_Left > p > img{
  width: 440px;
  height: 293px;
}
.SIG_Right{
  width: 420px;
  margin: 0 0 0 80px;
}
.SIG_Right > ul{

}
.SIG_Right > ul > li{
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.SIG_Right > ul > li > strong{
  display: block;
  width: 145px;
}
.SIG_Right > ul > li > span{
  display: block;
  width: 275px;
}
.SIG_RightDiv{
  margin: 20px 0 0 0;
  padding: 15px 35px;
  background-color: #fff;
}
.SIG_RightDiv > ul{

}
.SIG_RightDiv > ul > li{
  font-size: 14px;
  padding: 5px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.SIG_RightDiv > ul > li > strong{
  display: block;
  width: 85px;
}
.SIG_RightDiv > ul > li > span{
  display: block;
  width: 265px;
  line-height: 1.4;
}
.SI_BackWhite{
  width: 1000px;
  margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.SI_BackWhite > ul{
  margin: 0 0 30px 0;
  width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.SI_BackWhite > ul > li{
  width: 300px;
  height: 200px;
}
.SI_BackWhite > div{
  width: 490px;
  height: 400px;
}

/*----------　　--//スタッフ紹介エリア　　------------*/
.staffArea{
  margin: 60px 0 20px;
  padding: 40px 0 40px;
  background-color: #11a0dc;
}
.staffArea > .H2Title{
  margin: 40px 0 60px;
}
.staffArea > .H2Title > span{
  color: #fff;
}
.staffArea > .H2Title::before{
  color: #4dafe0;
}
.staffArea > div{
  width: 1000px;
  margin: auto;
}
.staffArea_ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.staffArea_ul > li{
  width: 300px;
  color: #fff;
  margin: 0 0 50px 0;
}
.staffArea_ul > li:nth-child(even){
  margin-left: 0;
}
.staffArea_ul > li:nth-child(3n+2){
  margin: 0 50px 50px;
}
.staffArea_ul > li > p{

}
.staffArea_ul > li > h3{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .3em;
  padding: 10px 0 15px;
}
.staffArea_ul > li > h4{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .2em;
  line-height: 1.4;
}


/*----------　　--//コンテンツ紹介エリア　　------------*/
.contentsList{
  margin: 60px auto 0;
}
.contentsList > div{
  width: 1000px;
  margin: auto;
}
.contentsList_ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contentsList_ul > li{
  width: 500px;
  margin: 0 0 50px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contentsList_ul > li > a{
  display: block;
  width: 240px;
  height: 170px;
}
.contentsList_ul > li > div{
  width: 260px;
  padding: 0 40px 0 20px;
}
.contentsList_ul > li > div > h3{
  font-size: 20px;
  font-weight: 400;
  padding: 0 0 20px 0;
}
.contentsList_ul > li > div > p{
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
}


/*---------------------------------------------------------------*/
/*--//モーダル--*/
/* モーダルの背景 */
.modal {
  display: none; /* 最初は非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  }
/* モーダルの中身 */
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px 20px 20px;
  border-radius: 8px;
  width: 800px;
  position: relative;
  }
/* 閉じるボタン */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 34px;
  cursor: pointer;
}

.modal-content dl{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modal-content dl dt{
  width: 100%;
}
.modal-content dl dd{
}
.modal-content dl dd.Modal_OneRow{
  width: 100%;
}
.ModalRegion_dlMain{
}
.ModalRegion_dlMain > dt,
.ModalRegion_dlSb > dt{
  padding: 10px;
  background-color: #bde5f5;
}
.ModalRegion_dlMain > dd{
  width: 20%;
  margin: 5px 0;
}
.ModalRegion_dlMain > dd > label{
  margin: 0 0 0 10px;
  font-size: 12px;
}
.ModalRegion_dlSb{
}
.ModalRegion_dlSb > dt{
  margin: 15px 0 0 0;
}
.ModalRegion_dlSb > dd{
  width: 25%;
  margin: 5px 0;
    display: -webkit-flex;
    display: flex;
}
.ModalRegion_dlSb > dd > label{
  display: block;
  margin: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.3;
}

.Modal_primarySchool_dl > dt,
.Modal_middleSchool_dl > dt{
  margin: 0 0 10px;
  padding: 10px;
  background-color: #bde5f5;
}
.Modal_primarySchool_dl > dd,
.Modal_middleSchool_dl > dd{
  width: 25%;
  margin: 10px 0;
  font-size: 13px;
}
.Modal_middleSchool_dl > dt{
  margin: 15px 0 10px;
}
.Modal_primarySchool_dl > dd > a,
.Modal_middleSchool_dl > dd > a{
  text-decoration: underline;
}
.Modal_primarySchool_dl > dd > a:hover,
.Modal_middleSchool_dl > dd > a:hover{
  text-decoration: none;
}

.mainSearch_ulTripple,
.mainSearch_ulDouble{
  margin: 0 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mainSearch_ulTripple > li{
  padding: 0 0 5px;
  width: calc(100% / 3);
}
.mainSearch_ulDouble > li{
  padding: 0 0 5px;
  width: calc(100% / 2);
}

input[type="checkbox"] {
  appearance: none;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #06b6d4;
  border: 1px solid #06b6d4;
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.ButtonSubmit{
  display: block;
  background-color: #6ac8ef;
  border: 1px solid #6ac8ef;
  width: 240px;
  height: 40px;
  margin: 20px auto;
transition: all 0.4s ease;
}
.ButtonSubmit > span{
  color: #fff;
  font-size: 16px;
  display: grid;
  place-items: center;
transition: all 0.4s ease;
}
.ButtonSubmit:hover{
  background-color: #fff;
}
.ButtonSubmit:hover > span{
  color: #6ac8ef;
}

}/*--　PC css終了　--*/
