@charset "UTF-8";

body {
    color: #4D4D4D;
}
a {
    color: #4D4D4D;
}

/* ヘッダー */
.sp {
	display: none !important;
}
.header {
    height: 120px;
    flex-direction: column;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
.header a {
    text-align: center;
}
.logo {
    width: 100%;
	margin: 5px 0px 20px 0px;
}
.sns {
    position: absolute;
    top: 10px;
}
.img-top{
	vertical-align: top;
}
.header-link {
    max-width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin:0 auto;
}
.header-link-text {
    font-size: 0.7rem;
	line-height: 1.2;
	text-align: center;
	margin-top: 5px;
	color: #8BAE69;
}
.top-navi {
    margin-left: 15px;
}
.contents-top {
    margin-top: 120px;
}
.nav-color{
	color: #7CA159 !important;
}
.dropdown-lists {
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 15%;
    position: absolute;
	top: 120px;
	left: 36vw;
}
#li-hover-check:hover .dropdown-lists {
	visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}
.dropdown-lists{
	padding: 0px;
	border: 1px solid #B5D398;
	border-top: none;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.dropdown-list {
    background-color: #FFFFFF;
    transition: all .3s;
    position: relative;
	font-size: 14px;
	padding: 0px 15px;
}
.dropdown-list:not(:first-child)::before{
	content: "";
	width: 90%;
	height: 0.5px;
	background-color: #CBE0B7;
	position: absolute;
	top: 0;
	left: 10px;
}
.dropdown-list a {
    display: flex;
    align-items: center;
    color: #81B055;
    position: relative;
	height: 40px;
}

/* 2つのロゴをまとめたブランドロゴ用 */
.navbar .brand-logos {
  display: flex;
  align-items: center;
  gap: 8px; /* 画像とスラッシュの間隔 */
}

.navbar .brand-logos .logo {
  height: 40px;  /* PC時のロゴサイズ */
  width: auto;   /* アスペクト比を保持 */
  margin: 0;     /* 上書きして余白リセット */
}

.navbar .brand-logos .logo-divider {
  font-size: 28px;
  font-weight: 200; /* 細めのスラッシュ */
  margin: 0 6px;
  line-height: 1;
}

/* スマホ用（768px以下） */
/* スマホ用（768px以下） */
@media (max-width: 767.98px) {
  .navbar .brand-logos {
    flex-direction: column; /* 縦並び */
    gap: 4px;
  }

  .navbar .brand-logos .logo {
    height: 24px;  /* スマホ用に小さく */
  }

  .navbar .brand-logos .logo-divider {
    display: none; /* スマホでは「/」を非表示 */
  }
}
/*.navbar-light .navbar-toggler{
	color: #85B755;
	border-color: #85B755;
}*/
/* フッター */
footer .info {
    margin-top: 50px;
}
footer .info .small {
    font-size: 0.7rem;
}
.footer-set{
	background-color: #85B755;
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	background-image: none;
}
.sns-icon {
    max-width: 35px;
}
.footer-headline {
    font-size: 1.5rem;
}
.footer-headline img {
    zoom: 0.7;
}
.blog-more-info {
    background-color: #7EC9C5;
}
.footer-ul{
	list-style: none;
	border-left: solid 1px rgba(66,88,99,.4);
}
@media only screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: flex !important;
	}
	.sp-header-link {
		width: 27px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		margin:0 auto;
	}
	.sp-img-mail {
		padding: 2.9px 0vw;
		background-color: #85B755;
	}
	.sp-img-seitai {
		padding: 0.1vw 0vw;
		background-color: #85B755;
	}
	.sp-img-cart {
		padding: 2.3px 0vw;
		background-color: #85B755;
	}
	.img-radius{
		padding: 1.5vw;
		border-radius: 50%;
		background-color: #85B755;
		margin: 0.8vw;
	}
	.header {
        height: auto;
        flex-direction: initial;
    }
    .header a {
        text-align: left;
		margin: 0px;
    }
    .logo {
		width: 100px;
		padding: 5px 0px;
        margin: 0;
    }
    .online-store-text {
        display: none;
    }
    .top-navi {
        margin-left: 0;
    }
    .contents-top {
        margin-top: 82px;
    }
	#li-hover-check:hover .dropdown-lists {
		visibility: hidden;
    	opacity: 0;
	}
    /* フッター */
    footer {
        text-align: initial;
    }
    footer .logo {
        width: 50%;
    }
    footer .info {
        margin-top: 20px;
    }
	.footer-ul{
		padding: 10px 0px;
		border-left: none;
		border-top: solid 1px rgba(66,88,99,.4);
	}
}

