@charset "UTF-8";

#page_title_section {
	background-image: url("../img/mibyo/top_backimage.jpg");
	background-position: 50% 50%;
}

/* ページ内リンク */
#anchor_section {
	padding: 50px 0;
}

#anchor_section .container {
	max-width: 980px;
	margin: 0 auto;
}

#anchor_section .contents {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#anchor_section .contents li {
	margin: 0 10px;
	margin-bottom: 20px;
}

#anchor_section .contents li .inner_anc {
	font-size: 15px;
	line-height: 1.5em;
	padding: 5px 35px 5px 5px;
	border-bottom: 1px solid #000000;
	color: #000000;
	text-decoration: none;
	text-align: left;
	position: relative;
	cursor: pointer;
}

#anchor_section .contents li .inner_anc::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#anchor_section .contents li .inner_anc:hover {
	color: #999999;
	border-bottom: 1px solid #999999;
}

#anchor_section .contents li .inner_anc:hover::before {
	top: 8px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

/* 未病について */
#mibyo_section .container {
	background: linear-gradient(to right, transparent 15%, #f9f4e8 15%);
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#mibyo_section .cont_img {
	margin-top: -50px;
	margin-right: 50px;
	margin-left: auto;
	padding-left: 50px;
	min-width: 300px;
	max-width: 650px;
}

#mibyo_section .cont_txt {
	max-width: 600px;
	padding: 100px 0;
	margin-right: calc(50vw - 490px);
}

@media screen and (max-width: 980px) {
	#mibyo_section .cont_txt {
		margin-right: 0;
	}
}

#mibyo_section .cont_txt .comment {
	font-size: 15px;
	line-height: 2.0em;
	padding-top: 50px;
	text-align: justify;
}

#mibyo_section .cont_txt .comment img {
	max-width: 450px;
}

/* 気・血・水について */
#yakuwari_section .container {
	max-width: 980px;
	margin: 0 auto;
}

#yakuwari_section .contents {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

#yakuwari_section .inner_txt {
	max-width: 600px;
}

#yakuwari_section .inner_txt .comment {
	font-size: 15px;
	line-height: 2.0em;
	text-align: justify;
	margin: 20px auto;
}

#yakuwari_section .inner_txt .upset {
	border-radius: 10px;
	padding: 20px;
	margin: 10px auto;
}

#yakuwari_section .inner_txt .upset.upset1 {
	background: #c3b066;
}

#yakuwari_section .inner_txt .upset.upset2 {
	background: #da785e;
}

#yakuwari_section .inner_txt .upset.upset3 {
	background: #7481b8;
}

#yakuwari_section .inner_txt .upset .ttl {
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#yakuwari_section .inner_txt .upset .detail {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 5px 0;
}

#yakuwari_section .inner_txt .upset .detail dt {
	max-width: 120px;
	margin-right: 20px;
	padding: 3px 5px;
	border-radius: 5px;
	background: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#yakuwari_section .inner_txt .upset .detail dd {
	width: 100%;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
	display: flex;
	align-items: center;
}

#yakuwari_section .inner_img {
	margin-left: -100px;
	max-width: 460px;
}

/* 未病改善の取り組み */
#kaizen_section .container {
	background: linear-gradient(to right, #f0f0f0 85%, transparent 85%);
	padding: 100px 0;
}

#kaizen_section .contents {
	max-width: 980px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#kaizen_section .inner_txt {
	max-width: 410px;
	margin-left: 50px;
}

#kaizen_section .inner_txt .comment {
	padding: 50px 0;
	font-size: 15px;
	line-height: 2.0em;
	text-align: justify;
}

#kaizen_section .inner_flow {
	max-width: 520px;
	width: 100%;
}

#kaizen_section .inner_flow .flow {
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	margin-bottom: 15px;
}

#kaizen_section .inner_flow .flow:nth-of-type(odd) {
	background: #ffffff;
}

#kaizen_section .inner_flow .flow:nth-of-type(even) {
	background: #f9f4e8;
}

#kaizen_section .inner_flow .flow::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -40px;
	border: 40px solid transparent;
	z-index: 1;
}

#kaizen_section .inner_flow .flow:nth-of-type(odd)::before {
	border-top: 30px solid #ffffff;
}

#kaizen_section .inner_flow .flow:nth-of-type(even)::before {
	border-top: 30px solid #f9f4e8;
}

#kaizen_section .inner_flow .flow:nth-last-of-type(1)::before {
	border: none;
}

#kaizen_section .inner_flow .flow .ttl {
	font-size: 25px;
	line-height: 1.3em;
	letter-spacing: 0.5em;
	text-align: center;
	padding-bottom: 5px;
	padding-left: 0.5em;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
}

