@charset "UTF-8";
/*
    Theme Name: このめコーポレートサイト
    Theme URL : https://konome.co.jp/
    Description : 2022/10/24
    Author: Yuki Noguchi
    Version : 2
*/

body, header, footer{
    font-size: 16px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

h1, h2, h3, h4, h5, p, li, a, span {
    color: #6E5F64;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

h2 {
    font-size: 22px !important;
}
h3{
    font-size:18px;
}
img{ max-width:100%; }

a:hover {
    transition: .5s;
    opacity: .8;
}

#content {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-size: cover !important;

    background: linear-gradient(180deg, #FFFDFD 0%, #FFE3E8 100%);
    /* Primary */
    border-width: 3px 3px 3px 0px;
    border-style: solid;
    border-color: #D84D83;


}

#content-wrap {
    z-index: 100;
    height: calc(100vh - 80px);
    overflow: auto;
    border-radius: 15px 15px 0px 0px;
    border: 5px solid #ffffff;
    margin-top: 80px;

    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);


}

.content-left {
    width: 50%;
    padding-left: 75px;
    padding-right: 75px;
}

.content-right {
    width: 50%;
    height: 100vh;
}

.text-primary {
    color: #E7025B;
}

.detail-link a {
    /*text-decoration: underline;*/
    color: #6E5F64;
}

.news-post-tag {
    font-size: .8rem;
    font-weight: bold;
    margin-left: 5px;
    background: #E5668530;
    color: #E56685;
    border-radius: 5px;
}

#sidebar{
    text-align: center;
}


.side-contents {
    height: 100vh;

    display: flex;
    justify-content: center; /* 要素を縦方向に中央揃え */
    align-items: center;

    color: #E56685;
    padding: 0px 30px 0 77px;
    z-index: 100;

    margin-right: auto;
    margin-bottom: 85px;
}

.side-li {
    padding: 10px 0;
}

.side-li ul li {
    padding: 10px 0;
}

.side-li a {
    color: #E56685;
}

.side-arch {
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.arch {
  width: 50px;
  height: 100%;


}


footer{
    background-color: #222;
}

footer p{
    padding:15px 0;
    color: white;
}

@media (max-width: 650px) {
    #content {
        display: block;
        padding-left: 0px;
        border: 0px;
    }

    #content-wrap {
        margin: 0 auto;
        width: 100%;
        height: 100vh;
        overflow: auto;
        border: none;
        border-radius: 0;
    }

    .content-left {
        width: 100%;
        padding: 0px;
    }

    .content-right {
        width: 0px;
    }

    .side-contents {
        display: none;
    }

    .side-arch {
        display: none;
    }
}