/* ------------------------------------ */
/* トップページ */
/* ------------------------------------ */
.top-visual {
    margin-top: 120px;
}
.img-resize{
	max-width: 60%;
	margin: 0 auto;	
}
.top-catch-copy {
	font-weight: bold;
	font-size: 1.4rem;
	color: #7FA65A;
	text-decoration: underline 5px #E3E7B4;
}
.top-healthcheck-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #85B755;
	border: 2px solid #85B755;
	font-size: 15px;
	font-weight:  bold;
	transition: 0.3s;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.top-healthcheck-link a::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 15px;
	height: 1.5px;
	background-color: #85B755;
	transition: 0.3s;
}
.top-healthcheck-link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 30px;
	height: 1.5px;
	background-color: #85B755;
	transition: 0.3s;
}
.top-healthcheck-link a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #85B755;
}
.top-healthcheck-link a:hover::before,
.top-healthcheck-link a:hover::after {
	background-color: #FFFFFF;
}
.top-headline {
    font-size: 1.6rem;
}
.top-headline span {
    color: #80C9C4;
}
.top-headline img {
    zoom: 0.7;
}
.top-campaign{
	background-color: #F4F2EC;
	padding: 20px;
}
/*.diagonal_line::before {
	content: '';
	position: absolute;
	top: calc(7% - 2px);
	left: 11em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 20px;
	height: 1px;
	background-color: #4D4D4D;
	transition: 0.3s;
}
.diagonal_line::after {
	content: '';
	position: absolute;
	top: calc(7% - 2px);
	right: 11em;
	transform: translateY(calc(-50% - 2px)) rotate(135deg);
	width: 20px;
	height: 1px;
	background-color: #4D4D4D;
	transition: 0.3s;
}*/
.top-campaign .catch-copy{
	font-size: 1rem;
	padding-bottom: 10px;
}
.top-campaign .news{
	margin: 0 auto;
	border: 2px solid #85B755;
	background-color: #FFFFFF;
	width: 80%;
	padding: 10px;
}
.top-campaign .title{
	font-size: 1.2rem;
	font-weight: bold;
	color: #85B755;
	padding: 10px;
}
.top-campaign .small{
	font-size: 0.9rem;
}
.top-campaign .bold{
	font-weight: bold;
}
.top-campaign .underline{
	text-decoration: underline;
}
.top-campaign a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin:0 auto;
	padding-right: 10px;
	width: 180px;
	color: #FFFFFF;
	background-color: #06C755;
	text-decoration: none;
}
.top-campaign img{
	width: 50px;
}
.top-about-sub-title {
	font-size:1.4rem;
	font-weight: bold;
	background: repeating-linear-gradient(
		to bottom, /* 方向 */
		transparent 0 12px, /* 行の上部分の余白 */
		#E3E7B4 12px 21px, /* マーカー部分 */
		transparent 21px 48px /* 行の下部分の余白 */
	);
}
.top-about-us-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin:20px 0px;
	padding: 0.5em;
	width: 150px;
	color: #85B755;
	border: 1px solid #85B755;
	font-size: 13px;
	font-weight:  bold;
	transition: 0.3s;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.top-about-us-link a::before {
	content: '';
	position: absolute;
	top: calc(50% - 1.5px);
	right: 0.2em;
	transform: translateY(calc(-50% - 1.5px)) rotate(30deg);
	width: 12px;
	height: 1.5px;
	background-color: #85B755;
	transition: 0.3s;
}
.top-about-us-link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.2em;
	transform: translateY(-50%);
	width: 20px;
	height: 1.5px;
	background-color: #85B755;
	transition: 0.3s;
}
.top-about-us-link a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #85B755;
}
.top-about-us-link a:hover::before,
.top-about-us-link a:hover::after {
	background-color: #FFFFFF;
}
.top-about-us {
    justify-content: center;
    flex-direction: column;
}
.top-pickup {
    border: solid 1px rgba(66, 88, 99, .4);
	padding: 10px;
	background-color: #FFFFFF;
	flex: 0 0 33%;
    max-width: 33%;
}
.top-pickup a{
	text-decoration: none;
}
.top-pickup .day {
	padding-right: 5px;
	font-size: 0.8rem;
}
.top-pickup .category-news {
	padding: 0px 2px;
    font-size: 0.7rem;
	color: #FFFFFF;
	background-color:#85B755;
}
.top-pickup .category-event {
	padding: 0px 2px;
	border: solid 1px rgba(66, 88, 99, .4);
	font-size: 0.7rem;
}
.top-pickup .text {
    font-size: 0.9rem;
}
.top-pickup img{
	margin-top: 15px;
}
.top-aboutus .title,
.top-aboutus .text {
    background-color: rgba(128, 201, 196, .3);
}
.top-aboutus .title {
    padding-top: 45px;
    text-align: center;
}
.top-aboutus .text {
    padding: 25px 0 40px;
    text-align: center;
}
.top-news {
	justify-content: center;
	padding: 40px;
	background-color: #E3E7B4;
}
.top-news .title {
    text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.top-news .col-md-12 .d-flex {
  justify-content: center;
  gap: 16px;
}
.top-sns{
	justify-content: center;
}
.box-shadow-1{
	box-shadow: 100px 50px 0px 0px #F4F2EC;
}
.box-shadow-2{
	box-shadow: 20px 40px 0px 0px #F4F2EC;
}
.box-shadow-3{
	box-shadow: 100px -30px 0px 0px #F4F2EC;
}
.sp-br {
	display: none !important;
}
.sp-not-row {
	display: block !important;
}
.sp-img{
	display:none !important
}
.pc-img{
	display:block !important
}
.sp-text{
	display:none !important
}
.pc-text{
	display:block !important
}
@media only screen and (max-width: 767px) {
    .top-visual {
        margin-top: 62px;
    }
	.img-resize{
		max-width: 100%;	
	}
    .top-about-us {
        justify-content: initial;
    }
    .top-aboutus .title {
        padding-top: 20px;
    }
    .top-news .text {
        padding: 3px 5px;
    }
	.top-campaign .news {
		width: 100%;
	}
	.top-campaign .catch-copy{
		font-size: 0.8rem;
	}
	.top-campaign .small{
		font-size: 0.8rem;
	}
	.sp-br {
		display: block !important;
	}
	.sp-not-br{
		display: none !important;
	}
	.sp-not-row {
		display: none !important;
	}
	.sp-center {
		text-align: center;
		margin: 0 auto;
		justify-content: center;
	}
	.top-about-us-link a {
		margin:10px auto;
	}
	.sp-img{
		display:block !important
	}
	.pc-img{
		display:none !important
	}
	.top-news {
		padding: 10px;
	}
	.sp-text{
		display:block !important
	}
	.pc-text{
		display:none !important
	}
	.top-healthcheck-link a {
		width: 200px;
	}
}

/* ------------------------------------ */
/* Pickup Information */
/* ------------------------------------ */
.pickup .headline-left {
    border-bottom: 2px solid #4D4D4D;
}
.pickup .headline-right {
    background-color: #4D4D4D;
    color: #FFFFFF;
    padding: 5px 10px;
    border-bottom: 2px solid #4D4D4D;
}
.pickup-contents .left {
    width: 45%;
}
.pickup-contents .right {
    width: 45%;
}
.pickup-contents .name {
    font-size: 1.3rem;
}
.pickup-contents .brand {
    text-align: right;
}
.pickup-contents .description {
    font-size: 0.85rem;
    line-height: 1.8;
}
.pickup-about {
    background-color: #F2F2F2;
    border-radius: 15px;
    padding: 30px;
}
.pickup-about .title {
    font-size: 1.1rem;
}
.pickup-about .description {
    font-size: 0.9rem;
}

@media only screen and (max-width: 767px) {
    .pickup-contents .left {
        width: 100%;
    }
    .pickup-contents .right {
        width: 100%;
    }
    .pickup-contents .name {
        margin-top: 10px;
    }
}

/* ------------------------------------ */
/* About Us */
/* ------------------------------------ */
/*#mart, #kampo, #seitai {
	margin-top:-120px;
	padding-top:120px;
}*/
.about-visual {
    margin-top: 120px;
}
.about-catch-copy {
    font-size: 1.8rem;
	font-weight: bold;
}
.about-sub-title {
	margin: 0 auto;
	font-size:1.4rem;
	font-weight: bold;
	background: repeating-linear-gradient(
		to bottom, /* 方向 */
		transparent 0 18px, /* 行の上部分の余白 */
		#E3E7B4 18px 28px, /* マーカー部分 */
		transparent 28px 48px /* 行の下部分の余白 */
	);
}
.about-for-you .title {
    width: 180px;
}
.about-family .title {
    width: 340px;
}
.about-hometown .title {
    width: 400px;
}
.about-contents {
    justify-content: space-between;
}
.about-for-you .text,
.about-family .text,
.about-hometown .text {
    position: absolute;
    top: -12%;
    right: 0%;
    background-color: #F2F2F2;
    padding: 30px 15px;
    font-size: 0.9rem;
    line-height: 2;
    width: 50%;
}
.about-safe .text {
    font-size: 0.9rem;
    line-height: 2;
}
.about-external-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #85B755;
	border: 2px solid #85B755;
	font-size: 15px;
	font-weight:  bold;
	transition: 0.3s;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.about-external-link a::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 15px;
	height: 1.5px;
	background-color: #85B755;
	transition: 0.3s;
}
.about-external-link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 30px;
	height: 1.5px;
	background-color: #85B755;
	transition: 0.3s;
}
.about-external-link a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #85B755;
}
.about-external-link a:hover::before,
.about-external-link a:hover::after {
	background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	#mart, #kampo, #seitai {
		margin-top:-62px;
		padding-top:62px;
	}
    .about-visual {
        margin-top: 62px;
    }
    .about-for-you .title {
        width: 120px;
    }
    .about-family .title {
        width: 250px;
    }
    .about-hometown .title {
        width: 300px;
    }
    .about-contents {
        justify-content: initial;
        flex-direction: column;
    }
    .about-for-you .text,
    .about-family .text,
    .about-hometown .text {
        top: 50%;
        left: 50%;
        width: 75%;
        transform: translate(-50%,-50%);
    }
}

