﻿@charset "utf-8";

/*-------------------------*/
/*  common
/*-------------------------*/
body {
    font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, 'Kosugi Maru', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    font-size: 14px;
    /*    color: #d9b896;
    background: #0a0920;*/
    letter-spacing: 0.08em;
    line-height: 30px;
    color: #333;
}


/*-------------------------*/
/*  common
/*-------------------------*/

.text-container {
    width: max(200px, 30svw);
    padding: 24px 0;
    container-type: inline-size;
    text-align: center;
    /*  border-top: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;*/
}

img {
    display: inline-block;
    max-width: 100%;
}

.img img {
    border-radius: 5px;
}

h1 {
    font-size: 20cqw;
    letter-spacing: -1px;
    font-family: 'Comfortaa', cursive;
    text-align: center;
}

h1 img {
    width: 25%;
    min-width: 100px;
    margin-bottom: 0.3em;
}

h2 {
    text-align: left;
    letter-spacing: 0.2em;
    color: #ff8c8c;
    font-family: "Albert Sans", sans-serif;
    font-size: .8rem;
    font-weight: normal;
}

h2 span {
    margin-right: 20px;
    font-weight: 300;
    font-family: "Albert Sans", sans-serif;
    font-size: 3rem;
}

h3 {
    text-align: left;
    letter-spacing: 0.02em;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.2rem;
    margin: 2.5em 0;
    color: #000;
}

section {
    padding-top: 180px;
}

.inner .img {
    text-align: center;
}

.col2 {
    gap: 3rem 6%;
}

.col2>div {
    width: 47%;
    margin-right: 0;
}

.mt30 {
    margin-top: 4rem;
}

.is-rev {
    flex-direction: row-reverse
}

/*-----------------------*/
#main-visual {
    height: 90svh;
    display: grid;
    color: #444;
    background-image: url("../images/mv.jpg");
    background-position: center;
    background-size: cover;
    place-content: center;
    padding-top: 0;
    margin: 0;
}

#form {
    margin-top: 180px;
    padding-top: 140px;
    padding-bottom: 160px;
    background: #282828;
    color: #b3b3b3;
}

#form h2 {
    color: #6d6d6d;
    font-family: "Albert Sans", sans-serif;
    margin-bottom: 4rem;
}

#form h2 span {
    color: #b3b3b3;
}

#wecan .col4>div {
    gap: 0;
    margin: 0;
    width: 25%;
}

.cover_img {
    height: 320px;
    color: #444;
    padding-top: 0;
    margin: 0;
}

.cover_img.hotel {
    background-image: url("../images/hotel.jpg");
    background-position: center;
    background-size: cover;
    place-content: center;
}

.cover_img.estate {
    background-image: url("../images/estate.jpg");
    background-position: center;
    background-size: cover;
    place-content: center;
}

.cover_img.camp {
    background-image: url("../images/camp.jpg");
    background-position: center;
    background-size: cover;
    place-content: center;
}

.cover_img.design {
    background-image: url("../images/design.jpg");
    background-position: center;
    background-size: cover;
    place-content: center;
}

#wecan .col2 {
    gap: 0;
    margin: 0;
    width: 100%;
}

#wecan .col2>div {
    gap: 0;
    margin: 0;
    width: 50%;
}

#wecan p {
    padding: 3em 20%;
}

.fontawesome span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("../images/check.svg");
    background-position: center;
    background-size: cover;
    place-content: center;
    margin-right: 0.5em;
    position: relative;
    top: 2px;
}

.btn {}

.btn a {
    border: 1px solid #fff;
    font-family: "Albert Sans", sans-serif;
    font-size: 1.2em;
    display: block;
    padding: 2em;
    text-align: left;
    color: #fff;
}

.btn a:hover {
    opacity: 0.5;
}

/*-----------------------*/
footer {
    padding: 40px 0;
    padding-top: 180px;
    background: #1a1a1a;
}

footer .cw {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

/*-------------------------/*-------------------------*/
/*  contact
/*-------------------------/*-------------------------*/
#contact #main-visual {
    height: 30svh;
    display: grid;
    color: #444;
    background-image: url("../images/mv.jpg");
    background-position: center;
    background-size: cover;
    place-content: center;
    padding-top: 0;
    margin: 0;
}
/*-------------------------/*-------------------------*/
/*  form
/*-------------------------/*-------------------------*/
#mw_wp_form_mw-wp-form-11 {
    width: 100%;
    max-width: 600px;
    margin: 4em auto;
}
#contact .inner textarea,
#contact .inner select,
#contact .inner input {
    display: block;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    box-sizing: border-box;
}

#contact textarea:focus,
#contact select:focus,
#contact input:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 1px #333;
    outline: 2px solid transparent;
}
#contact input[type="submit"] {
    cursor: pointer;
    display: block;
    margin-top: 2em;
}
.red {
    color: red;
    margin-bottom: 1em;
}
#contact p {
    margin-bottom: 0.5em;
}
#contact input,
#contact textarea {
    width: 100%;
}
#contact input[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    margin-top: 1em;
}
.wpcf7-spinner {
    display: none!important;
}
#contact button {
    display: block;
    margin: 4em auto 0;
    color: #fff;
    background-color: #ff8c8c;
    border-radius: 10px;
    padding: 1em 2em;
}
#contact button:hover {
    opacity: 0.5;
}

.col4 {
    margin-top: 2em;
}
.col4>div {
    width: 25%;
    padding: 0 1em 2em;
    box-sizing: border-box;
}
.col4>div .title {
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.4em;
}
.col4>div .tag {
    line-height: 1.3;
}
.col4>div .tag span {
    background: #ff8c8c;
    color: #fff;
    border-radius: 5px;
    padding: 2px 10px 2px;
    display: inline-block;
    line-height: 1;
    font-size: 10px;
}


/*-------------------------/*-------------------------*/
/*  mobile
/*-------------------------/*-------------------------*/
@media (max-width: 767px) {
    #formWrap h3 {
        width: 100%;
    }

    #formWrap {
        float: none;
        width: 100%;
    }

    table.formTable textarea,
    table.formTable input {
        box-sizing: border-box;
        width: 100%;
    }

    table.formTable td,
    table.formTable th {
        width: 100%;
        display: block;
    }

    #formWrap h3 {
        width: 100%;
    }

    #formWrap {
        float: none;
        width: 100%;
    }

    table.formTable textarea,
    table.formTable input {
        box-sizing: border-box;
        width: 100%;
    }

    table.formTable td,
    table.formTable th {
        width: 100%;
        display: block;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    section {
        padding-top: 100px;
    }
    
    #form .col2,
    #service .col2,
    #wecan .col2,
    #contents .col2 {
        display: block;
    }
    #form .col2>div,
    #service .col2>div,
    #wecan .col2>div,
    #contents .col2>div {
        width: 100%;
    }
    #form .col2 .btn,
    #service .col2 .img,
    #contents .col2 .img {
        margin-top: 2em;
    }
    #wecan p {
        padding: 3em 10% 0;
    }.cover_img {
        height: 200px;
    }
    .col4>div {
        width: 100%;
    }
}