@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.2;
    color: #432;
    display: flex;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}

.home-contents {

    position:relative;
    width: 45%;
    margin-top: 1.3%;

}

.news-contents {

    position:relative;
    width: 65%;
    margin-top: 1.3%;

}









/* 記事部分 */
article {
  flex:1;
}

article img {
    margin-bottom: 0.1px;
}
article p {
  font-size: 0.6rem;
    margin-bottom: 1rem;
}

/* サイドバー */
aside {
    position: fixed;
    width: 20%;
}
.sub-menu {
    margin-bottom: 6px;
    list-style: none;
}
.sub-menu li {
  text-align: center;
  font-size: 0.6rem;

}
.sub-menu a {
    color: #432;

    display: block;
}
.sub-menu a:hover {
    color: #ff0000;
}
aside p {

}

summary {
  text-align: center;
  color: #432;
  font-size: 0.6rem;
  display: block;
  cursor: pointer;
  outline: none;

}

summary:hover {
    color: #ff0000;
}

/* Chrome、Safari */
summary::-webkit-details-marker {
  display: none;
}



/* フッター
------------------------------- */
footer {
    background: #432;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #ff0000;
    font-size: 0.875rem;
}

.insta-logo {
    list-style: none;
    position: fixed;
    width: 20px;
     bottom: 25px; /*下に固定*/
     left: 25px;

}

.CV{

  text-align:left;
}

/* モバイル版
------------------------------- */
@media (max-width: 600px) {
    .page-title {
        font-size: 2.5rem;
    }

    .page-header {
        flex-direction: column;
        align-items: center;
    }

    body{
        flex-flow: column;
    }
    iframe
    {
        flex-flow: column;
        width:100% !important;

    }

    .logo{
      width: 73%;
      text-align : center
  　　　
    }

    /* HEADER */
    .main-nav {

        font-size: 1rem;
        margin-top: 10px;
    }

    .main-nav li {
        margin: 0 20px;
    }


    /* HOME */
    .home-contents {

        position: static;
        width:72% !important;
        max-height:1px;}
    /* NEWS */
    .news-contents {
      width:100% !important;
      max-height:1px;
        flex-direction: column;
    }

    #news .page-title {
        margin-top: 30px;
    }
    article,
    aside {
        width: 100%;
    }
    aside {
      text-align: center;
        margin-top: 5px;
        position: static;
        width: 100%;
    }


    /* MENU */
    .menu-content {
        margin-top: 20%;
    }

    /* CONTACT */
    #contact .page-title {
        margin-top: 40px;
    }


}
