@charset "utf-8";

* {
    margin: 0;
    padding: 0;
   /* outline: 1px solid blue;*/
    
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    /*line-height: 1.7;*/
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 400;
    font-style: normal;
    color: #0F0F0F;


}


/*リンク文字色とホバー*/
a:link {
    color: #0F0F0F;
    text-decoration: none;
}

a:visited {
    color: #0F0F0F;
    text-decoration: none;
}

a:hover {
    color: #C1643C;
    text-decoration: none;
    transition: 0.5s all;

}



/*ヘッダー*/

header {
    background-color: #F3CD7A;
}


/*ヘッダー要素*/
.headernavi ul {
    list-style: none;
    font-size: 2.7rem;
    font-family: "Lexend", serif;
    align-items: center;
    display: flex;
    justify-content: space-between;
}



/*Helloのロゴ*/
.headerlogo img {
    width: 100%;

}

.headerlogo {
    /*margin-right: 100px;*/
    width: 200px;
    height: auto;
    padding-left: 30px;


}

.headernavi ul li {
    margin-left: 50px;
}


/*一番上のheaderリスト*/
.headwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*max-width: 1200px;*/
   
}


/*ヘッダ-のコンタクトのところ*/

.contact {
    color: #0F0F0F;
    padding: 10px 15px;
    border-radius: 60px;
    height: 30px;
    width: 120px;
    background-color: #fff;
    text-align: center;
    transition: 1s;
}

.contact:hover {
    transform: scale(1.1, 1.1);
}


/*ヘッダーのインスタ*/
header .insta {
    position: relative;
    top: 0;
    /*margin-right: 7vh;*/
}

.insta:hover {
    top: -5px;
    transition: 0.5s;
}


/*mayamatomoロゴ*/

.tomo {
    text-align: center;
    background-color: #F1E9DC;
    padding: 10px;

}

.tomo img {
    width: 30vh;
    height: auto;
}

/*タブレット用スタイル（ヘッダー）ブラウザ幅が960px以上のとき*/

@media (min-width:960px) {
     #hmenu {
        display: none;
       
    }
}


/*タブレット用スタイル（ヘッダー）ブラウザ幅が959px以下のとき*/

@media (max-width:959px) {
    #container {
        width: 100%;
    }

    .contact {
        width: 100px;
        height: 20px;
        padding: 8px 15px 10px 15px;
    }

    .headerlogo {
        margin-right: 60px;
    }

    .tomo img {
        width: 25vh;
        height: auto;
    }

    .headernavi ul li {
        display: none
    }

    .headerlogo {
        width: 130px;
    }

   


    /*ボタン３本線*/

    header .headwrapper .hbtn {
        width: 45px;
        height: 45px;
        border: #0F0F0F 2px solid;
        border-radius: 3px;
        cursor: pointer;
        z-index: 9999;
        margin: 5px 0;

        position: relative;

    }

    .hbtn span {
        display: inline-block;
        width: 50%;
        height: 2px;
        background-color: #0F0F0F;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        position: absolute;
        transition: all 0.6s;
    }
    
    .hbtn span:nth-of-type(1) {
        top: 15px;
    }

    .hbtn span:nth-of-type(2) {
        top: 23px;
    }

    .hbtn span:nth-of-type(3) {
        top: 31px;
    }
    /**/

    /*ボタンを×にする*/

    .hbtn.active span:nth-of-type(1) {
        top: 49%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .hbtn.active span:nth-of-type(2) {
        display: none;
    }

    .hbtn.active span:nth-of-type(3) {
        top: 49%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    /**/


    #hmenu.active {
        top: 0;
    }

    #hmenu {
        width: 100%;
        height: 60vh;
        background-color: #F1E9DC;
        z-index: 999;
        position: fixed;
        top: -100%;
        left: 0;
        transition: all 0.6s;
    }

    #hmenu ul {
        font-size: 2rem;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    #hmenu ul li a {
        display: inline-block;
        padding: 15px;
    }



}/*PD（ヘッダー）*/


/*メイン画像*/
.main {
    max-width: 100vw;
    height: auto;
    text-align: center;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #F3CD7A;
}

.main img {
    width: 100%;

}
/*スマホ用スタイル（ヘッダー）（ブラウザ幅が559px以下の時）*/

@media (max-width:559px) {
    /*helloの画像*/
    .headerlogo{
        padding-left: 10px;
    }

    /*メイン画像*/
    .main {
        max-width: 559px;
        height: auto;
    }
}

/*SP（ヘッダー）*/



