@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
/*　　背景色　　*/
.bg-blue{
	background: #ebf0f4;
}
.bg-yellow{
	background: #fffff1;
}
/*　　余白　　*/
.mb-20{
	margin-bottom: 1.25rem;
}
.mb-30{
	margin-bottom: 1.875rem;
}
.mb-40{
	margin-bottom: 2.5rem;
}
.mb-50{
	margin-bottom: 3.125rem;
}
.pl-20{
	padding-left: 1.25rem;
}
.pl-30{
	padding-left: 1.875rem;
}
.pl-40{
	padding-left: 2.5rem;
}
.pl-50{
	padding-left: 3.125rem;
}
.pr-20{
	padding-right: 1.25rem;
}
.pr-30{
	padding-right: 1.875rem;
}
.pr-40{
	padding-right: 2.5rem;
}
.pr-50{
	padding-right: 3.125rem;
}
/*　　アニメーション　　*/
.js-inview{
	opacity: 0;
	filter: blur(30px);
	transform: matrix(1, 0, 0, 1, 0, 60);
	transition: all 1.5s cubic-bezier(.23,1,.32,1) 0.1s;
}
.js-inview.active{
	opacity: 1;
	filter: blur(0);
	transform: matrix(1, 0, 0, 1, 0, 0);
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	margin-bottom: 2.5rem;
}
.guide-ttl .roma{
	position: relative;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-left: 2rem;
	margin-bottom: 0.625rem;
}
.guide-ttl .roma::before{
	background: url(../img/icon/icon.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 1.03125rem;
	height: 1.1625rem;
	left: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
}
.guide-ttl h2{
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 1.875rem;
	}
	.guide-ttl .roma{
		font-size: 0.625rem;
		padding-left: 1rem;
		margin-bottom: 0.3125rem;
	}
	.guide-ttl .roma::before{
		width: 0.5rem;
		height: 0.5625rem;
		left: 0.25rem;
	}
	.guide-ttl h2{
		font-size: 1.5625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.guide-ttl{
		margin-bottom: 2rem;
	}
	.guide-ttl .roma{
		font-size: 1.125rem;
	}
	.guide-ttl h2{
		font-size: 2rem;
	}
}
/*　　グリッドレイアウト　　*/
.grid-container:not(:last-child){
	padding-bottom: 5rem;
}
.grid-container .grid-cols-2{
	width: 50%;
}
.grid-container .contentArea{
	display: flex;
	flex-direction: column;
}
.grid-container .contentArea p{
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 2;
}
.grid-container .contentArea .p-text:last-child{
	margin-bottom: 0;
}
.grid-container .contentArea .block_btn{
	margin-top: auto;
}
@media only screen and (max-width: 767px) {
	.grid-container:not(:last-child){
		padding-bottom: 1.875rem;
	}
	.grid-container .grid-cols-2{
		width: 100%;
	}
	.grid-container .contentArea{
		padding: 1.25rem 0 0 0;
	}
	.grid-container .contentArea p{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.grid-container:not(:last-child){
		padding-bottom: 3rem;
	}
	.grid-container .contentArea p{
		font-size: 1.125rem;
	}
}
/*　　ボタン　　*/
.block_btn li{
	display: inline-block;
}
.block_btn li .btn{
	position: relative;
	display: block;
	color: #4d4d4d;
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 1.35;
	border: 1px solid #4d4d4d;
	padding: 0.875rem 3.125rem 0.875rem 2.25rem;
}
.block_btn li .btn::after{
	background: url(../img/icon/arrow.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 5.25rem;
	height: 0.375rem;
	right: -3.125rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.block_btn li .btn:hover{
	background: #4d4d4d;
	color: #ffffff;
}
.block_btn li .btn:hover::after{
	right: -4.125rem;
}
@media only screen and (max-width: 767px) {
	.block_btn li .btn{
		font-size: 1.0625rem;
		padding: 0.625rem 3.125rem 0.625rem 2rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.block_btn li .btn{
		font-size: 1.25rem;
	}
}
/**
/* トップページ CSS
----------------------------------------------- */
.bg-guide{
	background: url(../img/top/bg.png) center center no-repeat;
	background-size: cover;
	overflow: hidden;
}
/*　　MV　　*/
.mv-guide{
	position: relative;
	padding: 9rem 3rem 0 3rem;
	z-index: 2;
}
.mv-guide .view-mv{
	position: relative;
	width: 70%;
}
.mv-guide .view-mv .swiper-img{
	height: 46.25rem;
}
.mv-guide .view-mv .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 2rem;
}
.mv-guide .view-ttl{
	width: 30%;
	text-align: center;
}
.mv-guide .view-ttl h2{
	position: relative;
	display: inline-block;
	height: 45rem;
	font-size: 2.6875rem;
	line-height: 2;
	text-align: left;
	writing-mode: vertical-rl;
	padding-top: 4.6875rem;
	margin-top: 2rem;
}
.mv-guide .view-ttl h2::before{
	background: url(../img/icon/icon.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 2.75rem;
	height: 3.0625rem;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}
.mv-guide .view-mv .view-text{
	background: #FFFFFF;
	display: inline-block;
	position: absolute;
	bottom: 12rem;
	color: #333333;
	font-size: 2.8125rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.1em;
	padding: 0.375rem 1.5rem;
	z-index: 9999;
}
@media only screen and (max-width: 767px) {
	.mv-guide{
		padding: 4rem 1rem 0 0;
	}
	.mv-guide .view-mv{
		width: 75%;
	}
	.mv-guide .view-mv .swiper-img{
		height: 26.25rem;
	}
	.mv-guide .view-mv .swiper-slide img {
		border-radius: 0 0 2rem 0;
	}
	.mv-guide .view-ttl{
		width: 25%;
	}
	.mv-guide .view-ttl h2{
		height: 24rem;
		font-size: 1.3125rem;
		line-height: 1.65;
		padding-top: 3.6875rem;
		margin-top: 1rem;
	}
	.mv-guide .view-ttl h2::before{
		width: 2rem;
		height: 2.5rem;
	}
	.mv-guide .view-mv .view-text{
		top: 0;
		left: 1rem;
		bottom: auto;
		font-size: 1.3125rem;
		padding: 1.375rem 0.5rem;
	}
	.mv-guide .view-mv .view-text p{
		writing-mode: vertical-rl;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.mv-guide{
		padding: 6rem 2rem 0 2rem;
	}
	.mv-guide .view-mv{
		width: 75%;
	}
	.mv-guide .view-mv .swiper-img{
		height: 34.25rem;
	}
	.mv-guide .view-mv .swiper-slide img {
		border-radius: 2rem;
	}
	.mv-guide .view-ttl{
		width: 25%;
	}
	.mv-guide .view-ttl h2{
		height: 32rem;
		font-size: 1.875rem;
		line-height: 1.85;
		padding-top: 4rem;
		margin-top: 1rem;
	}
	.mv-guide .view-mv .view-text{
		bottom: 6rem;
		font-size: 1.8125rem;
	}
}
/*　　事業案内　　*/
.front-works{
	padding: 8.75rem 0 12.5rem 0;
}
.front-works .guide-ttl{
	margin-bottom: 8.5rem;
}
.front-works .grid-container:not(:last-child){
	padding-bottom: 13rem;
}
.front-works .grid-container .contentArea{
	width: 50%;
	padding: 0 3rem 0 5rem;
}
.front-works .grid-container:nth-child(odd){
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.front-works .grid-container:nth-child(odd) .contentArea{
	padding: 0 5rem 0 3rem;
}
.front-works .grid-container .contentArea h3{
	font-size: 2.75rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.2em;
	margin-bottom: 1rem;
}
.front-works .grid-container .contentArea .block_btn{
	margin-top: 3rem;
}
.front-works .grid-container .imageArea .img{
	position: relative;
}
.front-works .grid-container .imageArea .img::after{
	background: #ffffff;
	content: '';
	position: absolute;
	width: calc(100% + 2.25rem);
	height: 80%;
	bottom: -2.25rem;
	z-index: -1;
}
.front-works .grid-container .imageArea .img::after{
	right: -2.25rem;
}
.front-works .grid-container:nth-child(odd) .imageArea .img::after{
	left: -2.25rem;
	right: 0;
}
@media only screen and (max-width: 767px) {
	.front-works{
		padding: 4.75rem 0 5rem 0;
	}
	.front-works .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.front-works .grid-container:not(:last-child){
		padding-bottom: 4rem;
	}
	.front-works .grid-container .contentArea,
	.front-works .grid-container.flex_row .contentArea{
		width: 100%;
		padding: 2.5rem 2rem 0 2rem;
	}
	.front-works .grid-container .contentArea h3{
		font-size: 1.375rem;
		letter-spacing: 0.1em;
		margin-bottom: 1rem;
	}
	.front-works .grid-container .contentArea .block_btn{
		margin-top: 1.5rem;
	}
	.front-works .grid-container .imageArea .img::after{
		width: calc(100% + 2.5rem);
		bottom: -1.25rem;
	}
	.front-works .grid-container .imageArea .img::after{
		right: -1.25rem;
	}
	.front-works .grid-container .imageArea .img{
		width: 90%;
	}
	.front-works .grid-container.flex_row .imageArea .img{
		margin-left: auto;
	}
	.front-works .grid-container.flex_row .imageArea .img::after{
		left: -1.25rem;
		right: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.front-works{
		padding: 6.75rem 0 7.5rem 0;
	}
	.front-works .guide-ttl{
		margin-bottom: 5.5rem;
	}
	.front-works .grid-container:not(:last-child){
		padding-bottom: 6rem;
	}
	.front-works .grid-container .contentArea,
	.front-works .grid-container.flex_row .contentArea{
		padding: 0 2.5rem;
	}
	.front-works .grid-container .contentArea h3{
		font-size: 1.75rem;
	}
	.front-works .grid-container .contentArea .block_btn{
		margin-top: 1.5rem;
	}
	.front-works .grid-container .imageArea .img::after{
		width: calc(100% + 1.5rem);
		bottom: -1.5rem;
	}
	.front-works .grid-container .imageArea .img::after{
		right: -1.5rem;
	}
	.front-works .grid-container.flex_row .imageArea .img::after{
		left: -1.5rem;
		right: 0;
	}
}
/*　　ショップ　　*/
.frontWrap .shop-guide{
	background: #ffffff;
	padding: 8.125rem 0 7.5rem 0 ;
}
.frontWrap .shop-guide .guide-ttl{
	width: 25%;
	margin-bottom: 0;
}
.frontWrap .shop-guide .shop-slider{
	width: 75%;
	overflow: hidden;
}
.frontWrap .shop-guide .block_btn{
	margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
	.frontWrap .shop-guide{
		padding: 3.125rem 0 4rem 0;
	}
	.frontWrap .shop-guide .inner-wrap{
		width: calc(100% - 3rem);
	}
	.frontWrap .shop-guide .guide-ttl{
		width: 100%;
		margin-bottom: 2rem;
	}
	.frontWrap .shop-guide .shop-slider{
		width: 100%;
	}
	.frontWrap .shop-guide .block_btn{
		width: 100%;
		margin-top: 3.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.frontWrap .shop-guide{
		padding: 6.125rem 0 5.5rem 0;
	}
	.frontWrap .shop-guide .guide-ttl{
		width: 30%;
		margin-bottom: 0;
	}
	.frontWrap .shop-guide .shop-slider{
		width: 70%;
	}
	.frontWrap .shop-guide .block_btn{
		margin-top: 4rem;
	}
}
/*　　イベント・ワークショップ情報　　*/
.frontWrap .event-guide{
	background: url(../img/top/event_bg.png) center center no-repeat;
	background-size: cover;
	padding: 10rem 0 7.5rem 0;
}
.frontWrap .event-guide .guide-ttl{
	margin-bottom: 10rem;
}
.frontWrap .event-guide .block_btn{
	margin-top: 6.25rem;
}
@media only screen and (max-width: 767px) {
	.frontWrap .event-guide{
		padding: 4rem 0 4.5rem 0;
	}
	.frontWrap .event-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.frontWrap .event-guide .guide-ttl h2{
		font-size: 1.25rem;
	}
	.frontWrap .event-guide .block_btn{
		margin-top: 4.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.frontWrap .event-guide{
		padding: 7rem 0 5.5rem 0;
	}
	.frontWrap .event-guide .guide-ttl{
		margin-bottom: 5rem;
	}
	.frontWrap .event-guide .block_btn{
		margin-top: 4.25rem;
	}
}
/*　　講演・セミナー　　*/
.frontWrap .lecture-guide{
	padding: 6.25rem 0 7.5rem 0;
}
.frontWrap .lecture-guide .guide-ttl{
	margin-bottom: 6.25rem;
}
.frontWrap .lecture-guide .block_btn{
	margin-top: 6.25rem;
}
@media only screen and (max-width: 767px) {
	.frontWrap .lecture-guide{
		padding: 4rem 0 3rem 0;
	}
	.frontWrap .lecture-guide .guide-ttl{
		margin-bottom: 2.5rem;
	}
	.frontWrap .lecture-guide .block_btn{
		margin-top: 2.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.frontWrap .lecture-guide{
		padding: 6rem 0 5.5rem 0;
	}
	.frontWrap .lecture-guide .guide-ttl{
		margin-bottom: 4.25rem;
	}
	.frontWrap .lecture-guide .block_btn{
		margin-top: 4.25rem;
	}
}
/*　　プロフィール　　*/
.frontWrap .advisor-guide{
	background: url(../img/top/advisor_bg.png) center center no-repeat;
	background-size: cover;
	padding: 7.5rem 0 8.75rem 0;
}
.advisor-guide .contentArea{
	position: relative;
	width: 60%;
	z-index: 2;
}
.advisor-guide .guide-ttl{
	margin-bottom: 1.25rem;
}
.advisor-guide .guide-ttl h2{
	font-size: 1.5625rem;
}
.advisor-guide .contentArea .name{
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.2em;
	margin-bottom: 1.5rem;
}
.advisor-guide .contentArea dl{
	margin-bottom: 2rem;
}
.advisor-guide .contentArea dl dt{
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 0.375rem;
}
.advisor-guide .contentArea dl dd{
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 2;
	border-left: 1px solid #4d4d4d;
	padding-left: 0.9375rem;
	margin-left: 0.3125rem;
}
.advisor-guide .contentArea .text{
	max-width: 28.375rem;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.85;
}
.advisor-guide .imageArea{
	width: 40%;
}
.advisor-guide .imageArea .img{
	position: relative;
}
.advisor-guide .imageArea .img::after{
	background: #ffffff;
	content: '';
	position: absolute;
	width: 40.125rem;
	height: 31.6875rem;
	right: 2.25rem;
	bottom: -2.25rem;
	z-index: -1;
}
.advisor-guide .block_btn{
	margin-top: 4.375rem;
}
@media only screen and (max-width: 767px) {
	.frontWrap .advisor-guide{
		background: url(../img/top/sp_advisor_bg.png) center center no-repeat;
		background-size: cover;
		padding: 3.5rem 0 3.75rem 0;
	}
	.advisor-guide .contentArea{
		width: 100%;
	}
	.advisor-guide .guide-ttl{
		margin-bottom: 0.625rem;
	}
	.advisor-guide .guide-ttl h2{
		font-size: 0.8125rem;
	}
	.advisor-guide .contentArea .name{
		font-size: 1.5625rem;
		margin-bottom: 2rem;
	}
	.advisor-guide .contentArea dl{
		margin-bottom: 1.5rem;
	}
	.advisor-guide .contentArea dl dt{
		font-size: 0.8125rem;
		margin-bottom: 0.375rem;
	}
	.advisor-guide .contentArea dl dd{
		font-size: 0.8125rem;
		padding-left: 0.75rem;
		margin-left: 0.3125rem;
	}
	.advisor-guide .contentArea .text{
		max-width: 100%;
		font-size: 0.8125rem;
	}
	.advisor-guide .imageArea{
		width: 100%;
		margin-bottom: 3rem;
	}
	.advisor-guide .imageArea .img{
		width: 75%;
		margin: 0 auto;
	}
	.advisor-guide .imageArea .img::after{
		width: 100%;
		height: 70%;
		right: 1.25rem;
		bottom: -1.25rem;
	}
	.advisor-guide .block_btn{
		margin-top: 2.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.frontWrap .advisor-guide{
		padding: 6rem 0 6.75rem 0;
	}
	.advisor-guide .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.advisor-guide .guide-ttl h2{
		font-size: 1.375rem;
	}
	.advisor-guide .contentArea .name{
		font-size: 1.875rem;
		margin-bottom: 1.5rem;
	}
	.advisor-guide .contentArea dl{
		margin-bottom: 1.5rem;
	}
	.advisor-guide .contentArea dl dt{
		font-size: 1rem;
	}
	.advisor-guide .contentArea dl dd{
		font-size: 1rem;
	}
	.advisor-guide .imageArea .img::after{
		width: 21.125rem;
		height: 18.6875rem;
		right: 1.5rem;
		bottom: -1.5rem;
	}
	.advisor-guide .block_btn{
		margin-top: 3rem;
	}
}
/*　　お知らせ・腸活コラム　　*/
.frontWrap .info-guide{
	padding: 7.5rem 0 8.75rem 0;
}
.info-guide .grid-container{
	column-gap: 6.25rem;
}
.info-guide .grid-container .grid-cols{
	width: calc(50% - 3.125rem);
}
.frontWrap .info-guide .guide-ttl{
	margin-bottom: 1.5625rem;
}
.info-guide .guide-ttl .more{
	position: absolute;
	right: 0;
	bottom: 0;
}
.info-guide .guide-ttl .more a{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
	.frontWrap .info-guide{
		padding: 2.5rem 0 4rem 0;
	}
	.info-guide .grid-container{
		column-gap: 0;
		row-gap: 4.25rem;
	}
	.info-guide .grid-container .grid-cols{
		width: 100%;
	}
	.frontWrap .info-guide .guide-ttl{
		margin-bottom: 1.25rem;
	}
	.info-guide .guide-ttl .more a{
		font-size: 0.75rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.frontWrap .info-guide{
		padding: 6rem 0 6.75rem 0;
	}
	.info-guide .grid-container{
		column-gap: 4.25rem;
	}
	.info-guide .grid-container .grid-cols{
		width: calc(50% - 2.125rem);
	}
	.frontWrap .info-guide .guide-ttl{
		margin-bottom: 1.25rem;
	}
}
/**
/* 下層ページ共通 CSS
----------------------------------------------- */
/*　　ページヘッダー　　*/
.page-view{
	background: url(../img/page-view.png) center center no-repeat;
	background-size: cover;
	padding: 15rem 0 7.5rem 0;
}
.page-view .view-ttl .roma{
	position: relative;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-left: 2rem;
	margin-bottom: 0.625rem;
}
.page-view .view-ttl .roma::before{
	background: url(../img/icon/icon.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 1.03125rem;
	height: 1.1625rem;
	left: 0.25rem;
	top: 50%;
	transform: translateY(-50%);
}
.page-view .view-ttl h1{
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0.2em;
}
.archiveWrap .archive-guide{
	padding: 8.75rem 0 11.25rem 0;
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 5.625rem 0 3.75rem 0;
	}
	.page-view .view-ttl .roma{
		font-size: 0.625rem;
		padding-left: 1rem;
		margin-bottom: 0.3125rem;
	}
	.page-view .view-ttl .roma::before{
		width: 0.5rem;
		height: 0.5625rem;
		left: 0.25rem;
	}
	.page-view .view-ttl h1{
		font-size: 1.5625rem;
	}
	.archiveWrap .archive-guide{
		padding: 3.125rem 0 5rem 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-view{
		padding: 10rem 0 6rem 0;
	}
	.page-view .view-ttl .roma{
		font-size: 1.125rem;
	}
	.page-view .view-ttl h1{
		font-size: 2rem;
	}
	.archiveWrap .archive-guide{
		padding: 4.75rem 0 6.25rem 0;
	}
}
/**
/* 事業案内 CSS
----------------------------------------------- */
.works-wrap .figure-guide{
	padding: 12.5rem 0 10rem 0;
}
.works-wrap .works-guide{
	padding-bottom: 12.5rem;
}
.works-guide .grid-container{
	align-items: center;
}
.works-guide .grid-container .imageArea{
	width: 40%;
}
.works-guide .grid-container .guide-ttl{
	text-align: right;
	padding: 0 8rem;
}
.works-guide .grid-container.flex_row .guide-ttl{
	text-align: left;
}
.works-guide .grid-container .guide-ttl h2{
	position: relative;
	display: inline-block;
	font-size: 2.6875rem;
	font-weight: 400;
	line-height: 1.85;
	text-align: left;
	writing-mode: vertical-rl;
	white-space: nowrap;
	padding-top: 3.6875rem;
}
.works-guide .grid-container .guide-ttl h2::before{
	background: url(../img/icon/icon.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 2.75rem;
	height: 3.0625rem;
	top: -14px;
	right: 50%;
	transform: translateX(50%);
}
.works-guide .grid-container .imageArea .img{
	position: relative;
}
.works-guide .grid-container .imageArea .img::after{
	background: #ffffff;
	content: '';
	position: absolute;
	width: calc(100% + 20.25rem);
	height: calc(100% + 0.25rem);
	bottom: -7.25rem;
	z-index: -1;
}
.works-guide .grid-container .imageArea .img::after{
	right: -20.25rem;
}
.works-guide .grid-container.flex_row .imageArea .img::after{
	left: -20.25rem;
	right: 0;
}
.works-guide .grid-container .contentArea{
	width: 60%;
	max-width: 60.5rem;
	padding: 0 3rem 0 5.625rem;
}
.works-guide .grid-container.flex_row .contentArea{
	padding: 0 3rem;
}
.works-guide .grid-container .contentArea h3{
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.2em;
	margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
	.works-wrap .figure-guide{
		padding: 3.5rem 0 5rem 0;
	}
	.works-wrap .works-guide{
		padding-bottom: 3.5rem;
	}
	.works-guide .grid-container .imageArea{
		width: 100%;
	}
	.works-guide .grid-container .guide-ttl{
		text-align: center;
		padding: 0;
	}
	.works-guide .grid-container.flex_row .guide-ttl{
		text-align: center;
	}
	.works-guide .grid-container .guide-ttl h2{
		font-size: 1.3125rem;
		padding-top: 2.6875rem;
	}
	.works-guide .grid-container .guide-ttl h2::before{
		width: 2rem;
		height: 2.5rem;
		top: -0.625rem;
	}
	.works-guide .grid-container .imageArea .img{
		width: calc(100% - 1.5rem);
	}
	.works-guide .grid-container.flex_row .imageArea .img{
		margin-left: auto;
	}
	.works-guide .grid-container .imageArea .img::after{
		width: calc(100% + 1.5rem);
		height: calc(100% + 0.25rem);
		bottom: -2.25rem;
	}
	.works-guide .grid-container .imageArea .img::after{
		right: -1.5rem;
	}
	.works-guide .grid-container.flex_row .imageArea .img::after{
		left: -1.5rem;
		right: 0;
	}
	.works-guide .grid-container .contentArea{
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.works-guide .grid-container.flex_row .contentArea{
		padding: 0;
	}
	.works-guide .grid-container .contentArea h3{
		font-size: 1.125rem;
		line-height: 2;
		padding: 0 1.25rem 0 1.25rem;
		margin-bottom: 2rem;
	}
	.works-guide .grid-container .contentArea p{
		padding: 4rem 1.25rem 0 1.25rem;
	}
	.works-guide .grid-container .contentArea p + p{
		padding: 1.5rem 1.25rem 0 1.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.works-wrap .figure-guide{
		padding: 7.5rem 0 7rem 0;
	}
	.works-wrap .works-guide{
		padding-bottom: 8.5rem;
	}
	.works-guide .grid-container{
		align-items: center;
	}
	.works-guide .grid-container .guide-ttl{
		text-align: right;
		padding: 0 3rem;
	}
	.works-guide .grid-container.flex_row .guide-ttl{
		text-align: left;
	}
	.works-guide .grid-container .guide-ttl h2{
		font-size: 2rem;
		padding-top: 3.6875rem;
	}
	.works-guide .grid-container .guide-ttl h2::before{
		width: 2.75rem;
		height: 3.0625rem;
		top: -14px;
	}
	.works-guide .grid-container .imageArea .img::after{
		width: calc(100% + 14.25rem);
		height: calc(100% + 0.25rem);
		bottom: -4.25rem;
	}
	.works-guide .grid-container .imageArea .img::after{
		right: -14.25rem;
	}
	.works-guide .grid-container.flex_row .imageArea .img::after{
		left: -14.25rem;
		right: 0;
	}
	.works-guide .grid-container .contentArea{
		padding: 0 2rem 0 2.625rem;
	}
	.works-guide .grid-container.flex_row .contentArea{
		padding: 0 2.625rem 0 2rem;
	}
	.works-guide .grid-container .contentArea h3{
		font-size: 1.75rem;
		margin-bottom: 4rem;
	}
}
/*　　講演・セミナー ワークショップ　　*/
.works-guide.works01 .grid-container .contentArea h3{
	margin-bottom: 4rem;
}
.works-guide.works01 .lecture-grid{
	margin-top: 8.5rem;
}
.works-guide.works01 .lecture-grid .guide-ttl{
	margin-bottom: 5.5rem;
}
.works-guide.works01 .lecture-grid .guide-ttl h3{
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.2em;
}
.works-guide.works01 .lecture-grid .block_btn{
	margin-top: 6.25rem;
}
@media only screen and (max-width: 767px) {
	.works-guide.works01 .grid-container .contentArea h3{
		margin-bottom: 2rem;
	}
	.works-guide.works01 .lecture-grid{
		margin-top: 3.5rem;
	}
	.works-guide.works01 .lecture-grid .guide-ttl{
		margin-bottom: 1.5rem;
	}
	.works-guide.works01 .lecture-grid .guide-ttl h3{
		font-size: 1.5625rem;
	}
	.works-guide.works01 .lecture-grid .block_btn{
		margin-top: 2.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.works-guide.works01 .grid-container .contentArea h3{
		margin-bottom: 3rem;
	}
	.works-guide.works01 .lecture-grid{
		margin-top: 4.5rem;
	}
	.works-guide.works01 .lecture-grid .guide-ttl{
		margin-bottom: 3.5rem;
	}
	.works-guide.works01 .lecture-grid .guide-ttl h3{
		font-size: 2rem;
	}
	.works-guide.works01 .lecture-grid .block_btn{
		margin-top: 4.25rem;
	}
}
/*　　腸活育菌ショップMicrobe-life　　*/
.works-wrap .works-guide .shop-guide{
	padding: 8.125rem 0 7.5rem 0 ;
}
.works-wrap .works-guide .shop-guide .guide-ttl{
	width: 25%;
	margin-bottom: 0;
}
.works-wrap .works-guide .shop-guide .shop-slider{
	width: 75%;
	overflow: hidden;
}
.works-wrap .works-guide .shop-guide .block_btn{
	margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
	.works-wrap .works-guide .shop-guide{
		padding: 3.125rem 0 4rem 0;
	}
	.works-wrap .works-guide .shop-guide .inner-wrap{
		width: calc(100% - 3rem);
	}
	.works-wrap .works-guide .shop-guide .guide-ttl{
		width: 100%;
		margin-bottom: 2rem;
	}
	.works-wrap .works-guide .shop-guide .shop-slider{
		width: 100%;
	}
	.works-wrap .works-guide .shop-guide .block_btn{
		width: 100%;
		margin-top: 3.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.works-wrap .works-guide .shop-guide{
		padding: 6.125rem 0 5.5rem 0;
	}
	.works-wrap .works-guide .shop-guide .guide-ttl{
		width: 30%;
		margin-bottom: 0;
	}
	.works-wrap .works-guide .shop-guide .shop-slider{
		width: 70%;
	}
	.works-wrap .works-guide .shop-guide .block_btn{
		margin-top: 4rem;
	}
}
/**
/* 会社案内 CSS
----------------------------------------------- */
/*　　私たちについて　　*/
.about-guide{
	padding: 8rem 0 9.375rem 0;
}
.about-guide .guide-ttl{
	margin-bottom: 9.8125rem;
}
.about-guide .box{
	background: #FFFFFF;
	padding: 7rem 2.5rem 5rem 2.5rem;
	margin-top: -8.4375rem;
}
.about-guide .box h3{
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.17;
	text-align: center;
}
.about-guide .box .block_btn{
	margin-top: 4.625rem;
	margin-bottom: 6.875rem;
}
@media only screen and (max-width: 767px) {
	.about-guide{
		padding: 3.375rem 0 2.375rem 0;
	}
	.about-guide .guide-ttl{
		margin-bottom: 3rem;
	}
	.about-guide .box{
		padding: 2rem 1.5rem 3rem 1.5rem;
		margin-top: -2.4375rem;
	}
	.about-guide .box h3{
		font-size: 1.25rem;
		line-height: 1.9;
		text-align: left;
	}
	.about-guide .box .block_btn{
		margin-top: 2.625rem;
		margin-bottom: 1.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.about-guide{
		padding: 7rem 0 6.375rem 0;
	}
	.about-guide .guide-ttl{
		margin-bottom: 5.8125rem;
	}
	.about-guide .box{
		padding: 6rem 2rem 4rem 2rem;
		margin-top: -8.4375rem;
	}
	.about-guide .box h3{
		font-size: 1.675rem;
		line-height: 2;
	}
	.about-guide .box .block_btn{
		margin-top: 3.625rem;
		margin-bottom: 4.875rem;
	}
}
/*　　会社概要　　*/
.company-guide{
	background: #FFFFFF;
	padding: 7.8125rem 0 8.125rem 0;
}
.company-guide .guide-ttl{
	margin-bottom: 6.875rem;
}
.company-tbl{
	max-width: 1040px;
	margin: 0 auto;
}
.company-tbl table th,
.company-tbl table td{
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 2.6;
}
.company-tbl table th{
	width: 16.25rem;
	text-align: right;
	border-right: 1px solid #4d4d4d;
	padding: 0 4rem 0 0;
}
.company-tbl table td{
	padding: 0 0 0 4rem;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 4.6875rem 0 3.75rem 0;
	}
	.company-guide .guide-ttl{
		margin-bottom: 3.75rem;
	}
	.company-tbl table th,
	.company-tbl table td{
		font-size: 0.875rem;
		line-height: 2;
	}
	.company-tbl table th{
		width: 7rem;
		padding: 0 1rem 0 0;
	}
	.company-tbl table td{
		padding: 0 0 0 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.company-guide{
		padding: 6.8125rem 0 6.125rem 0;
	}
	.company-guide .guide-ttl{
		margin-bottom: 4.875rem;
	}
	.company-tbl table th,
	.company-tbl table td{
		font-size: 1.125rem;
		line-height: 2.4;
	}
	.company-tbl table th{
		width: 14.25rem;
		padding: 0 3rem 0 0;
	}
	.company-tbl table td{
		padding: 0 0 0 3rem;
	}
}
/**
/* お知らせ・腸活コラム CSS
----------------------------------------------- */
.post-list .post-items{
	border-bottom: 2px solid #4d4d4d;
	padding: 1.4375rem 0;
}
.post-list .post-items:first-child{
	border-top: 2px solid #4d4d4d;
}
.post-list .post-items dt,
.post-list .post-items dd{
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 1.35;
}
.post-list .post-items dt{
	margin-bottom: 0.375rem;
}
@media only screen and (max-width: 767px) {
	.post-list .post-items{
		border-bottom: 1px solid #4d4d4d;
		padding: 1.25rem 0;
	}
	.post-list .post-items:first-child{
		border-top: 1px solid #4d4d4d;
	}
	.post-list .post-items dt,
	.post-list .post-items dd{
		font-size: 1rem;
	}
	.post-list .post-items dt{
		margin-bottom: 0.25rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.post-list .post-items{
		padding: 1.25rem 0;
	}
	.post-list .post-items dt,
	.post-list .post-items dd{
		font-size: 1.25rem;
	}
}
/**
/* イベント・ワークショップ CSS
----------------------------------------------- */
.event-list{
	column-gap: 3.25rem;
	row-gap: 10rem;
}
.event-list .event-items{
	width: calc(33.3333% - 2.1875rem);
}
.event-list .event-items .event__thumbnail a{
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
}
.event-list .event-items .event__thumbnail a:before{
	content: "";
	display: block;
	padding-top: 145%;
}
.event-list .event-items .event__thumbnail img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s ease-in-out;
}
.event-list .event-items a:hover img{
	transform: scale(1.1);
}
.event-list .event-items .event__ttl{
	position: relative;
	margin-top: 1.25rem;
}
.event-list .event-items .event__ttl::before{
	background: url(../img/icon/icon.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 1.25rem;
	height: 1.625rem;
	top: 0.25rem;
	left: 0;
}
.event-list .event-items .event__ttl h3{
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.2em;
	padding-left: 1.875rem;
}
.event-list .event-items .event__body dl{
	display: flex;
	align-items: center;
	margin-top: 1rem;
}
.event-list .event-items .event__body dl dt,
.event-list .event-items .event__body dl dd{
	font-size: 1.5625rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: 0.1em;
}
.event-list .event-items .event__body dl dt{
	background: #337eba;
	width: 5.75rem;
	color: #FFFFFF;
	text-align: center;
	padding: 0.125rem;
}
.event-list .event-items .event__body dl dd{
	width: calc(100% - 5.75rem);
	padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
	.event-list{
		column-gap: 0;
		row-gap: 4rem;
	}
	.event-list .event-items{
		width: 100%;
		padding: 0 1.5rem;
	}
	.event-list .event-items .event__ttl{
		margin-top: 1rem;
	}
	.event-list .event-items .event__ttl::before{
		top: 0.125rem;
	}
	.event-list .event-items .event__ttl h3{
		font-size: 1.125rem;
	}
	.event-list .event-items .event__body dl{
		margin-top: 0.625rem;
	}
	.event-list .event-items .event__body dl dt,
	.event-list .event-items .event__body dl dd{
		font-size: 1.125rem;
	}
	.event-list .event-items .event__body dl dt{
		width: 4.75rem;
		padding: 0.125rem;
	}
	.event-list .event-items .event__body dl dd{
		width: calc(100% - 4.75rem);
		padding-left: 0.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.event-list{
		column-gap: 1.75rem;
		row-gap: 5rem;
	}
	.event-list .event-items{
		width: calc(33.3333% - 1.1875rem);
	}
	.event-list .event-items .event__ttl{
		
	}
	.event-list .event-items .event__ttl::before{
		
	}
	.event-list .event-items .event__ttl h3{
		font-size: 1.375rem;
	}
	.event-list .event-items .event__body dl{
		margin-top: 0.5rem;
	}
	.event-list .event-items .event__body dl dt,
	.event-list .event-items .event__body dl dd{
		font-size: 1.125rem;
	}
	.event-list .event-items .event__body dl dt{
		width: 4.5rem;
		padding: 0.125rem;
	}
	.event-list .event-items .event__body dl dd{
		width: calc(100% - 4.5rem);
		padding-left: 0.625rem;
	}
}
/**
/* 講演・セミナー CSS
----------------------------------------------- */
.cards-container .card.bg-w{
	position: relative;
	background: #FFFFFF;
	padding: 0.625rem;
}
.cards-container .card:not(:last-child){
	margin-bottom: 3rem;
}
.cards-container .card .card__deta{
	align-items: center;
	margin-bottom: 1.375rem;
}
.cards-container .card .lecture_name{
	max-width: 60%;
}
.cards-container .card .lecture_name span{
	display: block;
	background: #337eba;
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 0.625rem 1.25rem;
}
.cards-container .card .card__thumbnail{
	position: relative;
	overflow: hidden;
}
.cards-container .card .card__thumbnail.col-3{
	width: 23%;
}
.cards-container .card .card__thumbnail a{
	position: relative;
	display: block;
	height: 100%;
}
.cards-container .card .card__thumbnail a:before {
	content: "";
	display: block;
	padding-top: 75%;
}
.cards-container .card .card__thumbnail img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s ease-in-out;
}
.cards-container .card a:hover img{
	transform: scale(1.1);
}
.cards-container .card .card__body.col-7{
	width: 77%;
	display: flex;
	flex-direction: column;
	padding-left: 1.5rem;
}
.cards-container .card .cat{
	position: relative;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	padding-left: 1.25rem;
}
.cards-container .card .cat::before{
	background: url(../img/icon/icon.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 0.875rem;
	height: 0.9375rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cards-container .card .cat span + span{
	margin-left: 0.75rem;
}
.cards-container .card .card__ttl{
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1.25rem;
}
.cards-container .card .lecture_list ul li{
	position: relative;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.85;
	padding-left: 1rem;
}
.cards-container .card .lecture_list ul li::before{
	background: url(../img/icon/arrow_b.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 0.375rem;
	height: 0.4375rem;
	left: 0;
	top: 0.8125rem;
}
.cards-container .card .card__more{
	position: absolute;
	right: 0.625rem;
	bottom: 0.625rem;
}
.cards-container .card .card__more a{
	position: relative;
	display: block;
	color: #337eba;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.35;
	padding-right: 3rem;
}
.cards-container .card .card__more a::before{
	background: url(../img/icon/arrow.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 2.8125rem;
	height: 0.4375rem;
	right: 0;
	bottom: 0.3125rem;
}
@media only screen and (max-width: 767px) {
	.cards-container .card.bg-w{
		padding: 1.125rem 1.25rem 0.75rem 1.25rem;
	}
	.cards-container .card:not(:last-child){
		margin-bottom: 2rem;
	}
	.cards-container .card .card__deta{
		margin-bottom: 0.625rem;
	}
	.cards-container .card .lecture_name{
		width: 100%;
		max-width: 100%;
	}
	.cards-container .card .lecture_name span{
		font-size: 0.9375rem;
		padding: 0.375rem 0.625rem;
	}
	.cards-container .card .card__thumbnail.col-3{
		width: 100%;
		margin-bottom: 1rem;
	}
	.cards-container .card .card__body.col-7{
		width: 100%;
		padding-left: 0;
	}
	.cards-container .card .cat{
		font-size: 0.75rem;
		margin-bottom: 0.625rem;
	}
	.cards-container .card .cat::before{
		width: 0.875rem;
		height: 0.9375rem;
	}
	.cards-container .card .cat span + span{
		margin-left: 0.75rem;
	}
	.cards-container .card .card__ttl{
		font-size: 1.625rem;
		margin-bottom: 0.625rem;
	}
	.cards-container .card .lecture_list ul li{
		font-size: 0.75rem;
	}
	.cards-container .card .lecture_list ul li::before{
		top: 0.58rem;
	}
	.cards-container .card .card__more{
		position: relative;
		text-align: right;
		right: auto;
		bottom: auto;
		margin-top: 0.625rem;
	}
	.cards-container .card .card__more a{
		font-size: 1.125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.cards-container .card:not(:last-child){
		margin-bottom: 2rem;
	}
	.cards-container .card .card__deta{
		margin-bottom: 0.625rem;
	}
	.cards-container .card .lecture_name span{
		font-size: 1.125rem;
		padding: 0.375rem 1rem;
	}
	.cards-container .card .card__ttl{
		font-size: 1.75rem;
		margin-bottom: 0.625rem;
	}
	.cards-container .card .lecture_list ul li{
		font-size: 1rem;
		padding-left: 0.875rem;
	}
	.cards-container .card .lecture_list ul li::before{
		top: 0.65rem;
	}
	.cards-container .card .card__more a{
		font-size: 1rem;
	}
}
/**
/* ショップ CSS
----------------------------------------------- */
.shop-list{
	column-gap: 2.5rem;
	row-gap: 2.5rem;
}
.shop-list .shop-items{
	position: relative;
	width: calc(33.3333% - 1.6875rem);
}
.shop-list .shop-items .shop__thumbnail{
	margin-bottom: 1.125rem;
}
.shop-list .shop-items .shop__thumbnail a{
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
}
.shop-list .shop-items .shop__thumbnail a:before {
	content: "";
	display: block;
	padding-top: 75%;
}
.shop-list .shop-items .shop__thumbnail img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: .5s ease-in-out;
}
.shop-list .shop-items a:hover img{
	transform: scale(1.1);
}
.shop-list .shop-items h3{
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 1.5;
}
.shop-list .shop-items .goods_price{
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 1.5;
}
.shop-list .shop-items .more{
	position: absolute;
	width: 6.125rem;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width: 767px) {
	.shop-list{
		column-gap: 0;
		row-gap: 2.5rem;
	}
	.shop-list .shop-items{
		width: 100%;
	}
	.shop-list .shop-items .shop__thumbnail{
		margin-bottom: 0.625rem;
	}
	.shop-list .shop-items h3{
		font-size: 1.0625rem;
	}
	.shop-list .shop-items .goods_price{
		font-size: 1.0625rem;
	}
	.shop-list .shop-items .more{
		width: 4.125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.shop-list{
		column-gap: 1.5rem;
		row-gap: 2.5rem;
	}
	.shop-list .shop-items{
		width: calc(33.3333% - 1rem);
	}
	.shop-list .shop-items .shop__thumbnail{
		margin-bottom: 1rem;
	}
	.shop-list .shop-items h3{
		font-size: 1.125rem;
	}
	.shop-list .shop-items .goods_price{
		font-size: 1.125rem;
	}
	.shop-list .shop-items .more{
		width: 4.125rem;
	}
}
/**
/* 投稿詳細 CSS
----------------------------------------------- */
.singleWrap .single-guide{
	padding: 5.4375rem 0 10rem 0;
}
.l-contents .l-main{
	width: calc(100% - 10rem - 15.625rem);
}
.l-contents .l-side{
	width: 15.625rem;
}
.singleWrap .single-guide{
	padding: 5.4375rem 0 8.5rem 0;
}
.single-guide .entry-header{
	margin-bottom: 3rem;
}
.single-guide .entry-header .dete{
	font-size: 1.4375rem;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 0.5rem;
}
.single-guide .entry-header h2{
	font-size: 2.1875rem;
	font-weight: 400;
	line-height: 1.45;
}
.single-guide .entry-body h2{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.single-guide .entry-body p{
	font-size: 1.3125rem;
	line-height: 2;
	margin-bottom: 2rem;
}
.single-guide .entry-body p a{
	color: #337eba;
	text-decoration: underline;
}
.single-guide .entry-body p:last-child{
	margin-bottom: 0;
}
.single-guide .entry-body p img{
	margin: 1rem 0;
}
.single-guide .entry-body ol{
	list-style: decimal;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ul{
	list-style: disc;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.single-guide .entry-body ol li,
.single-guide .entry-body ul li{
	font-size: 1.25rem;
	line-height: 1.875;
}
.single-guide .entry-body figure{
	margin: 0.5rem 0;
}
.single-guide .entry-body figcaption{
	font-size: 90%;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0 1rem 0 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 0 1rem;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
}
.single-guide .page-nav{
	margin-top: 8.5rem;
}
.single-guide .page-nav ul{
	width: 100%;
	display: flex;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.single-guide .page-nav ul li a{
	display: block;
	color: #4d4d4d;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1.45;
	text-transform: uppercase;
}
.single-guide .page-nav ul .nav__item--prev a{
	background: url(../img/icon/prev_bg.png) left center no-repeat;
	background-size: cover;
	padding: 0.625rem 3.75rem 0.625rem 2rem;
}
.single-guide .page-nav ul .nav__item--next a{
	background: url(../img/icon/next_bg.png) right center no-repeat;
	background-size: cover;
	padding: 0.625rem 2rem 0.625rem 3.75rem;
}
@media only screen and (max-width: 767px) {
	.l-contents .l-main{
		width: 100%;
		margin-bottom: 4rem;
	}
	.l-contents .l-side{
		width: 100%;
	}
	.singleWrap .single-guide{
		padding: 3.125rem 0 6.5rem 0;
	}
	.single-guide .entry-header{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-header .dete{
		font-size: 0.78125rem;
		margin-bottom: 0.375rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.25rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	.single-guide .entry-body p{
		font-size: 0.875rem;
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-body p:last-child{
		margin-bottom: 0;
	}
	.single-guide .entry-body p img{
		margin: 0.25rem 0;
	}
	.single-guide .entry-body ol{
		margin-left: 1.25rem;
		margin-bottom: 2rem;
	}
	.single-guide .entry-body ul{
		margin-left: 1.25rem;
		margin-bottom: 2rem;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 1.25rem;
		line-height: 1.875;
	}
	.single-guide .entry-body figure{
		margin: 0.625rem 0;
	}
	blockquote.alignleft,
	.wp-caption.alignleft,
	img.alignleft {
		margin: 0 0.625rem 0 0;
	}
	blockquote.alignright,
	.wp-caption.alignright,
	img.alignright {
		margin: 0 0 0 0.625rem;
	}
	.single-guide .page-nav{
		margin-top: 4.5rem;
	}
	.single-guide .page-nav ul li a{
		font-size: 1rem;
	}
	.single-guide .page-nav ul .nav__item--prev a{
		padding: 0.625rem 1.75rem 0.625rem 1.25rem;
	}
	.single-guide .page-nav ul .nav__item--next a{
		padding: 0.5rem 1.25rem 0.5rem 1.75rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.l-contents .l-main{
		width: calc(100% - 4rem - 12.625rem);
	}
	.l-contents .l-side{
		width: 12.625rem;
	}
	.singleWrap .single-guide{
		padding: 4rem 0 5.5rem 0;
	}
	.single-guide .entry-header{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-header .dete{
		font-size: 1.25rem;
		margin-bottom: 0.375rem;
	}
	.single-guide .entry-header h2{
		font-size: 1.875rem;
	}
	.single-guide .entry-body h2{
		font-size: 1.375rem;
		margin-bottom: 1.25rem;
	}
	.single-guide .entry-body p{
		font-size: 1.125rem;
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ol{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ul{
		margin-bottom: 1.5rem;
	}
	.single-guide .entry-body ol li,
	.single-guide .entry-body ul li{
		font-size: 1.125rem;
	}
	.single-guide .page-nav{
		margin-top: 6.5rem;
	}
	.single-guide .page-nav ul li a{
		font-size: 1.125rem;
	}
	.single-guide .page-nav ul .nav__item--prev a{
		padding: 0.625rem 2.75rem 0.625rem 1.875rem;
	}
	.single-guide .page-nav ul .nav__item--next a{
		padding: 0.625rem 1.875rem 0.625rem 2.75rem;
	}
}
/*　　カテゴリ・最新の投稿　　*/
.l-side .sidebar-sticky{
	position: sticky;
	position: -webkit-sticky;
	top: 3.125rem;
}
.l-side .side-grid:not(:last-child){
	margin-bottom: 6.25rem;
}
.l-side .side-grid h3{
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 1rem;
}
.l-side .side-grid ul li a{
	position: relative;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.25;
	padding-left: 1.5rem;
}
.l-side .side-grid ul li a::before{
	background: url(../img/icon/icon_b.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 0.875rem;
	height: 1rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.l-side .side-grid ul li + li{
	margin-top: 0.375rem;
}
.l-side .side-grid ul li a:hover{
	color: #337eba;
}
.l-side .side-grid ul li a:hover::before{
	background: url(../img/icon/icon.png) center center no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
	.l-side .side-grid:not(:last-child){
		margin-bottom: 4rem;
	}
	.l-side .side-grid h3{
		font-size: 1.375rem;
		margin-bottom: 1rem;
	}
	.l-side .side-grid ul li a{
		font-size: 0.75rem;
		padding-left: 1.25rem;
	}
	.l-side .side-grid ul li a::before{
		width: 0.75rem;
		height: 0.875rem;
	}
	.l-side .side-grid ul li + li{
		margin-top: 0.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.l-side .sidebar-sticky{
		top: 3.125rem;
	}
	.l-side .side-grid:not(:last-child){
		margin-bottom: 4rem;
	}
	.l-side .side-grid h3{
		font-size: 1.375rem;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.contact-wrap .contact-guide{
	padding: 8.4375rem 0 10rem 0;
}
.contact-guide .inner{
	max-width: 1140px;
}
.contact-guide .guide-ttl{
	width: 50%;
	margin-bottom: 0;
}
.contact-guide .guide-ttl h2{
	position: relative;
	height: 45rem;
	font-size: 2.6875rem;
	font-weight: 400;
	line-height: 2;
	writing-mode: vertical-rl;
	padding-top: 4.6875rem;
}
.contact-guide .guide-ttl h2::before{
	background: url(../img/icon/icon.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 2.75rem;
	height: 3.0625rem;
	top: 0;
	right: 50%;
	transform: translateX(50%);
}
.contact-guide .form-grid{
	width: 45%;
}
.form-grid dl{
	margin-bottom: 1.5rem;
}
.form-grid dl dt{
	position: relative;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1.45;
	margin-bottom: 0.625rem;
	padding-left: 1.5rem;
}
.form-grid dl dt::before{
	background: url(../img/icon/icon.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 0.875rem;
	height: 1rem;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.form-grid dl dt .text-danger{
	display: inline-block;
	background: #337eba;
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.45;
	border-radius: 3.125rem;
	padding: 0.2rem 0.625rem 0.2rem 0.625rem;
	margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
	.contact-wrap .contact-guide{
		padding: 4rem 0 6rem 0;
	}
	.contact-guide .guide-ttl{
		width: 100%;
		text-align: center;
		margin-bottom: 4rem;
	}
	.contact-guide .guide-ttl h2{
		display: inline-block;
		height: 22rem;
		font-size: 1.3125rem;
		text-align: left;
		padding-top: 3.6875rem;
	}
	.contact-guide .guide-ttl h2::before{
		width: 2rem;
		height: 2.5rem;
	}
	.contact-guide .form-grid{
		width: 100%;
	}
	.form-grid dl{
		margin-bottom: 1.25rem;
	}
	.form-grid dl dt{
		font-size: 1rem;
	}
	.form-grid dl dt .text-danger{
		font-size: 0.625rem;
		padding: 0.125rem 0.625rem 0.2rem 0.625rem;
		margin-left: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-wrap .contact-guide{
		padding: 5.4375rem 0 7rem 0;
	}
	.contact-guide .guide-ttl h2{
		font-size: 2rem;
		padding-top: 4.25rem;
	}
	.contact-guide .guide-ttl h2::before{
		width: 2.25rem;
		height: 3rem;
	}
	.contact-guide .form-grid{
		width: 50%;
	}
	.form-grid dl{
		margin-bottom: 1.25rem;
	}
	.form-grid dl dt{
		font-size: 1.25rem;
	}
}
/**
/* フォーム CSS
----------------------------------------------- */
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #666666;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.3125rem;
	font-weight: 400;
	line-height: 1.25;
	padding: 0.625rem;
	border-radius: 0.75rem;
}
input[type="date"]::placeholder,
input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder{
	color: #AFB29C;
}
input[type="date"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #AFB29C;
}
input[type="date"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
	color: #AFB29C;
}
textarea{
	height: 18.75rem;
}
.wpcf7-spinner{
	display: none;
}
.submit_btn{
	text-align: center;
	margin-top: 5rem;
}
.submit_btn li{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 24.875rem;
}
input[type="submit"] {
	position: relative;
	display: block;
	width: 100%;
	background: #337eba;
	border: none;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #ffffff;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
	cursor: pointer;
	border-radius: 3.125rem;
	padding: 0.375rem 1.5rem;
}
@media only screen and (max-width: 767px) {
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 1rem;
		border-radius: 0.5rem;
	}
	textarea{
		height: 12.75rem;
	}
	.submit_btn{
		margin-top: 4rem;
	}
	.submit_btn li{
		max-width: 18.875rem;
	}
	input[type="submit"] {
		font-size: 1.3125rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 1.25rem;
	}
	textarea{
		height: 13.75rem;
	}
	.submit_btn{
		margin-top: 3rem;
	}
	.submit_btn li{
		max-width: 16.875rem;
	}
	input[type="submit"] {
		font-size: 1.5rem;
	}
}
/**
/* 共通ブロック CSS
----------------------------------------------- */
/*　　お問い合わせ　　*/
.bottom-contact{
	background: url(../img/bottom-contact.png) center center no-repeat;
	background-size: cover;
	padding: 8rem 0 8.75rem 0;
}
.bottom-contact .guide-ttl{
	margin-bottom: 2rem;
}
.bottom-contact .p-text{
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.86;
}
.bottom-contact .block_btn{
	margin-top: 4.625rem;
}
@media only screen and (max-width: 767px) {
	.bottom-contact{
		padding: 5.25rem 0 5.25rem 0;
	}
	.bottom-contact .guide-ttl{
		margin-bottom: 1rem;
	}
	.bottom-contact .p-text{
		font-size: 0.8125rem;
	}
	.bottom-contact .block_btn{
		margin-top: 1.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.bottom-contact{
		padding: 7rem 0 6.75rem 0;
	}
	.bottom-contact .block_btn{
		margin-top: 2.625rem;
	}
}
/**
/* プライバシーポリシー CSS
----------------------------------------------- */
.privacy-wrap .page-guide{
	padding: 5.4375rem 0 8.5rem 0;
}
.pageWrap .page-guide .entry p{
	font-size: 1.125rem;
	line-height: 2;
	margin-bottom: 2rem;
}
.pageWrap .page-guide .entry p:last-child{
	margin-bottom: 0;
}
.pageWrap .page-guide .entry h2{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}
.pageWrap .page-guide .entry ol{
	list-style: decimal;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.pageWrap .page-guide .entry ul{
	list-style: disc;
	margin-left: 1.25rem;
	margin-bottom: 2rem;
}
.pageWrap .page-guide .entry ol li,
.pageWrap .page-guide .entry ul li{
	font-size: 1.125rem;
	line-height: 1.875;
}
@media only screen and (max-width: 767px) {
	.privacy-wrap .page-guide{
		padding: 2.4375rem 0 3.5rem 0;
	}
	.pageWrap .page-guide .entry p{
		font-size: 0.875rem;
		margin-bottom: 1.5rem;
	}
	.pageWrap .page-guide .entry h2{
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
	.pageWrap .page-guide .entry ol{
		margin-left: 0.875rem;
		margin-bottom: 1rem;
	}
	.pageWrap .page-guide .entry ul{
		margin-left: 1.25rem;
		margin-bottom: 2rem;
	}
	.pageWrap .page-guide .entry ol li,
	.pageWrap .page-guide .entry ul li{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.privacy-wrap .page-guide{
		padding: 5.4375rem 0 8.5rem 0;
	}
}
/**
/* エラー CSS
----------------------------------------------- */
.error-guide p{
	font-size: 1.125rem;
	line-height: 2;
	text-align: center;
}
.error-guide .error_url{
	padding: 3rem 0;
}
.error-guide .block_btn{
	margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
	.error-guide p{
		font-size: 0.875rem;
	}
	.error-guide .error_url{
		padding: 1rem 0;
	}
	.error-guide .block_btn{
		margin-top: 2rem;
	}
}
