.hctb-hide {
    position: relative;
    height: 0;
    padding-top: 66%;
    margin-bottom: 2em;
    background: transparent url(../img/hctb_hide.jpg);
    background-size: cover;
    background-position: 0 25%;
    background-repeat: no-repeat;
}
.hctb-hide img {
    display: block;
    width: 90%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn-hctb-hide{
    display: block;
    width: 90%;
    max-width: 960px;
    height: 2.5em;
    margin: auto;
    padding: 0.75em;
    background-color: #e7011d;
    border-radius: 2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 150%;
    line-height: 1;
    box-sizing: border-box;
}
.btn-hctb-hide:link,.btn-hctb-hide:visited,.btn-hctb-hide:hover, .btn-hctb-hide:active {
    color: #fff;
    text-decoration: none;
}

.btn-hctb-hide:before{
    display: inline-block;
    content: "▲";
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    transform: rotate(90deg);
}

.hctb-hide-item {
    margin: 60px 0;
}

h3.ttl-hctb-hide-03 {
    width: 100%;
    background: transparent url(../img/bg_ttl_hide_01_pc.jpg) right center no-repeat;
    background-size: auto 100%;
    font-size: 5.33vw;
    box-sizing: border-box;
    padding: 1em;
}

.hctb-hide-inner img { width: 100%; max-width: 960px;}

.hctb-hide-item:first-of-type {
    margin-top: 30px;
}

.hctb-hide-catch {
    text-align: center;
    font-weight: bold;
    font-size: 125%;
}
@media screen and (min-width: 768px) {
    .hctb-hide {
        padding-top: 50%;
    }
    .hctb-hide img {
        width: 75%;
    }
    h3.ttl-hctb-hide-03 {
        font-size: 3.5vw;
        background-size: 100% auto;
    }
    .hctb-hide-item {
        margin: 100px auto;
    }
    .hctb-hide-item:first-of-type {
        margin-top: 50px;
    }
    .hctb-hide-catch {
        font-size: 150%;
    }
}
@media screen and (min-width: 1024px) {
    .hctb-hide {
        padding-top: 350px;
    }
    .hctb-hide img {
        width: 50%;
        max-width: 500px;
    }
    h3.ttl-hctb-hide-03 {
        font-size: 36px;
    }
    .hctb-hide-catch {
        font-size: 200%;
    }
}



.hctb-camp {
    height: 340px;
    padding-top: 20px;
    background: transparent url(../img/hctb_camp.jpg);
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    height: 385px;
}

.hctb-camp .black-box {
    padding: 25px 30px 30px;
    background-color: rgba(0, 0, 0, .25);
    display: inline-block;
    text-shadow: 3px 3px 15px #222;
}

.hctb-camp .blue-box {
    font-size: 18px;
    font-weight: bold;
    width: 480px;
    padding: 15px;
    color: #fff;
    border: 3px solid #2c687b;
    background-color: rgba(0,125,162,.8);
    text-shadow: 0 0 5px black;

    width: auto;
    padding: 10px 25px;
    background-color: #1f82a0;
}
.hctb-camp .blue-box p,
.hctb-camp .blue-box h2{
    margin: 15px 0;
    font-weight: bold;
}
.hctb-camp .blue-box p:nth-child(2),
.hctb-camp h2{
    font-size: 24px;
}
.hctb-camp .hero-flag {
    font-size: 32px;
    font-weight: bold;
    margin-top: 0;
    color: #fff;
    line-height: 48px;
    margin-bottom: 0px;
}
.hctb-camp .hero-flag.last-hero-flag{
    margin-bottom: 25px;
}

.hctb-hero {
    height: 340px;
    padding-top: 20px;
    background: transparent url(../img/hctb_hero.jpg);
    background-size: cover;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    height: 385px;
}

.hctb-hero .black-box {
    padding: 25px 30px 30px;
    background-color: rgba(0, 0, 0, .25);
    display: inline-block;
    text-shadow: 3px 3px 15px #222;
}

.hctb-hero .blue-box {
    font-size: 18px;
    font-weight: bold;
    width: 480px;
    padding: 15px;
    color: #fff;
    border: 3px solid #2c687b;
    background-color: rgba(0,125,162,.8);
    text-shadow: 0 0 5px black;

    width: auto;
    padding: 10px 25px;
    background-color: #1f82a0;
}
.hctb-hero .blue-box p,
.hctb-hero .blue-box h2{
    margin: 15px 0;
    font-weight: bold;
}
.hctb-hero .blue-box p:nth-child(2),
.hctb-hero h2{
    font-size: 24px;
}
.hctb-hero .hero-flag {
    font-size: 32px;
    font-weight: bold;
    margin-top: 0;
    color: #fff;
    line-height: 48px;
    margin-bottom: 0px;
}
.hctb-hero .hero-flag.last-hero-flag{
    margin-bottom: 25px;
}
.hctb-features .feature-box {
    display: inline-block;
    /*width: 48%;*/
    width: 45%;
    vertical-align: top;
}

.hctb-features .feature-box:nth-child(even) {
    /*float: right;*/
    margin-right: 9%;
}

.hctb-features .feature-box .feature-box-body,
.hctb-features .feature-box .feature-box-heading {
    /*display: block;*/
    display: table;
    width: 100%;
}

.hctb-features .feature-box .feature-box-heading .fbh-number {
    font-size: 48px;
    font-weight: bolder;
    line-height: 1;
    /*display: inline-block;*/
    display: table-cell;
    width: 15%;
    color: #ccc;
}

.hctb-features .feature-box .feature-box-heading .fbh-title {
    font-size: 18px;
    font-weight: bold;
    /*display: inline-block;*/
    display: table-cell;
    width: 83%;
    vertical-align: top;
    padding-left: 10px;
}

.ghost-pack .ghost {
width:32%;
}

.hctb-restaurant .hctb-restaurant-photo {
    display: inline-block;
    width: 425px;
    margin-right: 20px;
    vertical-align: top;
}

.hctb-restaurant .hctb-restaurant-text {
    display: inline-block;
    width: 45%;
}

.hctb-delivery ul.title {
    display: table;
    padding-left: 0;
    border-left: 0;
    margin: 40px 0 30px;
}

.hctb-delivery ul.title li {
    /*display: inline;*/
    display: table-cell;
    list-style-type: none;
    vertical-align: middle;
    margin-right: 15px;
}

.hctb-delivery ul.title li:nth-child(1),
.hctb-delivery ul.title li:nth-child(2) {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    padding-right: 20px;
}

.hctb-delivery ul.title li:nth-child(2) {
    color: #888;
}

.hctb-delivery ul.title li:nth-child(3) {
    font-size: 14px;
}

.hctb-delivery ul.title li:nth-child(1):before {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    border: 2px solid #ccc;
    height: 25px;
    vertical-align: middle;
    margin-right: 20px;
}

.hctb-delivery .delivery-item-body table {
    width: 425px;
    height: 170px;
    margin-right: 20px;
    table-layout: fixed;
}

.hctb-delivery .delivery-item-body img,
.hctb-delivery .delivery-item-body table {
    float: left;
}

.hctb-delivery table tr th,
.hctb-delivery table tr td {
    font-size: 12px;
    padding: 8px 8px;
    border: 1px solid #ccc;
}

.hctb-delivery table tr td {
    text-align: center;
    padding: 0;
}

.hctb-delivery table tr th {
    text-align: left;
    background-color: #f9f9f9;
}

.hctb-delivery table tr th:first-child {
    width: 35%;
}
.hctb-delivery table tr th.menu00 {
    width: 44%;
}

.hctb-delivery table tr th:nth-child(4) {
    color: #fff;
    background-color: #1189af;
    text-align: center;
}

.hctb-delivery table tr th.menu01 {
    color: #fff;
    background-color: #1189af;
    text-align: center;
}

.hctb-delivery table tr td:nth-child(4) {
    font-weight: bold;
}

.hctb-delivery .delivery-item-heading {
    display: block;
}

.hctb-reviews .hctb-review-item {
    display: block;
    margin-bottom: 15px;
}

.details-first,
.details-second,
.hctb-reviews .hctb-review-item .avatar,
.hctb-reviews .hctb-review-item .comment {
    display: inline-block;
    vertical-align: top;
}

.hctb-reviews .hctb-review-item .avatar {
    width: 65px;
    margin-right: 10px;
}

.hctb-reviews .hctb-review-item .comment {
    width: 480px;
    margin-right: 25px;
    padding: 8px;
    border-radius: 10px;
    background: #f9f9f9;
    position: relative;
}
.hctb-reviews .hctb-review-item .comment:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 10px solid transparent;
    border-right: 10px solid #f9f9f9;
}
.details-first {
    width: 70px;
}

