@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oxanium:wght@200..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');


/* ------------------------------------------
BODY
------------------------------------------ */
html{
  background: #FFF;
  scroll-behavior: smooth;
}
body {
  line-height: 1.5;
  font-size: 18px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #202020;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a{
  opacity: 1.0;
  transition: .5s;
}
a:hover{
  opacity: 0.8;
  transition: .5s;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.inner{
  max-width: 1120px;
  margin: 0 auto;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}

@media (max-width: 1480px) {
  
}

@media (max-width: 750px) {
  .inner{
    padding: 0 20px;
  }
  .pc_only{
    display: none !important;
  }
  .sp_only{
    display: block;
  }
}


/*-- sesrch --*/
.search{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f9f9f2;
}
.search form{
  display: flex;
  justify-content: center;
  height:46px;
}
.search__input-wrap{
  position: relative;
  display: block;
  width: 300px;
  height: 46px;
  isolation: isolate;
}
.search__input-wrap::before{
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 5px;
  width: 35px;
  height: 35px;
  background: url('../images/home/magnifyingglass.png') center / contain no-repeat;
  content: "";
  pointer-events: none;
}
#sbox{
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 46px;
  border-radius: 5px 0 0 5px;
  background: #FFF;
  border: 2px solid #033824;
  outline: 0;
}
#sbtn{
  width: 140px;
  border-radius: 0 5px 5px 0;
  background: #033824;
  border: 2px solid #033824;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  padding: 0;
}
#sbtn:hover {
  background: #033824;
}


/*-- main --*/
main{
  background: #f9f9f2;
}

#fv{
  display: flex;
  padding-bottom: 40px;

}
#fv .menu_wrapper{
  /*width: 44vw;*/
  width: 40vw;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 1vw;
}
#fv .menu{
  max-width: 424px;
  width: 40vw;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  gap: 1vw 1vw;
}
#fv .menu li{
  max-width: 14vw;
  height: auto;
}

#fv .fv_gallery{
  /*width: 56vw;*/
  width: 60vw;
}
#fv .fv_gallery li img{
  border-radius: 20px 0 0 20px;
}
.click_detail{
  text-align: center;
  color: #033824;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 750px) {
  #fv{
    display: flex;
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  #fv .fv_gallery{
    width: 100vw;
    padding-left: 10px;
  }
  #fv .fv_gallery li img{
    border-radius: 10px 0 0 10px;
  }
  #fv .menu_wrapper{
    width: 100vw;
    display: block;
    padding-right: unset;
  }
  #fv .menu{
    max-width: unset;
    width: calc(100vw - 20px);
    justify-content: center;
    flex-wrap: unset;
    margin: 19px 10px 0;
  }
  #fv .menu li{
    max-width: unset;
  }
  .click_detail{
    font-size: 18px;
  }
}


