﻿@charset "utf-8";
/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
	padding-left: 1px;
}

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

#base {
}
#content {
	padding: 30px 0;
	position: relative;
}
.inner {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.sp_box {
}
.pc_box {
	display:none !important;
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
	width: 100%;
	min-width: 100%;
	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 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
   	-moz-box-shadow:0px 0px 5px 0px 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 h1 {
	width:40%;
}
#header h1 img {
	width:100%;
}
#header .header_contact {
	width:60%;
	margin-top:2px;
}
#header .header_contact p {
	color: #5e5943;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
#header .header_contact p span {
	font-size: 12px;
	/* font-weight: normal; */
}
#header .header_contact ul {
	display: flex;
    margin: 10px 0;
	width: 90%;
}
#header .header_contact ul li {
	margin-right: 6px;
}
#header .header_contact ul li:last-child {
	margin-right: 0;
}
#toggle{
  display: block;
  position: relative;
  width: 100%;
  background: #fcb201;
  margin-top:10px;
  font-weight: bold;
}
#toggle a{
  display: block;
  position: relative;
  padding: 12px 0 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #fcb201;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }

/* ---------------------------------------------------------------------------------------------

　   NAV

--------------------------------------------------------------------------------------------- */
#gNav {
	display:none;
}
#gNav ul {
	width: 100%;
}
#gNav li {
	float: left;
	width: 50%;
	background-color:#fee8b3;
}
#gNav li a {
	color: #5e5943;
	display: block;
	line-height: 40px;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
}
/*#gNav li:last-child a{
	border-right: 1px solid #5E5943;
	border-left: 1px solid #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;
}


/* ------------------------------------
 * パンくず
------------------------------------ */

#breadcrumb {
	width: 95%;
	margin:0 auto;
	padding-top:10px;
	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;
	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;
}
#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 .strong span {
	font-size: 17px;
}
#side .side_contact a {
	display: block;
	background-color: #4CCAE0;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: right;
    padding: 5px 0;
    padding-right: 13px;
}
#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_tolet {
	padding: 0;
}
#side .side_tolet a {
	display: block;
	text-align: right;
}

/* ---------------------------------------------------------------------------------------------

　   MAIN CONTENTS

--------------------------------------------------------------------------------------------- */
#main {width: 95%; margin:auto; }
#content p {
	line-height: 1.5em;
}
h2 {
	margin-bottom: 20px;
}
h4 {
	margin-bottom: 10px;
}
.box {
	margin: 15px 0;
}

/* ---------- メイン写真 ---------- */
#photo {
	/*height: 220px;*/
	height:200px;
	width: 100%;
	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: cover;
}
#photo.photo03 {
	background: url(../slider/photo03.jpg) no-repeat 0% 0%;
	background-size: cover;
}
#photo.photo04 {
	background: url(../slider/photo04.jpg) no-repeat 0% 0%;
	background-size: cover;
}

#photo.photo05 {
	background: url(../slider/photo05.jpg) no-repeat 0% 0%;
	background-size: cover;
}

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

#photo.photo08 {
	background: url(../slider/photo08.jpg) no-repeat 0% 0%;
	background-size: cover;
}



/* ---------------------------------------------------------------------------------------------

　   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: 10px 0;
}
#footer #company_info {
	margin-bottom:20px;
}
#footer #company_info .name {
	font-size: 21px;
	width: 100%;
}
#footer #company_info .name img {
	width: 40%;
}
#footer #company_info .name span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin:5px 0;
}
#footer .footer_contact {
	margin-top:5px;
	width: 100%;
}
#footer .footer_contact p.posL {
	float: initial;
	color: #5e5943;
	font-size: 16px;
	font-weight: bold;
	/*margin-right: 20px;*/
}
#footer .footer_contact p.posL span {
	font-size: 12px !important;
}
#footer .footer_contact ul {
	display: flex;
	margin-top:10px;
}
#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: 100%x;
}
#footer #group .posL li {
	float: left;
	padding-top: 10px;
}
#footer #group .posL li img {
	width:70%;
}
#footer .groupTitle {
	padding: 15px 0;
	padding-top: 0 !important;
}

#subNav {
	padding: 10px 0;
}
#subNav li {
	margin-right: 35px;
	margin-bottom:5px;
	padding-left: 13px;
	background: url(../img/arrow.png) no-repeat left center;
	font-size: 16px;
}
#footer .footer_contact li:last-child,#subNav li:last-child {
	margin-right: 0;
}
.copy {
	font-size: 10px;
	color: #5e5943;
	margin-top:10px;
}
#zensho {
	width: 100%;
	background: #fff;
	text-align: center;
}
#zensho img {
	width: 130px;
}
@media screen and (max-width: 436px) {
	#footer #company_info {
		margin-bottom: 6px;
	}
	#footer .footer_contact ul {
		display: block;
		margin-top: 20px;
	}
	#footer .footer_contact li {
		width: 185px;
		margin: 0 0 10px 0;
	}
}