@charset "utf-8";

@import url("base.css");

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');

.mincho {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.rockwell {
    font-family: Rockwell;
}

.notoSerif {
    font-family: 'Noto Serif JP', serif;
}

.notoSans {
    font-family: 'Noto Sans JP', sans-serif;

}

body {
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    font-family: 'Noto Sans JP', sans-serif;
}

.inner {
    width: 1100px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

.area {
    padding: 45px 0 55px;
}

.areaTitle {
    text-align: center;
    font-weight: normal;
    border-bottom: 1px solid #999;
    padding-bottom: 7px;
    margin-top: 30px;
}

.areaTitle .en {
    font-size: 30px;
    display: block;
    line-height: 1;
}

.areaTitle .ja {
    font-size: 12px;
    display: block;
}

.areaText {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 22px;
}

.listPhoto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.listPhoto li {
    height: 220px;
    margin-right: 55px;
    width: calc(100%/3 - 36px);
    background: #dedede;
}

.listPhoto li:nth-child(3n) {
    margin-right: 0;
}

.listPhoto li img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.listPhoto li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 22px;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    font-weight: normal;
    padding: 4px 0 3px;
}

.listPhoto li .btn {
    text-align: center;
    margin-top: 10px;
}

.listPhoto li .btn a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #333333;
    width: 140px;
    padding: 5px 0 4px;
}

.listPhotoMore {
    flex-wrap: wrap;
}

.listPhotoMore .photo {
    position: relative;
    background: #dedede;
}

.listPhotoMore li {
    background: none;
    height: auto;
    width: calc(100%/3 - 37px);
    margin-bottom: 50px;
}

.blockPrice {
    margin-top: 43px;
}

.blockPrice .title {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    border-bottom: 1px solid #999999;
    padding-left: 11px;
    padding-bottom: 1px;
}

.blockPrice .groupField {
    margin-top: 30px;
}

.blockPrice .groupField .label {
    font-size: 24px;
    color: #fff;
}

.blockPrice .groupField .label span {
    background: #666666;
    display: inline-block;
    padding: 2px 10px;
}

.blockPrice .groupField .fieldText {
    background: #e6e6e6;
    display: flex;
    justify-content: space-between;
    padding: 14px 24px 16px 20px;
    margin-top: 11px;
}

.blockPrice .groupField .fieldWrapper {
    display: flex;
    justify-content: space-between;
}

.blockPrice .groupField .fieldWrapper .fieldText {
    width: calc(50% - 20px);
}

.blockPrice .groupField .fieldText span {
    font-size: 20px;
}

.blockPrice .groupField .fieldText .priceNumber {
    text-align: right;
}

.blockPrice .groupField .fieldText .priceNumber span {
    display: block;
}

.blockPrice .groupField .fieldText .priceNumber span+span {
    margin-top: 9px;
}


/* HEADER */
#header {
    width: 100%;
}

#header #main {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/company/main.jpg') no-repeat center center/cover;
}

#header #main .logo {
    width: 476px;
}

#header .headerBar {
    background: #fff;
}

#header .headerBar .mainMenu .menu {
    display: flex;
    padding: 9px 0;
}

#header .headerBar .mainMenu .menu>li {
    width: 100%;
}

#header .headerBar .mainMenu .menu>li>a {
    display: block;
    border-left: 1px solid #999999;
    text-align: center;
    font-weight: 400;
    padding: 10px 0 9px;
    background: rgba(255, 255, 255, 0.9);
}

#header .headerBar .mainMenu .menu>li:last-child>a {
    border-right: 1px solid #999999;
}


/* CONTENT */
#content {
    width: 100%;
    padding-bottom: 96px;
}


/* FOOTER */
#footer {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 19px 0 33px;
}

#footer .inner {
    position: relative;
}

#footer .scrollToTop {
    position: absolute;
    right: 0;
    top: -57px;
    width: 80px;
    height: 38px;
    background: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}

#footer a {
    color: #fff;
}

#footer .footerBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .footerBar .logo {
    width: 250px;
}

#footer .footerBar .listSocial {
    display: flex;
}

#footer .footerBar .listSocial li {
    margin-right: 10px;
}

#footer .footerBar .listSocial li:last-child {
    margin-right: 0;
}

