@charset "utf-8";
/*全体*/
body{
    font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}
a{
    text-decoration: none!important;
}
img{
  max-width: 100%;
}
h2{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin: 7% auto;
}
.white{
    color:#fff;
}
.pink{
    color:#f374a5;
}
.nosp{ display: none;}
/*画面幅*/
#navi,#category, .sns, .gamen, .f_navi, .fruits, .link{
    width:992px;
    margin:auto;
    padding: 2% 0;
}
/*ページゆっくり表示*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*各背景色*/
#bk01{
    background-size: auto auto;
    background-color: rgb(255 248 250);
    background-image: repeating-linear-gradient(140deg, transparent, transparent 7px, rgb(255 255 255) 7px, rgb(255 255 255) 20px);
}
#bk02, #bk04{
    background-color: #feadad;
}
/*MV*/
#mv .top_m{
    background: url(/kokunai/bus/fruits/kyushu/img/mv_1920.png) center / cover no-repeat;
    width: 100%;
    height:auto;
}
#mv .top_m img{
    margin: auto;
    display: block;
    max-width: 100%;
}
/*フルーツ狩り説明ここから*/
.setsumei{
    margin: 5% 0;
}
.setsumei img{
    display: block;
    margin: auto;
    zoom: 1.2;
}
.setsu_tx{
    position: absolute;
    padding: 1.5% 1%;
    background-color: #fff;
    margin: 2%;
    width: 35%;
}
.setsu_tx span{
    font-size:20px;
    color:#f374a5;
    font-weight:600;
}
/*ポップアップここから*/
.wrap {
  padding: 0;
  width: 86%;
  margin: 4% auto;
}
.wrap label {
  display: block;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  background: #feadad;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
}
.wrap input[type="checkbox"] {
  display: none;
}
.wrap .content {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.wrap .content img{
    width: 85%;
    margin: 5% auto;
}
.switch:checked + .content {
  height: auto;
  padding: 8px;
  background: #f7f7f7;
}
/*ポップアップここまで*/
/*フルーツ狩り説明ここまで*/
/*ナビここから*/
#bk02 .f_navi ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#bk02 .f_navi ul li{
    width:18%;
    margin:3%;
}
#bk02 .f_navi ul li img:hover{
    transform: scale(1.1);
}
#bk02 .f_navi ul li p{
    text-align: center;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
}
/*ナビここまで*/
/*各フルーツここから*/
#bk03 .fr_ttl{
    font-size: 34px;
    text-align: center;
    font-weight: 600;
    margin: 15% 0 4%;
    color: #f374a5;
}
#bk03 .fr_ttl2{
    font-size: 50px;
    font-weight: 600;
    color: #f374a5;
    margin: 1%;
}
#bk03 .fr_box{
    display:flex;
    margin: 5% 0;
}
#bk03 .fr_box .right{
    width: 67%;
    margin: 2%;
}
#bk03 .fr_box .right .season{
    font-size: 20px;
    font-weight: 600;
}
#bk03 .fr_box .right dl{
    margin: 1%;
    background: #ffebeb;
    padding: 4%;
}
#bk03 .fr_box .right dl dt{
    font-size: 19px;
    font-weight: 600;
    margin: 1% auto;
}
#bk03 .fr_box .right dl dd{
    padding: 1%;
}
#bk03 .fr_box .left{
    width: 25%;
    margin: 2%;
}
/* ▼商品JSON内が空白の時ここから*/
#bk03 .tour:empty{
    display: none;
}
/* ▲商品JSON内が空白の時ここまで*/
#bk03 .tour{
    margin: 10% auto;
}
#bk03 .tour .other{
    display:flex;
}
#bk03 .tour .tag{
    width: 20%;
    background: #3d8d00;
    text-align: center;
    padding: 0.5%;
    font-size: 15px;
    color: #fff;
    margin-right: 1%;
}
#bk03 .tour .icon{
    width: 20%;
    background: #c53b3b;
    text-align: center;
    padding: 0.5%;
    font-size: 15px;
    color: #fff;
    margin-right: 1%;
    align-items: center;
    display: grid;
}
#bk03 .tour .tag:empty,#bk03 .tour .icon:empty{
  display: none;
}
#bk03 .tour .tr_box{
    border: 1px solid #000;
    padding: 2%;
    position: relative;
    box-shadow: 6px 6px #feadad;
    margin: auto;
}
#bk03 .tour .tr_box::before{
    content: "";
    bottom: 0;
    right: 0;
    border-top: 4em solid transparent;
    border-right: 4em solid #feadad; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
