@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/*
body {
  line-height: 1;
  background-image: url(../images/area_logo2.png);
  background-size: 25%;
  background-position: center center;
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
}
*/
footer {
	margin-top: 30px;
	width: 100%;
	/*    background-color: #15ffff;*/
	background-image: url(../images/niji.png);
	background-size: cover;
	background-position: right center;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*!
* ress.css • v1.0.1
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
/**
* 1. All browsers without overlaying scrollbars
* 2. iOS 8+

* 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
* 2. iOS 8+
*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

*,
::before,
::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/**
* 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

* 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
*/
::before,
::after {
	text-decoration: inherit;
	/* 1 */
	vertical-align: inherit;
}

/**
* 1. Set `background-repeat: no-repeat` to all elements
* 2. Reset `padding` and `margin` of all elements

* 1. すべての要素に、「background-repeat: no-repeat;」を指定。
* 2. すべての要素に、「padding」と「margin」をリセット。
*/
* {
	background-repeat: no-repeat;
	/* 1 */
	padding: 0;
	/* 2 */
	margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/**
* Add the correct display in iOS 4-7.

* iOS 4-7に、正しいdisplayを設定。
*/
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
* 1. Show the overflow in Edge and IE

* 1. EdgeとIEに、「overflow: visible;」を定義。
*/
hr {
	overflow: visible;
	/* 1 */
}

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11

* IE8/9に、displayプロパティを定義。
* IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
* IE11のmain要素に、displayプロパティを定義。
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
* 1. Set font-size to 80% in `small` elements

* 1. small要素に、フォントサイズ「80%」を定義。
*/
small {
	font-size: 80%;
	/* 1 */
}

/**
* 1. Add the correct display in IE

* 1. IEに、displayプロパティを定義。
*/
[hidden],
template {
	display: none;
	/* 1 */
}

/**
* 1. Add a bordered underline effect in all browsers
* 2. Remove text decoration in Firefox 40+

* 1. すべてのブラウザに、点線を定義。
* 2. Firefox40+に、テキストの装飾を削除。
*/
abbr[title] {
	border-bottom: 1px dotted;
	/* 1 */
	text-decoration: none;
	/* 2 */
}

/**
* 1. Remove the gray background on active links in IE 10
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+

* 1. IE10に、アクティブリンクのグレーの背景を削除。
* 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
*/
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
* 1. Remove the outline when hovering in all browsers

* 1. すべてのブラウザに、ホバー時のアウトラインを削除。
*/
a:active,
a:hover {
	outline-width: 0;
	/* 1 */
}

/**
* 1. Specify the font family of code elements

* 1. コード要素に、フォントファミリーを指定。
*/
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	/* 1 */
}

/**
* 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

* 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
*/
b,
strong {
	font-weight: bolder;
	/* 1 */
}

/**
* 1. Address styling not present in Safari and Chrome

* 1. SafariとChromeに、定義。
*/
dfn {
	font-style: italic;
	/* 1 */
}

/**
* Address styling not present in IE 8/9

* 1. IE8/9に、定義。
*/
mark {
	background-color: #ff0;
	color: #000;
}

/**
* https://gist.github.com/unruthless/413930
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
	border-radius: 0;
}

/**
* 1. Firefox 36+

* 1. Firefox 36+
*/
[type="number"] {
	width: auto;
	/* 1 */
}

/**
* 1. Safari 8+

* 1. Safari 8+
*/
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
}

/**
* 1. Safari 8

* 1. Safari 8
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	/* 1 */
}

/**
* 1. Internet Explorer 11+
* 2. Specify textarea resizability

* 1. Internet Explorer 11+
* 2. textarea要素に、垂直方向のリサイズを指定。
*/
textarea {
	overflow: auto;
	/* 1 */
	resize: vertical;
	/* 2 */
}

/**
* 1. Specify font inheritance of form elements

* 1. フォーム要素に、フォントの継承を指定。
*/
button,
input,
optgroup,
select,
textarea {
	font: inherit;
	/* 1 */
}

/**
* 1. Restore the font weight unset by the previous rule.

* 1. 前の指定により、フォントのウェイトを再定義。
*/
optgroup {
	font-weight: bold;
	/* 1 */
}

/**
* 1. Address `overflow` set to `hidden` in IE 8/9/10/11

* 1. IE8/9/10/11に、overflow時にhiddenを設定。
*/
button {
	overflow: visible;
	/* 1 */
}

