/*==================================================
共通
==================================================*/
html {
	overflow: auto;
}
body {
	overflow: hidden;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif !important;
	color: #231815;
	font-size: 15px;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif !important;
}
header, nav, div, p, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, label, a, button{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif !important;
}
p {
	margin: 0 0 1em;
}
p:last-child {
	margin: 0;
}
a, button {
	color: #231815;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}
a img{
	border:none;	
}
a:focus, *:focus {
	outline: none;
}
a:hover, input[type="submit"]:hover, button:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
.wrap {
	padding: 0;
	margin: 0 auto;
	box-shadow: none;
	max-width: 820px;
	width: 100%;
}
.sp {
	display: none;
}
/*==================================================
head
==================================================*/
.site-head {
	background: #f5e900;
	padding: 15px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.site-head-inner {
	position: relative;
}
.site-head h1 {
	width: 90px;
	margin: 0 auto;
}
.site-head h1 a {
	display: block;
}
.menu {
	position: absolute;
	right: 3%;
	top: 0;
}
.menu li {
	display: inline-block;
	text-align: center;
	line-height: 1.9em;
	padding: 0 10px;
	cursor: pointer;
}
.menu li a {
	display: block;
}
.menu li span {
	display: block;
	font-size: 10px;
	font-weight: bold;
}
.menu li span img {
	width: 24px;
}
.sb-slidebar.sb-active {
}
.sb-menu a {
	padding: 10%;
	width: 100%;
	display: block;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.logoarea {
	width: 220px;
	background-color: #fff;
	position: absolute;
	top:50px;
	left: 50px;
	z-index: 99999;
}
.logoarea h1{
	width: 220px;
	margin: 0 !important;
}
.logoarea p {
	padding: 20px;
	font-size: 14px;
}
/*==================================================
コンテンツ
==================================================*/
/*==================================================
メインビジュアル
==================================================*/
.main-img {
	height: 600px;
	width: 100%;
	background-size: cover;
	display: table;
	position: relative;
}
.main-img h2 {
	display: table-cell;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 86px;
	color: #fff;
    position: absolute;
    top: 46%;
    width: 100%;
}
.main-img .next-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}
.main-img .next-arrow a {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.main-img .next-arrow a img {
	vertical-align: middle;
}
	
/*==================================================
コンテンツ共通
==================================================*/
section {
	margin-top: -84px;
	padding-top: 84px;
}
.sec {
	padding: 90px 0 100px;
}
.sec h2 {
	margin: 0 0 50px;
}
h2.tit01 {
	font-size: 48px;
}
h2.tit02 {
	font-size: 35px;
}
/*==================================================
パララックス
==================================================*/
.parallax {
	height: 450px;
	width: 100%;
}
.parallax .box {
	height: 450px;
	display: table;
	width: 100%;
}
.parallax h2 {
	display: table-cell;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
	font-size: 44px;
	color: #fff;
	-moz-text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
	-webkit-text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
}
.parallax01 {
	background: url(../img/parallax01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.parallax02 {
	background: url(../img/parallax02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/*==================================================
コンセプト
==================================================*/
#concept p{
	font-size:13px;	
}
/*==================================================
サービス
==================================================*/
#service{
	background-color: #AD6750;
	height: 892px;
	width: 100%;
	color: #fff;
}
#service h2{
	margin: 100px auto 60px;
}
#service ul{
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
#service ul li.a {
	width: 25%;
	float: left;
	background-color: #BD886F;
}
#service ul li.b {
	width: 25%;
	float: left;
	background-color: #D2AE9D;
}
#service ul li img{
	margin: 55px 83px;
	width: 140px;
}
#service ul li h3{
	font-size: 20px;
	text-align: center;
}
#service p{
	font-size:14px;	
	text-align: left;
	width: 220px;
	margin: 10px auto 55px;
}
/*==================================================
事業内容
==================================================*/
.business-list {
	overflow: hidden;
	margin: 0 0 20px;
}
.business-list li {
	width: 33.333333%;
	float: left;
	padding: 0 1%;
	margin: 0 0 50px;
}
.business-list li figure {
	display: table;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.business-list li figure span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
.business-list li figure img {
	max-width: 90px;
	text-align: center;
}
.business-list li h3 {
	font-size: 22px;
	margin: 10px 0;
}
.business-list li h3 span {
	font-size: 15px;
}
.business-list li p {
	font-size: 13px;
	line-height: 1.8em;
	width: 90%;
	margin: 0 auto;
}
.business-detail {
	overflow: hidden;
	margin: 0 0 50px;
}
.business-detail li {
	float: left;
	width: 50%;
	padding: 0 3%;
}
.business-detail li a {
	display: block;
}
.business-detail li span {
	display: block;
}
.business-detail li .btn {
	font-size: 30px;
	background: #009be4;
	padding: 28px 20px 20px;
	display: block;
	text-align: center;
	color: #fff;
	margin: 0 0 0.3em;
	border-right: 2px solid #595757;
	border-bottom: 2px solid #595757;
}
.business-detail li .txt-s {
	font-size: 15px;
	margin: 0.4em 0 0;
	color: #ffec00;
}
.business-detail li .txt-link {
	font-size: 13px;
}
.btn-contact {
	text-align: center;
}
.btn-contact p {
	display: inline-block;
	margin: 0px;
}
.btn-contact p a {
	display: block;
	padding: 20px 50px;
	background: #ffec00;
	font-size: 20px;
	font-weight: bold;
}
.btn-contact p a:before {
	margin: -2px 15px 0 0;
	content: " ";
	display: inline-block;
	width: 30px;
	height: 22px;
	background-image: url(../img/icon_mail02.png);
	background-size: 100%;
	vertical-align: middle;
}
.business-content {
	max-width: 830px;
	border: 5px solid #231815;
}
.business-content .inner {
	padding: 30px;
}
.business-content h3 {
	padding: 0 10px;
	display: inline-block;
	font-size: 30px;
	border-bottom: 5px solid #231815;
	margin: 0 0 20px;
}
.business-content p {
	font-size: 13px;
	line-height: 1.8em;
}
.business-content ul.img-box {
	max-width: 650px;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}
.business-content .img-box li {
	width: 50%;
	float: left;
}
.business-content ul.img-box2 {
	max-width: 650px;
	width: 100%;
	margin: 20px auto 0;
	overflow: hidden;
}
.business-content .img-box2 li {
	width: 33.333333%;
	float: left;
	padding: 1.6%;
}
.business-content ul.txt-box {
	overflow: hidden;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}
.business-content .txt-box li {
	padding: 0 2%;
	width: 39%;
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 1.8em;
}
.business-content .txt-box li:nth-child(2), .business-content .txt-box li:nth-child(5) {
	width: 22%;
}
.business-content p.txt-bottom {
	color: #fff;
	background: #231815;
	padding: 15px 10px 10px;
	font-weight: bold;
}
#concept p {
	width:710px;
	margin-left:62px;
}
.business-content .tieupstore {
	text-align:left;
	margin:20px 56px 0;
}
.business-content .tieupstore a {
	float:right;
}
	
