@charset "UTF-8";

/* スライダー上書き */
.sp-button{
  border: 2px solid #84cccb !important;
}
.sp-selected-button{
  background-color: #84cccb !important;
}
.sp-grab{
  cursor: pointer !important;
}/* スライダー上書き */

.pageHeading{
  margin: auto;
  padding: 15px 15px 0 15px;
  max-width: 960px;
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
  color: #666;
}
.mainVisual img{
  width: 100%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.mainVisual img:hover{
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transition:all .6s;
  transition:all .6s;
}
.ribbon_box {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #fff9e9;
}
.ribbon17 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #df334b;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon17:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #df334b;
  border-radius: 5px 0 0 5px;
}
.ribbon17:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #80001b;
  border-radius: 5px 0 0 5px;
}
.mainAnnounce{
  padding-right: 0px;
  margin-bottom: 15px;
}
.mainAnnounce__txtArea{
  height: 200px;
  overflow-y: scroll;
  padding: 40px 0 20px 0;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,.2);
  box-shadow: 0 0px 2px 0 rgba(0,0,0,.2);
}
.ny__holiday{
  margin:15px auto;
  text-align:center;
}
.ny__holiday__tel,
.ny__holiday__dispatch{
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
}
.ny__holiday__tel{
  margin-bottom: 15px;
}
.ny__holiday__txt{
  padding: 0 30px 15px 30px;
	text-align: left;
}
.ny__holiday__notice{
  padding: 0 30px 0 50px;
}


.itemCard{
  /* margin-top: 15px; */
}
.itemCard .cardOuter{
  padding-right: 0;
}
.itemCard .card{
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  border-bottom: 1px solid #999;
  border-radius: 0.5rem;
  overflow: hidden;
}
.itemCard .card:hover{
  -webkit-transition:all .6s;
  transition:all .6s;
  -webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.2);
  box-shadow:0 6px 10px 0 rgba(0,0,0,.2);
  -webkit-transform:translateY(-2px);
  transform:translateY(-2px);
}
.itemCard .card-img-top{
  width: auto;
  max-width: 100%;
  height: auto;
}

.itemCard .card:hover .card-img-top{
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transition:all .6s;
  transition:all .6s;
}
.itemCard .card-body{
  padding: 1.75rem;
}
.itemCard .card-title{
  margin: 0;
  padding: 0 0 1.75rem 0;
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 1.5rem;
  color: #333;
}
.itemCard .card-text{
  padding-top: 1.75rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
}
.item__heading{
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 2px solid #333;
  font-size: 1.6rem;
}


.subInfo{
  margin-top: 15px;
}
.subInfo .news{
  color: #000;
}
.subInfo .news__heading{
  padding: 10px 0;
  border-bottom: 2px solid #333;
  font-size: 1.6rem;
}
.subInfo .news__list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.subInfo .news__list__post{
  margin-top: 15px;
}
.subInfo .news__list__date{
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
}
.subInfo .news__list__txt{
  margin: 0;
  line-height: 2rem;
  font-size: 1.3rem;
  font-weight: 500;
}
.subInfo .news__list__post:first-child > .news__list__txt:before{
  content: "New";
  margin-right: 0.4rem;
  padding: 0.1rem 0.4rem;
  background-color: #fdf100;
  font-size: 1.2rem;
  font-weight: 600;
}


.subInfo .bnrList{
  margin-top: 15px;
}
.subInfo .bnrList img{
  width: 100%;
  margin-top: 1rem;
}
.subInfo .bnrList .bnrOuter:first-child{
  margin-top: 0;
}


.subInfo .credit{
  margin-top: 15px;
  border-top: 2px solid #f9365e;
  border-bottom: 2px solid #f9365e;
}
.subInfo .credit::before{
  content: "";
  display: block;
  height: 1px;
  margin-top: 1px;
  background-color: #f9365e;
}
.subInfo .credit::after{
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 1px;
  background-color: #f9365e;
}
.subInfo .credit__heading img{
  display: block;
  width: 80%;
  margin: auto;
  padding: 10% 0;
}
.subInfo .credit__list{
  display: block;
  margin: auto;
  padding: 0 10% 10% 10%;
  list-style: circle;
}
.subInfo .credit__list__brand{
  display: inline-block;
  margin-right: 0;
  margin-bottom: 2%;
  padding: 0px 4px;
  border: 1px solid #f9365e;
  border-radius: 4px;
  font-size: 90%;
  letter-spacing: 0.1rem;
  color: #f9365e;
}


