@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: 64%;
	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: -59px;
	}
	#opening img {
		width: 162px;
	}
}

/* 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 h2 {
	position: absolute;
	right: 10px;
	top: 0;
	padding-top: 95px;
	text-align: right;
	font-size: 16px;
	font-size: 1.6rem;
}
#container > section > header h2 img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: none;
	padding-top: 19px;
	border-top: 6px solid #282828;
}
#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: #b9b9b9;
	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 h2 {
		padding-top: 50px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#container > section > header h2 img {
		width: auto;
		height: 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: 40px;
		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 > h2 {
	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 > h2 {
		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;
	}
	.ric section { display:block;}
}


/* 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: 2.2;
	margin-top:40px;
}

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



/* COMPANY
============================================================================================================ */
#company .contents {
	padding: 0;
}
#company .contents .s.outline {
	padding-top: 80px;
	padding-bottom: 80px;
}
#company .outline {
	background: url(../images/outline_bg.png) repeat-y 100% 0;
}
#company .outline .title {
}
#outline {
	float: left;
	width: 370px;
}
@media screen and (max-width: 640px) {
	#company .outline {
		background: none;
	}
	#company .contents {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	#company .contents .s,
	#company .contents .s.outline {
		padding: 0 10px;
	}
	#outline {
		float: none;
		width: auto;
	}
}


#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 .title {
	margin-bottom: 20px;
	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: 130px;
    height: 64px;
    background-color: #1eb42d;
    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 dl.honbu {
    width: 125px;
    margin: 0 auto 20px;
}
#organization dl.honbu dt {
	padding-left: 0.5em;
	letter-spacing: 0.5em;
}

@media screen and (max-width: 640px) {

	#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 dl {
		line-height: 1.4;
	}
	#organization dt {
		/*ｚ*/
		height: 44px;
		padding-top: 15px;
	}
	#organization dt.multi {
		padding-top: 7px;
	}
	#organization .honbu {
	}
	#organization .honbu ul {
		left: 76px;
		top: 6px;
	}

}

#organization .shop {
	position: relative;
}
#organization .shop dl {
	float: left;
}
#organization .shop dl + dl {
    margin-left: 20px;
}
#organization .shop dt {
	margin-bottom: 0.5em;
}
#organization dt.multi {
    padding-top: 22px;
}
#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: 64px;
    right: 64px;
    width: auto;
    height: 2px;
    margin-left: 0;
}
@media screen and (max-width: 640px) {
	#organization .shop {
		width: 245px;
		margin: 0px auto;
	}
	#organization .shop dt {
		width:80px !important;
		height:66px !important;
	}
	#organization .shop dl + dl {
		margin-left: 2px;
	}

		#organization .shop dt {
		padding-top: 25px;
	}

	#organization .shop:before {
		left: 40px;
		right: 42px;
	}

	#organization dl:before {
    content: "";
    position: absolute;
    left: 49%;
    background-color: #c3c3c3;
    width: 2px;
    height: 54px;
    margin-left: -1px;
}

#organization dt.multi {
    padding-top: 18px;
}

}


.map_wrap{
	padding-top: 30px;
}
#access {}
#access .map_wrap:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#access section {}
#access section + section {}
#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: #1eb42d;
	color: #fff;
}
#access section p.title {
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 15px;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
}
#access section span {
	display: inline-block;
	font-size: 15px;
	font-size: 1.5rem;
}

#access section p.title: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 p.title {
		position: relative;
		margin: 15px 0 10px;
		padding-bottom: 10px;
	}
	#access section span {
		margin-bottom: 0;
	}
}

/* SHOP
============================================================================================================ */
#shop header .w ul{
	width: 90%;
}
#shop header .w ul li{
	margin-top: 5px;
}

#shop header .w li a {
	position: relative;
	height: 70px;
	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 .ph.white {
	background: #fff !important;
}

#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;
	}
}




/* NEWS
============================================================================================================ */
#news .contents {
	}
#news .contents dl {
	background:#FFF;
	width:100%;
	border-bottom:1px solid #EFEFEF;
}
#news .contents dt {
	padding: 20px;
	float:left; 
	border-left:1px solid #EFEFEF;
}
#news .contents dd {
	padding: 20px;
	margin-left:120px;
	width: 780px; 
}
@media screen and (max-width: 640px) {
	#news .contents dt {
		padding: 10px 10px 0px 10px;
		float:none; 
		border-left:1px solid #EFEFEF;
	}
	#news .contents dd {
		padding: 10px;
		margin-left:0px;
		width: 100%; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	}
}

/* RECURUIT
============================================================================================================ */
#recruit {
}

/* スタッフメッセージ
----------------------------------------------------------------------- */
#recruit #staff{
}
#staff .row:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0;
}
#staff .row + .row {
	margin-top: 60px;
}
@media screen and (max-width: 640px) {
	#staff .row:after {
		content: none;
	}
	#staff .row + .row {
		margin-top: 0px;
	}
	#staff .row section {
		margin-top: 40px;
		padding:10px;
		width: auto;
	}
}



#staff .row .infoin {
	background:#FFF;
	padding:40px;
}
#staff .row .infoin .info {
	position: relative;
	width:80%;
	margin:0 auto;
}
#staff .row .infoin .info h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
	}
#staff .row .infoin .info .info p {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top:20px;
}
#staff .row .infoin .info ul {
	position: relative;
	padding: 0px;
	margin-top:10px;
}
#staff .row .infoin .info ul li {
	border:1px solid #1eb42d;
	padding:5px;
	display: inline-block;
	width:45%;
	margin-right:1%;
	margin-bottom:10px;
	text-align: center;
	color:#1eb42d;
	}
