@charset "utf-8";

/* ========================================================
	index.css => index用css
======================================================== */

html,
body,
#container {
	height: 100%;
}

@media screen and (max-width: 640px) {
	.wow {
		visibility: visible !important;
		-webkit-animation-name: none;
		animation-name: none;
	}
}


/* ヘッダー
============================================================================================================ */
#header {
	top: -70px;
}

/* r_nav
============================================================================================================ */
.r_nav {
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -90px;
	z-index: 50;
}
.r_nav a {
	display: block;
	padding: 10px;
}
.r_nav a span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
.r_nav a:hover span,
.r_nav a.current span {
	background-color: #282828;
}
.r_nav a.c01 span {
	background-color: #c8c8c8;
}
.r_nav a.c01:hover span,
.r_nav a.c01.current span {
	background-color: #5a5a5a;
}
.r_nav a.c02 span {
	background-color: #5c5c5c;
}
.r_nav a.c02:hover span,
.r_nav a.c02.current span {
	background-color: #c8c8c8;
}
@media screen and (max-width: 640px) {
	.r_nav {
		display: none;
	}
}


/* opening
============================================================================================================ */
#opening {
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -180px;
	z-index: 3;
}
#opening p {
	position: relative;
	text-align: center;
	opacity: 0;
}

@media screen and (max-width: 640px) {
	#opening {
		margin-top: -110px;
	}
	#opening img {
		width: 280px;
	}
}

/* frist
============================================================================================================ */
#frist {
	position: relative;
	height: 100%;
}
#frist a {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
}
#frist span {
	display: none;
	position: absolute;
	left: 10px;
	bottom: 32px;
	width: 41px;
	height: 22px;
	background: url(../images/opening_arrow.png);
}
#frist span.a1 {
	bottom: 21px;
}
#frist span.a2 {
	bottom: 10px;
}




/* section
============================================================================================================ */
#container > section {
	overflow: hidden;
	position: relative;
	margin-bottom: 300px;
	background: #fff url(../common/images/parts/bg_section.png) 50% 0;
	z-index: 10;
}
@media screen and (max-width: 640px) {
	#container > section {
		margin-bottom: 150px;
	}
}

/* header
----------------------------------------------------------------------- */
#container > section > header {
	background-color: #fff;
}
#container > section > header .w {
	position: relative;
	height: 180px;
}
#container > section > header h1 {
	position: absolute;
	right: 10px;
	top: 0;
	padding-top: 95px;
	text-align: right;
	font-size: 16px;
	font-size: 1.6rem;
}
#container > section > header h1 img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: none;
	padding-top: 39px;
	border-top: 20px solid #88abda;
}
#container > section > header ul {
	position: absolute;
	left: 10px;
	bottom: 0;
}
#container > section > header ul li {
	float: left;
	margin-right: 5px;
}
#container > section > header ul li a {
	display: table-cell;
	width: 180px;
	height: 60px;
	padding-left: 0.2em;
	background-color: #88abda;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	letter-spacing: 0.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
#container > section > header ul li a:hover,
#container > section > header ul li a.current {
	background-color: #282828;
	text-decoration: none;
}
#container > section > header ul li a.current {
	cursor: default;
}

@media screen and (max-width: 640px) {
	#container > section > header .w {
		height: 90px;
	}
	#container > section > header h1 {
		padding-top: 50px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#container > section > header h1 img {
		width: auto;
		height: 20px;
		padding-top: 20px;
	}
	#container > section > header ul {
		display: none;
	}
}


