@charset "UTF-8";

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



/*----------------------------------------
	Main Headline
----------------------------------------*/

#main_headline {
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
}

#main_headline h2 {
	text-align: center;
	font-size: 22px;
	font-size: 1.375rem;
	letter-spacing: -2px;
	line-height: 127.27%;
}
#main_headline p {
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	line-height: 1.625em;
	font-size: 16px;
	font-size: 1rem;
}

@media screen and (min-width: 768px){
	#main_headline h2 {
		font-size: 40px;
		font-size: 2.5rem;
	}
	#main_headline p {
		text-align: center;
		line-height: 1.5555em;
		font-size: 1.125em;
	}
}



/*----------------------------------------
	非表示
----------------------------------------*/
#glb_navi dl dt span {
		width: 0;
		height: 0;
		position:absolute;
		overflow:hidden;
}



/*----------------------------------------
	ボタン
----------------------------------------*/
a.btn {
	padding: 6px 12px;
	border-radius: 4px;
	text-align:center;
	text-decoration:none;
}
a.btn_primary {
	background: #f27306;
	border: solid #f27306 1px;
	color: #fff;
}
a.btn_info {
	background: #898989;
	border: solid #898989 1px;
	color: #fff;
}



/*----------------------------------------
	背景色
----------------------------------------*/
.bgGray {
	background: #F4F4F4;
}

.bgGreen {
	background: #F0F9E8;
}

.bgBlue {
	background: #E8FAFF;
}

.bgYellow {
	background: #FFFFE8;
}

.bgBlack {
	background: #000;
}

.bgBlack h2 span {
	color: #DDD;
}

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



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

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

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

a:hover {
	color: #d8a238;
}

a:active {
	color: #d25e12;
}

.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: 8px;
	width: 100%;
}

header h1 {
	margin: 0 auto;
	padding: 20px 0;
}

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

@media screen and (min-width: 768px){
	header {
		padding-bottom: 0;
	}
	header h1 img {
		max-height: 180px;
	}
}



/*----------------------------------------
	Global glb_navi
----------------------------------------*/
#glb_navi {
	background: #f27306;
	overflow:hidden;
	z-index: 999;
}
#glb_navi dl {
	margin: 0;
	padding: 0;
}
#glb_navi dl dt {
	width: 52px;
	height: 60px;
	background: url(../images/menu.png) no-repeat;
	background-size: 52px 120px;
	margin: 0;
	padding: 0;
	float:right;
	cursor: pointer;
}
#glb_navi dl dt.slideclose {
	/*
	background-position: 0 -60px;
	*/
}
#glb_navi dl dd {
	margin: 0;
	padding: 0;
	clear:right;
	display:none;
}
#glb_navi dl dd ul {
	margin: 0;
	padding: 0;
}
#glb_navi dl dd ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #DDD;
	text-align:left;
	line-height: 48px;
	list-style:none;
}
#glb_navi dl dd ul li a:link, #glb_navi dl dd ul li a:visited {
	height: 48px;
	background: #fff;
	padding-left: 16px;
	display:block;
	text-decoration:none;
}
#glb_navi dl dd ul li i {
	min-width: 22px;
	text-align: center;
}

.glb_fixed {
	width: 100%;
	position:fixed;
	top: 0;
	z-index: 999;
}

@media screen and (min-width: 768px){
	#glb_navi {
		border-bottom: 10px solid #fff;
	}
	#glb_navi dl {
		width: 100%;
	}
	#glb_navi dl dt {
		width: 0;
		height: 120px;
	}
	#glb_navi dl dd {
		clear:none;
		display:inline !important;
	}
	#glb_navi dl dd ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#glb_navi dl dd ul li {
		width: 25%;
		border-bottom:none;
		text-align:center;
		line-height: 60px;
	}
	#glb_navi dl dd ul li a:link,
	#glb_navi dl dd ul li a:visited {
		height: 60px;
		background: transparent;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		line-height: 60px;
		color: #fff;
	}
	#glb_navi dl dd ul li:first-child a:link,
	#glb_navi dl dd ul li:first-child a:visited {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
	#glb_navi dl dd ul li:nth-child(5n) a:link,
	#glb_navi dl dd ul li:nth-child(5n) a:visited {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
}

