@charset "utf-8";



/* Instagram
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #instagram{
	margin:0 auto 180px;
}
.topContents #instagram .content{
	width:720px;
	margin:0 auto 35px;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #instagram{
	margin:0 15px 120px;
}
.topContents #instagram .content{
	margin-bottom:35px;
}
}


/* Instagram
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #facebook{
	margin:0 auto 180px;
	text-align: center;
}
.topContents #facebook .iconFb img{
	width: 100px;
	height: auto;
	margin-bottom: 35px;
	padding-top: 10px;
}
.topContents #facebook .copy{
	font-size: 154%;
	font-weight: 700;
	margin-bottom: 35px;
	letter-spacing: 0.06em;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #facebook{
	margin:0 15px 120px;
	text-align: center;
}
.topContents #facebook .iconFb img{
	width: 80px;
	height: auto;
	margin-bottom: 40px;
	padding-top: 10px;
}
.topContents #facebook .copy{
	font-size: 108%;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0;
	line-height: 1.5;
}
}










@media print, screen and (min-width: 769px) {
.topContents #creative{
	max-width:1280px;
	margin:0 auto 180px;
	width:100%;
}
.topContents #creative ul {
	margin-bottom:40px;
}
.topContents #creative ul li {
	max-width: 420px;
	width:100%;
	float: left;
}
.topContents #creative ul li img{
	max-width:420px;
	width:100%;
	height:auto;
}

}

/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #creative{
	margin:0 auto 60px;
	overflow: hidden;
}
.topContents #creative ul {
	margin-bottom:20px;
}
.topContents #creative ul li {
	text-align:center;
}
.topContents #creative ul li img{
	max-width:420px;
	width:100%;
	height:auto;
}
.topContents #creative .viewMore a{
	margin:0 15px;
}
}














/* RECRUIT
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #recruit{
	margin:0 auto;
}
.topContents #recruit .copy{
	font-weight:700;
	font-size:185%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:50px;
}
.topContents #recruit .recruitContent{
	width:960px;
	margin:0 auto;
}
.topContents #recruit .leftWrap{
	float:left;
	width:450px;
}
.topContents #recruit .rightWrap{
	float:right;
	width:450px;
}
.topContents #recruit .title{
	margin-bottom:20px;
	font-weight:500;
	font-size:116%;
}
.topContents #recruit table{
	width:100%;
	line-height:1.8;
	font-weight:400;
}
.topContents #recruit table tr{
}
.topContents #recruit table th{
	width:112px;
	padding-bottom:10px;
}
.topContents #recruit table td{
	padding-bottom:10px;
}
.topContents #recruit table td .note{
	font-size:77%;
}
}
@media print, screen and (min-width: 769px) {
.topContents #recruit{
	margin:0 auto;
}
.topContents #recruit .copyWrap{
	width:450px;
	margin:0 auto 60px;
}
.topContents #recruit .copyWrap .copy01{
	font-family: 'Raleway', sans-serif;
	font-size:185%;
	font-weight:300;
	text-align:center;
	letter-spacing:0.08em;
	margin-bottom:20px;
}
.topContents #recruit .copyWrap .copy02{
	font-weight:normal;
	text-align:center;
	letter-spacing:0.04em;
	line-height:1.6;
	margin-bottom:20px;
}
.topContents #recruit .copyWrap .copy03{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:77%;
	letter-spacing:0.01em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height:1.6;
	margin-bottom:40px;
}
.topContents #recruit .copyWrap .copy04{
	font-weight:700;
	text-align:center;
	line-height:2.4;
	font-size:116%;
}
.topContents #recruit .copyWrap ul.btn_app{
}
.topContents #recruit .copyWrap ul.btn_app li:nth-child(odd){
	float: left;
}
.topContents #recruit .copyWrap ul.btn_app li:nth-child(even){
	float: right;
}
}


/* small display(960px)
------------------------------*/
@media only screen and (max-width: 960px) {

.topContents #recruit .recruitContent{
	width: inherit;
	margin:0 auto;
}
.topContents #recruit .leftWrap{
	float:none;
	width:50%;
	margin:0 auto 30px;
}
.topContents #recruit .rightWrap{
	float:none;
	width:50%;
	margin:0 auto;
}

}