/* ------------------------------------ */
/* Health Check */
/* ------------------------------------ */
.my-checkbox {
	display: inline-block;
	position: relative;
	margin: 0.5em 0;
	padding-left: 28px;
	cursor: pointer;
	user-select: none; /* テキストの選択を防ぐ */
}

/* inputは非表示にする */
.my-checkbox input {
	display: none;
}

/* □ */
.checkmark {
	position: absolute;
	top: 0.2em; /* 上からの位置 */
	left: 0;
	height: 22px; /* 大きさ */
	width: 22px; /* 大きさ */
	border: solid 2px #A8A8A8; /* 線 */
	border-radius: 4px;
	box-sizing: border-box;
}
/* ✓ */
.checkmark:after {
	content: "";
	position: absolute;
	left: 6px; /* チェックの位置 */
	top: 2px; /* チェックの位置 */
	width: 6px; /* チェックの大きさ */
	height: 10px; /* チェックの大きさ */
	border: solid #FFF;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0; /* 透明にしておく */
}

/* チェックが入ったときの□ */
.my-checkbox input:checked + .checkmark {
	background: #BA5F74; /* チェック時の色 */
	border-color: #BA5F74; /* チェック時の色 */
}

/* チェックが入ったときの✓ */
.my-checkbox input:checked + .checkmark:after {
	opacity: 1; /* 透明を解除 */
}

