@charset "UTF-8";

/* ------------------
swiper
------------------ */

.mvcov {
    width: 1120px;
    z-index: -1;
    margin: 0 auto 0px;
}

.mvcov img {
    width: 1120px;
    height: auto;
}

.mv_areas {
    display: none;
    position: absolute;
    top: 61%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 820px;
    margin-left: 300px;
}

.sp-image {
    width: 1120px !important;
    height: auto !important;
}

.sp-slide {
    background: #000;
    padding: 0;
}

.sp-slide img {
    margin: 0!important;
    min-width: 1120px;
}

.mv_areas h2 {
    font-size: 280%;
    letter-spacing: 2px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px;
}

.mv_areas h2 span {
    font-size: 150%;
}

.fitem {
    max-width: 500px;
    position: absolute;
    left: -100px;
    bottom: -20px;
}

.fitem img {
    width: 100%;
    height: auto;
}

.inneed {
    -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    padding: 5%;
    margin-bottom: 50px;
}

.inneed p {
    font-weight: bold;
    font-size: 130%;
    line-height: 150%;
    margin-bottom: 30px;
}

.inneed ul {
    margin-left: 25px;
}

.inneed ul li {
    margin-bottom: 15px;
}

.inneed ul li:last-child {
    margin-bottom: 0;
}

.fv_i {
    width: 800px;
    z-index: 15;
    float: right;
}

.fv_i p {
    font-size: 88%;
}

.slick {
    width: 800px;
    padding-bottom: 10px;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* padding-top: 200px; */
    position: absolute;
    bottom: 0;
    left: 50%;
}

.slick-dots li {
    width: 12px;
    height: 12px;
    list-style: none;
    border-radius: 50%;
    background: #eee;
    margin: 0 5px;
    text-indent: -9999px;
}

.slick-dots .slick-active {
    background: #218380;
}

.slick img {
    width: 100%;
    height: auto;
    display: block;
}

.slick li {
    margin-bottom: 10px;
}

.slick li a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.items {
    margin-left: 26px;
}

.slick button {
    background: #000;
    position: absolute;
    top: 40%;
    z-index: 1000;
}

.slick .slick-prev,
.slick .slick-next {
    display: block;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    border: none;
}

.slick .slick-prev {
    left: -50px;
    background: url(../img/btn_pre.svg) no-repeat center center;
    background-size: 34px 34px;
}

.slick .slick-next {
    right: -50px;
    background: url(../img/btn_next.svg) no-repeat center center;
    background-size: 34px 34px;
}

.slick li a p {
    -webkit-transition: .3s;
    transition: .3s;
}

.slick li a:hover p {
    opacity: .6;
}

.tp_sends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tp_sends li {
    text-align: center;
    list-style: none;
    font-weight: bold;
    font-size: 120%;
    color: #fff;
}

.tp_sends li:first-child {
    width: 60%;
    background: #218380;
    padding: 10px;
}

