@charset "utf-8";

/*=============================================================
  全体
=============================================================*/
body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	color: #333;
	font: 14px/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {
	color: #333;
}

a:hover {
	color: #c00;
	text-decoration: none;
}


/*=============================================================
  汎用
=============================================================*/
.mB10 { margin-bottom: 10px; }

.alignC { text-align: center; }
.alignR { text-align: right; }



/* Page Top
-----------------------------------------*/
#pagetop {
	clear: both;
}

#pagetop a {
	float: right;
	display: inline-block;
	background-color: #000;
	border-radius: 5px 5px 0px 0px;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#pagetop a:hover {
	background-color: #333;
	color: #fff;
}


/*=============================================================
  ヘッダー
=============================================================*/
header {
	background-color: #fff;
}

header .inner {
	width: 960px;
	height: 80px;
	position: relative;
	margin: 0px auto;
}

header .inner p.logo {
	position: absolute;
	left: 0px;
	top: 20px;
}

header .inner p.logo img {
	width: 200px;
}

header .inner address {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.2em;
	font-style: normal;
}

/* 電話番号 */
header .inner address .tel {
	display: block;
	color: #c00;
	font-size: 18px;
	font-weight: bold;
}


/*=============================================================
  メインビジュアル
=============================================================*/
h1 {
	background-color: #000;
	clear: left;
}

h1 {
	width: auto;
	height: 300px;
	margin: 0px auto;
	position: relative;
	text-align: center;
}

h1 img {
	width: 960px;
}


/*=============================================================
  コンテンツ
=============================================================*/
#contents {
	clear: left;
	width: 960px;
	margin: 0px auto;
	padding-top: 30px;
}


.block {
	width: 460px;
	height: auto;
	margin-bottom: 30px;
}

.fL {
	float: left;
}

.fR {
	float: right;
}


/* h2
-----------------------------------------*/
#contents h2 {
	clear: both;
	background-color: #000; 
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 100%;
}


/* 新着情報・事業・サービス案内
-----------------------------------------*/
#new,
#about {
	height: 250px;
}


/*----- 新着情報 -----*/
#new dl {
	overflow: auto;
	height: 200px;
	padding-left: 10px;
}

#new dt {
	float: left;
	width: 8em;
	color: #c00;
}

#new dd {
	border-bottom: 1px solid #ccc;
	padding-left: 8em;
}

/*----- イベント情報 -----*/
#about p.caution {
	margin-top: 10px;
}


/* マップ
-----------------------------------------*/
#map iframe {
	width: 460px;
	height: 300px;
}


/* お問い合わせ
-----------------------------------------*/
#contact table {
	width: 100%;
}

#contact table th,
#contact table td {
	padding: 10px;
}

#contact table th {
	width: 35%;
	text-align: left;
	font-weight: normal;
}

#contact table td input,
#contact table td textarea {
	width: 100%;
}

#contact table th .required {
	color: #f00;
	font-size: 11px;
}

#contact table td div {
	color: #f00;
	font-size: 11px;
}

/* ボタン */
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	width: 200px;
	max-width: 100%;
	background-color: #c00;
	border: 0;
	border-radius: 6px;
	padding: 10px 0px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	cursor: pointer;
	-webkit-appearance: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #f00;
}

/*----- サンクスページ -----*/
.thanks {
	padding-bottom: 50px;
}

.thanks p {
	width: 600px;
	margin: 0px auto;
}

.thanks p.thanksCap {
	border-top: 1px solid #c00;
	border-bottom: 1px solid #c00;
	padding: 5px 0px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

.thanks p.toTop {
	margin-top: 30px;
	text-align: center;
}

.thanks p.toTop a {
	display: inline-block;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #c00;
	border: 0;
	border-radius: 6px;
	padding: 0px 20px;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	-webkit-appearance: none;
	text-decoration: none;
}

.thanks p.toTop a:hover {
	background: #f00;
}


/*=============================================================
  フッター
=============================================================*/
footer {
	clear: both;
	background-color: #000;
	text-align: center;
	padding: 15px 0px;
	color: #fff;
	overflow: hidden;
	_zoom: 1;
}

#footer-box {
	width: 960px;
	margin: 0px auto;
}

#footer-box .copy {
	float: left;
}

#footer-box .footer-adr {
	float: right;
	text-align: right;
}

#footer-box .footer-adr address {
	font-style: normal;
}










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

 タブレット・スマホ表示用

---------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {

/*=============================================================
  ヘッダー
=============================================================*/
header {
	background-image: none;
}

header .inner {
	width: auto;
	height: auto;
	text-align: center;
}

header .inner p.logo {
	position: static;
	padding-top: 20px;
}

/* 電話番号 */
header .inner address {
	position: static;
	padding-bottom: 10px;
}


/*=============================================================
  メインビジュアル
=============================================================*/
h1 {
	background-color: #fff;
	height: auto;
	margin: 0px 6px 10px;
}

h1 img {
	width: 100%;
	vertical-align: bottom;
}


/*=============================================================
  コンテンツ
=============================================================*/
#contents {
	clear: left;
	width: auto;
	margin: 0px 5px;
	padding-top: 0px;
}

.block {
	width: auto;
	margin-bottom: 20px;
}

.fL,
.fR {
	float: none;
}


/* 新着情報・事業・サービス案内
-----------------------------------------*/
#new,
#about {
	height: auto;
}


/*----- 新着情報 -----*/
#new dl {
	height: auto;
	padding-left: 0;
}

#new dt {
	float: none;
	width: auto;
	line-height: 1;
}

#new dd {
	margin-bottom: 5px;
	padding: 0px 0px 3px;
}


/* マップ
-----------------------------------------*/
#map iframe {
	width: 80%;
	height: 200px;
	margin: 0px 10%;
}


/* お問い合わせ
-----------------------------------------*/
#contact table {
	max-width: 100%;
}

#contact table th,
#contact table td {
	display: list-item;
	width: 100%;
	border: none;
	padding: 0px;
}

#contact table td input,
#contact table td textarea {
	width: 90%;
	padding: 5px 0px 0px;
	margin-bottom: 10px;
}


/*----- サンクスページ -----*/
.thanks {
	padding-bottom: 20px;
}

.thanks p {
	width: auto;
	margin: 0px auto;
}

.thanks p.thanksCap {
	font-size: 1.2em;
}

.thanks p.toTop {
	margin-top: 30px;
	text-align: center;
}


/*=============================================================
  フッター
=============================================================*/
#footer-box {
	width: 100%;
}

#footer-box .footer-adr {
	float: none;
	text-align: center;
}

#footer-box .copy {
	float: none;
	text-align: center;
	margin-top: 5px;
}

}