/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #recruit{
	margin:0 auto 60px;
}
.topContents #recruit .copy{
	font-weight:700;
	font-size:124%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #recruit .recruitContent{
	margin:0 15px;
}
.topContents #recruit .leftWrap{
	margin-bottom:30px;
	width:inherit;
}
.topContents #recruit .rightWrap{
	width:inherit;
}
.topContents #recruit .title{
	margin-bottom:20px;
	font-weight:500;
	font-size:116%;
}
.topContents #recruit table{
	width:100%;

	line-height:1.6;
	font-weight:400;
}
.topContents #recruit table tr{
}
.topContents #recruit table th{
	width:112px;
	padding-bottom:5px;
}
.topContents #recruit table td{
	padding-bottom:5px;
}
.topContents #recruit table td .note{
	font-size:77%;
}
.topContents #recruit .copyWrap ul.btn_app{
}
.topContents #recruit .copyWrap ul.btn_app li:nth-child(odd){
	width: 50%;
	float: left;
}
.topContents #recruit .copyWrap ul.btn_app li:nth-child(even){
	width: 50%;
	float: right;
}
}



/* CONTACT
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #reserve{
}
.topContents #reserve .copy{
	font-weight:700;
	font-size:185%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:50px;
}
.topContents #reserve .address{
	text-align:center;
	line-height:2;
	margin-bottom:40px;
}
.topContents #reserve .contactContent{
	width:460px;
	margin:0 auto;
	border:1px dotted #393939;
	text-align:center;
	padding:30px 0;
	margin-top: 40px;
}
.topContents #reserve .contactContent .title{
	margin-bottom:20px;
}
.topContents #reserve .contactContent .title img{
	width:60px;
	height:auto;
}
.topContents #reserve .contactContent .tel{
	margin-bottom:10px;
}
.topContents #reserve .contactContent .tel img{
	width:280px;
	height:auto;
}
.topContents #reserve .contactContent .open{
	margin-bottom:20px;
}
.topContents #reserve .contactContent .open img{
	width:280px;
	height:auto;
}

.topContents #reserve .contactContent .note{
	font-size:77%;
	line-height:1.6;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #reserve{
	margin:0 auto 0px;
}
.topContents #reserve .inner{
	margin:0 15px;
}
.topContents #reserve .copy{
	font-weight:700;
	font-size:124%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #reserve .address{
	font-size: 90%;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
	letter-spacing:0;
}
.topContents #reserve .contactContent{
	border:1px dotted #393939;
	text-align:center;
	padding:30px;
	margin: 30px 0 0 0;
}
.topContents #reserve .contactContent .title{
	margin-bottom:20px;
}
.topContents #reserve .contactContent .title img{
	width:60px;
	height:auto;
}
.topContents #reserve .contactContent .tel{
	margin-bottom:10px;
}
.topContents #reserve .contactContent .tel img{
	width:100%;
	max-width:280px;
	height:auto;
}
.topContents #reserve .contactContent .open{
	margin-bottom:20px;
}
.topContents #reserve .contactContent .open img{
	width:100%;
	max-width:280px;
	height:auto;
}
.topContents #reserve .contactContent .note{
	font-size:77%;
	line-height:1.6;
}

}

/* CONTACT
-------------------------*/
@media print, screen and (min-width: 769px) {
.topContents #reserve2{
}
.topContents #reserve2 .copy{
	font-weight:700;
	font-size:185%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:50px;
}
.topContents #reserve2 .address{
	text-align:center;
	line-height:2;
	margin-bottom:40px;
}
.topContents #reserve2 .contactContent{
	width:460px;
	margin:0 auto;
	border:1px dotted #393939;
	text-align:center;
	padding:30px 0;
}
.topContents #reserve2 .contactContent .title{
	margin-bottom:20px;
}
.topContents #reserve2 .contactContent .title img{
	width:60px;
	height:auto;
}
.topContents #reserve2 .contactContent .tel{
	margin-bottom:10px;
}
.topContents #reserve2 .contactContent .tel img{
	width:280px;
	height:auto;
}
.topContents #reserve2 .contactContent .open{
	margin-bottom:20px;
}
.topContents #reserve2 .contactContent .open img{
	width:280px;
	height:auto;
}