#staff .row .infoin .info .ph2 {
	float:right;
}

@media screen and (max-width: 640px) {
	#staff .row .infoin {
		padding:10px;
	}
	#staff .row .infoin .info {
		position: relative;
		float:none;
		width:100%;
	}
	#staff .row .infoin .info h3 {
		font-size: 1.5rem;
		}
	#staff .row .infoin .info .info p {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top:20px;
	}
	#staff .row .infoin .info ul {
		position: relative;
		padding: 0px;
	}
	#staff .row .infoin .info ul li {
		border:1px solid #83AD34;
		padding:5px;
		display: inline-block;
		width:95%;
		margin-right:1%;
		margin-bottom:10px;
		text-align: center;
		color:#83AD34;
		}
	#staff .row .infoin .info .ph2 {
		float:none;
		text-align:center;
	}
}
#staff .title { text-align:center;
	font-size: 18px;
	font-size: 1.8rem;
	margin:0px 40px 20px 40px;
	font-weight:bold;
	color:#1eb42d;
	padding-bottom:10px;
	border-bottom:1px solid #EFEFEF;
	}
#staff .row .comment_in {
	display:inline-block; width:49.5%;
	margin:5px auto 0px auto;
	padding-top:10px;
	vertical-align:top;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#staff .row .comment_in h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-left:20px;
	}
#staff .row .comment_in .comment {
	position: relative;
	padding: 40px;
}
#staff .row .comment_in .comment .ph {
	position: absolute;
	left: 20px;
	top: 20px;
}
#staff .row .comment_in .comment dl {
	position: relative;
	margin-left: 185px;
	padding: 25px 20px 20px;
	border:1px solid #CCC;
	background:#FFF;
	font-size: 11px;
	font-size: 1.1rem;
	z-index: 2;
  text-align: center;
}
#staff .row .comment_in .comment dl dt {
	margin-bottom: 25px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#staff .title { text-align:center;
		font-size: 14px;
		font-size: 1.4rem;
		margin:0px 40px 10px 40px;
		padding-top:20px;
		padding-bottom:10px;
		}
	#staff .row .comment_in {
		display:inline-block; width:100%;
		margin:5px auto 0px auto;
		padding-top:10px;
		vertical-align:top;
	}
	#staff .row .comment_in h3 {
    text-align: center;
    margin-left: 0;
    }
	#staff .row .comment_in .comment {
		position: relative;
		padding: 40px 20px 40px 45px;
	}
	#staff .row .comment_in .comment .ph {
		position: absolute;
		left: 20px;
		top: 20px;
	}
	#staff .row .comment_in .comment dl {
		position: relative;
		margin-left: 0px;
		margin-top:150px;
		padding: 25px 20px 20px;
		z-index: 2;
	}
	#staff .row .comment_in .comment dl dt {
		margin-bottom: 25px;
		text-align: center;
	}
}

#staffinfo .message {
	padding:40px;
	background:#FFF;
	}
#staffinfo .message p {}
.sp{
		display: none;
}
@media screen and (max-width: 640px) {
	#staffinfo .message {
		padding:40px 20px;
	}
	.sp{
		display: block;
	}
}



/*button_areaここから*/
.button_area{
	margin: 50px 0 40px;
}
.button_area .button_left, .button_area .button_right{
	padding: 0 30px;
	float: left;
	width: 50%;
}
.button_area .button_center{
	padding: 0 30px;
	width: 50%;
	margin: 0 auto;
	}
.button_area a{
	font-size: 18px;
	text-align: center;
	background-color: #7ea200;
	color:#fff;
	display: block;
	box-shadow: 0 0 0 3px #fff inset;
	display: table;
	width: 100%;
-webkit-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
-o-transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
transition: color 0.15s, background-color 0.15s, background-image 0.15s, border 0.15s, opacity 0.15s;
	}
.button_area a small{
	display: block;
	font-size: 14px;
}
.button_area a span{ display: inline-block;
	display: table-cell; /* IE8から使用可能 */
	vertical-align: middle;
	padding: 0.5em 0;
	}
.button_area a:hover{
	background-color: #333;
	text-decoration:none;
	}
@media screen and (max-width: 680px) {
.button_area .button_center{
	padding: 0 0px;
	width: 90%;
	margin: 0 auto;
	}
}

.naiyou {
	background:#FFF;
	padding:20px;
	}

/* table
============================================================================================================ */
table.basic {
	margin:0 auto;
	background-color: #fff;
	line-height: 1.6;
	border-bottom: 1px solid #7ea200;
	border-right: 1px solid #7ea200;
}
table.basic th {
	padding: 0.6em 1em;
	border-top: 1px solid #7ea200;
	border-left: 1px solid #7ea200;
	text-align:center;
	color:#7ea200;
	background:#F5F8EF;
}
table.basic td {
	padding: 0.6em 1em;
	border-top: 1px solid #7ea200;
	border-left: 1px solid #7ea200;
}
table .w25 {width: 25%;}
@media screen and (max-width: 680px) {
	table.basic {
		border-width: 2px;
		font-size: 1.2rem;
		line-height: 1.5;
	border-bottom: 1px solid #7ea200;
	border-right: 1px solid #7ea200;
	}
	table.basic th,
	table.basic td {
		padding: 0.5em;
	}
	table.basic thead th {
		border-width: 1px;
	}
	table.basic tfoot th,
	table.basic tfoot td {
		border-width: 1px;
	}
}