.subInfo .sns{
  position: relative;
  height: 65px;
  color: #333;
}
.subInfo .sns__heading{
  position: relative;
  margin-top: 25px;
}
.subInfo .sns__heading hr{
  border-top: solid 1px #333;
}
.subInfo .sns__heading span{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 20px;
  line-height: 20px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
}
.subInfo .sns__inner{
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 132px;
  margin: auto;
}
.subInfo .sns__btn{
  margin-right: 10px;
  font-size: 24px;
  color: #333;
}
.subInfo .sns__btn:last-child{
  margin-right: 0;
}


.itemMore{
  margin: 40px auto 20px auto;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  text-align: center;
}
.itemMore:hover{
  -webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.2);
  box-shadow:0 6px 10px 0 rgba(0,0,0,.2);
  -webkit-transform:translateY(-2px);
  transform:translateY(-2px);
  -webkit-transition:all .6s;
  transition:all .6s;
}
.itemMore a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 0 1.5rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
}
.itemMore a:hover{
  color: #333;
}
.itemMore__txt{
  position: relative;
}
.itemMore__txt::before{
  content: "";
	position: absolute;
  top: 26%;
  left: -1.4rem;
	border: 0.6rem solid transparent;
	border-left: 0.6rem solid #333;
}


.subContensts{
  margin: 40px auto 0 auto;
}
.column{
  max-width: 960px;
  padding: 40px 15px 30px 15px;
  background-color: #fef5f6;
  border: 2px solid #f19ca6;
  box-shadow: 0 0 2rem 0 rgba(251, 156, 166, .3) inset;
}
.column article{
  padding-right: 0;
}
.column article:last-child{
  padding-right: 15px;
}
.column article .card{
  border: 1px solid #333;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}
.column article .card:hover{
  -webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.2);
  box-shadow:0 6px 10px 0 rgba(0,0,0,.2);
  -webkit-transform:translateY(-2px);
  transform:translateY(-2px);
  -webkit-transition:all .6s;
  transition:all .6s;
}
.column article .thumbnail{
  width: auto;
  max-width: 100%;
  height: auto;
}
.column article .card:hover .thumbnail{
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transition:all .6s;
  transition:all .6s;
}
.column article .card .excerpt{
  color: #999;
  font-weight: 500;
}
.column article .card .date{
  margin-top: 0.75rem;
  text-align: right;
  color: #333;
}
.subContensts hr.separaterWave{
  width: 313px;
  margin-bottom: 40px;
}
.subContensts__bg .row{
  justify-content: center;
}
.subContensts__bnrBoxOuter{
  margin-bottom: 30px;
}
.subContensts__bnrBoxOuter:last-child{
  margin-right: 0;
}
.subContensts__bnrBox{
  width: 100%;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.125);
  border-bottom: 1px solid #999;
  border-radius: 0.5rem;
  overflow: hidden;
}
.subContensts__bnrBox:hover{
  -webkit-box-shadow:0 6px 10px 0 rgba(0,0,0,.2);
  box-shadow:0 6px 10px 0 rgba(0,0,0,.2);
  -webkit-transform:translateY(-2px);
  transform:translateY(-2px);
  -webkit-transition:all .6s;
  transition:all .6s;
}
.subContensts__bnrBox:hover img{
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
  -webkit-transition:all .6s;
  transition:all .6s;
}
.subContensts__bnr{
  height: 100%;
  padding: 0;
}
.subContensts__bnrTxt{
  position: relative;
  top: 0.71vw;
  left: 0;
  height: 3.23vw;
  padding: 0;
  text-align: center;
  font-size: 1.4vw;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 600;
  color: #333;
}




