@charset "UTF-8";


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

body > header {
	width: 100%;
	height: 121px;
	position: fixed;
	background: white;
	z-index: 999;
}

/* hd_top
---------------------------------------------------------- */

body > header div.hd_top {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
}

body > header div.hd_top p.logo {
	float: left;
	width: 302px;
	margin: 17px 0 0;
}

body > header div.hd_top div.right {
	float:right;
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}

body > header div.hd_top div.right div.tel {
	width: 16em;
	height: 80px;
	margin: 0 20px 0 0;
	text-align: center;
	line-height: 1;
}

body > header div.hd_top div.right div.tel p.number {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 20px 0 0;
}

body > header div.hd_top div.right div.tel p.time {
	font-size: 1.1rem;
	margin: 5px 0 0 ;
	color: #888;
}

body > header div.hd_top div.right p.btn_link {
	margin: 0;
}

/* hd_bottom
---------------------------------------------------------- */

body > header div.hd_bottom { border-top: 1px solid #ddd; }

body > header div.hd_bottom nav {
	width: 1000px;
	margin: 0 auto;
}

body > header div.hd_bottom nav ul {
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
}

body > header div.hd_bottom nav ul li {
	border-left: 1px solid #ddd;
	display: block;
}

body > header div.hd_bottom nav ul li:last-child {
	border: none;
	cursor: pointer;
}

/* search */

body > header div.hd_bottom div#acdn-target {
	width: 100%;
	background: #000;
	display: none;
	padding: 10px;
}

body > header div.hd_bottom div#acdn-target input {
	padding: 10px 15px;
	width: 350px;
	height: 28px;
	font-size: 1.2rem;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border: none;  
}

body > header div.hd_bottom div#acdn-target button {
	background: none;
	border: none;
	color: white;
	font-size: 1.6rem;
	cursor: pointer;
}

body > header div.hd_bottom div#acdn-target button i.fa { margin: 0; }

body > header div.hd_bottom div#acdn-target input:focus,
body > header div.hd_bottom div#acdn-target button:focus { outline: 0; }
	
/*----------------------------------------------------------
	content
---------------------------------------------------------- */

#content {
	padding: 121px 0 0;
}

p.btn_link {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 30px 0 0;
	text-align: center;
}

div.btn_link { text-align: center; }

p.btn_link a {
	display: block;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	background: red;
}

p.btn_link a:hover { background: #fd6060; }

p.btn_link.black a { background: black; }
p.btn_link.black a:hover { background: #555; }

i.fa { margin: 0 1rem 0 0; }

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

/* pagetop */

body > footer div.pagetop { background: url(../img/common/bg_stripe_gray.png) repeat; }

body > footer p.scroll {
	display: block;
	width: 1000px;
	margin: 0 auto;
	font-size: 1.2rem;
	text-align: right;
	padding: 7px 0;
	font-weight: bold;
}

body > footer p.scroll a { color: black; text-decoration: none; }
body > footer p.scroll a:hover { text-decoration: underline; }

/* belt */

body > footer div.belt {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 15px;
	color: white;
	background: red;
	line-height: 1;
}

/* contact */

body > footer div.contact {
	border-bottom: 1px solid #ddd;
}

body > footer div.contact div.inner {
	width: 1000px;
	padding: 40px 0;
	margin: 0 auto;
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-box-align: center;/* Android4.3以前ブラウザ用 */
	-webkit-align-items: center;/* iOS8以前Safari用 */
	align-items: center;
}

body > footer div.contact div.inner dl {
	width: 50%;
	font-weight: bold;
}

body > footer div.contact div.inner dl dt {
	text-align: left;
	font-weight: bold;
	margin: 0 0 10px;
}

body > footer div.contact div.inner dl.tel { width: 36%; margin: 0 7%; }

body > footer div.contact div.inner dl.tel dd.number {
	margin: 0 0 5px;
	font-size: 4rem;
	line-height: 1;
}
body > footer div.contact div.inner dl.tel dd.time { font-weight: normal; }

body > footer div.contact div.inner dl.mail dd a {
	display: block;
	color: white;
	padding: 15px 20px;
	text-decoration: none;
	background: black;
	font-size: 2rem;
}

body > footer div.contact div.inner dl.mail dd a:hover { background: #555; }

/* foot_main */

body > footer div.foot_main {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
	display: -webkit-box;/* Android4.3以前ブラウザ用 */
	display: -webkit-flex;/* iOS8以前Safari用 */
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

body > footer div.foot_main div.foot_left { margin: 0 30px 0 0; }

body > footer div.foot_main div.foot_left p.logo {
	width: 302px;
	margin: 0 0 10px;
}

body > footer div.foot_main div.foot_left p {
	text-align: left;
	font-size: 1.3rem;
}

body > footer div.foot_main ul li { text-align: left; }

body > footer div.foot_main ul li a { color: black; text-decoration: none; }
body > footer div.foot_main ul li a:hover { text-decoration: underline; }

body > footer div.foot_main ul li:before {
  font-family: FontAwesome;
  content: '\f101';
  font-size: 1.8rem;
  margin: 0 1rem 0 0;
  color: red;
}

body > footer div.foot_main ul li.under { padding: 0 0 0 1rem; }
body > footer div.foot_main ul li.under:before {
  font-family: FontAwesome;
  content: '\f105';
  font-size: 1.8rem;
  margin: 0 1rem 0 0;
  color: red;
}

/* copyright */

body > footer div.copyright {
	font-size: 1.1rem;
	padding: 15px;
	color: white;
	background: black;
}

/* !h(n)eading
---------------------------------------------------------- */
