@charset "UTF-8";


/*
----------------------------------------------------------------------------------------------*/


/*PC設定*/

/*
----------------------------------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 87%;
	line-height: 1.5em;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	width: 100%;
	background-color: #fff;
}
h1, h2, h3, h4, h5, p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
img {
	margin: 0px !important;
	padding: 0px !important;
	line-height: 0;
}
a {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
.sp {
	display: none;
}

#wrapper {
	position: relative;
	width: 100%
}
/* ヘッダーBOX設定 */


/*body {
	background-image: url(../../img/Background_01.png);
	background-position: left top;
	background-repeat: repeat;
}*/
#container {
	/*height: auto;*/
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	height: 100%;
}
#header_box_sp {
	display: none;
}
#header_box {
	height: 65px;
	width: 100%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 3px;
}
#header_box h1 {
	margin-right: 40px;
	float: left;
	height: 30px;
	margin-left: 30px;
	width: 195px;
}
#header_box h1 img {
	width: 100%;
}
#header_box ul {
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	padding-top: 3px;
	margin-bottom: 100px;
}
#header_box ul li {
	display: block;
	margin-right: 25px;
	line-height: 2.5em;
	float: left;
}
#header_box ul li a {
	color: #666;
}
#header_box ul li a:hover {
	color: #996 !important;
	font-weight: normal;
	border-bottom: #996 solid 2px;
}
#header_box ul li.btnE a {
	color: #996;
}
#header_box ul li.btnE a:hover {
	color: #ccc !important;
	font-weight: normal;
	border-bottom: #996 solid 2px;
}



/* r-nav
------------------------------------------*/

#nav {
	display: none;
}
/*スライダー	*/
@media screen and (min-width: 1124px)  {
#slideshow {
	position: relative;
	height:1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 100px;
}
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	width: 100%;
	height: auto;
}
#slideshow img.active {
	z-index: 10;
	opacity: 1.0;
}
#slideshow img.last-active {
	z-index: 9;
}
/*イントロ
..................................................*/

