@charset "UTF-8";
@import url(fontawesome/fontawesome.css);
@import url(config.css);

.container:after,
.headerNav h2:after,
.headerNav ul:after,
.footerNav ul:after,
.mainWidth:after,
.recentNews:after,
.companyArea:after,
.auth-captcha:after,
.metaArea:after,
.metaArea ul:after,
.widgetArea ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

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

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/* c baserCMS inc. */

@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	src: url("fontawesome/fontawesome-webfont.eot");
	src: url("fontawesome/fontawesome-webfont.eot?#iefix") format("eot"), url("fontawesome/fontawesome-webfont.woff") format("woff"), url("fontawesome/fontawesome-webfont.ttf") format("truetype"), url("fontawesome/fontawesome-webfont.svg#FontAwesomeRegular") format("svg");
}

[class*="fontawesome-"]:before {
	margin-right: 5px;
	font-family: 'FontAwesome', sans-serif;
}

/*----------------------------------------
	body
----------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	line-height: 160%;
}

a {
	color: #db0048;
	outline: none;
	text-decoration: underline;
}

a:hover {
	color: #d8a238;
}

a:active {
	color: #db0048;
}

.clearfix {
	min-height: 1px;
	_height: 1%;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/*----------------------------------------
	container
----------------------------------------*/

.container {
	margin: 0 auto;
	width: 1100px;
	text-align: left;
}

/*----------------------------------------
	IE6 Upgrade Warning
----------------------------------------*/

#ieError {
	color: #FFF;
	background: #FF9B57;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#ieError strong {
	color: #FFF;
}

#ieError a {
	color: #FFF;
	text-decoration: underline;
}

/*----------------------------------------
	header
----------------------------------------*/

header {
	padding-bottom: 11px;
	width: 100%;
	height: 290px;
}

header h1 {
	margin: 0 auto;
	padding: 80px 0;
	line-height: 70px;
}

header h1 img {
	vertical-align: bottom;
	width: auto;
	max-height: 70px;
}

.headerNav {
	width: 100%;
	border-top: 1px solid #EEEEEE;
	border-bottom: 10px solid #E1EDD5;
	background: #db0048;
	z-index: 998;
	clear: both;
}

.headerNav h2 {
	margin: 0;
	width: auto;
	height: 40px;
	background: #db0048;
	font-size: 14px;
	font-size: 0.875rem;
	cursor: pointer;
	display: none;
}

.headerNav h2 span {
	padding: 0 10px 0 20px;
	background: url(../img/common/ico_menu.gif) no-repeat left center;
	display: block;
	line-height: 40px;
	color: #FFF;
	float: right;
}

.headerNav ul {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

.headerNav ul li {
	width: 14.2857143%;
	float: left;
	line-height: 60px;
	list-style: none;
}

.headerNav ul li a {
	width: 100%;
	color: #FFF;
	display: block;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.headerNav ul li a:hover {
	background-color: #FFF;
	color: #db0048;
}

.headerNav ul li:first-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	border-top: none;
}

.headerNav .chotai {
	transform: scale( 1 , 1 );
	/*transform: scale( 0.8 , 1 );  0.8倍の長体をかける場合*/
	margin: 0;
}


@media only screen and (min-width: 788px) {
	.headerNav .seitai {
		display: none;
	}
}
@media only screen and (max-width: 787px) {
	.headerNav .chotai {
		display: none;
	}
}

@media only screen and (min-width: 788px) { /* PC用ヘッダーを表示する */
	#SPheader {
		display: none;
	}
}
@media only screen and (max-width: 787px) { /* SP用ヘッダーを表示する */
	#PCheader {
		display: none;
	}
}

/*----------------------------------------
	footer
----------------------------------------*/

footer dl {
	padding: 65px 0 60px;
}

footer dl dt {
	padding-bottom: 20px;
}

footer dl dt img {
	width: 240px;
	height: auto;
}

footer small {
	width: 100%;
	border-top: 1px solid #DDDDDD;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 60px;
	display: block;
}

.footerNav {
	width: 100%;
	background: #db0048;
}

.footerNav ul {
	margin: 0 auto;
	padding: 0;
	width: 1100px;
}

.footerNav ul li {
	width: 14.2857143%;
	float: left;
	line-height: 60px;
	list-style: none;
}