@media screen and (min-width: 1100px){
	#glb_navi dl {
		width: 1100px;
		margin-right:auto;
		margin-left:auto;
	}
}



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

/*----------------------------------------
	footer
----------------------------------------*/
footer {
	clear:both;
}

#gotop {
	width: 100%;
	background: #fbc044;
}

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

#footer_logo {
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer_logo img {
	width: auto;
	max-height: 90px;
	vertical-align: bottom;
}

#copyright {
	width: 100%;
	border-top: 1px solid #DDDDDD;
	line-height: 60px;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
}

#footer_contact {
	background-color: #fff;
	padding: 6px;
	position: fixed;
	bottom: 0;
	height: auto;
	z-index: 999;
	width: 100%;
	border-top-color: #ddd;
	border-top-style: solid;
	border-top-width: 1px;
}
#footer_contact ul {
	margin: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#footer_contact li {
	list-style: none;
}
#footer_contact li.tel a {
	background-color: #fff;
	padding: 9px 12px 7px;
	display: block;
	border-color: #2a79c6;
	border-style: solid;
	border-width: 2px;
	border-radius: 10px;
	text-decoration: none;
	line-height: 1.25em;
	color: #1a54a0;
	font-size: 1.5rem;
}

@media screen and (min-width: 768px){
	#footer_logo {
		padding-top: 40px;
	}

	#copyright {
		font-size: 12px;
		font-size: 0.75rem;
	}

	#footer_contact {
		padding: 12px;
	}
	#footer_contact ul {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}
}



/*----------------------------------------
	Main Visual
----------------------------------------*/

#main_visual {
	width: 100%;
}
#main_visual_image {
	position: relative;
	overflow: hidden;
}
#main_visual_image iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}



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

#container {
	width: 100%;
	padding-top: 20px;
}


#container > section {
	padding-top: 72px;
}
section h2 {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align:left;
	font-size: 28px;
	font-size: 1.75rem;
	color: #d25e12;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: -1px;
	border-bottom: 4px solid #d25e12;
}
section h2 span {
	margin: 0 0 0 -9px;
	font-size: 12px;
	font-size: 0.75rem;
	color: #333333;
	display: block;
	text-indent: 10px;
	vertical-align: top;
	letter-spacing: normal;
}
section h3 {
	font-size: 24px;
	font-size: 1.5rem;
}
section h4 {
	font-size: 20px;
	font-size: 1.25rem;
}
section h4 {
	font-size: 18px;
	font-size: 1.125rem;
}
section table {
	border-bottom-color: #2082ff;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
section table tr {
	border-bottom-color: #2082ff;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
section table th {
	padding: 12px;
	line-height: 1.5em;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
}
section table td {
	padding: 12px;
	line-height: 1.375em;
}

.section_inner {
	margin: 0 auto 70px;
}
.section_inner > * {
	text-align: left;
}
.section_inner > h3,
.section_inner > h4,
.section_inner > h5,
.section_inner > p,
.section_inner > table {
	margin-right: 20px;
	margin-left: 20px;
}

@media screen and (min-width: 768px){
	#container {
		padding-top: 100px;
	}

	#container > section {
		padding-top: 142px;
	}
	section h2 {
		margin: 0 0 60px;
		padding-bottom: 10px;
		font-size: 48px;
		font-size: 3rem;
	}

	section h2 span {
		margin: 6px 0 0;
		font-size: 18px;
		font-size: 1.125rem;
		display: inline-block;
	}
}