.fade {
	-webkit-animation-name: 'fade';
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	animation-name: 'fade';
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	-moz-animation-name: 'fade';
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 0s;
	opacity: 1;
}
@-webkit-keyframes 'fade' {
0% {
z-index: 1;
opacity:0;
display:block;
}
90% {
z-index: 1;
opacity:0;
display:block;
}
100% {
opacity:1;
z-index: 1;
display:none;
}
}
 @keyframes 'fade' {
0% {
z-index: 1;
opacity:0;
display:block;
}
90% {
z-index: 1;
opacity:0;
display:block;
}
100% {
opacity:1;
z-index: 1;
display:none;
}
}
 @-moz-keyframes 'fade' {
0% {
z-index: 1;
opacity:0;
display:block;
}
90% {
z-index: 1;
opacity:0;
display:block;
}
100% {
opacity:1;
z-index: 1;
display:none;
}
}
.fadeOutLogo {
	width: 100%;
	height: 100%;
	text-align: center;
	background-image: url(../../img/top_logo.png);
	background-repeat: no-repeat;
	background-position: center 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation-name: 'fadeOutLogo';
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	animation-name: 'fadeOutLogo';
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	-moz-animation-name: 'fadeOutLogo';
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 0s;
	opacity: 0;
	z-index: -11;/*display:none;*/
}
@-webkit-keyframes 'fadeOutLogo' {
0% {
z-index: 1100;
opacity:0;
display:block;
}
50% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @keyframes 'fadeOutLogo' {
0% {
z-index: 1100;
opacity:0;
display:block;
}
50% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @-moz-keyframes 'fadeOutLogo' {
0% {
z-index: 1100;
opacity:0;
display:block;
}
50% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
.fadeOutBl {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation-name: 'fadeOutBl';
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	animation-name: 'fadeOutBl';
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	-moz-animation-name: 'fadeOutBl';
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 0s;
	opacity: 0;
	z-index: -11;
	background-color: #fff;/*display:none;*/
}
@-webkit-keyframes 'fadeOutBl' {
0% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @keyframes 'fadeOutBl' {
0% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @-moz-keyframes 'fadeOutBl' {
0% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
/*フッター設定-------------------------------------------------*/
footer {
	font-size: 10px;
	text-align: center;
	padding:10px;
}
footer address {
	text-indent: 1em;
	color: #cdcdcd;
	font-size: 80%
}

/*SNS
-----------------------------------------------*/

.snsBox{ width:600px;
margin-left:auto;
margin-right:auto;
/*position:relative;*/
height:600px;
margin-bottom:70px;}

.snsBox .twBox{width:600px;
display:block;
/*position:absolute;
top:0;
left:0;*/
}

.twBox a{display:block;
width:600px;
height:600px}

/*.snsBox .twBox{width:380px;
display:block;
position:absolute;
top:0;
left:0;
}
.twBox a{display:block;
width:380px;
height:600px}*/

.snsBox .fbBox{width:380px;
display:block;
position:absolute;
top:0;
right:0;
height:600px}

/*タイトルトップ
-----------------------------------------------*/

#secTop{ width:1100px;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:100px}

#secTop h2{
	font-family: "Futura";
	color: #000;
	font-size: 220%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0;
}

#secTop section{
margin-bottom:50px;
}

#secTop img{ width:100%;
}

/*トップ Works
-----------------------------------------------*/
.pBox3 {
	width:1100px;
	margin-right: auto;
	margin-left: auto;
}

.pBox3 a{ display:block; color:#000;}

.pBox3 a:hover{ opacity:0.7 !important;}

.pBox3 .block01 {
	float: left;
	width: 333px;
	margin-right: 15px;
	margin-left:15px;
	margin-bottom: 40px !important;
	display:block;
}

.pBox3 .block01 img {
	width: 100%;
	height:180px;
	margin-bottom:10px;
}

.btnW {width: 120px !important;
margin-left:auto;
margin-right:auto;
margin-bottom:150px}
.btnW img{width: 100% !important;height:auto !important;}

.pBox3 .block01 p{ font-size:90%;
padding-bottom:5px;
text-align:center;
font-family: "RmP-Medium" }


/*ショプリSNS*/

.shopli_snsBox{ text-align:right;
padding-top:10px;
padding-bottom:10px;
}

.shopli_snsBox a {width:30px; display: inline-block; margin-left:10px;}

.shopli_snsBox a img{ width:100%;}

/*タイトル共通
-----------------------------------------------*/

h2.type01{font-family: "Ro-DB" !important;
	color: #000;
	font-size: 180% !important;}

#sec15 h2{
	font-family: "Futura";
	color: #000;
	font-size: 240%;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 150px;
}

.tit3{
	font-family:"Ro-B";
	color: #000;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 150px;
}

.tit4{
	font-family:"Ro-DB" ;
	color: #000;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 150px;
}


/*会社概要
-----------------------------------------------*/
.h3tit02{ width:600px;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;}

.h3tit02 img{width:100%;}

.sec-box2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}
.sec-box2 .col01 {
	width: 100%;
}
.sec-box2 .col01 h3 {
	background-color:#224D76;
	text-align:center;
	padding:10px;
	color:#fff;
	font-size:120%;
	margin-bottom:20px;
	font-weight:bold
}
/*.col01 h3 img{width: 100%;}*/
.sec-box2 .col02 {position: relative;}

.sec-box2 .col02 p{ font-size:120%;
line-height:2em;
text-align: left;
font-weight:bold;
margin-left:auto;
margin-right:auto;
width:84%;
/*margin-bottom:20px;*/
}

.sec-box2 .col02 p img{ float:left;
margin-right:20px !important;
margin-bottom:30px;
width:300px;}


.sec-box2 .col02 p.txt01{ text-align:right;
margin-left:auto;
margin-right:auto;
width:84%;
}



.sec-box2 .col03 h4{color:#224D76;
	font-size:160%;
	margin-bottom:20px;
	font-weight:bold;}
	
.sec-box2 .col03 .frimg{ float:right;
margin-left:20px;
margin-bottom:20px;
width:300px;}

.sec-box2 .col03 .frimg img{width:100%;}

.sec-box2 .col03 p{ font-size:120%;
line-height:1.9em;
text-align:left;
font-weight:bold;
/*margin-bottom:20px;*/
}

.sec-box2 .col04 { position:relative;}

.sec-box2 .col04 img.lfm{ position: absolute; width:320px;
top:0;
left:0;
}

.sec-box2 .col04 table{
	width:83%;
	margin-left:auto;
margin-right:auto;
font-weight:bold;
	}
.sec-box2 .col04 table th{
	padding: 20px;
	border-right: 1px solid #224D76;
	width: 50%;
	text-align: right;
	font-family: "RmP-Regular";
	font-weight:normal;
	}

.sec-box2 .col04 table td{
	padding:20px;
	text-align:left;
	font-family: "RmP-Regular";
	font-weight:normal;
	}
	
/*Works*/
p {
	font-family: "RmP-Medium";
	font-size: 12px;
	line-height: 1.8em;
}



#sec15 {
	width:1100px;
	margin-left:auto;
margin-right:auto;

}



.photoGallary .w_main{
	border: 1px solid #CCC;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
}

.photoGallary .w_main .photoBox_l{
	padding-top:50px;
	width:270px;
	margin-right:30px;
	float:left;
	line-height:1.8em;
}

.photoGallary .w_main .photoBox_r{
	width:700px;
	float: right;
}

.photoGallary .w_main .photoBox_r img{width:100%;}


.photoGallary .w_main h3{
	font-family: "Mati-B";
	color: #000;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.photoGallary p{
	font-family: "Mati-B";
	color: #000;
	font-size: 12px;
	text-align: center;
	padding-bottom: 50px;
}

.photoGallary .pBox {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
.photoGallary .pBox img {
	float: left;
	width: 410px;
	margin-right: 0 !important;
	margin-bottom: 40px !important;
	display:block;
}
.photoGallary .pBox img.vo01 {
	float: right;
	width: 410px;
	margin-right: 0px;
}

.pBox2 {
	width: 1056px;
	margin-right: auto;
	margin-left: auto;
}

.pBox2 a{ display:block;color:#000;}

.pBox2 a:hover{ opacity:0.7 !important;}

.pBox2 .block01 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left:10px;
	margin-bottom: 40px !important;
	display:block;
}

.pBox2 .block01 img {
	width: 100%;
	height:159px;
	margin-bottom:10px;
}

.btnW {width: 120px !important;
margin-left:auto;
margin-right:auto;
margin-bottom:150px}
.btnW img{width: 100% !important;height:auto !important;}

.pBox2 .block01 p{ font-size:90%;
padding-bottom:5px;
text-align:center;
font-family: "RmP-Medium" }


/*プライバシーポリシー*/

.sec-box1 { width:70%;
margin-left:auto;
margin-right:auto;}

.sec-box1 h4.pp4 {
	color: #fff;
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #999;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: auto;
	padding-left:1em !important;
}
.sec-box1 p {
	color: #666;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 20px;
}
.sec-box1 .ppBox {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}
.sec-box1 .ppBox h4 {
	color: #CCCCCC;
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	line-height: 1.7em;
	width: auto;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}
.sec-box1 .ppBox p {
	font-size: 90%;
}
.sec-box1 .ppBox dl {
	font-size: 90%;
}
.txlR {
	text-align: right !important;
	font-size: 80%;
}

/*お問い合わせ*/


.contentsBox15{text-align: center;
	width:100%;
	/*padding-bottom:50px;*/
	background-color: #f1f1f1;
	
}

.contentsBox15 .sendBox{
	width: 800px;
	margin-left:auto;
margin-right:auto;
text-align:left;
padding:40px;
}

.contentsBox15 h3 {
	background-color:#224D76;
	text-align:center;
	padding:10px;
	color:#fff;
	font-size:120%;
	margin-bottom:20px;
	font-weight:bold
}

.contentsBox15 .sendBox h4{
color:#224D76;
font-size:130%;
text-align:center;
font-weight:bold;
text-align:center;
margin-bottom:15px;}

.contentsBox15 .sendBox p{ text-align:center;font-size:100%; line-height:1.8em}

.contentsBox15 .sendBox p strong{ font-weight:bold; font-size:140%;}

.contentsBox15 .sendBox p span{ color:#0075C2;}

/*フォーム設定-------------------------------------------------*/

.attention{color:#0075C2;}

.w20{ width:20px}


table.formTable1 {
    margin: 15px auto 70px auto;
    width: 100%;
    text-align: left;
}
table.formTable1 th {
	padding: 8px;
	padding-top:20px;
	padding-bottom:20px;
	font-weight: normal;
	vertical-align:middle;
	width:20%;
	
}
table.formTable1 td {
    padding: 8px;
	padding-top:20px;
	padding-bottom:20px;
	vertical-align:middle
}

table.formTable1 input { padding:10px;border:none;font-size:100%;}
table.formTable1 input.inputbox1{ width:44.2%}
table.formTable1 input.inputbox2{ width:96.6%}

table.formTable1 textarea{width:100%; border:0}

table.formTable1 select{
  position: relative;
  padding: 10px;
  width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:none;
font-size:100%;
color:#0075C2;
}

.select-wrap {
    position: relative;
    width: 100%;
	
}

.select-wrap:after {
  content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0075C2;
    border-left: 2px solid #0075C2;
    transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

table.formTable1 input[type="submit"]{
	text-indent: -9999;
}
	
.formbtn1{
	background-image:url(../../img/top/form_btn01.png);
	width:200px;
	height:29px;
	text-indent:-9999;
	margin-left:auto;
margin-right:auto;
border:none;
text-decoration:none;
background-color:transparent;
cursor :pointer;
background-repeat: no-repeat;}

/*.formbtn1:hover{background-image:url(../../img/top/form_btn01_2.png);}*/

.formbtn2{
	background-image:url(../../img/top/form_btn02.png);
	width:200px;
	height:29px;
	text-indent:-9999;
	margin-left:auto;
margin-right:auto;
border:none;
text-decoration:none;
background-color:transparent;
cursor :pointer;
background-repeat: no-repeat;}

.formbtn1:hover{ opacity:0.7;}

.formbtn2:hover{ opacity:0.7;}


#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #F1F1F1;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#E4F3FA;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

/* Mobile Only */

#navPanel, #titleBar {
	display: none;
}


/*ページトップ-----------------------------------------------*/

.homebk {
	position: fixed;
	bottom: 70px;
	right: 0px;
	width: 40px;
	height: auto;
	z-index: 100001;
}
.homebk img {
	width: 100%;
}
.pageTop {
	position: fixed;
	bottom: 20px;
	right: 0;
	width: 40px;
	height: auto;
	z-index: 100001;
}
.pageTop img {
	width: 100%;
}

/*snsbox -----------------------------------------------*/
.snsbox{position: absolute;
right:20px;
top:20px;
}
.snsbox li {width:25px; margin-right:10px !important; float:right;}
.snsbox li img{ width:100%;}
.snsbox li:last-child{ margin-right:0;}



/*SEO設定-----------------------------------------------*/
.seoBox{ display:none !important;
line-height:0;}




/* ---------------------------------------------------*/
@media screen and (max-width: 1123px)  {
   /* 縦向きの場合のスタイル */






/*
----------------------------------------------------------------------------------------------*/


/*スマホ設定 縦向きの場合のスタイル*/

/*
----------------------------------------------------------------------------------------------*/

/*SEO設定-----------------------------------------------*/
.seoBox{ display:none !important;
line-height:0;}

/*SEO設定-----------------------------------------------*/

html {
	margin: 0px;
	padding: 0px;
	width: 100% !important;
}
body {
	width: 100%;
	background-color:#fff;
	/*background-image: url(../../img/Background_01.png) !important;
	background-position: left top;
	background-repeat: repeat;*/
}

.wrapper {
	width: 100%;
	padding: 0px 0px 0em 0px;
}
img {
	width: 100%;
}
.pc {
	display: none !important;
}

.sp {
	display: block !important;
}
.brsp {
	display: block !important;
}
a {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
h1, h2, h3, h4, h5, p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*imgスペースバグ対応設定
---------------------------------------*/

img {
	line-height: 1 !important;
	font-size: 0 !important;
}
/*width設定-----------------------------------------------*/

.sw40 {
	width: 40%;
}
.sw46 {
	width: 46%;
}
.sw48 {
	width: 48%;
}
.sw60 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.sw70 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.sw80 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.sw96 {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.sw100 {
	width: 100%;
}

/* ヘッダーBOX設定 */

#header_box {
	display: none !important;
}
#header_box_sp {
	display: block !important;
}
#header_box_sp header h1 {
	width: 25%;
	float: none !important;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px
}
#header_box_sp header h1 img {
	width: 100%;
}
/* #nav 設定 */

/*#nav {
	display: none;
}
#nav a {
	display: none;
	text-decoration: none;
}*/

#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		z-index: 500;
	}

a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 24px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #999;
  	transition: .3s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 24px;
  	height: 2px;
  	background: #999;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
	border-bottom: 1px solid #000;
	text-align: left;
	background-color: #333;
	}

	#mainnav li a{
	position: relative;
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #333;
	color: #CCC;
	font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #CCC;
		border-right: solid 2px #CCC;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}



/*スライダー	*/

@media screen and (min-width: 300px)  and (max-width: 480px)  {
#slideshow {
	position:relative;/* height:100%;*/
	/*z-index:-1;*/
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	clear:both;
	height:300px;
}
}
@media screen and (min-width: 480px)  and (max-width: 770px)  {
#slideshow {
	position:relative;/* height:100%;*/
	/*z-index:-1;*/
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	clear:both;
	height:450px;
}
}
@media screen and (min-width: 770px)  and (max-width: 1123px)  {
#slideshow {
	position:relative;/* height:100%;*/
	/*z-index:-1;*/
	padding: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px !important;
	clear:both;
	height:600px;
}
}
#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	/* z-index:8;*/
	opacity: 0.0;
}
#slideshow img.active {
	/* z-index:10;*/
	opacity: 1.0;
}
#slideshow img.last-active {
/*z-index:9;*/
}
#slideshow img {
	/* Set rules to fill background */
	min-height: auto;
	min-width: 100%;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	/*position: fixed;*/
	top: 0;
	left: 0;
}