/*==================================================
会社概要
==================================================*/
#company {
	color: #AD6750;	
	height: 680px;
}
#company h2 span {
	display: block;
}
#company h2 {
	margin: 100px auto 60px;
}
#company table {
	width: 80%;
	margin: 0 auto;
}
#company table th {
	font-size: 16px;
	text-align: left;
	line-height: 2em;
	padding: 1em 2em 1em 1em;
	white-space: nowrap;
	width: 20%;
}
#company table td {
	font-size: 16px;
	text-align: left;
	line-height: 2em;
	padding: 1em 2em 1em 1em;
	width: 80%;
}
#company table tr:nth-child(odd){
	background-color: #F4ECE8;
}
/*==================================================
採用情報
==================================================*/
#recruit .inner {
	background: #cee8f6;
}
#recruit p {
	font-size: 15px;
	text-align:center;
}
.recruit-box {
	width: 70%;
	margin: 50px auto 0;
}
.recruit-box h3 {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	margin: 0 0 1em;
}
.recruit-box table {
	width: 100%;
}
.recruit-box table th {
	font-size: 15px;
	text-align: left;
	line-height: 2em;
	padding: 0 1em 0.3em 0;
	white-space: nowrap;
	vertical-align: top;
}
.recruit-box table td {
	font-size: 15px;
	text-align: left;
	line-height: 2em;
	padding: 0 0 0.3em;
}
/*==================================================
お問い合わせ
==================================================*/
#contact {
}
#mfp_phase_stat, #mfp_hidden {
	display: none;
}
div.mfp_ok {
	display: none !important;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 0 0px 0px 0px;
	padding: 0;
	color: #B20000;
	font-size: 12px;
	line-height: normal;
	background-image: none;
}
#contact .form-box {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
#contact table {
	width: 100%;
}
#contact dt, #contact dd {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
}