.tp_sends li:first-child span {
    background: url(../img/delivery-truck.svg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 30px;
}

.tp_sends li:last-child span {
    background: url(../img/closed-cardboard.svg) no-repeat left center;
    background-size: 20px 20px;
    padding-left: 30px;
}

.tp_sends li:last-child {
    width: 40%;
}

.tp_sends a {
    display: block;
    background: #000;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.tp_sends a:hover {
    opacity: .6;
}

p.summer {
    text-align: center;
}

.jichi {
    width: 1120px;
    margin: 10px auto;
    font-size: 130%;
}

.ji_min {
    text-align: center;
    font-weight: bold;
    color: #218380;
    margin-bottom: 10px;
}

.jichi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jichi ul li {
    width: 48%;
    list-style: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jichi ul li:first-child {
    border-right: 1px solid #000;
}

.jichi ul p {
    width: 64px;
    margin-right: 10px;
}

.jichi dt {
    font-size: 90%;
    font-weight: bold;
}

.ji_tel {
    font-family: HelveticaNeue-CondensedBold, 'arial black';
    font-size: 190%;
    letter-spacing: 2px;
    line-height: 1.2em;
}

.ji_mail a {
    background: #218380;
    padding: 5px 10px;
    display: block;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 80%;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.ji_mail a:hover {
    opacity: .5;
}

.deli2023_box {
    margin: 0 auto;
    background: #358f58;
    color: #358f58;
    width: 1120px;
    height: 80px;
}

.deli2023 {
    text-align: center;
    font-size: 2.5rem;
}

.deli2023 ul {
    color: #FFF;
    display: flex;
    justify-content: center;
}

.deli2023 li {
    list-style: none;
    font-weight: bold;
    line-height: 80px;
    display: flex;
    justify-content: center;
}

.deli2023 li:first-child {
    width: 110px;
}

.deli2023 li:last-child {
    display: inline;
}

.deli2023 span {
    font-size: 5.5rem;
    font-weight: bolder;
}

.deli2023 div {
    font-size: 2rem;
    font-weight: bold;
}

.ema {
    width: 1120px;
    margin: 0 auto 50px;
    border: 1px solid #ccc;
}

.ema ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ema_tru {
    background: #fff1f1;
    width: 30%;
    text-align: center;
    color: #990000;
    font-weight: bold;
}

.ema_tru img {
    max-width: 50px;
    height: auto;
}

.ema li {
    list-style: none;
    font-size: 110%;
    line-height: 150%;
    padding: 2%;
}

.ema_tru img {
    width: 100%;
    height: auto;
}


/* ------------------
mainconts
------------------ */

.tpstep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 20px;
}

.tpstep div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mores a {
    display: block;
    background: #333;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.mores a:hover {
    display: block;
    background: #000;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.mores_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 65px;
}

.mores_btn li {
    width: 23.5%;
    margin: 0 2% 2% 0;
    list-style: none;
    text-align: center;
}

.mores_btn li:nth-child(4n) {
    margin-right: 0;
}

.mores_btn li a {
    display: block;
    background: #333;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.mores_btn li a:hover {
    display: block;
    background: #000;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    transition: .3s;
}

.tpstep p:first-child {
    margin-right: 15px;
}

.tpstep h2 {
    font-size: 110%;
    font-weight: bold;
}

.stepsitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
}

.stepsitem li {
    width: 33.33%;
    list-style: none;
    text-align: center;
    background: url(../img/dot-strate.gif) repeat-y right top, url(../img/dot-line.gif) repeat-x left bottom;
    padding: 2% 2% 2% 2%;
}

.stepsitem li:nth-child(3n) {
    background: none;
    padding-right: 0;
}

.stepsitem li:nth-child(3n) {
    background: url(../img/dot-line.gif) repeat-x left bottom;
}

.stepsitem li img {
    max-width: 100%;
    max-height: 260px;
    height: auto;
}

.stepsitem li a img {
    -webkit-transition: .3s;
    transition: .3s;
}

.stepsitem li a:hover img {
    opacity: .6;
}

.camp_tp {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.camp_tp li {
    width: 49%;
    margin: 0 2% 20px 0;
    list-style: none;
}

.camp_tp li:nth-child(even) {
    margin-right: 0;
}

.cmmp_photo {
    position: relative;
}

.cmmp_photo a img {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: auto;
}

.cmmp_photo a:hover img {
    opacity: .6;
}


/* ------------------
ranking
------------------ */

.rankings {
    margin-bottom: 50px;
    display: flex;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*--- safari（PC）用 ---*/
    -ms-flex-direction: row;
    /* for IE10 */
    -ms-flex-wrap: wrap;
    /* for IE10 */
}

.rankings li {
    list-style: none;
    width: 18%;
    margin: 0 2.5% 4% 0;
}

.rankings li:nth-child(5n) {
    margin-right: 0;
}

.rank_photo {
    position: relative;
    margin-bottom: 10px;
}

.frame {
    position: relative;
    display: inline-block;
    width: 148px;
    height: 148px;
}

.rankings a {
    text-decoration: none;
}

.no01 {
    color: #ca9f0b !important;
}

.no02 {
    color: #969696 !important;
}

.numbers {
    font-family: HelveticaNeue-CondensedBold, 'arial black';
    text-align: center;
    font-size: 120%;
    color: #80653a;
}

.numbers span {
    background: url(../img/rank_icon03.png) no-repeat left center;
    padding-left: 30px;
}

.no01 span {
    background: url(../img/rank_icon01.png) no-repeat left center;
    padding-left: 30px;
}

.no02 span {
    background: url(../img/rank_icon02.png) no-repeat left center;
    padding-left: 30px;
}

.rankings dt {
    font-weight: bold;
    font-size: 110%;
    line-height: 150%;
}

.rankings .prices {
    color: #990000;
    font-size: 110%;
    line-height: 150%;
    margin-bottom: 10px;
}

.rankings a {
    -webkit-transition: .3s;
    transition: .3s;
}

.rankings a:hover {
    opacity: .6;
}

.info_rank {
    color: #999;
    font-size: 90%;
}

.info_price {
    color: #990000;
    font-weight: bold;
}

.rftxt {
    text-align: center;
    margin-bottom: 20px;
}


/* ------------------
メディア
------------------ */

.medias_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.medias_block li {
    list-style: none;
    width: 200px;
}

.medias_block li img {
    width: 100%;
    height: auto;
}

.media_b {
    width: 50%;
    margin: 30px auto 70px;
}

.media_icon {
    text-align: center;
    margin: -30px auto 0px;
    width: 60px;
}

.medias_block li span {
    color: #fff;
    padding: 5px;
    background: #c70e19;
    margin-right: 10px;
}


/* ------------------
ごま通信
------------------ */

.goma_tp {
    margin-bottom: 50px;
    display: flex;
    display: -webkit-box;
    /*--- Androidブラウザ用 ---*/
    display: -ms-flexbox;
    /*--- IE10 ---*/
    display: -webkit-flex;
    /*--- safari（PC）用 ---*/
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /*--- safari（PC）用 ---*/
    -ms-flex-direction: row;
    /* for IE10 */
    -ms-flex-wrap: wrap;
    /* for IE10 */
}

.goma_tp li {
    width: 32%;
    margin: 0 2% 3% 0;
    list-style: none;
}

.goma_tp li span {
    color: #fff;
    padding: 5px;
    background: #c70e19;
    margin-right: 10px;
}

.goma_tp li:nth-child(3n) {
    margin-right: 0;
}

.goma_tp li img {
    width: 100%;
    height: auto;
}

.goma_tp li dt {
    font-family: HelveticaNeue-CondensedBold, 'arial black';
    margin-bottom: 10px;
}

.goma_words {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    bottom: 6px;
    left: 0%;
    color: #fff;
    width: 100%;
    font-size: 130%;
    list-style-position: 150%;
    font-family: "heisei-mincho-std", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    padding: 10px 0 10px 10%;
}

.goma_photo img {
    width: 100%;
    height: auto;
}

.goma_b {
    width: 50%;
    margin: 0px auto 50px;
}


/* ------------------
レストラン事業・コミュニティ事業
------------------ */

.rest_bg {
    padding: 5%;
    background: url(../img/bg_lines.gif) repeat left top;
}

.rest_bg dl {
    text-align: center;
    margin-bottom: 20px;
}

.rest_bg dl dd {
    font-family: "heisei-mincho-std", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 110%;
}

.rest_bg ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rest_bg li {
    list-style: none;
    background: #fff;
    width: 47%;
}

.rest_bg li img {
    width: 100%;
    height: auto;
}

.rest_bg li div {
    padding: 3%;
}

.rest_bg li div p:first-child {
    text-align: center;
    margin-bottom: 20px;
}

.gift_s a {
    -webkit-transition: .3s;
    transition: .3s;
}

.gift_s a:hover {
    opacity: .7;
}

.camp_tp_con {
    max-width: 1120px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.camp_tp_con li {
    width: 49%;
    margin: 0 2% 20px 0;
    list-style: none;
}

.camp_tp_con li:nth-child(2n) {
    margin-right: 0;
}

.camp_tp_con li h3 {
    font-size: 100%;
    line-height: 180%;
}

.imgmax {
    height: auto;
    max-width: 100%;
}


/* ------------------
	IE10+（Edgeも全て含む） ハック
 ------------------ */

_:-ms-lang(x),
.topictab-content>li ul li:hover {}


/* ------------------
	Edgeのみ（Edge全て） ハック
 ------------------ */

@supports (-ms-ime-align: auto) {}


/* ------------------
	IE11のみ
 ------------------ */

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .topictab-content li ul li {
        border-bottom: 1px dotted #ccc;
    }
    *::-ms-backdrop,
    .topictab-content li ul li:first-child {
        border-bottom: 1px dotted #ccc !important;
    }
}


/* ------------------
	firefox
 ------------------ */

@-moz-document url-prefix() {}


/* ------------------
	Chrome
 ------------------ */

@media screen and (-webkit-min-device-pixel-ratio:0) {}


/* ------------------
tablet css
------------------ */

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .slick {
        width: 94%;
        margin: 0 auto 50px;
        padding: 0 50px;
    }
    .slick p {
        text-align: center;
    }
    .slick button {
        background: #000;
        position: absolute;
        top: 34%;
        z-index: 1000;
    }
    .slick .slick-prev,
    .slick .slick-next {
        display: block;
        width: 34px;
        height: 34px;
        text-indent: -9999px;
        border: none;
    }
    .slick .slick-prev {
        left: 0;
        background: url(../img/btn_pre.gif) no-repeat center center;
    }
    .slick .slick-next {
        right: 0;
        background: url(../img/btn_next.gif) no-repeat center center;
    }
    .maker {
        margin-top: 15px;
        font-family: "heisei-mincho-std", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
        font-size: 110%;
    }
    .maker span {
        display: inline-block;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
        background: linear-gradient(transparent 60%, #ffff66 60%);
    }
    .slick li a p {
        -webkit-transition: .3s;
        transition: .3s;
    }
    .slick li a:hover p {
        opacity: .6;
    }
    .slick img {
        width: 100%;
        height: auto;
    }
}