@charset "utf-8";
/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	color: #333;		/*全体の文字色*/
	line-height: 2;		/*行間*/
	margin: 0 auto;
 h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, select, input, textarea {
margin: 0px;
padding: 0px;
font-size: 100%;
font-weight: normal;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
}
html {
	scroll-behavior: smooth;
}
.pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #fff;
	border: solid 2px #000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: translateY(20%) rotate(-45deg);
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
}
a:hover {
	color: #80ad45;	/*マウスオン時の文字色*/
}
/*コンテナー（ホームページを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1000px;	/*ブロックの最大幅*/
	margin: 0 auto;
}
/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
header {
	display: flex;
}

/*ロゴ画像設定*/
#logo img {
	width: 750px;	/*画像幅*/
	margin-top: 20px;
}


/*トップページのメイン画像
---------------------------------------------------------------------------*/
/*画像ブロック*/
#mainimg img {
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
	margin-bottom: 40px;	/*下に空けるスペース*/
}
.nav-wrap {
	position: relative;
}
.scroll-nav {
	width: 100%;
	background: #3eb489; /* メニューの背景色 */
	overflow-x: auto;
	-webkit-overflow-scrolling: touch; /* 慣性スクロール */
}
.scroll-nav ul {
	max-width: 1060px; /* メニューの最大幅 */
	min-width: 390px; /* メニューの最小幅 */
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	list-style: none;
}
.scroll-nav ul li {
	float: left;
	width: 130px; /* メニューの個別の幅 */
	height: 45px;
	text-align: center;
}
.scroll-nav ul li:hover {
	background: #90ee90; /* マウスホバー時の背景色 */
}
.scroll-nav ul li a {
	display: inline-block;
	color: #fff; /* メニューの文字色 */
	text-decoration: none;
}
.scroll-nav ul li {
	width: 100%;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
.next-btn { /* 右側に固定する部分 */
	position: absolute;
	top: 0;
	right: 0;
	width: 25px; /* 固定部分の幅 */
	height: 40px; /* メニューの高さに合わせる */
	line-height: 40px;
	background: #fff;
	color: #555;
}


@media only screen and (min-width: 771px) { /* PCサイズでの指定 */
.scroll-nav ul {
	padding: 0;
}
.scroll-nav ul li {
	width: 16.66%; /* メニューの個別の幅 */
}
.next-btn {
	display: none; /* 右側の固定部分を非表示 */
}
/*コンテンツ（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/
/*コンテンツのh2タグの設定*/
#contents h2 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 60px;
	color: #000;		/*文字色*/
	padding: 5px 20px;	/*上下、左右への余白*/
	background: #fac559;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
	text-align: center;
	font-size: 30px;
}
/*コンテンツのh3タグの設定*/
#contents h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 8px 20px;	/*上下、左右への余白*/
	background: #fff;	/*背景色*/
	border-bottom: 3px solid #fac559;	/*枠線の幅、線種、色*/
}
/*コンテンツのp(段落)タグ設定*/
#contents p {
	display: inline-block;
	padding: 20px 20px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p, #contents h3 + p {
	margin-top: -20px;
}
#contents section + section {
	margin-top: 30px;
}
/*段落タグ*/
.list p {
	padding: 0 !important;
}
#setumei img {
	text-align: center;
}
/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 15px 0px 10px;	/*上、左右、下へのボックス内の余白*/
}
footer a {
	text-decoration: none;
	border: none;
}
footer .pr {
	display: block;
}
/*利用について
---------------------------------------------------------------------------*/
#about h3 {
	font-size: 20px;
}
/*テーブル
---------------------------------------------------------------------------*/


table.ta1 {
	margin-top: 60px;
}
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #3eb489;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #eee;	/*背景色*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色*/
	padding: 20px;			/*テーブル内の余白*/
}
/*テーブルの左側ボックス*/
.ta1 th {
	text-align: center;	/*センタリング*/
	width: 30%;			/*幅*/
	background-color: #3eb489;
	color: #ffffff;
}
/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}
/*その他
---------------------------------------------------------------------------*/
.look {
	background: #e5e5e5;
	padding: 5px 10px;
	border-radius: 4px;
}
.mb15, .mb1em {
	margin-bottom: 15px;
}
.color1 {
	color: #80ad45;
}
.pr {
	font-size: 12px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left;
}
.nagare img {
	width: 70%;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
}
.nagare2 img {
	width: 70%;
	display: block;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 30px;
}
/*事業所風景ページ
---------------------------------------------------------------------------*/
.archive {
	display: flex;
	margin-top: 60px;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
}
.archive div {
  display: flex;
  flex-direction: column;
  align-items: center; /* 横方向中央 */
  justify-content: center; /* 縦方向中央（高さ指定がある場合） */
  text-align: center;
  padding: 20px;
  padding: 3rem;
  width: 40%;
  background-color: #fffa9c;
}
.archive h1 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	text-decoration: underline;
	text-underline-offset: 8px;
	font-weight: bold;
}
.archive img {
	display: inline-block;
	margin: auto;
}
.archive p {
	text-align: left;
}
/*Q＆A
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px 40px;	/*上下、左右へのボックス内の余白*/
}
/*質問*/
.faq dt {
	border-radius: 10px;	/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background-color: #3eb489;	/*背景色*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.2は色が20%出た状態の事。*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
	font-size: 18px;
	color: #fff;
}
/*回答*/
.faq dd {
	margin: 5px 20px 30px 50px;		/*ボックス内の余白**/
	text-indent: -1.5em;
	padding-left: 1em
}
.br-sp {
	display: none;
}
.pc {
	display: block;
}
}

