@import url('https://fonts.googleapis.com/css2?family=Bentham&display=swap');

.bentham {
  font-family: 'Bentham', serif;
  font-weight: 400;
  font-style: normal;
}

body {
  color: #707070;
}

/* header
***************************************************************/
#head-nishigaoka {
  position: absolute;
  left: 26px;
  top: 22px;
  width: 283px;
  background: #fff;
  z-index: 9;
}

#head-nishigaoka .inner {
  display: flex;
  align-items: center;
  padding: 20px 15px 20px 25px;
}

#head-nishigaoka .head-nishigaoka_logo {
  width: 57px;
}

#head-nishigaoka .head-nishigaoka_title {
  width: calc(100% - 57px);
  padding-left: 11px;
  font-size: 20px;
  letter-spacing: 0.21em;
  line-height: 26px;
  font-weight: 500;
}

@media all and (min-width: 681px) {
  
}

@media all and (max-width:680px) {
  #head-nishigaoka {
    left: 14px;
    top: 14px;
    width: 232px;
  }
  
  #head-nishigaoka .inner {
    padding: 16px 15px 16px 20px;
  }
  
  #head-nishigaoka .head-nishigaoka_logo {
    width: 47px;
  }
  
  #head-nishigaoka .head-nishigaoka_title {
    width: calc(100% - 47px);
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.34;
  }
}

@media all and (max-width:370px) {
  
}
/* header
***************************************************************/


/* footer
***************************************************************/
.foot .nishigaoka_footer_logo {
  display: block;
  width: 153px;
  position: absolute;
  left: 36px;
  bottom: 22px;
}

@media all and (max-width:680px) {
  .foot .f_sns_list_box {
    display: none;
  }

  .foot .nishigaoka_footer_logo {
    position: relative;
    left: 0;
    bottom: 0;
    margin: 0 auto 10px;
  }
}
/* footer
***************************************************************/


/* mvWrap
***************************************************************/
.mvWrap {
  position: relative;
  z-index: 0;
}

.mvWrap .mvCopyBox {
  position: absolute;
  left: 280px;
  top: 49%;
  transform: translateY(-50%);
  z-index: 1;
}

.mvWrap .mvCopyBox .mvCopy + .mvCopy {
  margin-top: 20px;
}

.mvWrap .mvCopyBox .mvCopy span {
  display: inline-block;
  font-size: 31px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  padding: 13px 27px;
  background: #fff;
}

@media all and (max-width:680px) {
  .mvWrap .mvCopyBox {
    left: 0;
    top: 32%;
    width: 100%;
  }

  .mvWrap .mvCopyBox .mvCopy {
    text-align: center;
  }
  
  .mvWrap .mvCopyBox .mvCopy + .mvCopy {
    margin-top: 14px;
  }
  
  .mvWrap .mvCopyBox .mvCopy span {
    font-size: 22px;
    letter-spacing: 0.07em;
    padding: 10px;
  }
}
/* mvWrap
***************************************************************/


/* 共通タイトル
***************************************************************/
.secTitle {
  text-align: center;
  padding-bottom: 27px;
  position: relative;
  z-index: 0;
}

.secTitle::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background: #707070;
}

.secTitle span {
  display: block;
  line-height: 1;
}

.secTitle .en {
  font-size: 40px;
  letter-spacing: 0.03em;
}

.secTitle .jp {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 11px;
}

@media all and (max-width:680px) {
  .secTitle {
    padding-bottom: 18px;
  }
  
  .secTitle::before {
    width: 19px;
  }
  
  .secTitle .en {
    font-size: 27px;
  }
  
  .secTitle .jp {
    font-size: 15px;
    margin-top: 8px;
  }
}
/* 共通タイトル
***************************************************************/


/* 共通背景
***************************************************************/
.bg {
  background: url(../img/nishigaoka/bg_img.jpg)repeat top / contain;
}
/* 共通背景
***************************************************************/


/* 共通コンバージョンリスト
***************************************************************/
.conversionList {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.conversionList li {
  width: 498px;
  height: 232px;
}

.conversionList li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 26px;
  height: 100%;
}

.conversionList li .listTitle {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.conversionList li .listBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87%;
  height: 34px;
  font-size: 18px;
  letter-spacing: 0.27em;
  font-weight: 500;
  color: #fff;
  background: #7B7361;
  border-radius: 5px;
  margin: 7px auto 0;
}

.conversionList li .listBtn span {
  padding-bottom: 2px;
}

.conversionList li .listBtn i {
  display: block;
  width: 12px;
  height: 13px;
  margin-left: 15px;
  background: url(../img/nishigaoka/pickuppoint_arrow.svg)no-repeat center / cover;
  transform: rotate(-90deg);
  z-index: 1;
}

.conversionList li.contact {
  background: url(../img/nishigaoka/conversion_contact_bg.svg)no-repeat center / contain;
}

.conversionList li.fieldtrip {
  background: url(../img/nishigaoka/conversion_fieldtrip_bg.svg)no-repeat center / contain;
}

.conversionList li.fieldtrip .listBtn {
  background: #A69C83;
}

@media all and (min-width: 681px) {
  .conversionList li {
    transition: opacity 0.3s;
  }

  .conversionList li .listBtn i {
    position: relative;
    right: 0;
    transition: right 0.3s;
  }

  .conversionList li:hover {
    opacity: 0.7;
  }

  .conversionList li a:hover .listBtn i {
    right: -5px;
  }
}

