@charset "UTF-8";

/* 基本色 */
:root {
	--main-color: #845E43;
	--accent-color: #F2772D;
	--dark-main-color: #6f6152;
	--text-bright-color: #fff;
	--icon-color: #fff;
	--icon-bk-color: #ddd;
	--gray-color: #ddd;
	--large-width: 1000px;
	--middle-width: 800px;
}


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

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

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

body {font-size: 16px;
color: #333333;}



/* 基本設定： ページ全体 */
body {
	margin: 0;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}


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

.conA.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/s-top.jpg);
}

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

.conA p {
	margin-top: 0;
	margin-bottom: 0;
	font-family:'Georgia, 'Times New Roman', Times, 'serif'
	font-size: 20px;
}

.conA img {
	width: 20%;
}

.conA a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #F2772D;
	color: #fff;
	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: 115px;
	}

	.conA p {
		font-size: 24px;
	}
}
/*--------------------------------------------------------------------*/
/* コンテンツA： about */
.about {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
	min-height: 450px;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/about/abouttop.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.about.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/about/abouttop.jpg);
}

.about h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family:'Tangerine', cursive;
	font-size: 10vw;
	letter-spacing: 0em;
	margin-left: 0.2em;
}

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



@media (min-width: 768px) {
	.about h1 {
		font-size: 115px;
	}

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

/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* コンテンツA： business */
.business {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
	min-height: 450px;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/02.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.business.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/02.jpg);
}

.business h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family:'Tangerine', cursive;
	font-size: 10vw;
	letter-spacing: 0em;
	margin-left: 0.2em;
}

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



@media (min-width: 768px) {
	.business h1 {
		font-size: 115px;
	}

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

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* コンテンツA： category */
.category {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
	min-height: 450px;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/03.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.category.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/03.jpg);
}

.category h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family:'Tangerine', cursive;
	font-size: 10vw;
	letter-spacing: 0em;
	margin-left: 0.2em;
}

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



@media (min-width: 768px) {
	.category h1 {
		font-size: 115px;
	}

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

/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/* コンテンツA： case */
.case {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
	min-height: 450px;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/03.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.case.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/03.jpg);
}

.case h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family:'Tangerine', cursive;
	font-size: 10vw;
	letter-spacing: 0em;
	margin-left: 0.2em;
}

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



@media (min-width: 768px) {
	.case h1 {
		font-size: 115px;
	}

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

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* コンテンツA： contactTOP */
.contacttop {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
	min-height: 450px;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/04.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.contacttop.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/04.jpg);
}

.contacttop h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family:'Tangerine', cursive;
	font-size: 10vw;
	letter-spacing: 0em;
	margin-left: 0.2em;
}

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



@media (min-width: 768px) {
	.contacttop h1 {
		font-size: 115px;
	}

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

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* コンテンツA： flow */
.flow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
	min-height: 450px;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/flow/02.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.flow.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/flow/02.jpg);
}

.flow h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family:'Tangerine', cursive;
	font-size: 10vw;
	letter-spacing: 0em;
	margin-left: 0.2em;
}

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



@media (min-width: 768px) {
	.flow h1 {
		font-size: 115px;
	}

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

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* コンテンツA： recruit */
.recruit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
	min-height: 450px;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/06.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.recruit.compact {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/06.jpg);
}

.recruit h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family:'Tangerine', cursive;
	font-size: 10vw;
	letter-spacing: 0em;
	margin-left: 0.2em;
}

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



@media (min-width: 768px) {
	.recruit h1 {
		font-size: 115px;
	}

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

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* コンテンツA： list */
.list {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
	min-height: 450px;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/06.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.list {
	height: 450px;
	min-height: 0;
	background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url(img/tenpo/06.jpg);
}

.list h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-family:'Tangerine', cursive;
	font-size: 10vw;
	letter-spacing: 0em;
	margin-left: 0.2em;
}

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



@media (min-width: 768px) {
	.list h1 {
		font-size: 115px;
	}

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

/*--------------------------------------------------------------------*/




/* コンテンツB： 概要（アイコン＋テキスト） */
.conB .container {
	padding-top: 40px;
	padding-bottom: 10px;
}

.conB .text {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: center;
	
}

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

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

.conB a {
	color: #845E43;
	color: var(--main-color);
	text-decoration: none;
}

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

.conB .icon	{
	display: inline-block;
	margin-bottom: 20px;
	font-size: 40px;
	width: 2em;
	line-height: 2em;
	border-radius: 50%;
	text-align: center;
	background-color: #ddd;
	background-color: var(--icon-bk-color);
	color: #fff;
}

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

	.conB .text	{
		flex: 1;
	}
}



/* コンテンツC： 概要（画像＋テキスト） */
.conC {
	background-color: #845E43;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
}

.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;
	
}