#contact dt {
	padding: 0 0 0.5em;
}
#contact dd {
	padding: 0 0 1.5em;
	
}
.mfp label {
	padding: 0 1em 0.5em 0;
	display: inline-block;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], textarea {
	width: 100% !important;
	height: auto !important;
	padding: 1em;
	font-size: 16px;
	border: none;
	background: #eaeaea;
}
.mfp_buttons {
	text-align: center;
}
.form-box button {
	display: inline-block;
	line-height: 1em;
	background: #000000;
	color: #fff;
	padding: 20px 100px;
	border: none;
	font-size: 20px;
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	cursor: pointer;
}
#mfp_phase_confirm_inner h4 {
	margin-top: -30px;
	margin-bottom: 2em;
}
#mfp_phase_confirm_inner table {
	border-top: 1px solid #ddd;
	margin: 0 0 2em;
}
#mfp_phase_confirm_inner th, #mfp_phase_confirm_inner td {
	display: table-cell;
	width: inherit;
	padding: 1em 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 16px;
}
#mfp_phase_confirm_inner th {
	white-space: nowrap;
	padding-right: 1.5em;
}
p.btn-return {
	margin: 0 0 0 1em;
	display: inline-block;
	line-height: 1em;
	background: #eaeaea;
	border: none;
	font-size: 16px;
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
}
p.btn-return a {
	padding: 23px 50px 22px;
	display: block;
}
#thanks h2.tit02 {
	margin-top: 50px;
}
#thanks h2.tit02 span {
	display: block;
	font-size: 20px;
}
.txt-center {
	text-align: center;
}
.btn-top {
	text-align: center;
	padding: 50px 0 0;
}
.btn-top p {
	display: inline-block;
}
.btn-top p a {
	display:block;
	line-height: 1em;
	background: #000000;
	color: #fff;
	padding: 20px 100px;
	border: none;
	font-size: 20px;
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	cursor: pointer;
}
/*==================================================
foot
==================================================*/
.page-foot address {
	background: #AD6750;
	text-align: center;
	padding: 20px 0 16px;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

@media screen and (max-width: 1000px) {
.main-img h2 {
	font-size: 60px;
}
}

@media screen and (max-width: 840px) {
.wrap {
	padding-left: 5%;
	padding-right: 5%;
}
h2.tit01 {
	font-size: 38px;
}
.parallax h2 {
	font-size: 38px;
}
.business-detail li {
	float: left;
	width: 50%;
	padding: 0 1%;
}
.business-detail li .btn {
	font-size: 24px;
}
}

@media screen and (max-width: 768px) {
/*==================================================
共通
==================================================*/
html {
	overflow: auto;
}
body {
	font-size: 13px;
	line-height: 1.8em;
}
a, button {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
a:hover, input[type="submit"]:hover, button:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.wrap {
	padding: 0 5%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.spnone {
	display:none;
}
/*==================================================
head
==================================================*/
.site-head {
	padding: 0;
}
.site-head h1 {
	width: 60px;
	margin: 0 5%;
	line-height: 0;
	padding: 15px 0 13px;
}
.menu {
	position: absolute;
	right: 3%;
	top: 4px;
}
.menu li {
	padding: 0 5px;
}
.menu li span {
	font-size: 8px;
}
.sb-menu a {
	padding: 10%;
	font-weight: bold;
	font-size: 15px;
}
.sb-slidebar {
	width: 65%;
}
/*==================================================
コンテンツ
==================================================*/
/*==================================================
メインビジュアル
==================================================*/
.main-img {
	height: 300px;
}
.main-img h2 {
	font-size: 26px;
	-moz-text-shadow: 0px 0px 3px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 0px 3px rgba(0,0,0,1);
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	top: 56% !important;
}
.main-img .next-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.main-img .next-arrow a {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.main-img .next-arrow a img {
	vertical-align: middle;
}
/*==================================================
コンテンツ共通
==================================================*/
section {
	margin-top: -55px;
	padding-top: 55px;
}
.sec {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sec h2 {
	margin: 0 0 20px;
}
h2.tit01 {
	font-size: 19px;
}
h2.tit02 {
	font-size: 19px;
}
/*==================================================
パララックス
==================================================*/
.parallax {
	height: auto;
	width: 100%;
}
.parallax .box {
	height: auto;
	display: table;
	width: 100%;
}
.parallax h2 {
	padding:15% 0;
	font-size: 19px;
	-moz-text-shadow: 0px 0px 3px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 0px 3px rgba(0,0,0,1);
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
}
.parallax01 {
	background: url(../img/parallax01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-size: cover;
}
.parallax02 {
	background: url(../img/parallax02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-size: cover;
}
/*==================================================
事業内容
==================================================*/
.business-list {
	overflow: hidden;
	margin: 0 0 20px;
}
.business-list li {
	width: 50%;
	float: left;
	padding: 0 1%;
	margin: 0 0 20px;
}
.business-list li figure {
	padding: 0 0 5px;
}
.business-list li h3 {
	font-size: 16px;
	margin: 10px 0;
	line-height: 1.6em;
}
.business-list li h3 span {
	font-size: 10px;
}
.business-list li p {
	font-size: 11px;
	line-height: 1.8em;
	width: 95%;
	margin: 0 auto;
}
.business-detail {
	overflow: hidden;
	margin: 0 0 10px;
}
.business-detail li {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 0 1.5em;
}
.business-detail li .btn {
	font-size: 19px;
	font-weight: bold;
	padding: 25px 20px 20px;
	margin: 0 0 0.3em;
}
.business-detail li .txt-s {
	font-size: 13px;
	margin: 0.4em 0 0;
	color: #ffec00;
}
.business-detail li .txt-link {
	font-size: 13px;
}
.btn-contact p {
	display: block;
}
.btn-contact p a {
	display: block;
	padding: 25px 0;
	background: #ffec00;
	font-size: 15px;
	font-weight: bold;
}
.btn-contact p a:before {
	margin: -2px 10px 0 0;
	content: " ";
	display: inline-block;
	width: 30px;
	height: 22px;
	background-image: url(../img/icon_mail02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
}
.business-content {
	max-width: 830px;
	border: 3px solid #231815;
}
.business-content .inner {
	padding: 5% 3%;
}
.business-content h3 {
	padding: 0 5px;
	display: inline-block;
	font-size: 19px;
	border-bottom: 3px solid #231815;
	margin: 0 0 20px;
}
.business-content p {
	font-size: 11px;
	line-height: 1.8em;
}
.business-content ul.img-box {
	max-width: inherit;
	width: 100%;
	margin: 15px auto;
	overflow: hidden;
}
.business-content .img-box li {
	width: 50%;
	float: left;
}
.business-content ul.img-box2 {
	max-width: inherit;
	width: 100%;
	margin: 20px auto 0;
	overflow: hidden;
}
.business-content .img-box2 li {
	width: 33.333333%;
	float: left;
	padding: 0;
}
.business-content ul.txt-box {
	overflow: hidden;
	max-width: inherit;
	width: 100%;
	margin: 0 auto;
}
.business-content .txt-box li {
	text-indent:-1em;
	padding: 0 0.5em 0 1em;
	width: 50%;
	float: left;
	text-align: left;
	font-size: 11px;
	line-height: 1.8em;
}
.business-content .txt-box li:nth-child(2), .business-content .txt-box li:nth-child(5) {
	width: 50%;
}
.remodal-close,
.remodal-close:before{
  width: 30px !important;
  height: 30px !important;
  font-size: 30px !important;
}
#concept p {
	width:100% !important;
	margin-left:0 !important;
}
.business-content .tieupstore {
	text-align:left;
	margin:20px 0;
}

/*==================================================
会社概要
==================================================*/
#company h2 span {
	display: block;
	margin: 0.5em 0 0;
}
#company h2 span img {
	width: 100px;
}
#company table {
	width: 100%;
	margin: 0 auto;
}
#company table th {
	font-size: 13px;
	text-align: left;
 line-height: 1.8em;
	padding: 0 1em 0.5em 0;
	white-space: nowrap;
	vertical-align: top;
}
#company table td {
	font-size: 13px;
	text-align: left;
	line-height: 1.8em;
	padding: 0 0 1em;
}
/*==================================================
採用情報
==================================================*/
#recruit p {
	font-size: 13px;
	text-align:left;
}
.recruit-box {
	width: 100%;
	margin: 20px auto 0;
}
.recruit-box h3 {
	font-size: 13px;
	margin: 0 0 1em;
	font-weight: bold;
}
.recruit-box table {
	width: 100%;
}
.recruit-box table th {
	font-size: 13px;
	text-align: left;
	line-height: 1.8em;
	padding: 0 1em 0.5em 0;
	white-space: nowrap;
	vertical-align: top;
}
.recruit-box table td {
	font-size: 13px;
	text-align: left;
	line-height: 1.8em;
	padding: 0 0 0.5em;
}
/*==================================================
お問い合わせ
==================================================*/
#contact .form-box {
	max-width: inherit;
	width: 100%;
	margin: 0 auto;
}
#contact table {
	width: 100%;
}
#contact dt, #contact dd {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 13px;
}
#contact dt {
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 1em;
}
#contact dd {
	padding: 0 0 1.5em;
}
.mfp label {
	padding: 0 1em 1em 0;
	display: inline-block;
}
.form-box input[type="text"], .form-box input[type="email"], .form-box input[type="tel"], textarea {
	font-size: 16px;
}
.mfp_buttons {
	text-align: center;
}
.form-box button {
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 15px;
	font-weight: bold;
}
#mfp_phase_confirm_inner h4 {
	margin-top: -15px;
	margin-bottom: 1.5em;
}
#mfp_phase_confirm_inner table {
	border-top: 1px solid #ddd;
	margin: 0 0 1em;
}
#mfp_phase_confirm_inner th, #mfp_phase_confirm_inner td {
	display: table-cell;
	width: inherit;
	padding: 1em 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}
#mfp_phase_confirm_inner th {
	white-space: nowrap;
	padding-right: 1em;
	font-size: 13px;
}
p.btn-return {
	margin: 1em 0 0 0;
	display: inline-block;
	line-height: 1em;
	background: #eaeaea;
	border: none;
	font-size: 13px;
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
}
p.btn-return a {
	padding: 20px 50px;
	display: block;
	font-weight: bold;
}
#thanks h2.tit02{
	margin-top:50px;	
}
#thanks h2.tit02 span{
	display:block;
	font-size:15px;
}
.txt-center{
	text-align:center;	
}
.btn-top{
	text-align:center;
	padding:30px 0 50px;
}
.btn-top p{
	display:block;
}
.btn-top p a{
    padding: 20px 0;
    font-size: 15px;
	font-weight:bold;
}
/*==================================================
foot
==================================================*/
.page-foot address {
	background: #AD6750;
	text-align: center;
	padding: 10px 0 10px;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
}
}
