﻿@charset "utf-8";
/* CSS Document	*/
/* style.css	*/
/* 標準CSS		*/

/**************************
 * 全デバイス共通スタイル *
 **************************/
/* 汎用スタイル */
* {
	font-family: 'AXIS Std', Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	color: #444;
}

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,p,ul,li,img {
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	font-weight: 300;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin: 0;
	padding: 0;
}

section {
	margin: 0 auto;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	overflow: hidden;
	max-width: 1020px;
}

section h1, section h2 {
	padding-top: 60px;
	padding-bottom: 32px;
	font-size: 14px;
	letter-spacing: 5px;
	color: #EFC93C;
	background-size: 50px;
	background-position: center bottom;
	background-repeat: no-repeat;
}


/* 操作系スタイル */
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}


/* ヘッダースタイル（共通） */
header {
	position: relative;
	display: block;
	height: 75px;
	max-width: 1020px;
	margin: 0 auto;
	padding-top: 25px;
	background-color: #FFF;
}

header * {
	text-align: center;
}

header #logo {
	display: block;
	margin-left: 30px;
	float: left;
}

header #logo img {
	width: auto;
	height: 50px;
}

header nav ul {
	display: block;
	width: 760px;
	max-height: 55px;
	background-color: #FFF;
	float: right;
	text-align: left;
	margin-top: 20px;
}

header nav ul li {
	margin: 0 35px;
	padding: 0;
	display: inline-block;
}

header nav ul li a {
	padding: 1.5em 0;
	text-align: left;
	font-size: 10px;
}

header nav ul li a:hover,
header nav ul li a.hover {
	text-decoration: none;
	border-bottom: 2px solid #EFC93C;
}

header p#contact_link {
	display: block;
	text-align: right;
	position: fixed;
	width: 1020px;
	top: 0;
}

header p#contact_link a {
	display: inline-block;
	position: relative;
	right: 0;
	min-width: 170px;
	max-width: 170px;
	font-size: 9px;
	padding: 1em 0;
	background: url(../img/mail_icon.png) center left no-repeat #EFC93C;
}
/* ヘッダースタイル（共通）ここまで */


/* セクションスタイル（共通） */

/*
 * #main_image:メインイメージ
 */
section#main_image {
	margin: 0 auto 60px auto;
}
section#main_image img {
	vertical-align: bottom;
	max-width: 1020px;
	width: 100%;
}


/*
 * #top_business：業務内容
 */
section#top_business {
	background: url(../img/top_business_back.jpg) no-repeat bottom center;
	position: relative;
}

section#top_business h2 {
	margin-bottom: 30px;
	background: url(../img/h_top_business.png) no-repeat top center;
}

section#top_business div.itembox {
	display: inline-block;
	vertical-align: top;
	background-color: #FFF;
	background-position: top center;
	background-repeat: no-repeat;
	width: 237px;
	padding: 340px 0 0 0;
	margin: 0 0 50px 0;
	min-height: 123px;
}

section#top_business div.itembox:after {
	content: '';
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	background: url(../img/arrow_right.png) #FFF no-repeat center bottom;
	position: absolute;
	bottom: 10px;
	margin-left: -50px;
	z-index: 0;
}

section#top_business div.li_manage {
	background-image: url(../img/top_management.jpg);
}

section#top_business div.li_insure {
	background-image: url(../img/top_insurance.jpg);
}

section#top_business div.li_rest {
	background-image: url(../img/top_restaurant.jpg);
}

section#top_business div.itembox h3 {
	margin-bottom: 0.5em;
	font-weight: 400;
	font-size: 12px;
}

section#top_business div.itembox p {
	line-height: 1.5em;
	font-weight: 400;
	font-size: 10px;
	padding: 0;
	text-align: left;
	position: absolute;
	width: 237px;
	z-index: 100;
	font-size: 10px;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	-o-transform:scale(0.9);
	transform:scale(0.9);
}


/*
 * #top_news: 新着情報
 */
section#top_news {
	margin-top: 80px;
}

section#top_news h2 {
	background: url(../img/h_top_news.png) no-repeat top center;
}

section#top_news ul {
	border-top: 1px solid #000;
	max-width: 680px;
	margin: 0 auto 120px auto;
	padding-top: 45px;
}

section#top_news ul li {
	display: inline-block;
	width: 180px;
	margin-right: 55px;
	font-size: 12px;
	text-align: left;
}

section#top_news ul li:nth-child(3n) {
	margin-right: 0;
}

section#top_news ul li time {
	display:block;
	margin-bottom: 1.5em;
	font-weight: 400;
}

section#top_news ul li p {
	line-height: 2em;
	margin-left: 0.5em;
	font-weight: 400;
}


/*
 * #restaurant: 飲食事業及びコンサルティング
 */
section#restaurant {
}

section#restaurant h1 {
	background: url(../img/h_restaurant.png) no-repeat top center;
}

