﻿@charset "utf-8";
/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}

#base {
}
#content {
	padding: 30px 0;
	position: relative;
}
.inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.sp_box {
	display:none !important;
}
.pc_box {
	font-size: 19px !important;
}
.point .pc_box p {
	font-size: 14px !important;
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
	width: 100%;
	min-width: 980px;
	border-top: 5px solid #dba702;
	background-image: url(../img/header_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
   	-moz-box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	z-index: 9999 !important;
	position: relative;
}
#header h1 span.posL {
	display: block;
	margin-top: 12px;
	margin-right: 10px;
}
#header .header_contact p {
	color: #5e5943;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
}
#header .header_contact p span {
	font-size: 18px;
	/* font-weight: normal; */
}
#header .header_contact ul {
    margin: 10px 0;
}
#header .header_contact li {
	float: left;
	margin-right: 10px;
}
#header .header_contact li:last-child {
	margin-right: 0;
}
/* ---------------------------------------------------------------------------------------------

　   NAV

--------------------------------------------------------------------------------------------- */
#gNav {
	margin-top: 10px;
}
#gNav ul {
	width: 100%;
}
#gNav li {
	float: left;
	width: 164px;
}
#gNav li a {
	color: #5e5943;
	display: block;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
	border-left: 1px dotted #5E5943;
	box-sizing: border-box;
	text-align: center;
}
#gNav li:last-child a{
	border-right: 1px dotted #5E5943;
}
#gNav li a:hover {
	text-decoration: none;
	background-color: #F4E0CA;
}
#gNav li a.on {
	background-color: #F4E0CA;
}
#gNav li.home {
	width: 70px;
}

#gNav li.long {
	width: 160px;
}
body.concept #gNav li.concept>a {
	background-color: #F4E0CA;
}
body.service #gNav li.service>a {
	background-color: #F4E0CA;
}
body.eat #gNav li.eat>a {
	background-color: #F4E0CA;
}
body.training #gNav li.training>a {
	background-color: #F4E0CA;
}
body.event #gNav li.event>a {
	background-color: #F4E0CA;
}
body.vendor #gNav li.vendor>a {
	background-color: #F4E0CA;
}
body.institution #gNav li.institution>a {
	background-color: #F4E0CA;
}
body.company #gNav li.company>a {
	background-color: #F4E0CA;
}
#toggle{ 
 display: none;
}

/* ------------------------------------
 * パンくず
------------------------------------ */

#breadcrumb {
	width: 980px;
	margin:0 auto;
	padding-top:20px;
	position: relative;
	z-index: 9999;
}


#breadcrumb li {
	display:block;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.5em;
	font-size: 11px;
	background:transparent url(../img/arrow_breadcrumb.gif) no-repeat left center;
}
	
	#breadcrumb .home {
		padding-left: 20px !important;
		padding-right: 10px;
		background: transparent url(../img/home_breadcrumb.gif) no-repeat left center;
	}
		
		#breadcrumb .home a {
			padding-left: 0px !important;
			background: none !important;
		}
	
	#breadcrumb li a {
		text-decoration: underline;
	}
	
		#breadcrumb li a:hover {
			color: #9A7E7E;
		}

/* ---------------------------------------------------------------------------------------------

　   SIDE CONTENTS

--------------------------------------------------------------------------------------------- */
#side {width: 215px;}
#side .side_box {
	background: #fff;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
   	-moz-box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px;
}
#side .side_box p {
	margin-bottom: 10px;
}
#side .photocolumn {
	background: url(../img/photocolumn_bg.png) no-repeat top left;
	position: relative;
	height: 117px;
}
#side .photocolumn img {
	position: absolute;
	top: -20px;
}
#side .monologue {
	background: url(../img/side-line.jpg) no-repeat top center;
	padding-top: 15px;
}
#side .monologue {
	margin-bottom: 0 !important;
}
#side .side_contact {
	color: #746936;
	font-size:14px;
}
#side .side_contact p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}
#side .side_contact .strong {
	color: #c77309;
	font-size: 25px;
	font-size: 20px\9;
	display: inline-block;
	margin-top: 10px;
}
#side .side_contact img {
	width: 24px;
    padding-right: 3px;
}
#side .side_contact .pink {
	background-color: #f6839b;
}
#side .side_contact .blue {
	background-color: #4CCAE0;
}
#side .side_contact a {
	display: block;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	line-height: 2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
	position: relative;
}
#side .side_contact a:hover {
	text-decoration: none;
}
#side .side_contact .strong a {
	color: #c77309;
	font-size: 25px;
	font-size: 20px\9;
	display: inline-block;
	margin-top: 10px;
	background: none;
	display: inline;
}
/* #side .side_contact a img {
	position: absolute;
	left: 5px;
	top: -5px;
} */
#side .side_contact a.pink img {
	position: absolute;
	right: 7px;
    top: 7px;
}

