@charset "UTF-8";

/*-------------------------
ブルーベリーシロップ漬けコンテスト2017年用のスタイルシート
---------------------------*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
    word-wrap: break-word;
}
body {
    margin: 0;
    padding: 0;
    background: url(/images/blueberrysyrup2017/contents-bk.png);

    letter-spacing: 1px;
}
h1,h2,h3,h4,h5{
    margin:0;
    padding:0;
    font-size: 100%;
}

.insta-dummy img {
    width: 100%;
    margin-bottom: 10px;

}

.br-sp {
    display: block;
}

 .br_pc{
        display: none;
    }

.p-main-visual {
    height: 60%;
    background: url(/images/blueberrysyrup2017/main-visual.jpg) no-repeat center;
    z-index: 1;
    background-size: 150%;
}

.main-visual-logo {

    width: 100%;
}

.main-visual-logo img {
    width: 100%;
    margin-top: 5%;
}


.l-wrapper {
    padding: 15px;
}

.l-header {
    z-index: 10;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.l-header .inner {
    text-align: center;
    padding: 0;
}

.main-logo {
    margin: 10px auto;
    height: 40px;
}

.l-nav {}

.l-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-nav ul li {
    /*background: url(/images/blueberrysyrup2017/nav-bk.png) no-repeat;
		background-size: 100%;*/
    color: #fff;
    width: 48%;
    font-size: 90%;
    margin-bottom: 10px;

    text-align: center;
    border-radius: 6px;
}

.l-nav ul li a {
    color: #fff;
    text-decoration: none;
}

.l-nav ul li img {
    width: 100%;
}

.p-heading__big {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
    background: url(/images/blueberrysyrup2017/border-bottom.png)repeat-x bottom;
    padding-bottom: 20px;
}

.p-contents {
    margin-bottom: 80px;
}

.p-contents__box .inner p {
        /*width: 550px;*/
        line-height: 2;
    }

.p-contents__img {
    width: 100%;
}

.p-contents__img p {
    line-height: 1.3!important;
    font-size: 80%;
}

.cont-img {
    width: 100%;
}

.p-contents__img img {
    width: 100%;
}
.p-contents__img a{
    transition: .3s;
}
.p-contents__img a:hover{
    opacity: 0.7;
}

.p-howto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-howto img {
    width: 100%;
}