#slideshow img {
    z-index:8;
    opacity:0.0;
	width: 100%;
	height:auto;
	
	
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}


/*イントロ
..................................................*/

.fade {
	-webkit-animation-name: 'fade';
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	animation-name: 'fade';
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	-moz-animation-name: 'fade';
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 0s;
	opacity: 1;
}
@-webkit-keyframes 'fade' {
0% {
z-index: 1;
opacity:0;
display:block;
}
90% {
z-index: 1;
opacity:0;
display:block;
}
100% {
opacity:1;
z-index: 1;
display:none;
}
}
 @keyframes 'fade' {
0% {
z-index: 1;
opacity:0;
display:block;
}
90% {
z-index: 1;
opacity:0;
display:block;
}
100% {
opacity:1;
z-index: 1;
display:none;
}
}
 @-moz-keyframes 'fade' {
0% {
z-index: 1;
opacity:0;
display:block;
}
90% {
z-index: 1;
opacity:0;
display:block;
}
100% {
opacity:1;
z-index: 1;
display:none;
}
}

.fadeOutLogo {
	width:100%;
	height:100%;
	text-align: center;
	background-image: url(../../img/top_logo.png);
	background-repeat: no-repeat;
	background-position: center 45%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: 50%;
	-webkit-animation-name: 'fadeOutLogo';
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	animation-name: 'fadeOutLogo';
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	-moz-animation-name: 'fadeOutLogo';
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 0s;
	opacity: 0;
	z-index: -11;/*display:none;*/
}