.conC a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #F2772D;
	background-color: var(--accent-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/tenpo/001.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: #F2772D;
	background-color: var(--accent-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/tenpo/02.jpg);
	background-position: center;
	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;
	}
}




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

}
.conE img{
	width: 100%;
	height: auto;
}
.conE .text {
	padding: 20px;
}

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

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

.conE a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border: solid 3px currentColor;
	border-radius: 6px;
	background-color: #F2772D;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

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


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

	.conE .photo {
		flex: 3;
	}

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















/* フッター */
footer {
	color: #fff;
	color: var(--text-bright-color);
	background-color: #24693C;
}

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: 'Tangerine', cursive;
	font-size: 40px;
}

.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 {
	font-size: 12px;
	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 {
	padding: 20px;
	text-align: center;
	
}
.footC  p {
	display: block;
	color: inherit;
	font-size: 12px;
	text-decoration: none;
}


.footC  a {
	display: block;
	color: inherit;
	font-size: 46px;
	text-decoration: none;
}


/* フッター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 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
}

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

/* ヘッダーA: サイト名 */
.headA {
	display: inline-block;
	line-height: 70px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	color: #fff;
	font-family: 'Tangerine', cursive;
	font-size: 30px;
	text-decoration: none;
}


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

.headB a {
	display: block;
	padding: 15px;
	color: inherit;
	font-size: 12px;
	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;
	}
}


/* ヘッダー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;
	}
}

/* コンテンツページ: TOP記事 */
.posttop .container {
	max-width: 1000px;
	max-width: var(--large-width);
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px;
}

.posttop h1 {
	text-align:center;
	font-size: 2rem;
	}
.posttop h2 {
    text-align:center;
	font-size:1rem;
}

.posttop p {
	font-size: 1rem;
	line-height: 2;
}

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



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

.post h1  {
padding: 5px 0 5px 0;
		margin-top: 50px;
color: #000;
border-left: solid 7px #55BE23;
}

.post p {
	font-size: 1rem;
	line-height: 2;
}

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




/* line */
.line img {
	width: 100%;
	height: auto;
	text-align: center;
}

/* コンテンツページ: パンくずリスト */
.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: #845E43;
	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: 3rem;
	font-family: 'Tangerine', cursive;
}

.history .photo {
	min-height: 300px;
	background-image: url(img/company/01.jpeg);
	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: #845E43;
	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;
}


@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 {
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #845E43;
	background-color: var(--main-color);
	color: #fff;
	color: var(--text-bright-color);
	font-size: 1.5rem;
	text-align: center;
	font-family: 'Tangerine', cursive;
}

/* トップ画像*/
.location2{
	padding: 0px;
	margin: 0px;
}

.location2 img {
width: 100%;
	height: auto;
}



/* 記事一覧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 500px;
	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 .photo {
	min-height: 250px;
	background-position: center;
	background-size: cover;
}

.listA img {
 width: 100%;
	height: auto;
}



.listA .text {
	margin: 10px;
}

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

.listA p {
	font-size: 14px;
	opacity: 0.8;
	margin-top: 5px; margin-bottom: 0;
	
}
.listA h3 {
	font-size: 23px;
	padding-left: 0.5rem;
	border-left: solid 0.75rem #F2772D;
	margin-top: 30px; margin-bottom: 10px;
	}

/*画像横並び*/
.inline-block_test {
    display: inline-block;      /* インラインブロック要素にする */
    padding:  5px;             /* 余白指定 */
    height: 100px;              /* 高さ指定 */
}






/*slider*/

.slider{
	width: 95%;
	padding: 0;
　　background-color: #888;
}


.slider ul{
  padding: 0px;
}

