@charset "utf-8";
html {
}
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }
body {
	font-family:
	-apple-system, BlinkMacSystemFont,
	"游ゴシック体", YuGothic,
	"Yu Gothic M",
	"游ゴシック Medium", "Yu Gothic Medium",
	"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3,
	"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN",
	"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
	"メイリオ", Meiryo,
	Osaka,
	"ＭＳ Ｐゴシック", "MS PGothic",
	"Helvetica Neue", HelveticaNeue,
	Helvetica,
	Arial,
	"Segoe UI",
	sans-serif,
	"Apple Color Emoji",
	"Segoe UI Emoji",
	"Segoe UI Symbol",
	"Noto Color Emoji";

	 font-size: 16px;
	 font-size: 0.875rem;

	margin: 0;
	padding: 0;
	
/* 	background-color: #fff; */
	background-color: #f5f5f5;
}

a {
	text-decoration: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.contents-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
}

header {
	position: relative;
	left: 0;
	top: 0;
	max-width: 100%;
	width: 100%;
	 font-size: 0.875rem;
}
.header_menu {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	/* height: 40px; */
	padding: 6px 10px 10px;
	box-sizing: border-box;
}
.cart-box {
	display: flex;
	align-items: center;
	width: 20%;
}
.cart-box span {
	color: #CC0000;
	font-size: 0.75rem;
	font-weight: bold;	
}
.logo {
	width: 20%;
	margin-left: 0px;
}
.cart {
	width: 30px;
	margin: 0 5px 0 auto;
}
.cart img,
.logo img {
	width: 100%;
}
.cvp {
	display: inline-block;
	width: 60%;
	font-size: 0.6875rem;
	font-weight: bold;
	color: #444;
	text-align: center;
	padding-left: 0.5rem;
	/* border-bottom: 1px solid;
	border-image: linear-gradient(to right,rgba(23,127,151,0.3) 1%,rgba(23,127,151,0.8) 50%,rgba(23,127,151,0.8) 51%,rgba(23,127,151,0.3) 100%);
	border-image-slice: 1; */
}

/* ////////////////////////////////////////////////////////////// */
section {
	width: 100%;
	padding-bottom: 20px;
}
section img {
	width: 100%;
}

.powerstone-wrapper {
}
/* ////////////////////////////////////////////////////////////// */
.powerstone-wrapper h1 {
	font-size : 1.0rem;
	font-weight : bold;
	line-height : 2;
	/* margin-bottom: 20px; */
	padding-left : 1rem;
	background: #20859C;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.main-container {
	display: block;
	padding: 4%;
	background: #efefef;
	border-radius: 0 0 4px 4px;
}
.main-container .stone-container {
	width: 100%;
	margin-right: 0;
	margin-bottom: 5%;
}
.main-container .stone-container p {
	line-height: 1.5;
}
.main-container .stone-container .main-photo img {
	border-radius: 4px;
}
.stonecopy {
	font-size : 1.0rem;
	text-align: center;
	margin: 0 0 5px 0;
}
.subname {
	font-size : 0.9375rem;
}
.subname {
	padding: 0 2%;
	/* font-family: Times New Roman; */
}

