@charset "utf-8";

/* ======================================================
 * index.css
 * ------------------------------------------------------
 * Commmon
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Override
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
/* ----- font ----- */
/* Noto Sans */
.box-layout-v5.type-caution .box_title,
.whv10-hero-layout .hero_text,
.whv10-detail-layout .detail_inner02 [class^="inner02_box"] .box_text,
.whv10-eco-layout .eco_heading,
.whv10-eco-layout .eco_column .eco_column_box .eco_column_box_text {
  font-family: "Noto Sans", "Noto Sans CJK JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- whv10-hero-layout ---- */
  .whv10-hero-layout {
    position: relative;
  }
  .whv10-hero-layout .hero_text {
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
  .whv10-hero-layout .hero_text .hero_lead {
    font-size: 38px;
  }
  
  /* ----- whv10-lead-layout ---- */
  .whv10-lead-layout {
    margin-top: 40px;
  }
  .whv10-lead-layout .lead_title {
    width: 643px;
    margin: 0 auto;
  }
  .whv10-lead-layout .lead_date {
    margin-top: 7px;
    font-weight: 700;
    text-align: right;
  }
  
  /* ----- whv10-detail-layout ---- */
  .whv10-detail-layout {
    margin-top: 13px;
  }
    /* -- detail_inner01" -- */
  .whv10-detail-layout .detail_inner01 {
    padding-top: 15px;
    position: relative;
  }
  .whv10-detail-layout .detail_inner01::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-color: #ec664c;
    z-index: -1;
  }
  .whv10-detail-layout .detail_inner01 .detail_column {
    display: flex;
  }
  .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_img img {
    display: block;
    width: 392px;
    margin: 0 auto;
  }
  .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_hour {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 26px;
  }
  .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_hour .hour_inner {
    position: relative;
    padding-bottom: 70px;
  }
  .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_hour .hour_inner .detail_list {
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    right: 0;
  }
    /* -- detail_inner02" -- */
  .whv10-detail-layout .detail_inner02 {
    position: relative;
    margin-top: 40px;
    padding: 0 40px 25px;
    display: flex;
  }
  .whv10-detail-layout .detail_inner02::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background-color: #ec664c;
    z-index: -2;
  }
  .whv10-detail-layout .detail_inner02 .inner02_img img {
    width: 768px;
    z-index: -1;
  }
  .whv10-detail-layout .detail_inner02 [class^="inner02_box"] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 21px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v1 {
    padding-bottom: 30px;
    width: 210px;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v2 {
    margin-left: -116px;
    width: 280px;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v1 .box_icon,
  .whv10-detail-layout .detail_inner02 .inner02_box_v2 .box_icon{
    margin-bottom: 50px;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v2 .box_icon img {
    width: 226px;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v2 .list-note > li {
    color: #ffffff;
    font-weight: normal;
  }
  
  /* ----- whv10-eco-layout ---- */
  .whv10-eco-layout {
    margin-top: 60px;
  }
  .whv10-eco-layout .eco_heading {
    padding: 25px;
    text-align: center;
    background-color: #ec664c;
  }
  .whv10-eco-layout .eco_heading h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
  }
  .whv10-eco-layout .eco_heading .eco_lead {
    font-size: 24px;
  }
  .whv10-eco-layout .eco_column {
    margin-top: 5px;
    display: flex;
  }
  .whv10-eco-layout .eco_column .eco_column_box {
    margin-left: 5px;
    position: relative;
  }
  .whv10-eco-layout .eco_column .eco_column_box .eco_column_box_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    text-align:center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    background: rgba(0,0,0,0.45);
  }
  
  /* ----- whv10-specification-wrap ---- */
  .whv10-specification-wrap .list-bullet {
    font-weight: 700;
  }
  .whv10-specification-wrap .list-description-v5 > dt {
    width: 10em;
  }
  .whv10-specification-wrap .list-description-v5 .list-note {
    margin-top: 0;
  }
  .whv10-specification-wrap .type-caution .list-bullet .f-highlight {
    color: #333333!important;
  }
  .whv10-specification-wrap .type-caution .whv10-caution_image {
    margin: 10px 0 0 25px;
    width: 490px;
  }
  
/* for IE11 */
  [data-browser="ie11"] .whv10-detail-layout .detail_inner02 {
    padding: 0 30px 25px;
  }
  [data-browser="ie11"] .whv10-detail-layout .detail_inner02 .inner02_box_v2 {
    width: 300px; 
   }
  [data-browser="ie11"] .whv10-eco-layout .eco_column .eco_column_box img {
    width: 100%;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
/* for IE11 */
  [data-browser="ie11"] .whv10-detail-layout .detail_inner02 .inner02_box_v1 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
  .whv10-hero-layout .hero_text {
    font-size: 20px;
  }
  .whv10-hero-layout .hero_text .hero_lead {
    font-size: 28px;
  }
  .whv10-detail-layout .detail_inner02::after {
    height: 250px;
  }
  .whv10-detail-layout .detail_inner02 {
    padding: 0 20px 15px;
  }
  .whv10-detail-layout .detail_inner02 [class^="inner02_box"] {
    font-size: 16px;
    line-height: 24px;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v2 {
    margin-left: -90px;
    width: 210px;
  }
  .column-media .whv10-use_column_image img {
    width: 500px;
  }
  
/* for IE11 */
  [data-browser="ie11"] .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_img,
  [data-browser="ie11"] .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_hour {
    width: calc((100% - 40px)/2);
  }
  [data-browser="ie11"] .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_hour .hour_inner{
    width: 100%;
    height: auto;
  }
  [data-browser="ie11"] .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_img img,
  [data-browser="ie11"] .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_hour img,
  [data-browser="ie11"] .whv10-detail-layout .detail_inner02 .inner02_img img,
  [data-browser="ie11"] .whv10-eco-layout .eco_column .eco_column_box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  /* for IE11 */
  [data-browser="ie11"] .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_hour img {
    margin-top: 120px;
  }
  [data-browser="ie11"] .whv10-detail-layout .detail_inner02 .inner02_box_v2 {
    margin-left: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {

}



/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- whv10-hero-layout ---- */
  .whv10-hero-layout {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .whv10-hero-layout .hero_text {
    padding: 23px 0;
    color: #e94837;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    background-color: #f4f4f4;
  }
  .whv10-hero-layout .hero_text .hero_lead {
    font-size: 25px;
  }
  
  /* ----- whv10-lead-layout ---- */
  .whv10-lead-layout {
    margin-top: 22px;
  }
  .whv10-lead-layout .lead_title {
    width: 100%;
    margin: 0 auto;
  }
  .whv10-lead-layout .lead_date {
    margin-top: 28px;
    font-weight: 700;
    text-align: right;
  }
  
  /* ----- whv10-detail-layout ---- */
  .whv10-detail-layout {
    margin-top: 22px;
  }
    /* -- detail_inner01" -- */
  .whv10-detail-layout .detail_inner01 {
    padding-top: 9px;
    position: relative;
  }
  .whv10-detail-layout .detail_inner01::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113px;
    background-color: #ec664c;
    z-index: -1;
  }
  .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_img img {
    display: block;
    margin: 0 auto;
    width: 232px;
  }
  .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_hour {
    margin-top: 27px;
  }
  .whv10-detail-layout .detail_inner01 .detail_column .detail_inner01_hour .hour_inner .detail_list {
    margin-top: 15px;
  }
    /* -- detail_inner02" -- */
  .whv10-detail-layout .detail_inner02 {
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
  }
  .whv10-detail-layout .detail_inner02::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    width: calc(100% + 30px);
    height: 250px;
    background-color: #ec664c;
    z-index: -2;
  }
  .whv10-detail-layout .detail_inner02 [class^="inner02_box"] .box_column {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }
  .whv10-detail-layout .detail_inner02 .inner02_img img {
    z-index: -1;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v1 {
    color: #ffffff;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v1 .box_icon {
    width: 14%;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v1 .box_text,
  .whv10-detail-layout .detail_inner02 .inner02_box_v2 .box_text {
    margin-left: 15px;
    display: flex;
    flex-direction: column;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v1 .box_text {
    justify-content: center;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v2 .box_text {
    justify-content: flex-end;
  }
  .whv10-detail-layout .detail_inner02 .inner02_box_v2 .list-note > li {
    font-weight: normal;
  }
  
  /* ----- whv10-eco-layout ---- */
  .whv10-eco-layout {
    margin-top: 30px;
  }
  .whv10-eco-layout .eco_heading {
    margin: 0 -15px;
    padding: 15px 0;
    width: calc(100% + 30px);
    text-align: center;
    background-color: #ec664c;
  }
  .whv10-eco-layout .eco_heading h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
  }
  .whv10-eco-layout .eco_heading .eco_lead {
    font-size: 12px;
  }
  .whv10-eco-layout .eco_column {
    margin: 2px -15px 0;
    width: calc(100% + 30px);
    display: flex;
  }
  .whv10-eco-layout .eco_column .eco_column_box {
    margin-left: 2px;
    position: relative;
  }
  .whv10-eco-layout .eco_column .eco_column_box .eco_column_box_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3px 1px;
    text-align:center;
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    background: rgba(0,0,0,0.45);
  }
  
  /* ----- whv10-specification-wrap ---- */
  .whv10-specification-wrap .list-bullet {
    font-weight: 700;
  }
  .whv10-specification-wrap .list-description-v5 .list-note {
    margin-top: 0;
  }
  .whv10-specification-wrap .type-caution .list-bullet .f-highlight {
    color: #333333!important;
  }
  .whv10-specification-wrap .type-caution .whv10-caution_image {
    margin-top: 18px;
    width: 100%;
  }
  /* for IE11 */
  [data-browser="ie11"] .column-media .whv10-use_column_image img {
    width: 100%;
  }
  [data-browser="ie11"] .whv10-specification-wrap .image_inner img{
    width: 100%;
  }
  [data-browser="ie11"] .whv10-eco-layout .eco_column .eco_column_box img {
    width: 100%;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
/* **
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}