.footerNav ul li a {
	width: 100%;
	color: #FFF;
	display: block;
	-webkit-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	transition-property: background-color, color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	transition-timing-function: ease;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footerNav ul li a:hover {
	background-color: #FFF;
	color: #db0048;
}

.footerNav ul li:first-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.pagetop {
	width: 100%;
	background: #E1EDD5;
}

.pagetop a {
	padding: 14px 0;
	width: 100%;
	display: block;
	font-weight: bold;
	line-height: 120%;
	font-size: 14px;
	font-size: 0.875rem;
	text-decoration: none;
}

.footerNav .chotai {
	transform: scale( 1 , 1 );
	/*transform: scale( 0.8 , 1 );  0.8倍の長体をかける場合*/
	margin: 0;
}

@media only screen and (min-width: 788px) {
	.footerNav .seitai {
		display: none;
	}
}
@media only screen and (max-width: 787px) {
	.footerNav .chotai {
		display: none;
	}
}

/*----------------------------------------
	mainVisual
----------------------------------------*/

.mainVisual {
	width: 100%;
	height: 490px;
	position: relative;
}

.cameraWrap {
	width: 100%;
}

.cameraList {
	width: 100%;
	height: 490px;
}

.camera_wrap {
	height: 490px !important;
}

.camera_pag_ul {
	text-align: center !important;
}

.camera_caption div {
	padding: 0 !important;
}

.circle {
	margin: 0 auto;
	width: 640px;
	height: 490px;
	background: url(../img/mainvisual/bg_circle.png) no-repeat center;
	background-size: contain;
	display: table;
}

.circle img {
	height: auto;
}

.tableCell {
	display: table-cell;
	vertical-align: middle;
}

.visual1,
.visual2,
.visual3,
.visual4 {
	font-size: 18px;
	font-size: 1.125rem;
}

.visual1 p,
.visual2 p,
.visual3 p,
.visual4 p {
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 160%;
}

.visual1 ul,
.visual2 ul,
.visual3 ul,
.visual4 ul {
	padding: 30px 0 0 !important;
}

.visual1 ul li,
.visual2 ul li,
.visual3 ul li,
.visual4 ul li {
	height: auto !important;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 170% !important;
}

.visual1 ol,
.visual2 ol,
.visual3 ol,
.visual4 ol {
	padding-top: 30px 0 0 !important;
}

.visual1 ol li,
.visual2 ol li,
.visual3 ol li,
.visual4 ol li {
	height: auto !important;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 170% !important;
	list-style: inside decimal;
}

.image-path {
	display: none;
}

.mainImg {
	display: none !important;
}

/*----------------------------------------
	container
----------------------------------------*/

.container {
	width: 100%;
}

.mainWidth {
	margin: 0 auto;
	width: 1100px;
}

.articleArea {
	margin-bottom: 140px;
	padding: 100px 0;
	text-align: left;
}

.articleArea h2 {
	margin: 0 0 60px;
	padding-bottom: 10px;
	font-size: 48px;
	font-size: 3rem;
	color: #db0048;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: -1px;
	border-bottom: 4px solid #db0048;
}

.articleArea h2 span {
	margin-top: 6px;
	font-size: 18px;
	font-size: 1.125rem;
	color: #333333;
	display: inline-block;
	text-indent: 10px;
	vertical-align: top;
	letter-spacing: normal;
}

.articleArea p {
	padding-bottom: 20px;
}

.articleArea:last-child {
	margin-bottom: 0;
}

.articleArea img {
	max-width: 100%;
	height: auto;
}

.bgGray {
	background: #F4F4F4;
}

.bgGreen {
	background: #F0F9E8;
}

.bgGreen {
	background: #E8FAFF;
}

.bgYellow {
	background: #FFFFE8;
}

.bgBlack {
	background: #000;
}

.bgBlack h2 span {
	color: #DDD;
}

.bgBlack .commentArea,
.bgBlack p {
	color: #DDD;
}

.lastArticle {
	margin-bottom: 0 !important;
}

/*----------------------------------------
	mainHeadline
----------------------------------------*/

.mainHeadline {
	padding: 50px 0 50px;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}

.mainHeadline h2 {
	font-size: 40px;
	font-size: 2.5rem;
	letter-spacing: -2px;
	line-height: 130%;
}

/*----------------------------------------
	information
----------------------------------------*/

#information {
	padding: 140px 0;
}

.news {
	width: 50%;
	float: left;
	border-left: 1px solid #DDDDDD;
}

.news h2 {
	margin: 0;
	padding: 28px 0 40px;
	font-size: 36px;
	font-size: 2.25rem;
	color: #db0048;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

.news:first-child {
	margin-left: -1px;
	border-left: none;
}

.news1,
.news2 {
	width: 50%;
	float: left;
	border-left: 1px solid #DDDDDD;
}

.news1 h2,
.news2 h2 {
	margin: 0;
	padding: 28px 0 40px;
	font-size: 36px;
	font-size: 2.25rem;
	color: #db0048;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

.news1 {
	margin-left: -1px;
	border-left: none;
}

.recentNews {
	margin: 0;
	padding-bottom: 8px;
	text-align: left;
}

.recentNews dt {
	padding-bottom: 20px;
	width: 30%;
	float: left;
	clear: left;
	text-align: center;
}

.recentNews dd {
	margin: 0;
	padding: 0 0 20px 30%;
	width: 66%;
}

.recentNews dd a {
	color: #d8a238;
}

.recentNews dd a:hover {
	color: #db0048;
}

/*----------------------------------------
	service
----------------------------------------*/

.commentArea {
	width: 58.60805860805861%;
	float: left;
}

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

.imgArea {
	margin: 0;
	width: 38.46153846153846%;
	float: right;
}

.imgArea img {
	max-width: 100%;
	height: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

/*----------------------------------------
	company
----------------------------------------*/

.companyArea h3 {
	margin-left: 10%;
	float: left;
	text-align: center;
}

.companyArea h3 span {
	margin: 0 auto;
	width: 140px;
	height: 140px;
	color: #FFF;
	text-align: center;
	background: #db0048;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	-o-border-radius: 70px;
	-ms-border-radius: 70px;
	border-radius: 70px;
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: normal;
	line-height: 130%;
}

.profileArea {
	padding-top: 20px;
	width: 64%;
	float: right;
}

.profileArea dl dt {
	padding-bottom: 20px;
	width: 20%;
	float: left;
	clear: left;
	font-weight: bold;
}

.profileArea dl dt:after {
	content: " : ";
	float: right;
}

.profileArea dl dd {
	margin: 0;
	padding: 0 0 20px 25%;
	width: 76%;
}

.access {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid #DDDDDD;
	clear: both;
}

#map {
	margin-top: 80px;
	width: 100%;
	height: 500px;
}

#map img {
	max-width: none !important;
}

/*----------------------------------------
	recruit
----------------------------------------*/

.defaultTable {
	width: 100%;
}

.defaultTable th {
	padding: 14px;
	width: 18%;
	border: 1px solid #CCCCCC;
	background: #F9F9F9;
	font-weight: normal;
	vertical-align: top;
}

.defaultTable td {
	padding: 14px;
	border: 1px solid #CCCCCC;
	background: #FFF;
	vertical-align: top;
}

/*----------------------------------------
	contact
----------------------------------------*/

#MessageIndexForm select {
	font-size: 16px;
	font-size: 1rem;
}