/*画面幅580px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:580px) {
/*全体の設定
---------------------------------------------------------------------------*/

/*headerブロック*/
header {
	flex-direction: column;
}
/*ロゴ画像設定*/
#logo img {
	width: 500px;	/*画像幅*/
	margin-bottom: 20px;	/*ロゴの上と40pxスペースを空ける設定*/
}
body {
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}
/*その他
---------------------------------------------------------------------------*/
.ws, .wl {
	width: 94%;
}
/*コンテンツ（見出しバーや文字などが入っているブロック）
---------------------------------------------------------------------------*/
/*コンテンツのh2タグの設定*/
#contents h2 {
	clear: both;
	margin-top: 40px;
	margin-bottom: 25px;
	color: #000;		/*文字色*/
	padding: 5px 20px;	/*上下、左右への余白*/
	background: #fac559;	/*背景色*/
	border-radius: 10px;	/*角を丸くする指定。この１行を削除すれば角丸がなくなります。*/
	text-align: center;
	font-size: 30px;
}
/*コンテンツのh3タグの設定*/
#contents h3 {
	font-size: 20px;
	clear: both;
	margin-bottom: 20px;
	padding: 8px 20px;	/*上下、左右への余白*/
	background: #fff;	/*背景色*/
	border-bottom: 2px solid #fac559;	/*枠線の幅、線種、色*/
}
/*コンテンツのp(段落)タグ設定*/
#contents p {
	padding: 20px 20px 20px 0px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p, #contents h3 + p {
	margin-top: -20px;
}
#contents section + section {
	margin-top: 30px;
}
/*段落タグ*/
.list p {
	padding: 0 !important;
}
#setumei img {
	text-align: center;
}
/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 15px 0px 10px;	/*上、左右、下へのボックス内の余白*/
}
footer a {
	text-decoration: none;
	border: none;
}
footer .pr {
	display: block;
}
/*利用について
---------------------------------------------------------------------------*/
#about h3 {
	font-size: 20px;
}

#about p{
		padding: 20px 20px 20px 20px;	/*上、左右、下への余白*/
}

.nagare img {
	width: 90%;
	display: block;
	margin: 0 auto;
}
.nagare2 img {
	width: 90%;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
/*テーブル
---------------------------------------------------------------------------*/

table.ta1 {
	margin-top: 60px;
}
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #3eb489;		/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #eee;	/*背景色*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色*/
	padding: 20px;			/*テーブル内の余白*/
}
/*テーブルの左側ボックス*/
.ta1 th {
	text-align: center;	/*センタリング*/
	width: 30%;			/*幅*/
	background-color: #3eb489;
	color: #ffffff;
}
/*事業所風景ページ
---------------------------------------------------------------------------*/
.archive div {
	margin-top: 50px;
	margin-bottom: 3rem;
	padding: 3rem;
	background-color: #fffa9c;
}
.archive p {
	width: 100%;
	 line-height: 1.8;
  max-width: 36em;
  margin: 1em auto;
}
.archive h1 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	text-decoration: underline;
	text-underline-offset: 8px;
	font-weight: bold;
}
.archive img {
	display: block;
	margin: auto;
	height: auto;
}
/*Q＆A
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}
/*質問*/
.faq dt {
	border-radius: 10px;	/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background-color:#3eb489;	/*背景色*/
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.2は色が20%出た状態の事。*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
	color: #fff;
}
/*回答*/
.faq dd {
	margin: 5px 20px 30px 30px;		/*ボックス内の余白**/
	text-indent: -1.5em;
	padding-left: 1em
}
/*スマホの時改行しない
---------------------------------------------------------------------------*/

.br-sp {
	display: block;
}
.pc {
	display: none;
}