/**
* Remove inner padding and border in Firefox 4+

* Firefox4+に、内側のpaddingとborderを削除。
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: 0;
	padding: 0;
}

/**
* Replace focus style removed in the border reset above

* 1. フォーカス時のスタイルを定義。
*/
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	outline: 1px dotted ButtonText;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
* 2. Correct the inability to style clickable types in iOS

* 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
* 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
* 1. Firefox 40+, Internet Explorer 11-

* 1. Firefox 40+, Internet Explorer 11-
*/
button,
select {
	text-transform: none;
	/* 1 */
}

/**
* Remove the default button styling in all browsers

* すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
*/
button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit;
}

/**
* Style select like a standard input
* 1. Firefox 36+
* 2. Chrome 41+

* 標準的なinput要素のスタイルを選択。
* 1. Firefox 36+
* 2. Chrome 41+
*/
select {
	-moz-appearance: none;
	/* 1*/
	-webkit-appearance: none;
	/* 2 */
}

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
*/
select::-ms-expand {
	display: none;
	/* 1 */
}

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
*/
select::-ms-value {
	color: currentColor;
	/* 1 */
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11
* 2. Correct the color inheritance from `fieldset` elements in IE
* 3. Correct the text wrapping in Edge and IE
* 4. Correct the text wrapping in Edge and IE
* 5. Correct the text wrapping in Edge and IE

* 1. IE 8/9/10/11に、カラーの継承を定義。
* 2. IEに、fieldset要素からカラーを継承するように定義。
* 3. EdgeとIEに、テキストのラッピングを修正。
* 4. EdgeとIEに、テキストのラッピングを修正。
* 5. EdgeとIEに、テキストのラッピングを修正。
*/
legend {
	border: 0;
	/* 1*/
	color: inherit;
	/* 2 */
	display: table;
	/* 3 */
	max-width: 100%;
	/* 4 */
	white-space: normal;
	/* 5 */
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari
* 2. Change font properties to `inherit` in Chrome and Safari

* 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
* 2. ChromeとSafariに、フォントプロパティの継承を変更。
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari

* Chrome, Edge, Safariに、テキストのスタイルを修正。
*/
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
* 1. Correct the odd appearance in Chrome and Safari
* 2. Correct the outline style in Safari

* 1. ChromeとSafariに、アピアランスを修正。
* 2. Safariに、アウトラインを修正。
*/
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
/**
* 1. Remove border when inside `a` element in IE 8/9/10

* 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
*/
img {
	border-style: none;
	/* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera

* 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
*/
progress {
	vertical-align: baseline;
}

/**
* 1. Internet Explorer 11-

* 1. Internet Explorer 11-
*/
svg:not(:root) {
	overflow: hidden;
	/* 1 */
}

/**
* 1. Internet Explorer 11+, Windows Phone 8.1+

* 1. Internet Explorer 11+, Windows Phone 8.1+
*/
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
}

/* # =================================================================
# Acessibility
# ================================================================= */
/**
* Hide content from screens but not screenreaders

* コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
*/
@media screen {
	[hidden ~ ="screen"] {
		display: inherit;
	}

	[hidden ~ ="screen"]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

/**
* Specify the progress cursor of updating elements

* アップデート中の要素のプログレスのカーソルを指定。
*/
/* */
[aria-busy="true"] {
	cursor: progress;
}

/**
* Specify the pointer cursor of trigger elements

* トリガー要素のポインターのカーソルを指定。
*/
[aria-controls] {
	cursor: pointer;
}

/**
* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

* 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
*/
[aria-disabled] {
	cursor: default;
}

/* # =================================================================
# Selection
# ================================================================= */
/**
* Specify text selection background color and omit drop shadow

* テキスト選択時の背景色を指定し、ドロップシャドウを削除。
*/
/**
* 1. Required when declaring ::selection

* 1. 「::selection」を使用する時に必要。
*/
::-moz-selection {
	background-color: #b3d4fc;
	/* 1 */
	color: #fff;
	text-shadow: none;
}

/**
* 1. Required when declaring ::selection

* 1. 「::selection」を使用する時に必要。
*/
::-moz-selection {
	background-color: #b3d4fc;
	/* 1 */
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	/* 1 */
	color: #fff;
	text-shadow: none;
}

img {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
th,
td {
	font-family: meiryo, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
}

iframe {
	width: 100%;
}

.nav_btn {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 102;
	width: 60px;
	height: 60px;
	background-color: #fff;
	box-shadow: 1px 1px 2px 2px silver
}

.nav_btn span {
	display: block;
	width: 40px;
	height: 2px;
	margin: 10px 10px 0 10px;
	background-color: silver;
}

.nav_btn span:last-child {
	margin-bottom: 10px;
}

.nav_btn span.active:nth-child(1) {
	-webkit-transform: translateY(12px) rotate(45deg);
	-ms-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
}

.nav_btn span.active:nth-child(2) {
	opacity: 0;
}

.nav_btn span.active:nth-child(3) {
	-webkit-transform: translateY(-12px) rotate(-45deg);
	-ms-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
}

@media screen and (min-width: 768px) {
	.nav_btn {
		display: none;
	}
}

.header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	/*  background-color: #15ffff;*/
	opacity: 0.9;
	box-shadow: 2px 2px gray;
}

.header_ttl img {
	width: 70%;
	padding: 10px 0 0 10px;
}

.header_contact_area {
	padding: 0 0 10px 10px;
}

.header_contact_area .tel {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}

.header_contact_area .contact_txt img {
	width: 30%;
}

@media screen and (min-width: 568px) {
	.header_contact_area {
		width: 100%;
		overflow: hidden;
	}

	.header_contact_area p {
		width: 50%;
		float: left;
	}

	.header_contact_area .tel {
		font-size: 30px;
		margin-top: 10px;
	}

	.header_contact_area .contact_txt img {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.header {
		width: 100%;
		overflow: hidden;
		height: 80px;
	}

	.header_ttl {
		width: 30%;
		float: left;
		padding-top: 15px;
	}

	.header_ttl img {
		width: 80%;
		padding: 10px 0 10px 10px;
	}

	.header_contact_area {
		width: 70%;
		right: 60px;
		overflow: hidden;
		float: right;
	}

	.header_contact_area .tel {
		width: 50%;
		text-align: right;
		line-height: 80px;
		float: left;
		font-size: 24px;
		margin-top: 0;
		padding-right: 10px;
	}

	.header_contact_area .contact_txt {
		position: relative;
		text-align: right;
		width: 50%;
		float: right;
		padding-top: 10px;
	}

	.header_ttl {
		width: 40%;
	}

	.header_contact_area {
		width: 50%;
		right: 0;
	}

	.header_contact_area .tel {
		width: 30%;
	}

	.header_contact_area .contact_txt {
		width: 40%;
		padding: 0;
	}

	.header_contact_area .contact_txt img {
		padding: 20px 10px;
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.header {
		height: 50px;
	}

	.header_ttl {
		width: 30%;
		padding: 0;
		margin: 0;
	}

	.header_contact_area {
		width: 70%;
		margin: 0;
		padding: 0;
	}

	.header_contact_area .tel {
		line-height: 50px;
		color: cornflowerblue;
	}

	.header_contact_area .contact_txt {
		text-align: center;
		padding: 0;
		margin: 0;
	}

	.header_contact_area .contact_txt img {
		padding: 0;
		max-height: 50px;
		max-width: 149px;
	}
}

.nav {
	display: none;
	width: 100%;
	top: 0;
	position: fixed;
	background-color: #fff;
	opacity: 0.9;
	z-index: 101;
}

.nav ul {
	background-color: #fff;
}

.nav ul li {
	border-bottom: 1px solid #15ffff;
}

.nav ul li:hover {
	background-color: silver;
}

.nav ul li a {
	display: block;
	text-align: center;
	color: #000;
	line-height: 50px;
}

.nav ul li a:hover {
	color: #fff;
}

#here {
	background-color: silver;
}

#here a {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.nav {
		display: block;
		top: 80px;
		margin: 0 auto;
		box-shadow: 1px 1px silver;
	}

	.nav ul {
		width: 90%;
		margin-left: 10%;
		overflow: hidden;
	}

	.nav ul li {
		float: left;
		border-bottom: none;
	}

	.nav ul li a {
		font-size: 12px;
		padding: 0 20px;
	}
}

@media screen and (min-width: 1024px) {
	.nav {
		top: 50px;
	}

	.nav ul {
		width: 70%;
		margin-left: 30%;
	}

	.nav ul li a {
		padding: 0 20px;
		font-size: 12px;
		text-align: right;
	}

	/*
  .nav ul li a::after {
	content: "/";
  }
*/
}

@media screen and (min-width: 1366px) {
	.nav {
		top: 50px;
	}

	.nav ul {
		width: 60%;
		margin-left: 40%;
	}

	.nav ul li a {
		padding: 0 20px;
		font-size: 12px;
		text-align: right;
	}

	/*
  .nav ul li a::after {
	content: "/";
  }
*/
}

.main_visual {
	position: relative;
	margin-top: 170px;
}

.main_visual_img01 {
	position: relative;
	z-index: 1;
	text-align: center;
}

.main_visual_img01 img {
	max-width: 500px;
}

.main_visual_img02 {
	position: absolute;
	top: 0;
	z-index: 2;
	display: none;
}

.c_main {
	margin-top: 250px;
}

.main_sect {
	margin-top: 30px;
	padding: 10px;
}

.sect_ttl {
	font-weight: bold;
	font-size: 14px;
}

.sect_txt {
	font-size: 12px;
}

.intro_sect_wrap {
	/*
  background-image: url(../images/top_bg.png);
  background-size: contain;
  background-position: center center;
*/
	text-align: center;
	padding: 30px 0;
}

.intro_sect_wrap h2 {
	line-height: 24px;
}

.intro_sect_wrap p {
	width: 90%;
	margin: auto;
	padding-top: 20px;
	line-height: 20px;
}

.contents_sect_wrap {

	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.contents_link {
	width: 100%;
	/*  float: left;*/
	padding: 10px;
	display: block;
	font-size: 100%;
}

.contents_link:hover img {
	display: none;
}

.contents_link:hover .icon_h {
	display: inline;
}

.contents_link .icon_h {
	display: none;
}

.ttl_bg {
	background-color: #ade1ff;
	/*  padding: 10px 0 10px 10px;*/
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
}

.info_txt_area {
	background-color: #faffff;
	margin-top: 0;
	padding-top: 30px;
	height: 200px;
}

.info_txt_area p {
	padding: 0 10px;
	line-height: 24px;
}

.facebook_area,
.access_area {
	margin-top: 20px;
}

.access_area iframe {
	padding: 0;
}

@media screen and (min-width: 568px) {
	.intro_sect_wrap {
		background-size: 30%;
	}

	.main_visual {
		margin-top: 200px;
	}

	.c_main {
		margin-top: 200px;
	}

	.contents_sect_wrap {
		width: 100%;
		overflow: hidden;
	}

	.contents_link {
		width: 33.3%;
		float: left;
		padding: 0 20px;
	}
}

@media screen and (min-width: 768px) {
	.c_main {
		margin-top: 150px;
	}

	.intro_sect_wrap h2 {
		font-size: 20px;
		line-height: 28px;
	}

	.intro_sect_wrap p {
		font-size: 16px;
		line-height: 24px;
	}

	.fb_access_wrap {
		width: 100%;
		overflow: hidden;
	}

	.fb_access_wrap .facebook_sect {
		max-width: 300px;
		width: 40%;
		float: left;
	}

	.fb_access_wrap .access_sect {
		width: 60%;
		float: right;
	}
}

@media screen and (min-width: 1024px) {
	.main_visual {
		margin-top: 120px;
	}

	.main {
		width: 90%;
		margin: 0 5%;
	}

	.c_main {
		margin-top: 150px;
	}

	.main_sect {
		margin-top: 50px;
		padding: 0;
		/*
	background-image: url(../images/area%E3%83%AD%E3%82%B4.png);
	background-size: 16%;
	background-position: center center;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
*/
	}

	.sect_ttl {
		font-weight: bold;
		font-size: 22px;
	}

	.sect_txt {
		font-size: 16px;
	}

	.intro_sect_wrap {
		/*
	background-image: url(../images/area%E3%83%AD%E3%82%B4.png);
	background-size: 16%;
	background-position: center center;
	text-align: center;
	padding: 40px 0;
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
*/
	}

	.intro_sect_wrap h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.intro_sect_wrap p {
		font-size: 20px;
		line-height: 44px;
	}

	.info_txt_area p {
		font-size: 20px;
	}

	.info_txt_area p br {
		display: none;
	}

	.info_txt_area p span {
		padding-left: 100px;
	}

	.contents_sect_wrap {
		width: 90%;
		margin: auto 5%;
	}

	.fb_access_wrap {
		margin-top: 50px;
	}

	.fb_access_wrap .facebook_sect {
		width: 29%;
		max-width: 300px;
	}

	.fb_access_wrap .access_sect {
		width: 70%;
	}
}

.c_main {
	margin-top: 170px;
}

.Incomplete {
	margin-bottom: 200px;
}

.sub_sect {
	margin-bottom: 30px;
}

.sub_sect section {
	margin-bottom: 30px;
}

.sub_ttl {
	font-size: 14px;
	line-height: 30px;
}

.sub_ttl::before {
	display: inline-block;
	content: "";
	height: 30px;
	width: 8px;
	margin-top: 2px;
	padding-top: 9px;
	margin-right: 5px;
	background-color: #0000ff;
}

.txt {
	font-size: 12px;
	line-height: 24px;
}

/*form*/
form {
	background-image: url(../images/form_bg.png);
	background-size: cover;
	padding: 10px;
}

form label .fas {
	font-size: 20px;
	color: #b9e9ff;
}

form .input_area {
	width: 100%;
	height: 30px;
	background-color: #c8c8ff;
	margin: 0 0 20px;
	border-radius: 5px;
}

form .comment_area {
	width: 100%;
	height: 200px;
	background-color: #c8c8ff;
	margin: 10px 0 20px;
}

.submit_btn {
	background-color: #0000ff;
	width: 150px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	color: #ffffff;
}

/*price*/
.price_table {
	width: 100%;
	padding: 0 5px;
	margin: 10px 0;
	border: 2px #000000 solid;
	overflow-x: scroll;
}

.price_table th {
	font-weight: bold;
	text-align: center;
	border: 1px #000000 solid;
	line-height: 32px;
	font-size: 10px;
}

.price_table td {
	text-align: left;
	padding-left: 10px;
	line-height: 32px;
	border: 1px #000000 solid;
	font-size: 10px;
}

@media screen and (min-width: 568px) {
	.sub_ttl {
		font-size: 16px;
		line-height: 30px;
	}

	.txt {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (min-width: 768px) {
	.sub_ttl {
		font-size: 18px;
		line-height: 40px;
	}

	.txt {
		font-size: 16px;
		line-height: 30px;
	}

	.target {
		width: 100%;
		overflow: hidden;
	}

	.target div {
		width: 50%;
		float: left;
	}

	.price_table th {
		font-size: 18px;
		line-height: 40px;
	}

	.price_table td {
		font-size: 16px;
		line-height: 40px;
	}

	.table2 th:nth-child(1) {
		width: 40%;
	}

	.table2 th:nth-child(2) {
		width: 25%;
	}

	.other_price {
		width: 100%;
		overflow: hidden;
	}

	.other_price .other_txt {
		width: 70%;
		float: left;
	}

	.other_price .price_img {
		width: 30%;
		float: right;
	}

	.company_sect {
		/*
	background-image: url(../images/area_map_img.png);
	background-position: right 100px;
	background-size: 60%;
*/
		width: 100%;
		overflow: hidden;
	}

	.company_sect div {
		width: 50%;
		float: right;
		padding-right: 20px;
	}

	.recruit_sect {
		width: 70%;

		/*
	background-image: url(../images/access_img.png);
	background-position: right bottom;
*/
	}

	form {
		background-image: url(../images/form_img.png);
		background-size: 20%;
		background-position: right;
	}
}

@media screen and (min-width: 1024px) {
	.sub_ttl {
		font-size: 22px;
		line-height: 48px;
	}

	.txt {
		font-size: 18px;
		line-height: 32px;
	}

	.target div img {
		width: 60%;
		margin-left: 20px;
	}

	.flow_block {
		width: 100%;
		overflow: hidden;
	}

	.flow_block div {
		width: 50%;
		float: right;
	}

	.flow_block div img {
		padding: 10px;
	}

	/*form*/
	form .input_area {
		width: 50%;
	}

	form .comment_area {
		width: 50%;
	}

	.price_table th {
		font-size: 15px;
	}

	.price_table td {
		font-size: 15px;
	}

	.company_sect {
		/*
	background-image: url(../images/area_map_img.png);
	background-position: 500px 200px;
	background-size: 45%; }
*/
	}

	.footer {
		margin-top: 30px;
		width: 100%;
		/*    background-color: #15ffff;*/
		background-image: url(../images/niji.png);
		background-size: cover;
		background-position: right center;
	}

	.footer_logo img {
		width: 80%;
		margin: 20px 10% 10px;
	}

	.add_area,
	.tel_area {
		margin: 10px 0;
		padding: 0 10px;
	}

	.add_area p,
	.tel_area p {
		font-size: 14px;
		line-height: 22px;
	}

	.add_area p .br::before,
	.tel_area p .br::before {
		content: "\A";
		white-space: pre;
	}

	.tel_area {
		margin-bottom: 0;
		padding-bottom: 20px;
	}

	.tel_area .tel_txt {
		font-weight: bold;
	}

	.tel_area .time_txt {
		font-weight: bold;
	}

	@media screen and (min-width: 768px) {
		.footer_logo img {
			width: 60%;
			padding-left: 30px;
			margin: 20px 10px;
		}

		.add_wrap {
			width: 80%;
			margin: 0 10%;
			overflow: hidden;
		}

		.add_wrap .add_area,
		.add_wrap .tel_area {
			width: 50%;
			float: left;
		}

		.add_wrap .tel_area {
			width: 50%;
			float: right;
			text-align: center;
		}
	}

	@media screen and (min-width: 1024px) {
		.footer_wrap {
			width: 100%;
			overflow: hidden;
			margin: 50px 0 0;
			padding: 50px 0;

		}

		.footer_logo_area {
			width: 30%;
			float: left;
			margin: 30px 0 0;
		}

		.footer_logo_area img {
			width: 100%;
		}

		.add_wrap {
			width: 70%;
			float: right;
			margin: 0;
			padding-left: 50px;
		}

		.add_wrap .add_area,
		.add_wrap .tel_area {
			width: 60%;
		}

		.add_wrap .add_area p,
		.add_wrap .tel_area p {
			font-size: 18px;
			line-height: 30px;
		}

		.add_wrap .tel_area {
			width: 40%;
			text-align: center;
			margin: 20px 0;
			padding: 0;
		}

		.add_wrap .tel_area p {
			line-height: 36px;
		}

		.add_wrap .tel_area .tel_txt {
			font-size: 22px;
			color: cornflowerblue;
		}

		.add_wrap .tel_area .time_txt {
			font-size: 22px;
		}
	}

	@media screen and (min-width: 1366px) {
		.add_wrap {
			width: 60%;
		}

		.add_wrap .add_area,
		.add_wrap .tel_area {
			width: 50%;
			margin-left: 5%;
		}

		.add_wrap .add_area p,
		.add_wrap .tel_area p {
			font-size: 18px;
			line-height: 30px;
		}

		.add_wrap .tel_area {
			width: 40%;
		}
	}
}

/*ここから2020の修正です*/

.btn-flat-double-border {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #fff;
	border: double 4px #fff;
	border-radius: 3px;
	transition: .4s;
	font-size: 130%;
	background-color: #67c5ff
}

.btn-flat-double-border:hover {
	/*    background: #fffbef;*/
}

.red {
	background-color: #F0BCBE;
}

.d_orange {
	background-color: #F0B4BF;
}

.orange {
	background-color: #F1B29A;
}

.yellow {
	background-color: #F5C47F;
}

.green {
	background-color: #C3C277;
}

.blue {
	background-color: #9AAE86;
}

.purple {
	/*  background-color: #76A0EF;*/
}

.recruit_a {
	display: flex;
	flex-wrap: wrap;
}

.rectuit_img {
	text-align: center;
}

.main_sect2 {
	text-align: center;
	margin: 0 auto;
}

.bana {
	width: 50%;
	margin: 0 auto;
	border: 1px solid #FBDFDE;
}

@media screen and (max-width: 767px) {
	/*
	body {
		line-height: 1;
		background-image: url(../images/area_logo2.png);
		background-size: 60%;
		background-position: center center;
		background-color: rgba(255, 255, 255, 0.8);
		background-blend-mode: lighten;
	}*/

	.bana {
		width: 90%;
		margin: 0 auto;
		border: 1px solid #FBDFDE;
	}
}