.check-result-box{
	border:1px solid #E7DFD0;
	background-color: #F4F2EC;
}
.check-result-title{
	font-size: 1.1em;
	font-weight:bold;
	padding: 15px 0px 5px 15px;
}
.check-result{
	padding: 0px 0px 15px 20px;
}
.line-link a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #85B755;
	border: 2px solid #85B755;
	font-size: 15px;
	font-weight:  bold;
	transition: 0.3s;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.line-link a::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 15px;
	height: 1.5px;
	background-color: #85B755;
	transition: 0.3s;
}
.line-link a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 30px;
	height: 1.5px;
	background-color: #85B755;
	transition: 0.3s;
}
.line-link a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #85B755;
}
.line-link a:hover::before,
.line-link a:hover::after {
	background-color: #FFFFFF;
}

/* ------------------------------------ */
/* News & Event */
/* ------------------------------------ */
.news {
    margin: 20px 0;
}
.news .icon {
    border: 1px solid #4D4D4D;
	margin-right: 35px;
}
.news .icon img {
    padding: 10px;
    width: 100px;
    height: 100px;
}
.news .title {
	/*margin-left: 35px;*/
	flex-grow: 1;
}
@media only screen and (max-width: 767px) {
    .news .icon {
        display: none;
    }
    .news .icon img {
        width: 60px;
        height: 60px;
    }
    .news {
        margin-left: 15px;
    }
	/*.news .title {
    	margin-left: 0px;
	}*/
    .news .date {
		margin-right: 0px;
		margin-left: auto;
        text-align: right;
        font-size: 0.9rem;
        width: 110px;
    }
	.d-flex{
		display: block !important;
	}
}

