.solocamp main {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000;
    text-align: left;
    display: block;
}

/*====================================
common
====================================*/



.solocamp h2,
.solocamp h3,
.solocamp h4 {
    font-weight: 700;
}

.solocamp .box {
    margin: auto;
    width: 1150px;
}

.solocamp .flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*====================================
toparea
====================================*/

.solocamp .toparea {
    background: url(../img/topbg.jpg) no-repeat center top;
    height: 560px;
    margin-top: -10px;
    
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    ms-flex-align: center;
    align-items: center;
}


/*====================================
list
====================================*/

.solocamp .list h3 {
    position: relative;
    font-size: 36px;
    padding: 80px 0;
}

/*.list h3::before,*/
.solocamp .intro2 h2::before {
    background-color: #6e684f;
    content: '';
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 60%;
}
.solocamp .intro2 h2::before {
    background-color: #333;
}

.solocamp .list ul {
    justify-content: flex-start;
}
.solocamp .list li {
    width: 30%;
}
.solocamp .list li img {
    display: block;
    margin: 0 auto;
}
.solocamp .list li:nth-of-type(3n-1) {
    margin: 0 5%;
}
.solocamp .list li:nth-of-type(n+4) {
    margin-top: 60px;
}

.solocamp .list li .name {
    font-size: 18px;
    height: 4.5em;
}

.solocamp .list li .price {
    text-align: right;
    font-size: 18px;
    color: #d20000;
    padding: 30px 0 10px;
}

.solocamp .list  li:not(.more) a {
    border: 1px solid #3f5e33;
    background: #3f5e33;
    color: #fff !important;
    display: block;
    text-align: center;
    padding: 5px 0;
    transition: .2s;
}

.solocamp .list li a:hover {
    background: #fff;
    color: #3f5e33;
}

.solocamp .list .link,
.solocamp .link-wrap .link {
    text-align: center;
    padding-top: 60px;
    padding-bottom:40px;
    box-sizing:border-box;
}
.solocamp .link-wrap .link {
	padding:0;
}

.list .link a,
.solocamp .link-wrap .link a {
    border: 1px solid transparent;
    position: relative;
    font-weight: bold;
    color: #3f5e33;
    font-size: 18px;
    padding: 1em 4em;
    text-align: center;
    transition: .5s;
}
.solocamp .link-wrap .link a {
	display:block;
}

.list .link a:after,
.solocamp .link-wrap .link a:after {
    content: '\25b6';
    padding-left: 0.5em;
    color: #FFE509;
}

.list .link a:hover,
.solocamp .link-wrap .link a:hover {
    border: 1px solid #6e684f;
    background: #6E684F;
    color:#FFFFFF;
    /*filter: drop-shadow(2px 2px 3px)*/
}

.solocamp .link-wrap {
	background-color: #F6F5F0;
	padding: 40px 0;
	box-sizing:border-box;
	margin-bottom:100px;
}
.solocamp .link-wrap > section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	ms-flex-align: center;
	align-items: center;
}
.solocamp .link-wrap > section > div {
	width:46%;
}


/*====================================
intro
====================================*/
.solocamp .intro {
    padding-top: 100px;
}
.solocamp .intro h3 {
    text-align: center;
    font-size: 28px;
    line-height: 1.5em;
}
.solocamp .intro h3 small {
    font-size: 20px;
    color: #3f5e33;
    display: block;
}
.solocamp .intro p {
    text-align: center;
    padding: 30px 0 60px;
}
.solocamp .intro .intro-bg .in-box p {
    padding: 10px 0;
    line-height: 2em;
}

.solocamp section#beginner,
.solocamp section#bike,
.solocamp section#expert {
    padding-bottom: 200px;
}
section#beginner,
.solocamp section#expert {
    background: linear-gradient(to bottom, #fff, #fff 100px, #f7f7f7 100px);
}
.solocamp section#bike {
    background: linear-gradient(to bottom, #f7f7f7, #f7f7f7 100px, #fff 100px);
}
.solocamp section .ttl {
    padding-top: 10%;
}

