@charset "utf-8";

/* ベースカラー

イエロー
#E7DBB6
濃イエロー
#E5D39B

グリーン
#A5A899

グレー
#6D6D6D

*/

/* 共通 */

html {
    scroll-behavior: smooth;
    font-size: 18px;
    color: #505245;
    font-family: vdl-penletter, sans-serif;
}

@media (max-width: 600px) {
    html {
        font-size: 20px;
    }
}

p {
    text-align: justify;
    font-family: vdl-penletter, sans-serif;
}

.wrapper {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    letter-spacing: 2px;
}

img {
    width: 100%;
}

a {
    display: block;
}

h1,
h2,
.btn {
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase
}

h2 {
    font-size: 40px;
}

@media (max-width: 600px) {
    section {
        height: auto;
        padding: 70px 0;
    }
}

.flex {
    display: flex;
}

@media (max-width: 600px) {
    .flex {
        display: block;
    }
}

@media screen and (min-width:750px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width:750px) {
    .pc {
        display: none;
    }
}

/* ヘッダー */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fafafa;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}


header .logo {
    font-size: 1.5em;
    font-weight: bold;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* HOME */

header.HOME {
    background: url(../image/header1.jpg) no-repeat center center/cover;
    position: relative;
    color: #fff;
}

/* 波1 */

.nami1 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.nami1 svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 107px;
}

.nami1 .shape-fill {
    fill: #FFFFFF;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .nami1 svg {
        width: calc(137% + 1.3px);
        height: 62px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .nami1 svg {
        width: calc(137% + 1.3px);
        height: 41px;
    }
}

/* 自己紹介　about */
/* 北海道　HOKKAIDO */

.hokkaido .flex {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 600px) {
    .hokkaido .flex {
        display: block;
    }
}

.aboutimg img {
    width: 80%;
}

.hokkaidoimg {
    text-align: right;
}

@media (max-width: 600px) {

    .aboutimg,
    .hokkaidoimg {
        text-align: center;
        text-align: center;
    }
}

.hokkaidoimg img {
    width: 80%;
}



.abouttext {
    margin-top: 30px;
    max-width: 400px;
}

.abouttext h2 {
    display: inline;
    position: relative;
}

.abouttext h2 img {
    position: absolute;
    width: 50px;
    bottom: 0;
    right: -30px;
    z-index: -1;
}

.abouttext>p {
    margin-top: 10px;
    line-height: 1.5em;
}

.nextpage {
    font-size: 15px;
    width: 150px;
    margin-left: auto;
    margin-top: 50px;
}

.nextpage p {
    padding-left: 5px;
}



/* work */

