@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
    font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #2a2a2a;
	text-decoration: none;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
a::before,
a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a::before,
a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	vertical-align: top;
}
strong {
	margin: 0;
	padding: 0;
}

/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background: #FFF;
	font-size: 16px;
	height: 100%;
	line-height: 180%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #333;
}
.pkg {
	position: relative;
	min-width: 1080px;
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
section {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
section.pkg,
section .pkg {
	padding: 110px 0;
}
header {
	background: #FFF;
	width: 100%;
	height: 185px;
	box-shadow: 0 0 10px rgba(102, 102, 102, 0.35);
	-moz-box-shadow: 0 0 10px rgba(102, 102, 102, 0.35);
	-o-box-shadow: 0 0 10px rgba(102, 102, 102, 102.35);
	-ms-box-shadow: 0 0 10px rgba(102, 102, 102, 0.35);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top: solid 5px #111;
	position: fixed;
	z-index: 10;
	top: 0;
}
header #logo {
	background: url(../images/base/logo.png) no-repeat left top;
	background-size: 100%;
	width: 280px;
	height: 55px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 0;
}
header #tel {
	position: absolute;
	width: 317px;
	top: 0;
	right: 0;
	margin-top: -24px;
}
header #tel p {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header #tel p:first-child {
	font-size: 32px;
	font-weight: bold;
	color: #585d72;
	margin-bottom: 6px;
}
header #tel p:last-child {
	background: #585d72;
	text-align: center;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	color: #FFF;
}
header nav {
	width: 100%;
	border-top: solid 1px #e8e8e8;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	top: 123px;
	left: 0;
}
header nav ul {
	min-width: 1080px;
	width: 100%;
	max-width: 1180px;
	height: 58px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
header nav ul li {
	width: 20%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
header nav ul li a {
	height: 19px;
	line-height: 19px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	border-right: solid 1px #e8e8e8;
	margin: 20px 0;
}
header nav ul li:last-child a {
	border-right: none;
}
header h1 {
	min-width: 1080px;
	width: 100%;
	max-width: 1180px;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto 20px auto;
}
header #menu {
	display: none;
}
header #menu span{
	position: absolute;
	top: 25px;
	right: 20px;
}
main {
	width: 100%;
	margin: auto;
	display: block;
	padding-top: 185px;
}
footer {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
footer nav {
	background: #585d72;	
	padding: 50px 0;
}
footer nav ul {
	min-width: 1080px;
	width: 100%;
	max-width: 1180px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
footer nav ul li {
	font-size: 13px;
	margin-right: 20px;
}
footer nav ul li a {
	color: #FFF;
}
#copyright {
	min-width: 1080px;
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px 0;
}
.back_top {
	background: #a25d72;
	border: solid 1px #95475f;
	color: #FFF;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 3;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.back_top:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	text-decoration: none;
}
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="tel"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	line-height: 50px;
	border: solid 1px #999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px;
	font-size: 17px;
}
form.wpcf7-form input[type="number"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 50px;
	border: solid 1px #999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 10px;
	font-size: 17px;
}
form.wpcf7-form select {
	background: no-repeat right center, -webkit-linear-gradient(top, #fff 0%, #ECECEC 100%);
	padding: 0 40px 0 10px;
	height: 50px;
	font-size: 17px;
}
form.wpcf7-form select::-ms-expand {
	display: none;
}
form.wpcf7-form textarea {
	width: 100%;
	max-width: 100%;
	padding: 10px;
}
form.wpcf7-form input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: #585d72;
	width: 100%;
	max-width: 500px;
	height: 68px;
	line-height: 68px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
form.wpcf7-form input[type="submit"]:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
#breadcrumbs {
	position: relative;
	min-width: 1080px;
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	font-size: 14px;
}