@media all and (max-width:680px) {
  .conversionList {
    gap: 0;
  }
  
  .conversionList li {
    width: calc((100% - 13px)/2);
    height: 161px;
  }

  .conversionList li:nth-child(2n) {
    margin-left: 13px;
  }

  .conversionList li + li {
    margin-top: 0;
  }
  
  .conversionList li a {
    padding-bottom: 14px;
  }
  
  .conversionList li .listTitle {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 19px;
  }
  
  .conversionList li .listBtn {
    width: 84%;
    height: 22px;
    font-size: 10px;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  
  .conversionList li .listBtn span {
    padding-bottom: 1px;
  }
  
  .conversionList li .listBtn i {
    width: 7px;
    height: 8px;
    margin-left: 10px;
  }
  
  .conversionList li.contact {
    background: url(../img/nishigaoka/conversion_contact_bg_sp.svg)no-repeat center / contain;
  }
  
  .conversionList li.fieldtrip {
    background: url(../img/nishigaoka/conversion_fieldtrip_bg_sp.svg)no-repeat center / contain;
  }
}
/* 共通コンバージョンリスト
***************************************************************/


/* 共通MOREデザイン
***************************************************************/
.moreBtn {
  display: none;
}

@media all and (min-width: 681px) {
  .moreCont {
    display: block !important;
  }
}

@media all and (max-width:680px) {
  .moreBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 28px;
    border: 1px solid #7B7361;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin: 25px auto 0;
    padding-bottom: 2px;
  }

  .moreBtn i {
    display: block;
    width: 10px;
    height: 9px;
    margin-left: 15px;
    margin-top: 2px;
    background: url(../img/nishigaoka/pickuppoint_arrow02.svg)no-repeat center / cover;
    transform: rotate(-90deg);
    z-index: 1;
  }
}
/* 共通MOREデザイン
***************************************************************/


/* secPickupPoint
***************************************************************/
.secPickupPoint {
  padding: 58px 0 90px;
}

.secPickupPoint .inner {

}

.secPickupPoint .pickupPointList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 37px;
  margin-top: 56px;
}

.secPickupPoint .pickupPointList li {
  width: 283px;
  height: 202px;
  position: relative;
  z-index: 0;
}

.secPickupPoint .pickupPointList li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #E6E3D9;
  z-index: -1;
}

.secPickupPoint .pickupPointList li a {
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: 10px 0 0 auto;
  color: #fff;
  background: #A69C83;
  padding-top: 20px;
  position: relative;
  z-index: 0;
}

.secPickupPoint .pickupPointList li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  pointer-events: none;
}

.secPickupPoint .pickupPointList li .numberBox {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  z-index: 0;
}

.secPickupPoint .pickupPointList li .numberBox::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 1px;
  background: #fff;
}

.secPickupPoint .pickupPointList li .numberBox span {
  display: block;
  letter-spacing: 0;
  line-height: 1;
}

.secPickupPoint .pickupPointList li .numberBox .en {
  font-size: 13px;
}

.secPickupPoint .pickupPointList li .numberBox .number {
  font-size: 52px;
  margin-top: -15px;
}

.secPickupPoint .pickupPointList li .listText {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.secPickupPoint .pickupPointList li .listText.lhSml {
  line-height: 20px;
}

.secPickupPoint .pickupPointList li i {
  display: block;
  content: '';
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 21px;
  background: url(../img/nishigaoka/pickuppoint_arrow.svg)no-repeat center / cover;
  z-index: 1;
}

@media all and (min-width: 681px) {
  .secPickupPoint .pickupPointList li::before {
    transition: left 0.3s,top 0.3s;
  }

  .secPickupPoint .pickupPointList li a {
    transition: transform 0.3s,background 0.3s;
  }

  .secPickupPoint .pickupPointList li:hover::before {
    left: 5px;
    top: 5px;
  }

  .secPickupPoint .pickupPointList li:hover a {
    transform: translate(-5px, -5px);
    background: #77705e;
  }
}

@media all and (max-width:680px) {
  .secPickupPoint {
    padding: 40px 0 23px;
  }
  
  .secPickupPoint .inner {
    padding: 0 21px;
  }
  
  .secPickupPoint .pickupPointList {
    justify-content: space-between;
    gap: 0;
    margin-top: 24px;
  }
  
  .secPickupPoint .pickupPointList li {
    width: calc((100% - 13px)/2);
    height: 117px;
    margin-bottom: 20px;
  }

  .secPickupPoint .pickupPointList li::before {
    left: -5px;
    top: -5px;
    width: 100%;
    height: 100%;
}
  
  .secPickupPoint .pickupPointList li a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 10px;
  }
  
  .secPickupPoint .pickupPointList li a::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  
  .secPickupPoint .pickupPointList li .numberBox {
    padding-bottom: 6px;
  }
  
  .secPickupPoint .pickupPointList li .numberBox::before {
    width: 12px;
  }
  
  .secPickupPoint .pickupPointList li .numberBox .en {
    font-size: 10px;
  }
  
  .secPickupPoint .pickupPointList li .numberBox .number {
    font-size: 29px;
    margin-top: -5px;
  }
  
  .secPickupPoint .pickupPointList li .listText {
    font-size: 13px;
    line-height: 1.2;
    margin-top: 7px;
  }
  
  .secPickupPoint .pickupPointList li .listText.lhSml {
    line-height: 0.95;
  }
  
  .secPickupPoint .pickupPointList li i {
    bottom: 7px;
    width: 11px;
    height: 11px;
  }
}
/* secPickupPoint
***************************************************************/


/* secPoint
***************************************************************/
.secPoint {
  padding-top: 62px;
}

.secPoint .inner {
  width: 1100px;
  margin: 0 auto;
}

.secPoint .secPointSubTitle {
  text-align: center;
  padding-bottom: 18px;
  position: relative;
  z-index: 0;
}

.secPoint .secPointSubTitle::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background: #707070;
}

.secPoint .secPointSubTitle span {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}