/* 目次側 */
.main-container .index-container {
	width: 100%;
	line-height : 1.8;
}
.main-container .index-container h2 {
	font-size : 1.0rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	padding-left: 8px;
	border-left: 4px solid #20859C;
}
.main-container .index-container .page_index {
	font-size : 0.875rem;	
	margin-left: 12px;
	list-style-type: decimal;
	list-style-position: inside;
}
.main-container .index-container .page_index li {
}
.main-container .index-container .page_index .sub_link {
	/* padding-left: 1rem; */
}
.main-container .index-container .page_index li:first-child .sub_link {
	display: flex;
	flex-wrap: wrap;
	/* padding-left: 1rem; */
}
.main-container .index-container .page_index .sub_link li {
	line-height: 1.8;
}
.main-container .index-container .page_index li:first-child .sub_link li {
	width: 36%;
	margin-right: 2rem;
}
/* 説明のセクション */
section.content-block {
	width: 100%;
	margin: 2% auto;
}
section.content-block .notice {
	font-size: 0.875rem;
}
section h3 {
	font-size : 1.0rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
	padding-left : 1rem;
	background: #20859C;
	color: #fff;
	/* border-radius: 4px; */
}
section.content-block h4 {
	font-size : 1.0rem;
	font-weight: bold;
	line-height: 1;
	
	width: 94%;
	margin: 0 auto;
	margin-bottom: 1rem;
	padding-left: 8px;
	border-left: 4px solid #20859C;
}
section.content-block h5 {
	display: inline;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1;

	width: 94%;
	margin: 0 auto;
	margin-bottom: 1rem;
	margin-left: 1rem;
	background: linear-gradient(transparent 60%, rgba(23, 128, 151, 0.3) 60%);
}
section.content-block h6 {
	font-size: 1.0rem;
	margin-left: 1.0rem;
	margin-bottom: 0.5rem;
}
section.content-block p {
	width: 92%;
	margin: 0 auto;
	margin-bottom: 1rem;
	font-size : 1.0rem;
	line-height: 1.5;
}
section.content-block h5 + p {
	margin-top: 1rem;
}
/* 浄化アイコン */
ul.jouka_data {
	display: flex;
	flex-wrap: wrap;
	width: 94%;
	margin: 4% auto 0;
	/* margin-bottom: 2%; */
	box-sizing: border-box;
}
ul.jouka_data li {
	display: block;
	width: 48px;
	text-align: center;
	padding: 0 1.0%;
}
ul.jouka_data li img {
	width: 100%;	
}

/* 鉱物データ */
#mineralTbl {
	width: 90%;
	border-collapse : collapse;
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0 auto 30px;
	font-size: 0.875rem;
}
#mineralTbl tr:nth-child(odd) {
	background-color : #eeeeee;
}

#mineralTbl th {
	width: 15%;
	vertical-align: top;
	white-space: nowrap;
	text-align: left;
	padding-right: 10px;
	border-right: 1px solid #cccccc;
}
#mineralTbl th,#mineralTbl td {
	padding : 8px 8px;
}

#mineralOther {
	background-color: #eeeeee;
	margin: 20px 0;
}
.sNum {
	font-size: 10px;
}
.sNum2 {
	font-size: 10px;
	position: relative;
	top: -0.5em;
}
section.content-block .bunken {
	margin-left: 1rem;
	font-size: 1.0rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

ul.bunken li {
	list-style-type : disc;
	margin-left : 25px;
}

.photo-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px;
}
.photo-container .photo-box {
	width: 48%;
	margin: 0 1% 4%;
	padding: 4%;
	background: #efefef;
	border-radius: 5px;
}
.photo-container .photo-box-none {
	width: 48%;
}
.photo-container .photo-box div {
	line-height: 0.8;
}
.photo-container .photo-box .caption {
	font-size: 0.875rem;
	line-height: 1.3;
	padding: 5px 0 0;
	margin: 0;
}
.photo-container .photo-box div img {
	width: 100%;
}

/* バナー */
.banner-block {
	width: 100%;
	padding-bottom: 0 !important;
}
.opinion .banner-block .all_banner {
	width: 96%;
	margin: 4% auto;
	padding: 2%;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	line-height: 1.4;
}
/* .opinion .banner-block .all_banner div {
	line-height: 1.2;
} */
.opinion .banner-block .all_banner .caption {
	width: 100%;
	padding: 0 2%;
	font-size: 0.8125rem;
}

.category_banner {
	display: flex;
	/* position: relative; */
	width: 96%;
	margin: 4% auto;
	padding: 2%;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}
.category_banner div:first-child {
	width: 55%;
}
.category_banner div:last-child {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 45%;
	margin-left: 2%;
}
.category_banner p.caption {
	width: 100%;
	font-size: 0.8125rem;
	line-height: 1.2;
	padding: 0 4px;
	color: #444;
}
.category_banner .categorylink {
	position: relative;
	width: 100%;
	padding: 2% 10%;
	border: 3px double #fff;
	border-radius: 1rem;
	background-color: #2828d5;
	line-height: 1.2;
	text-align: center;
/* margin: auto auto; */
	margin: 0 auto 5%;
	color: #fff;
	font-size: 0.6875rem;
}
.category_banner .categorylink a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}
.category_banner .categorylink:hover {
	opacity: 0.6;
}
.category_banner .categorylink:active {
	opacity: 0.9;
	border: 3px double #00f;
}

.banner_year {
	width: 92%;
	margin: 0 auto 8%;
	padding: 0 0;
}