@charset "UTF-8";
.sp{
	display:none !important;
}
#sub_page section#image{
	display:none;
}
html,body {
	width: 100%;
	position: relative;
}
html {
	height: 100%;
}
body{
	height: auto;
	padding-bottom: 333px;
	min-height: 100%;
 	background-color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
}
img {
	display: block;
}
* {
	box-sizing: border-box;
	outline: none;
}
select,
a {
	outline: none !important;
}
a {
	color: #036eb8;
}
#callbg {
	display: none;
}
#header {
	width: 100%;
	background: #faf9f0;
	padding:0px 0 10px;
}
#header .container {
	width: 950px;
	margin: 0 auto;
}
#header h1 {
	padding-top: 15px;
}
#header ul {
	margin-bottom: 8px;
	float: right;
}
#header li {
	width: 130px;
	height: 30px;
	margin-left: 10px;
	background-color: #ede7dc;
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-radius: 0 0 4px 4px;
}
#header li.contact img {
	padding-right: 4px;
	display: inline-block;
}
#header li a {
	text-decoration: none;
	display: block;
	color: #000;
}
#header .tel {
	clear: both;
}
#header .spMenuButton {
	display: none;
}
#image {
	width: 100%;
	margin: 0 auot;
	background: #933;
}
#slide,
img.sp {
	display: none;
}
#image img {
	float:right;
}
#image .filter{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eeede9), color-stop(0.00, #f0f2ed));
	background: -webkit-linear-gradient(#f0f2ed, #eeede9);
	background: -moz-linear-gradient(#f0f2ed, #eeede9);
	background: -o-linear-gradient(#f0f2ed, #eeede9);
	background: -ms-linear-gradient(#f0f2ed, #eeede9);
	background: linear-gradient(#f0f2ed, #eeede9);
	overflow:hidden;
}
.bgvideo {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 1;
	min-width: 100%;
	background-size: cover;
}
.filter {
	background: url(../img/filter-dot.png) no-repeat rgba(0,0,0,.5);
	width: 100%;
}
#menu {
	width: 100%;
	min-width: 950px;
	background-color: #a02e2d;
	z-index: 999;
}
#menu .menuClose {
	display: none;
}
#menu ul.mainMenu {
	margin: 0 auto;
	font-size:0;
	text-align:center;
}
#menu li.menuSingle {
	display:inline-table;
	text-align: center;
	line-height: 1;
	position: relative;
	color: #FFF;
	cursor: pointer;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	position: relative;
}
#menu li.menuSingle:hover {
	background-color: #7d1e1d;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#menu li.menuSingle::before,