section div.message {
	background-color: #F4F4F4;
	padding-top: 30px;
}

section div.message p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	padding-bottom: 30px;
}

section#restaurant h2,
section#management h2,
section#insurance h2 {
	font-size: 34px;
	color: #040000;
}

section#restaurant p#menu_message {
	font-size: 16px;
	margin-top: 20px;
	line-height: 2em;
	font-weight: 400;
}

section#restaurant ul li,
section#management ul li {
	display: inline-block;
	margin: 10px;
	font-size: 22px;
	font-weight: bolder;
	padding-top: 161px;
	background-repeat: no-repeat;
	background-position: top center;
	width: 220px;
}

section#restaurant ul li#menu01 {
	background-image: url(../img/back_menu01.jpg);
}
section#restaurant ul li#menu02 {
	background-image: url(../img/back_menu02.jpg);
}
section#restaurant ul li#menu03 {
	background-image: url(../img/back_menu03.jpg);
}
section#restaurant ul li#menu04 {
	background-image: url(../img/back_menu04.jpg);
}

section#restaurant ol {
	background: url(../img/arrow_down_big.png) #F4F4F4 no-repeat left top;
	min-height: 1085px;
	margin: 0;
	padding: 40px 0 0 0;
}

section#restaurant ol li,
section#insurance ol li {
	list-style: none;
	width: 380px;
	margin: 0 auto 45px auto;
	padding-left: 100px;
	min-height: 70px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 26px;
	font-weight: 400;
	text-align: left;
}

section#restaurant ol li:nth-child(1),
section#insurance ol li:nth-child(1) {
	background-image: url(../img/back_step01.png);
	line-height: 70px;
}
section#restaurant ol li:nth-child(2),
section#insurance ol li:nth-child(2) {
	background-image: url(../img/back_step02.png);
	line-height: 70px;
}
section#restaurant ol li:nth-child(3),
section#insurance ol li:nth-child(3) {
	background-image: url(../img/back_step03.png);
	line-height: 70px;
}
section#restaurant ol li:nth-child(4),
section#insurance ol li:nth-child(4) {
	background-image: url(../img/back_step04.png);
	line-height: 70px;
}
section#restaurant ol li:nth-child(5) {
	background-image: url(../img/back_step05.png);
	line-height: 35px;
}
section#restaurant ol li:nth-child(6) {
	background-image: url(../img/back_step06.png);
	line-height: 70px;
}
section#restaurant ol li:nth-child(7) {
	background-image: url(../img/back_step07.png);
	line-height: 70px;
}
section#restaurant ol li:nth-child(8) {
	background-image: url(../img/back_step08.png);
	line-height: 35px;
}
section#restaurant ol li:nth-child(9) {
	background-image: url(../img/back_step09.png);
	line-height: 70px;
}

section div.performance {
	width: 800px;
	margin: 0 auto 50px auto;
	padding: 10px 0 0 20px;
	background-color: #F4F4F4;
	text-align: left;
	overflow: hidden;
}

section div.performance h3 {
	font-size: 19px;
	border-left: 3px solid #EFC93C;
	line-height: 1.5em;
	padding-left: 10px;
	margin-bottom: 15px;
}

section div.performance h4 {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 7px;
}

section#restaurant div.performance h4 span {
	font-size: 12px;
	margin-left: 20px;
}

section#restaurant div.performance img.mcleartop {
	margin-top: -10px;
	margin-bottom: 40px;
}

section#restaurant div.performance img.mclearleft {
	margin-left: -20px;
	margin-bottom: 30px;
	margin-right: 10px;
}

section div.performance p.sub {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.85em;
	letter-spacing: 0.20em;
	padding-bottom: 0;
}

section#restaurant div.performance br.line {
	clear: both;
}

section#restaurant div.performance p#soon {
	font-size: 24px;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #231815;
	max-width: 480px;
	margin: 40px 0 40px 0;
}

section#restaurant div.performance p {
	padding-bottom: 2em;
	letter-spacing: 0.13em;
	line-height: 1.5em;
}


/*
 * #management: 経営コンサルティング
 */
section#management h1 {
	background: url(../img/h_management.png) no-repeat top center;
}

section#management div {
	margin-bottom: 20px;
}

section#management div.flowbox {
	background: url(../img/tri_down.png) no-repeat bottom center;
	padding-bottom: 50px;
}

section#management div.flowbox p,
section#management div.flowboxend p {
	font-size: 22px;
	line-height: 2em;
}

section#management div.flowboxend p,
section#management div.flowboxend img {
	margin-bottom: 30px;
}

section#management ul li#menu01 {
	background-image: url(../img/back_m_menu01.jpg);
}
section#management ul li#menu02 {
	background-image: url(../img/back_m_menu02.jpg);
}
section#management ul li#menu03 {
	background-image: url(../img/back_m_menu03.jpg);
}

section#management div.performance img.mcleartop {
	margin-top: -10px;
}