#bk03 .tour .tr_box::after{
    content: "";
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    color: #fff; /* 文字色はここで変更 */
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
}
#bk03 .tour .tr_ttl{
    font-size: 23px;
    font-weight: 600;
    margin: 2% auto;
}
#bk03 .tour .syouzai{
    display: flex;
}
#bk03 .tour .syouzai img{
    width:55%;
}
#bk03 .tour .syouzai .pt_box{
    width: 41%;
    padding: 1% 2%;
}
#bk03 .tour .syouzai .pt_box ul li{
    position: relative;
    list-style-type: none!important;/*ポチ消す*/
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-bottom: 5px;
    line-height: 1.5;
    background: #ffebeb;
    vertical-align: middle;
    border-radius: 15px 0px 0px 15px;/*左側の角丸く*/
}
#bk03 .tour .syouzai .pt_box ul li:before{
    display:inline-block; 
    vertical-align: middle;
    /*以下白丸つくる*/
    content:'';
    width:1em;
    height: 1em;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px;
}
#bk03 .tour .syouzai .pt_box ul li:empty{
    display: none;
}
#bk03 .tour .syouzai .pt_box .price{
    text-align: right;
    font-size: 24px;
    font-weight: 600;
    color:#c53b3b;
}
#bk03 .tour .syouzai .pt_box .dep{
    text-align: right;
}
#bk03 .tour .syouzai .pt_box .more{
    margin: 6% auto;
    text-align: center;
    font-size: 17px;
    background-color: #feadad;
    padding: 2%;
    border-radius: 35px;
}
/*（商品ないとき用）*/
#bk03 .tour .schedule{
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    padding: 3%;
}
#bk03 .tour .bird1{
    width: 13%;
    position: relative;
    top: 65px;
    z-index: 2;
    left: 800px;
}
#bk03 .tour .bird2{
    width: 20%;
    position: relative;
    right: 0;
    top: -97px;
    z-index: 2;
}
#bk03 .space{
    margin: 0 5%;
}
/*各フルーツここまで*/
/*各種リンクここから*/
#bk04 .link{
    display: flex;
}
#bk04 .link .line,#bk04 .link .top{
    width: 46%;
    text-align: center;
    margin: 5% 2%;
}
#bk04 .link a{
    display: block;
    background-color: #fff;
    padding: 2%;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 20px;
}
#bk04 .link a:hover {
	color: white;
	background: hsl(0deg 96.8% 79.65%);
	box-shadow: 0 3px 0 hsl(0deg 100% 73.92%), 0 6px 0 rgba(0,0,0,.2);
	transform: translateY(3px);
}
.pcno{
    display: none!important;
}
/*各種リンクここまで*/
/*-------------------------------------------*/
/*タブレット*/
@media only screen and (max-width: 992px){
    #mv,#mv .top_m{
        width:100vw;
    }
    #navi,#category, .sns, .gamen, .f_navi, .fruits, .link{
    width:100%;
    margin:auto;
    padding: 2% 0;
}
    .setsu_tx{
    padding: 2%;
    margin: 4%;
    width: 50%;
    }
    .setsumei img{
    margin: auto;
    }
    #bk03 .fr_ttl2{
    font-size: 40px;
    }
    #bk03 .tour .tag,#bk03 .tour .icon{
    width: 50%;
    }
    #bk03 .tour .tr_ttl{
    font-size: 20px;
    }
    #bk03 .tour .syouzai{
    display:block;   
    }
    #bk03 .tour .syouzai img{
    width: 100%;
    }
    #bk03 .tour .syouzai .pt_box{
    width: 98%;
    margin: 2% auto;
    }
    #bk03 .tour .syouzai .pt_box .price,#bk03 .tour .syouzai .pt_box .dep{
    text-align: left;
    }
    #bk03 .tour .bird1{
    left: 445px;
    }
    .nopc{
    display: none!important;
    }
    #bk03 .fr_box{
    margin: 10% 2% 2%;
    }
    #bk03 .fr_box .left{
    width: 38%;
    }
    #bk03 .fr_box .right{
    width: 58%;
    }
    #bk03 .tour{
    margin:2%;
    }
    #bk03 .space{
    margin: -15% 5%;
    }
    .sp #back-to-top img {
    width: 100px;
    }
    #bk03 .tour .bird2{
    top: -80px;
    }
}
/*-------------------------------------------*/   
/*スマホ*/
@media only screen and (max-width: 480px){
    #mv,#mv .top_m{
        width:100vw;
    }
    #navi,#category, .sns, .gamen, .f_navi, .fruits, .link{
    width:100%;
    margin:auto;
    padding: 2% 0;
    }
    .setsumei .setsu_tx{
    position: static;
    margin: 1% auto;
    width: 86%;
    }
    .setsumei img{
    margin: auto;
    }
    #bk02 .f_navi ul li{
    width: 44%;
    margin: 3%;
    }
    h2{
    margin: 7% 3%;
    }
    #bk03 .fr_box{
    display: block;
    margin: 15% auto 1%;
    }
    #bk03 .fr_box .right{
    width: 90%;
    margin: auto;
    }
    #bk03 .tour .tag{
    padding: 1% 0;
    width:100%;
    font-size: 18px;
    }
    #bk03 .tour .tr_ttl{
    font-size: 20px;
    padding: 1%;
    }
    #bk03 .tour .syouzai{
    display: block;
    }
    #bk03 .tour .syouzai img{
    width:100%;
    }
    #bk03 .tour .syouzai .pt_box{
    width: 95%;
    margin: 5% auto;
    }
    #bk03 .tour .syouzai .pt_box .dep,#bk03 .tour .syouzai .pt_box .price{
    text-align:left;
    }
    #bk03 .tour .bird1{
    width: 15%;
    position: relative;
    top: 35px;
    z-index: 200;
    left: 315px;
    }
    #bk03 .tour .bird2{
    top: -59px;
    }
    #bk03 .fr_box .right .season{
    text-align: center;
    }
    #bk03 .fr_ttl2{
    font-size: 38px;
    text-align: center;
    }
    .sp #back-to-top img{
    width: 145px;
    }
    .pcno{
        display:block!important;
    }
    .spno{
    display: none!important;
    }
    .spfr{
    width: 98%;
    margin: auto;
    }
    #bk03 .tour .tr_box{
    margin: 5%;
    }
    .nopc{
        display:block!important;
    }
    #bk03 .tour.space{
        margin: -7% 1% -15%!important;
    }
    #bk01 .wrap{
        display:none;
    }
}
