@charset "utf-8";

/* ======================================================
 * walleca.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 100px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 88px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    display: inline-block;
    max-width: 300px;
    min-width: 88px;
    margin-top: 10px;
  }
  .ec-button_link {
    display: inline-block;
    padding: 5px 26px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .ec-button_link:hover {
    background-color: #daebfc;
  }
  .table-ec {
    display: flex;
    align-items: center;
  }
  .table-ec-button {
    margin-left: 10px;
    max-width: 250px;
    min-width: 88px;
    vertical-align: top;
  }
  .table-ec-button_link {
    display: inline-block;
    padding: 5px 25px 7px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 6px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec-button_link:hover {
    opacity: 1;
    background-color: #daebfc;
  }
  /* ----- walleca-hero ----- */
  .walleca_main-layout_inner {
    position: relative;
  }
  .walleca_main_contents {
    position: absolute;
    top: 50%;
    left: 29px;
    transform: translateY(-50%);
    width: 460px;
    padding: 1.2em 11px 1.2em;
  }
  .walleca_main_title-area {
    max-width: 315px;
    margin: 0 auto;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.0;
    color: #827a6b;
  }
  .walleca_main_lead {
    margin-bottom: 30px;
  }
  .walleca_main_detail-area {
    margin-top: 46px;
  }
  .walleca_main_detail_column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  .walleca_main_detail_text {
    width: calc((100% - 10px) /2);
    padding: 14px 10px;
    border: 1px solid #bbb;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    color: #827a6b;
  }
  .walleca_main_detail_text:only-of-type {
    margin: 0 auto;
  }
  .walleca_main_detail_text-large {
    font-size: 1.6rem;
  }
  /* ----- walleca_inner-layout ----- */
  .walleca_inner-layout_head {
    margin-top: 70px;
    padding: 10px 10px 20px;
    border-top: 1px solid #bbb;
  }
  .walleca_inner-layout_head .walleca_inner_title,
  .walleca_heading-lv2__title {
    font-size: 5.6rem;
    font-weight: bold;
    line-height: 1.1;
    color: #827a6b;
    text-align: center;
  }
  .walleca_inner-layout_body {
    margin-top: 20px;
  }
  /* ----- walleca_scene-area ----- */
  .walleca_scene_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -wenkit-justify-content: space-between;
    justify-content: space-between;
  }
  .walleca_scene_list li {
    position: relative;
    width: calc((100% - 72px) / 3);
    margin-left: 0;
  }
  .walleca_scene_list .walleca_scene_text-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px 20px;
    background: #827a6b;
  }
  .walleca_scene_list .walleca_scene_text {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  /* ----- walleca_point-area ----- */
  .walleca_point-area {
    margin-top: 90px;
  }
  .walleca_point_head {
    text-align: center;
  }
  .walleca_point_title {
    position: relative;
    display: inline-block;
    font-weight: bold;
    color: #827a6b;
    text-align: center;
  }
  .walleca_point_circle {
    position: absolute;
    bottom: -30px;
    left: -50px;
    display: flex;
    width: 130px;
    height: 130px;
    border: 1px solid #827a6b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .walleca_point_circle_text {
    padding: 10px;
    font-size: 2.4rem;
  }
  .walleca_point_label {
    display: inline-block;
    border-bottom: 1px solid #827a6b;
    padding-left: 100px;
    font-size: 3.4rem;
    line-height: 1.9;
  }
  .walleca_point_body {
    margin-top: 50px;
  }
  .walleca_point_lead {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
  }
  .walleca_point_text {
    font-size: 1.4rem;
    text-align: center;
    color: #555;
  }
  .walleca_point_image-area {
    margin-top: 30px;
  }
  .heading-lv3,
  .column-layout {
    margin-top: 20px;
  }
  .type-walleca_gallery .column_item:hover {
    opacity: 0.8;
  }
	/* ----- walleca-modal-container ----- */
  .walleca-modal-container {
    display: none;
  }
  /* ----- walleca-modal-content ----- */
  .walleca-modal-content {
    position: relative;
    margin: 0 60px;
    border-radius: 10px;
    padding: 4.0625em 4.375em;
    background: #ffffff;
  }
  /* v2 */
  .walleca-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 50px 50px 35px;
    background: #ffffff;
  }
  /* ----- walleca-gallrey (modal) ----- */
  #cboxOverlay.walleca-gallrey {
    background: #000000;
  }
  #colorbox.walleca-gallrey #cboxContent {
    background: #fff
  }
  #colorbox.walleca-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.walleca-gallrey #cboxClose {
    position: absolute;
    top: 12px;
    right: 10px;
    display: block;
    background: url(/sp/walleca/img/btn-close.png) no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.walleca-gallrey #cboxNext,
  #colorbox.walleca-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -30px;
    background: url("/sp/walleca/img/btn-pager.png") no-repeat;
    width: 20px;
    height: 38px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.walleca-gallrey #cboxPrevious {
    left: 10px;
  }
  #colorbox.walleca-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 10px;
  }
  /* ----- type-walleca-gallery ----- */
  .type-walleca-gallery .column_item:hover {
    opacity: 0.8;
  }
  .type-walleca-gallery[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-left: 40px;
  }
  .type-walleca-gallery[data-row-pc="2"] > .column_item {width: calc((100% - (40px * 1)) / 2);}
  .type-walleca-gallery[data-row-pc="3"] > .column_item {width: calc((100% - (40px * 2)) / 3);}
  .type-walleca-gallery[data-row-pc="4"] > .column_item {width: calc((100% - (40px * 3)) / 4);}
  .type-walleca-gallery[data-row-pc="5"] > .column_item {width: calc((100% - (40px * 4)) / 5);}
  [data-browser="ie11"] .type-walleca-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .type-walleca-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .type-walleca-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .type-walleca-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .type-walleca-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .type-walleca-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .type-walleca-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .type-walleca-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  .type-walleca-gallery[data-row-pc="2"] > .column_item:nth-child(2n+1),
  .type-walleca-gallery[data-row-pc="3"] > .column_item:nth-child(3n+1),
  .type-walleca-gallery[data-row-pc="4"] > .column_item:nth-child(4n+1),
  .type-walleca-gallery[data-row-pc="5"] > .column_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .type-walleca-gallery[data-row-pc="1"] > .column_item + .column_item,
  .type-walleca-gallery[data-row-pc="2"] > .column_item:nth-child(n+3),
  .type-walleca-gallery[data-row-pc="3"] > .column_item:nth-child(n+4),
  .type-walleca-gallery[data-row-pc="4"] > .column_item:nth-child(n+5),
  .type-walleca-gallery[data-row-pc="5"] > .column_item:nth-child(n+6) {
    margin-top: 40px;
  }
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after{
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* ----- walleca-hero ----- */
  .walleca_main_contents {
    width: 38vw;
  }
  .walleca_main_lead {
    margin-bottom: 1.5vw;
  }
  .walleca_main_detail-area {
    margin-top: 2.4vw;
  }
  .walleca_main_detail_text {
    width: calc((100% - 9px) / 2);
    padding: 0.7vw 1vw;
    font-size: calc( 14 * 100vw / 1280);
  }
  .walleca_main_detail_text-large {
    font-size: calc( 18 * 100vw / 1280);
  }
  .walleca_main_lead {
    font-size: calc( 24 * 100vw / 1280);
  }
  /* ----- walleca_inner-layout ----- */
  .walleca_inner-layout_head {
    margin-top: 3.6vw;
    padding: 0.5vw 0.5vw 1.5vw;
  }
  .walleca_inner_title {
    font-size: calc( 56 * 100vw / 1280);
  }
  .walleca_scene_text-area {
    padding: 0.3vw 1vw !important;
  }
  .walleca_scene_text {
    font-size: calc( 20 * 100vw / 1280) !important;
  }
  /* ----- walleca_point-area ----- */
  .walleca_point-area {
    margin-top: 3vw;
  }
  .walleca_point_circle {
    width: 10vw;
    height: 10vw;
  }
  .walleca_point_circle_text {
    padding: 0.5vw;
    font-size: calc( 24 * 100vw / 1280);
  }
  .walleca_point_label {
    padding-left: 7vw;
  }
  .walleca_point_body {
    margin-top: 3.8vw;
  }
  .walleca_point_lead {
    font-size: calc( 18 * 100vw / 1280);
  }
  .walleca_point_text {
    font-size: calc( 14 * 100vw / 1280);
  }
}
/***
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@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: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ----- ec-button ----- */
  .ec-heading {
    position: relative;
    padding-right: 80px;
  }
  .heading-ec-button {
    position: absolute;
    display: inline-block;
    width: 70px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ec-button {
    margin-top: 17px;
    text-align: center;
  }
  .ec-button_link {
    display: inline-block;
    padding: 2px 19px;
    background-color: #fff;
    border: 2px solid #418fde;
    border-radius: 5px;
    color: #418fde!important;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .table-ec {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
  }
  .table-ec-button {
    display: inline-block;
    max-width: 120px;
    min-width: 65px;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
  }
  .table-ec-button_link {
    display: inline-block;
    border: 2px solid #418fde;
    border-radius: 5px;
    padding: 3px 15px;
    color: #418fde;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  /* ----- walleca-hero ----- */
  .walleca_main-layout {
    margin-right: -15px;
    margin-left: -15px;
  }
  .walleca_main-layout_inner {
    position: relative;
    padding-bottom: 122px;
    background: #f9f8f6;
  }
  .walleca_main_contents {
    position: absolute;
    bottom: -20%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 11px 25px;
  }
  .walleca_main_title-area {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #827a6b;
  }
  .walleca_main_lead {
    margin-bottom: 10px;
  }
  .walleca_main_title {
    width: 100%;
    max-width: 255px;
    margin: 0 auto;
  }
  .walleca_main_detail-area {
    margin-top: 19px;
  }
  .walleca_main_detail_column {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .walleca_main_detail_text {
    width: calc((100% - 15px)/2);
    padding: 10px 8px;
    border: 1px solid #bbb;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    color: #827a6b;
  }
  .walleca_main_detail_text:only-of-type {
    margin: 0 auto;
  }
  .walleca_main_detail_text-large {
    font-size: 1.3rem;
  }
  /* ----- walleca_inner-layout ----- */
  .walleca_inner-layout_head {
    margin-top: 60px;
    padding: 5px 10px 15px;
    border-top: 1px solid #bbb;
  }
  .walleca_inner-layout_head .walleca_inner_title,
  .walleca_heading-lv2__title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.0;
    color: #827a6b;
    text-align: center;
  }
  /* ----- walleca_scene-area ----- */
  .walleca_scene_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -wenkit-justify-content: space-between;
    justify-content: space-between;
  }
  .walleca_scene_list li {
    position: relative;
    width: calc((100% - 30px) / 3);
    padding-bottom: 24px;
  }
  .walleca_scene_list .walleca_scene_text-area {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 4px 10px;
    background: #827a6b;
  }
  .walleca_scene_list .walleca_scene_text {
    font-size: 1.0rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  /* ----- walleca_point-area ----- */
  .walleca_point-area {
    margin-top: 35px;
  }
  .walleca_point_head {
    text-align: center;
  }
  .walleca_point_title {
    position: relative;
    display: inline-block;
    margin-left: 18px;
    font-weight: bold;
    color: #827a6b;
  }
  .walleca_point_circle {
    position: absolute;
    bottom: -6px;
    left: -29px;
    display: flex;
    width: 65px;
    height: 65px;
    border: 1px solid #827a6b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .walleca_point_circle_text {
    padding: 5px;
    font-size: 1.2rem;
  }
  .walleca_point_label {
    display: inline-block;
    border-bottom: 1px solid #827a6b;
    padding-left: 40px;
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: left;
  }
  .walleca_point_body {
    margin-top: 20px;
  }
  .walleca_point_lead {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  .walleca_point_text {
    position: relative;
    padding-left: 1.2em;
    color: #555;
    font-size: 1.1rem;
  }
  .walleca_point_text_mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  .walleca_point_image-area {
    margin-top: 15px;
  }
  /* ----- walleca-modal-container ----- */
  .walleca-modal-container {
    display: none;
  }

  /* ----- walleca-modal-content ----- */
  .walleca-modal-content {
    position: relative;
    margin: 10px 10%;
    border-radius: 10px;
    padding: 28px 20px 15px;
    background-color: #ffffff;
  }
  /* v2 */
  .walleca-modal-content-v2 {
    position: relative;
    margin: 0;
    padding: 30px 30px 20px;
    background-color: #ffffff;
  }
  /* ----- walleca-gallrey (modal) ----- */
  #colorbox.walleca-gallrey #cboxContent {
    background: #fff;
    margin-top: 0;
  }
  #colorbox.walleca-gallrey #cboxLoadedContent {
    border: none;
    overflow: auto;
  }
  #colorbox.walleca-gallrey #cboxClose {
    position: absolute;
    top: 3px;
    right: 4px;
    display: block;
    background: url(/sp/walleca/img/btn-close.png) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.walleca-gallrey #cboxNext,
  #colorbox.walleca-gallrey #cboxPrevious {
    display: block!important;
    position: absolute;
    top: 51%;
    margin-top: -16px;
    background: url("/sp/walleca/img/btn-pager.png") no-repeat;
    width: 14px;
    height: 25px;
    text-indent: -9999px;
    background-size: contain;
  }
  #colorbox.walleca-gallrey #cboxPrevious {
    left: 6px;
  }
  #colorbox.walleca-gallrey #cboxNext {
    transform: rotate(180deg);
    right: 6px;
  }
  #cboxOverlay.walleca-gallrey {
    background: #000000;
  }
  /* ----- type-walleca-gallery ----- */
  .type-walleca-gallery .column_item:hover {
    opacity: 0.8;
  }
  .type-walleca-gallery[data-row-pc]:not([data-row-pc="1"]) > .column_item {
    margin-left: 40px;
  }
  .type-walleca-gallery[data-row-pc="2"] > .column_item {width: calc((100% - (40px * 1)) / 2);}
  .type-walleca-gallery[data-row-pc="3"] > .column_item {width: calc((100% - (40px * 2)) / 3);}
  .type-walleca-gallery[data-row-pc="4"] > .column_item {width: calc((100% - (40px * 3)) / 4);}
  .type-walleca-gallery[data-row-pc="5"] > .column_item {width: calc((100% - (40px * 4)) / 5);}
  [data-browser="ie11"] .type-walleca-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="ie11"] .type-walleca-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="ie11"] .type-walleca-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="ie11"] .type-walleca-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  [data-browser="edge"] .type-walleca-gallery[data-row-pc="2"] > .column_item {width: calc(((100% - (40px * 1)) / 2) - 0.1px);}
  [data-browser="edge"] .type-walleca-gallery[data-row-pc="3"] > .column_item {width: calc(((100% - (40px * 2)) / 3) - 0.1px);}
  [data-browser="edge"] .type-walleca-gallery[data-row-pc="4"] > .column_item {width: calc(((100% - (40px * 3)) / 4) - 0.1px);}
  [data-browser="edge"] .type-walleca-gallery[data-row-pc="5"] > .column_item {width: calc(((100% - (40px * 4)) / 5) - 0.1px);}
  .type-walleca-gallery[data-row-pc="2"] > .column_item:nth-child(2n+1),
  .type-walleca-gallery[data-row-pc="3"] > .column_item:nth-child(3n+1),
  .type-walleca-gallery[data-row-pc="4"] > .column_item:nth-child(4n+1),
  .type-walleca-gallery[data-row-pc="5"] > .column_item:nth-child(5n+1) {
    margin-left: 0;
  }
  .type-walleca-gallery[data-row-pc="1"] > .column_item + .column_item,
  .type-walleca-gallery[data-row-pc="2"] > .column_item:nth-child(n+3),
  .type-walleca-gallery[data-row-pc="3"] > .column_item:nth-child(n+4),
  .type-walleca-gallery[data-row-pc="4"] > .column_item:nth-child(n+5),
  .type-walleca-gallery[data-row-pc="5"] > .column_item:nth-child(n+6) {
    margin-top: 40px;
  }
  /* ------------------------------------------------------
   * 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: 375px) {
}
***/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .walleca_main_contents {
    bottom: -12%;
  }
  .walleca_main_detail-area {
    width: 500px;
    margin: 19px auto;
}
}
@media only screen and (max-width: 374px) {
  .walleca_point_label {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 370px) {
  .table-ec {
    flex-flow: column;
    align-items: baseline;
  }
  .table-ec-button {
    margin-left: 0;
    margin-top: 5px;
  }
}
/***
@media only screen and (max-width: 320px) {
}



/* ======================================================
 * Print
====================================================== */
@media print {
}