/*
 * #insurance: 保険事業
 */
section#insurance h1 {
	background: url(../img/h_insurance.png) no-repeat top center;
}

section#insurance div.message h3 {
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 20px;
}

section#insurance p.case {
	max-width: 820px;
	margin: 15px auto;
	text-align: left;
	font-size: 19px;
	font-weight: 400;
}

section#insurance hr {
	border: 1px solid #FFF;
	max-width: 780px;
	margin: 0 0 20px 0;
	padding: 0;
}

section#insurance div.performance {
	padding-bottom: 30px;
}

section#insurance h3#for {
	font-size: 24px;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #231815;
	max-width: 480px;
	margin: 40px auto 40px auto;
}

section#insurance ol li.flowbox:after {
	overflow: visible;
}

section#insurance ol li {
	position: relative;
	margin-bottom: 65px;
}

section#insurance ol li:nth-child(5) {
	background-image: url(../img/back_step05.png);
	line-height: 70px;
}

section#insurance ol li.flowbox:after {
	content: '';
	background: url(../img/tri_down.png) no-repeat bottom center;
	background-size: 45px 15px;
	position: absolute;
	height: 50px;
	width: 50px;
	bottom: -40px;
	left: 3px;
}

section#insurance ul {
	margin: 40px 0;
}

section#insurance ul li {
	display: inline-block;
	list-style: none;
	margin: 0 20px;
}


/*
 * #company: 企業情報
 */
section#company h1 {
	background: url(../img/h_company.png) no-repeat top center;
}

section#company div.message {
	background: url(../img/back_company.jpg);
	overflow: hidden;
}

section#company div.inner_box {
	width: 780px;
	background-color: #FFF;
	margin: 0 auto 30px auto;
	padding-top: 30px;
}

section#company div.inner_box h3 {
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 1em;
	margin-bottom: 1.75em;
}

section#company div.inner_box p strong {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 1.75em;
}

section#company h2 {
	font-size: 19px;
	font-weight: 400;
	color: #040000;
	letter-spacing: 1em;
}

section#company ul li {
	width: 630px;
	margin: 0 auto;
	padding: 1.1em 15px;
	text-align: left;
	display: block;
	font-weight: 400;
	border-bottom: 2px solid #040000;
	line-height: 1.5em;
}

section#company ul li:last-child {
	border-bottom: none;
}

section#company ul li span {
	margin-right: 1.5em;
}

section#company iframe {
	margin: 40px auto;
}


/*
 * #privacy: プライバシーポリシー
 */
section#privacy h1 {
	background: url(../img/h_privacy.png) no-repeat top center;
}

section#privacy div.message *,
section#invitation div.message * {
	max-width: 830px;
	margin: 20px auto;
	text-align: left;
}

section#privacy div.message *.alignright {
	text-align: right;
}

section#privacy div.message address {
	font-size: 14px;
}

/*
 * #invitation: 勧誘方針
 */
section#invitation h1 {
	background: url(../img/h_invitation.png) no-repeat top center;
}


/*
 * #contact: お問い合わせ
 */
section#contact h1 {
	background: url(../img/h_contact.png) no-repeat top center;
}

section#contact form {
	max-width: 600px;
	margin: 40px auto;
	text-align: left;
}

section#contact input.wid24 {
	width: 240px;
}

section#contact input.wid18 {
	width: 180px;
}

section#contact input.wid15 {
	width: 150px;
}

section#contact input.wid9 {
	width: 90px;
}

section#contact textarea {
	width: 100%;
	min-height: 10em;
}

section#contact input[type="submit"] {
	background-color: #EFC93C;
	color: #0400;
	border-style: none;
	border-radius: 0;
	-webkit-appearance: none;
	display: block;
	margin: 20px auto;
	padding: 1em 3em;
	font-size: 20px;
}

section#contact input[type="submit"]:hover {
	cursor: pointer; 
}
/* セクションスタイル（共通）ここまで */


/* フッタースタイル */
footer {
	max-width: 1020px;
	margin: 0 auto;
	background-color: #4D4D4D;
	text-align: center;
}

footer img {
	width: auto;
	height: 50px;
	margin: 50px 40px 25px 40px;
}

footer * {
	color: #FFF;
}

footer nav ul {
	margin-bottom: 10px;
}

footer nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0 40px;
	text-align: center;
	border-right: 2px solid #FFF;
}

footer nav ul li:last-child {
	border-right: none;
}

footer nav ul li a {
	display: block;
	font-size: 10px;
	line-height: 22px;
}

footer p#copyright {
	font-size: 9px;
	font-weight: 300;
	padding: 1em 0 2em 0;
}
/* フッタースタイルここまで */

/* トップスクロールスタイル */
#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}
#page_top a {
    width: 62px;
	height: 62px;
    display: block;
	opacity: 0.9;
}
/* トップスクロールスタイルここまで */