.secPoint .secPointSubTitle .en {
  font-size: 29px;
}

.secPoint .secPointSubTitle .number {
  font-size: 97px;
  margin-top: -25px;
}

.secPoint .secPointTitle {
  font-size: 35px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.secPoint .secPointText {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

@media all and (min-width: 681px) {
  .secPoint {
    overflow: hidden;
  }
}

@media all and (max-width:680px) {
  .secPoint {
    padding-top: 40px;
  }
  
  .secPoint .inner {
    width: 100%;
    padding: 0 23px;
  }
  
  .secPoint .secPointSubTitle {
    padding-bottom: 10px;
  }
  
  .secPoint .secPointSubTitle .en {
    font-size: 16px;
  }
  
  .secPoint .secPointSubTitle .number {
    font-size: 54px;
    margin-top: -13px;
  }
  
  .secPoint .secPointTitle {
    width: calc(100% + 46px);
    font-size: 19px;
    letter-spacing: 0;
    margin-top: 24px;
    margin-left: -23px;
  }

  .secPoint .secPointTitle.lhSml {
    line-height: 1.05;
    margin-bottom: 25px;
  }
  
  .secPoint .secPointText {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.73;
    text-align: left;
    margin-top: 10px;
  }
}
/* secPoint
***************************************************************/


/* secPoint01
***************************************************************/
.secPoint01 {
  padding-bottom: 130px;
}

.secPoint01 .point01Cont {
  margin-top: 57px;
}

.secPoint01 .point01Copy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  background: #fff;
  margin-bottom: 86px;
  font-size: 25px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 0;
}

.secPoint01 .point01Copy::before {
  content: '';
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 52px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}

.secPoint01 .commonPointList {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.secPoint01 .commonPointList li {
  width: 334px;
  height: 334px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.secPoint01 .commonPointList li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 100%;
  border: 1px solid #7B7361;
  pointer-events: none;
}

.secPoint01 .commonPointList li .listNumberBox {
  text-align: center;
}

.secPoint01 .commonPointList li .listNumberBox span {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}

.secPoint01 .commonPointList li .listNumberBox .en {
  font-size: 16px;
}

.secPoint01 .commonPointList li .listNumberBox .number {
  font-size: 48px;
  margin-top: -6px;
}

.secPoint01 .commonPointList li .listTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  width: calc(100% - 50px);
  height: 43px;
  margin: 12px auto 0;
  background: #BEB7A4;
  position: relative;
  z-index: 0;
}

.secPoint01 .commonPointList li .listTitle .lsSml {
  letter-spacing: -0.06em;
}

.secPoint01 .commonPointList li .listTitle::before,
.secPoint01 .commonPointList li .listTitle::after {
  content: '';
  position: absolute;
  top: 0;
  border-style: solid;
  z-index: 1;
}

.secPoint01 .commonPointList li .listTitle::before {
  left: 0;
  border-width: 21.5px 0px 21.5px 10px;
  border-color: transparent transparent transparent #fff;
}

.secPoint01 .commonPointList li .listTitle::after {
  right: 0;
  border-width: 21.5px 10px 21.5px 0px;
  border-color: transparent #fff transparent transparent;
}

.secPoint01 .commonPointList li .listText {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  margin-top: 14px;
}

.secPoint01 .modalList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px 44px;
  margin: 105px -94px 0;
}

.secPoint01 .modalList li {
  width: 400px;
  height: 330px;
}

.secPoint01 .modalList li a {
  display: block;
  height: 100%;
  padding-top: 10px;
  position: relative;
  z-index: 0;
}

.secPoint01 .modalList li .listIcon {
  position: absolute;
  right: -14px;
  top: -48px;
  width: 100px;
  height: 100px;
  z-index: 1;
}

.secPoint01 .modalList li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #D1CCBA;
  opacity: 0.7;
  z-index: -1;
}

.secPoint01 .modalList li .listInner {
  width: calc(100% - 10px);
  height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  padding: 37px 0 22px;
  position: relative;
  z-index: 0;
}

.secPoint01 .modalList li .listInner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #7B7361;
  pointer-events: none;
}

.secPoint01 .modalList li .cat {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 80px;
  height: 30px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  background: #7B7361;
  z-index: 1;
}

.secPoint01 .modalList li .listTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3px;
}

.secPoint01 .modalList li .listImg {
  width: 100%;
  height: 153px;
}

.secPoint01 .modalList li .listBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84%;
  height: 23px;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #fff;
  background: #7B7361;
  margin: 7px auto 0;
}

.secPoint01 .modalList li .listBtn span {
  padding-bottom: 2px;
}

.secPoint01 .modalList li .listBtn i {
  display: block;
  width: 10px;
  height: 9px;
  margin-left: 15px;
  background: url(../img/nishigaoka/pickuppoint_arrow.svg)no-repeat center / cover;
  transform: rotate(-90deg);
  z-index: 1;
}

.secPoint01 .modalList li .listImg .img {
  margin: 0 auto;
}

.secPoint01 .modalList li .listImg .img.type1 {
  width: 334px;
}

.secPoint01 .modalList li .listImg .img.type2 {
  width: 331px;
}

.secPoint01 .modalList li .listImg .img.type3 {
  width: 334px;
}

.secPoint01 .modalList li .listImg .img.type4 {
  width: 343px;
}

.secPoint01 .modalList li .listImg .img.type5 {
  width: 328px;
}

.secPoint01 .modalList li .listImg .img.type6 {
  width: 351px;
}

.secPoint01 .modalList li .listImg .img.type7 {
  width: 340px;
}

.secPoint01 .modalList li.closed a {
  pointer-events: none;
}

.secPoint01 .modalList li.closed a::before,
.secPoint01 .modalList li.closed a::after {
  position: absolute;
}