.details-second {
    width: 220px;
}

.details-first ul,
.details-second ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.hctb-wholesaler .highlight-article {
    display: block;
}

.hctb-wholesaler .highlight-article img {
    float: left;
    margin-right: 40px;
}

.container > .hctb-wholesaler.container.alt > *:first-child, 
.container > .hctb-wholesaler.container.alt > *:last-child {
    margin: 0;
}

.hctb-contact .btn.clip-btn {
    font-size: 18px;
    display: inline-block;
    width: 320px;
    color: #fff;
    border-color: #105c74;
    background: #1189af;
}

.hctb-contact .contact-list {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.hctb-contact .contact-list li {
    display: inline;
}

.hctb-contact .contact-list li .number,
.hctb-contact .contact-list li .label {
    font-family: verdana;
    font-size: 24px;
    font-weight: bold;
}

.hctb-contact .contact-list li .number {
    color: #222;
}

.hctb-contact .contact-list li .label {
    color: #ccc;
}

.hctb-contact .button-list {
    display: block;
    padding-left: 0;
}

.hctb-contact .button-list li {
    display: inline;
}

.hctb-contact .button-list .btn {
    font-size: 18px;
    display: inline-block;
    width: 49.7%;
    color: #fff;
    border-color: #105c74;
    background: #1189af;
}

.ft14 {font-size:14px;}

.hac-btn-ghost {
    display: inline-block;
    padding: 5px;
    height:50px;
    text-align: center;
    text-decoration: none;
    color: #373737;
    font-weight: normal; 
    border: 1px solid #999;
    border-radius: 10px;
    outline: none;
    background-color: transparent;
}

.hac-btn-ghost:hover {
    background: #e7f3f7;
    text-decoration: none;
}
.hac-btn-ghost {border-color: #c0789c;}

.hac-btn-ghost:hover {
    background: #f6e3ec;
    text-decoration: none;
color: #c0789c;
}

.hac-btn-ghost {color: #c0789c;}

.hac-btn-ghost {border-color: #64a398;}

.hac-btn-ghost:hover {
    background: #e7f3f7;
    text-decoration: none;
}

.hac-btn-ghost {    color: #64a398;
}

.hac-btn-ghosts {
    display: inline-block;
    padding: 5px;
    height:100px;
    text-align: center;
    text-decoration: none;
    color: #373737;
    font-weight: normal; 
    border: 1px solid #999;
    border-radius: 10px;
    outline: none;
    background-color: transparent;
}

.hac-btn-ghosts:hover {
    background: #e7f3f7;
    text-decoration: none;
}
.hac-btn-ghosts {border-color: #c0789c;}

.hac-btn-ghosts:hover {
    background: #f6e3ec;
    text-decoration: none;
color: #c0789c;
}

.hac-btn-ghosts {color: #c0789c;}

.hac-btn-ghosts {border-color: #64a398;}

.hac-btn-ghosts:hover {
    background: #e7f3f7;
    text-decoration: none;
}

.hac-btn-ghosts {    color: #64a398;
}

/* 20220517 追加 */
#sec-hybrid {
    width: 90%;
    width: calc(100% - 30px);
    margin: 2em auto 4em;
    padding-top: 30px;
    background-color: #f0f0f0;
}

@media screen and (min-width: 768px) {
    #sec-hybrid {
        width: calc(90% - 4vw);
        max-width: 940px;
        margin: 2vw auto;
    }
}

#sec-sns-health .h3-style1 {
    margin-bottom: 0;
}

.sns {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.sns>div {
    margin: 2em 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}

.sns dl,
.sns dt,
.sns dd {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.sns dt {
    padding-bottom: .5em;
}

.sns dd {
    padding-left: .25em;
}

.sns ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

.sns ul li {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    padding: 50px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.sns ul li.twitter {
    background: #55acee
}

.sns ul li.twitter a::before {
    content: "\f099"
}

.sns ul li.facebook {
    background: #305097
}

.sns ul li.facebook a::before {
    content: "\f39e"
}

.sns ul li.line {
    background: #53b435
}

.sns ul li.line a::before {
    content: "L";
    font-family: Verdana;
    font-weight: bold
}

.sns ul li.insta {
    background: #f00075
}

.sns ul li.insta a::before {
    content: "\f16d";
    font-size: 166.667%
}

.sns ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.sns ul li a::before {
    font-family: "Font Awesome 5 Pro";
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "Font Awesome 5 Brands";
    width: 1em;
    height: 1em;
    margin: auto;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 133.33334%
}

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

    .sns {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
        list-style: none;
    }

    .sns ul li a::before {
        font-size: 100%
    }

    .sns ul li.insta a::before {
        font-size: 133.33%
    }

    .sns>div {
        width: 48%;
    }

    .sns ul li {
        width: 36px;
        height: 36px;
        padding: 36px 0 0;
    }

}

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


.hctb-camp .container-outer .black-box .text {
    color: #fff;
}
.camp-item-senryu {
    margin: 2em 0;
}
ul.camp-item-senryu-box {
    padding: 0;
}
.camp-item-senryu-box li:nth-child(1), .camp-item-senryu-box li:nth-child(2) {
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
}

.camp-item-senryu-box li:nth-child(3) {
    font-weight: bold;
    font-size: 24px;
    white-space: nowrap;
    padding-right: 20px;
}
.camp-item-senryu-box li {
    display: block;
    white-space: normal !important;
    margin: .5em 0;
}
.camp-item-senryu-box li:nth-child(1):before {
    content: none;
}
.camp-item-senryu-box li:nth-child(1) {
    padding-left: 21px;
    border-left: 4px solid #ccc;
}
.camp-item-senryu-box li:nth-child(2),
.camp-item-senryu-box li:nth-child(3) {
    margin-left: 25px;
}

