﻿@charset "utf-8";
/* =======================================

	index

======================================= */

/* ---------------------------------------
  mainimg
--------------------------------------- */
#mainimg img.geye {position: absolute; 
    top: 137px;
    left: 69px;
  }

/* ---------------------------------------
  コンセプト
--------------------------------------- */
#index p.consept {
  width: 630px;
  height: 88px;
  margin-top: 0 !important;
  position: relative;
  text-indent: 0 !important;}
#index p.consept span {
  position: relative;
  width: 420px;
  display: block;
  top: 13px;
  font-size: 18px;}
#index p.c1 { background: url(../img/index/consept1.gif) 0 0 no-repeat; margin-top: 10px !important;}
#index p.c2 { background: url(../img/index/consept2.gif) 50px 0 no-repeat;}
#index p.c3 { background: url(../img/index/consept3.gif) 0 0 no-repeat;}
#index p.c1 span { left: 195px;}
#index p.c2 span { left: 250px;}
#index p.c3 span { left: 195px;}

/* ---------------------------------------
  新着情報 / ブログ
--------------------------------------- */
#news, #blog ul.blog {
  margin: 10px 0 5px 5px;}
#news ul {
  width: 650px;
  max-height: 180px;
  /*height: 180px;*/
  overflow-y: scroll;}
#blog ul {
  width: 300px;
  max-height: 400px;
  height: 400px;
  overflow-y: scroll;}
#news li, #blog li {
  display: block;
  margin: 0 10px 0 0;
  padding: 5px 0;}
#blog li {
  position: relative;}
#news li span, #blog li span {
  display: inline-block;}
#news li span.date, #blog li span.date {
  width: 120px;
  float: left;
  padding: 2px 0 0 5px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: normal;
  color: #756653;}
#blog li span.date {
  width: 100%;
  float: none;}
#news li span.txt {
  width: 490px;}
#blog li span.txt {
  width: 270px;
  padding: 0 0 5px 5px;}
#news li.new span.txt:before {
  content: "NEW!";
  padding-right: 10px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #F8B625;
  font-weight: bold;
  letter-spacing: normal;}
#blog li.new span.date:after {
  content: "NEW!";
  padding-left: 10px;
  display: inline-block;
  text-decoration: none;
  color: #F8B625;
  font-weight: bold;
  letter-spacing: normal;}
#news li a span.txt, #blog li a span.txt {
  text-decoration: underline;}


/* =======================================

	一日の流れ

======================================= */
#schedule_table {
  position: relative;}
#schedule_table .schedule_img {
  position: absolute;
  top: -20px;
  left: 410px;
}


/* =======================================

	お問い合わせ

======================================= */

/* ---------------------------------------
  form
--------------------------------------- */
input, textarea, select {
  padding: 5px;
  margin: 4px 0;
  letter-spacing: 1px;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  border: 1px solid #e1ddc1;
  background: #f9f6f1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  width: 410px;
  max-width: 410px;
  box-sizing: border-box;
  color: #423e3b;}
input:disabled, textarea:disabled, select:disabled {
  background: #ede9d1;
  color: #423e3b;}
input[type="text"], textarea {
  border: 1px solid #e1ddc1;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;}
textarea {
  height: 160px;}
select option {
  line-height: 1.8 !important;}
input[type="submit"] {
  color: #fff;
  padding: 15px 0;
  width: 300px;
  border: 1px solid #e1ddc1;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background: #ae8249;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;}
input[type="submit"]:hover {
  background: #8f6734;}
#left p.error {
  padding: 10px 15px;
  background: #f6ffca;
  text-indent: 0;
  color: #fb2900;}
