 p
{
    font-size: 16px;
    letter-spacing: 0.7px;
    line-height: 28px;
}

 h2
{
    font-size: 36px;
}

h3
{
    font-size: 30px;
    margin: 5px auto 10px;
    text-align: left;
    font-weight: 400;
}

 main {
    background-color: #F6F1D6;
    padding: 90px 30px 30px;
}

 div.contents {
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 2.5%;
    text-align: center;
}

 div.contents > div
{
    margin: 60px auto;
    max-width: 800px;
}



 .about_block
{
    text-align: left;
}

.about_block#ryoma
{
    margin: 60px auto 0;
}

.about_block#terrece
{
    margin: 0 auto 60px;
    padding: 60px 0 0;
}

 .about_block_inner
{
    display: flex;
}

 .about_block_inner > *
{
    width: 50%;
}

 .about_block_inner > p
{
    text-align: left;
}


 .about_block_inner > span
{
    display: inline-block;
    height: 0;
    margin-left: 20px;
    padding-top: calc((50% - 20px) * 0.64);
    position: relative;
}

 .about_block_inner > span > img
{
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
}

#terrece .about_block_inner > span > img
{
    top: -45px;
}

 .circles_block
{
    display: flex;
}

 .circle
{
    margin: auto;
    padding-top: calc(25% - 20px);
    position: relative;
    width: calc(25% - 20px);
}

 .circle span
{
    position: absolute;
}

 /* .circle .c-bgcolor
{
    background-color: #eee;
    border-radius: 50%;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

 .circle:first-of-type .c-bgcolor
{
    background-color: #E85298;
}

 .circle:nth-of-type(2) .c-bgcolor
{
    background-color: #8FC31F;
}

 .circle:nth-of-type(3) .c-bgcolor
{
    background-color: #00A0E9;
}

 .circle:last-of-type .c-bgcolor
{
    background-color: #F39800;
} */

 /* .circle .c-text
{
    color: #fff;
    font-size: 3rem;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
} */

 div.contents > .map
{
    margin-top: 80px;
}

 .map img
{
    max-width: 100%;
}







.sp_style  div.contents
{
    padding: 5% 2.5%;
}

.sp_style h2
{
    font-size: 2.8rem;
}

.sp_style h3
{
    font-size: 2rem;
    margin: 5px 0;
}

.sp_style div.contents > div
{
    margin: 40px auto;
}

.sp_style .about_block#ryoma
{
    margin: 40px auto 0;
}

.sp_style .about_block#terrece
{
    margin: 0 auto 40px;
    padding: 40px 0 0;
}

.sp_style div.contents > div:first-of-type
{
    margin-top: 30px;
}

.sp_style .about_block_inner
{
    display: block;
}

.sp_style .about_block_inner > *
{
    width: 100%;
}

.sp_style .about_block_inner > span
{
    margin-left: 0;
    margin-top: 10px;
    padding-top: calc(100% * 0.64);
}

.sp_style #terrece .about_block_inner > span > img
{
    top: 0;
}

.sp_style .circles_block
{
    flex-wrap: wrap;
}

.sp_style .circle
{
    margin: 10px auto;
    padding-top: calc(50% - 20px);
    width: calc(50% - 20px);
}

.sp_style .circle .c-text
{
    font-size: 2rem;
}