@-webkit-keyframes 'fadeOutLogo' {
0% {
z-index: 1100;
opacity:0;
display:block;
}
50% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @keyframes 'fadeOutLogo' {
0% {
z-index: 1100;
opacity:0;
display:block;
}
50% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @-moz-keyframes 'fadeOutLogo' {
0% {
z-index: 1100;
opacity:0;
display:block;
}
50% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
.fadeOutBl {
	width:100%;
	height:100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation-name: 'fadeOutBl';
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 0s;
	animation-name: 'fadeOutBl';
	animation-duration: 5s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
	animation-delay: 0s;
	-moz-animation-name: 'fadeOutBl';
	-moz-animation-duration: 5s;
	-moz-animation-timing-function: ease-in;
	-moz-animation-iteration-count: 1;
	-moz-animation-delay: 0s;
	opacity: 0;
	z-index: -11;
	background-color: #fff;/*display:none;*/
}
@-webkit-keyframes 'fadeOutBl' {
0% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @keyframes 'fadeOutBl' {
0% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}
 @-moz-keyframes 'fadeOutBl' {
0% {
z-index: 1100;
opacity:1;
display:block;
}
100% {
opacity:0;
z-index: -11;
display:none;
}
}



/*フッター設定-------------------------------------------------*/
footer {
	font-size: 10px;
	text-align:center !important;
	padding-top:0 !important;
	/*position: absolute;
	left: 10px;
	bottom: 10px;*/
}
footer address {
	color: #cdcdcd;
	font-size:70%;
	text-align:center !important;
	width:100%;
}


.sub_f{
	clear:both;
	font-size:80%;
	text-align: center !important;
	/*position: static !important;*/
	position: static !important;
	width:100%;
}
.sub_f address {
	text-indent: 1em;
	color: #cdcdcd;
	font-size:80%
}

.sub_f1{
	clear:both;
	font-size: 10px;
	text-align: center !important;
	/*position: static !important;*/
	position: static;
	left: 0;
	bottom: 10px;
}
.sub_f1 address {
	text-indent: 1em;
	color: #cdcdcd;
	font-size:80%
}

/*SNS
-----------------------------------------------*/

.snsBox{ width:96%;
margin-left:auto;
margin-right:auto;}

.snsBox .twBox{width:100%;
display:block;
position:static !important;
margin-bottom:30px;
}
.twBox a{display:block;
width:100%;
}

.snsBox .fbBox{width:auto;
display:block;
position:static !important;
margin-bottom:30px;
height:400px;
}
.fb-page{width:100%;
position:none !important;
display:block;
height:400px;
margin-bottom:30px;}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

/*タイトルトップ
-----------------------------------------------*/

#secTop{ width:96%;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-bottom:100px}

#secTop h2{
	font-family:"Futura";
	color: #000;
	font-size: 200%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0;
}
#secTop section{
margin-bottom:30px;
}

#secTop img{ width:100%;
}

/*トップ Works
-----------------------------------------------*/
.pBox3 {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.pBox3 a{ display:block;color:#000;}

.pBox3 .block01 {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-left:0;
	margin-bottom: 20px !important;
	display:block;
}

.pBox3 .block01:nth-child(even) {margin-right:0 !important;}

.pBox3 .block01 img {
	width: 100%;
	height:170px;
	margin-bottom:10px;
}

.btnW {width: 100px !important;
margin-left:auto;
margin-right:auto;
margin-bottom:70px}
.btnW img{width: 100% !important;height:auto !important;}

.pBox3 .block01 p{ font-size:90%;
padding-bottom:5px;
text-align:center;
font-family: "RmP-Medium" }





@media screen and (min-width: 300px)  and (max-width: 480px)  {
.pBox3 .block01 img {
	width: 100%;
	height:100px;
	margin-bottom:10px;
}
}

@media screen and (min-width: 480px)  and (max-width: 770px)  {
	
.pBox3 .block01 {
	float: left;
	width: 47%;
	margin-right: 10px;
	margin-left:0;
	margin-bottom: 20px !important;
	display:block;
}

.pBox3 .block01 img {
	width: 100%;
	height:170px;
	margin-bottom:10px;
}

}
@media screen and (min-width: 770px)  and (max-width: 1123px)  {
.pBox3 .block01 {
	float: left;
	width: 47%;
	margin-right: 10px;
	margin-left:0;
	margin-bottom: 20px !important;
	display:block;
	position:relative;
}

.pBox3 .block01 img {
	width: 100%;
	height:250px;
	margin-bottom:10px;
}
}



.pBox2 .block01 p{ font-size:80%;
padding-bottom:5px;
text-align:center;
font-family: "RmP-Medium" }



/*ショプリSNS*/

.shopli_snsBox{ text-align: center;
padding-top:10px;
padding-bottom:10px;
line-height:1.8em;
}

.shopli_snsBox a {width:30px; display: inline-block; margin-left:5px; margin-right:5px;}

.shopli_snsBox a img{ width:100%;}


/*タイトル共通
-----------------------------------------------*/

@media screen and (min-width: 300px)  and (max-width: 480px)  {
#sec15 h2{
	font-family: "Futura";
	color: #000;
	font-size: 160% !important;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0;
}
}
@media screen and (min-width: 480px)  and (max-width: 770px)  {
#sec15 h2{
	font-family: "Futura";
	color: #000;
	font-size: 180% !important;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0;
}
}
@media screen and (min-width: 770px)  and (max-width: 1123px)  {
#sec15 h2{
	font-family: "Futura";
	color: #000;
	font-size: 200% !important;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 0;
}
}