/* ------------------------------------ */
/* FAQ */
/* ------------------------------------ */
.accbox {
    position: relative;
    overflow: hidden;
    width: 80%;
    margin: 1% auto;
}

.accbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.accbox label {
    line-height: 1.5;
    position: relative;
    display: block;
    padding: 5px 40px 5px 5px;
    cursor: pointer;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 0;
}

.accbox label:hover {
    background: #F2F2F2;
}

.accbox .accshow {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    background: #F2F2F2;
}

.accbox .accshow p {
    margin: 5px;
}

.accbox p {
    margin-bottom: 0px;
}

/* :checked */
.cssacc:checked+label+.accshow {
    max-height: 150em;
}

.accbox label:after {
    font-family: "FontAwesome";
    content: " \f078";
    position: absolute;
    top: 7px;
    right: 0;
    width: 2em;
    height: 3em;
}

.cssacc:checked+label:after {
    font-family: "FontAwesome";
    content: " \f077";
}

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

/* ------------------------------------ */
/* Sitemap */
/* ------------------------------------ */
.sitemap dt {
    padding-right: 100px;
    border-bottom: 1px solid #D3D3D3;
    font-weight: initial;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .sitemap {
        flex-direction: column;
    }
}

/* ------------------------------------ */
/* 特定商取引法に基づく表記 */
/* ------------------------------------ */
.scta {
    background-color: #F2F2F2;
    padding: 20px 0;
}
.scta dt {
    float: left;
    width: 30%;
    text-align: right;
}
.scta dd {
    margin-left: 33%;
    padding-left: 2%;
    border-left: 1px solid #D3D3D3;
    padding-bottom: .5rem;
    margin-bottom: initial;
}

@media only screen and (max-width: 767px) {
    .scta-title {
        zoom: 0.45 !important;
    }
    .scta dt {
        float: initial;
        width: initial;
        text-align: initial;
        padding-left: 10px;
    }
    .scta dd {
        margin-left: initial;
        border-left: initial;
        padding-left: 10px;
    }
}

/* ------------------------------------ */
/* Contact Us */
/* ------------------------------------ */
.contact-us label {
    width: 100%;
}
.contact-us .name,
.contact-us .email,
.contact-us .tel,
.contact-us .subject,
.contact-us .message {
    width: 100%;
    background-color: #F2F2F2;
}
.contact-us .submit {
    background-color: #85B755;
    color: #FFFFFF;
    padding: 5px 25px;
    border-radius: 3px;
}