@charset "utf-8";
/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #1a1a1a;

	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;*/
	-webkit-text-size-adjust: 100%;
}
.ie body {
	font-family: "メイリオ", "Meiryo", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Arial, Helvetica, sans-serif;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
a[href] {
	color: #f06478;
	text-decoration: underline;
	outline: none;
}
a[href]:hover {
	text-decoration: none;
}
a.a_black {
	color: #000;
}
a[href].a_reverse,
.a_reverse a[href] {
	text-decoration: none;
}
a[href].a_reverse:hover,
.a_reverse a[href]:hover {
	text-decoration: underline;
}
a[href^="http"],
a[href^="mailto:"] {
	word-break: break-all;
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
}

button {
	cursor: pointer;
}
iframe {
	max-width: 100%;
	vertical-align: middle;
}

.hidden {
	display: none;
}
.slick-slider * {
	outline: none;
}


/* color
============================================================================================================ */
.c_theme {
	color: #7eb527;
}


/* transition
============================================================================================================ */
a[href],
a[href]:before,
a[href]:after,
button,
.basic_trs,
.basic_trs:before,
.basic_trs:after,
.basic_trs *,
.basic_trs *:before,
.basic_trs *:after {
	-webkit-transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
	-o-transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
	transition: color 0.2s, background 0.2s, border 0.2s, opacity 0.2s;
}


/* color
============================================================================================================ */
.c_yellow {
	color: #f4d717;
}


/* display
============================================================================================================ */
.db {
	display: block;
}
.dib {
	display: inline-block;
}

/* w
============================================================================================================ */
.w {
	position: relative;
	width: 1170px;
	margin: 0 auto;
}
.mw {
	min-width: 1200px;
}

/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
	z-index: 3;
}
a[href].hv_wh:hover:after,
button.hv_wh:hover:after,
a[href]:hover .hv_wh:after,
.hv_wh a[href]:hover:after {
	background-color: rgba(255,255,255,0.3);
}
a[href].hv_wh.a20:hover:after,
button.hv_wh.a20:hover:after,
a[href]:hover .hv_wh.a20:after,
.hv_wh a[href]:hover.a20:after {
	background-color: rgba(255,255,255,0.2);
}
a[href].hv_op:hover {
	opacity: .7;
}



/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 1px;
	top: 0;
}
.target.pt {
	top: -20px;
}


/* container
============================================================================================================ */
#container {
	position: relative;
	font-size: 1.6rem;
}

/* header
============================================================================================================ */
#header {
	padding: 15px 0;
}
#header h1 {
	float: left;
}
#header p {
	text-align: right;
}
#header dl {
	display: table;
	margin-left: auto;
	font-weight: bold;
}
#header dl > * {
	display: table-cell;
	vertical-align: bottom;
}
#header .tel dt {
	padding-right: 15px;
	font-size: 1.3rem;
}
#header .license {
	margin-top: 2px;
	font-size: 1.4rem;
	letter-spacing: 1px;
}
#header .license dt {
	padding-right: 5px;
	color: #bf0101;
}

/* footer
============================================================================================================ */
#footer small {
	display: block;
	background-color: #666666;
	padding: 50px 0;
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}

/* bottomInfo
============================================================================================================ */
#bottomInfo {
	display: table;
	padding: 100px 0 80px;
	table-layout: fixed;
	font-size: 1.4rem;
	letter-spacing: 1px;
}
#bottomInfo > * {
	display: table-cell;
	height: 190px;
	padding: 15px 0;
	vertical-align: top;
}
#bottomInfo > * + * {
	padding-left: 70px;
	border-left: 1px solid #ededed;
}
#bottomInfo h1 {
	float: left;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 2px;
}
#bottomInfo h1 img {
	margin-bottom: 10px;
}
#bottomInfo h1 ~ * {
	margin-left: 160px;
}
#bottomInfo .name {
	font-size: 2rem;
	line-height: 1.5;
}
#bottomInfo .address {
	margin-top: 8px;
	line-height: 2;
}
#bottomInfo .address span {
	display: inline-block;
	min-width: 2.2em;
}
#bottomInfo ul {
	padding-left: 40px;
}
#bottomInfo ul a {
	display: block;
	width: 230px;
	margin-bottom: 10px;
	padding: 5px 0;
	background-color: #b2b2b2;
	border-radius: 100px;
	font-size: 1.4rem;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#bottomInfo ul a:hover {
	background-color: #bf0101;
}