#footer .footerBar .listSocial li a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .footerBar .listSocial li a img {
    height: 30px;
}

#footer .footerBar .listSocial li:nth-child(2) a img {
    height: 24px;
}

#footer .footerMenu {
    padding: 26px 0 23px;
}

#footer .footerMenu .menu {
    display: flex;
    justify-content: center;
}

#footer .footerMenu .menu li {
    margin-right: 50px;
}

#footer .footerMenu .menu li:last-child {
    margin-right: 0;
}

#footer .footerMenu .menu li a {
    color: #ccc;
}

#footer .location {
    text-align: center;
    font-size: 12px;
    line-height: 1.75;
}

#copyright {
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #4d4d4d;
    padding: 13px 0;
}

.sp {
    display: none;
}

.MacOS .areaTitle .en {
    line-height: 1.5;
}

.MacOS .listPhoto li .title {
    padding: 11px 0 0;
    line-height: 1.3;
}

.MacOS .listPhoto li .btn a {
    padding: 8px 0 1px;
}

.MacOS .blockPrice .groupField .label span {
    padding: 11px 10px 0;
    line-height: 1.2;
}

/* FIX TABLET */
@media(max-width: 1200px) and (min-width: 769px) {
    body {
        width: 1240px;
    }
}

/* PC ONLY */
@media (min-width: 769px) {
    #header .headerBar {
        min-width: 1240px;
    }
    #header .headerBar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    #header .headerBar .mainMenu .menu li a {
        position: relative;
        z-index: 1;
    }

    #header .headerBar .mainMenu .menu li a:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background: rgba(208, 208, 208, 0.5);
        transition: all 300ms linear;
        z-index: -1;
    }

    #header .headerBar .mainMenu .menu li a:hover:before,
    #header .headerBar .mainMenu .menu li.active > a:before {
        width: 100%;
    }

    #header .headerBar .mainMenu .menu>li>ul>li>a {
        display: block;
        text-align: center;
        border-bottom: 1px solid #999999;
        font-size: 12px;
        padding: 10px 0;
    }

    #header .headerBar .mainMenu .menu>li>ul>li:last-child>a {
        border-bottom: none;
    }

    #header .headerBar .mainMenu .menu>li {
        position: relative;
    }

    #header .headerBar .mainMenu .menu>li>ul {
        padding: 8px 6px 0;
        position: absolute;
        width: 100%;
        display: none;
        background: rgba(255, 255, 255, 0.7);
        z-index: 1;
    }

    #footer .location a:hover {
        text-decoration: underline;
    }

    #footer .footerMenu .menu {
        margin-left: -55px;
    }

    #footer .footerMenu .menu li a {
        display: block;
        position: relative;
    }

    #footer .footerMenu .menu li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
        transition: all 300ms linear;
    }

    #footer .footerMenu .menu li a:hover:after {
        width: 100%;
    }
}