.secPoint01 .modalList li.closed a::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #353535;
  z-index: 2;
}

.secPoint01 .modalList li.closed a::after {
  content: 'ご成約';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #ff0000;
  border: 2px solid #ff0000;
  padding: 0 10px 1px;
  z-index: 3;
}

.secPoint01 .conversionList {
  margin-top: 108px;
}

@media all and (min-width: 681px) {
  .secPoint01 .modalList li:nth-child(1) {
    margin-left: 1px;
  }
  
  .secPoint01 .modalList li:nth-child(2) {
    margin-right: 1px;
  }

  .secPoint01 .modalList li a::before {
    transition: left 0.3s,top 0.3s;
  }

  .secPoint01 .modalList li a {
    transition: transform 0.3s;
  }

  .secPoint01 .modalList li .listBtn {
    transition: background 0.3s;
  }

  .secPoint01 .modalList li .listBtn i {
    position: relative;
    right: 0;
    transition: right 0.3s;
  }

  .secPoint01 .modalList li a:hover::before {
    left: 10px;
    top: 10px;
  }

  .secPoint01 .modalList li a:hover {
    transform: translate(-5px, -5px);
  }

  .secPoint01 .modalList li a:hover .listBtn {
    background: #524c40;
  }

  .secPoint01 .modalList li a:hover .listBtn i {
    right: -5px;
  }
}

@media all and (max-width:680px) {
  .secPoint01 {
    padding-bottom: 54px;
  }
  
  .secPoint01 .point01Cont {
    margin-top: 30px;
  }
  
  .secPoint01 .point01Copy {
    height: 71px;
    margin-bottom: 40px;
    font-size: 15px;
    letter-spacing: 0;
  }
  
  .secPoint01 .point01Copy::before {
    bottom: -28px;
    border-width: 28px 8px 0 8px;
  }
  
  .secPoint01 .commonPointList {
    width: calc(100% + 46px);
    margin-left: -23px;
    flex-wrap: wrap;
    gap: 0;
  }
  
  .secPoint01 .commonPointList li {
    width: 48vw;
    height: 48vw;
    margin: 0 2px;
  }
  
  .secPoint01 .commonPointList li::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }

  .secPoint01 .commonPointList li .listNumberBox {
    padding-bottom: 3px;
    position: relative;
  }

  .secPoint01 .commonPointList li .listNumberBox::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 21px;
    height: 1px;
    background: #707070;
  }
  
  .secPoint01 .commonPointList li .listNumberBox .en {
    font-size: 13px;
  }
  
  .secPoint01 .commonPointList li .listNumberBox .number {
    font-size: 59px;
    margin-top: -15px;
  }
  
  .secPoint01 .commonPointList li .listTitle {
    font-size: 21px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    font-weight: bold;
    color: #7B7361;
    text-align: center;
    width: 100%;
    height: auto;
    background: none;
    margin-top: 8px;
  }

  .secPoint01 .commonPointList li:nth-child(1) {
    margin: 0 20px -5.7vw;
  }

  .secPoint01 .commonPointList li:nth-child(3) .listNumberBox {
    padding-bottom: 12px;
  }

  .secPoint01 .commonPointList li .listTitle::before,
  .secPoint01 .commonPointList li .listTitle::after {
    display: none;
  }
  
  .secPoint01 .commonPointList li .listText {
    display: none;
  }
  
  .secPoint01 .modalList {
    gap: 0;
    margin: 36px -23px 0;
  }
  
  .secPoint01 .modalList + .modalList {
    margin-top: 0;
  }
  
  .secPoint01 .modalList.colmun3 {
    margin: 0 -23px;
  }
  
  .secPoint01 .modalList li {
    width: calc((100% - 12px)/2);
    height: auto;
    margin-bottom: 16px;
  }

  .secPoint01 .modalList li:nth-child(2n) {
    margin-left: 6px;
  }
  
  .secPoint01 .modalList li a {
    padding-top: 6px;
  }
  
  .secPoint01 .modalList li .listIcon {
    display: none;
  }
  
  .secPoint01 .modalList li a::before {
    width: calc(100% - 13px);
    height: calc(100% - 13px);
  }
  
  .secPoint01 .modalList li .listInner {
    width: calc(100% - 6px);
    padding: 32px 0 10px;
  }

  .secPoint01 .modalList li .listInner::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }

  .secPoint01 .modalList li .cat {
    left: 3px;
    top: 3px;
    width: 65px;
    height: 25px;
    font-size: 12px;
  }
  
  .secPoint01 .modalList li .listTitle {
    display: none;
  }
  
  .secPoint01 .modalList li .listImg {
    height: auto;
  }
  
  .secPoint01 .modalList li .listBtn {
    width: 82%;
    height: 22px;
    font-size: 10px;
    margin: 7px auto 0;
  }
  
  .secPoint01 .modalList li .listBtn span {
    padding-bottom: 1px;
  }
  
  .secPoint01 .modalList li .listBtn i {
    width: 10px;
    height: 9px;
  }
  
  .secPoint01 .modalList li .listImg .img.type1 {
    width: calc(100% - 20px);
  }
  
  .secPoint01 .modalList li .listImg .img.type2 {
    width: calc(100% - 20px);
  }
  
  .secPoint01 .modalList li .listImg .img.type3 {
    width: calc(100% - 20px);
  }
  
  .secPoint01 .modalList li .listImg .img.type4 {
    width: calc(100% - 20px);
  }
  
  .secPoint01 .modalList li .listImg .img.type5 {
    width: calc(100% - 20px);
  }
  
  .secPoint01 .modalList li .listImg .img.type6 {
    width: calc(100% - 20px);
  }
  
  .secPoint01 .modalList li .listImg .img.type7 {
    width: calc(100% - 20px);
  }
  
  .secPoint01 .conversionList {
    margin-top: 20px;
  }
}
/* secPoint01
***************************************************************/