.topContents #reserve2 .contactContent .note{
	font-size:77%;
	line-height:1.6;
}
}
/* small display
------------------------------*/
@media only screen and (max-width: 768px) {
.topContents #reserve2{
	margin:0 auto 0px;
}
.topContents #reserve2 .inner{
	margin:0 15px;
}
.topContents #reserve2 .copy{
	font-weight:700;
	font-size:124%;
	text-align:center;
	letter-spacing:0.06em;
	line-height:1.6;
	margin-bottom:30px;
}
.topContents #reserve2 .address{
	font-size: 90%;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
	letter-spacing:0;
}
.topContents #reserve2 .contactContent{
	border:1px dotted #393939;
	text-align:center;
	padding:30px;
}
.topContents #reserve2 .contactContent .title{
	margin-bottom:20px;
}
.topContents #reserve2 .contactContent .title img{
	width:60px;
	height:auto;
}
.topContents #reserve2 .contactContent .tel{
	margin-bottom:10px;
}
.topContents #reserve2 .contactContent .tel img{
	width:100%;
	max-width:280px;
	height:auto;
}
.topContents #reserve2 .contactContent .open{
	margin-bottom:20px;
}
.topContents #reserve2 .contactContent .open img{
	width:100%;
	max-width:280px;
	height:auto;
}
.topContents #reserve2 .contactContent .note{
	font-size:77%;
	line-height:1.6;
}

}

.fgcp {
	margin: 0 0 40px 0;
}

@media print, screen and (min-width: 769px) {

#intro{
	background:url(../../img/bg01.jpg) 50% 0 no-repeat fixed;
	height: 650px;
}

#second{
	background: url(../../img/bg02.jpg) 50% 0 no-repeat fixed;
	height: 650px;
}
#third{
	background: url(../../img/bg03.jpg) 50% 0 no-repeat fixed;
	height: 650px;
}
#fourth{
	background: url(../../img/bg04.jpg) 50% 0 no-repeat fixed;
	height: 650px;
}

.story{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
	color: #333333;
	text-shadow: 0px 0px 5px #ffffff;
}
.story::-webkit-scrollbar{
	display:none;
}
.story{
	-ms-overflow-style:none;
}
.story .s_title{
	font-size: 2.3em;
	margin-bottom: 15px; 
}
.story .s_sub{
	font-size: 1.5em;
	margin-bottom: 15px;
	line-height: 1 !important;
}
.story .s_sub span {
	font-size: 0.8em !important;
}
.story .s_link {
	display: block;
	width: 150px;
	background-color: #000000;
	color: #ffffff;
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.story .s_link:hover {
	background-color: #333333;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 470px;	
}
.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

#bg_area01, #bg_area02, #bg_area03 {
	height:650px;/*画像高さ調整*/
	padding: 35px 0 0 0;
	}
	
#bg_area01 {
	background:url(../../img/bg01_02.jpg) center no-repeat;
}
#bg_area02 {
	background:url(../../img/bg02_02.jpg) center no-repeat;
}
#bg_area03 {
	background:url(../../img/bg03_02.jpg) center no-repeat;
}

	
	
}

@media print, screen and (max-width: 768px) {
.bg_area {
	height:250px;
	padding: 100px 0 0 0;
}
.bg_area .story {
	font-size: 1em;
	line-height: 1 !important;
}

#bg_area01 {
	background:url(../../img/bg01.jpg) center no-repeat;
	background-size:cover;
}
#bg_area02 {
	background:url(../../img/bg02.jpg) center no-repeat;
	background-size:cover;
}
#bg_area03 {
	background:url(../../img/bg03.jpg) center no-repeat;
	background-size:cover;
}

