@charset "UTF-8";
@keyframes jump {
    0% {
        top: 0;
    }
    5% {
        top: -10px;
    }
    10% {
        top: 0;
    }
    15% {
        top: -10px;
    }
    20% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
.section {}
.section_title {}
.section_title > b {}
.section_inner {}
.section_image {}
.section_image > img {}
.section_text {}
.map {
    position: relative;
    z-index: 10;
    background-color: #f5f5ed;
    padding: 100px 0;
    background-image: url(/company/img/french-stucco.png);
    background-repeat: repeat;
}
.map::after {
    content: "";
    display: block;
    position: absolute;
    background: url(/common/img/bg-wave-top-white@2x.png) 0 0 no-repeat;
    height: 16px;
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    left: 0;
    bottom: 0;
}
.map::before {
    content: "";
    display: block;
    position: absolute;
    background: url(/common/img/bg-wave-bottom-white@2x.png) 0 0 no-repeat;
    height: 16px;
    width: 100%;
    background-repeat: repeat-x;
    background-size: auto 100%;
    left: 0;
    top: 0;
}
.map_title {
    text-align: center;
    margin-bottom: 35px;
}
.map_title > img {}
.map_mapWrap {
    max-width: 614px;
    margin: 0 auto 0;
    position: relative;
    z-index: 100;
}
.map_mapImage {}
.map_mapImage > img {
    display: block;
    margin: 0 auto;
}
.map_list {
    list-style: none;
}
.map_list::after {
    content: "";
    display: block;
    clear: both;
}
.map_list > li {
    position: absolute;
    z-index: 1;
}
.map_list > li:first-child {}
.map_list > li:nth-child(1) {
    top: 37.6%;
    left: 26.1%;
}
.map_list > li:nth-child(2) {
    top: 17.2%;
    left: 27.0%;
}
.map_list > li:nth-child(3) {
    top: 20.4%;
    left: 22.6%;
    z-index: 3;
}
.map_list > li:nth-child(4) {
    top: 14.1%;
    left: 21.2%;
    z-index: 2;
}
.map_list > li:nth-child(5) {
    top: 18.3%;
    left: 31.3%;
}
.map_list > li:nth-child(6) {
    top: 8.5%;
    left: 24.8%;
}
.map_list > li:nth-child(7) {
    top: 19.6%;
    left: 35.2%;
}
.map_list > li:nth-child(8) {
    top: 20.9%;
    left: 38.6%;
}
.map_list > li:nth-child(9) {
    top: 3.7%;
    left: 28.2%;
}
.map_list > li:nth-child(10) {
    top: 29.3%;
    left: 22.8%;
}
.map_list > li:nth-child(11) {
    top: 24.1%;
    left: 26.1%;
}
.map_list > li:nth-child(12) {
    top: 44.4%;
    left: 21.2%;
}
.map_list > li:nth-child(13) {
    top: 72.2%;
    left: 17.9%;
}
.map_list > li:nth-child(14) {
    top: 53.7%;
    left: 26.1%;
}
.map_list > li:nth-child(15) {
    top: 46.3%;
    left: 30.9%;
}
.map_list > li:nth-child(16) {
    top: 29.6%;
    left: 45.1%;
}
.map_list > li:nth-child(17) {
    top: 35.2%;
    left: 74.4%;
}
.map_list > li:nth-child(18) {
    top: 42.6%;
    left: 41.9%;
}
.map_list > li:nth-child(19) {
    top: 13.0%;
    left: 56.5%
}
.map_list > li.isHover {
    z-index: 10;
}
.map_list > li.isShow {
    z-index: 100;
}
.map_list > li > a {
    display: block;
    transform-origin: center bottom;
    transition-duration: .3s;
    transition-property: transform;
    position: relative;
    z-index: 1;
    transform: scale(.8);
}
.map_list > li.isShow > a {}
.map_list > li > a::before {
    content: "";
}
.map_list > li > a::after {
    content: "";
}
.map_list > li > a > img {
    display: block;
}
.map_text {
    text-align: center;
    margin-bottom: 35px;
}
.spot {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    background: #fff;
    border: 1px solid #fff;
    width: 300px;
    padding: 15px;
    border: 1px solid #999;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
    transform: scale(1, 0);
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: .5s, 0s;
    transition-delay: 0s, .5s;
}
.spot.isShow {
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0s, 0s;
    opacity: 1;
}
.spot_image {
    max-width: 300px;
    margin-bottom: 15px;
}
.spot_images .spot_image {
    margin-bottom: 0;
}
.spot_image > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.spot_title {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    padding-left: 12px;
    font-weight: normal;
}
.spot_title::before {
    content: "";
    width: 5px;
    height: 19px;
    background: #666;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 2px;
}
.spot_text {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}
.spot_btn {
    width: 30px;
    height: 30px;
    display: block;
    background: #000;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform-origin: right top;
    transition-duration: .3s;
    transition-property: transform;
}
.spot_btn::before {
    content: "";
    width: 70%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}
.spot_btn::after {
    content: "";
    width: 70%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.areaEtc {
    max-width: 680px;
    margin: 60px auto 0;
}
.areaEtc_cols {
    display: table;
    width: 100%;
    margin-bottom: 45px;
}
.areaEtc_cols::after {
    content: "";
    display: block;
    clear: both;
}
.areaEtc_col {
    display: table-cell;
    vertical-align: top;
}
.areaEtc_col-no1 {
    padding-right: 4%;
}
.etc {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.etc_title {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    position: relative;
    z-index: 2;
    top: -24px;
    margin-bottom: 0;
}
.etc_title > img {
    display: block;
    margin: 0 auto;
}
.etc_title > b {
    background: #fff;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 0 19px;
}
.etc_table {
    margin: 0 auto;
}
.etc_table > tbody {}
.etc_table > tbody > tr {}
.etc_table > tbody > tr > th {
    font-weight: normal;
    text-align: right;
    padding-right: 1em;
    white-space: nowrap;
}
.etc_table > tbody > tr > td {}
.areaEtc_col-no2 {}
.etc_dList {
    list-style: none;
    display: table;
    margin: 0 auto;
}
.etc_dList::after {
    content: "";
    display: block;
    clear: both;
}
.etc_dList > dt {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 1em;
}
.etc_dList > dt::after {}
.etc_dList > dd {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
}
.etc_dList > dd::before {
    content: "…";
}
.etc_text {
    margin-bottom: 1em;
    text-align: center;
}
.etc_text > b {
    font-weight: normal;
    background-image: linear-gradient(0deg, #ede37a 4px, rgba(255, 255, 255, 0) 4px);
}
.etc_text:last-of-type {
    margin-bottom: 0;
}
.map_japan {
    position: absolute;
    z-index: 10;
    bottom: 0px;
    right: -108px;
    width: 231px;
    opacity: 0.9;
}
.map_japan > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.map_list_title {
    position: absolute;
    z-index: 1;
    background: #fff;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 10px;
    border: 1px solid #999;
    left: 50%;
    transform: translateX(-50%);
    bottom: 48px;
    transform: scale(1, 0);
    transform-origin: center top;
    opacity: 0;
    transition-property: opacity, transform, bottom;
    transition-duration: .5s, 0s, .3s;
    transition-delay: 0s, .5s, 0s;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
}
.isHover .map_list_title {
    transform: scale(1) translateX(-50%);
    opacity: 1;
    transition-delay: 0s, 0s;
    bottom: 60px;
}
.slick-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
}
.slick-dots > li {
    display: inline-block;
    vertical-align: middle;
}
.slick-dots > li > button {
    font-size: 0;
    border: 7px solid transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-sizing: content-box;
    background-clip: padding-box;
    position: relative;
    z-index: 1;
    transition-duration: .3s;
    transition-property: background-color, transform;
    background-color: #ccc;
}
.slick-dots > li.slick-active > button {
    background-color: #db4435;
}
.spot_images {
    margin-bottom: 10px;
    padding-bottom: 24px;
}
.areaEtcLine {
    margin: 45px 0;
}
.areaEtcLine > img {
    display: block;
    margin: 0 auto;
}
.etc_image {
    position: absolute;
    z-index: 1;
}
.etc_image-no1 {
    top: 90px;
    left: 0;
}
.etc_image-no2 {
    top: 180px;
    right: 0px;
}
.etc_image-no3 {
    bottom: 0;
    left: 0;
}
.etc_image-no4 {
    bottom: 0;
    right: 0;
}
.etc_image > img {}
@media screen and (min-width:1000px) {
    .map_list > li > a:hover {
        opacity: 1;
        transform: scale(1.2);
    }
    .spot_btn:hover {
        transform: scale(1.2);
    }
}
@media screen and (max-width:999px) {
    .section {}
    .section_title {}
    .section_title > b {}
    .section_inner {}
    .section_image {}
    .section_image > img {}
    .section_text {}
    .map {}
    .map_title {}
    .map_title > img {}
    .map_mapWrap {}
    .map_mapImage {}
    .map_mapImage > img {}
    .map_list {}
    .map_list::after {}
    .map_list > li {}
    .map_list > li:first-child {}
    .map_list > li:nth-child(1) {}
    .map_list > li:nth-child(2) {}
    .map_list > li:nth-child(3) {}
    .map_list > li:nth-child(4) {}
    .map_list > li:nth-child(5) {}
    .map_list > li:nth-child(6) {}
    .map_list > li:nth-child(7) {}
    .map_list > li:nth-child(8) {}
    .map_list > li:nth-child(9) {}
    .map_list > li:nth-child(10) {}
    .map_list > li:nth-child(11) {}
    .map_list > li:nth-child(12) {}
    .map_list > li:nth-child(13) {}
    .map_list > li:nth-child(14) {}
    .map_list > li:nth-child(15) {}
    .map_list > li:nth-child(16) {}
    .map_list > li:nth-child(17) {}
    .map_list > li:nth-child(18) {}
    .map_list > li:nth-child(19) {}
    .map_list > li.isHover {}
    .map_list > li.isShow {}
    .map_list > li > a {}
    .map_list > li.isShow > a {}
    .map_list > li > a::before {}
    .map_list > li > a::after {}
    .map_list > li > a > img {}
    .map_text {}
    .spot {}
    .spot.isShow {}
    .spot_image {}
    .spot_image > img {}
    .spot_title {}
    .spot_title::before {}
    .spot_text {}
    .spot_btn {}
    .spot_btn::before {}
    .spot_btn::after {}
    .areaEtc {}
    .areaEtc_cols {
        display: block;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .areaEtc_cols::after {}
    .areaEtc_col {
        display: block;
        padding: 0;
    }
    .areaEtc_col-no1 {
        margin-bottom: 45px;
    }
    .etc {}
    .etc_title {}
    .etc_title > b {}
    .etc_table {}
    .etc_table > tbody {}
    .etc_table > tbody > tr {}
    .etc_table > tbody > tr > th {}
    .etc_table > tbody > tr > td {}
    .areaEtc_col-no2 {}
    .etc_dList {}
    .etc_dList::after {}
    .etc_dList > dt {}
    .etc_dList > dt::after {}
    .etc_dList > dd {}
    .etc_dList > dd::before {}
    .etc_text {}
    .etc_text > b {}
    .etc_text:last-of-type {}
    .map_japan {
        width: 160px;
        right: -12px;
        bottom: -15px;
    }
    .map_japan > img {}
    .etc_image {}
    .etc_image-no1 {}
    .etc_image-no2 {
        top: 140px;
    }
    .etc_image-no3 {}
    .etc_image-no4 {}
    .etc_image > img {}
    .map_list_title {
        display: none;
    }
    .isHover .map_list_title {
        display: none;
    }
}
@media screen and (max-width:699px) {
    .section {}
    .section_title {}
    .section_title > b {}
    .section_inner {}
    .section_image {}
    .section_image > img {}
    .section_text {}
    .map {
        padding: 55px 0;
    }
    .map::before {
        height: 8px;
    }
    .map::after {
        height: 8px;
    }
    .map_title {}
    .map_title > img {
        width: 240px;
    }
    .map_mapWrap {}
    .map_mapImage {}
    .map_mapImage > img {}
    .map_list {}
    .map_list::after {}
    .map_list > li {}
    .map_list > li:first-child {}
    .map_list > li:nth-child(1) {}
    .map_list > li:nth-child(2) {}
    .map_list > li:nth-child(3) {}
    .map_list > li:nth-child(4) {}
    .map_list > li:nth-child(5) {}
    .map_list > li:nth-child(6) {}
    .map_list > li:nth-child(7) {}
    .map_list > li:nth-child(8) {}
    .map_list > li:nth-child(9) {}
    .map_list > li:nth-child(10) {}
    .map_list > li:nth-child(11) {}
    .map_list > li:nth-child(12) {}
    .map_list > li:nth-child(13) {}
    .map_list > li:nth-child(14) {}
    .map_list > li:nth-child(15) {}
    .map_list > li:nth-child(16) {}
    .map_list > li:nth-child(17) {}
    .map_list > li:nth-child(18) {}
    .map_list > li:nth-child(19) {}
    .map_list > li.isHover {}
    .map_list > li.isShow {}
    .map_list > li > a {}
    .map_list > li.isShow > a {}
    .map_list > li > a::before {}
    .map_list > li > a::after {}
    .map_list > li > a > img {
        width: 21px;
    }
    .map_list > li:first-child > a > img {
        width: 36px;
    }
    .map_text {
        text-align: left;
        margin-bottom: 25px;
    }
    .spot {
        position: fixed;
        box-sizing: border-box;
    }
    .spot.isShow {}
    .spot_image {}
    .spot_image > img {}
    .spot_title {}
    .spot_title::before {}
    .spot_text {}
    .spot_btn {}
    .spot_btn::before {}
    .spot_btn::after {}
    .areaEtc {}
    .areaEtc_cols {
        display: block;
        margin-bottom: 25px;
    }
    .areaEtc_cols::after {}
    .areaEtc_col {
        display: block;
        padding: 0;
    }
    .areaEtc_col-no1 {
        margin-bottom: 25px;
    }
    .etc {}
    .etc_title {
        white-space: nowrap;
    }
    .etc_title > b {
        padding: 0 10px;
    }
    .etc_table {}
    .etc_table > tbody {}
    .etc_table > tbody > tr {}
    .etc_table > tbody > tr > th {}
    .etc_table > tbody > tr > td {}
    .areaEtc_col-no2 {}
    .etc_dList {
        display: block;
    }
    .etc_dList::after {}
    .etc_dList > dt {
        display: block;
    }
    .etc_dList > dt::after {}
    .etc_dList > dd {
        display: block;
        padding-left: 2em;
    }
    .etc_dList > dd::before {}
    .etc_text {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .etc_text > b {}
    .etc_text:last-of-type {}
    .map_japan {
        width: 100px;
        right: 0;
        bottom: -20px;
    }
    .map_japan > img {}
    .etc_image {}
    .etc_image-no1 {}
    .etc_image-no2 {}
    .etc_image-no3 {}
    .etc_image-no4 {}
    .etc_image > img {}
    .etc_title > img {
        width: 220px;
    }
    .etc-other {
        padding-bottom: 110px;
    }
}