.work {
    background: linear-gradient(90deg, #93967E 0%, #93967E 50%, #9fa28c 50%, #9fa28c 100%);
    color: #fff;
    text-align: center;
}

@media screen and (max-width:600px) {
    .work {
        background: linear-gradient(180deg, #93967E 0%, #93967E 55%, #9fa28c 55%, #9fa28c 100%);
    }
}

.work img {
    width: 60%;
    margin: 30px 0 30px;
    padding-top: 40px;
}

.work p {
    text-align: center;
    padding-bottom: 10px;
}

.work h3 {
    font-size: 30px;
}

.works .border {
    width: 80px;
    height: 1.5px;
    background: #fff;
    margin: 3px auto 13px;
}

/* 波4 */

.nami4 {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.nami4 svg {
    position: relative;
    display: block;
    width: calc(137% + 1.3px);
    height: 107px;
}

.nami4 .shape-fill {
    fill: #FFFFFF;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .nami4 svg {
        width: calc(137% + 1.3px);
        height: 62px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .nami4 svg {
        width: calc(137% + 1.3px);
        height: 41px;
    }
}

/* お問い合わせ */

.contact {
    padding-top: 50px;
    position: relative;
    background: url(../image/garden2.png) 80% center/cover;
}

@media (max-width: 600px) {
    .contact {
        padding-top: 90px;
    }
}

.contact .wrapper {
    max-width: 750px;
}

.contact p {
    color: #6D6D6D;
}

.contact>.wrapper>p {
    text-align: center;
}

.contact h2 {
    text-align: center;
    color: #6D6D6D;
}

.contact form span {
    font-size: 0.5rem;
    color: #A5A899;
    margin: 0 0 3px 5px;
}

.contact .froms {
    padding-top: 50px;
}

.contact .flex>div input {
    width: 90%;
}

.contact .flex {
    justify-content: space-between;
}

.contact form input {
    background-color: #E7DBB6;
    border-radius: 5px;
    margin: 5px 0 20px;
    padding: 5px;
    color: #6D6D6D;
}

.contact .from100 {
    width: 100%;
}

.contact textarea {
    background-color: #E7DBB6;
    border-radius: 5px;
    margin: 5px 0 20px;
    padding: 10px;
    width: 100%;
    height: 100px;
    color: #6D6D6D;
}

.contact .btn {
    margin: 0 auto;
    text-align: center;
}

.contact .btn input {
    padding: 10px 30px;
    background-color: #A5A899;
    color: #fff;
}

.contact .btn p {
    text-align: center;
}

/* フッター */

footer {
    background-color: rgb(55, 47, 41);
    font-family: 'Cardo', serif;
    text-align: center;
}

footer div {
    margin: 0 auto;
}


footer p {
    padding: 20px 0;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
}

/* 自己紹介ページ */

#ABOUT {
    background-color: #E7E8DF;
    position: relative;
}

#ABOUT>div {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    z-index: 100;
}

#ABOUT li {
    list-style: inside;
    font-size: 0.8rem;
    margin-bottom: 2px;
}

#ABOUT .border {
    margin-bottom: 20px;
    border-left: 5px solid #5e6056;
    padding-left: 20px;
}

#ABOUT h2 {
    margin-bottom: 30px;
}

#ABOUT h3 {
    margin-bottom: 10px;
}

#ABOUT .box2 {
    margin-bottom: 30px;
}

#ABOUT img {
    width: 70%;
}

#ABOUT h2 img {
    width: 50px;
}

#ABOUT .box1,
#ABOUT .box2 {
    width: 35%;
}

#ABOUT .box3 {
    width: 65%;
}

/* WORKSページ */

#WORKS section:nth-child(n) {
    background-color: #9fa28c;
}

#WORKS section:nth-child(2n) {
    background-color: #fff;
}

#WORKS section:nth-child(2n) .flex {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 600px) {
    #WORKS section:nth-child(2n) .flex {
        display: block;
    }
}

#WORKS .slider .slick-slide {
    margin: 50px 0 200px;
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

#WORKS .slider .slick-slide img {
    display: block;
    width: 95%;
    height: 95%;
    object-fit: cover;
}

#WORKS .flex div,
#WORKS .flex p {
    text-align: center;
}

/* 画像背景　#C4C8A7にしようかな */

/* お問い合わせありがとうページ */

#Thanks div,
#Thanks p {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    color: #6D6D6D;
}

#Thanks .btn {
    background-color: rgba(55, 47, 41, 0.841);
    width: 100px;
    padding: 10px 20px;
    margin-top: 20px;
    border-radius: 5px;
}



/* 改装用 */

.kaiso {
    text-align: center;
    margin: 0 auto;
}

.kaiso img {
    width: 200px;
}

.kaiso .flex {
    align-items: center;
}

.kaiso p {
    text-align: center;
}

.kaiso .header {
    margin: -50px 0 50px;
}

.kaiso .line{
    width: 100px;
    padding: 20px 0 50px;
}

.kaiso .line:hover {
    filter: brightness(0.8);
}

.kaiso .link:hover{
    opacity: 0.7;
}



#TOP .wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 850px) {
    p {
        font-size: 12px;
    }

    a,.kaiso h2{
        font-size: 15px;
    }

    .kaiso img {
        width: 150px;
    }

    .kaiso .header {
        margin: -20px 0 30px;
    }
    
    .kaiso .line{
        width: 80px;
        padding: 10px 0 30px;
    }
}