/*
Theme Name: vitabon Child
Template: vitabon
Author: Child Theme Configurator
Version: 15.21.1.1714020324
Updated: 2024-04-25 13:45:24

*/

/**********基本構成**********/

body {
    font-family: "ヒラギノ明朝", "MS P明朝", serif;

}

/*はみ出し禁止*/
* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

h1,
h2,
h3,
h4,
h5 {
    border: none;
}

h1::after,
h2::after,
h3::after,
h4::after,
h5::after {
    border-bottom: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*プライバシーポリシー*/
.page-header_pageTitle {
    color: #000;
}

.pp-content {
    margin-top: 50px;
}

.pp-content h3 {
    font-size: 34px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .pp-content h3 {
        font-size: 26px;
    }
}

/*リンク先の幅の調整*/
/* section:before {
    content: "";
    display: block;
    height: 10px;
    margin-top: -10px;
    visibility: hidden;
} */

/**********メインcss**********/
body {
    background-color: #fdfad9;
}

.siteContent {
    padding-top: 0;
}

/*notice*/
.notice_img_cnt {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background-color: #C9DED5;
}

.notice_img_box {
    text-align: center;
}

/**/

/* top_img*/

div.top_imgbox img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    box-sizing: border-box;
}

.top_imgbox {
    position: relative;
}


.top_imgbox p {
    position: absolute;
    top: 90%;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 25px;
    display: block;
}

.top_imgbox p a {
    border: #000 1px solid;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    section.top_img .wide_box {
        margin-right: calc(((100vw - 100%) / 2)* -1);
        margin-left: calc(((100vw - 100%) / 2)* -1);
    }
}

/**/

.vitabon_exp_ttl {
    text-align: center;
    font-size: 20px;
    margin-top: 80px;
    /*下のh3と合計で100pxになるように調整*/
    margin-bottom: 100px;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .vitabon_exp_ttl {
        font-size: 18px;
        margin-top: 30px;
        /*下のh3と合計で50pxになるように調整*/
        margin-bottom: 50px;
    }
}

.vitabon_exp_ttl h3 {
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .vitabon_exp_ttl h3 {
        font-size: 20px;
    }
}

.v_vitabon_notice {
    text-align: right;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .v_vitabon_notice {
        text-align: center;
    }
}


/*oil_type*/

.oil_lst {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

@media screen and (max-width: 767px) {
    .oil_lst {
        display: block;
        justify-content: center;
    }
}

.oil_lst li {
    width: 33%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 15px;

}

@media screen and (max-width: 767px) {
    .oil_lst li {
        width: 100%;
        flex-direction: column;
        margin: 0;
    }
}



.oil_lst .oil_plant1 {
    background-image: url(https://www.vitabonbio.jp/wp-content/uploads/kantouka.png);
    background-size: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: #000 1px solid;
    margin: 0 auto;
}

.oil_lst .oil_plant2 {
    background-image: url(https://www.vitabonbio.jp/wp-content/uploads/dankoubai_tabun.png);
    background-size: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: #000 1px solid;
    margin: 0 auto;
}

.oil_lst .oil_plant3 {
    background-image: url(https://www.vitabonbio.jp/wp-content/uploads/berugamotto.png);
    background-size: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: #000 1px solid;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    .oil_lst .oil_plant1,
    .oil_lst .oil_plant2,
    .oil_lst .oil_plant3 {
        width: 125px;
        height: 125px;
    }
}


.oil_lst .oil_ttl {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .oil_lst .oil_ttl {
        margin-top: 10px;
    }
}

.font_space {
    margin-right: -20px;
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .font_space {
        margin-right: -10px;
        margin-left: 5px;
    }
}

section.item_lst>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.item_lst li.item_box {
    width: 48%;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    section.item_lst li.item_box {
        width: 100%;
    }
}

p.item_name {
    border-bottom: 1px solid #000;
    font-size: 22px;
    font-weight: bold;
}

div.item_feature {
    display: flex;
}

div.item_feature>ul {
    width: 60%;
}

div.item_feature>ul li:nth-of-type(1),
div.item_feature>ul li:nth-of-type(2) {
    border-bottom: dotted 1px #000;
}

div.item_feature>img {
    height: 250px;
    margin: 0 auto;
}

li.item_info {
    width: 48%;
    margin-top: auto;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    li.item_info {
        width: 100%;
    }
}

li.item_info h4 {
    font-size: 14px;
    margin: 0;
}

li.item_info ul {
    margin: 0;
    font-size: 14px;
}

li.item_info li {
    margin-bottom: 0;
}

li.zero_img {
    width: 100px;
    float: right;
    margin-top: -50px;
}

@media screen and (max-width: 767px) {
    li.zero_img {
        float: none;
        margin-top: 0;
    }
}

li.item_notice {
    line-height: 1.3;
    margin-top: 50px;
}

/*footer*/
.siteFooter {
    background-color: transparent;
    border-top: 1px solid #000;
}


/**********メインcss_ここまで**********/

/**********汎用css**********/
/*背景色のはみ出し*/
.over_wide {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
}

/*tableのスクロール↓*/
.table-wrap {
    overflow-x: scroll;
}

.table-wrap table {
    white-space: nowrap;
}

/*画面サイズの100％にする↓*/
.wide_box {
    padding: 0 0 0 0 !important;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 0 calc((100vw - 100%) / 2);
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

@media screen and (max-width: 767px) {
    .wide_box {
        margin: auto 0em;
    }
}

/*スマホのみで改行↓*/
.sp-br {
    display: none;
}

@media screen and (max-width: 767px) {
    .sp-br {
        display: block;
    }
}

/*pcのみで改行↓*/
.pc-br {
    display: block;
}

@media screen and (max-width: 767px) {
    .pc-br {
        display: none;
    }
}

/*スマホで表示*/
@media(min-width:767px) {
    .only-sp {
        display: none !important;
    }
}

/*pcで表示*/
@media(max-width:767px) {
    .only-pc {
        display: none !important;
    }
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.ta-l {
    text-align: left !important;
}

.fw-b {
    font-weight: bold;
}

.fw-9 {
    font-weight: 900;
}

.mt-05e {
    margin-top: 0.5em;
}

.mt-21p {
    margin-top: 21px;
}

.mt-4em {
    margin-top: 4em;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-08e {
    margin-bottom: 0.8em;
}

.mb-20p {
    margin-bottom: 20px;
}

.pt-0 {
    padding-top: 0 !important;
}

.fc-red {
    color: red;
}

.fc-00b050 {
    color: #00b050;
}

.fc-0070c0 {
    color: #0070c0;
}

.fc-eabb00 {
    color: #eabb00;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}