#MessageIndexForm label {
	display: inline !important;
}

#MessageIndexForm input[type="radio"] {
	vertical-align: middle;
}

#MessageIndexForm input[type="text"] {
	font-size: 16px;
	font-size: 1rem;
}

#MessageIndexForm textarea, #MessageConfirmForm textarea {
	width: 99% !important;
	height: 170px !important;
}

.required {
	margin-left: 3px;
	font-size: 18px !important;
	font-size: 1.125rem !important;
	color: #B20000;
}

.boxName1 {
	width: 40px;
	display: inline-block;
}

.boxName2 {
	margin-left: 10px;
	width: 40px;
	display: inline-block;
}

input[name*="name_"],
input[name*="name_kana_"] {
	margin-right: 10px;
	width: 120px;
}

.boxAdd {
	padding-bottom: 5px;
	width: 140px;
	display: inline-block;
}

select[name*="address_"],
input[name*="address_"],
input[name*="zip"] {
	margin-bottom: 5px;
}

input[name*="address_"] {
	width: 60%;
}

#MessageEmail1,
#MessageEmail2,
#MessageRootEtc {
	margin: 5px 0;
	width: 500px;
}

#MessageZip {
	width: 80px !important;
}

#MessageRoot {
	margin-bottom: 5px;
}

.add div {
	padding-bottom: 5px;
}

.add div:last-child {
	padding-bottom: 0;
}

.add span {
	width: 140px;
	display: inline-block;
	vertical-align: middle;
}

.add input {
	width: 345px;
}

.auth-captcha {
	padding-top: 30px;
}

.auth-captcha img {
	float: left;
}

.auth-captcha > div {
	padding-left: 20px;
	float: left;
}

#MessageAuthCaptcha {
	width: 320px;
}

.submit {
	padding-top: 30px;
	text-align: center;
}

.button {
	margin: 10px;
	padding: 15px 40px;
	border: 1px solid #CCCCCC;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: none, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: none, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff));
	background: none, -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background: none, -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background: none, -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	background: none, linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
	font-size: 20px;
	font-size: 1.25rem;
}

.button:hover {
	color: #FFF;
	background: #6AA52D;
}

/*----------------------------------------
	news
----------------------------------------*/

.newsArea {
	width: 70.51282051282051%;
	float: right;
}

.entry {
	padding-bottom: 100px;
}

.entry h3 {
	margin-bottom: 10px;
	padding: 0 10px 10px;
	width: auto;
	border-bottom: 1px solid #DDD;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: normal;
	line-height: 120%;
}

.entry h3 a {
	color: #d8a238;
	text-decoration: none;
}

.entry h3 a:hover {
	color: #db0048;
}

.entry h3[class*="fontawesome-"]:before {
	display: inline-block;
}

.entry time {
	padding-right: 20px;
	display: block;
	float: right;
	font-size: 14px;
	font-size: 0.875rem;
}

.entry:last-child {
	padding-bottom: 20px;
}

.entryBody,
.eyeCatch,
.post-body {
	margin: 0 !important;
	padding: 40px 10px 0;
	clear: both;
}

.post-detail,
#post-detail {
	margin: 0 !important;
	padding: 0 10px 20px;
}

.metaArea {
	padding-top: 15px;
	width: 100%;
	border-top: 1px solid #DDD;
}

.metaArea ul {
	padding-left: 0;
	float: right;
}

.metaArea ul li {
	margin-right: 20px;
	float: left;
	font-size: 14px;
	font-size: 0.875rem;
	list-style: none;
}

.archiveTitle {
	padding-bottom: 20px;
}

.archiveTitle h3 {
	margin: 0;
	padding: 10px 15px;
	background: #db0048;
	font-size: 22px;
	font-size: 1.375rem;
	color: #FFF;
}

.tag {
	padding: 0 !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
}

.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current {
	border: 1px solid #E2E2E2;
	margin: 0 2px;
	padding: 5px 8px;
}

.disabled {
	display: none;
}

/* comment area */

.BlogComment {
	margin-top: 40px;
	padding: 15px;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.BlogComment h4 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
}

.BlogComment .submit {
	padding: 30px 0;
	text-align: center;
}

.BlogCommentList {
	margin-bottom: 20px;
	padding: 0 15px 20px;
	border-bottom: 1px solid #CCC;
}

.comment {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}

.comment:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.BlogCommentSend h5 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 1.125rem;
}

.BlogCommentSend table {
	width: 100%;
}

.BlogCommentSend table th {
	padding: 10px;
}

.BlogCommentSend table td {
	padding: 10px;
}

