@charset "utf-8";
@import url(common.css);
/*共通事項を決定します*/
body, html {
    background-color: #FFFFFF;/*数値は変えられます*/
    font-size: 26px;/*数値は変えられます*/
    color: #574D3A;/*数値は変えられます*/
    font-family: "Zen Old Mincho", serif;/*数値は変えられます*/
    margin: 0;
}
/*フォントサイズを設定します*/
h1 {
    font-size: 1.077rem;/*数値は変えられます*/
    color: #3B3B3B;
    margin-left: 6px;
    font-family: "Montserrat", sans-serif;
}
h2 {
    font-size: 2.12rem;/*数値は変えられます*/
    text-align: center;
    margin: 80px 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
h3 {
    font-size: 2.81rem;/*数値は変えられます*/
    color: #ffffff;
    font-weight: normal;
    text-shadow: 0 4px 4px rgb(0,0,0,0.5);
    margin: 0;
}
h4 {
    font-size: 1.23rem;/*数値は変えられます*/
    font-weight: 700;
    color: #3B3B3B;
    font-family: "Montserrat", sans-serif;
}
h5 {
    font-size: 0.85rem;/*数値は変えられます*/
    color: #000000;
    font-family: "Montserrat", sans-serif;
}
h6 {
    font-size: 0.92rem;/*数値は変えられます*/
    margin: 0;
}
/*セクションを設定します*/
section {
    margin-top: 90px;/*数値は変えられます*/
}
/*コンテナを設定します*/
.container {
    width: 1280px;/*数値は変えられます*/
    margin: 0 auto;
}
.radius50per {
    border-radius: 50%;
}
li {
    list-style: none;
}
a {
    color: #3B3B3B;
    text-decoration: none;
}
/*ここからコーディング*/
/*ここからヘッダー*/
header {
    justify-content: space-between;
    align-items: center;
    height: 192px;
    padding-top: 30px;
}
.logo {
    width: 103px;
    object-fit: contain;
    margin-left: 41px;
}
header nav {
    width: 50%;
    justify-content:space-around;
    margin-right: 80px;
}
header nav a li{
    font-weight: 800;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    position: relative;
}
header nav a ::after {
    content: "";
    position: absolute;
    display: block;
    top: 4px;
    right: -10px;
    width: 2px;
    height: 18px;
    background-color: #C3B5AB;
}
header nav a:last-child ::after {
    display: none;
}
header nav a {
    width: 25%;
}
/*ここからメインビジュアル*/
.mainvisual {
    background-image: url(../images/main.png);
    background-size:100%;
    height: 640px;
    color: #ffffff;
    justify-content: right;
    background-repeat: no-repeat;
}
.mainvisual div {
    margin-top: 68px;
    margin-right: 10%;
}
.mainvisual .catch {
    font-size: 2.77rem;
    font-family: "Libre Caslon Text", serif;
    text-shadow: 0 4px 4px rgb(0,0,0,0.5);
    margin: 0 0 24px 0;
}
.mainvisual .subCatch {
    font-size: 22px;
    letter-spacing: 0.2rem;
}
/*ここからcompany*/
#company div {
    width: 80%;
}
#company .relative {
    width: 40%;
    background-image: url(../images/company_back.png);
    background-size:cover;
}
#company {
    height: 1000px;
}
.com1Img {
    width: 61%;
    top: 227px;
    left: 74%;
}
.com2Img {
    width: 61%;
    top: 159px;
    right: 30%;

}
.com3Img {
    width: 49%;
    top: 466px;
    right: 30%;
}
.comTxt {
    margin: auto;
}
/*ここからbusiness*/
#business div{
    background-color: #B6AFA8;
}
#business .architecture div {
    width: 100%;
    margin-right: 40px;
}
#business .fitness div {
    margin-left: 40px;
}
#business .architecture img {
    width: 28.4%;
    top: -20px;
    left: 155px;
}
#business .fitness img {
    width: 32.8%;
    bottom: -20px;
    right: 135px;
}
#business .architecture {
    text-align: right;
}
#business {
    margin-bottom: 192px;
}
/*ここからlifestyle*/
#lifeStyle {
    background-color: #DEE3D5;
    height: 618px;
}
#lifeStyle div {
    width: 50%;
}
#lifeStyle img {
    width: 44.8%;
}
#lifeStyle .doIt {
    border-bottom: 1px solid #ffffff;
    font-size: 1.54rem;
}
#lifeStyle .contact {
    width: 47%;
}
#lifeStyle div div {
    width: 70%;
    margin: 0 auto;
    font-size: 1.04rem;
}
#lifeStyle a {
    display: flex;
    justify-content: center;
}
#lifeStyle img {
    top: -41px;
    left: 57px;
}
/*ここからsitemap*/
.siteMap {
    background-color: #DEE3D5;
    margin-top: 167px;
    align-items: center;
    padding: 80px;
}
.siteMap h4 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
.siteMap p {
    margin: 0;
    color: #3B3B3B;
}
.siteMap div {
    width: 40%;
    margin: 0 auto;
}
.siteMap ul {
    width: 50%;
    font-family: "Montserrat", sans-serif;
}
.siteMap ul li {
    margin-bottom: 40px;
    font-weight: 800;
}
/*ここからfooter*/
footer {
    margin-top: 270px;
    margin-bottom: 50px;
    color: #000000;
    font-family: "Spinnaker", sans-serif;
}
footer .flexContent{
    align-items: top;
    justify-content: space-around;
}
footer .footerLogo {
    width: 90px;
    margin-left: 30px;
}
footer .detail .location img {
    width: 30px;
    height: 30px;
}
footer .detail .tel img {
    width: 22px;
    height: 22px;
}
footer .detail div {
    align-items: top;
    margin-bottom: 20px;
}
footer .detail div p {
    margin: 0;
    font-size: 0.73rem;
}
footer .content {
    width:35%;
}
footer .contentL {
    position: relative;
}
footer .contentL::after {
    content:"";
    display: block;
    width: 2px;
    height: 144px;
    position: absolute;
    background-color: #C3B5AB;
    top: 0;
    right: 0;
}
footer .contentR {
    width: 55%;
}
footer .contentR p {
    margin: 0;
}
footer h5, footer p {
    margin: 0;
    font-size: 0.73rem;
    margin-bottom: 15px;
}
footer .contentR .add {
    margin-left: 20px;
}
/*ここからprvacyページ*/
.privacyContainer {
    background-color: #DDD7CF99;
}
.privacyContainer .privacyContent {
    padding: 76px;
    font-size: 24px;
}
.privacyContainer h2 {
    text-align: left;
    top:-120px;
    left: 65px;
}
.privacyContainer .address {
    text-align: right;
}
.privacyContainer p {
    margin: 0 0 20px 0;
}
.privacyContainer li {
    list-style: decimal;
}
.goHome {
    border: 1px solid #000000;
    width: 215px;
    height:65px;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30px;
    right: 70px;
}
.privacyFooter {
    height: 600px;
}
.indent div {
    width:95%;
    margin: 0 auto;
}
.privacyContainer h2 {
    font-size: 64px;
    text-align: left;
    left: 80px;
    top: -120px;
}
@media screen and (max-width: 1024px) {
    body, html {
        font-size: 12px;
    }
    .container {
        width: 768px;
    }
    header nav a ::after {
        top: 6px;
        right: 0px;
        width: 2px;
        height: 13px;
    }
    .mainvisual {
        height: 400px;
    }
    #company {
        height: 700px;
    }
    #lifeStyle {
        height: 400px;
    }
    #business .architecture img {
        width: 28.4%;
        top: -20px;
        left: 5%;
    }
    #business .fitness img {
        width: 32.8%;
        bottom: -60px;
        right: 2%;
    }
    .privacyContainer .address {
        font-size: 9px;
    }
    .privacyContainer .privacyContent p{
        font-size: 16px;
    }
    .privacyContainer h2 {
        text-align: left;
        top: -95px;
        left: 75px;
        font-size: 22px;
    }
    .privacyContainer h6 {
        font-size: 16px;
    }
    .privacyContainer div {
        padding: 10px;
        font-size: 16px;
    }
    .indent16 {
        padding-left: 16px;
    }
    .goHome {
        width: 70px;
        height: 20px;
        top: 10px;
        right: 40px;
        font-size: 9px;
    }
    footer {
        padding: 0;
        margin-top: 87px;
    }
    footer .contentL::after {
        height: 68px;
    }
    footer .detail div {
        margin-bottom: 0;
    }
    footer h5 {
        margin-bottom: 10px;
    }
    footer .detail .location img {
        width: 7px;
        height: 10px;
    }
    footer .detail .tel img {
        width: 7px;
        height: 7px;
    }
}
@media screen and (max-width:768px){
    h1 {
        font-size: 17px;
    }
    h2 {
        font-size: 24px;
        margin:0 ;
    }
    h3 {
        font-size: 22px;
    }
    h1 br {
        display: none;
    }
    header {
        flex-direction: column;
        height: 80px;
        padding-top: 0;
    }
    header .pcFlex{
        width: 390px;
        position: relative;
    }
    .logoBar:after {
        content: "";
        display: block;
        position: absolute;
        width: 360px;
        height: 0.6px;
        background-color: #5B524780;
        top: 40px;
        left: 0;
    }
    .logo {
        width: 50px;
        margin-left: 20px;
    }
    header nav {
        width: 100%;
        margin: 0;
        height: 28px;
    }
    .container {
        width: 390px;
    }
    .mainvisual {
        height: 13.3%;
    }
    .mainvisual .catch {
        font-size: 22px;
    }
    .mainvisual .subCatch {
        font-size: 9px;
    }
    #company {
        height: 63.3%;
    }
    #company h2 {
        margin: 80px 0 0 0;
        text-align: right;
    }
    #company .comTxt p{
        margin-bottom: 80px;
        text-align: right;
    }
    #lifeStyle {
        height: 11%;
    }
    .mainvisual {
        background-size:100% 100%;
        padding: 20px;
    }
    .mainvisual .catch {
        font-size: 22px;
        margin: 10px 0;
    }
    .mainvisual div {
        margin: 0;
    }
    header nav a li {
        font-weight: 700;
    }
    .com1Img {
        width: 61%;
        top: 24%;
        left: 74%;
    }
    .com2Img {
        width: 61%;
        top: 20%;
        right: 30%;
    }
    .com3Img {
        width: 49%;
        top: 55%;
        right: 30%;
    }
    #business h2 {
        margin-bottom: 20px;
    }
    #business .architecture img {
        width: 28.4%;
        top: -20px;
        left: 5%;
    }
    #business .fitness img {
        width: 32.8%;
        bottom: -20px;
        right: 2%;
    }
    #business .fitness .pcFlex div:nth-child(1) {
        width: 100%;
    }
    #business .architecture .pcFlex div:nth-child(2) {
        width: 200%;
    }
    #business .fitness div {
        margin: 0 0 0 4px;
    }
    #lifeStyle div div {
        font-size: 12px;
    }
    #lifeStyle img {
        top: -8%;
        left: 5%;
    }
    #lifeStyle div {
        padding: 4px;
    }
    .siteMap {
        padding: 8px;
    }
    .siteMap ul li {
        margin-bottom: 8px;
        margin-right: 10px;
    }
    .siteMap ul {
        padding: 0;
        width: 60%;
    }
    footer {
        margin-top: 40px;
    }
    footer p {
        font-size: 7.8px;
    }
    footer .detail div img {
        width: 7px;
        height: 10px;
    }
    footer .content {
        width: 50%;
        margin-left: 20px;
    }
    footer .footerLogo {
        width: 40px;
        margin-left: 20px;
    }
    footer .detail {
        margin-top: 10px;
    }
    .privacyContainer .privacyContent {
        padding: 10px;
    }
    .privacyContainer h2 {
        text-align: left;
        top: -15px;
        left: 15px;
        font-size: 22px;
    }
    .privacyContainer .privacyContent p,.privacyContainer div,.privacyContainer h6 {
        font-size: 10px;
    }
    section {
        margin-bottom: 80px;
    }
}