@media screen and (min-width: 1100px){
	.section_inner {
		margin: 0 auto 140px;
		width: 1100px;
		overflow: hidden;
	}
}



/*----------------------------------------
	Greetings
----------------------------------------*/
.greetings p {
	margin-right: 20px;
	margin-left: 20px;
}



/*----------------------------------------
	Guide
----------------------------------------*/
.guide p {
	margin: 0 20px 20px;
}
.guide h3 {
	margin: 0 20px 20px;
	text-align: center;
	font-weight:normal;
}
.guide h3 span {
	background: #d25e12;
	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%;
	color: #fff;
}
.guide .list_wrapper {
	margin: 0 20px;
}

@media screen and (min-width: 768px){
	.guide h3 {
		float:left;
	}
	.guide h3 span {
		width: 140px;
		height: 140px;
		display: table-cell;
		border-radius: 70px;
		vertical-align:middle;
		line-height: 130%;
		font-size: 16px;
		font-size: 1rem;
	}
	.guide .list_wrapper {
		width: 64%;
		float:right;
	}
}



/*----------------------------------------
	Transportation Support
----------------------------------------*/
@media screen and (min-width: 768px){
	.transportation_support {
		clear: both;
	}
}



/*----------------------------------------
	Price List
----------------------------------------*/
.price_list table th,
.price_list table td {
	display: block;
}
.price_list table td {
	text-align: right;
}

@media screen and (min-width: 768px){
	.price_list table th,
	.price_list table td {
		display: table-cell;
	}
}



/*----------------------------------------
	Car
----------------------------------------*/
.car_gallery {
	margin-right: 20px;
	margin-left: 20px;
}
.car_gallery > div {
	margin-bottom: 20px;
}
.car_gallery .caption {
	color: #2082ff;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
}

@media screen and (min-width: 768px){
	.car_gallery {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 5px;
	}
	.car_gallery > div {
		width: 350px;
	}
}



/*----------------------------------------
	Company Profile
----------------------------------------*/
.company_profile h3 {
	margin: 0 20px 20px;
	text-align: center;
	font-weight:normal;
}

.company_profile h3 span {
	background: #d25e12;
	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%;
	color: #fff;
}

.company_profile dl {
	margin: 0 20px;
	text-align:left;
}
.company_profile dl dt {
	width: 100%;
	padding-bottom: 0;
	float: none;
	font-weight: bold;
}
.company_profile dl dd {
	padding: 0 0 15px;
	width: 100%;
	margin: 0;
}

@media screen and (min-width: 768px){
	.company_profile h3 {
		float:left;
	}
	.company_profile h3 span {
		width: 140px;
		height: 140px;
		display: table-cell;
		border-radius: 70px;
		vertical-align:middle;
		line-height: 130%;
		font-size: 22px;
		font-size: 1.375rem;
	}

	.company_profile dl {
		width: 74%;
		float:right;
	}
	.company_profile dl dt {
		width: 30%;
		padding-bottom: 20px;
		float: left;
		clear: left;
	}
	.company_profile dl dd {
		padding: 0 0 20px 35%;
	}
}


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



/*----------------------------------------
	Attendant
----------------------------------------*/
.attendant .section_inner {
	margin: 0 auto;
	padding-bottom: 70px;
}
.attendant table td {
	text-align: right;
}

@media screen and (min-width: 768px){
	.attendant {
		clear: both;
	}
}



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

.fcGreen {
	color: #6AA52C;
}

.fcYellow {
	color: #D8A238;
}

.fcRed {
	color: #990A11;
}

.fcBlue {
	color: #00698C;
}



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

.container {
	width: auto !important;
}

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) {

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

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

.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) {

.container {
	width: auto !important;
}

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

footer dl dt img {
	width: 200px;
}

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

.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 [class*="fontawesome-"]:before {
	display: none;
}

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

.profileArea dl {
	padding: 0 2%;
}

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

}