/* secPoint02
***************************************************************/
.secPoint02 {
  padding-bottom: 90px;
}

.secPoint02 .inner {
  width: 100%;
}

.secPoint02 .point02Cont .point02MainImg {
  margin-top: 75px;
}

.secPoint02 .point02Cont .point02MainImg .img {
  width: 100%;
  height: 528px;
  background: url(../img/nishigaoka/point02_img01.jpg)no-repeat center / cover;
}

.secPoint02 .point02Cont .point02MainImg .imgNote {
  padding-right: 24px;
}

.secPoint02 .point02Cont .point02ColumBox {
  width: 1100px;
  margin: 30px auto 0;
  display: flex;
}

.secPoint02 .point02Cont .point02ColumBox .textBox {
  width: calc(100% - 500px);
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-right: 25px;
}

.secPoint02 .point02Cont .point02ColumBox .imgBox {
  width: 500px;
}

.secPoint02 .point02Cont .imgNote {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: right;
}

@media all and (max-width:680px) {
  .secPoint02 {
    padding-bottom: 45px;
  }
  
  .secPoint02 .inner {
    padding: 0 23px;
  }
  
  .secPoint02 .point02Cont .point02MainImg {
    width: calc(100% + 46px);
    margin-top: 30px;
    margin-left: -23px;
  }
  
  .secPoint02 .point02Cont .point02MainImg .img {
    height: 160px;
    background: url(../img/nishigaoka/point02_img01_sp.jpg)no-repeat center / cover;
  }
  
  .secPoint02 .point02Cont .point02MainImg .imgNote {
    padding-right: 4px;
  }
  
  .secPoint02 .point02Cont .point02ColumBox {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
  
  .secPoint02 .point02Cont .point02ColumBox .textBox {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2;
    padding-right: 0;
  }
  
  .secPoint02 .point02Cont .point02ColumBox .imgBox {
    width: 100%;
    margin-top: 42px;
  }
  
  .secPoint02 .point02Cont .imgNote {
    font-size: 10px;
    padding-top: 4px;
  }
}
/* secPoint02
***************************************************************/


/* secPoint03
***************************************************************/
.secPoint03 {
  padding-bottom: 120px;
}

.secPoint03 .point03Cont {
  margin-top: 85px;
}

.secPoint03 .point03ContBox + .point03ContBox {
  margin-top: 120px;
}

.secPoint03 .contTitleBox {
  width: 700px;
  height: 150px;
  margin: 0 auto -75px;
  display: flex;
  background: #fff;
  position: relative;
  z-index: 2;
}

.secPoint03 .contTitleBox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #A69C83;
  pointer-events: none;
  z-index: 0;
}

.secPoint03 .contTitleBox .numberBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  background: #A69C83;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.secPoint03 .contTitleBox .numberBox::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  pointer-events: none;
}

.secPoint03 .contTitleBox .numberBox span {
  display: block;
  line-height: 1;
}

.secPoint03 .contTitleBox .numberBox .number {
  font-size: 55px;
  letter-spacing: 0;
  font-weight: bold;
}

.secPoint03 .contTitleBox .numberBox .numberText {
  font-size: 20px;
}

.secPoint03 .contTitleBox .contTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 150px);
  height: 100%;
}

.secPoint03 .contTitleBox .contTitle .title {
  font-size: 27px;
  letter-spacing: 0.05em;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

.secPoint03 .contMainImgBox {
  margin-bottom: -193px;
  position: relative;
  z-index: 1;
}

.secPoint03 .contItemWrap {
  padding: 240px 0 80px;
  position: relative;
  z-index: 0;
}

.secPoint03 .contItemWrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  height: 100%;
  background: rgba(255,255,255,0.6);
  z-index: -1;
}

.secPoint03 .contItemSubTitle {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 12px;
  position: relative;
  z-index: 0;
}

.secPoint03 .contItemSubTitle::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 2px;
  background: #707070;
}

.secPoint03 .contItemSubTitle span {
  display: block;
  line-height: 1;
}

.secPoint03 .contItemSubTitle .jp {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.secPoint03 .contItemSubTitle .en {
  font-size: 19px;
  letter-spacing: 0.03em;
  margin-top: 12px;
}

.secPoint03 .contItemTitle {
  font-size: 33px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}

.secPoint03 .contItem {
  display: flex;
  justify-content: space-between;
}

.secPoint03 .contItem + .contItem {
  margin-top: 60px;
}

.secPoint03 .contItem .title {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.secPoint03 .contItem .text {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: justify;
  margin-top: 10px;
}

.secPoint03 .producerBox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 33px 44px 42px 35px;
  background: #fff;
  width: 898px;
  margin: 60px auto 0;
  position: relative;
  z-index: 0;
}

.secPoint03 .producerBox::before,
.secPoint03 .producerBox::after {
  content: '';
  position: absolute;
}

.secPoint03 .producerBox::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.secPoint03 .producerBox::after {
  top: 30px;
  left: -15px;
  width: 100%;
  height: calc(100% - 15px);
  background: #E6E3D9;
  z-index: -2;
}

.secPoint03 .producerBox i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #7B7361;
  pointer-events: none;
}

.secPoint03 .producerBox .textBox {
  background: #fff;
}

.secPoint03 .producerBox .textBox .titleBox {
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
  position: relative;
  z-index: 0;
}

.secPoint03 .producerBox .textBox .criminalRecord {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  font-weight: 500;
}

.secPoint03 .producerBox .textBox .name {
  font-size: 34px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
  margin-top: 17px;
}