/*-- 新着情報 --*/
#white_back{
  padding-bottom: 100px;
}
.white_back{
  background: #FFF;
  border-radius: 20px;
  padding: 40px;
}
h2{
  text-align: center;
  margin-bottom: 35px;
}
h2 span{
  font-size: 40px;
  color: #033824;
  font-weight: 600;
  border-bottom: 5px solid #22935e;
}
.new_list{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.new_list li{
  flex: 1 1 0;
  max-width: 320px;
  border-radius: 20px;
  border: 3px solid #033824;
  background: #FFF;
  min-height: 0;
  box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.new_list li a{
  display: block;
  height: auto;
}
.new_list li a .info_img{
  display: block;
  border-radius: 15px 15px 0 0;
  margin-bottom: 15px;
  height: 179px;
  width: 100%;
  object-fit: cover;
}
.new_list li a .info_icon{
  margin: 0 15px 10px;
  position: relative;
}
.icon_volunteer{
  display: inline-block;
  height: 29px;
  line-height: 29px;
  background: #cef3c6;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 14px;
}
.icon_work{
  display: inline-block;
  height: 29px;
  line-height: 29px;
  background: #9be6fa;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 14px;
}
.icon_event{
  display: inline-block;
  height: 29px;
  line-height: 29px;
  background: #fab4b4;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 14px;
}
.icon_circle{
  display: inline-block;
  height: 29px;
  padding: 0 15px;
  border-radius: 14px;
  color: #000;
  background: #ffe3e3;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}
.new_list{
  margin-bottom: 40px;
}
.new_list li a .info_ttl{
  margin: 0 15px 10px;
  font-size:  20px;
  color: #3c3c3c;
  font-weight: 600;
  border-bottom: 1px solid #3c3c3c;
  width: stretch;
}
.new_list li a .info_place{
  margin: 0 15px 5px;
  color: #3c3c3c;
  font-weight: 600;
  background: url('../images/home/icon_place.png') no-repeat left center;
  padding-left: 25px;
}
.new_list li a .info_datetime{
  margin: 0 15px 10px;
  color: #3c3c3c;
  font-weight: 600;
  background: url('../images/home/icon_calendar.png') no-repeat left top;
  padding-left: 25px;
}
.btn_more{
  text-align: center;
}
.home-empty {
  margin: 0 0 40px;
  text-align: center;
}
.btn_more a{
  display: inline-block;
  width: 230px;
  height: 60px;
  background: #22935e url(../images/home/icon_next_white.png) no-repeat right 15px center;
  color: #FFF;
  border-radius: 20px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 600;
  padding: 0 15px 0 0;
}
.region_area{
  background: #FFF;
  border: 3px solid #0b3b29;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
.region_area .pc_only {
  position: relative;
  display: inline-block;
}
#map-hover-canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.nishitokyo_logo{
  position: absolute;
  top: 30px;
  left: 53px;
}

.slick-prev:before, .slick-next:before{
  font-size: 36px;
  color: black;
}
.slick-prev:before {
  position: relative;
  left: -17px;
}

@media (max-width: 750px) {
  #white_back{
    padding-bottom: 30px;
  }
  .white_back{
    background: #f9f9f2;
    border-radius: 0;
    padding: 20px;
  }
  h2 {
    margin-bottom: 22px;
  }
  h2 span {
    font-size: 28px;
    border-bottom: 3px solid #22935e;
  }
  .btn_more a{
    width: 172.5px;
    height: 45px;
    background: #22935e url(../images/home/icon_next_white.png) no-repeat right 15px center;
    background-size: 10px auto;
    border-radius: 15px;
    line-height: 45px;
    font-size: 15px;
    padding: 0 10px 0 0;
  }

  .region_area{
    padding: 20px 10px;
  }
  .region_area_sp{

  }
  .region_area_sp li{
    margin-bottom: 15px;
    text-align: center;
  }
  .region_area_sp li:last-child{
    margin-bottom: 0;
  }

  .new_list li{
    box-shadow: none;
    margin: 0 5px;
    max-width: none;
    min-height: 0;
    height: auto;
  }
  .new_list li a{
    height: auto;
  }
  .new_list li a .info_img{
    /*
    height: auto;
    min-height: 185px;
    max-height: 185px;
    width: 100%;
    */
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    margin-bottom: 15px;
  }
  .slick-dots{
    bottom: -35px !important;
  }
  .slick-dots li{
    border-radius: 0 !important;
    border: none !important;
    background: none !important;
    min-height: unset !important;
    box-shadow: none !important;
  }
  .slick-dots li button:before {
    font-size: 13px !important;
    color: #033824 !important;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 55px !important;
  }
  .slick-prev {
    left: 0;
    z-index: 1;
  }
 
  .slick-next {
    right: 0;
  }

  

  

}


/*-- トップ　イベント情報 --*/
#top_information{
  background: #f5f5f5;
  padding: 35px 0 100px;
}
.information_list{
  max-width: 1032px;
  margin: 0 auto;
  border: 3px solid #0b3b29;
  border-radius: 20px;
  padding: 30px 150px 40px;
}
.information_list ul{
  margin-bottom: 40px;
}
.information_list ul li{
  /*height: 90px;*/
  height: auto;
  border-bottom: 3px solid #033824;
}
.information_list ul li a{
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  background: url('../images/home/icon_next.png') no-repeat center right;
}
.info_date{
  display: inline-block;
  font-size: 24px;
  margin-right: 43px;
  color: #033824;
}
.info_ttl{
  display: inline-block;
  font-size: 24px;
  padding-right: 15px;
}

@media (max-width: 750px) {
  #top_information{
    padding: 20px 0 50px;
  }
  .information_list{
    padding: 15px 15px 20px;
  }
  .information_list ul {
    margin-bottom: 20px;
  }
  .information_list ul li {
    /*height: 50px;*/
    height: auto;
    border-bottom: 2px solid #033824;
  }
  .information_list ul li a {
    background: url(../images/home/icon_next.png) no-repeat center right;
    background-size: 10px auto;
  }
  .info_date {
    font-size: 14px;
    margin-right: 20px;
  }
  .info_ttl {
    font-size: 14px;
  }
}

/*-- トップ　スタッフ日記 --*/
#top_staffdiary{
  padding: 35px 0;
  max-width: 1032px;
  margin: 0 auto;
}
.diary_list{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}
.diary_list li{
  flex: 1 1 0;
  max-width: 320px;
  border-radius: 20px;
  border: 3px solid #033824;
  background: #FFF;
  min-height: 0;
  box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.diary_list li a{
  display: block;
  height: auto;
}
.diary_list li a .diary_img{
  display: block;
  border-radius: 15px 15px 0 0;
  margin-bottom: 15px;
  height: 179px;
  width: 100%;
  object-fit: cover;
}
.diary_list li a .diary_date{
  margin: 0 15px 5px;
  font-size:  16px;
  color: #3c3c3c;
}
.diary_list li a .diary_ttl{
  margin: 0 15px 5px;
  font-size:  18px;
  color: #3c3c3c;
}
.diary_list li a .diary_txt{
  margin: 0 15px 10px;
  font-size:  16px;
  color: #3c3c3c;
}
.mark_new{
  /*width: 200px;
  height: 200px;*/
  position: relative;
  /*padding: 30px;
  background-color: #fef2f2;*/
}
.mark_new:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 75px 0 0;
  border-color: #ec6b61 transparent transparent transparent;
  border-radius: 17px 0 0 0;
}
.mark_new:after {
  position: absolute;
  content: "NEW";
  transform: rotate(315deg);
  display: block;
  font-size: 20px;
  white-space: pre;
  color: #fff;
  top: 12px;
  left: 4px;
  text-align: center;
  z-index: 2;
  line-height: 1.2;
}

@media (max-width: 750px) {
  #top_staffdiary {
    padding: 50px 0 0;
  }
  .diary_list li{
    box-shadow: none;
    margin: 0 5px;
    max-width: none;
    min-height: 0;
    height: auto;
  }
  .diary_list li a{
    height: auto;
  }
  .diary_list li a .diary_img{
    display: block;
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    margin-bottom: 15px;
  }
}

#banner{
  padding-bottom: 100px;
}
.banner_area{
  display: flex;
  justify-content: center;
  gap: 35px;
}
@media (max-width: 750px) {
  #banner {
    padding-bottom: 50px;
  }
  .banner_area {
    display: flex;
    flex-wrap: wrap;
  }

}