#kaizen_section .inner_flow .flow .detail {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 4px 0;
}

#kaizen_section .inner_flow .flow .detail dt {
	max-width: 80px;
	margin-right: 15px;
	padding: 3px 5px;
	border-radius: 5px;
	background: #d4b965;
	font-size: 15px;
	line-height: 1.5em;
	color: #ffffff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#kaizen_section .inner_flow .flow .detail dd {
	width: 100%;
	font-size: 15px;
	line-height: 1.5em;
	display: flex;
	align-items: center;
}

/* 食事と五行論 */
#gogyo_section .contents_top {
	display: flex;
	justify-content: space-between;
}

#gogyo_section .contents_top .inner_txt {
	max-width: 600px;
	margin-left: calc(50vw - 490px);
	margin-right: 50px;
}

@media screen and (max-width: 980px) {
	#gogyo_section .contents_top .inner_txt {
		margin-left: 0;
	}
}

#gogyo_section .contents_top .inner_txt .comment {
	font-size: 15px;
	line-height: 2.0em;
	padding: 50px 0;
	text-align: justify;
}

#gogyo_section .contents_top .inner_img {
	max-width: 700px;
	padding-right: 30px;
	margin-right: auto;
}

#gogyo_section .contents_bottom {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 100px 0;
	margin-top: 100px;
	background: #f9f4e8;
}

#gogyo_section .contents_bottom .inner_txt {
	max-width: 600px;
	margin-right: calc(50vw - 490px);
	margin-left: 50px;
}

@media screen and (max-width: 980px) {
	#gogyo_section .contents_bottom .inner_txt {
		margin-right: 0;
	}
}

#gogyo_section .contents_bottom .inner_txt p {
	font-size: 15px;
	line-height: 2.0em;
	text-align: justify;
}

#gogyo_section .contents_bottom .inner_img {
	margin-top: -200px;
	max-height: 500px;
	overflow: hidden;
}

/* 餃子×東洋医学 */
#gyoza_section .container {
	display: flex;
	justify-content: space-between;
}

#gyoza_section .contents_txt {
	max-width: 600px;
	margin-right: 50px;
	margin-left: calc(50vw - 490px);
}

@media screen and (max-width: 980px) {
	#gyoza_section .contents_txt {
		margin-left: 0;
	}
}

#gyoza_section .contents_txt .comment {
	font-size: 15px;
	line-height: 2.0em;
	text-align: justify;
	padding: 50px 0;
}

#gyoza_section .contents_txt .effect {
	background: #f9f4e8;
	border-radius: 10px;
	padding: 17.5px 20px;
	margin-bottom: 50px;
}

#gyoza_section .contents_txt .effect .detail {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 7.5px 0;
}

#gyoza_section .contents_txt .effect .detail dt {
	max-width: 100px;
	margin-right: 10px;
	padding: 3px 5px;
	border-radius: 5px;
	background: #d4b965;
	font-size: 15px;
	line-height: 1.5em;
	color: #ffffff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#gyoza_section .contents_txt .effect .detail dd {
	width: 100%;
	font-size: 15px;
	line-height: 1.7em;
	display: flex;
	align-items: center;
	text-align: justify;
	padding: 5px 0;
}

#gyoza_section .contents_txt a {
	margin: 0;
}

#gyoza_section .contents_img .illust {
	padding-right: 30px;
	margin-top: -50px;
}

/* 未病診断 */
#shindan_section {
	background: #d4b965;
}

#shindan_section .container {
	max-width: 980px;
	margin: 0 auto;
}

#shindan_section .message {
	font-size: 30px;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	text-align: center;
	color: #ffffff;
	padding-bottom: 30px;
}

#shindan_section .contents {
	position: relative;
	display: block;
	transition: 0.3s;
}

#shindan_section .contents:hover img {
	opacity: 0.8;
}

#shindan_section .contents .inner {
	position: absolute;
	bottom: 8%;
	right: 3%;
	width: 71%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#shindan_section .contents .inner .txt {
	color: #000000;
	font-size: 21px;
	line-height: 1.5em;
	text-decoration: none;
}

#shindan_section .contents .inner .link {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.5em;
	background: #000000;
	border-radius: 50vh;
	border: none;
	padding: 15px 25px;
	width: 225px;
	text-align: left;
	position: relative;
}

#shindan_section .contents .inner .link::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -5px;
	transition: 0.3s;
}

#shindan_section .contents:hover .inner .link::after {
	right: 20px;
}



