@charset "utf-8";

body{
    background-color: rgb(253, 255, 250);
    font-family: 'Noto Sans JP',sans-serif;
    font-size: 1.5rem;
}
img{
    display: block;
    max-width: 100%;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}
figure{margin: 10px;}
p img{
    padding: 1em;
}

h1{
    font-family: 'Murecho';
}

section{
    /* border: 5px solid #edb49f; */
    border-radius: 3px;
    margin-bottom: 2em;

}
section p{
    background-color: #fff;
    
}

.tac,h1,h2,h3{
    text-align: center;
    background-color: #ed6d3d;
    border-radius: 5px;
}

.to-top{
    text-align: right;
}
.readmore{
    text-align: center;
    display: block;
    padding:2px 1em;
    max-width: 12em;
    width: 30%;
    /* width:  8em; */
    height: 2em;
    line-height: 2em;
    font-size: 0.7em;
    background-color: #ed6d3d;
    box-shadow: 1px 1px #555;
    border-radius: 1.2em;
    color:#fff;
    margin-left: auto;
    margin-right: 15px;
}
.readmore a:link{
    color:#fff;
    text-decoration: none;
}
.readmore a:link:hover{
    opacity: 0.6;
}
.flex-content{
    display: flex;
}

.serif{
    font-family: "Noto Serif JP", serif;
    color: #000;
}
main{
    width: 100%;
    max-width: calc(100vw - 8em);
    margin: 2em auto;
}
section p{
    max-width: calc(100% - 3em);
    margin: 2em auto;
}
ul li{
    font-size: 0.8em;
}
.news{
    color: white;
    background-color:yellowgreen;
    border-radius: 50%;
    padding: 10px;
}

.top{
    background-color: #ed6d3d;
    color: #fff;
    width: 80%;
    max-width: 100vw;
    margin: 2em auto;
    padding: 2em;
    border-radius: 3px;
}
.concept{
    background-color: white;
    color: #000;
    border-radius: 3px;
}

.tuiki{
    color: #555;
    font-size: 0.8em;
}

.service-item{
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-around;

}

.service-item section{
    width: 33%;
}
.service-item section,.service-detail section{
    border: 3px solid #ed6d3d;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}
.service-item h4{
    
}
.service-item {
    font-size: 0.6em;
    color: #555;
}
.service-detail section{
    display: flex;
    justify-content: space-between;

}
.service-detail section .left{
    width: 40%;
}
.service-detail section .right{
    width: 50%;

}
.service-detail section p{
    font-size: 0.6em;
}


    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
@media screen and ( max-width:1024px) {
    main{
        width: 100%;
        max-width: 86%;
    }
    section{
        width: 100%;
    }
    section p{
        max-width: 100%;
    margin: 2em auto;
     }
     .service-item{
    flex-wrap: wrap;
    }
}
@media screen and (max-width:768px){

    section p{
        width: 100%;
    }
    .service-item,.service-detail section{
        display: block;
    }
    .service-item section,.service-detail section .right,.service-detail section .left{
        width: 100%;
    }
}

/* .noto-sans-jp- {
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
} */
/* .murecho-<uniquifier> {
font-family: "Murecho", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
} */
/* .noto-serif-jp-<uniquifier> {
font-family: "Noto Serif JP", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
} */
