/* commons */
html{
    scroll-behavior: smooth;
}

body{
    background: rgba(225, 241, 253, 0.296);
    /* z-index: 5; */
    color: rgb(87, 150, 129);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.5;
    
}

p{
    text-shadow: 0.5px 0.5px 0.5px white,
                 -0.5px -0.5px 0.5px white,
                 0.5px -0.5px 0.5px white,
                 -0.5px 0.5px 0.5px white;


}

.cont{
    width:  95%;
    max-width: 980px;
    /* padding: 15px 0; */
    margin: auto;

}

.subtitle{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    
}

.clear::after{
    clear: both;
    content: "";
    display: block;

}

a{
    color: rgb(81, 97, 187);
}

.ts{
    text-shadow: 3px 3px 3px white,
                 -3px -3px 3px white,
                 3px -3px 3px white,
                 -3px 3px 3px white;

}

/* header */
header{
    /* background: rgba(211, 211, 211, 0.713); */
    /* background: rgba(218, 255, 249, 0.611); */
    background: rgba(248, 225, 179, 0.583);
    /* color: indigo; */
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
    border: solid;
    position: fixed;
    z-index: 100;
}

.header-left{
    float: left;
    line-height: 36px;
    text-decoration: underline;
    color: indigo;
    
    border-left: 7px solid;
    padding: 0 7px;
    font-weight: bold;
    text-shadow: 3px 3px 3px white,
                 -3px -3px 3px white,
                 3px -3px 3px white,
                 -3px 3px 3px white;
                 
    /* border-left: transparent;
    border-top: transparent; */

    margin-left: 40px;
}

.header-left-main a{
    color: rgb(81, 97, 187);
}

.header-right{
    float: right;
    margin-right: 40px;
}


.header-right-list-item{
    padding: 2px;
    float: left;
    margin-left: 16px;
    
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    box-shadow: 3px 3px 3px  white,
                -3px -3px  white inset;

    text-shadow: 3px 3px 3px white,
    -3px -3px 3px white,
    3px -3px 3px white,
    -3px 3px 3px white;
}

.list-item-text{
    text-decoration: none;
    font-size: 17px;
}

/* top */
.top{
    margin-bottom: 50px;
}
.top-wrap{
    padding-top: 69px;
}

.top-image{
    width: 100%;
    height: auto;
    padding: 230px 0;
    background-image: url(../img/tinified/sunrise.mountain-jordan-wozniak-xP_AGmeEa6s-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    font-weight: bold;
    font-size: 40px;
    text-align: center;
    
    
}

/* about */

.about-contact{
    /* background-image: url(../img/sky-ferdinand-stohr-iW1WzbuWMcA-unsplash.jpg); */
    background-image: url(../img/grass-sara-kurfess-ltE8bDLjX9E-unsplash.jpg);
    background-size: cover;
    /* background-color: rgb(238, 250, 255); */
    margin-bottom: 50px;
    padding: 30px 0 60px 0;
    
    
}

.abo-con-wrap{
    display: flex;
    
}



.about{
    width: 60%;
    /* float: left; */
    /* border: black solid 1px; */
    padding: 2.4%;
    border-right: black solid 1px ;
    
}


.about-img{
    float: left;
    border: solid 1px black;
    width: 50%
}


.comment{
    float: right;
    /* border: black solid 1px; */
    margin: 1px;
    width: 40%;
    margin: auto;

}

/* contact */
.contact{
    width: 40%;
    padding: 2%;
    padding-right: 0;
    /* margin-left: auto; */
    /* padding-left: 30px; */
    /* float: right; */
    /* border: black 1px solid; */
    text-align: center;
}


input[type="text"],input[type="email"]{
    display: block;
     border: 1px solid black;
     border-radius: 3px;
     padding: 7px;
     width: 100%;
     margin: auto;
     margin-bottom: 7px;
    }
label p{
    margin-bottom: 5px;
}

input.text-text{
    padding: 20px;
    margin-bottom: 15px;

}


.btn{
    display: block;
    margin: auto;
    font-size: 20px;
    border-radius: 8px;
    border: none;
    padding: 7px;
}

.btn-index{
    background-color: rgba(175, 238, 238, 0.638);
}

.btn:hover{
    opacity: 0.6;
    cursor: pointer;
}

/*
  create 
        */

.create{
    background-color: rgba(255, 254, 248, 0.885);
    padding-top: 30px;
    /* padding: 30px 0; */
    /* z-index: 20; */
    /* position: relative; */
}

/* .lineup{
    /* z-index: 20;
} */

.create-all{
    /* z-index: 20; */
    text-align: center;
    margin-bottom: 15px;
}

.lineup img{
    /* z-index: 20; */
    margin-bottom: 10px;
    border: solid 1px black;
}

/* 
    footer
    */
    
footer{
    background-image: url(../img/sunrise-gurras.cut2.jpg);
    background-size: cover;
    width: 100%;
    /* position: absolute; */
    /* bottom: 20px; */

    /* z-index: 5; */
}
.footer-inner{
    background-color: rgba(65, 65, 65, 0.371);
    background-size: cover;
    width: 100%;
    /* z-index: 10; */
    padding: 80px 0;
}

.footer-bottom{
    background-color: rgb(0, 0, 0);
    padding: 3px 0;
}
.footer-bottom p{
    float: right;
    margin-bottom: 0px;
}


/*************
レスポンシブ
*************/

@media only screen and (max-width: 767px){

.clear::after{
    content: none;
}



.header-left{
    border: none;
    float: none;
    text-align: center;
    margin: 0;
}


.header-left-main a{
    padding: 0 5px;
    border-left: solid 7px indigo;
    border-right: solid 7px indigo;
}

.header-right{
    margin: 0;
    float: none;
}

.header-right-list{
    display: flex;
    justify-content: space-between;
    margin: 5px;
}

.header-right-list-item{
    float: none;
}



/* .top{
} */

.top-wrap{
    padding: 60px 0;
}

.top-image{
    padding: 200px 0;
    width: 100%;
    background-size: cover;
}

.abo-con-wrap{
    flex-wrap: wrap;
}

.about{
    border: none;
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.about-img{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    /* background-size: ; */
}

.comment{
    float: none;
    width: 100%;
}

.contact{
    padding-top: 20px;
    float: none;
    margin: auto;
    color: white;
}

.btn-index{
    background-color: lightblue;
}


.footer-bottom p{
    float: none;
    text-align: right;
}


}


