@charset "utf-8";
/* CSS Document */


html {
    /* ルートのフォントサイズを10pxに設定しておく */
    font-size: 62.5%;
}

body { 
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
    font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    color: #333;
    letter-spacing:0.1em;
    line-height: 1.8;
    font-size: 1.2rem;
    font-weight:500;
    background: #fffcf8;
}


a:link{color:#333}
a:visited{color:#333}
a:active{color:#333}



img {
    width: 100%;
}



a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}



div#content {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 80px;
}

#content img {
    width: 100%;
}



h1 {
    font-family: 'Hina Mincho', serif;
    text-align: center;
    font-size: 7rem;
    line-height: 1.1;
    font-weight: normal;
}

h1 span {
    font-size: 1.6rem;
    border-bottom: solid 1px;
    font-weight: 600;
}

.item-name {
    font-family: 'Shippori Mincho B1', serif;
    margin: 7.8rem 0 1rem;
    padding: 2.6rem 0;
    border-top: 0.1rem solid;
    border-bottom: 0.1rem solid;
    font-size: 2.6rem;
    font-weight: normal;
}

h3 {
    font-size: 2rem;
    line-height: 2;
    letter-spacing: 0;
    font-weight: 600;
}

p {
    font-family: 'Shippori Mincho B1', serif;
    margin: 1em 0;
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0;
}


.coordinate_item {
    font-size: 1.2rem;
}


.issues {
    text-align: center;
    font-weight: 600;
}

.number {
    text-align: right;
    font-size: 1.1em;
    font-weight: 600;
}

dt {
    float: left;
    line-height: 1;
    border-right: solid 1px;
    padding-right: 0.5em;
}

dd {
    float: left;
    line-height: 1;
    padding-left: 0.5em;
    margin-right: 1.5em;
}

.block-image {
    margin: 7.2rem 0;
}

.w70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.item_link {
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 40px;
    margin: 7.2rem 0;
}

.item_link ul {
    display: flex;
    margin-bottom: 4em;
}

.item_link ul li {
    width: 40%;
    margin: 0 10% 0 0;
    float: left;
}

.item_link ul li img {
    width: 50%;
    float: left;
}

.item_link .item-name {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    border: none;
    padding: 0;
    margin: 1em;
}

.item_link h3 {
    font-size: 1.4rem;
    font-weight: 600;
    border: none;
    padding: 0;
}



.all_link {
    width: 100%;
    display: inline-block;
    margin-bottom: 2em;
}


.btn {
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    /* ボーダーの色と太さ */
    padding: 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    width: 100%;
}


.btn span {
    position: relative;
    z-index: 3;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
}

.btn:hover span {
    color: #fff;
}

.all_link a:hover {
    opacity: 1;
}


/*== 背景が流れる（下から上） */
.bgbottom:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #333;
    /*背景色*/
    width: 100%;
    height: 0;
    /*アニメーション*/
    transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

/*hoverした際の形状*/
.bgbottom:hover:before {
    height: 100%;
    background-color: #333;
}









dl.item_tag {
    width: 100%;
    display: inline-block;
}

.shopping_link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em 2em;
    width: 100%;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #cccccc;
    transition: 0.3s;
}

.shopping_link a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333333;
    border-right: 3px solid #333333;
    transform: rotate(45deg);
}

.shopping_link a:hover {
    text-decoration: none;
    background-color: #bbbbbb;
}



.back_number {
    display: inline-block;
    width: 100%;
    background-color: #efeff1;
}

.back_number .item-name {
    text-align: center;
    border: none;
    margin: 2em 0;
    padding: 0;
}

@media (max-width:1023px) {
    body {
        letter-spacing: 0.1em;
        line-height: 1.8;
        font-size: 1rem;
        font-weight: 500;
    }

    div#content {
        width: 100%;
        margin: 0 auto;
        padding-top: 40px;
    }

    h1 {
        font-size: 5em;
        line-height: 1.2;
    }

    h1 span {
        font-size: 1.4rem;
    }

    .issues {
        margin-top: 0;
    }

    .item-name {
        font-size: 2.1rem;
        width: 92%;
        margin: auto;
    }

    h3 {
        font-size: 1.6rem;
        padding: 0 4%;
    }

    h4 {
        padding: 0 4%;
    }

    p {
        text-align: justify;
        padding: 0 4%;
        font-size: 1.4rem;
    }
	
	.coordinate_item {
    font-size: 1rem;
}

    ul {
        padding: 0 4%;
    }

    .number {
        text-align: center;
        font-size: 1rem;
        font-weight: 600;
    }

    .block-image {
        margin: 5rem auto;
        width: 96%;
    }

    .w70 {
        width: 85%;
    }

    dl.item_tag {
        width: 94%;
        margin: 1em 3%;
        padding: 0 2%;
    }

    .item_link {
        width: 94%;
        padding: 0;
        margin: 7.2rem auto;
    }

    .item_link ul li {
        width: 50%;
        margin: 0 5% 0 0;
        float: left;
    }

    .item_link h3 {
        font-weight: 600;
        border: none;
        padding: 0;
    }

    .item_link h4 {
        font-size: 1.2rem;
        padding: 0;
        margin: 0;
    }

    .item_link p {
        font-size: 1.3rem;
        padding: 0;
        margin: 1em 0;
    }

    .shopping_link a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 0.5em 1em;
        width: 100%;
        color: #333;
        font-size: 13px;
        font-weight: 700;
        background-color: #cccccc;
        transition: 0.3s;
    }

    .item_link ul {
        display: flex;
        margin: 3em 0;
    }




}

