@charset "UTF-8";

/* 基本色 */
:root {
	--main-color: #062F85;
	--accent-color: rgba(248,166,35,1.00);
	--dark-main-color: #2B5566;
	--text-bright-color: #fff;
	--icon-color: #fff;
	--icon-bk-color: #ddd;
	--gray-color: #ddd;
	--large-width: 1200px;
	--middle-width: 1000px;
}
.conA.compact img {
	width: 90%;
	height: 90%;
}
.tex-font {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #8B4513;
	text-align: center;
	border: 1px;
	padding: 10px;
	font-size: 1.5em;
}
/*写真を横80%に表示*/
.resize-img {
	width: 100%;
}
.back-iro {
	padding: 20px;
	border: 1px solid #062F85;
}
@media (min-width: 768px) {
	.resize-img{
		width: 100%;
			margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;

	}
	}

/* 基本設定： フォントサイズ */
@media (max-width: 599px) {
	:root {
		font-size: 14px;
	}
}

@media (min-width: 600px) and (max-width: 799px) {
	:root {
		font-size: 16px;
	}
}

@media (min-width: 950px) {
	:root {
		font-size: 18px;
	}
}



/* 基本設定： ページ全体 */
body {
	margin: 0;
	font-family: 'メイリオ',
		'Hiragino Kaku Gothic Pro', 
		sans-serif;

}


/* コンテンツA： ヒーローイメージ */
.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	min-height: 450px;
		background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(img/top-img1500.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);
	text-align: center;
	padding-top: ０;
}


.conA.compact {
	height: 700px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/top-img1500.jpg);
	padding-top: 50px;
}

.conA h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 3vw;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
}

.conA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

.conA img {
}

.conA a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #062F85;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 14px;
	text-decoration: none;
}

.conA a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}


@media (min-width: 768px) {
	.conA h1 {
	font-size: 3vw;
	}

	.conA p {
		font-size: 24px;
	}
}



/* コンテンツB： 概要（アイコン＋テキスト） */
.conB .container {
	padding-bottom: 20px;
	background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,0.9)), url(img/top-img1500.jpg);
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
}

.conB .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
			padding-top: 80px;

	text-align: center;
}

.conB h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.conB p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}

.conB .link {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #062F85;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 14px;
	text-decoration: none;
}

.conB a:hover	{
	text-decoration: underline;
}

.conB a {
	color: #000000;
	text-decoration: none;
}

@media (min-width: 768px) {
	.conB .container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	}

	.conB .text	{
	flex: 1;
	}
}
/* 画像丸く切り抜き*/
.img-circle {
  border-radius: 50%;
}

/* コンテンツC： 概要（画像＋テキスト） */
.conC {
	background-color: #ffffff;
	color: #000000;
}

.conC .text {
	padding: 20px;
}

.conC h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.conC p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}

.conC a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #062F85;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 14px;
	text-decoration: none;
}

.conC a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}

.conC .photo {
	min-height: 200px;
	background-image: url(img/tumitori-photo01.jpg);
	background-position: center;
	background-size: cover;
}

@media (min-width: 768px) {
	.conC .container {
		display: flex;

		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}

	.conC .photo {
		flex: 3;
	}

	.conC .text {
		flex: 2;
		padding: 50px;
	}
}



/* コンテンツD： 概要（画像＋テキスト：逆配置） */
.conD .container {
	padding-top: 2px;
}

.conD .text {
	padding: 20px;
}

.conD h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.conD p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}

.conD a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	box-shadow: 0 0 0 1px #888;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #062F85;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 14px;
	text-decoration: none;
}

.conD a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}

.conD .photo {
	min-height: 200px;
	background-image: url(img/top-shoping.jpg);
	background-size: cover;

}

@media (min-width: 768px) {
	.conD .container {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.conD .photo {
		flex: 0 0 400px;
	}

	.conD .text {
		flex: 1;
		padding: 50px;
	}
}
/*半透明テキスト重ねる*/
.conE {
	display: flex;
	height: 100vh;
	min-height: 450px;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/top-img2-1500_02.jpg);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/top-img2-1500_02.jpg);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/top-img2-1500_02.jpg);
	background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(img/top-img2-1500_02.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	color: var(--text-bright-color);
	padding-top: ０;

}
.conE .text {
	padding: 20px;
	background-color: rgba(255,255,255,0.80);
	height: auto;
	width: 80%;
	color: rgba(0,0,0,1.00);
	position: absolute;
	right: 100px;
	margin-top: 100px;
	width: 30%;
}
@media (max-width:768px){
	.conE .text{
		width: 80%;

		max-width: 300px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10%;
		
	}
}

