@charset "utf-8";
h2 {
	width: 82%;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	background-image:url(../img/clover.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
    padding: 10px 10px 10px 40px;  
}

.concept h2 {
	background-color: #FCB201;
}
.vendor h2 {
	background-color: #E36645;
}
.service h2 {
	background-color: #31BBCF;
}
.training h2 {
	background-color: #638FCB;
}
.tolet h2 {
	background-color: #93C41E;
}
.eat h2 {
	background-color: #FF7C0A;
}
.event h2 {
	background-color: #FC91A5;
}
.contact h2 {
	background-color: #2FC3BA;
}
.company h2 {
	background-color: #DBA702;
}
.pp h2 {
	background-color: #9268AA;
}
.news h2 {
	background-color: #e9c20e;
}

h3 {
	padding: 10px 10px 10px 10px;
	font-size: 18px;
	position: relative;
	background-color: #fff;
	line-height: 1em;
	margin: 25px 0 15px 0;
}
	h3 img {
		position: absolute;
		left: 5px;
		top: 5px;
		width:15%;
		display:none;
	}
.vendor h3 {
	color: #E36645;
	border: 3px solid #E36645;
}
.eat h3 {
	color: #FF7C0A;
	border: 3px solid #FF7C0A;
}
.company h3 {
	color: #DBA702;
	border: 3px solid #DBA702;
}


h4 {
	border-bottom: 2px dotted #DBA702;
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h4 span {
	font-size: 17px;
	display: inline-block;
	margin-right: 10px;
}

h5 {
	margin-bottom: 15px;
}

.min {
	font-family:Baskerville,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'MS Pゴシック','MS PGothic',sans-serif;
	font-size: 26px;
	letter-spacing: 2px;
	color: #D63408;
	font-weight: bold;
}
.min_sp {
	font-family:Baskerville,'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,'MS Pゴシック','MS PGothic',sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	color: #D63408;
	font-weight: bold;
}
.min span {
	font-size: 32px;
}
table {
	width: 100%;
	margin:auto;
}
table th,table td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table td {
	line-height: 1.5em;
	padding-left: 5px;
}
table th {
	font-weight: normal;
	border-right: 1px solid #ccc;
	width: 30%;
	padding-left: 5px;
}
table td img {
	margin-top: 10px;
}
table td li {
	margin: 5px;
}

.paragraph {
	margin-top: 20px;
}
.box_inner {
	margin: 20px 0;
}

.gallery li {
	float: left;
	width: 233px;
	margin-right: 15.5px;
	margin-bottom: 15.5px;
}
.gallery li.last {
	margin-right: 0;
}
.gallery li img {
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.gallery_s li {
	float: left;
	width: 116px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 10px solid #fff;
}
.gallery_s li img {
	width: 116px;
}
.gallery_s li.last {
	margin-right: 0;
}


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

　   コンセプト

--------------------------------------------------------------------------------------------- */
.concept .box p {
	margin-bottom: 8px;
}
.concept .point {
	background: #fff;
	padding: 15px;
	margin: 30px 0;
	position: relative;
}
.concept .point h3 {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px 0; 
}
.concept .point h3 img {
	position: relative;
	padding-left: 0;
	top: 0;
	left: 0;
}
.concept .point p {
	margin: 0 10px;
}
.concept .point .concept_photo {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
/* ---------------------------------------------------------------------------------------------

　   サービスについて

--------------------------------------------------------------------------------------------- */
.service h4 {
	border-bottom: 2px dotted #31BBCF;
}
.service h5,.training h5 {
	line-height: 19px;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px 0 5px 35px;
}
.service .subway {
	background: url(../img/icon-subway.png) no-repeat 10px 6px #B1D8DD;
}
.service .car {
	background: url(../img/icon-car.png) no-repeat 10px 6px #B1D8DD;
}
.service .parking h5 {
	background: url(../img/icon-parking.png) no-repeat 10px 6px #B1D8DD;
}
.service .posL {
	width: 480px;
}
.service th {
	width: 80px;
}
.service #main li,.training #main li {
	background: url(../img/arrow_gray.png) no-repeat left top;
	padding-left: 15px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
.service .parking .box_inner {
	background: #fff;
	padding: 15px;
}
.service .parking p {
	margin-bottom: 10px;
}
.service .parking th {
	width: 20px;
	border-right: none;
}
.service .parking td {
	min-width: 200px;
}

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

　   施設内移動販売

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

.vendor .read {
	margin-bottom: 20px;
}
.vendor p.posL {
	width: 95%;
	float:none;
	margin-bottom:10px;
}
.vendor p.posR {
	width: 95%;
	float:none;
}

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

　   施設内食事について

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


.eat .box {
	margin: 20px 0;
	border-bottom: 2px dotted #E8720A;
	padding-bottom: 20px;
	text-align:center;
}

.eat_concept .posL {
	width: 95%;
	float:none;
}

.eat_concept .posR {
	background: #fff;
	width: 250px;
	padding: 10px 15px;
	float:none;
	margin:10px auto 0 auto;
}
.eat_concept .posR .read {
	text-align: center;
	/*background: #FFF8DA;*/
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #FF7C0A;
}

.eat .read {
	margin-bottom: 10px;
	color: #FF7C0A;
	font-weight: bold;
	font-size: 16px;
}

.handmade {
	position: relative;
}
.handmade .photo {
	position: absolute;
	right: 0;
	top: -30px;
}
.eat .gozen {
	background: #fff;
	padding: 5px 15px 0px 15px;
	margin-bottom: 20px;
}
.eat .gozen h5 {
	text-align: center;
	margin: 15px 0;
}
.eat .gozen .posL {
	width: 95%px;
}
.eat .gozen .posR {
	float:none;
	margin:auto;
}
.eat .gozen .read {
	text-align: center;
	background: #FFDBDB;
	padding: 5px 0;
	margin-bottom: 20px;
}
.eat .gozen ul {
	margin-top: 10px;
}
.eat .gozen li {
	float: none;
	margin:10px auto;
	width: 223px;
}
.eat .gozen li.last {
	margin:0 auto 20px auto;
}
.eat .gozen li span {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------------------------------

　   イベント

--------------------------------------------------------------------------------------------- */
.makeMeScrollable{
height: 200px;
position: relative;
}
.makeMeScrollable img{
height: 200px;
}

.makeMeScrollable a ,.makeMeScrollable_no a{
	display: block;
	float: left;
}

.makeMeScrollable_no img{
height: 200px;
}

.event h4 {
	/*border-bottom: 2px dotted #FC91A5 !important;*/
	border-bottom: none;
	background: url(../img/flower01.png) no-repeat left center;
	background-size: 25px auto;
	padding-left: 30px;
}
.event h5 {
	margin-bottom: 10px;
	/*background-color: #FFCED7;*/
	display: inline-block;
	padding: 5px 10px;
	border: 2px dotted #FC91A5;
	color: #FF3D60;
}

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

　   社員研修

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

.training h3 {
	border: 4px solid #638FCB;
	color: #638FCB;
}

.training h5 {
	background: url(../img/icon-pencil.png) no-repeat 10px 6px #BCD4F2;
}

.training li span {
	display: inline-block;
	margin-right: 15px;
}

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

　   プライバシーポリシー

--------------------------------------------------------------------------------------------- */
.pp h4 {
	border-bottom: 2px dotted #9268AA;
}
.pp ul {
}
.pp li {
	/*list-style-type: decimal;
	margin-left: 20px;
	margin-bottom: 5px;*/
	line-height: 1.5em;
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 2px;
}
.pp h5 {
	background: url(../img/arrpw_purple.png) no-repeat left center;
	padding-left: 25px;
	color: #754094;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}


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

　   会社概要

--------------------------------------------------------------------------------------------- */
table td.map {
	padding: 0;
	margin: 0;
}
table td.map img {
	width: 50%;
	margin-top: 0;
}
table .shisetu_info th {
	vertical-align: top;
}
table .shisetu_info td {
	padding: 20px;
}
table .shisetu_info td span {
	box-sizing:border-box;
	width: 92px;
	display: inline-block;
	margin-right: 10px;
	background: #D7CBAB;
	text-align: center;
}

table .shisetu_info td li {
	text-align:left;
	margin-bottom:20px;
	font-size: 13px;
}

.company li.clr p.posR {
	width:100%;
	float:none;
}

table .shisetu_info td li img {
	margin-top:0;
	margin-bottom:10px;
	padding:0;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

.shisetu_info {
	padding-bottom:50px;
}
/* ---------------------------------------------------------------------------------------------

　   ZENSHO トップメッセージ

--------------------------------------------------------------------------------------------- */
.massage .posL {
	width: 500px;
}
.massage .posR {
	width: 220px;
}

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

　   お問い合わせ

--------------------------------------------------------------------------------------------- */
.contact table td {
	padding-top: 10px; 
	padding-bottom: 10px;
}

.contact table td span {
	font-size: 11px;
}

.contact table td a {
	display: inline-block;
	margin-left: 10px;
	background: url(../img/arrow_gray.png) no-repeat left center;
	padding-left: 13px;
	font-size: 12px;
}

.contact .must {
	background: #D70000;
	color: #fff;
	font-size: 10px;
	padding: 0px 5px;
	display: inline-block;
	line-height: 16px;
	/*border-radius: 10px;*/        /* CSS3草案 */  
    /*-webkit-border-radius: 10px;*/    /* Safari,Google Chrome用 */  
    /*-moz-border-radius: 10px;*/   /* Firefox用 */
}

.contact .submit_area {
	border-bottom: none;
	text-align: center;
	padding-top: 20px;
}

.contact input,.contact textarea {
	border: 1px solid #ccc;
	line-height: 18px;
	padding: 2px 5px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
}

.contact input {
	margin-right: 5px;
}

.contact input:last-child {
	margin-right: 0px;
}

.contact .postcode_area input {
	margin-right: 0;
}

.contact .submit_area input {
	background-color: #2FC3BA;
	color: #fff;
	border: none;
	padding: 15px 25px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	margin-right: 20px;
}

.contact .submit_area input:last-child {
	margin-left: 0px;
}

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

　   新着情報一覧

--------------------------------------------------------------------------------------------- */
.news dt {
	float:left;
	clear:left;
	width:90px;
	border-bottom: 1px dotted #b9b0a2;
	padding: 5px 0;
}
.news dd {
	float: left;
	border-bottom: 1px dotted #b9b0a2;
	width: 600px;
	padding: 5px 0;
}