.auth-captcha {
	text-align: center;
}

.auth-captcha-image {
	vertical-align: middle;
}

#ResultMessage {
	padding: 10px 0;
	font-size: 18px;
	font-size: 1.125rem;
	background: #d8a238;
	color: #FFF;
}

/*----------------------------------------
	widgetArea
----------------------------------------*/

.widgetArea ul {
	padding: 0;
}

.widgetArea ul li {
	list-style: none;
}

/*----------------------------------------
	font color
----------------------------------------*/

.fcGreen {
	color: #6AA52C;
}

.fcYellow {
	color: #D8A238;
}

.fcRed {
	color: #B20000;
}

.fcBlue {
	color: #00698C;
}

/*----------------------------------------
	sideNac
----------------------------------------*/

/* side */

.sideNav {
	width: 25.82417582417582%;
	float: left;
}

.sideNav .articleArea {
	padding: 0;
}

.blogWidget {
	width: 100%;
	margin-bottom: 40px;
}

.blogWidget h3 {
	margin-bottom: 20px;
	width: 100%;
	background: #6AA52D;
	line-height: 40px;
	font-size: 20px;
	font-size: 1.25rem;
	color: #FFF;
	text-indent: 10px;
}

.blogWidget ul {
	padding-left: 0; /* fontawesome */
}

.blogWidget ul li {
	padding: 0 10px 15px 30px;
	line-height: 120%;
	position: relative;
	list-style: none;
}

.blogWidget ul [class*="fontawesome-"]:before {
	position: absolute;
	top: 0 !important;
	left: 12px !important;
	font-family: 'FontAwesome', sans-serif;
	font-size: 16px !important;
	font-size: 1rem !important;
	display: block !important;
	color: #d8a238;
}

.blogWidget [class*="depth-"] li:before {
	position: absolute;
	top: 0 !important;
	left: 12px !important;
	content: "\f0a9";
	font-family: 'FontAwesome', sans-serif;
	font-size: 16px !important;
	font-size: 1rem !important;
	display: block !important;
	color: #d8a238;
}

.blogWidgetCalender {
	padding: 20px;
	width: auto;
	background: #FCFCFC;
	border: 1px solid #DDD;
}

.blogWidgetCalender h3 {
	margin: 0 0 15px;
	font-size: 18px;
	font-size: 1.125rem;
	background: none;
	color: #db0048;
	text-align: center;
	line-height: 18px;
}

.blogCalendar {
	width: 100%;
}

.blogCalendar tr {
	border-bottom: 1px solid #DDD;
}

.blogCalendar tr:first-child {
	padding-bottom: 5px;
}

.blogCalendar th,
.blogCalendar td {
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
}

.saturday {
	color: #006DD9;
}

.sunday {
	color: #B20000;
}

.today {
	font-weight: bold !important;
	background: #db0048;
	color: #FFF;
}

.today a {
	color: #FFF;
}

@media only screen and (min-width: 500px) and (max-width: 1110px) {

.container {
	width: auto !important;
}

header {
	padding-bottom: 0;
	position: relative;
	z-index: 999;
}

header h1 {
	padding: 40px 0;
	line-height: 60px;
}

header h1 img {
	width: auto;
	max-height: 60px;
}

footer dl dt img {
	width: 220px;
}

.cameraSlide {
	top: -40px !important;
}

.mainWidth {
	padding: 0 2%;
	width: auto;
}

.articleArea { /* fontawesome */
}

.articleArea [class*="fontawesome-"]:before {
	display: none;
}

input[name*="address_"] {
	width: 100%;
}

.BlogCommentSend table tr {
	display: inline;
}

.BlogCommentSend table th {
	font-weight: bold;
}

.BlogCommentSend table th,
.BlogCommentSend table td {
	padding: 10px 0 0;
	margin-top: -1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.BlogCommentSend table td small {
	display: block;
}

}

@media only screen and (min-width: 500px) and (max-width: 787px) {

header {
	height: 182px;
}

.headerNav h2 {
	display: block;
}

.headerNav ul {
	display: none;
	position: relative;
	z-index: 999;
}

.headerNav ul li {
	width: 100%;
	float: none;
	line-height: 40px;
	border-bottom: 1px solid #DDD;
	text-align: left;
	text-indent: 1%;
	background: #FFF;
}

.headerNav ul li a {
	font-size: 16px;
	font-size: 1rem;
	color: #333333;
	border-right: none;
}

.headerNav ul li a:before {
	content: " > ";
}

.headerNav ul li a:hover {
	background: #db0048;
	color: #FFF;
}

.headerNav ul li:first-child a {
	border-left: none;
}

.footerNav {
	display: none;
}

.mainVisual {
	height: 250px;
}

.cameraList {
	height: 250px;
}

.camera_wrap {
	height: 250px !important;
}

.circle {
	width: 326px;
	height: 250px;
}

.circle img {
	max-width: 50%;
}

.visual1,
.visual2,
.visual3,
.visual4 {
	font-size: 14px;
	font-size: 0.875rem;
}

.visual1 p,
.visual2 p,
.visual3 p,
.visual4 p {
	font-size: 14px;
	font-size: 0.875rem;
}

.visual1 ul,
.visual2 ul,
.visual3 ul,
.visual4 ul {
	padding-top: 10px !important;
}

.visual1 ul li,
.visual2 ul li,
.visual3 ul li,
.visual4 ul li {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 140% !important;
}

.visual1 ol,
.visual2 ol,
.visual3 ol,
.visual4 ol {
	padding-top: 10px !important;
}

.visual1 ol li,
.visual2 ol li,
.visual3 ol li,
.visual4 ol li {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 140% !important;
}

.articleArea {
	margin-bottom: 70px;
	padding: 50px 0;
}

.articleArea h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 40px;
	font-size: 2.5rem;
	border-bottom: 3px solid #db0048;
}

.articleArea h2 span {
	font-size: 16px;
	font-size: 1rem;
}

.mainHeadline {
	padding: 80px 0;
}

.mainHeadline h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

#information {
	padding: 70px 0;
}