/* コンテンツF： 概要（画像＋テキスト：逆配置） */
.conF .container {
	padding-top: 2px;
}

.conF .text {
	padding: 20px;
}

.conF h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.conF p {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
	opacity: 0.8;
}

.conF .photo {
	min-height: 200px;
	background-position: center;
	background-size: cover;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.conF .container {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.conF .photo {
	flex: 0 0 450px;
	width: 100%;
	}

	.conD .text {
		flex: 1;
		padding: 20px;
	}
}

	first-child {
 auto : margin-right;
}



/* フッター */
footer {
	color: #fff;
	background-color: #062F85;
	background-color: var(--main-color);

}

footer .container {
	padding: 40px 20px;
}


@media (min-width: 768px) {
	footer .container {
		display: flex;
		flex-wrap: wrap;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}

	.footA {
		flex: 0 0 40%;
	}

	.footB {
		flex: 0 0 60%;
	}

	.footC {
		flex: 0 0 100%;
	}
}


/* フッターA： サイト情報 */
.footA {
	margin-bottom: 30px;
}

.footA h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	letter-spacing: 0.2em;
}

.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.footA a {
	color: inherit;
	text-decoration: none;
}


/* フッターB： フッターメニュー */
.footB div {
	margin-bottom: 20px;
}

.footB h3 {
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: solid 1px currentColor;
	font-size: 14px;
}

.footB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footB a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}

.footB a:hover {
	background-color: rgba(0,0,0,0.3);
}


@media (min-width: 768px) {
	.footB {
		display: flex;
	}

	.footB div {
		flex: 1;
	}

	.footB div:not(:first-child) {
		margin-left: 40px;
	}
}


/* フッターC： コピーライト */
.footC {
	font-size: 12px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}


/* フッターD： SNSメニュー */
.footD {
	margin-top: 20px;
}

.footD ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footD a {
	display: block;
	margin-right: 8px;
	padding: 0;
	color: inherit;
	font-size: 16px;
	text-decoration: none;
	border: solid 1px currentColor;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
}

.footD a:hover {
	background-color: rgba(0,0,0,0.3);
}
/*ヘッダー*/
header {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
}

.nohero header {
	position: static;
	border-bottom: solid 1px #ddd;
	border-bottom: solid 1px var(--gray-color);
}

/* ヘッダーA: サイト名 */
.headA {
	display: inline-block;
	line-height: 100px;
	padding-left: 20px;
	padding-right: 20px;
	color: #062F85;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	text-decoration: none;
}
@media(max-width: 350px){	
	.headA{
		font-size: 18px;

	}
}



/* ヘッダーB： ナビゲーションメニュー */
.headB ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.headB a {
	display: block;
	padding: 10px;
	color: inherit;
	font-size: 14px;
	text-decoration: none;
}

.headB a:hover {
	background-color: rgba(0,0,0,0.3);
}

@media (min-width: 768px) {
	header .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}

	.headB ul {
		display: flex;
	}
}

 /* ipad縦 */
@media (min-width:768px) and (max-width: 870px){

	.headA{
	font-size: 20px;
	padding-left: 10px;
	padding-right: 5px;
	}

.headB a {
	display: block;
	padding: 10px;
	color: inherit;
	font-size: 13px;
	text-decoration: none;
}

	.headB ul {
		display: flex;
	}
}

/* ヘッダーC： トグルボタン */

