@charset "UTF-8";
/* ----------------------------
 import css
---------------------------- */
@import url("../../");

body {
	font-family: “游明朝“, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “ＭＳ Ｐ明朝“, “ＭＳ 明朝“, serif;
}

/*=============================================================
#base
=============================================================*/
html {
	font-size: 50%;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #232323;
	text-align: left;
}

a:active {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

p,
dt,
dd,
li {
	font-size: 1.6rem;
}

#container {
	margin: 0px;
	text-align: left;
	width: 100%;
}

a[href^="tel:"] {
	/*pointer-events: none;*/
	text-decoration: none;
	color: #000;
}

img {
	width: 100%;
	height: auto;
}

.body {
	width: 100%;
	margin: 0 auto;
}

.body_in {
	width: 100%;
	margin: 0 auto;
	padding: 0 3%;
	box-sizing: border-box;
}

.fontA {
	font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.pc_only {
	display: none;
}

.sp_only {
	display: block;
}

.hide {
	text-indent: 102%;
	white-space: nowrap;
	overflow: hidden;
	color: transparent;
}

/*=============================================================
header2（ブランドサイトヘッダー）
=============================================================*/

header.header2 {
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
}

header.header2 .header_top {
	box-sizing: border-box;
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}

header.header2 .header_top .logo {
	width: 30%;
}

header.header2 .header_top .btnA {
	position: relative;
}

header.header2 .header_top .btnA a::before {
	width: 16px;
	height: 12px;
	content: "";
	position: absolute;
	background-image: url("../images/icon_mail.png");
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 4px;
}

header.header2 .header_top .btnA a {
	font-size: 1.3rem;
	padding-left: 2.0rem;
}

header.header2 .header_top .btnA a:hover {
	text-decoration: underline;
}

header.header2 nav {
	padding: 0 0;
	box-sizing: border-box;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
}

header.header2 nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

header.header2 nav ul li {
	text-align: center;
	box-sizing: border-box;
	width: 33.3333%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
}

header.header2 nav ul li:nth-child(2) {
	border-left: 1px solid #232323;
	border-right: 1px solid #232323;
}

header.header2 nav ul li:nth-child(n + 4) {
	width: 50%;
	border-top: 1px solid #232323;
	min-height: 74px;
}

header.header2 nav ul li:nth-child(5) {
	width: 50%;
	border-left: 1px solid #232323;
}

header.header2 nav ul li a {
	display: block;
	font-size: 1.75rem;
	line-height: 1.5;
	padding: 6px .5em;
	letter-spacing: 0;
	color: #232323;
}

header.header2 nav ul li a span {
	display: block;
	font-size: 1.25rem;
	letter-spacing: 0;
	padding-top: .5em;
}

/*=============================================================
#FOOTER
=============================================================*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 100px !important;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	z-index: 5001;
	cursor: pointer;
}

.pagetop span {
	display: block;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	width: 100%;
	line-height: 2.1;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
}

#footer {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	background-color: #3e3a39;
	padding-bottom: 130px;
	padding-left: 0px;
	clear: both;
}

#footer .body {
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer #left {
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
}

#footer p {
	color: #FFF;
	text-align: center;
}

#footer p.name {
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#footer p.add {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer #right {
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer #right ul {
	display: flex;
	flex-flow: wrap;
	width: 94%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer #right li {
	margin-bottom: 20px;
	width: 50%;
}

#footer #right a {
	font-size: 13px;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 86%;
	background-color: #666;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer #right a:hover {
	text-decoration: underline;
}

#footer p.copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding-top: 10px;
}

#footer_sp {
	position: fixed;
	bottom: 0px;
	background-color: #3E3E3E;
	width: 100%;
	z-index: 5000;
}

#footer_sp ul {
	display: flex;
	flex-flow: nowrap;
	justify-content: center;
	width: 100%;
}

#footer_sp li {
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}

#footer_sp li:last-child {
	border-right-style: none;
}

#footer_sp li a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#footer_sp a:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer_sp a.bt1:before {
	background-image: url(/image/footer_bt1.png);
}

#footer_sp a.bt2:before {
	background-image: url(/image/footer_bt2.png);
}

#footer_sp a.bt3:before {
	background-image: url(/image/footer_bt3.png);
}

#footer_sp a.bt4:before {
	background-image: url(/image/footer_bt4.png);
}

#footer_sp .time {
	font-size: 13px;
	color: #CCC;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}