h2.type01{font-family: "Ro-DB" !important;
	color: #000;
	font-size: 160% !important;}



.tit3{
	font-family:"Ro-B";
	color: #000;
	font-size: 110%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 50px;
}

.tit4{
	font-family:"Ro-DB" ;
	color: #000;
	font-size: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 50px;
}


/*会社概要
-----------------------------------------------*/

.officeBox{width:100%;
margin-bottom:0 !important;
}
.officeBox img{width:100%;}


.sec-box1 {
	magin-top:100px;
	width:auto;
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom:50px;*/
	padding:2%;
	background-color:#000;
}



.sec-box1 h3{
	color: #996;
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: RmP-Regular;
	padding-bottom:10px;
	text-align: center !important;
}

.sec-box1 h3 span{font-size: 60%;
font-weight: normal !important;}

.sec-box1 h4{
	color: #fff;
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	background-color:#999;
	margin-left:auto;
margin-right:auto;
padding:5px;
width:89%;
	
}
	
.sec-box2{width:96%;
margin-left:auto;
margin-right:auto;}
.sec-box2 .col04 { position:relative;}

.sec-box2 .col04 img{ width:30%
}

.sec-box2 .col04 table{
	width:100%;
font-weight:bold;
	}
.sec-box2 .col04 table th{
	padding: 10px;
	border-right: 1px solid #666;
	width: 20%;
	text-align: right;
	font-family: "RmP-Regular";
	font-weight:normal;
	}