/* contents
============================================================================================================ */
.contents {
	position: relative;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
	.contents {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}


/* s_contents
============================================================================================================ */
.s_contents {
	position: relative;
	width: 9999em;
}
.s_contents:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
.s_contents .s {
	float: left;
	width: 960px;
	margin-right: 10px;
}
.s_contents .s > h1 {
	display: none;
}
@media screen and (max-width: 640px) {
	.s_contents {
		position: static;
		margin-top: -20px;
		width: auto;
	}
	.s_contents .s {
		float: none;
		width: auto;
		margin-right: 0;
	}
	.s_contents .s > h1 {
		display: block;
		margin: 0 -10px 15px;
		padding: 0.3em 10px;
		background-color: #282828;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		color: #fff;
		text-align: center;
	}
	.s_contents .s + .s {
		margin-top: 30px;
	}
}

.bg_wrap{background:rgba(0,0,0,0);}

.wbg{background:#FFF;}

/* PROFILE
============================================================================================================ */

#profile .row.col2 > *{display:block;float:right;width:48%;}
#profile .row.col2 > *:nth-child(even){float:right;}
#profile .row.col2 > *:nth-child(odd){float:left;}
#profile .row.col2:after{content:"";display:block;clear:both;}
#profile .row.col2 img.sp{display:none;}
#profile .row.col2 ul{margin-top:30px;}

@media screen and (max-width: 640px) {
#profile .row.col2 > *:nth-child(even),
#profile .row.col2 > *:nth-child(odd){float:none;width:auto;}
#profile .row.col2 h2{margin:20px auto;}
#profile .row.col2 img{width:auto;height:auto;margin:0px auto;display:block;max-width:100%;max-width:100%;}
#profile .row.col2 img.sp{display:inherit;}
#profile .row.col2 img.pc{display:none;}
}


/* CONCEPT
============================================================================================================ */
#concept .img {
	float: right;
}
#concept section h1 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.3;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#concept section h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45px;
	border-bottom: 1px solid #747474;
}
#concept p {
	line-height: 1.8;
}
#concept strong {
	color: #3e718e;
	font-size: 17px;
	font-size: 1.7rem;
}
#concept dt {
	margin: 2em 0 0.2em;
}
#concept dd {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
	#concept .img {
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}
}



/* COMPANY
============================================================================================================ */
#company .contents {
	padding: 0;
}
#company .contents .s {
	padding-top: 80px;
	padding-bottom: 80px;
}
#company .outline {
	background: url(../images/outline_bg.png) repeat-y 100% 0;
}

#outline {
	float: left;
	width: 370px;
}

#outline > dl > dt {
	float: left;
}
#outline > dl > dd {
	padding: 0 0 1.5em 6em;
}
#outline dd dd + dt {
	margin-top: 1.4em;
}

#outline dd dd + dt {
	margin-top: 1.4em;
}

#organization {
	width: 430px;
	float: right;
	padding: 0 37px;
}
#organization:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#organization h1 {
	margin-bottom: 70px;
	padding: 0.8em 0 0.8em 0.4em;
	background-color: #fff;
	text-align: center;
	letter-spacing: 0.4em;
}

#organization dl {
	position: relative;
	line-height: 1.5;
}
#organization dt {
	width: 100px;
	height: 64px;
	background-color: #5d88a0;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	padding-top: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#organization dt.multi {
	padding-top: 14px;
}
#organization .honbu {
	width: 100px;
	margin: 0 auto 108px;
}
#organization .honbu dt {
	padding-left: 0.5em;
	letter-spacing: 0.5em;
}
#organization .honbu ul {
	position: absolute;
	top: 13px;
	left: 110px;
	white-space: nowrap;
}
#organization .shop {
	position: relative;
}
#organization .shop dl {
	float: left;
}
#organization .shop dl + dl {
	margin-left: 10px;
}
#organization .shop dt {
	margin-bottom: 0.5em;
}
#organization .shop:before,
#organization dl:before {
	content: "";
	position: absolute;
	left: 50%;
	background-color: #c3c3c3;
	width: 2px;
	height: 54px;
	margin-left: -1px;
}
#organization .honbu:before {
	bottom: -54px;
}
#organization .shop dl:before {
	top: -54px;
}
#organization .shop:before {
	top: -55px;
	left: 50px;
	right: 50px;
	width: auto;
	height: 2px;
	margin-left: 0;
}

@media screen and (max-width: 640px) {
	#company .outline {
		background: none;
	}
	#company .contents {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	#company .contents .s {
		padding: 0 10px;
	}
	#outline {
		float: none;
		width: auto;
	}
	#outline > dl > dd {
		padding: 0 0 1em 5em;
	}
	#organization {
		float: none;
		width: auto;
		margin: 10px -10px;
		padding: 15px;
		background: url(../images/outline_bg.png);
	}
	#organization h1 {
		margin-bottom: 30px;
	}
	#organization dl {
		line-height: 1.4;
	}
	#organization dt {
		width: 70px;
		height: 44px;
		padding-top: 15px;
	}
	#organization dt.multi {
		padding-top: 7px;
	}
	#organization .honbu {
		width: 70px;
	}
	#organization .honbu ul {
		left: 76px;
		top: 6px;
	}
	#organization .shop {
		width: 290px;
		margin: auto;
	}
	#organization .shop dl + dl {
		margin-left: 2px;
	}
	#organization .shop:before {
		left: 35px;
		right: 36px;
	}
}