.secPoint03 .producerBox .textBox .name .sml {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.secPoint03 .producerBox .textBox .logo {
  position: absolute;
  right: 0;
  bottom: 14px;
  width: 175px;
  z-index: 1;
}

.secPoint03 .producerBox .textBox .text,
.secPoint03 .producerBox .textBox .link {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 27px;
  margin-top: 14px;
}

.secPoint03 .producerBox .textBox .link {
  font-weight: 500;
}

.secPoint03 .producerBox .imgBox.type1 {
  width: 209px;
}

.secPoint03 .producerBox .textBox.type1 {
  width: calc(100% - 209px);
  padding-left: 40px;
}

.secPoint03 .producerBox .imgBox.type2 {
  width: 290px;
}

.secPoint03 .producerBox .textBox.type2 {
  width: calc(100% - 290px);
  padding-left: 25px;
}

.secPoint03 .contItem:nth-child(odd) .imgBox {
  order: 1;
  margin-left: -170px;
}

.secPoint03 .contItem:nth-child(odd) .textBox {
  order: 2;
}

.secPoint03 .contItem:nth-child(even) .imgBox {
  order: 2;
  margin-right: -170px;
}

.secPoint03 .contItem:nth-child(even) .textBox {
  order: 1;
}

.secPoint03 .contItem .imgBox.type1 {
  width: 674px;
}

.secPoint03 .contItem .textBox.type1 {
  width: 541px;
}

.secPoint03 .contItem .imgBox.type2 {
  width: 687px;
}

.secPoint03 .contItem .textBox.type2 {
  width: 531px;
}

.secPoint03 .contItem .imgBox.type3 {
  width: 630px;
}

.secPoint03 .contItem .textBox.type3 {
  width: 600px;
}

.secPoint03 .contItem .imgBox.type4 {
  width: 546px;
}

.secPoint03 .contItem .textBox.type4 {
  width: 690px;
}

@media all and (min-width: 681px) {
  .secPoint03 .producerBox .textBox .link a {
    display: inline-block;
    position: relative;
    z-index: 0;
  }

  .secPoint03 .producerBox .textBox .link a::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #707070;
    opacity: 0;
    transition: opacity 0.3s,bottom 0.3s;
  }

  .secPoint03 .producerBox .textBox .link a:hover::before {
    opacity: 1;
    bottom: 0;
  }

  .secPoint03 .contItem {
    display: flex !important;
  }
}