@media screen and (max-width:1599px) {
    
    .solocamp section#beginner,
.solocamp section#expert {
    background: linear-gradient(to bottom, #fff, #fff 60px, #f7f7f7 60px);
}
.solocamp section#bike {
    background: linear-gradient(to bottom, #f7f7f7, #f7f7f7 60px, #fff 60px);
}
.solocamp section .ttl {
    padding-top: 6%;
}
}
@media screen and (max-width:1365px) {
    
    .solocamp section#beginner,
.solocamp section#expert {
    background: linear-gradient(to bottom, #fff, #fff 40px, #f7f7f7 40px);
}
.solocamp section#bike {
    background: linear-gradient(to bottom, #f7f7f7, #f7f7f7 40px, #fff 40px);
}
.solocamp section .ttl {
    padding-top: 5%;
}
}
.solocamp section#beginner .ttl {
    background: center right / contain no-repeat url(../img/secbg1.png);
}
.solocamp section#bike .ttl {
    background: center right / contain no-repeat url(../img/secbg2.png);
}
.solocamp section#expert .ttl {
    background: center right / contain no-repeat url(../img/secbg3.png);
}
.solocamp section .ttl .box:after {
    content: "";
    display: block;
    width: 260px;
    height: 1px;
    margin-top: 40px;
    background: #000;
    
}
.solocamp section .ttl h2 {
    font-size: 48px;
    line-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}
.solocamp section .ttl h4 {
    font-size: 24px;
    padding-bottom: 20px;
}
.solocamp section .ttl h2 img {
width: 80px;
margin: 0 auto;
}

.solocamp section .box > .list:nth-of-type(2) {
    margin-top: 80px;
}

/*====================================
select
====================================*/
.solocamp .select h2 {text-align: center;}
.solocamp .select .flex {
    align-items: center;
    padding: 80px 0;
}
.solocamp .select .flex:nth-of-type(2) {
    flex-direction: row-reverse;
}
.solocamp .select .pic {
    width: 54%;
}
.solocamp .select .txt {
    width: 46%;
    text-align: center;
}
.solocamp .select h3 {
    text-align: center;
    font-size: 28px;
    line-height: 1.5em;
}
.solocamp .select h3 small {
    font-size: 20px;
    color: #3f5e33;
    display: block;
}
.solocamp .select a {
    display: block;
    width: 320px;
    font-size: 20px;
    padding: 15px 0;
    font-weight: 700;
    text-align: center;
    margin: 10px auto 0;
    background: #3f5e33;
    color: #fff !important;
    border-radius: 10px;
}

/*====================================
gnav
====================================*/

.solocamp .gnav {
    background-color:#f6f5f0;
    padding: 80px 0;
}

.solocamp .gnav .ajust {
    justify-content: flex-start;
}

.solocamp .gnav .ajust li:last-of-type {
    border-right: 1px solid #6e684f;
}

.solocamp .gnav ul {
    border: 1px solid #6e684f;
    background: #fff;
    padding: 30px 0;
    margin-bottom: 15px;
}

.solocamp .gnav li {
    width: 33%;
}

.solocamp .gnav li + li {
    border-left: 1px solid #6e684f;
}

.solocamp .gnav li a {
    color: #6e684f;
    font-weight: bold;
    line-height: 36px;
    font-size: 20px;
    display: block;
    text-align: center;
    transition: .2s;
}

.solocamp .gnav li a::before {
    color: #FFE509;
    content: "▲";
    display: block;
    line-height: 18px;
}
.solocamp .gnav li span {
    color: #635b3a;
    display: block;
}

/*====================================
scrollTop
====================================*/

.solocamp .scrollTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.solocamp .scrollTop a {
    font-size: 18px;
    color: #fff;
    background: #00896B;
    padding: 20px;

}
.solocamp .scrollTop a:hover {
    background: #6e684f;
}



.solocamp .btmarea {
    background: url(../img/btmbg.jpg) no-repeat center top;
    height: 550px;
}
