@charset "UTF-8";
@import url('//fonts.googleapis.com/css?family=Oswald:500');

/*================================================
 *  一般・共通設定
 ================================================*/

body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,sans-serif;
	color: #333;
}

p {
	font-size:16px;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	opacity: 0.7;
}

img {
	vertical-align: bottom;
}

/*色*/
.red { color: #c7000b!important; }

/*背景色*/
.bg_black {
	background-color: #000;
}
/* position */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
/* sp/pcの切替 */
.sp {
    display: none;
}
.pc {
    display: block;
}
/*文字揃え*/
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center!important;
}
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: center;
}
/*文字太さ*/
.fontNormal {
	font-weight: normal!important;
}
.fontBold {
	font-weight: bold!important;
}


/*================================================
 *  ヘッダー
 ================================================*/
header {
	background-color: #000;
	position: relative;
	z-index: 50;
	padding: 10px 0;
	width: 100%;
}
body#index header {
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
header .header_wrap {
	width: 960px;
	margin: 0 auto;
	display: table;
}
header .header_wrap > div {
	display: table-cell;
	vertical-align: middle;
}
header .header_wrap > div:first-of-type {
	width: 295px;
}
header .header_wrap > div h1 {
	color: #fff;
	font-size: 12px;
	margin-top: 0.5em;
}

/*================================================
 *  ナビゲーション
 ================================================*/
.drawer-nav {
	background: #000;
	color: #fff;
}
.drawer-menu{
	padding: 6rem 0;
}
.drawer-menu li {
	border-bottom: 1px solid #555;
}
.drawer-menu li:first-child {
	border-top: 1px solid #555;
}
.drawer-menu li a {
	display: block;
	color: #fff;
	font-size: 18px;
	padding: 1em 0 1em 1em;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.drawer-menu li a:hover {
	background: #555;
	opacity: 1;
}
/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	background-color: #000;
	text-align: center;
	width: 100%;
	height: 120px;
	display: table;
}
#pageTitle > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
#pageTitle > div h2 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

/*================================================
 *  パンくずリスト
 ================================================*/
ol.breadcrumb {
	padding: 10px 0 50px;
}
ol.breadcrumb li {
	font-size: 12px;
	display: inline;
}
ol.breadcrumb li:before {
	content: " > ";
}
ol.breadcrumb li:first-child:before {
	content:"";
}


/*================================================
 *  コンテンツ
 ================================================*/
.wrap {
	width: 940px;
	margin: 0 auto;
}
.wrap02 {
	width: 960px;
	margin: 0 auto;
}

/******* 見出し *******/
/*トップページ*/
h3.ic_ttl {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}
.ic_sub_ttl {
	font-size: 15px;
	color: #fff;
	line-height:1;
	text-align: center;
	font-weight: bold;
}
/*各ページ用*/
h3.head_line {
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	margin-bottom: 0.55em;
}


/*******テーブル*******/
table.listTable {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	width: 100%;
}
table.listTable th,
table.listTable td {
	border-bottom: 1px solid #ccc;
	padding: 1em 1.5em 0.85em;
	line-height: 1.75;
}
table.listTable th {
	background: #f0f0f0;
	width: 220px;
	text-align: center;
}
/*================================================
 *  SNSエリア
 ================================================*/
.snsArea {
	padding: 50px 0 20px;
}

.snsArea ul li {
    float: left;
    margin-right: 5px;
}

/*================================================
 *  ページトップ
 ================================================*/
.pageTop {
	position: absolute;
	top: 35px;
	right: -160px;
	display: block;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	width: 100%;
}
footer .add_copy {
	background: #000;
	padding: 15px 0 20px;	
	color: #fff;
	font-size: 12px;
}
footer .add_copy .add_copy_inr {
	width: 940px;
	margin: 0 auto;
}
footer .add_copy_inr .add_wrap {
	display: table;
	float: left;
	width: 445px;
	padding-top: 10px;
}
footer .add_copy_inr .add_wrap .foot_logo {
	display: table-cell;
	width: 155px;
	padding-right: 40px;
	vertical-align: middle;
}
footer .add_copy_inr .add_wrap p {
	display: table-cell;
	width: 250px;
	font-size: 12px;
	line-height: 1.3;
	vertical-align: middle;
}