.news h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

.news1 h2,
.news2 h2 {
	font-size: 28px;
	font-size: 1.75rem;
}

.recentNews dt {
	padding: 0 5% 5px;
	width: auto;
	float: none;
	text-align: left;
}

.recentNews dd {
	padding: 0 5% 20px;
	width: auto;
}

.commentArea {
	width: 100%;
	float: none;
}

.imgArea {
	width: 100%;
	float: none;
	margin: 0;
}

.companyArea h3 {
	margin-left: 3%;
}

.profileArea {
	width: 70%;
}

.defaultTable tr {
	display: inline;
}

.defaultTable th {
	font-weight: bold;
}

.defaultTable th,
.defaultTable td {
	margin-top: -1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.boxAdd {
	display: block;
}

#MessageEmail1,
#MessageEmail2,
#MessageRootEtc {
	width: 85%;
}

#MessageAddress2,
#MessageAddress3,
#MessageAddress4 {
	width: 96%;
}

.add input {
	width: 65%;
}

#MessageAuthCaptcha {
	width: 96%;
}

.newsArea {
	width: 100%;
	float: none;
}

#BlogCommentAddForm {
	padding: 10px 0 !important;
}

#BlogCommentMessage {
	width: 96%;
}

.sideNav {
	padding-top: 60px;
	width: 100%;
	float: none;
}

}

@media only screen and (min-width: 788px) and (max-width: 1110px) {

header {
	height: 202px;
}

.headerNav ul {
	width: 100%;
	display: block !important;
}

.footerNav ul {
	width: 100%;
}

.mainVisual {
	height: 390px;
}

.cameraList {
	height: 390px;
}

.camera_wrap {
	height: 390px !important;
}

.circle {
	width: 509px;
	height: 390px;
}

.circle img {
	max-width: 70%;
}

#MessageAddress2,
#MessageAddress3,
#MessageAddress4 {
	width: 74%;
}

}

@media only screen and (min-width: 1111px) {

.headerNav ul {
	display: block !important;
}

.articleArea { /* fontawesome */
}

.articleArea h2 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	position: relative;
}

.articleArea h2[class*="fontawesome-"]:before {
	display: none;
}

.articleArea:hover { /* fontawesome */
}

.articleArea:hover h2 {
	text-indent: 40px;
}

.articleArea:hover h2[class*="fontawesome-"]:before {
	position: absolute;
	top: 0;
	left: -38px;
	font-family: 'FontAwesome', sans-serif;
	font-size: 40px;
	font-size: 2.5rem;
	display: block;
}

.mainHeadline {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.mainHeadline:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

}

@media only screen and (max-width: 499px) {

body {
	font-size: 14px;
	font-size: 0.875rem;
}

.container {
	width: auto !important;
}

header {
	padding-bottom: 0;
	height: 128px;
}

header h1 {
	padding: 20px 0;
	line-height: 40px;
}

header h1 img {
	width: auto;
	max-height: 40px;
	vertical-align: middle;
}

.headerNav {
	border-bottom: 5px solid #E1EDD5;
}

.headerNav h2 {
	display: block;
}

.headerNav ul {
	display: none;
	position: relative;
	z-index: 999;
}

.headerNav ul li {
	width: 100%;
	float: none;
	line-height: 40px;
	border-bottom: 1px solid #DDD;
	text-align: left;
	text-indent: 1%;
	background: #FFF;
}

.headerNav ul li a {
	font-size: 14px;
	font-size: 0.875rem;
	color: #333333;
	border-right: none;
}

.headerNav ul li a:before {
	content: " > ";
}

.headerNav ul li a:hover {
	background: #db0048;
	color: #FFF;
}

.headerNav ul li:first-child a {
	border-left: none;
}

footer dl {
	padding: 35px 0 30px;
}

footer dl dt img {
	width: 200px;
}

footer dl dd {
	margin: 0;
	font-size: 12px;
	font-size: 0.75rem;
}

footer small {
	font-size: 10px;
	font-size: 0.625rem;
}

.footerNav {
	display: none;
}

.mainVisual {
	height: 165px;
}

.cameraList {
	height: 165px;
}

.camera_wrap {
	height: 164px !important;
}

.cameraSlide {
	top: -40px !important;
}

.circle {
	width: 215px;
	height: 165px;
}

.circle img {
	max-width: 155px;
}

.visual1,
.visual2,
.visual3,
.visual4 {
	font-size: 10px;
	font-size: 0.625rem;
}

.visual1 p,
.visual2 p,
.visual3 p,
.visual4 p {
	font-size: 10px;
	font-size: 0.625rem;
}

.visual1 ul,
.visual2 ul,
.visual3 ul,
.visual4 ul {
	padding-top: 5px !important;
}

.visual1 ul li,
.visual2 ul li,
.visual3 ul li,
.visual4 ul li {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 120% !important;
}

.visual1 ol,
.visual2 ol,
.visual3 ol,
.visual4 ol {
	padding-top: 5px !important;
}

.visual1 ol li,
.visual2 ol li,
.visual3 ol li,
.visual4 ol li {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 120% !important;
}

.mainWidth {
	padding: 0 2%;
	width: auto;
}

.articleArea {
	margin-bottom: 70px;
	padding: 25px 0; /* fontawesome */
}

.articleArea h2 {
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	font-size: 26px;
	font-size: 1.625rem;
	border-left: 8px solid #db0048;
	border-bottom: none;
}

.articleArea h2 span {
	margin: 0 0 0 -9px;
	font-size: 12px;
	font-size: 0.75rem;
	display: block;
}

.articleArea [class*="fontawesome-"]:before {
	display: none;
}

.mainHeadline {
	padding: 1px 0 1px;
}

.mainHeadline h2 {
	font-size: 20px;
	font-size: 1.25rem;
}

#information {
	margin-top: 20px;
	padding: 0 0 20px;
}

