/* CSS Document */


/*────────────────────────── 農林水産体験レポ（一覧） ──*/

#report {}

#report h1 {
    font-size: 230%;
    font-weight: 600;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 50px;
}

#report h1 img {
    margin: 0 auto 20px;
}

#report .fv {}

#report .fv dl {
    position: relative;
}

#report .fv dl dt,
#report .fv dl dd {
    position: absolute;
}

#report .fv dl.report {
    width: 717px;
    height: 200px;
    float: left;
}

#report .fv dl.report dt {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#report .fv dl.season {
    width: 354px;
    height: 96px;
    float: right;
}

#report .fv dl.season dt {
    top: 0;
    left: 0;
}

#report .fv dl.season dd {
    width: 238px;
    height: 96px;
    right: 0;
}

#report .fv dl.season dd:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
}

#report .fv dl.season dd img {
    float: left;
    width: 116px;
    height: 46px;
    object-fit: cover;
    margin: 0 0 3px 3px;
}

#report .fv dl.professional {
    width: 354px;
    height: 96px;
    float: right;
    margin-bottom: 8px;
}

#report .fv dl.professional dt {
    top: 0;
    right: 0;
}

#report .fv dl.professional dd {
    width: 235px;
    height: 96px;
    left: 0;
}

#report .fv dl.professional dd:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
}

#report.top .pagination {
    text-align: center;
    padding-top: 70px;
    position: relative;
}

#report.top .pagination:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-left: 1px solid #726256;
    width: 1px;
    height: 50px;
}

#report.top .pagination ul li {
    display: inline-block;
}

#report.top .pagination ul li a {
    display: block;
    border: 1px solid #726256;
    border-radius: 3px;
    width: 28px;
    height: 28px;
    padding-top: 4px;
    margin: 0 5px;
    box-sizing: border-box;
}

#report.top .pagination ul li a:hover {
    background: #726256;
}

#report.top .pagination ul li.active a {
    background: #726256;
    color: #fff;
}

#report .catch {
    font-size: 115%;
    line-height: 1.8em;
    margin-top: 20px;
}

#report .category {
    margin: 80px 0;
}

#report .category li {
    display: inline-block;
    width: 224px;
    margin: 0 56px 60px 0;
    vertical-align: top;
}

#report .category li:nth-of-type(4n) {
    margin-right: 0;
}

#report .category li dl dt {
    position: relative;
}

#report .category li dl dt span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #FDFE00;
    border: 1px solid #60493E;
    border-radius: 50px;
    padding: 10px 10px 15px;
    font-size: 110%;
    font-weight: 600;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
    margin: 0;
    z-index: 2;
}

#report .category li dl dt span img {
    display: inline-block;
    margin-bottom: 5px;
}

#report .category li dl dt p img {
    width: 100%;
    border-radius: 50%;
}

#report .category li dl dd {
    letter-spacing: 1px;
}

#report .category li dl dd h3 {
    font-size: 115%;
    font-weight: 600;
    margin: 10px 0;
}

#report .category li dl dd h4 {
    font-size: 100%;
    font-weight: 600;
}

#report .category li dl dd span {
    font-size: 80%;
    letter-spacing: 0;
}

@media screen and (max-width: 736px) {
    #report .fv {}
    #report .fv dl.report {
        float: none;
        width: auto;
        height: 120px;
        overflow: hidden;
    }
    #report .fv dl.season,
    #report .fv dl.professional {
        display: none;
    }
    #report .fv dl.report dt img {
        height: 120px;
    }
    #report .fv dl.report dd {
        width: 100%;
        padding-left: 120px;
        box-sizing: border-box;
    }
    #report .fv dl.report dd img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 0 5px 5px 0;
    }
    #report .category {
        margin: 60px 0;
    }
    #report .category li {
        width: 45%;
        margin: 0 2% 10%;
    }
    #report .category li:nth-of-type(4n) {
        margin-right: auto;
    }
    #report .category li dl dt span {
        padding: 10px 5px 10px;
        font-size: 100%;
    }
    #report .category li dl dd span {
        display: block;
    }
}


/*────────────────────────── 農林水産体験レポ（詳細）──*/

#report .single.inner {
    width: 750px;
    position: relative;
    margin-top: 120px;
}

#report h1 .vol {
    margin-top: 30px;
    display: inline-block;
    background: #FDFE00;
    padding: 7px 25px;
    border-radius: 50px;
    font-size: 50%;
    font-weight: 600;
    letter-spacing: 0;
}

#report .single h1 {
    font-size: 280%;
    font-weight: 600;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: -100px;
}

#report .single article.shop {
    text-align: center;
}

