@charset "utf-8";
/* CSS Document */

/* corporation ==============================================================
	1. p-mainTitle
	2. p-anchor
	3. p-creed
	4. p-principle
	5. p-greeting
	6. p-outline
======================================================================== */

/* =====================================================================
	1. p-mainTitle
======================================================================== */

.p-corporation .p-mainTitle {
	width: 100%;
	height: 90px;
	background: url(../img/title/title_corporation.png) no-repeat center, url(../img/title/bg_title.jpg) repeat center;;
}
@media screen and (max-width: 999px) {
	.p-corporation .p-mainTitle {
		height: 45px;
		background-size: auto 45px;
	}
}

/* =====================================================================
	2. p-anchor
======================================================================== */

.p-corporation .p-anchor {
	font-size: 0;
	text-align: center;
	width: 100%;
	height: auto;
	margin: auto;
	background: url(../img/corporation/bg_anchor.jpg) repeat center;
}
.p-corporation .p-anchor li {
	display: inline-block;
	width: 180px;
	height: 58px;
	margin: 0 7px 27px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px rgba(147,115,77,0.8);
}
.p-corporation .p-anchor li:hover {
	opacity: 0.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.p-corporation .p-anchor .creed {
	background: url(../img/corporation/btn_creed.png) no-repeat center;
}
.p-corporation .p-anchor .greeting {
	background: url(../img/corporation/btn_greeting.png) no-repeat center;
}
.p-corporation .p-anchor .outline {
	background: url(../img/corporation/btn_outline.png) no-repeat center;
}
.p-corporation .p-anchor .history {
	background: url(../img/corporation/btn_history.png) no-repeat center;
}
.p-corporation .p-anchor .yakisoba {
	background: url(../img/corporation/btn_yakisoba.png) no-repeat center;
}
.p-corporation .p-anchor li a {
	display: block;
	width: 180px;
	height: 58px;
}
@media screen and (max-width: 999px) {
	.p-corporation .p-anchor {
		padding-bottom: 20px;
	}
	.p-corporation .p-anchor ul {
		width: auto;
		margin: 0 10px;
	}
	.p-corporation .p-anchor li {
		width: 90px;
		height: 29px;
		margin: 0 5px 5px;
	}
	.p-corporation .p-anchor .creed {
		background-size: 90px 29px;
	}
	.p-corporation .p-anchor .greeting {
		background-size: 90px 29px;
	}
	.p-corporation .p-anchor .outline {
		background-size: 90px 29px;
	}
	.p-corporation .p-anchor .history {
		background-size: 90px 29px;
	}
	.p-corporation .p-anchor .yakisoba {
		background-size: 90px 29px;
	}
	.p-corporation .p-anchor li a {
		width: 90px;
		height: 29px;
	}
}

/* =====================================================================
	3. p-creed
======================================================================== */

.p-corporation .p-creed {
	width: 100%;
	height: 180px;
	padding-top: 40px;
	background: url(../img/corporation/bg_creed.jpg) repeat center;
}
.p-corporation .p-creed .p-title {
	width: 100%;
	height: 50px;
	background: url(../img/corporation/title_creed.png) no-repeat center;
}
.p-corporation .p-creed .p-text {
	width: 100%;
	height: 110px;
	padding-bottom: 20px;
	background: url(../img/corporation/text_creed.png) no-repeat center;
}
@media screen and (max-width: 999px) {
	.p-corporation .p-creed {
		height: auto;
		padding-top: 20px;
	}
	.p-corporation .p-creed .p-title {
		height: 25px;
		background-size: auto 25px;
	}
	.p-corporation .p-creed .p-text {
		width: auto;
		height: auto;
		padding-bottom: 0;
		padding-top: 18.334%;
		margin: 0 10px;
		background-size: 100% auto;
	}
}

/* =====================================================================
	4. p-principle
======================================================================== */
.p-corporation .p-principle {
	width: 100%;
	height: 230px;
	padding-bottom: 40px;
	background: url(../img/corporation/bg_principle.jpg) repeat center;
}
.p-corporation .p-principle .p-title {
	width: 100%;
	height: 50px;
	background: url(../img/corporation/title_principle.png) no-repeat center;
}
.p-corporation .p-principle .p-text {
	width: 100%;
	height: 180px;
	background: url(../img/corporation/text_principle.png) no-repeat center;
}
@media screen and (max-width: 999px) {
	.p-corporation .p-principle {
		height: auto;
		padding-bottom: 20px;
	}
	.p-corporation .p-principle .p-title {
		height: 25px;
		background-size: auto 25px;
	}
	.p-corporation .p-principle .p-text {
		width: auto;
		height: auto;
		padding-top: 30%;
		margin: 0 10px;
		background-size: 100% auto;
	}
}

/* =====================================================================
	5. p-greeting
======================================================================== */

.p-corporation .p-greeting {
	position: relative;
	width: 100%;
	height: 640px;
	padding-top: 40px;
	background: url(../img/corporation/bg_president.png) no-repeat bottom right, url(../img/corporation/bg_greeting.jpg) repeat center;
}
.p-corporation .p-greeting .p-title {
	width: 100%;
	height: 50px;
	background: url(../img/corporation/title_greeting.png) no-repeat center;
}
.p-corporation .p-greeting .p-proceed {
	width: 100%;
	height: 100px;
	background: url(../img/corporation/text_proceed.png) no-repeat center;
}
.p-corporation .p-greeting .p-text {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 960px;
	text-align: left;
	color: #7F3F00;
	font-size: 1.4rem;
	line-height: 2.6rem;
	text-shadow: 2px 2px 8px #FFFFFF, -2px -2px 8px #FFFFFF, 2px -2px 8px #FFFFFF, -2px 2px 8px #FFFFFF;
}
.p-corporation .p-greeting .p-name {
	display: block;
	width: 100%;
	height: 50px;
	background: url(../img/corporation/img_name.png) no-repeat center right;
}
@media screen and (max-width: 1499px) {
	.p-corporation .p-greeting {
		height: auto;
		padding-bottom: 40px;
	}
	.p-corporation .p-greeting .p-text {
		position: static;
		padding-right: 400px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 999px) {
	.p-corporation .p-greeting {
		padding-top: 20px;
		padding-bottom: 114%;
		background: url(../img/corporation/bg_president.png) no-repeat center bottom, url(../img/corporation/bg_greeting.jpg) repeat center;
		background-size: 100% auto;
	}
	.p-corporation .p-greeting .p-title {
		height: 25px;
		background-size: auto 25px;
	}
	.p-corporation .p-greeting .p-proceed {
		width: auto;
		height: auto;
		padding-top: 16.67%;
		margin: 0 10px;
		background-size: 100% auto;
	}
	.p-corporation .p-greeting .p-text {
		position: static;
		width: auto;
		margin: 0 10px;
		padding-right: 0;
	}
	.p-corporation .p-greeting .p-name {
		height: 25px;
		padding: 10px 0;
		background-size: auto 25px;
	}
}

/* =====================================================================
	6. p-outline
======================================================================== */

.p-corporation .p-outline {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 40px;
	background: url(../img/corporation/bg_outline.jpg) repeat center;
}
.p-corporation .p-outline .p-title {
	width: 100%;
	height: 50px;
	background: url(../img/corporation/title_outline.png) no-repeat center;
}
.p-corporation .p-outline .p-table {
	width: 960px;
	height: auto;
	margin: 40px auto 0;
	border-collapse: collapse;
}
.p-corporation .p-outline .p-table th {
	width: 180px;
	box-sizing: border-box;
	padding: 8px 20px;
	border: rgba(245, 235, 218, 0.7) solid 2px;
	vertical-align: top;
	text-align: left;
	color: #7F3F00;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2.6rem;
	background-color: rgba(255, 255, 255, 0.7);
}
.p-corporation .p-outline .p-table td {
	box-sizing: border-box;
	padding: 8px 20px;
	border: rgba(245, 235, 218, 0.7) solid 2px;
	color: #7F3F00;
	font-size: 1.4rem;
	line-height: 2.7rem;
	background-color: rgba(255, 255 ,255, 0.5);
}
@media screen and (max-width: 999px) {
	.p-corporation .p-outline {
		height: auto;
		padding-top: 20px;
	}
	.p-corporation .p-outline .p-title {
		height: 25px;
		background-size: auto 25px;
	}
	.p-corporation .p-outline .p-table {
		width: calc(100% - 20px);
		margin: 20px 10px 0;
	}
	.p-corporation .p-outline .p-table th {
		display: block;
		width: auto;
		padding: 4px;
		border-width: 1px;
		white-space: nowrap;
	}
	.p-corporation .p-outline .p-table td {
		display: block;
		padding: 4px 10px;
		border-width: 1px;
	}
}

/* =====================================================================
	7. p-accessmap
======================================================================== */

.p-corporation .p-accessmap {
	width: 100%;
	height: auto;
	padding-top: 40px;
	background: url(../img/corporation/bg_accessmap.jpg) repeat center;
}
.p-corporation .p-accessmap .p-title {
	width: 100%;
	height: 50px;
	background: url(../img/corporation/title_accessmap.png) no-repeat center;
}
.p-corporation .p-accessmap iframe {
	width: 100%;
	height: 500px;
	margin-top: 40px;
}
@media screen and (max-width: 999px) {
	.p-corporation .p-accessmap {
		padding-top: 20px;
	}
	.p-corporation .p-accessmap .p-title {
		height: 25px;
		background-size: auto 25px;
	}
	.p-corporation .p-accessmap iframe {
		width: 100%;
		height: 300px;
		margin-top: 20px;
		padding: 0 10px;
		box-sizing: border-box;
	}
}

/* =====================================================================
	8. p-history
======================================================================== */

.p-corporation .p-history {
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px 0 100px;
	background: url(../img/corporation/bg_history.jpg) repeat center;
}
.p-corporation .p-history .p-title {
	width: 100%;
	height: 50px;
	background: url(../img/corporation/title_history.png) no-repeat center;
}
.p-corporation .p-history .p-table {
	width: 960px;
	height: auto;
	margin: 40px auto 0;
	border-collapse: collapse;
}
.p-corporation .p-history .p-table th {
	width: 320px;
	box-sizing: border-box;
	padding: 8px 20px;
	border: rgba(245, 235, 218, 0.7) solid 2px;
	vertical-align: top;
	text-align: left;
	color: #7F3F00;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 2.6rem;
	background-color: rgba(255, 255, 255, 0.7);
}
.p-corporation .p-history .p-table td {
	box-sizing: border-box;
	padding: 8px 20px;
	border: rgba(245, 235, 218, 0.7) solid 2px;
	color: #7F3F00;
	font-size: 1.4rem;
	line-height: 2.7rem;
	background-color: rgba(255, 255 ,255, 0.5);
}
@media screen and (max-width: 999px) {
	.p-corporation .p-history {
		height: auto;
		padding: 20px 0 50px;
	}
	.p-corporation .p-history .p-title {
		height: 25px;
		background-size: auto 25px;
	}
	.p-corporation .p-history .p-table {
		width: calc(100% - 20px);
		margin: 20px 10px 0;
	}
	.p-corporation .p-history .p-table th {
		display: block;
		width: auto;
		padding: 4px;
		border-width: 1px;
		white-space: nowrap;
	}
	.p-corporation .p-history .p-table td {
		display: block;
		padding: 4px 10px;
		border-width: 1px;
	}
}

/* =====================================================================
	9. p-yakisoba
======================================================================== */

.p-corporation .p-yakisoba {
	width: 100%;
	height: 1025px;
	padding-top: 65px;
	border-top: #FF9900 solid 10px;
	background: url(../img/corporation/bg_yakisoba.jpg) no-repeat center, url(../img/corporation/bg_yakisoba2.jpg) repeat-x center;
}
.p-corporation .p-yakisoba .c-title {
	width: 100%;
	height: 50px;
	margin-bottom: 40px;
}
.p-corporation .p-yakisoba .c-subtitle {
	width: 960px;
	height: auto;
	margin: auto;
	padding-bottom: 1em;
	text-align: center;
	color: #FF6600;
	font-size: 2.2rem;
	line-height: 4.0rem;
	text-shadow: 2px 2px 8px #FFFFFF, -2px -2px 8px #FFFFFF, 2px -2px 8px #FFFFFF, -2px 2px 8px #FFFFFF;
}
.p-corporation .p-yakisoba .c-subtitle .c-small {
	display: block;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
.p-corporation .p-yakisoba .c-text {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 70px;
	text-align: left;
	color: #7F3F00;
	font-size: 1.4rem;
	line-height: 2.6rem;
	text-shadow: 2px 2px 8px #FFFFFF, -2px -2px 8px #FFFFFF, 2px -2px 8px #FFFFFF, -2px 2px 8px #FFFFFF;
}
.p-corporation .p-yakisoba hr {
	border: none;
	width: 50px;
	height: 10px;
	background: url(../img/corporation/border.png) no-repeat center;
	margin: 0 auto 70px;
}
.p-corporation .p-yakisoba .p-guide {
	background: url(../img/corporation/title_guide.png) no-repeat center;
}
.p-corporation .p-yakisoba .p-detail {
	background: url(../img/corporation/title_detail.png) no-repeat center;
}
@media screen and (max-width: 999px) {
	.p-corporation .p-yakisoba {
		height: auto;
		padding-top: 30px;
		background: none, url(../img/corporation/bg_yakisoba2.jpg) no-repeat center;
		background-size: cover;
	}
	.p-corporation .p-yakisoba .c-title {
		height: 25px;
		margin-bottom: 20px;
	}
	.p-corporation .p-yakisoba .c-subtitle {
		width: auto;
		margin: 0 10px;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	.p-corporation .p-yakisoba .c-text {
		width: auto;
		margin: 0 10px;
		padding-bottom: 35px;
	}
	.p-corporation .p-yakisoba hr {
		margin-bottom: 35px;
	}
	.p-corporation .p-yakisoba .p-guide {
		background-size: auto 25px;
	}
	.p-corporation .p-yakisoba .p-detail {
		background-size: auto 25px;
	}
}





