header{
    background-image:url(images/cafe.jpg);
    background-size: cover;
    height: 1000px;
    padding: 50px 50px 0 50px;
}

header h1{
    color: white !important;
    font-weight:800;
    -webkit-text-stroke: 1px black;

}
 
#logo img{
    width:15px;
    height: 15px;
    margin-right: 10px;
}

a{
    font-weight: bold;
    text-decoration: none;
}

a.tel{
    color: #6a1917;
}

#phone{
    border: black solid 3px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.online{
    border: black solid 3px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}
.online a{
    color: green;
    font-weight: bold;
    text-decoration: none;
}
#concept{
    display: block;
    padding: 10px;
}
#concept .text{
    margin-left: 50px;
}
#concept img{
    width: 300px;
    margin-left: 50px;
}
.group{
    display: flex;
    padding: 10px;
}

.group2{
    display: flex;
    padding: 10px;
    justify-content: space-between;
}


#kouhatsu {width:22%}
#kansen{width: 22%;}
#zaitaku{width: 22%;}
#dx{width: 22%}
#kouhatsu img{
    /* width: 236px; */
    max-width: 100%;
    margin-left: 0;
}
#kansen img{
    max-width: 100%;
    margin-left: 0;
}
#zaitaku img{
    max-width: 100%;
    margin-left: 0;
}
#dx img{
    max-width: 100%;
    margin-left: 0;
}
#aisatsu{
    display: flex;
    padding: 50px;
}
#aisatsu img{
    width: 200px;
    margin-left: 100px;
}
#hokenn{
    display: flex;
    padding: 50px;
}
#hokenn img{
    width: 300px;
    margin-left: 50px;
}
#access .text{
    margin-left: 20px;

}

li{
    list-style: none;
    border: black solid 1px;
    border-radius: 50%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}
#logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
}

#main{
    width: 100%;
}

nav{
    height: 100px;
}

header ul{
    display: flex;
    justify-content: space-between;
}


img{
    object-fit: cover;
}

nav a{
    color: black;
    font-weight: bold;
    text-decoration: none;
}

th{
    padding: 10px;
}
#access{
    display: flex;
    padding: 50px;
}
#concept{
    display: block;
    padding: 50px;
}

.group{
    display: flex;
    padding: 50px;

}
header .menu-btn{
    display:none
}

span
{
    font-size: medium;
    vertical-align: text-top;
}

#sub{
    height: 150px;
    position: relative;
}

#sub::after{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255 , 255, 0.5);
content: "";
}  
#sub h1 a{
    color: white;
    font-weight:800;
    -webkit-text-stroke: 1px black;
}
#fukuyaku{
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    /* text-align: center; */
    padding: 50px 0px 50px 100px;
    background-image: url(uewaku.png),url(sitawaku.png);
    background-position: top right,bottom left;
    background-repeat: no-repeat,no-repeat;
}
#todoke{
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    /* text-align: center; */
    padding: 50px 0px 50px 100px;
    background-image: url(uewaku.png),url(sitawaku.png);
    background-position: top right,bottom left;
    background-repeat: no-repeat,no-repeat;
}
#igai{
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    /* text-align: center; */
    padding: 50px 0px 50px 100px;
    background-image: url(uewaku.png),url(sitawaku.png);
    background-position: top right,bottom left;
    background-repeat: no-repeat,no-repeat;
}
#tokutei{
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    /* text-align: center; */
    padding: 50px 0px 50px 100px;
    background-image: url(uewaku.png),url(sitawaku.png);
    background-position: top right,bottom left;
    background-repeat: no-repeat,no-repeat
}


/* ----------------------------------------------------------------------------------------------- */
/* スマホ用 */
/* ----------------------------------------------------------------------------------------------- */

@media screen and (max-width:430px) {
    header{
        background-image:url(images/cafe.jpg);
        background: cover;
        height: 400px;
        padding: 50px 50px 0 50px;
    }
header .menu-btn{
    display: block;
    position: absolute;
    right: 10%;
    top: 80px;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid#666;
    background: transparent;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2000;
}
header nav{
    /* width: 250px; */
    /* height: 250px; */
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0px;
    right: 0;
    z-index: 1000;
    background-image:  linear-gradient( rgba(253, 146, 146, 1), rgba(209, 254, 212, 1));
    transition: all 0.2s;
    transform: translate(100%);
}
header nav.open{
    transform: translate(0);
}
header nav ul{
    display: block;
    margin-top: 100px;
}
header nav li a{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    margin: 0;
}
#logo{
    display: block;
    /* justify-content: space-between; */
}
a{
    color: #e916cd;
    font-size: 20px;
}
#concept{
    display: block;
    flex-direction: column;
    padding: 0px;
}
#concept img{
    width: 250px;
    margin-left: 0px;
}
#concept .text{
    margin-left: 0;
}
.group{
    display: block;
    padding: 50px;
}
.group2{
    display: block;
    padding: 50px;
}
#kouhatsu {width:100%}
#kansen{width: 100%;}
#zaitaku{width: 100%;}
#dx{width: 100%}
li{
        list-style: none;
        border:none;
           padding: 10px;
        background-color: rgba(255, 255, 255, 0);
}
#aisatsu{
        display: block;
        flex-direction: column;
        padding: 50px;
}
#aisatsu img{
        width: 200px;
       margin-left: 25px;
}

#hokenn{
    display: block;
    padding: 0px;
}
#hokenn img{
    margin-left: 0px;
}
#access{
    display: block;
    flex-direction: column;
    padding: 50px;
}
#access .text{
    margin-left: 0px;
}
#sub{
    height: 300px;
    position: relative;
}
#fukuyaku{
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    /* text-align: center; */
    padding: 50px 0px 50px 30px;
    background-image: url(uewaku.png),url(sitawaku.png);
    background-position: top right,bottom left;
    background-repeat: no-repeat,no-repeat;
}
#todoke{
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    /* text-align: center; */
    padding: 50px 0px 50px 50px;
    background-image: url(uewaku.png),url(sitawaku.png);
    background-position: top right,bottom left;
    background-repeat: no-repeat,no-repeat;
}
#igai{
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    /* text-align: center; */
    padding: 50px 0px 50px 50px;
    background-image: url(uewaku.png),url(sitawaku.png);
    background-position: top right,bottom left;
    background-repeat: no-repeat,no-repeat;
}
}