#access {
}

#access .map_wrap:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#access section {
	float: left;
	width: 410px;
}
#access section + section {
	float: right;
}
#access section .map {
	height: 310px;
}
#access section .link {
	text-align: right;
	font-size: 10px;
	font-size: 1rem;
}
#access section .link a {
	display: inline-block;
	padding: 0.5em 1.5em;
	background-color: #5d88a0;
	color: #fff;
}
#access section h1 {
	position: relative;
	margin: 25px 0 20px;
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 15px;
	font-size: 1.5rem;
}
#access section span {
	margin-bottom: 0.8em;
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
}

#access section h1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	border-bottom: 1px solid #747474;
}

@media screen and (max-width: 640px) {
	#access {
		margin-top: 0;
	}
	#access section {
		float: none;
		width: auto;
	}
	#access section + section {
		width: auto;
		margin-top: 30px;
	}
	#access section .map {
		height: 260px;
	}
	#access section h1 {
		position: relative;
		margin: 15px 0 10px;
		padding-bottom: 10px;
	}
	#access section span {
		margin-bottom: 0;
	}
}

/* MEDIA
============================================================================================================ */

#media h2{text-align:center;padding-bottom:30px;}
#media h2 span{display:none;}
@media screen and (max-width: 640px) {
#media .contents{padding-top:0px;}
#media h2{padding-bottom:0px;}
#media h2 img{display:none;}
#media h2 span{
display: block;
    margin: 0 -10px 15px;
    padding: 0.3em 10px;
    background-color: #282828;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
}

/* FC
============================================================================================================ */
#fc header h2 img{display:block;margin:0px auto;}
#fc header h2{padding-top:70px;padding-bottom:30px;}
#fc p.center{text-align:center;margin-bottom:30px;}
#fc ul.row:after{content:"";display:block;clearboth;}
#fc ul li{float:left;margin-bottom:30px;margin-right:60px;}
#fc ul li:nth-child(3n){float:right;margin-right:0px;}
#fc ul li a{display:block;transition: all 0.3s;}
#fc ul li a:hover{opacity:0.6;}

@media screen and (max-width: 640px) {
#fc header h2{padding-top:40px;padding-bottom:20px;}
#fc header h2 img{width:auto;height:auto;display:block;max-width:200px;}

#fc ul li:nth-child(odd){float:left;margin-right:0px;width:45%;clear:both;}
#fc ul li:nth-child(even){float:right;margin-right:0px;width:45%;}

}
/* SHOP
============================================================================================================ */
#shop header .w li a {
	position: relative;
	height: 150px;
	padding-bottom: 20px;
}
#shop header li span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4px;
	letter-spacing: 0;
	font-size: 11px;
	font-size: 1.1rem;
}
#shop .ph {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	background-color: #282828;
}
#shop .ph > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#shop .ph > .ph {
	width: 705px;
}

#shop .txt_area:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#shop .txt_area > * {
	float: left;
}
#shop .txt_area .txt {
	width: 440px;
	padding-right: 60px;
	line-height: 2.2;
}
#shop .txt_area .info {
	width: 439px;
	padding-left: 20px;
	border-left: 1px solid #464646;
	font-size: 11px;
	font-size: 1.1rem;
}
#shop .txt_area .info .name {
	margin-bottom: 1em;
}
#shop .txt_area .info .name span {
	margin-left: 2em;
	font-size: 10px;
	font-size: 1rem;
}
#shop .txt_area .info dt {
	float: left;
}
#shop .txt_area .info dd {
	padding-left: 7em;
}
#shop .txt_area .info a {
	color: #454545;
}
@media screen and (max-width: 640px) {
	#shop .s h1 {
		position: relative;
		text-align: center;
	}
	#shop .s h1 img {
		width: auto;
		height: 40px;
	}
	#shop .s h1 span {
		position: absolute;
		right: 10px;
		bottom: 0.8em;
		font-size: 11px;
		font-size: 1.1rem;
	}

	#shop .ph {
		display: block;
		margin-bottom: 15px;
	}
	#shop .ph > span {
		display: block;
	}
	#shop .ph > .name {
		display: none;
	}
	#shop .ph > .ph {
		width: auto;
	}
	#shop .txt_area > * {
		float: none;
		width: auto !important;
	}
	#shop .txt_area .txt {
		padding-right: 0;
		line-height: 1.9;
	}
	#shop .txt_area .info {
		margin-top: 10px;
		padding-top: 10px;
		padding-left: 0;
		border-left: 0;
		border-top: 1px solid #999;
	}
}