/*ここからデザイン&ワークス*/

.designnavi {
    width: 100%;
    background-color: #F1E9DC;
    text-align: center;
    height: 1000px;
}

.designnavi.open {
    height: 1300px;
}


h2 {
    font-size: 48px;
    font-family: "Lexend", serif;
    padding-bottom: 20px;
    padding: 150px 0 100px 0;

    /*border-bottom: #0F0F0F 3px solid;
    display: inline-block;*/

}

h3 {
    margin-top: 10px;
    font-size: 2rem;
    letter-spacing: 0;
}

.designmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8rem;
    margin-top: 30px;
}

.designwid img {
    width: 250px;
    height: 250px;
}

.designmenu2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8rem;
    margin-top: 10px;

}

.designmenu p {
    margin: 10px 0 100px 0;
    color: #C6C4C4;
}

.designmenu2 p {
    margin: 10px 0 100px 0;
    color: #C6C4C4;
}


/*タブレット用スタイル（デザイン＆ワークス）ブラウザ幅が959px以下のとき*/

@media (max-width:959px) {
    .designmenu {
        margin-top: 10px;
    }

    .designnavi {
        height: 1500px;
    }

    .designnavi.open {
        height: 2500px;

    }


}/*(デザイン＆ワークス）PD*/



/*スマホ用スタイル（デザイン＆ワークス）*/

@media (max-width:594px) {


    h2 {
        padding: 80px 0 40px 0;
        font-size: 3rem;
    }

    h3 {
        font-size: 1.8rem;
    }

    .designmenu {
        margin-top: 10px;
    }

    /*造園のロゴ*/
    .designmenu div:nth-of-type(3) {
        margin-bottom: 80px;
    }

    .designmenu p {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    .designmenu2 p {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 1.3rem;
    }

    .designmenu2 div:nth-of-type(1) {
        margin-top: 60px;

    }

    .designmenu2 div:nth-of-type(3) {
        margin-bottom: 70px;

    }

    .designnavi {
        height: 1500px;
    }

    .designnavi.open {
        height: 2800px;
    }

}/*(デザイン＆ワークス）SP*/


/*カイロ画像ホバー*/

.kairo:hover {
    opacity: 0.6;
    transition: 0.4s;
}

/*FAMM画像ホバー*/

.famm:hover {
    opacity: 0.6;
    transition: 0.4s;
}

/*庭高画像ホバー*/

.niwataka:hover {
    opacity: 0.6;
    transition: 0.4s;
}

/*デザイン&ワークスのボタン(SPは上に記載)*/

.debo {
    font-family: "Lexend", serif;
    font-size: 2.5rem;
    background-color: #DE95C1;
    padding: 15px 40px;
    border-radius: 40px;
    transition: all2s;
    margin-bottom: 100px;
    cursor: pointer;

}

.debo:hover {
    color: #FFFEFE;
    padding: 15px 60px;
}


/*ここからABOUT*/


.aboutnavi {
    background-color: #DE95C1;
    text-align: center;
    width: 100%;
}
.aboutnavi .mayamalogo {
    width: 400px;
}

.aboutnavi .mayamawrapper {
    position: relative;
}

.mayamawrapper .hana1 {
    width: 15%;
    height: auto;
    position: absolute;
    top: 35%;
    left: 65%;
}

.mayamawrapper .hana2 {
    width: 15%;
    height: auto;
    position: absolute;
    top: 45%;
    left: 18%;
}
.zibun{
    width: 350px;
    height: auto;
    margin-top: 50px;
}

h4 {
    font-size: 3.6rem;
    margin-top: 25px 0 20px 0;
}

.aboutp {
    font-size: 2rem;
    padding: 60px 50px 80px 50px;
    line-height: 2.5;
    box-sizing: border-box;
}

.aboutp2 {
    margin-bottom: 80px;

}


/*aboutボタン*/

.debo2 {
    font-family: "Lexend", serif;
    font-size: 2.5rem;
    background-color: #F3CD7A;
    padding: 15px 40px;
    border-radius: 40px;
    transition: all2s;

}

.debo2:hover {
    color: #FFFEFE;
    padding: 15px 60px;
}

/*スマホ用スタイルABOUT（ブラウザ幅が559px以下の時）*/

@media (max-width:559px) {
   
    .aboutnavi .mayamalogo {
        width: 150px;
    }

    .mayamawrapper .hana1 {
        width: 20%;
    }
    .mayamawrapper .hana2 {
        width: 20%;
        /*left: 1%;*/
    }


    .aboutp {
        width: 80%;
        margin: 0 auto;
        font-size: 1.5rem;
        padding: 50px 25px 80px 25px;
    }
}

/*タブレット用スタイル（ABOUT）ブラウザ幅が959px以下のとき*/

@media (max-width:959px) {
    .aboutnavi .mayamalogo {
        width: 300px;
    }
    .mayamawrapper .hana1 {
        top: 25%;
        left: 70%;
    }
    .mayamawrapper .hana2 {
        top: 35%;
        left: 5%;
    }
    .mayamawrapper .zibun {
        width: 300px;
        height: auto;
        margin-top: 30px;
    }
    .mayamawrapper h4 {
        font-size: 2.5rem;
        margin-top: 10px;
    }

}




/*タブレット用スタイルABOUT（ブラウザ幅が1203px以下の時）*/

@media (max-width:1203px) {
    .aboutp .abouttext{
        display: none;

    }
}
/*タブレット用スタイルABOUT（ブラウザ幅が1094px以下の時）*/

@media (max-width:1094px) {
    .aboutp .abouttext2{
        display: none;
    }
}


/*ここから問い合わせコンタクト*/

.contactnavi {
    width: 100%;
    background-color: #F1E9DC;
    text-align: center;
}
.contacttext2{
    display: block;
}


.contactmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
}
/*.contactmenu img{
    width: 100px;
    height: 100px;
}*/