#menu li.menuSingle:last-child::after{
	content: "";
	width: 1px;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #bd6d6c;
}
#menu li.menuSingle::before{
	left: 0;
}
#menu li.menuSingle:last-child::after{
	right:0;
}
#menu li.menuSingle a {
	text-decoration: none;
	color: #FFF;
	display:block;
}
#menu li.menuSingle a,
#menu li#about{
	padding:15px 30px;
}
#menu li#home img {
	margin-top: -5px;
	margin-bottom: 5px;
}
#menu .jp,
#menu .sp {
	padding-bottom: 5px;
	font-size: 14px;
}
#menu .sp {
	display: none;
}
#menu .en {
	font-weight: bold;
	color: #d98483;
	font-size: 11px;
}
#menu img {
	margin: 0 auto;
	display: block;
}
#menu .subMenu {
	z-index: 998;
	top:60px;
	left:0;
	position:absolute;
	width:120%;
}
#menu ul.child a {
	height: auto !important;
	padding: 14px 20px !important;
	text-align: left;
	font-size: 13px;
	color: #FFF;
	display: block;
	background: rgba(125,30,29,0.8);
	text-decoration: none;
	border-bottom: 1px solid #bd6d6c;
}
#menu ul.child a:hover {
	color: #FFF;
	background-color: #a02e2d;
}
#spNav {
	display: none;
}
#main {
/*	width: 64%; */
	width: 82%;
	float: right;
}
#sub #main section {
	margin-bottom: 50px;
}
#sidebar {
	width: 32%;
	float: left;
}
#contents {
	width: 950px;
	margin: 40px auto 20px;
}
body#sub #contents {
	margin: 15px auto 60px;
}
body.siteMap #contents {
	margin: 30px auto 60px !important;
}
/**** breadcrumb ****/
.breadcrumb {
	margin-bottom: 25px;
	font-size: 12px;
}
.breadcrumb_item {
	display: inline-block;
}
.breadcrumb_item a {
	color: #069;
	padding:0 5px;
}
.breadcrumb_item a:hover {
	text-decoration: underline;
}
.h2 {
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}
.h2 .subTitle {
	padding-top: 6px;
	font-size: 12px;
	float: right;
}
.aboutCS,
.news,
.blog,
.service {
	margin-bottom: 50px; 
}
.news ul {
	max-height: 184px;
	overflow: auto;
}
.news .date{
	font-weight: bold;
	padding: 0 10px 0 10px;
	display: inline-block;
}
.aboutCS .h2 {
	margin-bottom: 15px;
}
.news .h2 {
	margin-bottom: 0;
}
.news li {
	line-height: 60px;
	border-bottom: 1px solid #cccccc;
}
.blog li,
.service li {
	width: 220px;
	height: 220px;
	margin: 0 20px 20px 0;
	border-radius: 8px;
	display: block;
	border: 1px solid #cccccc;
	overflow: hidden;
	float: left;
	position: relative;
	opacity: 0;
}
.blog li img.hover,
.service li img.hover {
	width: 600px;
	height: 600px;
	position: absolute;
	top: -190px;
	left: -190px;
	z-index: 90;
}
.blog li a {
	color: #000;
	text-decoration: none;
}
.blog .blogInfo {
	padding: 5px 15px;
}
.blog .blogInfo .title {
	font-size: 13px;
	font-weight: bold;
}
.blog .blogInfo .info {
	line-height: 22px;
	font-size: 11px;
	position: absolute;
	bottom: 4px;
	left: 15px;
}
.article_category {
	width: 65px;
	margin: 1px 5px 0 0;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	text-align: center;
	display: block;
}
/*.blog .blogInfo .button {
	width: 60px;
	height: 22px;
	display: block;
	background-color: #333333;
	color: #FFF;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
}*/
.blog li .img {
	height: 145px;
	margin-left: -10px;
}
.service .firstTile {
	background-color: #a02e2d;
	border: none;
}
.service .firstTile img {
	margin: 60px auto 5px auto;
}
.service .firstTile .en {
	text-align: center;
	font-size: 26px;
	color: #FFF;
}
.service .firstTile .jp {
	text-align: center;
	font-size: 12px;
	color: #FFF;
}
.service li .title {
	padding-top: 8px;
	font-size: 18px;
	text-align: center;
}
.service li a {
	text-decoration: none;
	color: #000;
}
.service li .button {
	width: 135px;
	height: 22px;
	margin: 0 auto 12px;
	display: block;
	background-color: #333333;
	color: #FFF;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
}
.service li .button img {
	padding-left: 5px;
	vertical-align: middle;
	display: inline-block;
}
.service .serviceInfo {
	position: relative;
	z-index: 50;
	background-color: #FFF;
}
.recruit a ,
.information a {
	display: block;
}
.recruit a img ,
.information a img {
	width: 100%;
}
#companyList {
	width: 100%;
	background-color: #faf9f0;
	position: relative;
	z-index: 800;
}
#companyList .title,
#companyList ul {
	width: 950px;
	margin: 0 auto;
}
#companyList .title {
	height: 88px;
	line-height: 88px;
	color: #992d2b;
	font-size: 16px;
	cursor: pointer;
}
#companyList img {
	margin: 33px 5px 0 0;
	float: left;
}
#companyList ul {
	padding-bottom: 20px;
}
#companyList ul li:first-child {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#companyList ul li {
	line-height: 35px;
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
}
#companyList ul li div {
	display: inline-block;
}
#companyList ul li div.name {
	width: 230px;
	margin-right: 30px;
}
#footer {
	width: 100%;
	min-width: 950px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footerMenu {
	background-color: #a02e2d;
	position: relative;
	z-index: 60;
}
#footerMenu div {
	width: 900px;
	margin: 0 auto;
	padding: 50px 0 40px;
}
#footerMenu ul{
	text-align:center;
}
#footerMenu li {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	text-align:left;
}
#footerMenu li:last-child {
	margin-right: 0;
}
#footerMenu li a {
	color: #FFF;
	text-decoration: none;
	padding:0 20px;
}
#footerMenu li > ul > li > a {
	padding:0;
}
#footerMenu li ul {
	padding-top: 10px;
}
#footerMenu li ul li {
	padding-bottom: 5px;
	display: block;
	font-size: 12px;
}
#footerMenu li ul li a {
	text-decoration: underline;
}
#pageTop {
	display: none;
}
#copy {
	height: 30px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	font-size: 11px;
	line-height: 30px;
}
/*お問い合わせフォーム*/
.errorArea {
	width: 700px;
	margin: 0 auto 30px;
	padding: 10px 0;
	background-color: #FFF6F6;
	border: 1px solid #ED9597;
	font-size: 12px;
	text-align: center;
	color: #FF0004;
}
.errorArea_title {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0004;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	border: 1px solid #999;
}
.form .h2 img {
	margin-top: 4px;
}
.form li {
	margin-bottom: 25px;
}
.form label {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.form .input input {
	width: 100%;
	margin: 12px 0;
	height: 50px;
	line-height: 50px;
}
.form .trigger {
	height: 40px;
	line-height: 40px;
}
.form .sample {
	font-size: 12px;
	color: #999999;
}
.form select {
	width: 100%;
	height: 40px;
	margin: 12px 0;
	padding: 0 5px;
	border: 1px solid #CCC;
	background-color: #faf9f0;
}
.form a {
	color: #000;
	text-align: center;
	text-decoration: none;
}

textarea {
	width: 100%;
	height: 165px;
	margin: 12px 0;
	resize:vertical; 
}
.form .button {
	margin: 0 auto 50px;
	display: table;
	table-layout: fixed;
}
.form .button input {
	width: 100px;
	height: 40px;
	line-height: 40px;
	display: table-cell;
	vertical-align: middle;
	border: none;
	background-color: #333333;
	color: #FFF;
	float: left;
}
.form .button input:first-child {
	margin-right: 14px;
}
.confirm_buttonArea {
	width: 220px;
	height: 40px;
	margin: 0 auto;
} 
.confirm_button {
	width: 100px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	border: none;
	background-color: #333333;
	color: #FFF;
	float: left;
}
.confirm_button:first-child {
	margin-right: 15px;
}


#privacy {
	width: 100%;
	height: 200px;
	padding: 10px;
	overflow-y: scroll;
	font-size: 12px;
	border: 1px solid #CCC;
	background-color: #f5f5f5;
}
#privacy .title {
	margin-bottom: 20px !important;
	font-weight: bold;
	font-size: 14px;
}
#privacy p {
	margin-bottom: 30px;
}
#privacy dt {
	font-weight: bold;
}
#privacy dd {
	margin: 0 0 30px 0;
}
.confirm .title {
	margin-bottom: 25px;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	background-color: #dcdcdc;
}
.confirm li .val {
	font-size: 14px;
	padding: 5px 0;
}
.confirm li {
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
.thanksBox .title {
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
}
.thanksBox .text {
	padding: 20px 0;
	font-size: 14px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.thanksBox em {
	font-style: normal;
}
.thanksBox .text a {
	margin-top: 20px;
	display: block;
}

/*サブページ　共通*/
.content1 {
	margin-bottom: 50px;
}
.about .content1 .image {
	margin: 0 0 30px;
	width: 100%;
}
.about .content1 .image img {
	width: 100%;
}
.about .content1 .titleText {
	margin: 0 0 25px;
	font-size: 18px;
	font-weight: bold;
}
.about .overview ul {
	margin-top: -30px;
}
.about .overview li {
	padding: 15px 0;
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
}
.about .overview li dt,
.about .overview li dd {
	display: inline-block;
}
.about .overview li dt {
	vertical-align: top;
	margin-right: 5%;
	width:19%;
}
.about .overview li dd {
	margin-left: 0;
	width:75%;
}

.about p{
	margin-bottom:10px;
}

.about .name{
	text-align:right;
}

/*企業理念*/
.about .content1 .title{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.norm dl{
	width:95%;
	margin:auto;
}
.norm dt{
	border-left:3px solid #a02e2d;
	padding:0 0 0 5px;
	line-height:1;
	font-weight:bold;
	margin:0 0 10px;
}
.norm dd{
	margin:0 auto 40px;
	width:95%;
	font-size:14px;
}
/*各支店一覧*/
.profile .list h3{
	color:#a33;
}

.profile .list ul {
	margin:10px auto 30px;
}
.profile .list li {
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}
.profile .list .name {
	margin-bottom: 8px;
}
.profile .list .post,
.profile .list .address {
	display: inline-block;
}

/*各支店詳細*/
.profile.detail .name {
	font-weight: bold;
	margin-bottom: 0 !important;
}
.profile.detail .img {
	width: 330px;
	background-color: #CCC;
	float: left;
}
.profile.detail .img img {
	width: 100%;
}
.profile.detail .detailList {
	margin-top:30px;
}
.profile.detail .content1 ul {
	width: 100%;
	clear:both;
}
.profile.detail li {
	padding: 10px 0;
}
.ggmap {
	margin-bottom: 10px;
}
.mapLink {
	text-align: right;
	font-size: 11px;
}
.mapLink a {
	color: #a02e2d;
}
ul.profileMenu {
	font-size: 0;
}
.profileMenu li {
	width: 30%;
	padding: 0 !important;
	margin: 0 8px 8px 0;
	background-color: #a02e2d; 
	border-radius: 4px;
	font-size: 14px;
	float:left;
}

.profileMenu li:nth-child(3) {
	clear:both;
}

.profileMenu li:last-child{
	margin-right:0;
}
.profileMenu li a {
	padding: 10px 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
}
/*
.init-bottom:after {
	content: '';
	width: 6px;
	height: 6px;
	margin: -18px 15px 0 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 42px;
	right: 0;
}
*/
/*採用情報*/
.contactButton {
	margin: 35px auto;
}
/*フォーム*/
.fm_page table{
	width:100%;
	margin:50px 0;
}
.fm_page td,
.fm_page th{
	border-bottom:dashed 1px #ccc;
	padding:30px 10px;
}
.fm_page th{
	width:35%;
	text-align:left;
	vertical-align:middle;
}
.fm_page th span.ninni,
.fm_page th span.hissu{
	font-size:13px;
	margin-left:5px;
	color:#fff;
	padding:0 5px;
	border-radius:3px;
	background:green;
}
.fm_page th span.hissu{
	background:red;
}
.fm_page td input#user_zip{
	width:81%;
	margin-bottom:10px;
}
.fm_page td input[type="text"]{
	padding:5px;
	margin:0;
	width:100%;
	border:solid 1px #ddd;
}
.fm_page td input#user_code{
	width:90%;
}
.fm_page td textarea{
	border:solid 1px #ddd;
}
.fm_page td input[type="radio"]{
	width:20px;
	height:20px;
}
.fm_page td label{
	padding:3px;
}
.fm_page td{
	width:60%;
}
.fm_page td textarea{
	width:100%;
	height:300px;
	padding:5px;
	margin:10px 0;
}
.sbmt_btn{
	text-align:center;
}
.sbmt_btn input{
	width:50%;
	background:#932a29;
	color:#fff;
	border:none;
	padding:10px 0;
	font-size:16px;
	letter-spacing:0.1em;
	border-radius:5px;
}
.sbmt_btn input:hover{
	opacity:0.9;
}
.err_mes li{
	color:red;
}
.check_wrap{
	text-align:center;
	margin:0 0 20px;
}
@media screen and (max-width:1662px) { 
	#image .filter img{
		width:100%;
		height:auto;
	}
}

.gmap{
	margin:50px auto 10px;
}

.gmap iframe{
	margin:10px auto;
}

.about .content1 h2.image{
	display:block;
	width:100%;
	float:none;
	margin-bottom:30px;
	overflow:hidden;
	height:auto;
}