/* RECURUIT
============================================================================================================ */
#shoplist {
}

/* スタッフメッセージ
----------------------------------------------------------------------- */
#staff .row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#staff .row + .row {
	margin-top: 60px;
}
#staff .row section {
	float: left;
	width: 465px;
}
#staff .row section + section {
	float: right;
}
#staff .row h1 {
	margin-bottom: 20px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: normal;
}
#staff .row .comment {
	position: relative;
	/*padding-top: 40px;*/
}
#staff .row .ph {
	position: absolute;
	left: 0;
	top: 0;
}
#staff .row dl {
	position: relative;
	margin-left: 245px;
	padding: 25px 25px 15px;
	background-color: #fff;
	line-height: 2;
	font-size: 11px;
	font-size: 1.1rem;
	z-index: 2;
}
#staff .bg dl {
	background-color: #ffffff;
}
#staff .row dl dt {
	margin-bottom: 25px;
	text-align: center;
}
	
	#shop .ph > .ph img.pc{display:inherit;}
	#shop .ph > .ph img.sp{display:none;}


@media screen and (max-width: 640px) {
	#staff .row:after {
		content: none;
	}
	#staff .row + .row {
		margin-top: 0;
	}
	#staff .row section {
		margin-top: 20px;
		float: none;
		width: auto;
	}
	#staff .row section + section {
		float: none;
	}
	#staff .row h1 {
		margin-bottom: 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	#staff .row .ph {
		width: 50%;
	}
	#staff .row dl {
		height:auto !important;
		margin-left: 35%;
		padding: 10px;
		background-color: #fff;
		line-height: 2;
		font-size: 11px;
		font-size: 1.1rem;
		z-index: 2;
	}
	#staff .row dl dt {
		margin-bottom: 10px;
		text-align: center;
	}
	#staff .row dl dt img {
		width: auto;
		height: 40px;
	}
	#staff .bg dl {
		background-color: #fff;
	}
	#staff .row section + section dl {
		background-color: #e5e5e5;
	}
	#shop .ph{background:none;}
	#shop .ph > .ph img.pc{display:none;}
	#shop .ph > .ph img.sp{display:inherit;}
}


/* CONTACT
============================================================================================================ */
#container {
}
#container #contact {
	margin-bottom: 0;
	background: #cccccc;
}
#contact .contents {
	width: 660px;
	color: #fff;
}
#contact form dl {
	margin-bottom: 45px;
}
#contact form dl:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#contact form dt {
	float: left;
}
#contact form dt span {
	display: table-cell;
	width: 150px;
	height: 50px;
	padding-left: 0.1em;
	background-color: #333333;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
#contact form dd {
	margin-left: 190px;
	margin-bottom: 35px;
}
#contact form dd span {
	display: table-cell;
	width: 470px;
	height: 50px;
	vertical-align: middle;
}
#contact form input[type=text],
#contact form textarea {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 1em;
	background-color: #fff;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 1.3rem;
}
#contact form textarea {
	height: 180px;
}
#contact form button {
	width: 280px;
	padding: 1.5em 0 1.5em 1em;
	background-color: #333333;
	border: 2px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1em;
	-webkit-transition: background 0.2s;
	-o-transition: background 0.2s;
	transition: background 0.2s;
}
#contact form button:hover {
	background-color: #3e3e3e;
}

#contact form p {
	text-align: center;
}
#contact form p + p {
	margin-top: 40px;
}
#contact form p a {
	color: #fff;
	text-decoration: underline;
}
#contact form p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	#contact .contents {
		width: auto;
		color: #fff;
	}
	#contact form dl {
		margin-bottom: 0;
	}
	#contact form dt {
		float: none;
		margin-bottom: 5px;
	}
	#contact form dt span {
		height: 30px;
	}
	#contact form dd {
		margin-left: 0;
		margin-bottom: 20px;
	}
	#contact form dd span {
		display: block;
		width: auto;
		height: auto;
	}
	#contact form p + p {
		margin-top: 20px;
	}
}