/* Extra small devices (スマホ縦画面, 575.98px以下への指定) */
@media (max-width: 575.98px) {
  /* スライダー上書き */
  .sp-button{
    width: 8px;
    height: 8px;
    border: 2px solid #84cccb;
  }
  .sp-selected-button{
    background-color: #84cccb;
  }/* end/スライダー上書き */
  
  .pageHeading{
    display: none;
  }
  .mainVisual{
    padding: 0;
  }
  .mainVisual_pc{
    display: none;
  }
  .itemCard .row{
    margin-right: 0;
  }
  .itemCard .card-body{
    padding: 1.25rem;
  }
  .itemCard .card-title{
    padding: 0 0 1.25rem 0;
  }
  .itemCard .card-text {
    padding-top: 1.25rem;
    font-size: 1.2rem;
  }
  .itemCard .card__info--long{
    display: none;
  }
  .itemMore{
    margin: 40px auto 80px auto;
  }
  .column article{
    margin-bottom: 15px;
    padding-left: 0;
  }
  .column article:last-child{
    margin-bottom: 0;
    padding-right: 0;
  }
  /* .bnrOuter{
    display: none;
  } */
  /* .bnrOuter:last-child{
    display: block;
  } */
  .credit{
    display: none;
  }
  .subInfo .sns__btn:last-child{
    margin-right: 0;
  }
  .subContensts__heading{
    font-size: 2.4rem;
  }
  .subContensts hr.separaterWave{
    width: 196px;
    margin-bottom: 30px;
  }
  .subContensts__bg {
    padding-bottom: 15px;
  }
  .subContensts__bnrBoxOuter{
    padding: 0;
    margin: 0 0 15px 0;
  }
  .subContensts__bnrTxt{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    margin: auto;
    padding: 0 4vw;
    font-size: 4.8vw;
  }
}

/* Small devices (スマホ横画面 576px　～　767.98pxへの指定) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* スライダー上書き */
  .sp-button{
    width: 8px !important;
    height: 8px !important;
    border: 2px solid #84cccb !important;
  }
  .sp-selected-button{
    background-color: #84cccb !important;
  }/* end/スライダー上書き */
    
  .pageHeading{
    display: none;
  }
  .mainVisual{
    padding: 0;
  }
  .mainVisual_sp{
    display: none;
  }
  .itemCard .row{
    margin-right: 0;
  }
  .itemCard .card__info--short{
    display: none;
  }
  .itemMore{
    margin: 40px auto 80px auto;
  }
  .column article:nth-child(-n+2){
    margin-bottom: 15px;
  }
  .column article:nth-child(2n){
    padding-right: 15px;
  }
  /* .bnrList{
    display: none;
  } */
  .credit{
    display: none;
  }
  .subContensts hr.separaterWave{
    width: 313px;
    margin-bottom: 5.22vw;
  }
  .subContensts__bg {
    padding-bottom: 2.61vw;
  }
  .subContensts__bnrBoxOuter{
    margin-bottom: 15px;
  }
  .subContensts__bnrTxt{
    top: 0.52vw;
  }
  .item__heading{
    /* display: none; */
  }
  .ny__holiday__tel{
    margin-bottom: 0;
  }
  .lineBreak--mb{
    display: none;
  }
}



/* Medium devices (タブレット, 768px　～　991.98px以下への指定) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* スライダー上書き */
  .sp-button{
    width: 8px !important;
    height: 8px !important;
    border: 2px solid #84cccb !important;
  }
  .sp-selected-button{
    background-color: #84cccb !important;
  }/* end/スライダー上書き */

  .itemCard .card__info--short{
    display: none;
  }
  .item__heading{
    /* display: none; */
  }
  .mainVisual_sp{
    display: none;
  }
  .ny__holiday__tel{
    margin-bottom: 0;
  }
  .lineBreak--mb{
    display: none;
  }
}




/* Large devices (デスクトップ, 992px以上への指定) */
@media (min-width: 992px) {
  .itemCard .card__info--short{
    display: none;
  }
  .subContensts__bnrTxt{
    top: 7px;
    height: 32px;
    font-size: 14px;
  }
  .item__heading{
    /* display: none; */
  }
  .mainVisual_sp{
    display: none;
  }
  .ny__holiday__tel{
    margin-bottom: 0;
  }
  .lineBreak--mb{
    display: none;
  }
}




/* Extra large devices (デスクトップ大画面, 1200px以上への指定) */
@media (min-width: 1200px) {}