@charset "UTF-8";
body {
    font-family: "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    margin: 0 auto;
    padding: 0;
    min-width: 1024px;
    position: relative;
}

.vis-sp,
.vis-tb {
	display: none;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 5% 15px 10%;
	z-index: 10;
    position: relative;
    width: 50%;
    max-width: 1700px;
}
.site-header .logo img {
    max-width: 180px;
    width: 100%;
}
.site-header .link-to-main a {
    font-size: 16px;
    color: #EA6876;
    transition: all ease 0.3s;
}

.site-header .link-to-main a span {
    text-decoration: underline;
}

.site-header .link-to-main a:hover {
    opacity: 0.5;
}

.wrap {    
    max-width: 1700px;
    margin: 0 auto;
}

.wrap01 {    
    max-width: 1700px;
    margin: 0 auto;
}

.wrap02 {    
    background-color: #F7F7F7;

}

/* セクション共通 */
section {
    padding: 60px 5%;
}
.sec_ttl {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 80px; 
}
.sec_ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,  #DA6F79 0 20%, #ccc 20% 100%); 
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec_txt {
    margin-bottom: 50px;
}

h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* 健康食品 */
.health {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    padding: 60px 5% 0;
}

.health .txt_cnt {
	width: 60%;
    z-index: 10;
}

.kenkou_ttl {
    color: #EA6876;
	font-size: 24px;
	font-weight: bold;
    margin-bottom: 20px;
}

.typ_ttl {
    color: #EA6876;
	font-size: 20px;
	font-weight: bold;
}

.health h3 {
    font-size: 30px;
	font-weight: bold;
}

.health p {
	font-size: 16px;
}

.health-image {
    position: relative;
    display: contents;
}

.health-image img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
}

.health-image img.hide-sp {
    max-width: 666px;
    max-height: 458px;
    /* width: 50%; */
    height: auto;
    display: block;
}

/* .health-image img {
    max-width: 50%;
    height: 100%;
    max-height: 450px;
	position: absolute;
	top: 0;
	right: 0;
} */

/* 生産能力 */
.production-gallery img {
    max-width: 100%;
    height: auto;
    margin: 90px 0 90px;
}
.capacity-table {
    margin-top: 20px;
    display: flex;
    gap: 60px;
}
.capacity-table table {
    width: 100%;
    border-collapse: collapse;
}

.tbl01 {
    margin-bottom: 30px;
}

.tbl02 {
    margin-bottom: 10px;
}

.capacity-table th,
.capacity-table td {
    border-bottom: 1px solid #ddd;
    padding: 20px 30px;
    text-align: left;
}

.capacity-table tr:first-child th,
.capacity-table tr:first-child td {
    border-top: 1px solid #ddd;
}

.capacity-table th {
    background-color: #EFEFEF;
    font-weight: bold;
    width: 28%;
}

.capacity-table td ul {
    list-style: none;
}
.capacity-table td ul li {
    margin-bottom: 5px;
}

.tbl_cnt {
    width: 45%;
}

/* 製品紹介 */
.products .product {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
    padding-bottom: 60px;
    border-bottom: solid 1px #D6D6D6;
    gap: 60px;
}

.products .product.-br_none {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px;
}

.product-text {
    width: 45.7%;
}
.product-image {
    width: 48%;
}
.product-image img {
    max-width: 100%;
    height: auto;
}

.product-image .rable {
    margin-top: 45px;
}
.btn {
    display: inline-block;
    padding: 15px 60px;
    background: #EA6876;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 10px;
    transition: all ease 0.3s;
    max-width: 300px;
    text-align: center;
    font-size: 16px;
}

.btn:hover {
    opacity: 0.5;
}

.product-text .-link {
    font-size: 16px;
    color: #EA6876;
    transition: all ease 0.3s;
}

.product-text .-link span {
    text-decoration: underline;
}

.product-text .-link:hover {
    opacity: 0.5;
}

.products .-link {
    margin-bottom: 20px;
    display: inline-block;
    width: 55%;
}

.link_list {
    display: flex;
    flex-direction: column;
}

