@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP,LAYOUT]
/* [02.PAGE]
/* [03.SINGLE-ITEM]
/* [04.SINGLE-LESSON]
/* [05.SINGLE-BLOG]
/* [00.MEDIA QUERIES,PRINT]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP]
--------------------------------------------------------------------------*/
main {
	display: block;
	word-break: break-word;
}
#main-top {
	width: 100%;
	padding-left: 5%;
	position: relative;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
}
.main-visual {
	display: flex;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.main-visual .img-box {
	width: 70%;
	margin: 0 0 0 auto;
	padding-top: 110px;
	animation: anim 1s forwards;
}
.main-visual .img-box img {
	width: 100%;
	height: auto;
}
@keyframes anim {
  0% {
  	transform: translateX(300px);
  }
  100% {
  	transform: translateX(0px);
  }
}
.main-visual .txt-box {
	width: 50%;
	position: absolute;
	z-index: 10;
	top: 30%;
	left: 5%;
}
.main-visual .txt-box .eng {
	font-size: 72px;
	line-height: 72px;
	color: #212121;
	margin-bottom: 25px;
}
.main-visual .txt-box h1 {
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 20px;
	color: #212121;
}
.main-visual .txt-box .dsp {
	width: 55%;
	font-size: 13px;
	line-height: 180%;
}
.focus-in {
	-webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
			animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes focus-in {
  0% {
	-webkit-filter: blur(12px);
			filter: blur(12px);
	opacity: 0;
  }
  100% {
	-webkit-filter: blur(0px);
			filter: blur(0px);
	opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
	-webkit-filter: blur(12px);
			filter: blur(12px);
	opacity: 0;
  }
  100% {
	-webkit-filter: blur(0px);
			filter: blur(0px);
	opacity: 1;
  }
}
#product-top {
	background: #f8f8f8;
}
.item-top-box {
	position: relative;
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
}
.item-top-box:before {
	content: "";
	background: url(../images/layouts/item-top-before.webp) no-repeat;
	position: absolute;
	display: inline-block;
	width: 163px;
	height: 320px;
	top: -40px;
	left: 40px;;
}

.li_2c {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_2c div {
	width: 50%;
	float: left;
}
.li_2c div img {
	width: 100%;
	height: auto;
}
.li_2c div:nth-child(2) {
	width: 45%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_2c div .eng {
	font-size: 48px;
	line-height: 100%;
	margin-bottom: 30px;
}
.li_2c div .h2-top {
	font-size: 24px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 30px;
}
.li_3c {
	display: flex;
	flex-wrap: wrap;
}
.li_3c li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.li_3c li:nth-child(3n) {
	margin-right: 0%;
}
.li_3c h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
.li_3c p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.li_3c li img {
	width: 100%;
	height: auto;
}
.li_3c li .date {
	margin-bottom: 10px;
	padding: 0 10px;
}
.li_3c li h4 {
	padding: 0 10px;
	text-align: center;
	margin-bottom: 0;
}
.li_4c {
	display: flex;
	flex-wrap: wrap;
}
.li_4c li {
	width: 23.5%;
	margin-right: 2%;
}
.li_4c li:nth-child(4n) {
	margin-right: 0;
}
.li_4c li img {
	width: 100%;
	height: auto;
}
.li_6c {
	display: flex;
	flex-wrap: wrap;
}
.li_6c li {
	width: 16%;
	margin-right: 0.8%;
}
.li_6c li:nth-child(6n) {
	margin-right: 0;
}
.li_6c li img {
	width: 100%;
	height: auto;
}
#info .pkg {
	padding: 180px 30px 80px;
}
.top-info-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.top-info-wrap .ttl-box {
	width: 30%;
}
.top-info-wrap .ttl-box .eng {
	margin-bottom: 10px;
	line-height: 100%;
	font-size: 34px;
}
.top-info-wrap .ttl-box h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 30px;
}
.top-info-wrap .ttl-box .button.border-btn {
	width: 160px;
	padding: 10px;
	font-size: 12px;
}
.top-info-wrap .conts-box {
	width: 65%;
}
.top-info-li {
	width: 100%;
}
.top-info-li li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.top-info-li li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top-info-li li a .date {
	width: 15%;
}
.top-info-li li a h4 {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.top-info-li li a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.lesson-top-box {
	position: relative;
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
}
.lesson-top-box:before {
	content: "";
	background: url(../images/layouts/clipping-img-01.webp) no-repeat;
	position: absolute;
	display: inline-block;
	width: 158px;
	height: 320px;
	top: -40px;
	right: 40px;
}
.lesson-li {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
.lesson-li li {
	width: 48%;
	margin-bottom: 2%;
}
.lesson-li li img {
	width: 100%;
	height:auto;
	margin-bottom: 20px;
}
.lesson-li li:hover {
	opacity: 0.5;
	transition: 0.8s;
}
.product_li {
	margin-bottom: 40px;
}
.product_li li {
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.product_li li:hover {
	transition-duration: .8s;
	-moz-transition-duration: .8s;
	box-shadow: 18px 18px 36px -18px rgba(0, 0, 0, .2);
}
.product_li li .txt-box {
	padding: 20px 10px 10px 10px;
}
.product_li li h4 {
	font-weight: normal;
	line-height: 140%;
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}
.product_li li .price {
	font-size: 12px;
	color: #666;
	line-height: 140%;
}
.blog_li {
	margin-bottom: 20px;
}
.blog_li li {
	background: #fff;
	margin-bottom: 2%;
}
.blog_li li .txt-box {
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.blog_li li:hover {
	transition-duration: .8s;
	-moz-transition-duration: .8s;
	box-shadow: 18px 18px 36px -18px rgba(0, 0, 0, .2);
}
.blog_li li h4 {
	text-align: left;
	font-weight: normal;
}
.blog_li li .date {
	font-size: 12px;
	color: #666;
}
.li_news {
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	margin: 0 auto;
}
.li_news li {
	display:inline-block;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px #eee dotted;
	margin-bottom: 20px;
}
.li_news li:last-child {
	margin-bottom: 40px;
}
.li_news .date {
	float: left;
	width: 20%;
}
.li_news p {
	float: right;
	width: 80%;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ttl {
	text-align: center;
	margin-bottom: 40px;
}
.ttl .eng {
	line-height: 100%;
	margin-bottom: 10px;
}
.ttl h3 {
	font-size: 16px;
	font-weight: normal;
}
/* [02.PAGE]
--------------------------------------------------------------------------*/
.page-main {
	padding: 160px 20px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	z-index: -1;
	text-align: center;
}
.main-lesson {
	background: url(../images/layouts/main-lesson-bg.webp) no-repeat center top;
	background-size: cover;
}
.main-item {
	background: url(../images/layouts/main-lesson-bg.webp) no-repeat center top;
	background-size: cover;
}
.main-blog {
	background: url(../images/layouts/main-lesson-bg.webp) no-repeat center top;
	background-size: cover;
}
.main-profile {
	background: url(../images/layouts/main-lesson-bg.webp) no-repeat center top;
	background-size: cover;
}
.main-access {
	background: url(../images/layouts/main-lesson-bg.webp) no-repeat center top;
	background-size: cover;
}
.main-contact {
	background: url(../images/layouts/main-lesson-bg.webp) no-repeat center top;
	background-size: cover;
}
.main-about-kombucha {
	background: url(../images/layouts/main-lesson-bg.webp) no-repeat center top;
	background-size: cover;
}
.page-main:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #212121;
	opacity: 0.5;
	display: block;
	z-index: -1;
}
.main-page-ttl-wrap .eng {
	color: #fff;
	font-size: 66px;
	margin-bottom: 5px;
}
.main-page-ttl-wrap h1 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
}
.main-page-ttl-wrap h1 span {
	font-size: 12px;
	display: inline-block;
	width: 100%;
	line-height: 120%;
	margin: 10px 0;
}
.page h2 {
	font-size: 26px;
	margin-bottom: 40px;
}
.page_product_li {
	margin-bottom: 40px;
}
.page_product_li li {
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 2%;
}
.page_product_li li:hover {
	transition-duration: .8s;
	-moz-transition-duration: .8s;
	box-shadow: 18px 18px 36px -18px rgba(0, 0, 0, .2);
}
.page_product_li li .txt-box {
	padding: 20px 10px 0 10px;
}
.page_product_li li h3 {
	font-weight: normal;
	line-height: 140%;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.page_product_li li .price {
	font-size: 12px;
	color: #666;
	line-height: 140%;
}
.page-lesson-li {
	width: 100%;
	height: auto;
}
.page-lesson-li li {
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
.page-lesson-li li article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.page-lesson-li li .img-box {
	width: 40%;
}
.page-lesson-li li .img-box img {
	width: 100%;
	height: auto;
}
.page-lesson-li li .img-box img:hover {
	opacity: 0.5;
	transition: 0.8s;
}
.page-lesson-li li .txt-box {
	width: 56%;
}
.page-lesson-li li .txt-box h3 {
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 15px;
}
.place-date {
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
	color: #666;
}
.place-date i {
	margin-right: 5px;
	font-size: 18px;
	color: #1d1d1d;
	width: 20px;
}
.place-date span {
	width: 90%;
	line-height: 140%;
}
.page-lesson-li li .txt-box .date-txt {
	display: flex;
	justify-content: flex-start;
}
.page-lesson-li li .txt-box .date-txt p {
	margin-right: 20px;
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	color: #666;
}
.page-lesson-li li .txt-box .date-txt p span {
	display: inline-block;
	font-size: 11px;
	border: 1px solid #666;
	border-radius: 4px;
	color: #666;
	padding: 2px 6px;
	margin-right: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
.page-lesson-li li .txt-box .des-txt {
	font-size: 13px;
	line-height: 160%;
	color: #666;
	margin-bottom: 20px;
}
.page-lesson-li li .txt-box .btn-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 460px
}
.page-lesson-li li .txt-box .btn-wrap li {
	padding: 0;
	margin-bottom: 0;
	margin-right: 10px;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #1d1d1d;
}
.page-lesson-li li .txt-box .btn-wrap li:hover {
	opacity: 0.5;
	transition: 0.8s;
}
.page-lesson-li li .txt-box .btn-wrap li a {
	color: #1d1d1d;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.page-lesson-li li .txt-box .btn-wrap .reserve-btn {
	background: #53c2ae;
	border: 1px solid #53c2ae;
}
.page-lesson-li li .txt-box .btn-wrap .reserve-btn a {
	color: #fff;
}
.week-select-wrap,
.itema-cate-select-wrap {
	margin-bottom: 50px;
}
#btn_week,
#btn_item_cate {
	display: none;
}
.week-nav,
.item-cate-nav {
	display: block;
}
.week-nav .nav-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
.week-nav .nav-li li {
	width: 12%;
	margin-right: 1%;
}
.week-nav .nav-li li:last-child {
	margin-right: 0;
}
.week-nav .nav-li li a {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	text-align: center;
	border: 1px solid #1d1d1d;
	line-height: 34px;
	color: #1d1d1d;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.week-nav .nav-li li a:hover {
	background: #1d1d1d;
	color: #fff;
}
.item-cate-nav .nav-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
.item-cate-nav .nav-li li {
	width: 24%;
	margin-right: 1.333%;
	margin-bottom: 1.333%;
}
.item-cate-nav .nav-li li:nth-child(4n) {
	margin-right: 0;
}
.item-cate-nav .nav-li li a {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	text-align: center;
	border: 1px solid #1d1d1d;
	line-height: 34px;
	color: #1d1d1d;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.item-cate-nav .nav-li li a:hover {
	background: #1d1d1d;
	color: #fff;
}
.concept-wrap {
	max-width: 740px;
	margin: 0 auto 80px;
}
.concept-wrap h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 60px;
}
.concept-txt {
	margin-bottom: 60px;
}
.concept-txt p {
	margin-bottom: 40px;
}
.concept-main-img {
	width: 100%;
	margin-bottom: 60px;
}
.concept-main-img img {
	width: 100%;
	height: auto;
}
.concept-wrap .button {
	margin: 0 auto;
}
.profile-wrap {
	border-top: 1px solid #eee;
	padding-top: 80px;
}
.profile-wrap .img-box {
	width: 20%;
}
.profile-wrap .img-box img {
	width: 100%;
	height: auto;
}
.profile-wrap .txt-box {
	width: 75%;
}
.profile-wrap .txt-box h2 {
	font-size: 16px;
	margin-bottom: 10px;
}
.profile-wrap .txt-box h3 {
	font-size: 28px;
	margin-bottom: 10px;
}
.profile-wrap .txt-box .name-eg {
	font-size: 16px;
	margin-bottom: 10px;
}
.profile-wrap .txt-box .shikaku-ttl {
	font-size: 14px;
	margin-bottom: 20px;
}
.profile-wrap .txt-box .career-txt h4 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #212121;
}
.profile-wrap .txt-box .career-txt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.profile-wrap .txt-box .free-txt {
	margin-bottom: 30px;
}
.access-wrap .map-box {
	width: 50%;
}
.access-wrap .map-box .ec-ttl,
.access-wrap .map-box .sns-ttl {
	margin-bottom: 20px;
}
.access-wrap .map-box .com-sns-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
}
.access-wrap .map-box .com-sns-li li {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.access-wrap .map-box .com-sns-li li a {
	display: block;
}
.access-wrap .map-box .com-sns-li li img {
	width: 100%;
	height: auto;
}
.access-wrap .map-box iframe {
	width: 100%;
	height: 480px;
}
.access-wrap .txt-box {
	width: 45%;
}
.access-wrap .txt-box h2 {
	font-size: 16px;
	margin-bottom: 25px;
}
.access-wrap .txt-box h3 {
	font-size: 28px;
	margin-bottom: 30px;
}
.access-wrap .txt-box h3 span {
	display: block;
	font-size: 16px;
	line-height: 140%;
}
.shop-date {
	width: 100%;
}
.shop-date li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.shop-date .tl-box {
	width: 20%;
}
.shop-date .txt {
	width: 76%;
}
/* [03.SINGLE-ITEM]
--------------------------------------------------------------------------*/
.single .pkg {
	padding: 40px 30px 80px;
}
.item-detail-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	justify-content: space-between;
	margin-bottom: 80px;
}
.item-detail-wrap ul li.swiper-slide {
	height: auto;
	overflow: hidden;
}
.item-detail-wrap .item-img-box {
	width: 45%;
	position: relative;
	padding-bottom: 140px;
	height: 540px;
}
.item-detail-wrap .item-img-box img {
	width: 100%;
	height: auto;
}
.item-detail-wrap .item-detail-box {
	width: 46%;
}
.item-detail-wrap .item-img-box .swiper-pkg #swiper-buttons {
	top: 34%;
}
.item-detail-wrap .item-img-box #thumbs.swiper-container {
	box-sizing: border-box;
	max-width: 600px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	padding-bottom: 0;
}
.item-detail-wrap .item-img-box #thumbs img {
	margin-bottom: 0;
}
.item-detail-wrap .item-img-box #thumbs .swiper-slide {
	width: 16%;
	height: auto;
	opacity: 0.3;
	cursor: grab;
	margin-bottom: 0;
}
.item-detail-wrap .item-img-box #thumbs .swiper-slide img {
	width: 100%;
	height: auto;
}
.item-detail-wrap .item-img-box #thumbs .swiper-slide:active {
	cursor: grabbing;
}
.item-detail-wrap .item-img-box #thumbs .swiper-slide-active {
	opacity: 1;
}
.item-detail-wrap .item-txt-box {
	width: 51%;
}
.item-detail-wrap .item-txt-box h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 10px;
}
.item-detail-wrap .item-txt-box h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 30px;
}
.item-detail-wrap .item-txt-box .price {
	font-size: 28px;
	margin-bottom: 30px;
	color: #ff7676;
}
.item-detail-wrap .item-txt-box .price span {
	font-size: 14px;
}
.item-detail-wrap .item-txt-box h3 {
	background: #f8f8f8;
	padding: 10px 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 20px;
}
.item-detail-wrap .item-txt-box .item-btn {
	margin-bottom: 40px;
}
.item-detail-wrap .item-txt-box .detail-txt {
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 30px;
}
.item-detail-wrap .item-txt-box .detail-txt h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 28px;
	position: relative;
}
.item-detail-wrap .item-txt-box .detail-txt h4:before {
	content: "";
	background: url(../images/layouts/icon-check.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 0;
	vertical-align: middle;
}
.item-detail-wrap .item-txt-box .detail-txt h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.item-detail-wrap .item-txt-box .detail-txt p {
	margin-bottom: 20px;
}
.item-detail-wrap .item-txt-box .sns-ttl {
	margin-bottom: 10px;
}
.item-detail-wrap .item-txt-box .sns-share-btn {
	display: flex;
	flex-wrap: wrap;
}
.item-detail-wrap .item-txt-box .sns-share-btn li {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.item-detail-wrap .item-txt-box .sns-share-btn li img {
	width: 100%;
	height: auto;
}
.item-detail-wrap .item-txt-box .sns-share-btn li:hover {
	opacity: 0.5;
	transition: 0.8s;
}
.button.buy-btn {
	background: #1d1d1d;
	color: #fff;
	padding: 20px 20px 18px 20px;
}
.button.buy-btn:after {
  	position: absolute;
  	transition: 0.8s;
  	content: '';
  	width: 0;
  	left: 50%;
  	bottom: 0;
  	height: 3px;
  	background: #fff;
}
.button.buy-btn:after {
  	height: 120%;
  	left: -10%;
  	transform: skewX(15deg);
  	z-index: -1;
}
.button.buy-btn:hover {
  	cursor: pointer;
  	z-index: 2;
}
.button.buy-btn:hover:after {
  	width: 150%;
  	left: -20%;
}
.button.buy-btn:hover {
  	color: #1d1d1d;
}
.other-item-wrap h3 {
	font-size: 22px;
	margin-bottom: 30px;
}
.item-detail-wrap .item-txt-box .detail-txt table,
.item-detail-wrap .item-txt-box .detail-txt tbody {
	width: 100%;
	max-width: 340px;
	height: auto;
	font-size: 12px;
}
.item-detail-wrap .item-txt-box .detail-txt tbody {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
.item-detail-wrap .item-txt-box .detail-txt tbody tr td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 8px;
	box-sizing: border-box;
}
.line-cv-btn {
	width: 100%;
	max-width: 360px;
	margin-bottom: 40px;
}
.line-cv-btn .hosoku {
	display: block;
	line-height: 140%;
	margin-bottom: 5px;
	font-size: 13px;
}
.line-cv-btn a {
	display: block;
	width: 260px;
}
.line-cv-btn a img {
	width: 100%;
	height: auto;
}
/* [04.SINGLE-LESSON]
--------------------------------------------------------------------------*/
.lesson-single .pkg {
	padding: 20px 0 80px;
	max-width: 980px;
}
.lesson-single-article-wrap {
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.lesson-single-article-wrap .place-date {
	margin-bottom: 20px;
}
.lesson-single-article-wrap h1 {
	font-size: 26px;
	line-height: 140%;
	padding-bottom: 20px;
	margin-bottom: 25px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.explanation-txt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.explanation-txt p {
	margin-right: 20px;
	font-size: 13px;
	line-height: 140%;
}
.explanation-txt p span {
	display: inline-block;
	font-size: 12px;
	background: #1d1d1d;
	color: #fff;
	padding: 4px 8px;
	margin-right: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
.explanation-txt .des-txt {
	font-size: 13px;
	line-height: 160%;
	color: #666;
	margin-bottom: 20px;
}
.lesson-single-main-img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.lesson-single-main-img img {
	width: 100%;
	height: auto;
}
.overview-box {
	margin-bottom: 40px;
}
.overview-box h2 {
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 40px;
	padding-top: 20px;
}
.overview-box h3 {
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 40px;
	padding: 20px 0 20px;
	border-bottom: 1px solid #212121;
}
.overview-box p {
	margin-bottom: 30px;
}
.overview-box h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 28px;
	position: relative;
}
.overview-box h4:before {
	content: "";
	background: url(../images/layouts/icon-check.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 0;
	vertical-align: middle;
}
.overview-box h5 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.overview-box ul {
	padding-left: 20px;
	margin-bottom: 40px;
}
.overview-box ul li {
	list-style: disc;
	line-height: 140%;
	margin-bottom: 5px;
}
.lesson-single-article-wrap a,
.lesson-single-article-wrap .button {
	width: 100%;
}
.sns-wrap {
	margin: 40px 0;
	width: 100%;
	text-align: center;
}
.sns-wrap .sns-ttl {
	margin-bottom: 10px!important;
}
.sns-wrap .sns-share-btn {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	width: 120px;
	margin: 0 auto;
}
.sns-wrap .sns-share-btn li {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.sns-wrap .sns-share-btn li img {
	width: 100%;
	height: auto;
}
.sns-wrap .sns-share-btn li:hover {
	opacity: 0.5;
	transition: 0.8s;
}
.single-access-wrap {
	width: 100%;
	margin: 60px 0;
}
.single-access-wrap h4 {
	background: #f8f8f8;
	padding: 15px 20px;
	margin-bottom: 30px;
}
.single-access-wrap .address {
	margin-bottom: 20px;
}
.single-access-wrap .gmap iframe {
	width: 100%;
	height: 360px;
}
.other-lesson {
	border-top: 1px solid #eee;
}
.other-lesson .pkg {
	padding: 80px 0;
	max-width: 1200px;
}
.lesson-single-article-wrap .sns-wrap {
	margin-bottom: 0;
}
/* [05.SINGLE-BLOG]
--------------------------------------------------------------------------*/
.article-single-wrap {
	width: 100%;
	height: auto;
}
.article-single-wrap .left-contents {
	width: 70%;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.article-single-wrap .right-contents {
	width: 28%;
}
.article-single-wrap .left-contents h1 {
	font-size: 26px;
	line-height: 140%;
	padding-bottom: 25px;
	margin-bottom: 30px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.article-single-wrap .left-contents h1 span {
	font-size: 12px;
	display: inline-block;
	width: 100%;
	line-height: 120%;
	margin: 10px 0;
}
.article-single-wrap .left-contents h2 {
	font-size: 20px;
	line-height: 140%;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #212121;
}
.article-single-wrap .left-contents h3 {
	background: #f5f5f5;
	padding: 15px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 140%;
	font-size: 18px;
	margin-bottom: 30px;
}
.article-single-wrap .left-contents h4 {
	font-size: 16px;
	color: #1d1d1d;
	line-height: 140%;
	margin-bottom: 20px;
}
.article-single-wrap .left-contents .post-time {
	font-size: 10px;
	margin-bottom: 30px;
	color: #666;
	line-height: 100%;
}
.article-single-wrap .left-contents p {
	margin-bottom: 30px;
}
.article-single-wrap .li-sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 40px;
}
.article-single-wrap .li-sns li {
	margin-right: 20px;
}
.article-single-wrap .li-sns li:hover {
	opacity: 0.5;
	transition: 0.8s; 
}
.article-single-wrap .li-sns li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 11px;
	color: #212121;
	align-items: center;
}
.article-single-wrap .li-sns li a .img-box {
	width: 24px;
	height: auto;
	padding-right: 10px;
}
.article-single-wrap .li-sns li a .img-box img {
	width: 100%;
	height: auto;
}
.article-single-wrap img {
	max-width: 100%;
	height: auto;
}
.article-single-wrap .right-contents .new-blog {
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 30px;
}
.article-single-wrap .right-contents h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.article-single-wrap .right-contents .blog-li {
	width: 100%;
	height: auto;
}
.article-single-wrap .right-contents .blog-li a:hover {
	opacity: 0.5;
	transition: 0.8s;
}
.article-single-wrap .right-contents .blog-li li {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.article-single-wrap .right-contents .blog-li li img {
	margin-bottom: 15px;
}
.article-single-wrap .right-contents .blog-li li .date {
	font-size: 10px;
	color: #666;
}
.article-single-wrap .right-contents .blog-li li h4 {
	font-size: 13px;
}
.article-single-wrap .right-contents .button {
	width: 100%;
}
.article-single-wrap .right-contents .archives-list {
	background: #fff;
}
#btn_archives {
	display: inline-block;
	background: #fff;
	font-size: 14px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #faf7f2;
}
#btn_archives i {
	top: 12px;
	right: 20px;
	position: absolute;
	color: #1d1d1d;
}
.archives-nav {
	width: 100%;
	height: auto;
}
.archives-nav li {
	padding: 15px;
	border-bottom: 1px solid #faf7f2;
	font-size: 13px;
	text-align: center;
}
.archives-nav li a:hover {
	opacity: 0.6;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}
.btn-flx-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
}
.btn-flx-wrap a.button {
	width: 48%;
}
.kombucha-info-wrap {
	max-width: 740px;
	margin: 0 auto;
}
.kombucha-info-wrap h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 60px;
}
.what-item-wrap {
	width: 100%;
	margin-bottom: 80px;
}
.what-item-wrap .img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.what-item-wrap .img img {
	width: 100%;
	height: auto;
}
.intake-wrap {
	padding: 60px;
	border: 1px solid #212121;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.intake-wrap .ttl {
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #212121;
}
.intake-wrap .dsp {
	margin-bottom: 30px;
}
.intake-example {
	padding: 40px;
	background: #f8f8f8;
	box-sizing: border-box;
	border-radius: 30px;
}
.intake-wrap .q-ttl {
	margin-bottom: 20px;
	padding-left: 50px;
	position: relative;
	line-height: 140%;
	font-size: 22px;
}
.intake-wrap .q-ttl:before {
	content: "";
	background: url(../images/layouts/icon-q.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	top: -5px;
	left: 0;
	vertical-align: middle;
}
.intake-example li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	line-height: 140%;
}
.intake-example li:last-child {
	margin-bottom: 0;
}
.intake-example li:before {
	content: "";
	background: url(../images/layouts/icon-check.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 0;
	vertical-align: middle;
}
.kombucha-features-wrap {
	background: #f8f8f8;
}
.kombucha-features-wrap h2 {
	text-align: center;
}
.only-btn .button.border-btn {
	margin: 0 auto;
}
.kombucha-features-li {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.kombucha-features-li li {
	padding: 50px;
	border-radius: 30px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.kombucha-features-li li .img-box {
	width: 30%;
}
.kombucha-features-li li .img-box img {
	width: 100%;
	height: auto;
}
.kombucha-features-li li .txt-box {
	width: 67%;
	font-size: 14px;
	line-height: 160%;
}
.kombucha-features-li li .txt-box h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.kombucha-features-li li .txt-box p.dsp {
	margin-bottom: 20px;
}
.kombucha-features-li li .button.border-btn {
	width: 180px;
	padding: 10px 10px 8px 10px;
}
.com_li_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.com_li_sns li {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.com_li_sns li a {
	display: block;
}
.com_li_sns li img {
	width: 100%;
	height: auto;
}
.com_li_sns li:last-child {
	margin-right: 0;
}
.com_li_sns li:hover {
	opacity: 0.5;
	transition: 0.8s;
}
blockquote {
	padding: 55px 40px 40px 40px;
	background: #f8f8f8;
	border-radius: 15px;
	position: relative;
	font-style: italic;
	margin-bottom: 40px;
}
blockquote:before {
	content: "";background: url(../images/common/blockquote.svg) no-repeat;
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 19px;
	top: 30px;
	left: 30px;
	vertical-align: middle;
}
blockquote p {
	font-style: italic;
	margin-bottom: 0!important;
}
blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 14px;
	line-height: 140%;
	margin-top: 20px;
}


/* [00.MEDIA QUERIES,PRINT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1020px) {
	.fixed {
		height: 100%;
		overflow: hidden;
	}
	#menu-trigger {
		display: block;
	}
	.d-pc {
		display: none;
	}
	.d-sp {
		display: block;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	.pkg,
	#info .pkg {
		padding: 60px 30px;
	}
	.pkg-triangle {
		padding: 40px 30px;
	}
	header {
		height: 65px;
		background: none;
		position: fixed;
	}
	header div.pkg {
		padding: 0 20px;
	}
	header div.header-slide {
		height: 65px;
		padding: 0;
		position: fixed;
	}
	.logo,
	.underlayer div.header-slide .logo {
		width: 115px;
		height: auto;
		display: block;
		z-index: 10;
		padding: 22px 0 0 30px;
	}
	#nav-main {
		display: none;
	}
	#menu {
		display: block;
	}
	input[type="submit"] {
		width: 100%;
	}
	footer .pkg {
		padding: 80px 30px 20px 30px;
	}
	footer .f-wrap {
		width: 100%;
		padding: 80px 6% 30px 6%;
	}
	footer .f-wrap ul {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.site-map {
		width: 100%;
		order: 1;
	}
	.f-company-wrap {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.company-profile,
	.f-shop-wrap {
		width: 100%;
		order: 2;
	}
	.company-profile .f-logo,
	.f-shop-wrap .f-logo {
		width: 20%;
	}
	.company-profile .txt,
	.f-shop-wrap .txt {
		width: 80%;
	}
	.f-shop-wrap .shop-info {
		width: 100%;
	}
	.back_top a {
		width: 40px;
		height: 40px;
		line-height: 36px;
		bottom: 20px;
	}
	.back_top a img {
		width: auto;
		height: 8px;
	}
	#main-top {
		width: 100%;
		margin-bottom: 40px;
		padding-left: 0;
	}
	.main-visual {
		display:flex;
		flex-wrap: wrap;
	}
	.main-visual .img-box {
		order: 1;
		width: 85%;
		padding-top: 90px;
		margin-bottom: 40px;
	}
	.main-visual .txt-box {
		order: 2;
		position: inherit;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0 30px;
	}
	.main-visual .txt-box .eng {
		font-size: 44px;
		line-height: 54px;
		margin-bottom: 30px;
	}
	.main-visual .txt-box h2 {
		font-size: 22px;
	}
	.main-visual .txt-box .dsp {
		width: 100%;
	}
	.li_2c div:nth-child(2) {
		order: 1;
		width: 100%;
		margin-bottom: 40px;
	}
	.li_2c div {
		order: 2;
		width: 100%;
		float: none;
	}
	.li_3c li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.li_4c {
		justify-content: space-between;
	}
	.li_4c li {
		width: 48%;
		margin-bottom: 4%;
		margin-right: 0;
	}
	.li_6c {
		justify-content: space-between;
	}
	.li_6c li {
		width: 48%;
		margin-bottom: 4%;
		margin-right: 0;
	}
	.top-info-wrap .ttl-box,
	.top-info-wrap .conts-box {
		width: 100%;
	}
	.top-info-wrap .ttl-box .eng,
	.top-info-wrap .ttl-box h3,
	#profile-top .li_2c div .eng {
		text-align: center;
	}
	.top-info-li {
		margin-bottom: 40px;
	}
	.top-info-li li a .date {
		width: 100%;
		margin-bottom: 10px;
	}
	.top-info-li li a h4 {
		width: 100%;
		white-space: inherit;
	}
	.item-top-box:before {
		content: "";
		background: url(../images/layouts/item-top-before.webp) no-repeat;
		position: absolute;
		display: inline-block;
		width: 160px;
		height: 298px;
		top: 30px;
		left: -40px;
	}
	.lesson-top-box,
	.item-top-box {
		overflow-x: hidden;
	}
	.lesson-top-box:before {
		content: "";
		background: url(../images/layouts/clipping-img-01.webp) no-repeat;
		position: absolute;
		display: inline-block;
		width: 160px;
		height: 299px;
		top: 30px;
		right: -40px;
	}
	.lesson-li li {
		width: 100%;
		margin-bottom: 40px;
	}
	.li_news .date {
		float: none;
		width: 100%;
	}
	.li_news p {
		float: none;
		width: 100%;
	}
	#copyright p {
		width: 100%;
	}
	#logo_f {
		width: 120px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.li_sns {
		width: 80px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.li_sns li img {
		width: 20px;
		height: 20px;
	}
	.blog_li li .txt-box {
		padding: 0;
	}
	#concept-top .li_2c div .eng {
		text-align: center;
	}
	#concept-top .li_2c div h2 {
		text-align: center;
	}
	#btn_week,
	#btn_item_cate {
		display: inline-block;
		background: #fff;
		font-size: 14px;
		width: 100%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		position: relative;
		display: block;
	}
	#btn_week i,
	#btn_item_cate i {
		top: 12px;
		right: 20px;
		position: absolute;
	}
	.week-nav,
	.item-cate-nav {
		display: none;
	}
	.week-nav .nav-li,
	.item-cate-nav .nav-li {
		background: #fff;
		padding: 10px 20px 20px 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		justify-content: flex-start;
	}
	.week-nav .nav-li li {
		width: 30%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.week-nav .nav-li li a {
		display: inline-block;
		width: 100%;
		font-size: 13px;
		text-align: center;
		border: 1px solid #1d1d1d;
		line-height: 34px;
		color: #1d1d1d;
	}
	.page-main {
		padding: 80px 20px;
	}
	.main-page-ttl-wrap .eng {
		font-size: 28px;
	}
	.main-page-ttl-wrap h1 {
		font-size: 22px;
	}
	#breadcrumbs p {
		padding: 12px 20px;
	}
	.single .pkg {
		padding: 40px 5% 80px 5%;
	}
	.article-single-wrap .left-contents,
	.article-single-wrap .right-contents {
		width: 100%;
	}
	.article-single-wrap .left-contents {
		padding: 30px;
		margin-bottom: 60px;
	}
	.article-single-wrap .left-contents h1 {
		font-size: 20px;
	}
	.article-single-wrap .li-sns li {
		margin-right: 10px;
	}
	.article-single-wrap .li-sns li a {
		font-size: 10px;
	}
	#breadcrumbs p,
	#breadcrumbs span,
	#breadcrumbs a {
		line-height: 180%;
	}
	.article-single-wrap .right-contents h3 {
		text-align: center;
	}
	.article-single-wrap .right-contents .new-blog {
		padding: 30px;
	}
	.article-single-wrap .right-contents .blog-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.article-single-wrap .right-contents .blog-li li {
		width: 48%;
	}
	.page h2 {
		font-size: 22px;
	}
	.item-cate-nav .nav-li li {
		width: 100%;
		margin-right: 0;
	}
	.page_product_li li {
		padding: 10px;
	}
	.page_product_li li h3 {
		font-size: 12px;
	}
	.page_product_li li .txt-box {
		padding: 20px 10px 10px 10px;
	}
	.item-detail-wrap .item-img-box {
		width: 100%;
		max-width: 360px;
		height: 360px;
		padding-bottom: 80px;
		margin: 0 auto 50px;
	}
	.item-detail-wrap .item-img-box #thumbs.swiper-container {
		bottom: 0;
	}
	.item-detail-wrap .item-txt-box {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
	}
	.item-detail-wrap .item-txt-box .item-btn .button {
		width: 100%;
	}
	.item-detail-wrap .item-img-box .swiper-pkg #swiper-buttons {
		top: 31%;
	}
	.item-detail-wrap .item-txt-box .sns-ttl {
		text-align: center;
	}
	.item-detail-wrap .item-txt-box .sns-share-btn {
		justify-content: center;
	}
	.item-detail-wrap .item-txt-box .sns-share-btn li:last-child {
		margin-right: 0;
	}
	.week-nav .nav-li li {
		width: 48%;
	}
	.page-lesson-li li .img-box,
	.page-lesson-li li .txt-box {
		width: 100%;
	}
	.page-lesson-li li .img-box {
		margin-bottom: 30px;
	}
	.place-date i {
		width: 8%;
	}
	.place-date span {
		width: 90%;
	}
	.page-lesson-li li .txt-box .date-txt {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.page-lesson-li li .txt-box .date-txt p {
		width: 100%;
		margin-bottom: 8px;
	}
	.page-lesson-li li .txt-box .btn-wrap,
	.page-lesson-li li .txt-box .btn-wrap li {
		width: 100%;
	}
	.page-lesson-li li .txt-box .btn-wrap li:first-child {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.page-lesson-li li .txt-box .btn-wrap .reserve-btn {
		margin-right: 0;
	}
	.lesson-single-article-wrap {
		padding: 30px;
	}
	.explanation-txt p {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.lesson-single-article-wrap h1 {
		font-size: 22px;
	}
	.concept-wrap h2 {
		font-size: 28px;
	}
	.profile-wrap .img-box,
	.profile-wrap .txt-box {
		width: 100%;
		text-align: center;
	}
	.profile-wrap .img-box {
		margin-bottom: 50px;
	}
	.profile-wrap .img-box img {
		width: 45%;
		height: auto;
	}
	.profile-wrap .txt-box .button {
		width: 100%;
	}
	.profile-wrap .txt-box .career-txt h4,
	.profile-wrap .txt-box .career-txt {
		text-align: center;
	}
	.profile-wrap .txt-box .free-txt {
		text-align: left;
	}
	.contact-form li div:first-child,
	.contact-form li div:last-child {
		width: 100%;
	}
	.contact-form li div:first-child {
		margin-bottom: 10px;
	}
	.overview-box h2 {
		font-size: 20px;
	}
	.overview-box h3 {
		font-size: 18px;
	}
	.access-wrap .txt-box {
		width: 100%;
		margin-bottom: 40px;
	}
	.access-wrap .map-box {
		width: 100%;
	}
	.access-wrap .map-box iframe {
		height: 380px;
	}
	.shop-date li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.shop-date .tl-box {
		width: 100%;
		margin-bottom: 5px;
	}
	.access-wrap .txt {
		width: 100%;
	}
	.btn-flx-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		max-width: 660px;
		margin: 0 auto;
	}
	.btn-flx-wrap a.button {
		width: 100%;
	}
	.btn-flx-wrap a:first-child {
		margin-bottom: 20px;
	}
	.intake-wrap {
		padding: 30px;
	}
	.intake-example {
		border-radius: 15px;
	}
	.intake-wrap .q-ttl:before {
		top: 0px;
	}
	.kombucha-features-li li {
		padding: 40px;
	}
	.kombucha-features-li li .img-box {
		width: 100%;
		margin-bottom: 25px;
	}
	.kombucha-features-li li .txt-box {
		width: 100%;
	}
	.kombucha-features-li li .txt-box h3 {
		font-size: 22px;
	}
	.kombucha-features-li li .button.border-btn {
		width: 100%;
	}
	.line-cv-btn {
		width: 100%;
		max-width: 380px;
		margin: 0 auto 40px;
		text-align: center;
	}
	.line-cv-btn a {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.access-wrap .map-box .ec-ttl,
	.access-wrap .map-box .sns-ttl {
		text-align: center;
	}
	.com_li_sns {
		justify-content: center;
	}
}
/* [width:1030-1280]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1030px) and ( max-width:1280px){
	#logo {
		width: 15%;
	}
	nav#nav-main {
		width: 95%;
	}
	.conts-fixed nav#nav-main {
		width: 90%;
	}
}
/* [width:1500-1680]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1500px) and ( max-width:1680px){
	.logo {
		width: 15%;
	}
	nav#nav-main {
		width: 95%;
	}
	.conts-fixed nav#nav-main {
		width: 90%;
	}
}
/* [width:1700-5800]
--------------------------------------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1700px) and ( max-width:5800px){
	.logo {
		width: 15%;
	}
	nav#nav-main {
		width: 95%;
	}
	.conts-fixed nav#nav-main {
		width: 90%;
	}
}
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	}
@media print {
}