@media all and (max-width:680px) {
  .secPoint03 {
    padding-bottom: 60px;
  }
  
  .secPoint03 .point03Cont {
    margin-top: 40px;
  }
  
  .secPoint03 .point03ContBox + .point03ContBox {
    margin-top: 45px;
  }
  
  .secPoint03 .contTitleBox {
    width: 94.837%;
    height: 70px;
    margin-bottom: -30px;
  }
  
  .secPoint03 .contTitleBox::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  
  .secPoint03 .contTitleBox .numberBox {
    width: 70px;
  }
  
  .secPoint03 .contTitleBox .numberBox::before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
  
  .secPoint03 .contTitleBox .numberBox .number {
    font-size: 29px;
  }
  
  .secPoint03 .contTitleBox .numberBox .numberText {
    font-size: 10px;
    margin-top: 6px;
  }
  
  .secPoint03 .contTitleBox .contTitle {
    width: calc(100% - 70px);
  }
  
  .secPoint03 .contTitleBox .contTitle .title {
    font-size: 14px;
    letter-spacing: -0.03em;
    line-height: 19px;
  }
  
  .secPoint03 .contMainImgBox {
    margin-bottom: -123px;
  }
  
  .secPoint03 .contItemWrap {
    padding: 155px 0 25px;
  }
  
  .secPoint03 .contItemWrap::before {
    width: calc(100% + 26px);
  }
  
  .secPoint03 .contItemSubTitle {
    padding-bottom: 15px;
  }
  
  .secPoint03 .contItemSubTitle::before {
    width: 15px;
  }
  
  .secPoint03 .contItemSubTitle .jp {
    font-size: 16px;
  }
  
  .secPoint03 .contItemSubTitle .en {
    font-size: 12px;
    margin-top: 10px;
  }
  
  .secPoint03 .contItemTitle {
    font-size: 19px;
    letter-spacing: 0.04em;
    line-height: 1.45;
    margin-bottom: 28px;
  }
  
  .secPoint03 .contItem {
    display: block;
  }
  
  .secPoint03 .contItem + .contItem {
    margin-top: 30px;
  }

  .secPoint03 .contItem .textBox {
    margin-top: 34px;
    padding: 0 16px;
  }
  
  .secPoint03 .contItem .title {
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
  }
  
  .secPoint03 .contItem .text {
    font-size: 14px;
    line-height: 2;
    margin-top: 12px;
  }
  
  .secPoint03 .producerBox {
    display: block;
    padding: 15px 15px 24px;
    width: calc(100% - 10px);
    margin: 30px 0 0 auto;
  }
  
  .secPoint03 .producerBox::after {
    top: 10px;
    left: -10px;
    width: 100%;
    height: 100%;
  }

  .secPoint03 .producerBox i {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .secPoint03 .producerBox .textBox .textTitleBox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  
  .secPoint03 .producerBox .textBox .titleBox {
    width: calc(100% - 95px);
    padding-bottom: 15px;
  }
  
  .secPoint03 .producerBox .textBox .criminalRecord {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  
  .secPoint03 .producerBox .textBox .name {
    font-size: 19px;
    margin-top: 13px;
  }
  
  .secPoint03 .producerBox .textBox .name .sml {
    font-size: 10px;
  }
  
  .secPoint03 .producerBox .textBox .logo {
    right: auto;
    left: 0;
    bottom: 50px;
    width: 75px;
  }
  
  .secPoint03 .producerBox .textBox .text,
  .secPoint03 .producerBox .textBox .link {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top: 12px;
  }
  
  .secPoint03 .producerBox .textBox .text {
    text-align: justify;
  }
  
  .secPoint03 .producerBox .imgBox.type1 {
    width: 86px;
  }
  
  .secPoint03 .producerBox .textBox.type1 {
    width: 100%;
    padding-left: 0;
  }
  
  .secPoint03 .producerBox .imgBox.type2 {
    width: 86px;
  }
  
  .secPoint03 .producerBox .textBox.type2 {
    width: 100%;
    padding-left: 0;
  }
  
  .secPoint03 .contItem:nth-child(odd) .imgBox {
    margin-left: -23px;
  }
  
  .secPoint03 .contItem:nth-child(even) .imgBox {
    margin-right: -23px;
    margin-left: auto;
  }
  
  .secPoint03 .contItem .imgBox.type1 {
    width: 329px;
  }
  
  .secPoint03 .contItem .textBox.type1 {
    width: 100%;
  }
  
  .secPoint03 .contItem .imgBox.type2 {
    width: 329px;
  }
  
  .secPoint03 .contItem .textBox.type2 {
    width: 100%;
  }
  
  .secPoint03 .contItem .imgBox.type3 {
    width: 329px;
  }
  
  .secPoint03 .contItem .textBox.type3 {
    width: 100%;
  }
  
  .secPoint03 .contItem .imgBox.type4 {
    width: 329px;
  }
  
  .secPoint03 .contItem .textBox.type4 {
    width: 100%;
  }
}
/* secPoint03
***************************************************************/


/* secPoint04
***************************************************************/
.secPoint04 {
  padding-bottom: 127px;
}

.secPoint04 .point04Cont {
  margin-top: 132px;
}

.secPoint04 .point04Cont .point04ContTitle {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 22px;
}

.secPoint04 .point04Cont .point04ContBox {
  display: flex;
  justify-content: space-between;
}

.secPoint04 .point04Cont .point04ContBox .imgBox {
  width: 524px;
}

.secPoint04 .point04Cont .point04ContBox .textBox {
  width: calc(100% - 524px);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 32px;
  text-align: justify;
  padding-left: 33px;
  margin-top: -7px;
}

.secPoint04 .conversionList {
  margin-top: 110px;
}

@media all and (max-width:680px) {
  .secPoint04 {
    padding-bottom: 54px;
  }
  
  .secPoint04 .point04Cont {
    margin-top: 35px;
  }
  
  .secPoint04 .point04Cont .point04ContTitle {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
  
  .secPoint04 .point04Cont .point04ContBox {
    display: block;
  }
  
  .secPoint04 .point04Cont .imgBox {
    width: 100%;
    margin-bottom: 25px;
  }
  
  .secPoint04 .point04Cont .point04ContBox .textBox {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    padding-left: 0;
    margin-top: 0;
  }
  
  .secPoint04 .conversionList {
    margin-top: 33px;
  }
}
/* secPoint04
***************************************************************/


/* secMessage
***************************************************************/
.secMessage {
  padding: 100px 0 116px;
}

.secMessage .inner {
  width: 1068px;
  margin: 0 auto;
}

.secMessage .messageBox {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.secMessage .messageBox .imgBox {
  width: 176px;
}

.secMessage .messageBox .imgBox .sml {
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 19px;
  font-weight: 500;
  margin-top: 12px;
}

.secMessage .messageBox .imgBox .big {
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 30px;
  font-weight: 500;
  margin-top: 12px;
}

.secMessage .messageBox .textBox {
  width: calc(100% - 176px);
  padding-left: 90px;
}

.secMessage .messageBox .textBox .title {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 46px;
  font-weight: 500;
}

.secMessage .messageBox .textBox .text {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 36px;
  font-weight: 500;
  margin-top: 20px;
}

@media all and (max-width:680px) {
  .secMessage {
    padding: 45px 0 50px;
  }
  
  .secMessage .inner {
    width: 100%;
    padding: 0 23px;
  }
  
  .secMessage .messageBox {
    display: block;
    margin-top: 30px;
  }
  
  .secMessage .messageBox .imgBox {
    width: 142px;
    margin: 0 auto;
  }

  .secMessage .messageBox .imgBox .img {
    width: 108px;
    margin: 0 auto;
  }
  
  .secMessage .messageBox .imgBox .sml {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    margin-top: 12px;
  }
  
  .secMessage .messageBox .imgBox .big {
    font-size: 19px;
    line-height: 1;
    text-align: center;
    margin-top: 5px;
  }
  
  .secMessage .messageBox .textBox {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  
  .secMessage .messageBox .textBox .title {
    font-size: 17px;
    line-height: 26px;
    text-align: center;
  }
  
  .secMessage .messageBox .textBox .text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 20px;
  }
}
/* secMessage
***************************************************************/


/* secAccess
***************************************************************/
.secAccess {
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 144px 0 160px;
}

.secAccess .gmap {
  margin-top: 54px;
  position: relative;
}

.secAccess #map_canvas {
  height: 553px;
}

.secAccess .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  bottom: 220px !important;
}

.secAccess .gm-style-mtc {
  display: none;
}

.secAccess .gm-svpc {
  display: none;
}

.secAccess .map_btn {
  position: absolute;
  padding: 5px 15px;
  background: #4c4948;
  color: #fff;
  right: 20px;
  bottom: 20px;
  opacity: 1;
  transition: 0.3s;
}

.secAccess .access_point {
  font-size: 16px;
  letter-spacing: 0.13em;
  margin-top: 30px;
}

.secAccess .car_access {
  font-size: 16px;
  margin-top: 10px;
  padding: 5px 25px;
  background: #4c4948;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
}

.secAccess .car_access .t1 {
  font-size: 15px;
  letter-spacing: 0.13em;
  display: flex;
  align-items: center;
}

.secAccess .car_access .t1 img {
  width: 36px;
  height: 18px;
  margin-right: 6px;
}

.secAccess .car_access .t2 {
  font-size: 16px;
  letter-spacing: 0.17em;
  position: relative;
}

.secAccess .car_access+.model_btn {
  margin-top: 85px;
}

.secAccess .model_btn+.ichiran_btn {
  margin-top: 48px;
}

.secAccess .tateuriBtn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 508px;
  height: 196px;
  margin: 115px auto 0;
  padding: 0 50px;
  background: #F0F0F0;
  position: relative;
  z-index: 0;
}

.secAccess .tateuriBtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #575757;
  pointer-events: none;
}

