@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "MS Pゴシック", "MS PGothic", sans-serif;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
}

.co_1000 {
  width: 94%;
  margin: 0 auto;
  max-width: 1000px;
}

.co_800 {
  width: 94%;
  margin: 0 auto;
  max-width: 800px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.bw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.ct {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row.i_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.f100 {
  font-size: 100px;
}

.f70 {
  font-size: 70px;
}

.f60 {
  font-size: 60px;
}

.f45 {
  font-size: 4.5rem;
}

.f40 {
  font-size: 40px;
}

.f35 {
  font-size: 35px;
}

.f30 {
  font-size: 3rem;
}

.f28 {
  font-size: 28px;
}

.f25 {
  font-size: 25px;
}

.f22 {
  font-size: 22px;
}

.f20 {
  font-size: 2rem;
}

.f18 {
  font-size: 1.8rem;
}

.f15 {
  font-size: 1.5rem;
}

.f14 {
  font-size: 1.4rem;
}

.f13 {
  font-size: 1.3rem;
}

.f13r {
  font-size: 1.3rem;
  text-align: left;
}


.f12 {
  font-size: 1.2rem;
}

.f10 {
  font-size: 1rem;
}

.mt150 {
  margin-top: 150px;
}

.mt100 {
  margin-top: 100px;
}

.mt80 {
  margin-top: 80px;
}

.mt70 {
  margin-top: 70px;
}

.mt60 {
  margin-top: 60px;
}

.mt50 {
  margin-top: 50px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.sp {
  display: none;
}

.f_yumin {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "游明朝 Regular", "Yu Mincho Regular", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS 明朝", sans-serif;
}

.f_white {
  color: #fff;
}

.f_black {
  color: #000;
}

.shadow {
  text-shadow: 0 0 1px #000, 0 0 2px #000, 0 0 3px #000, 0 0 4px #000, 0 0 5px #000, 0 0 6px #000, 0 0 7px #000, 0 0 8px #000, 0 0 9px #000;
}

.shadow_white {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #fff;
}

header .active a {
  pointer-events: none;
}

header .part_1 {
  padding: 20px 0;
  font-size: 1.4rem;
  background: #fff;
}

header .part_1 li:nth-child(1) {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .part_1 li:nth-child(1) h1 {
  width: 48%;
}

header .part_1 li:nth-child(2) {
  width: 50%;
}

header .part_1 .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .part_1 .row .col {
  margin-left: 2.5%;
}

header .part_1 .row .col.btn a {
  position: relative;
  padding-left: 20px;
}

header .part_1 .row .col.btn a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(./../images/cm/arrow.svg);
  background-size: 100%;
  width: 14px;
  height: 8px;
}

header .part_2 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "游明朝 Regular", "Yu Mincho Regular", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS 明朝", sans-serif;
  font-size: 1.4rem;
}

header .part_2 li {
  width: calc(100%/9);
  border-right: 1px solid #fff;
}

header .part_2 li a {
  line-height: 0.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  position: relative;
}

header .part_2 li a span {
  display: block;
}

header .part_2 li a span:nth-child(2) {
  margin-top: 7px;
}

header .part_2 li:first-child {
  border-left: 1px solid #fff;
}

header .part_2 li.active a::before,
header .part_2 li:hover a::before {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

header .part_2 li {
  position: relative;
}

/*header .part_2 li:nth-child(5)::before{
  content: 'NEW';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  background-color: red;
  color: #fff;
  line-height: 1;
}*/

header .menu_new {
  background-color: #000;
  color: #fff;
}

footer .sec_1 {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "游明朝 Regular", "Yu Mincho Regular", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "MS P明朝", "MS 明朝", sans-serif;
  font-size: 1.3rem;
}

footer .sec_1 .active {
  pointer-events: none;
}

footer .sec_1 li {
  width: calc(100%/9);
  border-right: 1px solid #000;
}

footer .sec_1 li a {
  line-height: 0.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  position: relative;
}

footer .sec_1 li a span {
  display: block;
}

footer .sec_1 li a span:nth-child(2) {
  margin-top: 7px;
}

footer .sec_1 li:first-child {
  border-left: 1px solid #000;
}

footer .sec_1 li.active a,
footer .sec_1 li:hover a {
  background-color: #e5e5e5;
  opacity: 1;
}

footer .sec_2 {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: space-between;
  align-items: flex-start !important;
}

footer .sec_2 a {
  display: inline-block;
}

footer .sec_2 li:nth-child(1) {
  max-width: 550px;
  position: relative;
  padding-top: 10px;
}

footer .sec_2 li:nth-child(1)::before {
  content: 'お問い合わせは';
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
footer .sec_2 li:nth-child(1)::after {
  content: '「THEパームスコート三鷹ヴェール」現地販売センター';
  font-size: 10px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
}
footer .sec_2 li:nth-child(1) a {
  display: block;
}
footer .sec_2 li:nth-child(1) a img {
  width: 100%;
}
footer .sec_2 .red {
  color: #ff0000;
}

footer .sec_3 {
  background-color: #e6e6e7;
  padding: 20px 0;
}
footer .sec_3 ul {
  align-items: center;
}
footer .sec_3 ul li {
  width: 22%;
  margin: 0 1%;
}

footer .sec_4 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .sec_4 li:nth-child(2) {
  margin-left: 30px;
}

footer .sec_4 li:nth-child(2) p {
  margin-left: 30px;
}

.sec_cmclgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_cmclgt a {
  width: 48%;
  display: block;
  max-width: 250px;
  margin: 0 10px;
}

#tab_cm li {
  width: 49.5%;
  color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  opacity: 0.6;
}

#tab_cm li.active {
  opacity: 1;
}

#tab_cm li:nth-child(1) {
  background-color: #907e46;
}

#tab_cm li:nth-child(2) {
  background-color: #5d6970;
}