#intro, #second, #third, #fourth{
	position:relative;
	height:400px;
	padding: 100px 0 0 0;
}
.intro_box:before{
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:500px;
  background:url(../../img/bg01_sp.jpg) center no-repeat;
  background-size:cover;
}

#second:before{
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:500px;
  background:url(../../img/bg02_sp.jpg) center no-repeat;
  background-size:cover;	
}
#third:before{
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:500px;
  background:url(../../img/bg03_sp.jpg) center no-repeat;
  background-size:cover;	
}
#fourth:before{
  content:"";
  display:block;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:500px;
  background:url(../../img/bg04_sp.jpg) center no-repeat;
  background-size:cover;
  margin-bottom:20px;	
}

.story{
	font-size: 12px;
	line-height: 1.4;
	margin: 0 auto;
	overflow: auto;
	width: 95%;
	color: #ffffff;
	text-shadow: 0px 0px 5px #000000;
}
.story::-webkit-scrollbar{
	display:none;
}
.story{
	-ms-overflow-style:none;
}
.story .s_title{
	font-size: 1.8em;
	margin-bottom: 15px; 
}
.story .s_sub{
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 1 !important;
}
.story .s_sub span {
	font-size: 0.8em !important;
}
.story .s_link {
	display: block;
	width: 60%;
	background-color: #000000;
	color: #ffffff;
	margin: 15px auto 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	float: left;
}
.story .s_link:hover {
	background-color: #333333;
}

.story .float-left, .story .float-right{
	float: none;
}

.headingImg {
	margin-top:20px;
	}

}


@media screen and (min-width: 769px) {
#staff .two_line {
	width: 100% !important;
	margin: 0 auto 50px auto !important;
	overflow: hidden;
}
#staff .two_line .two_line_box {
	width: 49% !important;
	overflow:hidden !important;
}
#staff .two_line .two_line_left {
	float: left;
}
#staff .two_line .two_line_right {
	float: right;
}
#staff .two_line .two_line_box img {
	width: 100%;
}
#staff .two_line .two_line_box p {
	width: 100% ;
	text-align: center;
}
#staff .two_line .two_line_box .two_line_title {
	font-size: 18px;
	margin: 15px 0 10px 0;
}
#staff .two_line .two_line_box .two_line_title span {
	font-size: 10px;
	display: block;
}

#staff .three_line {
	display: flex;
	margin-bottom:20px;
}
#staff .three_line .three_line_box {
	width : 100%;
}

#staff .three_line .three_line_box img {
	width: 98%;
	margin:0 auto;
}
#staff .three_line .three_line_box p {
	width: 100% ;
	text-align: center;
}
#staff .three_line .three_line_box .three_line_title {
	font-size: 18px;
	margin: 15px 0 10px 0;
}
 
#staff .four_line {
	display: flex;
	margin-bottom:20px;
}
#staff .four_line .four_line_box {
	width : 100%;
}

#staff .four_line .four_line_box img {
	width: 98%;
	margin:0 auto;
}
#staff .four_line .four_line_box p {
	width: 100% ;
	text-align: center;
}
#staff .four_line .four_line_box .four_line_title {
	font-size: 18px;
	margin: 15px 0 10px 0;
}
#staff .two_line .two_line_box .two_line_title span {
	font-size: 10px;
	display: block;
}
#bg_box00 {
	height:400px;/*画像高さ調整*/
	padding: 35px 0 0 0;
	}
	
#bg_box00 {
	background:url(../../img/bg00.jpg) center no-repeat;
}