@media (max-width: 767px) {
	/* 小さい画面用の設定 */
	header .container-small {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.headC {
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.5;
		cursor: pointer;
	}

	.headC:hover {
		opacity: 0.3;
	}

	.headB {
		display: none;
	}
}


@media (min-width: 768px) {
	/* 大きい画面用の設定 */
	.headC {
		display: none;
	}

	.headB {
		display: block !important;
	}
}


/* コンテンツページ: 記事 */
.post .container {
	max-width: 1000px;
	max-width: var(--middle-width);
	margin-left: auto;
	margin-right: auto;
	padding: 30px 10px;
}

.post h1 {
	padding-left: 0.5rem;

	font-size: 2rem;
	text-align: center;
	border-bottom-style: solid;
}

.post p {
	font-size: 1rem;
	line-height: 2;
}
.post h2 {
	font-size: 1.5em;
	text-align: center;
	border-bottom: thin solid #000000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 5px;
}

.post img {
	max-width: 100%;
}



/* コンテンツページ: パンくずリスト */
.bread ol {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bread a {
	display: block;
	padding: 5px;
	color: inherit;
	font-size: 0.875rem;
	text-decoration: none;
}

.bread a::after {
	margin-left: 10px;
	content: '\f054';
	font-family: 'FontAwesome';
	opacity: 0.3;
}

.bread a:hover {
	background-color: rgba(0,0,0,0.3);
}



/* アバウトページ： 画像と沿革 */
.history {
	background-color: #5D9AB2;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
}

.history .text {
	padding: 20px;
}

.history h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.history .photo {
	min-height: 300px;
	background-image: url(img/plant.jpg);
	background-position: center;
	background-size: cover;
}

.history table {
	border-collapse: collapse;
	border-top: solid 1px #ddd;
	border-top: solid 1px var(--gray-color);
	font-size: 0.875rem;
}

.history th,
.history td {
	padding-top: 1.8rem;
	padding-bottom: 1.8rem;
	border-bottom: solid 1px #ddd;
	border-bottom: solid 1px var(--gray-color);
}

.history th {
	padding-right: 1rem;
	text-align: left;
	word-break: keep-all;
}


@media (min-width: 768px) {
	.history .container {
		display: flex;
		max-width: 1000px;
		max-width: var(--large-width);
		margin-left: auto;
		margin-right: auto;
	}

	.history .photo {
		flex: 3;
	}

	.history .text {
		flex: 2;
		padding: 50px;
	}
}


/* お問い合わせページ: 問い合わせ先 */
.contact {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	text-align: center;
}

.contact span	{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 2.2rem;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	background-color: #062F85;
	background-color: var(--main-color);
	color: #fff;
	color: var(--icon-color);
}

.contact h2 {
	margin-top: 0;
	font-size: 1.2rem;
}

.contact a {
	font-size: 1.4rem;
	color: inherit;
	text-decoration: none;
}
.dtdilist dl {
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.dtdilist dt {
	margin-bottom: 30px;
	margin-left: 15px;
}


@media (min-width: 768px) {
	.contact-wrap {
		display: flex;
	}

	.contact {
		flex: 1;
	}

	.contact:first-child {
		margin-right: 20px;
	}
}


/* お問い合わせページ： 地図 */
.location iframe {
	width:100%;
	height: 400px;
	vertical-align: bottom;
}

.location h2 {
		background-color: #062F85;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1.5rem;
	text-align: center;
}



/* 記事一覧A */
.listA h1 {
	text-align: center;
}

.listA .container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	max-width: var(--large-width);
	margin: 30px auto;
}

.listA article {
	flex: 1 1 300px;
	display: flex;
}

.listA a {
	flex: 1;
	margin: 10px;
	display: block;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	color: inherit;
	text-decoration: none;
}

.listA a:hover {
	opacity: 0.8;
}

.listA .photo {
	min-height: 150px;
	background-size: cover;
}

.listA .text {
	margin: 10px;
}

.listA h2 {
	font-size: 18px;
}

.listA p {
	font-size: 14px;
	opacity: 0.8;
}
/*蛍光ペン*/
.line-yellow{
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.tumitoritop {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(img/tumitoritop5.jpg);
	background-position: center;
	color: #fff;
	color: var(--text-bright-color);
	text-align: center;
	margin-top: 0px;
	padding-top: 120px;
	width: 100%;
	min-height: 350px;
}
.tumitoritop h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
}

.tumitoritop p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

/*blueberry.htmltopimg*/
.berrytop {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/berrytop2.jpg);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/berrytop2.jpg);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/berrytop2.jpg);
	background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(img/berrytop2.jpg);
	background-position: center;
	color: #fff;
	color: var(--text-bright-color);
	text-align: center;
	margin-top: 0px;
	padding-top: 120px;
	width: 100%;
	min-height: 350px;
}
.berrytop h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
}

.berrytop p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}
.berrytop a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #062F85;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 14px;
	text-decoration: none;
}

.berrytop a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}
/*recipe.htmltopimg*/
.recipetop {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/recipetop.jpg);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/recipetop.jpg);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/recipetop.jpg);
	background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(img/recipetop.jpg);
	background-position: center;
	color: #fff;
	color: var(--text-bright-color);
	text-align: center;
	margin-top: 0px;
	padding-top: 120px;
	width: 100%;
	min-height: 350px;
}
.recipetop h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
}

.recipetop p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}
.recipetop a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #062F85;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 14px;
	text-decoration: none;
}