#side .side_tolet {
	padding: 0;
}
#side .side_tolet a {
	display: block;
	text-align: right;
}
.shinkan {
	background: #fff;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
   	-moz-box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}
/* ---------------------------------------------------------------------------------------------

　   MAIN CONTENTS

--------------------------------------------------------------------------------------------- */
#main {width: 730px; margin:auto; float:right;}
#content p {
	line-height: 1.5em;
}
h2 {
	margin-bottom: 20px;
}
h4 {
	margin-bottom: 10px;
}
.box {
	margin: 30px 0;
}

/* ---------- メイン写真 ---------- */
#photo {
	/*height: 220px;*/
	height: 400px;
	width: 980px;
	margin: 0 auto;
}
#photo.photo01 {
	background: url(../slider/photo01.jpg) no-repeat center;
	background-size: cover;
}
#photo.photo02 {
	background: url(../slider/photo02.jpg) no-repeat 0% 0%;
	background-size: 100% auto;
}
#photo.photo03 {
	background: url(../slider/photo03.jpg) no-repeat 0% 0%;
	background-size: 100% auto;
}
#photo.photo04 {
	background: url(../slider/photo04.jpg) no-repeat 0% 0%;
	background-size: 100% auto;
}

#photo.photo05 {
	background: url(../slider/photo05.jpg) no-repeat 0% 0%;
	background-size: 100% auto;
}

#photo.photo06 {
	background: url(../slider/photo06.jpg) no-repeat center;
	background-size: cover;
}

#photo.photo07 {
	background: url(../slider/photo07.jpg) no-repeat 0% 0%;
	background-size: 100% auto;
}

#photo.photo08 {
	background: url(../slider/photo08.jpg) no-repeat 0% 0%;
	background-size: 100% auto;
}



/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */


#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 9999;
}
#page-top a {
    background: url(../img/top_arrow.png) no-repeat center #2D2C2C;
    text-decoration: none;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border-radius: 45px;        /* CSS3草案 */  
    -webkit-border-radius: 45px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 45px;   /* Firefox用 */
}
#page-top a:hover {
    text-decoration: none;
    filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}



/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
	color: #5e5943;
	border-bottom: 1px solid #cfbe95;
	background-image: url(../img/footer_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 2.8%;
}
#footer .foot-bg {
	background-color: #f4d893;
	padding: 30px 0;
}
#footer #company_info {
	/* margin-bottom:20px; */
}
#footer #company_info .name {
	font-size: 21px;
	width: 326px;
}
#footer #company_info .name span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
}
#footer .footer_contact {
	width: 640px;
}
#footer .footer_contact p.posL {
	color: #5e5943;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
}
#footer .footer_contact p.posL span {
	font-size: 18px !important;
	display: inline !important;
}
#footer .footer_contact ul {
	margin-top: 5px;
}
#footer .footer_contact li {
	float: left;
	margin-right: 10px;
	padding: 10px;
	box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
	background: #fff;
	color: #746936;
}
#footer .footer_contact li p {
	text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
	margin-bottom: 10px;
}
#footer .footer_contact li img {
	width: 24px;
    padding-right: 3px;
}
#footer .footer_contact li p .strong {
	color: #c77309;
    font-size: 25px;
	margin-top: 10px;
}
#footer .footer_contact li a {
	display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 2em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    position: relative;
}
#footer .footer_contact li .blue {
	background-color: #4CCAE0;
}
#footer .footer_contact li .pink {
    background-color: #f6839b;
}
#footer #group .posL {
	width: 326.6px;
}
#footer #group .posL li {
	float: left;
	padding-top: 10px;
}
#footer .groupTitle {
	padding-right: 15px;
	padding-top: 0 !important;
}

#subNav {
	padding: 10px 0;
}
#subNav li {
	float: left;
	margin-right: 35px;
	padding-left: 13px;
	background: url(../img/arrow.png) no-repeat left center;
	font-size: 12px;
}
#footer .footer_contact li:last-child,#subNav li:last-child {
	margin-right: 0;
}
.copy {font-size: 11px;color: #5e5943;}

#zensho {
	width: 100%;
	background: #fff;
	text-align: center;
}
#zensho img {
	width: 130px;
}