h5 {
    font-size: 5rem;
    /*font-weight: bold;*/
    font-family: "Lexend", serif;
    padding: 0px 15px 10px 15px;
    /*border-bottom: #0F0F0F 3px solid;*/
    /*display: inline-block;*/
    /*margin: 0 80px;*/
}

.contactwid p {
    font-size: 2.5rem;
    margin: 70px 0;
    line-height: 1.7;
    
}

.formmenu {
    font-size: 1.8rem;
    padding: 10px;
    align-items: center;
}

/*縦並びに*/
label {
    display: block;
}

/*テキストボックス*/
input[type="text"],
input[type="email"],
textarea {
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
    border: 1px solid #0F0F0F;

}

/*送信ボタン*/
button[type="submit"] {
    background-color: #F3CD7A;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-bottom: 150px;
}


/*スマホ用スタイル（CONTACT）*/

@media (max-width:559px) {
    h5 {
        font-size: 3.5rem;
    }
    .contactwid p {
        font-size: 1.8rem;
        padding: 0 20px;
    }
    .contacttext{
        display: block;
    }
}



/*フッター*/

footer {
    width: 100%;
    background-color: #F3CD7A;
}
.footerwid img{
    width: 100%;
}
.footerwid .thanks{
    width: 300px;
    height: auto;
    padding-top: 10px;
   
}

.footerwid {
    margin: auto 100px;
}

footer p {
    font-size: 1.8rem;
    margin-top: 30px;
    text-align: center;
    /*margin-left: 40px;*/
}

footer .inu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.followus p {
    font-size: 3.7rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: "Lexend", serif;
}

footer .insta2 {
    margin-left: 80px;
    margin-top: 20px;
    width: 50px;

}
footer .caption{
    width: 400px;
    height: auto;
}

.icon a{
    text-decoration: underline;
    
}

/*タブレット用スタイル（footer）ブラウザ幅が959px以下のとき*/

@media (max-width:959px) {
    .footerwid .thanks{
        width: 150px;
    } 
    .footerwid {
        margin: auto 10px;
    }
    footer p {
        font-size: 1.7rem;
    }  
    footer .caption{
        width: 200px;
        
    }
    .followus p{
        font-size: 2.5rem;
    }
    

}
/*スマホ用スタイル（footer）ブラウザ幅が559px以下のとき*/

@media (max-width:559px) {
  
    footer p {
        font-size: 1.3rem;
    } 
    .followus p {
        font-size: 1.6rem;
    }
  
    .icon {
        padding:0 0 20px 10px;
        font-size: 1.5rem;
    
    }
    footer .insta2 {
        margin-left: 40px;
        width: 25px;
       
    }
    footer .caption{
        width: 150px;
        
    }
}


@keyframes blinking {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*.blink {
    animation: blinking 1s ease-in-out infinite alternate;
}*/





/*TOPの矢印の位置*/
.arrow {
    position: fixed;
    right: 0;
    bottom: 0;
}
/*SPスタイル矢印*/

@media only screen and (max-width:559px) {
    .arrow{
        display: none;
    }
   /* #container {
        width: 100%;
    }*/
}/*SP*/