.p-howto__box {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.delta-insta-button a {
    display: block;
    padding: 15px;
    border-radius: 5px;
    background: #094724;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    text-decoration: none;
    transition: .3s;
    font-size: 90%;
}

.delta-insta-button a:hover {
    opacity: 0.7;
}


.p-howto__app-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-howto__app-button a {
    width: 46%;
}

.p-button__submit a,
.p-button__view-post {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px;
    border-radius: 6px;
    background: #094724;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 3px;
    text-decoration: none;
    display: block;
}


    .p-button__submit a:hover,
    .p-button__submit:hover {
        opacity: 0.8;
    }
    .p-hashtag-copy-box{
        padding: 10px;
        border:1px solid #ddd;
        background:#fff;
        font-size: 12px;
        margin-top: 20px;
    }
    .p-hashtag-copy-box p{
        color:#555;
        padding:0;
        margin:0;
    }
    .p-btn-hashtag {
        width:100%;
        padding: 10px;
        background: #094724;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        transition: .3s;
        border:none;
        margin-top:10px;
        cursor: pointer;
    }

.lead-text {
    text-align: center;
    line-height: 2;
    margin-bottom: 100px;
    font-weight: bold;
    font-size: 90%;
}

.p-contents__aboutpost {
    line-height: 2;

}

.p-aboutpost__tit {
    font-size: 110%;
    border-bottom:2px dashed #fff;
}

.l-wrapper .p-contents__aboutpost .inner {
    width: 100%;
}

.p-contents__aboutpost p {
    text-align: center;

}

.p-contents__aboutpost dl {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-contents__aboutpost dl dt {
    width: 25%;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
}

.p-contents__aboutpost dl dd {
    margin: 0;
    width: 65%;
    margin-bottom: 10px;
}



.kiyaku ul {
    margin: 20px 0;

}

.kiyaku ul li {
    margin-bottom: 10px;
}

/* アコーディオン */

.ac-container {
    width: auto;
    margin: 30px auto;
    letter-spacing: 2px;
}

.ac-container label {
    width: 100%;
    text-align: center;
    background: #094724;
    color: #fff;
    margin: auto;
    padding: 20px 0;
    position: relative;
    display: block;

    cursor: pointer;
}

.ac-container label:hover {
    background: rgba( 255, 155, 155, 0.55);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ac-container label:after {
    font-family: "FontAwesome";
    content: "\f107";
}

.ac-container input:checked ~ label::after {
    font-family: "FontAwesome";
    content: "\f106";
}

.ac-container input {
    display: none;
}

.ac-container div {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container input:checked ~ div {
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.ac-container div p {
    line-height: 23px;
    font-size: 16px;
    padding: 20px;
    font-weight: bold;
}

footer {
    background: #fff;
    padding: 40px;
    text-align: center;
}


/* 高さの定義 */

.ac-container input:checked ~ div.ac-small {
    height: 1800px;
    padding: 0 10px 0 0;
    font-size: 90%;
}

.ac-container input:checked ~ div.ac-medium {
    height: 200px;
}

.ac-container input:checked ~ div.ac-large {
    height: 300px;
}

.other_bbs {
    max-width: 400px;
    width: 100%;
    margin-bottom: 20px;
}

.nutsberry-link {
    margin: 20px auto;
    width: 100%;
    display: block;
    transition: .3s;
}
.nutsberry-link:hover{
    opacity: 0.7;
}
.nutsberry-link img{
    width:100%;
}
.present-heading{
    font-size: 120%;
    font-weight: bold;
    border-bottom : 2px dashed #fff;
}
.p-present-heading02{
    font-size: 130%;
    font-weight: bold;
    border-bottom : 2px dashed #fff;
    padding-bottom: 10px;
    text-align: center;
}
.p-present-heading03{
    font-size: 100%;
    font-weight: bold;
  margin:20px 0;
    text-align: center;
}
.p-present-heading04{
    text-align: center;
}
.font-small {
    font-size: 80%;
}
.p-aboutpost__tit {
        border-bottom: 2px dashed #fff;
    }
.p-contents__box03 .inner.inner-three-col ul{
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin:0;
        padding:0;
        list-style: none;
    }
    .p-contents__box03 .inner.inner-three-col ul li{
        width: 45%;
        margin-bottom: 40px;
    }
    .p-contents__box03 .inner.inner-three-col ul li img{
        width: 100%;
    }
    .p-contents__box03 .inner.inner-two-col ul{
        text-align: center;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin:0;
        padding:0;
        list-style: none;
        width: 100%;
    }
    
    .p-contents__box03 .inner.inner-two-col ul li img{
        width: 100%;
    }
    .p-present__comment{
    padding: 20px;
    border: 2px solid #fff;
}
    .p-contents__box03 .inner {
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 60px 0;
        flex-direction: column-reverse;
    }
.p-contents__box03 .inner.inner-two-col ul li{
        width: 100%;
        margin-bottom: 40px;
    }
.p-contents__box03 .inner.inner-three-col ul li p{
    font-size: 90%;
    line-height: 1.5;
}
.p-contents__box03 .inner.inner-three-col ul li p:after{
        content:"さん";
        display: inline-block;
    font-size: 90%;
}
.p-present-name a{
    text-decoration: none;
    color: #000;
}
 .p-contents__box03 .inner.inner-three-col ul li a{
        transition: .3s;
        text-decoration: none;
        color: #000;
}
    .p-contents__box03 .inner.inner-three-col ul li a:hover{
       opacity: 0.6;
}


@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768px～1024pxの間*/
}

@media screen and (min-width:1024px) {

    /* 高さの定義 */
    .ac-container input:checked ~ div.ac-small {
        height: 950px;
        padding: 40px;
    }

    .lead-text {
        text-align: center;
        line-height: 2;
        margin-bottom: 100px;
        font-weight: bold;
        font-size: 100%;
    }


    .l-wrapper {
        padding: 0;
    }

    .l-header .inner {
        width: 1000px;
        margin: 0 auto;
    }
    .l-wrapper .inner {
        width: 1000px;
        margin: 0 auto;
    }
    .main-logo {
    margin: 15px auto;
    height: 54px;
}
    .l-nav {
        margin-bottom: 70px;
        margin-top: -124px;
    }
    .l-nav ul {
        padding: 20px 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .l-nav ul li {
        /*background: url(/images/blueberrysyrup2017/nav-bk.png) no-repeat;
		background-size: 100%;*/
        color: #fff;
        width: 241px;
        margin-bottom: 10px;
        padding-top: 32px;
        text-align: center;
        border-radius: 6px;
        font-size: 100%;
    }

    .l-nav ul li a {
        color: #fff;
        text-decoration: none;
    }

    .p-contents {
        margin-bottom: 140px;
    }
    .p-main-visual {
        box-shadow: 0 4px 30px 5px rgba(0, 0, 0, 0.4) inset;
        height: 650px;
        background: url(/images/blueberrysyrup2017/main-visual.jpg) no-repeat center;
        background-size: 100%;

    }
    .p-main-visual .inner {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
    }
    .main-visual-logo {
        position: absolute;
        right: 0;
        top: 50px;
    }
    .main-visual-logo {

        width: auto;
    }
    .main-visual-logo img {
        width: 100%;
        margin-top: 5%;
    }

    .p-heading__big {
        font-size: 200%;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center;
        background: url(/images/blueberrysyrup2017/border-bottom.png)repeat-x bottom;
        padding-bottom: 20px;
    }

    .p-contents__box .inner {
        text-align: center;
    }
    .p-contents__box02 .inner {
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .p-contents__box03 .inner {
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 40px 0;
        flex-direction: row;
    }
    .p-contents__box03 .inner.inner-two-col ul li{
        width: 40%;
        margin-bottom: 40px;
    }
    
    .p-contents__box02 .inner p {
        text-align: left;
    }
    .p-contents__box .inner p {
        line-height: 2.5;
    }

    .p-present__comment p{
    line-height: 1.8!important;
}
    .p-present-name {
    font-size: 1.5em;
    font-weight: bold;
}
    .cont-img {
        width: 100%;
        max-width: 800px;
    }
    .p-howto {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .p-howto__box {
        width: 43%;
        margin-bottom: 40px;
        padding: 20px;
        text-align: center;
    }
    .p-howto__box img {
        width: 100%;
    }
    .p-contents__img {
        width: 400px;
    }
    .p-contents__text-box {
    width: 56%;
}
    .p-button__submit a,
    .p-button__submit a {
        width: 450px;
        margin: 0 auto;
        padding: 20px;
        border-radius: 6px;
        background: #094724;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        transition: .3s;
    }


    .p-button__submit a:hover,
    .p-button__submit:hover {
        opacity: 0.8;
    }
    .p-hashtag-copy-box{
        padding: 10px;
        border:1px solid #ddd;
        background:#fff;
        font-size: 12px;
        width: 60%;
        margin: 20px auto 10px auto;
        text-align: center;
    }
    .p-hashtag-copy-box p{
        color:#555;
        padding:0;
        margin:0;
    }
    .p-btn-hashtag {
        width: 280px;
        padding: 10px;
        background: #094724;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        transition: .3s;
        border:none;
        margin-top:0;
        cursor: pointer;
    }
    .p-button__view-post {
        width: 450px;
        margin: 20px auto 20px auto;
        padding: 20px;
        border-radius: 6px;
        background: #094724;
        color: #fff;
        border-radius: 3px;
        text-align: center
    }

    .ac-container label {
        width: 450px;
        text-align: center;
        background: #094724;
        color: #fff;
        margin: 0 auto 20px auto;
        padding: 20px 5px;
        position: relative;
        display: block;
        border-radius: 6px;
        background: #094724;
        color: #fff;
        cursor: pointer;
    }

    .p-contents__aboutpost {
        line-height: 2;

    }

    .p-aboutpost__tit {
        font-size: 110%;
        border-bottom: 2px dashed #fff;
    }
    .l-wrapper .p-contents__aboutpost .inner {
        width: 600px;
    }
    .p-contents__aboutpost p {
        text-align: center;

    }
    .p-contents__aboutpost dl {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .p-contents__aboutpost dl dt {
        width: 16%;
        padding: 0 10px;
        background-color: rgba(255, 255, 255, 0.5);
        margin-bottom: 10px;
        text-align: right;
        font-weight: normal;
    }
    .p-contents__aboutpost dl dd {
        margin: 0;
        width: 75%;
        margin-bottom: 10px;
    }

    .br-sp {
        display: none;
    }
    .br_pc{
        display: block;
    }
    .insta-dummy {
        text-align: center;
    }
    
    .instabox, .instabox iframe{
        height:1000px;
    }
    .other_bbs {
    max-width: 400px;
    width: 100%;
}
    .nutsberry-link {
    margin: 0 auto;
    width: 604px;
}

    .p-contents__box03 .inner.inner-three-col ul li{
        width: 30%;
        margin-bottom: 40px;
    }
    .p-contents__box03 .inner.inner-three-col ul li p{
        line-height: 1.7;
    }
    .p-contents__box03 .inner.inner-three-col ul li p:after{
        content:"さん";
        display: inline-block;
    }
    .p-contents__box03 .inner.inner-three-col ul li a{
        transition: .3s;
        text-decoration: none;
        color: #000;
    }
    .p-contents__box03 .inner.inner-three-col ul li a:hover{
       opacity: 0.6;
    }

}
