@charset "utf-8";
/* CSS front Document */

.region-highlighted h2.block-title{
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  #front_top .container{
    max-width: 100%;
  } 

}
/**トップページ エリアから探す **/
.prefectures-list{
  flex-wrap: wrap;
}
.prefectures-list{
  background:var(--accent);
  border-radius: 10px;
  padding:20px;
}
.prefectures-list .item-list{
  margin-bottom:15px;
}
 .prefectures-list .item-list h3{
  background:var(--main-color-2);
  color:#fff;
  height:37px;
  line-height: 37px;
  padding:0px 15px;
  border-radius: 10px;
  font-size:14px;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
}
.prefectures-list .item-list h3 a{
  color:#fff;
}
.prefectures-list .item-list ul{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.prefectures-list .item-list ul li a{
  text-decoration: underline;
}
/**トップページ featureバナー**/
.view-feature .slick__slide{
    padding-left:0;
    padding-right:0;
}
.view-feature .feature-top-link{
	position: relative;
    width:100%;
    display:block;
}
.view-feature .feature-top-link:before{
	width: 100%;
    display: block;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0px;
}
.view-feature .feature-top-link:hover:after{
	width: 100%;
    display: block;
    height: 100%;
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
}
.view-feature .feature-top-textarea{
	position: absolute;
	top: 140px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	z-index: 2;
	text-align: center;
	width:90%;
}
.view-feature div.feature-top-label{
    color :var(--blue-color);
    margin-bottom: 1.0rem;
}
.view-feature h2.feature-top-ttl{
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
}
.view-feature .feature-top-body{
	color:#fff;
	font-size:12px;
	line-height: 130%;
}
.view-feature .slick .feature-top-img img {
    height: 350px;
	object-fit: cover;
}
.view-feature .slick-arrow{
	width:25px;
}
.view-feature .slick-prev:before, 
.view-feature .slick-next:before {
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width:20px;
	height:37px;
	display: block;
}
#block-onerise-front-views-block-joblist-block-2 h2{
  text-align: center;
}
@media screen and (max-width: 1199.9px) {
  .job_search_no_visiual #edit-actions{
    width:100%;
    margin:0px;
  }
}
@media screen and (max-width: 991.9px) {
  .path-frontpage .first-view{

  }
  .job_search_no_visiual{
    border-radius: 0px;
  }
  .job_search_no_visiual form{
    flex-wrap: wrap;
    gap:10px;
    padding-left:15px;
    padding-right:15px;
  }
  .job_search_no_visiual .job-search-form-title{
    width:100%;
    padding:0px;
    font-size:15px;
  }
  .job_search_no_visiual form #edit-submit-joblist{
    margin:0px !important;
  }
  .job_search_no_visiual form .form-item{
    margin:0px;
  }
}
@media screen and (max-width: 767.9px) {

  .path-frontpage .first-view{

  }
  .job_search_no_visiual form{
    display: block;
    padding-left:30px;
    padding-right:30px;
  }
  .job_search_no_visiual form .form-type-select, .job_search_no_visiual form .form-type-textfield{
    max-width: 100%;
    margin-bottom:5px;
  }
  .job_search_no_visiual form #edit-submit-joblist{
    margin-top:15px;
    width:100%;
  }
}

.feature-banner-list-top{
  padding-bottom:15px;
  padding-top:15px;
}
#block-onerise-front-shop-views-block-front-shop-gravure-block-1{
  padding-bottom:40px;
}
.feature-banner-list-top{
  padding-bottom:0px;
  padding-top:15px;
  text-align: center;
}
.feature-banner-list-top .view-header{
  text-align: center;
  padding-bottom:15px;
} 
.feature-banner-list-top .view-header a{
  margin-left:auto;
  margin-right: auto;
}
.feature-banner-list-top .views-row{
  margin-bottom:0px;
  max-width:600px;
  margin-left: auto;
  margin-right: auto;
}
.feature-banner-list-top .views-row img{
  width:100%;
  height:auto;
  object-fit: contain;
}
.feature-banner-list{
  padding-top:40px;
  padding-bottom:40px;
  text-align: center;
}
.feature-banner-list .views-row{
  margin-bottom:15px;
  max-width:600px;
  margin-left: auto;
  margin-right: auto;
}
.feature-banner-list .views-row img{
  width:100%;
  height:auto;
  object-fit: contain;
}
.sns-links-gen{
  display: flex;
  gap:15px;
  justify-content: center;
}
#block-about-nights-gen,
#block-onerise-front-shop-aboutnights{
  background:#E6E6E6;
}
#block-about-nights-gen .about-nights-gen p,
block-onerise-front-shop-aboutnights  .about-nights-gen p{
  font-size:16px;
  line-height: 200%;
}

/* エリア画像をクリックできる見た目に */
.view-content .views-row[id^="area"] {
  cursor: pointer;
}

/* モーダル背景 */
.area-pref-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.area-pref-modal.is-open {
  display: block;
}

.area-pref-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.view-content .views-row[id^="area"] {
  cursor: pointer;
}

.area-pref-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}

.area-pref-modal.is-open {
  display: block;
}

.area-pref-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.area-pref-modal__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92vw, 640px);
  max-height: 82dvh;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.area-pref-modal__head {
  padding: 18px 48px 14px 20px;
  border-bottom: 1px solid #eee;
}

.area-pref-modal__head h2 {
  margin: 0;
  font-size: 20px;
}

.area-pref-modal__body {
  padding: 20px;
  max-height: calc(82dvh - 70px);
  overflow-y: auto;
}

.area-pref-modal__close {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: none;
  background: #111;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.area-pref-modal-open {
  overflow: hidden;
}