@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	xline-height: 1;
	letter-spacing: 0;
}
html {
	overflow-y: scroll
}

a {
	x-webkit-box-sizing: border-box;
	xbox-sizing: border-box
}
aside, figure, footer, header, main, nav, section {
	display: block
}

table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	xfont-size: 100%;
	xfont-weight: 500
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	xlist-style-type: none;
	xlist-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	xmax-width: 100%;
	xheight: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 500;
	xline-height: 1.8;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color: #231815
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: bold
}
svg {
	overflow: visible
}
body {
	position: relative;
	xfont-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #231815;
  font-size: 14px;
  xline-height: 1.4em;
	x-webkit-text-size-adjust: 100%;
	x-webkit-font-feature-settings: "palt";
	xfont-feature-settings: "palt"
}
.mincyou {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p,span,dt,dd,th,td{
  xline-height: 1.4em;
}
/* form
---------------------------------------- */
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	line-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
	line-height: 1.7;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	width: 300px;
	padding: 0;
	line-height: 65px;
	font-weight: bold;
	letter-spacing: 0.2rem;
	-webkit-appearance: none !important;
	margin: 20px;
}
input[type="reset"], input[type="button"] {
	background-color: #fff;
	border: 2px solid #172f7a;
	margin-right: 20px;
}
input[type="submit"] {
	background-color: #808080;
	border: 2px solid #808080;
	color: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

/* sp
---------------------------------------- */
.forsp {
	display: none;
}


/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1rem;
	line-height: 0;
	clear: both;
}
header .inner {
	position: relative;
}
header .head-logo {
	padding: 15px 0px;
}
header .head-logo .logo {
	display: inline-block;
	position: relative;
	width: 400px;
	height: 100px;
	overflow: hidden;
}
.menu-area {
	background-color: #172f7a;
	border-top: 3px solid #c9bc9c;
	border-bottom: 1px solid #c9bc9c;
}
.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 50px;
}
.menu > li {
	width: 20%; /* グローバルナビ4つの場合 */
	height: 30px;
	line-height: 30px;
}
.menu > li:first-child {
}
.menu > li a {
	display: block;
	color: #ffffff;
	font-size: 1.1em;
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	xpadding: 10px 0px;
	xbackground-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