.recipetop a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}
/*healthy.htmltopimg*/
.healthytop {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/healthytop.jpg);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/healthytop.jpg);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,0.30) 0%,rgba(255,255,255,0.30) 100%), url(img/healthytop.jpg);
	background-image: linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(img/healthytop.jpg);
	background-position: center;
	color: #fff;
	color: var(--text-bright-color);
	text-align: center;
	margin-top: 0px;
	padding-top: 120px;
	width: 100%;
	min-height: 350px;
}
.healthytop h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	letter-spacing: 0.2em;
	margin-left: 0.2em;
}

.healthytop p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}
.healthytop a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #062F85;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 14px;
	text-decoration: none;
}

.healthytop a:hover	{
	background-image: linear-gradient(
		rgba(255,255,255,0.2),
		rgba(255,255,255,0.2)
	);
}


	/* 四角の背景 */

.square_btn {
	color: #010079;
padding: 1.5em;
background: aliceblue;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);}

	/* ストライプの背景 */

.storaip{
	color: #062F85;
	text-shadow: 0 0 5px white;
	padding: 0.5em 0.5em;
	text-align: center;
	border-bottom: 0px solid #FFFFFF;
	background-image: linear-gradient(
    -45deg,
    #cce7ff 25%,
    #e9f4ff 25%, #e9f4ff 50%,
    #cce7ff 50%, #cce7ff 75%,
    #e9f4ff 75%, #e9f4ff
  );
	background-size: 8px 8px;
}
.storaip h2 {
	color: #062F85;
	padding: 0.5em;
	text-shadow: 0 0 5px white;
	text-align: center;
	border-bottom: 0px solid #FFFFFF;
	background-image: -webkit-linear-gradient(135deg,rgba(204,231,255,1.00) 25%,rgba(233,244,255,1.00) 25%,rgba(233,244,255,1.00) 50%,rgba(204,231,255,1.00) 50%,rgba(204,231,255,1.00) 75%,rgba(233,244,255,1.00) 75%,rgba(233,244,255,1.00) 100%);
	background-image: -moz-linear-gradient(135deg,rgba(204,231,255,1.00) 25%,rgba(233,244,255,1.00) 25%,rgba(233,244,255,1.00) 50%,rgba(204,231,255,1.00) 50%,rgba(204,231,255,1.00) 75%,rgba(233,244,255,1.00) 75%,rgba(233,244,255,1.00) 100%);
	background-image: -o-linear-gradient(135deg,rgba(204,231,255,1.00) 25%,rgba(233,244,255,1.00) 25%,rgba(233,244,255,1.00) 50%,rgba(204,231,255,1.00) 50%,rgba(204,231,255,1.00) 75%,rgba(233,244,255,1.00) 75%,rgba(233,244,255,1.00) 100%);
	background-image: linear-gradient( -45deg, #cce7ff 25%, #e9f4ff 25%, #e9f4ff 50%, #cce7ff 50%, #cce7ff 75%, #e9f4ff 75%, #e9f4ff );
	background-size: 8px 8px;
	margin: 0px;
}
.box1 {
	padding: 0.5em 1em;
	border: double 5px #062F85;
	margin: 0 auto;
	width: 50%;
	font-size: 1.3em;
}
@media(max-width: 768px){	
	.box1{
		width: 90%;
		height: auto;
	}
}
@media(max-width: 400px){	
	.box1{
			padding: 0.5em 0.5em;
		width: 90%;
		height: auto;
		font-size: 1.3em;

	}
}
.textcenter {
	font-size: 2em;
	font-weight: bold;
}
/*戻るボタン*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #062F85;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.textleft {
	text-align: left;
}
/*table*/
table.brwsr2 {
    margin: 10px auto;
    width: 80%;
    border: none;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-collapse: separate;
    border-spacing: 0 10px;
    background: #f5f5f5;
}
 
table.brwsr2 th {
	vertical-align: middle;
	height: 53px;
	border-right: solid 1px #666;
	margin: 0;
	text-align: center;
	color: #333;
	font-size: 1em;
	font-weight: bold;
}
 
table.brwsr2 td.data {
	padding: 0;
	margin: 0;
	height: 53px;
	border: none;
	color: #666;
	font-size: 1em;
	line-height: 16px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
table.brwsr2 td.fst {
	padding: 20px;
}
 
 
table.brwsr2 td.bar {
    height: 1px;
    width: 100%;
    border-top: solid 1px #34495e;
}

@media(max-width:768px){
	table.brwsr2 th {
	display: block;
	border-style: none;
	}
table.brwsr2 td{
display: block;
}
	
}