.slider img{
  max-width:90%;
  height:auto;
}




/* FAQ
--------------------------------------------------------------------*/	
.qa *, .qa *:after, .qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.qa .actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #000;
}
.qa .actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.qa .actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	color: #fff;
	background: #845E43;
}
.qa .actab label::before {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 2em;
	color: #fff;
	margin-left: -1em;
	padding-right: 0.5em;
	content: 'Q';
}
.qa .actab label:hover {
	transition: all 0.3s;
}
/* --質問の＋アイコン */
.qa .actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.qa .actab .actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 3em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.qa .actab .actab-content::before {
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 2em;
	position: absolute;
	margin: 0em -1em 0em 0em;
	padding: 0;
	content: 'A';
}
.qa .actab .actab-content p {
	margin: 1em 1em 1em 2em;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.qa .actab input:checked ~ .actab-content {
	max-height: 200em;

}
/* 質問をクリックした時のアイコンの動き */
.qa .actab input:checked ~ label {
	color: #6f6152;
}
/* 質問をクリックした時の+の動き */
.qa .actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}



/* TOPへ戻るボタン 
--------------------------------------------------------------------*/
.button2	{display: inline-block;
	width: 100%;
	padding: 10px 30px 10px 30px;
	background-color: #845E43;
	color: #fff;
	font-size: 25px;
	font-family: 'Tangerine', cursive;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;}

.button2:hover, 
.button2:focus	{outline: none;
	background-color: #F2772D;}

	/* 電話ボックス
--------------------------------------------------------------------*/
	.box17{
    margin:1em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #fff;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
	}
.box17 a {
	font-size: 18px;
	text-decoration: none;
}

@media (max-width: 768px) {
	.box17 a {
	font-size: 25px;
	text-decoration: none;
}
}




/* =========================================================================
   table faq
   ========================================================================= */		
/* table 
--------------------------------------------------------------------*/
.re_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	line-height: 2;
}
.re_table th, .re_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.re_table th {
	width: 30%;
	text-align: left;
	background: #f4f4f4;	
}
@media only screen and (max-width:480px) {
	.re_table {
		margin: 0;
	}
	.re_table th, .re_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.re_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}
	
	
	.re_table h2 {
padding: 5px 0 5px 0;
		margin-top: 50px;
color: #000;
border-left: solid 7px #55BE23;
}



/* =========================================================================
   table faq
   ========================================================================= */		
/* table 
--------------------------------------------------------------------*/
.re_table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	line-height: 2;
}
.re_table th, .re_table  td {
	padding: 10px;
	border: 1px solid #dddddd;
}
.re_table th {
	width: 30%;
	text-align: left;
	background: #f4f4f4;	
}
@media only screen and (max-width:480px) {
	.re_table {
		margin: 0;
	}
	.re_table th, .re_table td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.re_table tr:first-child th {
		border-top: 1px solid #dddddd;
	}
}
	
	
	.re_table h2 {
padding: 5px 0 5px 0;
		margin-top: 50px;
color: #000;
border-left: solid 7px #55BE23;
}
	
	


/* =========================================================================
   table flow
   ========================================================================= */		
/* table 
--------------------------------------------------------------------*/
.flow_table *, .flow_table *:before, .flow_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.flow_table {
	width: 100%;
	border-collapse: collapse;
}
.flow_table  td {
	vertical-align: top;
	padding: 20px;
}
.flow_table  th {
width: 30%;
	padding: 20px;
}

.flow_table img {
 width: 100%;
	height: auto;
}
.flow_table tr:nth-child(odd) td {  
  background-color: #EAF6FD;  
}
.flow_table tr:nth-child(even) td {  
  background-color: #EFEFEF;  
}  
.flow_table tr:nth-child(odd) th {  
  background-color: #EAF6FD;  
}
.flow_table tr:nth-child(even) th {  
  background-color: #EFEFEF;  
}  
	.flow_table h2 {
padding: 0px 10px 0px 10px;
		margin-top: 10px;
color: #000;
border-left: solid 7px #F2772D;
}
	


@media only screen and (max-width:480px) {
	.flow_table {
		margin: 0;
	}
	.flow_table th, .flow_table td {
		width: 100%;
		display: block;
		border-top: none;
	}

}