/* スマートフォン用 */
@media screen and (max-width: 768px) {

	/* ページ内リンク */
	#anchor_section .container {
		padding: 0 20px;
	}

	#anchor_section .contents {
		display: block;
	}

	#anchor_section .contents li .inner_anc {
		width: 100%;
		display: block;
	}

	/* 未病について */
	#mibyo_section {
		padding: 0;
	}

	#mibyo_section .container {
		padding: 0 20px;
		background: #f9f4e8;
		display: block;
	}

	#mibyo_section .cont_txt {
		padding: 50px 0;
	}

	#mibyo_section .cont_txt .comment {
		padding: 30px 0;
	}

	#mibyo_section .cont_img {
		margin-right: 0;
		padding-left: 0;
		padding-bottom: 50px;
		min-width: 0;
		max-width: none;
	}

	/* 気・血・水について */
	#yakuwari_section {
		padding: 100px 0;
	}
			
	#yakuwari_section .container {
		padding: 0 20px;
	}

	#yakuwari_section .contents {
		display: block;
		padding-top: 10px;
	}

	#yakuwari_section .inner_txt {
		max-width: none;
	}

	#yakuwari_section .inner_txt .upset {
		padding: 10px;
	}

	#yakuwari_section .inner_txt .upset .ttl {
		font-size: 18px;
	}

	#yakuwari_section .inner_txt .upset .detail {
		display: block;
	}

	#yakuwari_section .inner_txt .upset .detail dt {
		max-width: 150px;
		margin-right: 0;
	}

	#yakuwari_section .inner_txt .upset .detail dd {
		padding: 5px 0;
		font-size: 14px;
	}

	#yakuwari_section .inner_img {
		margin-left: 0;
		max-width: none;
	}

	/* 未病改善の取り組み */
	#kaizen_section .container {
		background: #f0f0f0;
		padding: 50px 20px;
	}

	#kaizen_section .contents {
		display: block;
	}

	#kaizen_section .inner_txt {
		max-width: none;
		margin-left: 0;
	}

	#kaizen_section .inner_txt .comment {
		padding: 30px 0;
	}

	#kaizen_section .inner_txt .illust {
		padding-bottom: 30px;
	}

	#kaizen_section .inner_flow {
		max-width: none;
	}

	#kaizen_section .inner_flow .flow {
		padding: 10px;
	}

	#kaizen_section .inner_flow .flow::before {
		border: 30px solid transparent;
		margin-left: -30px;
	}

	#kaizen_section .inner_flow .flow:nth-of-type(odd)::before {
		border-top: 25px solid #ffffff;
	}

	#kaizen_section .inner_flow .flow:nth-of-type(even)::before {
		border-top: 25px solid #f9f4e8;
	}

	#kaizen_section .inner_flow .flow .ttl {
		font-size: 18px;
	}

	#kaizen_section .inner_flow .flow .detail {
		display: block;
	}

	#kaizen_section .inner_flow .flow .detail dt {
		max-width: 150px;
	}

	#kaizen_section .inner_flow .flow .detail dd {
		padding: 5px 0;
		font-size: 14px;
	}

	/* 食事と五行論 */
	#gogyo_section .contents_top {
		display: block;
		padding: 0 20px;
	}

	#gogyo_section .contents_top .inner_txt {
		max-width: none;
		margin-right: 0;
	}

	#gogyo_section .contents_top .inner_txt .comment {
		padding: 30px 0;
	}

	#gogyo_section .contents_top .inner_img {
		max-width: none;
		padding-right: 0;
	}

	#gogyo_section .contents_bottom {
		display: block;
		padding: 130px 20px 30px;
		margin-top: -100px;
		margin-bottom: 100px;
	}

	#gogyo_section .contents_bottom .inner_txt {
		max-width: none;
		margin-left: 0;
	}

	#gogyo_section .contents_bottom .inner_img {
		margin-top: 30px;
		margin-bottom: -100px;
	}

	/* 餃子×東洋医学 */
	#gyoza_section .container {
		display: block;
		padding: 0 20px;
	}

	#gyoza_section .contents_txt {
		max-width: none;
		margin-right: 0;
	}

	#gyoza_section .contents_txt .comment {
		padding: 30px 0;
	}

	#gyoza_section .contents_txt .effect {
		padding: 10px;
		margin-bottom: 30px;
	}

	#gyoza_section .contents_txt .effect .detail {
		display: block;
	}

	#gyoza_section .contents_txt .effect .detail dt {
		max-width: 150px;
		margin-right: 0;
	}

	#gyoza_section .contents_txt .effect .detail dd {
		font-size: 14px;
		line-height: 1.5em;
	}

	#gyoza_section .contents_img {
		margin-top: 30px;
	}

	#gyoza_section .contents_img .illust {
		padding-right: 0;
	}

	/* 未病診断 */
	#shindan_section .container {
		padding: 0 20px;
	}

	#shindan_section .message {
		font-size: 25px;
		letter-spacing: 0.1em;
	}

}