#bg_box00 .story{
	font-size: 12px;
	line-height: 1.4;
	margin: 0 auto;
	overflow: auto;
	width: 95%;
	color: #000000;
	text-align:center;
	text-shadow: 0px 0px 5px #000000;
}
#bg_box00 .story::-webkit-scrollbar{
	display:none;
}
#bg_box00 .story{
	-ms-overflow-style:none;
}
#bg_box00 .story .s_title{
	font-size: 2em;
	font-color: #000000;
	margin-bottom: 15px; 
}
#bg_box00 .story .s_sub{
	font-size: 1.4em;
	margin-bottom: 15px;
	line-height: 1 !important;
}
#bg_box00 .story .s_sub span {
	font-size: 0.8em !important;
}
#bg_box00 .story .s_link {
	display: block;
	width: 40%;
	background-color: #000000;
	font-color: #000000;
	margin: 15px auto 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
#bg_box00 .story .s_link:hover {
	background-color: #333333;
	font-color: #000000;
}

#bg_box00 .story .float-left, #bg_box00 .story .float-right{
	float: none;
	width:100%;
	font-color: #000000;
}
#bg_box00 .link_box{
	width:500px;
	margin:0 auto;
	overflow:hidden;
	font-color: #000000;
}
#bg_box00 .float-left{
	float: left;	
	margin: 0;
}

#bg_box00 .float-right{
	float: right;
	margin: 0;
}

}

@media screen and (max-width: 768px) {
#staff .two_line {
	width: 100%;
}
#staff .two_line .two_line_box {
	width: 98% !important;
	margin: 0 auto 25px auto;
}
#staff .two_line .two_line_box img {
	width: 100%;
}
#staff .two_line .two_line_box p {
	width: 100% ;
	font-size: 12px;
	text-align: center;
}
#staff .two_line .two_line_box .two_line_title {
	font-size: 18px;
	margin: 15px 0 10px 0;
}
#staff .two_line .two_line_box .two_line_title span {
	font-size: 10px;
	display: block;
}

#staff .three_line {
	width : 100%;
}
#staff .three_line .three_line_box {
	width : 100%;
	margin: 0 auto 25px auto;
}
#staff .three_line .three_line_box img {
	width: 100%;
}
#staff .three_line .three_line_box p {
	width: 100% ;
	text-align: center;
}
#staff .three_line .three_line_box .three_line_title {
	font-size: 19px;
	margin: 15px 0 10px 0;
}
 /*four_line*/
#staff .four_line {
	width : 100%;
}
#staff .four_line .four_line_box {
	width : 100%;
	margin: 0 auto 25px auto;
}
#staff .four_line .four_line_box img {
	width: 100%;
}
#staff .four_line .four_line_box p {
	width: 100% ;
	text-align: center;
}
#staff .four_line .four_line_box .four_line_title {
	font-size: 19px;
	margin: 15px 0 10px 0;
}
#staff .two_line .two_line_box .two_line_title span {
	font-size: 10px;
	display: block;
}

.bg_box {
	height:250px;
	padding: 100px 0 0 0;
}
.bg_box .story {
	font-size: 1em;
	line-height: 1 !important;
	font-color: #000000;
}

#bg_box00 {
	background:url(../../img/bg00_sp.jpg) center no-repeat;
	background-size:cover;
	font-color: #000000;
}
#bg_box00 .story{
	font-size: 12px;
	line-height: 1.4;
	margin: 0 auto;
	overflow: auto;
	width: 95%;
	font-color: #000000;
	text-align:center;
	text-shadow: 0px 0px 5px #000000;
}
#bg_box00 .story::-webkit-scrollbar{
	display:none;
}
#bg_box00 .story{
	-ms-overflow-style:none;
}
#bg_box00 .story .s_title{
	font-size: 2em;
	margin-bottom: 15px; 
}
#bg_box00 .story .s_sub{
	font-size: 1.4em;
	margin-bottom: 15px;
	line-height: 1 !important;
}
#bg_box00 .story .s_sub span {
	font-size: 0.8em !important;
}
#bg_box00 .story .s_link {
	display: block;
	width: 40%;
	background-color: #000000;
	color: #000000;
	margin: 15px auto 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
#bg_box00 .story .s_link:hover {
	background-color: #333333;
}

#bg_box00 .story .left {
	float:left;
}
#bg_box00 .story .right{
	float:right;
}
#bg_box00 .link_box{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	font-color: #000000;
}

}


