@charset "UTF-8";


body {
  background-color: #EFEBE5;
}

header {
    background-color: #EFEBE5;
}


/* --------------------------------
 * item
 * -------------------------------- */
#mnsry_container {
    margin: 0 auto;
    width: 100%;
}

.mnsry_innerContainer {
    margin: 0 auto;
    width: 98%;
}


.item {
    margin:0 auto .4rem;
    padding: 15px;
    padding-bottom: 10px;
    border-radius: .2rem;
    background-color: #fff;
}


.item .image {
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.item .chapter_title {
    margin: 0 0 .8rem;
    line-height: 1.8;
    font-weight: bold;
    font-size: 1.25rem;
    color: #333;
}

.catWrap {
    margin-bottom:.8rem;
}

.catWrap span {
    font-family: "Trebuchet MS", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
    border-radius:.2rem;
    display:linline-block;
    padding: .3rem .8rem .2rem;
    margin-right:.8rem;
}

.catWrap span.cat {
    border: 1px solid #666;
    color: #666;
}

.catWrap span.new {
    border: 1px solid #c00;
    background-color: #c00;
    color: #fff;
}

.item .description {
    line-height: 1.8;
    color: #333;
}



.item .chapter_title {
    font-weight: bold;
    color: #333;
    line-height: 1.6;
}


.item-s .chapter_title {
    margin:0 0 .8rem 0;
    font-size: 1.2rem;
}

.item-ml .chapter_title,
.item-l .chapter_title {
    font-size: 1.6rem;
}

.item-m .chapter_title {
    line-height: 1.5;
    font-size: 1.4rem;
}


.item-s {
    width: 180px;
}


.item-m {
    width: 364px;
}


.item-l {
    width: 732px;
}


.item-ml {
    width: 732px;
}


.sp {
    display:none;
}

@media (max-width: 480px) {
    .item,
    .item-s,
    .item-m,
    .item-l,
    .item-ml {
        width: 100%;
    }

    h1 {
        width: 300px;
        margin: 0 auto ;
    }

    .sp {
        display:block;
    }


    .title_logo {
        width: 100%;
        padding: 6rem 0 2rem;
    }

    .title_logo img {
        width: 200px;
        margin: 0 auto;
        display: block;
    }

}



/* --------------------------------
 * header
 * -------------------------------- */
.header {
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.button-area {
    vertical-align: top;
    line-height: 3rem;
    font-size: 1.35rem;
}

.title_logo {
    width: 100%;
    padding: 9rem 0 4rem;
}

.title_logo img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.title_description {
    margin: 0 auto 6rem;
}

.title_description p {
    text-align: center;
    margin: 0 auto;
    font-size: 1.55rem;
    line-height: 2.85rem;
    letter-spacing: 0.2rem;
    font-weight: normal;
    font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}




/*----------------------
  ホバー
----------------------*/
.item {
    overflow: hidden;
}



/* --------------------- footer --------------------- */
footer {
    background-color: #bcb6af;
}



/* -------------------- pagetop -------------------- */

/* ページの上部へ　右下固定版 */

#pagetop--fixed {
  position: fixed;
  bottom: 10vh;
  right: 1vw;
  background: #222;
  opacity: 0.7;
  border-radius: .2rem;
}

#pagetop--fixed a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#pagetop--fixed a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: auto;
  text-align: center;
  line-height:2;
}