.link_list .btn {
    max-width: 320px;
}

/* お問い合わせ */

.contact {
    max-width: 1700px;
    margin: 0 auto;
}

.form_tbl {
    width: 100%;
    margin-bottom: 50px;
}
.form_tbl tr {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.form_tbl th {
    text-align: start;
    width: 30%;
}
.form_tbl td {
    display: block;
    width: 70%;
}

.form_tbl .zip_area p {
    display: flex;
    gap: 10px;
    align-items: center;
}

.form_tbl .msg_cnt {
    align-items: unset;
}

.form_tbl .msg_cnt .msg {
    margin-top: 10px;
}

span[data-name="zip"] {
    display: inline-block;
    width: 200px;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="telephone"],
input[type="number"],
textarea {
    width: 100%;
    border: none;
    padding: 10px;
}

input[type="tel"] {
    border: solid 0.8px #DDDDDD;
}

.form_privacy {
    margin-bottom: 50px;
}

.form_privacy label {
    display: flex;
    justify-content: center;
}
.form_privacy label a {
    color: #EA6876;
    transition: all ease 0.3s;
    text-decoration: underline;
}

.form_privacy label a:hover {
    opacity: 0.5;
}

.form_privacy label .wpcf7-list-item-label {
    display: none;
}

.form_privacy label .wpcf7-not-valid-tip {
    position: absolute;
    width: 150px;
    left: 15px;
}

.form_privacy label .wpcf7-list-item {
    position: relative;
    top: 3px;
    right: 3px;
}

.form_submit {
    width: 100%;
}

.form_submit p {
    display: flex;
    justify-content: center;
    position: relative;
}

.form_submit p input {
    color: #fff;
    font-size: 16px;
    padding: 20px 65px;
    border: none;
    border-radius: 30px;
    transition: all ease 0.3s;
}

.form_submit p input:hover {
    opacity: 0.5;
}

.form_submit p input:disabled {
  background-color: #a0a0a0;
  cursor: not-allowed;
}

.form_submit p .wpcf7-spinner {
    display: none;
    position: absolute;
    right: 37%;
    top: 30%;
}

/* 電話番号 */

.tel_cnt {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.tel_cnt a {
    display: inline-block;
    background: #EA6876;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 15px 20px;
    width: 30%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.tel_cnt a small {
    display: block;
    font-size: 20px;
    font-weight: 500;
}



/* フッター */
.site-footer {
    text-align: center;
    padding: 0px 20px 90px;
    background: #f7f7f7;
    font-size: 14px;
    border-radius: 0px;
}

.site-footer .link-to-main {
    margin-bottom: 20px;
}

.site-footer .link-to-main a {
    font-size: 16px;
    color: #EA6876;
    transition: all ease 0.3s;
}

.site-footer .link-to-main a span {
    text-decoration: underline;
}

.site-footer .link-to-main a:hover {
    opacity: 0.5;
}


@media screen and (max-width:1670px) {
    .site-header {
        padding: 15px 5% 15px 5%;
    }
}

@media screen and (max-width:1400px) {
    .health-image img.hide-sp {
        width: 48%;
    }
}

@media screen and (max-width:1024px) {
    .product-image {
        width: 47%;
    }

    .tel_cnt a {
        display: inline-block;
        background: #EA6876;
        color: #fff;
        text-decoration: none;
        border-radius: 50px;
        padding: 15px 20px;
        width: 50%;
        text-align: center;
        font-size: 22px;
        font-weight: bold;
    }

    .health-image img.hide-sp {
        width: 45%;
    }
}

@media screen and (max-width:820px) {
    .health-image {
        overflow-x: scroll;   /* 横スクロールを許可 */
        white-space: nowrap; /* 画像を横並びで表示 */
    }

    .health-image img {
        display: inline-block;
        width: auto;
        max-width: none;
    }

    .health-image img.vis-sp {
        display: none;
    }

    .health {
        display: flex;
        flex-wrap: unset;
    }
}

/* All SP & Tablet */
@media screen and (max-width:800px) {
	.vis-tb {
		display: block;
	}
	.hero, .product-block {
        flex-direction: column;
    }
    .hero-image, .product-image {
    }

    .health-image img.vis-sp {
        display: block;
    }

}

/* All SP */
@media screen and (max-width:768px) {
    body {
		min-width: 360px;
	}

    .vis-sp {
        display: block;
    }

    .hide-sp {
        display: none;
    }

    .site-header {
    padding: 15px 5% 15px;
    width: 100%;
    }
    .site-header .logo img {
        max-width: 130px;
    }
    .site-header .link-to-main a {
        font-size: 14px;
    }

    .site-header .link-to-main a span {
    }

    .site-header .link-to-main a:hover {
        opacity: 0.5;
    }

    .wrap01 {    
    }

    .wrap02 {    
        background-color: #F7F7F7;

    }

    /* セクション共通 */
    section {
        padding: 60px 5%;
    }
    .sec_ttl {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px; 
    }
    .sec_ttl::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right,  #DA6F79 0 23%, #ccc 20% 100%); 
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .sec_txt {
        margin-bottom: 20px;
    }

    .sec_txt.-sp {
        margin-bottom: 30px;
    }

    h3 {
        font-size: 22px;
    }

    /* 健康食品 */
    .health {
        padding: 60px 5% 30px;
        gap: 0px;
    }

    .health .txt_cnt {
        width: 100%;
        margin-top: 20px;
    }

    .kenkou_ttl {
        color: #EA6876;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .typ_ttl {
        color: #EA6876;
        font-size: 20px;
        font-weight: bold;
    }

    .health h3 {
        font-size: 20px;
    }

    .health p {
        font-size: 16px;
        width: 46%;
    }

    .health-image img {
        max-width: 55%;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    .health-image img.hide-sp {
        display: none;
    }

    /* 生産能力 */
    .production {
        padding: 0px 5% 0px;
    }
    .production-gallery img {
        max-width: 100%;
        height: auto;
        margin: 0 0 50px;
    }
    .capacity-table {
        margin-top: 0px;
        gap: 40px;
        flex-wrap: wrap;
    }
    .capacity-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .tbl01 {
        margin-bottom: 30px;
    }

    .tbl02 {
        margin-bottom: 10px;
    }

    .capacity-table th,
    .capacity-table td {
        padding: 20px 15px;
    }

    .capacity-table tr:first-child th,
    .capacity-table tr:first-child td {
        border-top: 1px solid #ddd;
    }

    .capacity-table th {
        background-color: #EFEFEF;
        font-weight: bold;
        width: 28%;
    }

    .capacity-table .tbl02 th {
        width: 47%;
    }

    .capacity-table td ul {
        list-style: none;
    }
    .capacity-table td ul li {
        margin-bottom: 5px;
    }
    .info {
        font-size: 13px;
    }

    .tbl_cnt {
        width: 100%;
    }

    /* 製品紹介 */
    .products .product {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: solid 1px #D6D6D6;
        gap: 0px;
    }

    .products .product.-br_none {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .product-text {
        width: 100%;
    }
    .product-image {
        width: 100%;
    }
    .product-image img {
        margin-bottom: 30px;
    }

    .product-image .rable {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .btn {
        display: block;
        padding: 15px 40px;
        margin: 50px auto 30px;
        width: 300px;
    }

    .btn:hover {
        opacity: 0.5;
    }

    .product-text .-link {
        font-size: 14px;
    }

    .product-text .-link span {
    }

    .product-text .-link:hover {
    }

    .products .-link {
        margin-bottom: 20px;
        display: inline-block;
        width: 90%;
    }

    .link_list {
        display: flex;
        flex-direction: column;
    }

    .link_list .btn {
        padding: 15px 40px;
        margin: 10px auto 0px;
        width: 300px;
    }

    /* お問い合わせ */

    .contact {
        max-width: 1700px;
        margin: 0 auto;
    }

    .form_tbl {
        margin-bottom: 10px;
    }
    .form_tbl tr {
        display: flex;
        margin-bottom: 20px;
        align-items: unset;
        flex-wrap: wrap;
    }
    .form_tbl th {
        text-align: start;
        width: 50%;
        margin-bottom: 10px;
    }
    .form_tbl td {
        width: 100%;
    }

    .form_tbl .zip_area p {
        display: block;
        gap: 0px;
        align-items: unset;
    }

    .form_tbl .msg_cnt {
        align-items: unset;
    }

    .form_tbl .msg_cnt .msg {
        margin-top: 10px;
    }

    span[data-name="zip"] {
        display: inline-block;
        width: 100%;
    }

    input[type="text"],
    input[type="tel"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="telephone"],
    input[type="number"],
    textarea {
        width: 100%;
        border: none;
        padding: 10px;
    }

    input[type="tel"] {
        border: solid 0.8px #DDDDDD;
    }

    .form_privacy {
        margin-bottom: 50px;
        width: 100%;
        display: block;
    }

    .form_privacy label {
    }
    
    .form_privacy label .hide-sp {
		display: block;
	}

    .form_privacy label a {
        color: #EA6876;
        transition: all ease 0.3s;
        text-decoration: underline;
    }

    .form_privacy label a:hover {
        opacity: 0.5;
    }

    .form_privacy label .wpcf7-list-item-label {
        display: none;
    }

    .form_privacy label .wpcf7-not-valid-tip {
        top: 45px;
        left: 15px;
    }

    .form_privacy label .wpcf7-list-item {
        position: relative;
        top: 3px;
    }

    /* .form_privacy label .vis-sp.-br {
        margin-left: 41px;
        margin-top: -15px;
    } */

    .form_privacy label .vis-sp.-br {
        display: none;
    }

    .form_submit {
        width: 100%;
    }

    .form_submit p {
        display: block;
        margin: 0 auto;
        width: 75%;
    }

    .form_submit p input {
        color: #fff;
        font-size: 16px;
        padding: 20px;
        border: none;
        border-radius: 30px;
        transition: all ease 0.3s;
        width: 100%;
        margin: 0 auto;
    }

    .form_submit p input:hover {
        opacity: 0.5;
    }

    .form_submit p input:disabled {
        background-color: #a0a0a0;
        cursor: not-allowed;
    }

    .form_submit p .wpcf7-spinner {
        display: none;
    }

    /* フッター */
    .site-footer {
    }

    .site-footer .link-to-main a {
        font-size: 14px;
    }

    .site-footer .link-to-main a span {
    }

    .site-footer .link-to-main a:hover {
    }

}

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

    .form_privacy label {
        font-size: 13px;
    }
}

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

    .health p {
        width: 100%;
    }

    .form_privacy label .hide-sp {
		display: none;
	}
    
    .form_privacy {
        margin-bottom: 50px;
        width: 100%;
        display: block;
    }

    .form_privacy label {
        display: block;
        justify-content: unset;
        margin: 0 auto;
        font-size: 13px;
        width: 85%;
    }
    .form_privacy label .vis-sp.-br {
        display: block;
        margin-left: 36px;
        margin-top: 5px;
    }

    .form_privacy label .wpcf7-list-item {
        top: 6px;
    }

    .form_submit p .wpcf7-spinner {
        display: none;
        position: absolute;
        right: -25%;
        top: 30%;
    }

    /* 電話番号 */

    .tel_cnt {
        flex-wrap: wrap;
    }

    .tel_cnt a {
        width: 80%;
    }

    .tel_cnt a {
        font-size: 20px;
        font-weight: bold;
    }

    .tel_cnt a small {
        font-size: 18px;
    }
}

@media screen and (max-width:415px) {
    .form_privacy label {
        display: block;
        justify-content: unset;
        margin: 0 auto;
        font-size: 13px;
        width: 88%;
    }

    .form_privacy label {
        font-size: 13px;
    }
}

@media screen and (max-width:400px) {
    .form_privacy {
        margin-bottom: 50px;
        width: 100%;
        display: block;
    }

    .form_privacy label {
        display: block;
        justify-content: unset;
        margin: 0 auto;
        font-size: 13px;
        width: 100%;
    }
}