body {
    background-color: darkolivegreen; /*背景の色*/
    color: antiquewhite; /*全体の文字の色*/
    box-sizing: border-box; /*ボックス型に修正する*/
    text-align: center; /*文字を中央に寄せる*/
}

/*ハンバーガーメニュー*/
.menu-btn {
    position: fixed;
    top: 0;
    right: 30px;
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: yellowgreen;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;
}

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}

.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

/*.menu-trigger,*/
/*.menu-triger span{*/
/*    display: inline-block;*/
/*    transition: all .4s;*/
/*    box-sizing: border-box;*/
/*}*/
/*.menu-trigger{*/
/*    position:relative;*/
/*    width:50px;*/
/*    height: 44px;*/
/*    background:none;*/
/*}*/
.sub-menu li a span:hover {
    color: yellowgreen;

}

.menu {
    position: fixed;
    top: 20px;
    padding-left: 300px;
    right: 30px;
    width: 100%;
    z-index: 1001;
    /*background-color: indianred;*/
    overflow: hidden;
}

.menu ul li {
    display: inline-block;
    width: calc(30px);
    margin: 0;
    /*vertical-align: middle;*/
    /*text-align: center;*/
}

/*.menu p .last {*/
/*    float: right;*/
/*}*/
.headline {
    position: relative;
    padding: 1.5rem 1.5rem calc(1.5rem + 10px);
    border: 2px solid #000;
}

.headline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    border-top: 2px solid #000;
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/*.movie iframe {*/
/*    width: 100%;*/
/*    padding-bottom: 50px;*/
/*}*/

#siteTitle {
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Lobster', cursive;
    text-shadow: 0 0 5px orange,
    0 0 13px cadetblue,
    0 0 13px cadetblue,
    0 0 13px cadetblue,
    0 0 13px cadetblue;

    padding: 0.5em 1em;
    margin-bottom: 2em;
    position: relative;
    box-shadow: 0 0 0 5px #f0d8e8;
    border: dashed 2px #ffffff;
    background: radial-gradient(closest-side, #fff, black)

}

#siteTitle:after {
    position: absolute;
    content: "";
    top: -7px;
    left: -7px;
    border-width: 0 0 20px 20px;
    border-style: dashed;
    border-color: #fff #fff #dec8d6;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.sns {
    list-style: none;
}

.sns-menu {
    list-style: none;

}
.picture-C img{
    width:75%;
    padding-bottom:30px;

}
#kokuchi{
    font-weight:bold;
    font-size:45px;
    color:indianred;
}
.picture-w img {
    padding-bottom: 20px;
}
.pic-w img{
    width:100%;
}

.contents {
    font-size: 30px;
}

#catchcopy {
    font-size: 30px;
    font-style: italic;
    font-weight: bold;

}

/*    border-width: 1px 0;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    width: 245px;*/
/*    float: left;*/

/*}*/


/*}*/
/*a{color:darkorange;}*/
/*a:hover{color:blue;}*/

/*.figure {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    justify-content: space-between;*/
/*}*/
/*}*/
ul.figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.figure li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

/*@media(min-width: 320px){*/
/*    ul.figure li{*/
/*        width: 300px;*/
/*    }*/
/*}*/
.text {
    list-style: none;
}

menu.sns-menu {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: flex;

}

menu.sns-menu ul {
    list-style: none;
    display: flex;
    flex-wrap:wrap;


}
.moyorieki{
    color: indianred;
}
/*.button a img{*/
/*    display:block;*/
/*    padding:0;*/
/*    vertical-align:center;*/

    /*margin:auto 0;*/

/*}*/
/*@media(min-width: 320px){*/
/*    .sns-menu ul {*/

/*        display:flex;*/
/*        flex-wrap:wrap;*/

/*    }*/
/*}*/
.menu.sns-menu ul li {
    margin-right: 20px;
}

menu.sns-menu ul li:last-child {
    margin-right: 0;
}

menu.top-menu {
    font-size: 0;
}

menu.top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-bottom: 20px;
}

menu.top-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: calc(100% / 4);
    font-size: 16px;
}

/*!*iPad版で絵の大きさ調節*!*/
/*@media (min-width: 600px) {*/
/*    .movie iframe {*/
/*        width: 100%;*/
/*        padding-bottom: 50px;*/
/*    }*/
/*}*/

@media (min-width: 600px) {
    ul.figure li {
        width: 300px;
        height: 300px;
    }
}
    /*.movie iframe {*/
    /*    width: 100%;*/
    /*    padding-bottom: 50px;*/
    /*}*/


/*デスクトップ版で絵の大きさ調節*/

@media (min-width: 1000px) {
    ul.figure li {
        width: 300px;
        height: 300px;
    }
}
    /*.movie iframe {*/
    /*    width: 100%;*/
    /*    padding-bottom: 50px;*/
    /*}*/

@media (min-width: 600px) {
    ul.figure li {
        width: 300px;
        height: 300px;
    }
}
/*@media(min-width: 600px){*/
/*    #siteTitle{*/
/*        width:250px;*/
/*        height:250px;*/
/*        text-align:center;*/

/*    }*/
/*}*/
/*スマホ版で絵の大きさ調節*/
ul.figure li .pic {
    width: 100%;
}

/*スマホ版で絵の大きさ調節*/
ul.figure li .pic img {
    max-width: 100%;
}




/*ipad対応*/

@media (min-width: 600px) {
    ul.figure li img {
        width: 422px;
        height: 300px;
    }
}

/*デスクトップ対応*/

@media (min-width: 1000px) {
    ul.figure li img {
        width: 422px;
        height: 300px;
    }
}

/*ページフット*/
#pageFoot {
    border-top: solid 1px #CCCCCC;
    margin-top: 15px;
}

/*コピーライト*/
#copyright small {
    font-size: 12px;
    line-height: 1.5;
}