.news {
	width: 100%;
	float: none;
	border-left: none;
}

.news h2 {
	padding: 28px 0 30px;
	font-size: 24px;
	font-size: 1.5rem;
}

.news1,
.news2 {
	width: 100%;
	float: none;
	border-left: none;
}

.news1 h2,
.news2 h2 {
	padding: 28px 0 30px;
	font-size: 24px;
	font-size: 1.5rem;
}

.recentNews dt {
	padding: 0 5% 5px;
	width: auto;
	float: none;
	text-align: left;
}

.recentNews dd {
	padding: 0 5% 20px;
	width: auto;
}

.commentArea {
	width: 100%;
	float: none;
}

.imgArea {
	width: 100%;
	float: none;
	margin: 0;
}

.companyArea h3 {
	margin: 0 auto;
	float: none;
}

.companyArea h3 span {
	padding: 5px 0;
	width: 100%;
	height: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 120%;
}

.companyArea h3 span br {
	display: none;
}

.profileArea dl {
	padding: 0 2%;
}

.profileArea dl dt {
	padding-bottom: 0;
	width: 100%;
	float: none;
}

.profileArea dl dt:after {
	content: "";
}

.profileArea dl dd {
	padding: 0 0 15px;
	width: 100%;
}

.profileArea {
	width: 100%;
	float: none;
}

.access {
	bottom: 0;
	padding: 0;
	border-top: none;
}

#map {
	margin-top: 20px;
	height: 250px !important;
}

.defaultTable tr {
	display: inline;
}

.defaultTable th {
	font-weight: bold;
}

.defaultTable th,
.defaultTable td {
	margin-top: -1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

input[name*="name_"],
input[name*="name_kana_"] {
	width: 84px;
}

.boxAdd {
	display: block;
}

input[name*="address_"] {
	width: 100%;
}

#MessageEmail1,
#MessageEmail2,
#MessageRootEtc {
	width: 96%;
}

#MessageAddress2,
#MessageAddress3,
#MessageAddress4 {
	width: 96%;
}

.add span {
	width: 100%;
	display: block;
}

.add span:before {
	content: "▼ ";
}

.add input {
	width: 100%;
}

.auth-captcha {
	text-align: center;
}

.auth-captcha img {
	float: none;
}

.auth-captcha > div {
	padding-left: 0;
	float: none;
}

#MessageAuthCaptcha {
	width: 94%;
}

.button {
	font-size: 18px;
	font-size: 1.125rem;
}

input[type="reset"] {
	padding: 5px 20px;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 18px;
}

.newsArea {
	width: 100%;
	float: none;
}

.entry {
	padding-bottom: 50px;
}

.entry h3 {
	font-size: 22px;
	font-size: 1.375rem;
}

.BlogCommentSend table tr {
	display: inline;
}

.BlogCommentSend table th {
	font-weight: bold;
}

.BlogCommentSend table th,
.BlogCommentSend table td {
	padding: 10px 0 0;
	margin-top: -1px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.BlogCommentSend table td small {
	display: block;
}

#BlogCommentAddForm {
	padding: 10px 0 !important;
}

#BlogCommentMessage {
	width: 96%;
}

.widgetArea ul li {
	width: auto !important;
	float: none !important;
}

.sideNav {
	padding-top: 60px;
	width: 100%;
	float: none;
}

}


/* ==== サービスのアコーディオンメニュー ==== */






/* まずは、アコーディオンの幅を定義し、真ん中に配置します。 */
.ac-container{
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: left;
}

/* 次はラベルのスタイルです。
グラデーションやシャドウを与え、クリック可能なボタンのようにデザインします。*/
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 20px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #FFF;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
	line-height: 33px;
	font-size: 36px;
	background: #db0048
	/*background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	*/
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);*/
}
/* ラベルのホバー時には、背景カラーをホワイトにします。
.ac-container label:hover{
	background: #fff;
}*/

/* チェックボックスがチェックされた際のスタイルを定義します。*/
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #db0048;
	color: #FFF;
	font-weight: 900;
	/*text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);*/
	/*box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);*/
}

/* 隣接セレクタを使い、ホバー時に小さいアローアイコンを加えます。
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../css/images/arrow_down.png) no-repeat center center;	
}*/

/* アローアイコンは、選択された状態の時は上向きのアローにします。*/
.ac-container input:checked + label:hover:after{
	background-image: url(../css/images/arrow_up.png);
}