.sec-box2 .col04 table td{
	padding:10px;
	text-align:left;
	font-family: "RmP-Regular";
	font-weight:normal;
	}

	
/*Works*/


p {
	font-family: "RmP-Medium";
	font-size: 12px;
	line-height: 1.8em;
}

.imgW{ width:25%;
margin-left:auto;
margin-right:auto;}

.imgW img{width:100%;}

.imgW1{ width:70%;
margin-left:auto;
margin-right:auto;}

.imgW img{width:100%;}



#sec15 {
	width:96%;
	margin-left:auto;
margin-right:auto;

}

#sec15 h2{
	font-family: "Futura";
	color: #000;
	font-size: 16px;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 0;
}

.photoGallary .w_main{
	border: 1px solid #CCC;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.photoGallary .w_main .photoBox_l{
	padding-top:0;
	width:100%;
	margin-right:0;
	float:none;
	line-height:1.8em;
}

.photoGallary .w_main .photoBox_r{
	width:100%;
	float: none;
	margin-bottom:20px;
}

.photoGallary .w_main .photoBox_r img{width:100%;}


.photoGallary .w_main h3{
	font-family: "Mati-B";
	color: #000;
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
}
.photoGallary p{
	font-family: "Mati-B";
	color: #000;
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
}

.photoGallary .pBox {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.photoGallary .pBox img {
	float: left;
	width: 48%;
	margin-right: 0 !important;
	margin-bottom: 20px !important;
	display:block;
}
.photoGallary .pBox img.vo01 {
	float: right;
	width: 48%;
	margin-right: 0;
}

.pBox2 {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

.pBox2 .block01 {
	float: left;
	width: 44%;
	margin-right: 10px;
	margin-left:0;
	margin-bottom: 20px !important;
	display:block;
	color:#000;
}

.pBox2 .block01:nth-child(even) {margin-right:0 !important;}



@media screen and (min-width: 300px)  and (max-width: 480px)  {
.pBox2 .block01 img {
	width: 100%;
	height:100px;
	margin-bottom:10px;
}
.pBox2 .block01 .btnW {width:50px !important; }
.pBox2 .block01 .btnW img{width: 100% !important;height:auto !important;}
}

@media screen and (min-width: 480px)  and (max-width: 770px)  {
	
.pBox2 .block01 {
	float: left;
	width: 47%;
	margin-right: 10px;
	margin-left:0;
	margin-bottom: 20px !important;
	display:block;
}

.pBox2 .block01 img {
	width: 100%;
	height:170px;
	margin-bottom:10px;
}
.pBox2 .block01 .btnW {width:100px !important; }
.pBox2 .block01 .btnW img{width: 100% !important;height:auto !important;}

}
@media screen and (min-width: 770px)  and (max-width: 1123px)  {
.pBox2 .block01 {
	float: left;
	width: 47%;
	margin-right: 10px;
	margin-left:0;
	margin-bottom: 20px !important;
	display:block;
	position:relative;
}

.pBox2 .block01 img {
	width: 100%;
	height:250px;
	margin-bottom:10px;
}
.pBox2 .block01 .btnW {width:100px !important; }
.pBox2 .block01 .btnW img{width: 100% !important;height:auto !important;}
}



.pBox2 .block01 p{ font-size:80%;
padding-bottom:5px;
text-align:center;
font-family: "RmP-Medium" }


/*プライバシーポリシー*/

.sec-box1 { width:96%;
margin-left:auto;
margin-right:auto;
background-color:#fff;}

.sec-box1 h4.pp4 {
	color: #fff;
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #999;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: auto;
	padding-left:1em !important;
}
.sec-box1 p {
	color: #666;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 20px;
	font-size: 80%;
}
.sec-box1 .ppBox {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
}
.sec-box1 .ppBox h4 {
	color: #CCCCCC;
	font-size: 100%;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	line-height: 1.7em;
	width: auto;
	border-bottom: 1px dotted #CCCCCC;
	text-align: left;
}
.sec-box1 .ppBox p {
	font-size: 80%;
}
.sec-box1 .ppBox dl {
	font-size: 80%;
}
.txlR {
	text-align: right !important;
	font-size: 80%;
}

/*お問い合わせ*/


.contentsBox15{text-align: center;
	width:100%;
	padding:0;
	padding-bottom:50px;
	background-color:#E4F3FA;
	margin-bottom:20px;
}

.contentsBox15 .sendBox{
	width:90%;
	margin-left:auto;
margin-right:auto;
text-align:left;
padding:20px;
}

.contentsBox15 h3 {
	background-color:#224D76;
	text-align:center;
	padding:10px;
	color:#fff;
	font-size:110%;
	margin-bottom:20px;
	font-weight:bold
}

.contentsBox15 .sendBox h4{
color:#224D76;
font-size:130%;
text-align:center;
font-weight:bold;
text-align:center;
margin-bottom:15px;}

.contentsBox15 .sendBox p{ text-align:center;font-size:100%; line-height:1.8em}

.contentsBox15 .sendBox p strong{ font-weight:bold; font-size:140%;}

.contentsBox15 .sendBox p span{ color:#0075C2;}


/*フォーム設定-------------------------------------------------*/

.attention{color:#0075C2;}
.w20{ width:}


table.formTable1 {
	width: 100% !important;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
table.formTable1 th {
	padding: 3px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight: normal;
	vertical-align:middle;
	display:block;
	width:96% !important;
}
table.formTable1 td {
    padding: 3px;
	padding-top:5px;
	padding-bottom:5px;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
	vertical-align:middle;
	display:block;
	width:96% !important;
}

table.formTable1 input { padding:8px;border:0 !important;font-size:100%; text-align:left}
table.formTable1 input.inputbox1{ width:100%}
table.formTable1 input.inputbox2{ width:100%}

table.formTable1 textarea{width:105%; border:0}

table.formTable1 select{
  position: relative;
  padding: 10px;
  width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border:none;
font-size:100%;
color:#0075C2;
}

.select-wrap {
    position: relative;
    width: 100%;
	background-color:#fff;
	
}

.select-wrap:after {
  content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0075C2;
    border-left: 2px solid #0075C2;
    transform: translateY(-50%) rotate(
-135deg
);
  font-size: 20px;
  pointer-events: none;
}

table.formTable1 input[type="submit"]{
	text-indent:-99999 !important;
}
	
.formbtn1{
	background-image: url(../../img/top/form_btn01.png);
	width: 60%;
	height: auto;
	text-indent: -99999 !important;
	margin-left: auto;
	margin-right: auto;
	border: none;
	text-decoration: none;
	background-color: transparent;
	cursor : pointer;
	background-size: 100% auto;
	background-repeat: no-repeat;
}



/*フォームエラー・確認ページ*/

#formWrap {
	width:96% !important;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
#formWrap table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
#formWrap table.formTable td,#formWrap table.formTable th{
	border:1px solid #F1F1F1;
	padding:10px;
}
#formWrap table.formTable th{
	width:30%;
	font-weight:normal;
	background:#E4F3FA;
	text-align:left;
}
#formWrap p.error_messe{
	margin:5px 0;
	color:red;
}

#formWrap .formbtn2{
	background-image:url(../../img/top/form_btn02.png);
	width:80% !important;
	height:auto;
	text-indent:-99999 !important;
	margin-left:auto;
margin-right:auto;
border:none;
text-decoration:none;
background-color:transparent;
cursor :pointer;
background-size: 100% auto !important;
background-repeat: no-repeat;}


.btn_area input[type="checkbox"]{
	width:10%;
	font-size:120%;
margin-left:auto;
margin-right:auto;
}


.pageTop {
	position: fixed;
	bottom: 40px;
	right: 10px;
	width: 40px !important;
	height: auto;
	z-index: 100001;
}
.pageTop img {
	width: 100%;
}

.homebk{
	position: fixed;
	bottom: 85px;
	right: 10px;
	width: 40px;
	height: auto;
	z-index: 100001;
}
.homebk img {
	width: 100%;
}


/*snsbox -----------------------------------------------*/
.snsbox{position:static;
text-align:center;
width:100%;
margin-bottom:50px;
}
.snsbox li {width:30px; margin-right:5px !important; margin-left:5px; float:none; display:inline-block !important;}
.snsbox li img{ width:100%;}


}