#report .single article.shop h3 {
    background: url(images/i_shop.png) no-repeat left top;
    padding: 0 0 5px 35px;
    margin: 60px 0 30px;
    font-size: 100%;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom: 1px solid #796255;
    display: inline-block;
    position: relative;
}

#report .single article.shop h3::after{
  padding: 30px 40px;
border-radius: 5px;
text-align: left;
line-height: 1.4em;
}
#report .single article.shop dl.info dt {
    float: right;
    margin-left: 20px;
}
#report .single article.shop dl.info dd {
  text-align: left;
    width: 50%;
}
#report .single article.shop dl.info dt img {
    border-radius: 5px;
}
#report .single article.shop dl.info dd h4 {
    font-size: 115%;
    font-weight: 600;
    letter-spacing: 2px;
}
#report .single article.shop dl.info dd h5 {
    font-size: 80%;
    font-weight: 600;
}
#report .single article.shop dl.info dd ul {
    margin-top: 20px;
}
#report .single article.shop dl.info dd ul li {
    margin: 8px 0;
    display: flex;
}
#report .single article.shop dl.info dd ul li img {
    display: inline-block;
    margin: 4px 10px 0 0;
    height: 100%;
}
#report .single article.shop dl.info dd ul li a {
    width: 90%;
}
#report .single dl.sign {
    position: absolute;
    top: -85px;
    left: -50px;
    max-width: 750px;
}
#report .single dl.sign:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 30px;
    border-bottom: 1px solid #60493E;
}
#report .single dl.sign dt {
    background: #fff;
    text-align: center;
    border: 3px solid #60493E;
    border-width: 3px 3px 0;
    padding: 20px 45px 5px;
    position: relative;
}
#report .single dl.sign dt:before,
#report .single dl.sign dt:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 60%;
    height: 5px;
    border: 3px solid #60493E;
    bottom: -5px;
}
#report .single dl.sign dt:before {
    border-width: 0 0 0 3px;
    left: -1px;
    transform: skewX(40deg);
}
#report .single dl.sign dt:after {
    border-width: 0 3px 0 0;
    right: -1px;
    transform: skewX(-40deg);
}
#report .single dl.sign dt span img {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px 0 0;
}
#report .single dl.sign dt span {
    font-size: 90%;
    letter-spacing: 2px;
}
#report .single dl.sign dt h4 {
    display: inline-block;
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 2px;
    margin-left: 10px;
}
#report .single dl.sign dd {
    background: #fff;
    letter-spacing: 2px;
    font-size: 120%;
    text-align: center;
    border: 3px solid #60493E;
    border-width: 0 3px 3px;
    margin-top: 10px;
    padding: 10px 45px 15px;
    position: relative;
}
#report .single dl.sign dd:before,
#report .single dl.sign dd:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 60%;
    height: 5px;
    border: 3px solid #60493E;
    top: -5px;
}
#report .single dl.sign dd:before {
    border-width: 0 0 0 3px;
    left: -1px;
    transform: skewX(-40deg);
}
#report .single dl.sign dd:after {
    border-width: 0 3px 0 0;
    right: -1px;
    transform: skewX(40deg);
}
#report .single dl.sign dd span {
    letter-spacing: 0;
    margin-left: 10px;
    font-size: 90%;
    font-weight: 600;
}
#report .single article {
    margin-bottom: 60px;
    font-size: 115%;
    line-height: 1.8em;
}
#report .single article img {
    margin-bottom: 10px;
}
#report .single article h2 {
    margin: 20px 0;
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 2px;
    background: linear-gradient(transparent 10%, #FDFE00 10%);
    display: inline-block;
}
#report .single article .photo3 img {
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 10px;
    float: left;
}
#report .single article .photo3 img:first-child {
    width: 495px;
    height: 460px;
    margin-right: 10px;
}
#report .single article .photo3 img:not(:first-child) {
    width: 245px;
    height: 225px;
}
#report .single .qa {
    margin-bottom: 60px;
}
#report .single .qa .hd {
    background: #796255;
    border-radius: 10px 10px 0 0;
    text-align: center;
    padding: 30px 0 25px;
}
#report .single .qa h2 {
    color: #fff;
    text-align: center;
    font-size: 160%;
    font-weight: 600;
    letter-spacing: 5px;
}
#report .single .qa h3 {
    background: #fff;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    padding: 1px 10px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 15px;
}
#report .single .qa .in {
    background: #E4E0DD;
    border-radius: 0 0 10px 10px;
    padding: 40px 40px 10px;
}
#report .single .qa .in dl dt {
    background: url(../professional%20-%20Copy/images/i_question.png) no-repeat left top;
    min-height: 39px;
    padding: 12px 0 0 60px;
    margin-bottom: 10px;
    font-size: 120%;
    box-sizing: border-box;
}
#report .single .qa .in dl dd {
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0 0 30px 60px;
    font-size: 115%;
    font-weight: 600;
    line-height: 1.6em;
    position: relative;
}
#report .single .qa .in dl dd .face {
    position: absolute;
    top: 5px;
    left: -60px;
}
#report .single .qa .in dl dd:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: -5px;
    top: 25px;
    transform: rotate(45deg);
}
#report .single .link {
    text-align: center;
}
#report .single .link h3 {
    text-align: center;
    font-size: 130%;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 40px;
    position: relative;
}
#report .single .link h3:before,
#report .single .link h3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
}
#report .single .link h3:before {
    width: 22px;
    border: 14px solid transparent;
    border-left: 10px solid #796255;
    transform: rotate(90deg);
    bottom: -60px;
}
#report .single .link h3:after {
    width: 12px;
    height: 15px;
    background: #796255;
}
#report .single .link a {
    display: inline-block;
    font-size: 130%;
    font-weight: 600;
    letter-spacing: 2px;
    border: 2px solid #796255;
    border-radius: 50px;
    padding: 20px 30px;
    box-shadow: 3px 3px 0 #796255;
}
#report .single .link a:hover {
    color: #796255;
    background: #FDFE00;
}
@media screen and (max-width: 736px) {
    #report .single.inner {
        width: auto;
        margin-top: 0;
    }
    
    #report h1 {
        margin-bottom: 20px;
    }
    
    #report .single h1 {
        font-size: 140%;
        letter-spacing: 3px;
        writing-mode: inherit;
        white-space: normal;
        position: static;
        top: 0;
        right: 0;
        line-height: 1.4em;
        margin-bottom: 20px;
    }
    
    #report .single article h2 {
        margin: 10px 0;
    }
    
    #report .single article.shop h3 {
        margin: 0 0 20px;
        line-height: 1.4em;
    }
    
    #report .single dl.sign {
        position: relative;
        top: -10px;
        left: 0;
    }
    
    #report .single dl.sign dt {
        padding: 10px 10px 5px;
    }
    
    #report .single dl.sign dt h4 {
        display: block;
        font-size: 140%;
        letter-spacing: 1px;
        margin: 5px 0 0;
    }
    
    #report .single dl.sign dd {
        padding: 10px;
    }
    
    #report .single dl.sign dd span {
        font-size: 60%;
        display: block;
        margin: 0;
    }
    
    #report .single article img {
        max-width: 100%;
    }
    
    #report .single article .photo3 img {
        overflow: hidden;
        object-fit: cover;
        margin-bottom: 10px;
        float: left;
    }
    
    #report .single article .photo3 img:first-child {
        width: auto;
        height: auto;
        margin-right: 10px;
    }
    
    #report .single article .photo3 img:not(:first-child) {
        width: 50%;
        height: auto;
    }
    
    #report .single article.shop dl.info {
        padding: 20px;
    }
    
    #report .single article.shop dl.info dt {
        float: none;
        margin: 0;
    }
    
    #report .single article.shop dl.info dd {
        width: auto;
    }
    
    #report .single .qa .in {
        padding: 20px 20px 10px;
    }
    
    #report .single .qa .hd {
        padding: 20px 0 15px;
    }
    
    #report .single .qa h2 {
        font-size: 140%;
        letter-spacing: 3px;
    }
    
    #report .single .qa .in dl dt {
        padding: 2px 50px 0 50px;
    }
    
    #report .single .qa .in dl dd {
        margin: 20px 0 30px 0;
        padding: 15px;
    }
    
    #report .single .qa .in dl dd .face {
        top: -65px;
        left: auto;
        right: 0;
    }
    
    #report .single .qa .in dl dd:before {
        top: -5px;
        left: auto;
        right: 15px;
    }
    
    e article.shop dl.info {
        padding: 20px;
    }
    
    #report .single article.shop dl.info dt {
        float: none;
        margin: 0;
    }
    
    #report .single .qa .in {
        padding: 20px 20px 10px;
    }
    
    #report .single .qa .hd {
        padding: 20px 0 15px;
    }
    
    #report .single .qa h2 {
        font-size: 140%;
        letter-spacing: 3px;
    }
    
    #report .single .qa .in dl dt {
        padding: 2px 50px 0 50px;
    }
    
    #report .single .qa .in dl dd {
        margin: 20px 0 30px 0;
        padding: 15px;
    }
    
    #report .single .qa .in dl dd .face {
        top: -65px;
        left: auto;
        right: 0;
    }
    
    #report .single .qa .in dl dd:before {
        top: -5px;
        left: auto;
        right: 15px;
    }
}