/* また、input要素（チェックボックスやラジオボタン）が見えることは望まないので、非表示にします。*/
.ac-container input{
	display: none;
}

/* コンテンツのスタイルを定義します。
デフォルト時は「height: 0px;」にし非表示にし、立体感を出すためにbox-shadowを使用します。*/
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

/* コンテンツ内のテキストも少しスタイルを整えてみます。*/
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	/*box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);*/
}

/* 異なる高さ用に3つのスタイルを定義します。*/
.ac-container input:checked ~ article.ac-small{
    height: 300px;
}
.ac-container input:checked ~ article.ac-medium{
    /*height: 950px;*/
    height:auto;
    /*padding-left: 20px;*/
    margin-bottom: 40px;
}
.ac-container input:checked ~ article.ac-large{
    height: 500px;
}


/* 開閉ブロック内のスタイル。*/
.ac-container h3 {
	width: 500px;
	background: #FFE4ED;
	color: #db0048;
	padding: 8px 0 7px 12px;
	border-bottom: 1px solid #db0048;
	border-left: 7px solid #db0048;
}
.ac-container h4 {
	padding: -5px 0 -5px 20px !important;
}
.ac-container table {
	margin: -15px 0 30px 10px !important;
}
.ac-container td {
	margin-left: 10px;
	padding: 10px;
	border-bottom: 1px dashed #db0048;
	font-weight: 900;
}


@media only screen and (max-width: 499px) {
	.ac-container label{
		font-size: 20px;
	}
}



/* =============================================================
Q&A
================ */

#QandA .QAbox {
	background-color: #F7EED1;
	border-radius: 15px;
	/*border: 1px solid #ccc;*/
	padding: 15px;
	margin-bottom: 35px;
	/* box-shadow */
box-shadow:0px 0px 17px 3px #c1c1c1;
-moz-box-shadow:0px 0px 17px 3px #c1c1c1;
-webkit-box-shadow:0px 0px 17px 3px #c1c1c1;
}

#QandA h3 {
	font-size: 1.4em;
	padding: 10px;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9D8C4A;
	margin-bottom: 10px;
	color: #28394D;
	margin-top: 5px;
}
#QandA p {
	font-size: 1.1em;
	padding: 10px;
	color: #6D6234;
	line-height: 1.6em;
}
#QandA .Question {
	color: red;
	margin-right: 10px
}




/*  top works
======================================================== */
#Works {
	width:100%;
    /*margin-bottom: 70px;*/
    text-align: center;
}
#Works div {
	width: 80%;  
    /*border: 1px solid #FF0000;*/
    margin: 0 auto;  
}
#Works h2 {
    /*margin-bottom: 70px;*/
    text-align: center;
}
#Works ul {
    margin-bottom: 30px;
    list-style: none;
    margin-left: -42px;
}
#Works li {
    float: left;
    /*width: 178px; 横6　*/
    width: 20%; /* 横7 */
    /*margin-right: 26px;*/
}
#Works .img-eye-catch {
	width:100%;
	border-radius: 1000px;
}
#Works li:last-child {
    margin-right: 0;
}
#Works li .thumbnail {
    margin-bottom: 15px;
}
#Works li h3 {
    margin-bottom: 20px;
    font-size: 16px;
}
#Works li h3 a {
    font-weight: bold;
}
#Works li p {
    color: #666666;
}
#Works .btn-more {
    text-align: center;
}
#Works a img:hover {
	opacity: 0.8 ;
}


/* Works */
@media only screen and (max-width: 640px) {
		#Works {
    		margin-bottom: 40px;
		}
		#Works h2 {
    		/*margin-bottom: 70px;*/
    		text-align: center;
		}
		#Works ul {
    		margin-bottom: -50px;
		}
		#Works li {
    		/*float: none;
    		width: 280px;
    		margin: 0 auto 20px;*/
    		float: left;
    		width: 46%;
    		margin: 0 4px 0 4px;
		}
		#Works li:last-child {
			margin-right: auto;
		}
		#Works li .thumbnail {
    		margin-bottom: 10px;
		}
		#Works li h3 {
    	margin-bottom: 10px;
    	font-size: 14px;
		}
		#Works li h3 a {
    		font-weight: bold;
		}
		#Works li p {
    		color: #666666;
    		line-height: 1.5;
		}
}


/*  Flow
======================================================== */
/*フォント
@import url(https://fonts.googleapis.com/css?family=Sacramento);
@import url(https://fonts.googleapis.com/css?family=Limelight);*/

/*セット*/
#flowSet {
	width: 80%;
    /*border: 1px solid #FF0000;*/
    margin: 0 auto;
}

/*看板部分*/
.plate{
	/*内包するテキストを上下左右センタリングする▼*/	
	display: flex;
	align-items: center;
	justify-content: center;
	/*▲ここまで*/
	width:100%;
	height:100px;
	margin-top:30px;
	border-radius:10px;
	border:4px solid rgba(225,225,225,0);
	position:relative;
}
/**ネイビー**/
#navy{
	background:#1a405f;
	box-shadow: inset 0 0 0 2px #fff, 0px 5px 5px rgba(0, 0, 0, 0.5);
	z-index:10;
}
/**コルク**/
#cork{
	background:url(https://peonyqueen.files.wordpress.com/2015/10/cork02.jpg);
	box-shadow: inset 0 0 0 3px rgba(85,46,12,0.7), 0px 5px 5px rgba(0, 0, 0, 0.5);
}

