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

body{
font-family: “游明朝“, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “ＭＳ Ｐ明朝“, “ＭＳ 明朝“, serif;
}
/*=============================================================
#base
=============================================================*/
html{
	font-size: 62.5%;
}
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: 94%;
	margin: 0 auto;
}

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

.sp_only {
	display: none;
}

.pc_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;
	border-bottom: 3px solid #3d6c7d;
}

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

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

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 3%;
    box-sizing: border-box;
}

header.header2 nav ul {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	border-left: 1px solid #232323;
	border-right: 1px solid #232323;
}

header.header2 nav ul li {
	border-right: 1px solid #232323;
	text-align: center;
	box-sizing: border-box;
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header.header2 nav ul li:last-child {
	border-right: 0px solid transparent;
	text-align: center;
	box-sizing: border-box;
}

header.header2 nav ul li a {
	display: block;
	font-size: clamp(1.4rem,2.6vw,1.7rem);
	line-height: 1.5;
	padding: 6px .5em;
	letter-spacing: 0;
}

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

/*=============================================================
#FOOTER
=============================================================*/

#footer_sp {
	display: none;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 8000;
	cursor: pointer;
}
.pagetop span {
	display: block;
	border-radius: 50%;
	background: #005bab;
	color: #fff;
	font-size: 18px;
	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.5;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetop span:hover {
	background-color: #8a969e;
}

#footer {
	text-align: left;
	margin-top: 100px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	background-color: #3e3a39;
	padding-bottom: 40px;
	padding-left: 0px;
	clear: both;
}
#footer .body {
	text-align: left;
	min-width: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer #left {
	float: left;
	width: 300px;
	min-width: 300px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer #left p {
	color: #FFF;
	text-align: left;
	padding-left: 40px;
}
#footer p.name {
	font-size: 20px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
#footer p.add {
	font-size: 15px;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer #right {
	float: left;
	width: 700px;
	min-width: 700px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer #right ul {
	float: left;
	width: 25%;
}
#footer #right ul:first-child {
	float: left;
	width: 20%;
	padding-left: 5%;
}

#footer #right li {
	margin-bottom: 20px;
}
#footer #right a {
	font-size: 14px;
	line-height: 1.5em;
	color: #FFF;
	text-decoration: none;
}
#footer #right a:hover {
	text-decoration: underline;
}

#footer p.copy {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	padding-top: 50px;
	color: #FFF;
	clear: both;
}