#tab_cm li a {
  display: block;
  padding: 10px 0;
}


@media only screen and (min-width: 769px){
.f13rpc {
  width: 75%;
  font-size: 1.3rem;
  text-align: left;
  margin: 30px auto;
}

.f13rpcred {
  width: 75%;
  font-size: 1.3rem;
  text-align: left;
  margin: 30px auto;
 color: #E11F22
}
	
	
}


@media only screen and (min-width: 769px) and (max-width: 1000px) {
  html[lang="ja"] {
    font-size: 50%;
  }
  header .part_1 li:nth-child(2) {
    width: 65%;
  }
	.f13rpc {
  width: 90%;
  font-size: 1.5rem;
  text-align: left;
  margin: 30px auto;
	 }
	
.f13rpcred {
  width: 90%;
  font-size: 1.5rem;
  text-align: left;
  margin: 30px auto;
 color: #E11F22
}
}





@media only screen and (max-width: 768px) {
	
.f13rpc {
  width: 100%;
  font-size: 1.3rem;
  text-align: left;
  margin: 30px auto 20px; 
}
	
.f13rpcred {
  width: 100%;
  font-size: 1.3rem;
  text-align: left;
  margin: 0px auto; color: #E11F22
}
  .txt_left_sp {
    text-align: left;
  }
  .mt150 {
    margin-top: 15vw;
  }
  .mt100 {
    margin-top: 10vw;
  }
  .mt80 {
    margin-top: 8vw;
  }
  .mt70 {
    margin-top: 7vw;
  }
  .mt60 {
    margin-top: 6vw;
  }
  .mt40 {
    margin-top: 4vw;
  }
  .mt50 {
    margin-top: 5vw;
  }
  .mt30 {
    margin-top: 3vw;
  }
  .mt20 {
    margin-top: 2vw;
  }
  .mt10 {
    margin-top: 1vw;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #bg_gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 9;
  }
  #close_gnav {
    position: fixed;
    top: 2%;
    right: 2%;
    z-index: 15;
    max-width: 30px;
    display: none;
  }
  header .part_1 {
    padding: 2vw 0;
  }
  header .part_1 li:nth-child(1) {
    width: 100%;
  }
  header .part_1 li:nth-child(1) img {
    vertical-align: bottom;
  }
  header .part_1 li:nth-child(3) {
    width: 10%;
    max-width: 40px;
  }
  header .part_2 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 15;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    font-size: 3.5vw;
  }
  header .part_2 li {
    width: 100%;
    border: 0 !important;
    margin-top: 4vw;
  }
  
  /*header .part_2 li:nth-child(6)::before, 
  header .part_2 li:nth-child(8)::before, 
  header .part_2 li:nth-child(9)::before {
    right: 50%;
    -webkit-transform: translate(50%, -100%);
    transform: translate(50%, -100%);
    font-size: 10px;
  }*/

  header .part_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
  }
  header .part_3 li {
    width: 20%;
    border-left: 1px solid #fff;
    font-size: 0;
  }
  header .part_3 li:first-child {
    border-left: 0;
  }
  header .part_3 li a {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 0;
  }
  header .part_3 li img {
    width: 100%;
    height: 100%;
  }
  footer .tit_footer {
    background-color: #546670;
    color: #fff;
  }
  footer .tit_footer.two {
    background-color: #86774d;
  }
  footer .sec_1 {
    font-size: 3.5vw;
    justify-content: flex-start !important;
  }
  footer .sec_1 li {
    width: 33.33%;
    border-bottom: 1px solid #000;
  }
  footer .sec_1 li a {
    padding: 3vw 0;
    background-color: #e6e3e3;
  }
  footer .sec_1 li a span:nth-child(2) {
    margin: 0;
  }
  footer .sec_1 li a span {
    display: inline-block;
  }
  footer .sec_1 li:nth-child(4), footer .sec_1 li:nth-child(7) {
    border-left: 1px solid #000;
  }
  footer .sec_1 li:nth-child(1), footer .sec_1 li:nth-child(2), footer .sec_1 li:nth-child(3) {
    border-top: 1px solid #000;
  }
  footer .sec_1 li.active a {
    opacity: 0.5;
  }
  footer .sec_1.two li {
    border-color: #fff !important;
  }
  footer .sec_1.two li a {
    background-color: #231f20;
    color: #fff;
  }
  footer .sec_1.two li:nth-child(5), footer .sec_1.two li:nth-child(6), footer .sec_1.two li:nth-child(7), footer .sec_1.two li:nth-child(8), footer .sec_1.two li:nth-child(9) {
    pointer-events: none;
  }
  footer .sec_1.two li:nth-child(5) a,
  footer .sec_1.two li:nth-child(6) a,
  footer .sec_1.two li:nth-child(7) a,
  footer .sec_1.two li:nth-child(8) a,
  footer .sec_1.two li:nth-child(9) a {
    color: #ccc;
  }
  footer .sec_2 li:nth-child(1) {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
  }
  footer .sec_2 li:nth-child(2) {
    width: 100%;
    max-width: 388px;
    margin: 4vw auto 0;
    text-align: center;
  }
  footer .sec_2 li:nth-child(3) {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }
  footer .sec_3 li {
    width: 100% !important;
    text-align: center;
  }
  footer .sec_3 li img {
    max-width: 329px;
    width: 100%;
  }
  footer .sec_4 li:nth-child(2) {
    margin-left: 0;
  }

  footer .sec_2 li:nth-child(1) {
    padding-top: 40px;
  }
  footer .sec_2 li:nth-child(1)::before {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
  footer .sec_2 li:nth-child(1)::after {
    top: 20px;    
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
}

@media only screen and (max-width: 500px) {
  .f100 {
    font-size: 10vw;
  }
  .f70 {
    font-size: 8vw;
  }
  .f60 {
    font-size: 7.5vw;
  }
  .f45 {
    font-size: 8vw;
  }
  .f40 {
    font-size: 6vw;
  }
  .f35 {
    font-size: 5.5vw;
  }
  .f30 {
    font-size: 5vw;
  }
  .f28 {
    font-size: 4.5vw;
  }
  .f25 {
    font-size: 4.8vw;
  }
  .f22 {
    font-size: 4vw;
  }
  .f20 {
    font-size: 4.5vw;
  }
  .f18 {
    font-size: 4.2vw;
  }
  .f15 {
    font-size: 3.2vw;
  }
  .f14 {
    font-size: 3vw;
  }
  .f13 {
    font-size: 3.2vw;
  }
  .f12 {
    font-size: 2.7vw;
  }
  .f10_sp {
    font-size: 10px !important;
  }
  /* .f10 {
    font-size: 2.5vw;
  } */
}