footer .add_copy_inr .copy_wrap {
	float: right;
	width: 340px;
	text-align: right;
	font-size: 12px;
	padding-top: 40px;
	color: #fff;
}



/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {

body {
	font-size: 3.6vw;
}	
p{
	font-size: 3.6vw;
}

img {
	max-width: 100%;
}

/*文字揃え*/
.pcspText { /*PC：中央揃え・SP左揃え用*/
	text-align: justify;
	text-justify: inter-ideograph;
}

/* sp/pcの切替 */
.sp {
	display: block;
}
.pc {
	display: none;
	}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 3vw 0;
}
header .header_wrap {
	width: 95vw;
	display: block;
}
header .header_wrap > div {
	display: block;
}
header .header_wrap > div:first-of-type {
	width: auto;
}
header .header_wrap > div:first-of-type img {
	height: 9vw;
}
header .header_wrap > div:last-of-type {
	display: none;
}


/*================================================
 *  ナビゲーション
 ================================================*/
.drawer-menu{
	padding: 20vw 0;
}
.drawer-menu li a {
	font-size: 4.5vw;
}

/*================================================
 *  ページタイトル
 ================================================*/
#pageTitle {
	height: 18vw;
}
#pageTitle > div h2 {
	font-size: 5vw;
}

/*================================================
 *  コンテンツ
 ================================================*/
.wrap {
	width: 90%;
}
.wrap02 {
	width: 90%;
}
.page {
	padding-top: 8vw;
}


/******* 見出し *******/
/*トップページ*/
h3.ic_ttl {
	font-size: 8.5vw;
	margin-bottom: 2.5vw;
}
.ic_sub_ttl {
	font-size: 3.5vw;
}

/*各ページ用*/
h3.head_line {
	font-size: 7.5vw;
}


/*******テーブル*******/
table.listTable {
	border: none;
}
table.listTable tr {
	display: block;
}
table.listTable th,
table.listTable td {
	display: block;
	border: none;
}
table.listTable th {
	width: 100%;
	text-align: left;
	padding: 0.5em 1.2em;
}
table.listTable td {
	padding: 1em 1.2em 1.5em;
}

/*================================================
 *  SNSエリア
 ================================================*/
.snsArea {
	padding: 10vw 0 5vw;
}
.snsArea ul li{
	vertical-align: top;
	height: 30px;
}

/*================================================
 *  ページトップ
 ================================================*/
.pageTop {
	position: relative;
	top: 0;
	right: 0;
	text-align: right;
	margin-top: 3vw;
}
.pageTop img {
	width: 12vw;
} 
/*================================================
 *  フッター
 ================================================*/


footer .add_copy {
	padding: 10vw 0 20vw;	
	font-size: 3.4vw;
}
footer .add_copy .add_copy_inr {
	width: 90%;
}
footer .add_copy_inr .add_wrap {
	display: block;
	float: none;
	width: 100%;
	padding-top: 0;
}
footer .add_copy_inr .add_wrap .foot_logo {
	display: block;
	width: 100%;
	padding-right: 0;
	vertical-align: bottom;
	text-align: center;
	margin-bottom: 5vw;
}
footer .add_copy_inr .add_wrap .foot_logo img {
	width:60%;
}

footer .add_copy_inr .add_wrap p {
	display: block;
	width: 100%;
	font-size: 3.4vw;
	vertical-align: bottom;
	text-align: center;
	line-height: 1.5;
}

footer .add_copy_inr .copy_wrap {
	float: none;
	width: 100%;
	text-align: center;
	padding-top: 5vw;
	font-size: 3vw;
}

/*================================================
 *  フッターボタン
 ================================================*/
.foot_btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display: table;
}
.foot_btn li {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	text-align: center;
	height: 15vw;
}
.foot_btn li:first-child {
	border-right: solid 1px #fff;
}

.foot_btn li:first-child .icon-tel,
.foot_btn li:last-child .icon-mail {
	padding-right: 2vw;
}
.foot_btn li:first-child .icon-tel {
	font-size: 6vw;
	vertical-align:-14%;
}
.foot_btn li:last-child .icon-mail {
	font-size: 4.5vw;
	vertical-align:-10%;
}
.foot_btn img {
	vertical-align: middle;
}
.foot_btn li {
	background: #c7000b;
}
.foot_btn a {
	display: block;
	color: #fff;
	font-size: 5vw;
	font-weight: bold;
}




}