.secAccess .tateuriBtn .btnTop {
  display: flex;
}

.secAccess .tateuriBtn .btnTop .logo {
  width: 99px;
}

.secAccess .tateuriBtn .btnTop .logo img {
  width: 100%;
}

.secAccess .tateuriBtn .btnTop .title {
  width: calc(100% - 99px);
  font-size: 33px;
  letter-spacing: 0.21em;
  line-height: 43px;
  font-weight: 500;
  text-align: left;
  padding-left: 20px;
}

.secAccess .tateuriBtn .btnBtm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 34px;
  font-size: 18px;
  letter-spacing: 0.27em;
  font-weight: 500;
  color: #fff;
  background: #6C6B6B;
  border-radius: 5px;
  margin-top: 16px;
}

.secAccess .tateuriBtn .btnBtm span {
  padding-bottom: 2px;
}

.secAccess .tateuriBtn .btnBtm i {
  display: block;
  width: 12px;
  height: 13px;
  margin-left: 15px;
  background: url(../img/nishigaoka/pickuppoint_arrow.svg)no-repeat center / cover;
  transform: rotate(-90deg);
  z-index: 1;
}

@media all and (min-width: 681px) {
  .secAccess .map_btn:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .secAccess .car_access .t1+.t2 {
    margin-left: 15px;
    padding-left: 20px;
  }
  .secAccess .car_access .t2::before {
    content: '';
    width: 1px;
    height: 1.3em;
    position: absolute;
    left: 0;
    top: 0.2em;
    background: #fff;
  }

  .secAccess .tateuriBtn {
    transition: opacity 0.3s;
  }

  .secAccess .tateuriBtn .btnBtm {
    transition: background 0.3s;
  }
  
  .secAccess .tateuriBtn .btnBtm i {
    position: relative;
    right: 0;
    transition: right 0.3s;
  }

  .secAccess .tateuriBtn:hover {
    opacity: 0.7;
  }

  .secAccess .tateuriBtn:hover .btnBtm {
    background: #414040;
  }
  
  .secAccess .tateuriBtn:hover .btnBtm i {
    right: -5px;
  }
}

@media all and (max-width:680px) {
  .secAccess {
    padding: 45px 0;
  }
  .secAccess .gmap {
    margin-top: 42px;
  }
  .secAccess #map_canvas {
    height: 200px;
  }
  .secAccess .map_btn {
    position: absolute;
    padding: 3px 12px;
    background: #4c4948;
    color: #fff;
    right: 10px;
    bottom: 17px;
    opacity: 1;
    transition: 0.3s;
    font-size: 11px;
  }
  .secAccess .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    bottom: 175px !important;
    right: 30px !important;
  }
  .secAccess .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint {
    transform: scale(0.5) !important;
  }
  .secAccess .access_point {
    font-size: 12px;
    margin-top: 40px;
    line-height: 1.4;
  }
  .secAccess .car_access {
    width: auto;
    flex-direction: column;
    display: inline-flex;
    margin-top: 15px;
  }
  .secAccess .car_access .t1 {
    font-size: 14px;
  }
  .secAccess .car_access .t2 {
    font-size: 14px;
  }
  .secAccess .car_access+.model_btn {
    margin-top: 40px;
  }
  .secAccess .model_btn+.ichiran_btn {
    margin-top: 25px;
  }

  .secAccess .tateuriBtn {
    width: calc(100% - 46px);
    height: 127px;
    margin: 48px auto 0;
    padding: 0 36px;
  }
  
  .secAccess .tateuriBtn::before {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
  
  .secAccess .tateuriBtn .btnTop .logo {
    width: 64px;
  }
  
  .secAccess .tateuriBtn .btnTop .title {
    width: calc(100% - 64px);
    font-size: 20px;
    line-height: 26px;
    padding-left: 13px;
  }
  
  .secAccess .tateuriBtn .btnBtm {
    height: 22px;
    font-size: 11px;
    margin-top: 10px;
  }
  
  .secAccess .tateuriBtn .btnBtm span {
    padding-bottom: 1px;
  }
  
  .secAccess .tateuriBtn .btnBtm i {
    width: 12px;
    height: 13px;
  }
}
/* secAccess
***************************************************************/


/* youtubeバナー
***************************************************************/
.youtubeBnrList {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 55px;
}

.youtubeBnrList li {
  width: 361px;
}

.youtubeBnrList li a {
  display: block;
}

@media all and (min-width: 681px) {
  .youtubeBnrList li a {
    transition: opacity 0.3s;
  }

  .youtubeBnrList li a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width:680px) {
  .youtubeBnrList {
    display: block;
    gap: 0;
    margin-top: 30px;
  }
  
  .youtubeBnrList li {
    width: 100%;
  }

  .youtubeBnrList li + li {
    margin-top: 15px;
  }
}
/* youtubeバナー
***************************************************************/



/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