/*文字部分*/
.plate span{
	/*padding:20px; フォントによって位置が変わるので、微調整してください*/
	/*padding-top: 40px;*/
	display:block;
	text-align:center;
	font-size:2rem;
	text-shadow:inset 0px 1px 1px rgba(0, 0, 0, 0.5);
	font-weight: 900;
}
/**ネイビー**/
#navy span{
	/*font-family: 'Sacramento', cursive;*/
	color:#fff;
}
/**コルク**/
#cork span{
  /*padding:23px 20px 18px; フォントによって上下の位置が変わるので、微調整してください*/
  /*padding-top: 40px;*/
  /*font-family: 'Limelight', cursive;*/
  color: rgba(85,46,12,0.8);
}

@media only screen and (max-width: 499px) {
	.plate span{
		/*padding-top:30px;*/
		font-size: 1.3rem;
	}
	#cork span{
		padding-left: 20px;
		padding-right: 20px;
	}
}




/*ロープ部分*/
.plate:before,
.plate:after{
	content:"";
	width:4px;
	height:50px;
	position:absolute;
	top:-34px;
	box-shadow:inset 0px -1px 1px rgba(0, 0, 0, 0.5),0 0 5px rgba(0, 0, 0, 0.5);
}
.plate:before{
	left:13px;
}
.plate:after{
	right:13px;
}
/**ネイビー**/
#navy:before,
#navy:after{
	background:#fcfcfa;
}
/**コルク**/
#cork:before,
#cork:after{
	background:#DBA560;
	background-image:-webkit-linear-gradient(left top, #DBA560, #DBA560 45%,#AA7430 50% , #AA7430 55% , #DBA560 60% , #DBA560 100% );
	background-image:linear-gradient(left top, #DBA560, #DBA560 45%,#AA7430 50% , #AA7430 55% , #DBA560 60% , #DBA560 100% );
	background-size:10px 10px;
}

/*留め具部分*/
.plate span:before,
.plate span:after{
	content:"";
	border-radius:50%;
	position:absolute;
	top:10px;
	box-shadow:inset 0px -1px 2px rgba(0, 0, 0, 0.5),inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
/**ネイビー**/
#navy span:before,
#navy span:after{
	width:10px;
	height:10px;
	background:#fcfcfa;
}
#navy span:before{
	left:10px;
}
#navy span:after{
	right:10px;
}

/**コルク**/
#cork span:before,
#cork span:after{
	width:14px;
	height:14px;
	background:#86431C;
	background-image:-webkit-linear-gradient(top, #A26937, #A26937 50%, #57311C 55% , #57311C 65% , #A26937 85% , #A26937 100% );
	background-image:linear-gradient(top, #A26937, #A26937 50%, #57311C 55% , #57311C 65% , #A26937 85% , #A26937 100% );
	background-size:10px;
	box-shadow:inset 0px -1px 2px rgba(0, 0, 0, 0.5),inset 0px 1px 1px rgba(0, 0, 0, 0.2);	
}
#cork span:before{
	left:8px;
}
#cork span:after{
	right:8px;
}



/*----------------------------------------
	料金表
----------------------------------------*/

.priceTable {
	width: 100%;
	margin-bottom: 70px;
}

.priceTable .pacName1 {
	background-color: #db0014;
	text-align: left;
	font-size: 1.5rem;
	padding: 30px;
	line-height: 0px;
}
.priceTable .pacName2 {
	background-color: #ec5c0d;
	text-align: left;
	font-size: 1.5rem;
	padding: 30px;
	line-height: 0px;
}
.priceTable .pacName3 {
	background-color: #198525;
	text-align: left;
	font-size: 1.5rem;
	padding: 30px;
	line-height: 0px;
}
.priceTable .pacName4 {
	background-color: #1775a8;
	text-align: left;
	font-size: 1.5rem;
	padding: 30px;
	line-height: 0px;
}

.priceTable td {
	padding: 12px;
	border: 1px solid #CCCCCC;
	background: #FFF;
	vertical-align: middle;
	text-align: center;
}
.priceTable .kihon {
	background-color: #FFF7CC;
	font-weight: 700;
}
.priceTable .kihon2 {
	background-color: #CEF095;
	font-weight: 700;
}

.priceTable th {
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #999;
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.priceTable ul {
	padding-left: 20px;
	padding-top: -20px;
}

.priceTable .width30 {
	width:30%;
}
.priceTable .width20 {
	width:20%;
}

@media only screen and (max-width: 499px) {
	.priceTable {
		font-size: 80%;
	}
	.priceTable td {
		padding: 5px;
	}
	.priceTable .pacName1 {
		font-size: 1.2rem;
		padding-left: 20px;
	}
	.priceTable .pacName2 {
		font-size: 1.2rem;
		padding-left: 20px;
	}
	.priceTable .pacName3 {
		font-size: 1.2rem;
		padding-left: 20px;
	}
}

@media only screen and (min-width: 500px) {
	.priceTable br {
		display: none;
	}
}
/*@media only screen and (max-width: 788px) {
		.priceTable {
		display: none;
	}
}
@media only screen and (min-width: 787px) {
		.priceTable2 {
		display: none;
	}
}*/


/* //// Google Map レスポンシブ ////////////////////////////// */
.ggmap {
/*position: relative;*/
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 787px) {
.pc { display: none !important; }
.sp { display: block !important; }
}