/* fadeUp */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.block-image {
    opacity: 0;
}

footer {
    text-align: center;
    padding: 2em;
}




/* --------------------

    index

-------------------- */

.intro.index {
    margin-bottom: 8rem;
}

.intro__text {
    max-width: 800px;
    margin: auto;
}



.PostsWrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
	margin: 0 auto;
}
.postList a:hover {
    opacity: 0.7;
    transition: .2s;
}


.postList {
    width: 33%;
    margin-bottom: 8rem;
}

.postListItem {
    display: flex;
	 flex-direction: column;
}




.postListItem__head h2.title {
    font-family: 'Shippori Mincho B1', serif;
    line-height: 1.45;
    border: 0;
    padding: 0;
    margin: 1rem 0 .8rem 0;
    font-size: 2.2rem;
	flex-grow: 1;
}

.postListItem__head span.title__num {
    font-size: 2.2rem;
    margin-right: 0.1em;
}

.postListItem__head .date {
    font-family: 'Shippori Mincho B1', serif;
    margin: 0;
    font-weight: 600;
    font-size: 1em;
}

.postListItem__head .description {
    margin: 1rem 0 2.4rem 0;
    font-weight: normal;
    font-size: 1.45rem;
    flex-grow: 1;
}

.postListItem__body {}

.postListItem__head .detail {
    font-family: 'Shippori Mincho B1', serif;
}


.detail .arrow {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 8em;
    height: 0.05em;
    background: currentColor;
    margin-right: .5em;
    /*transition: ease-in-out.5s;*/
}

.detail .arrow::before {
    content: '';
    width: 0.55em;
    height: 0.55em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}


@media screen and (min-width:1024px) {


    .postListItem {
        padding: .8rem 0 .8rem 2.4rem;
    }

}


@media screen and (max-width: 1023px) {

    .postList {
        margin-bottom: 4rem;
    }


    .postListItem {
        display: block;
        padding: 0 4%;
    }

    .postListItem__head .date {

        padding: 0;
        margin: 0;
    }

    .postListItem__head .description {
        padding: 2rem 0;
        margin: 0;
    }

    .postListItem__head .detail {
        margin-bottom: 2.4rem;
    }

    .all_link {
        padding: 0 4%;
    }


}


@media screen and (max-width: 700px) {
  .PostsWrapper  {
    flex-direction: column;
  }


.postList {
    width: 100%;
    margin-bottom: 5rem;
}

.postListItem {
    display: flex;
	flex-wrap: wrap-reverse;
}


.postListItem__head h2.title {
    margin: 1.2rem 0 .8rem 0;
    font-size: 2rem;
    flex-grow: 1;
}

.postListItem__head .description {
    padding: 1rem 0;
    margin: 0;
	font-size: 1.4rem;
}

}




/*--------------------
    ページ送り
--------------------*/



.next_previous {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 4rem 0 ;
    padding: 2rem 0;
}

.next_previous__item {
    font-size: 1.4rem;
}

.next_previous__item a {
    display: block;
}


.previous {
    border-right: 1px solid #000;
    padding: 2.4rem 1.6rem 2.4rem 0;
}

.next {
    text-align: right;
    padding: 2.4rem 0 2.4rem 1.6rem;
}


.previous .arrow {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 2em;
    height: 0.05em;
    background: currentColor;
    margin-right: .5em;
}

.previous .arrow::before {
    content: '';
    width: 0.55em;
    height: 0.55em;
    border: 0.1em solid currentColor;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top left;
    position: absolute;
    top: 50%;
    left: -0.05em;
    box-sizing: border-box;
}

.next .arrow {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 2em;
    height: 0.05em;
    background: currentColor;
    margin-left: .5em;
}

.next .arrow::before {
    content: '';
    width: 0.55em;
    height: 0.55em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}





@media screen and (max-width: 1023px) {

    .next_previous {
        display: block;
        margin: 0 4%;
    }


    .previous {
        padding: 1.6rem 0;
        border-right: 0;
    }

    .next {
        padding: 1.6rem 0;
    }


    .previous a + .next {
        border-top: 1px solid #000;
    }


}





/*--- clearfix---*/

.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
 *zoom: 1;
}