/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .inner {
        width: 100%;
        padding: 0 2.5%;
    }

    #content {
        padding-bottom: 36px;
    }

    .areaTitle .en {
        font-size: 26px;
    }

    .areaText {
        font-size: 14px;
        line-height: 1.5;
    }

    .blockPrice .title,
    .blockPrice .groupField .label {
        font-size: 18px;
    }

    .blockPrice .groupField .fieldText {
        padding: 10px 20px 12px 16px;
    }

    .blockPrice .groupField .fieldText span {
        font-size: 14px;
    }

    .blockPrice .groupField .fieldWrapper {
        display: block;
    }

    .blockPrice .groupField .fieldWrapper .fieldText {
        width: 100%;
    }

    .listPhoto {
        display: block;
    }

    .listPhoto li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #header .hamburger {
        width: 40px;
        height: 40px;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 999;
        padding: 5px 6px;
        font-size: 10px;
        color: #fff;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
    }

    #header .hamburger small {
        display: block;
        margin-top: 1px;
    }

    #header .hamburger .off {
        display: none;
    }

    #header .hamburger.toggle .on {
        display: none;
    }

    #header .hamburger.toggle .off {
        display: block;
    }

    #header .hamburger span {
        display: block;
        background: #fff;
        height: 3px;
        transition: all 300ms linear;
        margin-bottom: 5px;
    }

    #header .hamburger span:nth-child(3) {
        margin-bottom: 0;
    }

    #header .hamburger.toggle span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 5px);
    }

    #header .hamburger.toggle span:nth-child(2) {
        opacity: 0;
    }

    #header .hamburger.toggle span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -5px);
    }

    #header .headerBar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 60px;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
        z-index: 999;
    }

    #header .headerBar .mainMenu{
        margin-bottom: 70px;
    }

    #header .headerBar .mainMenu .menu {
        display: block;
        padding: 0;
    }

    #header .headerBar .mainMenu .menu>li.hasUl {
        position: relative;
    }

    #header .headerBar .mainMenu .menu>li.hasUl .arrow {
        position: absolute;
        top: 16px;
        right: 0;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*background: rgba(0, 0, 0, 0.6);*/
        transform: rotate(180deg);
    }

    #header .headerBar .mainMenu .menu>li.hasUl .arrow:after {
        display: block;
        width: 4px;
        height: 4px;
        border-top: 2px solid #999;
        border-left: 2px solid #999;
        transform: rotate(45deg);
        content: '';
    }

    #header .headerBar .mainMenu .menu>li.hasUl .arrow.toggle {
        transform: rotate(0);
    }

    #header .headerBar .mainMenu .menu>li {
        border-bottom: 1px solid #999;
    }

    #header .headerBar .mainMenu .menu>li>a {
        border-left: none;
        padding: 25px 0;
        opacity: 0;
    }

    #header .headerBar .mainMenu .menu>li:last-child>a {
        border-right: none;
    }

    #header .headerBar .mainMenu .menu>li>ul {
        display: none;
    }

    #header .headerBar .mainMenu .menu>li>ul>li {
        border-top: 1px solid #dedede;
    }

    #header .headerBar .mainMenu .menu>li>ul>li>a {
        text-align: center;
        display: block;
        padding: 25px 0;
    }

    #header #main .logo {
        width: 60%;
    }

    @keyframes menuAni {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }

    #header .headerBar .mainMenu .menu>li:nth-child(1)>a.toggle {
        animation: menuAni 1s linear forwards;
    }

    #header .headerBar .mainMenu .menu>li:nth-child(2)>a.toggle {
        animation: menuAni 1s linear 100ms forwards;
    }

    #header .headerBar .mainMenu .menu>li:nth-child(3)>a.toggle {
        animation: menuAni 1s linear 200ms forwards;
    }

    #header .headerBar .mainMenu .menu>li:nth-child(4)>a.toggle {
        animation: menuAni 1s linear 300ms forwards;
    }

    #header .headerBar .mainMenu .menu>li:nth-child(5)>a.toggle {
        animation: menuAni 1s linear 400ms forwards;
    }

    #footer {
        padding: 30px 0;
    }

    #footer .footerMenu .menu {
        display: block;
    }

    #footer .footerMenu .menu li {
        margin-right: 0;
    }

    #footer .footerMenu .menu li a {
        display: block;
        padding: 16px 0;
        border-bottom: 1px solid #333;
        position: relative;
    }

    #footer .footerMenu .menu li a:after {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #666;
        border-right: 2px solid #666;
        transform: rotate(45deg);
        content: '';
    }

    #footer .footerBar {
        flex-direction: column;
    }

    #footer .footerBar .listSocial {
        margin-top: 25px;
    }

    #footer .footerBar .listSocial li {
        margin-right: 25px;
    }

    #footer .footerBar .listSocial li a {
        width: 35px;
        height: 35px;
    }

    #footer .footerBar .listSocial li a img {
        height: 20px;
    }

    #footer .footerBar .listSocial li:nth-child(2) a img {
        height: 16px;
    }

    #footer .location .sp {
        display: inline;
    }

    #copyright {
        padding: 13px 0 18px;
    }

    .MacOS .listPhoto li .title {
        padding: 11px 0 0;
        line-height: 1.3;
    }

    .MacOS .listPhoto li .btn a {
        padding: 8px 0 1px;
    }
}

/*IE FIX*/
@media all and (-ms-high-contrast:none) {
    #footer .scrollToTop {
        top: -56px;
    }
}