@charset "utf-8";
/* CSS Document */
/*--------------------------------------
　基本設定
---------------------------------------*/
body {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #333;
  text-align: justify;
  text-justify: inter-character;
  background-image: url("../images/bg_all.jpg");
  background-repeat: repeat;
	 background-size: cover;
}
a {
  text-decoration: none;
}
a:link {
  color: #dedb56;
} /* リンクの色 */
a:visited {
  color: #dedb56;
} /* 済みリンク */
a:hover {
  color: #dc2020;
  text-decoration: underline;
} /* リンク上 */
a:active {
  color: #dc2020;
} /* onclick */
dl {
  -webkit-text-size-adjust: none;
}
/*--------------------------------------
　大枠囲み
---------------------------------------*/
#wrapper {
  width: 100%;
  background: url(../images/) repeat-x;
}
/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 13px;
}
#header_box2 {
  overflow: hidden;
}
h1 {
  font-size: 10px;
  color: #FFFFFF;
  margin-top: 5px;
}
#header_left {
  float: left;
}
#header_right {
  float: right;
  
}
#logo {
  margin-top: 17px;
}
#header_btn {
  background:#eed8a6;
  border-radius: 0 0 0.3em 0.3em;
  padding: 2px 21px;
  color: #261616;
}
#header_btn li {
  display: inline;
  background: url(../images/arrow.png) 0 50% no-repeat;
  padding-left: 10px;
	
}
#header_btn li:first-of-type {
  margin-right: 16px;
	
}
#tel {
  background: url(../images/tel.png) left no-repeat;
  font-size: 30px;
  color: #FFFFFF;
  padding-left: 20px;
  margin-right: 0;
  float: right;
}
#header_btn a {
  text-decoration: none;
}
#header_btn a:link {
  color: #302512;
} /* リンクの色 */
#header_btn a:visited {
  color: #302512;
} /* 済みリンク */
#header_btn a:hover {
  color: #302512;
  text-decoration: underline;
} /* リンク上 */
#header_btn a:active {
  color: #302512;
} /* onclick */
/*--------------------------------------
　グローバルナビゲーション
---------------------------------------*/
#gnavi {
  overflow: hidden;
  font-size: 15px;
  font-family: "signpainter", "dancing-script", Georgia, "Times New Roman", Times, "ほのかアンティーク", "serif";
  padding-top: 10px;
  list-style-type: none;
}
#gnavi li {
  float: left;
  line-height: 0;
  height: 90px;
  width: 200px;
  text-align: center;
  color: #FFFFFF;
  background: url(../images/gnavi_off.png) no-repeat;
}
#gnavi li:hover {
  float: left;
  line-height: 0;
  height: 90px;
  width: 200px;
  text-align: center;
  color: #FFFFFF;
  background: url(../images/gnavi_on.png) no-repeat;
}
#gnavi li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 16px;
  padding-top: 52px;
}
#gnavi a:hover {
  color: #FFFFFF;
}
#gnavi li strong {
  font-weight: normal;
}
/*--------------------------------------
　キービジュアル
---------------------------------------*/
#visual_box {
  width: 1000px;
  margin: 0 auto;
}
/*--------------------------------------
　コンテナ
---------------------------------------*/
#container {
  width: 1000px;
  margin: 0 auto 50px;
  overflow: hidden;
  margin-top: 20px;
}
/*--------------------------------------
　サイド
---------------------------------------*/
#side {
  width: 202px;
  float: left;
}
#side h2 {
  background: url("../images/side_title.png") left bottom no-repeat;
  color: #eed8a6;
  padding: 0 0 4px 35px;
  margin-bottom: 4px;
  line-height: 22px;
  height: 23px;
  font-size: 15px;
  font-weight: bold;
}
#side ul {
  margin-bottom: 26px;
}
#side ul li {
  text-indent: 14px;
  padding: 0 0 0 20px;
  display: block;
  border-bottom: 1px dotted #cccccc;
  font-size: 13px;
  line-height: 35px;
}
#side ul li a {
  display: block;
}
.side_info {
  
  padding-top: 5px;
  border-radius: 0.3em 0.3em 0 0;
  color: #eed8a6;
  font-size: 14px;
}
.s_box {
  background: url(../images/bg_info.png) no-repeat;
  padding: 10px;
  font-size: 13px;
  color: #FFFFFF;
  font-family: Georgia, "Times New Roman", Times, "serif";
  border: solid 1px #302512
}
.s_box p:first-of-type {
  margin-bottom: 20px;
}
.side_list {
  background: url(../images/icon_1.png) 5% 50% no-repeat;
}
.side_bnr {
  margin-bottom: 10px
}
.side_bnr:hover {
  opacity: 0.6;
}
.s_btn1 {
  background: url(../images/btn1_off.png) no-repeat;
  margin-bottom: 15px;
  line-height: 64px;
}
#side ul a {
  text-decoration: none;
}
#side ul a:link {
  color: #FFFFFF;
} /* リンクの色 */
#side ul a:visited {
  color: #FFFFFF;
} /* 済みリンク */
#side ul a:hover {
  color: #dedb56;
} /* リンク上 */
#side ul a:active {
  color: #dedb56;
} /* onclick */
/*--------------------------------------
　メインコンテンツ
---------------------------------------*/
#main {
  width: 760px;
  float: right;
}
.feature_box1 {
  margin-bottom: 40px;
  overflow: hidden;
  background-image: url("../images/bg_contents_1.png");
  background-repeat: no-repeat;
  width: 760px;
  height: 432px;
  position: relative;
}
.feature_box2 {
  margin-bottom: 40px;
  overflow: hidden;
  background-image: url("../images/bg_contents_2.png");
  background-repeat: no-repeat;
  width: 760px;
  height: 432px;
  position: relative;
}
.feature_box3 {
  margin-bottom: 40px;
  overflow: hidden;
  background-image: url("../images/bg_contents_3.png");
  background-repeat: no-repeat;
  width: 760px;
  height: 432px;
  position: relative;
}
.feature_box1 h3, .feature_box3 h3 {
  position: absolute;
  top: 70px;
  left: 165px;
  line-height: 34px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 18px;
  font-weight: bold;
}
.feature_box2 h3 {
  position: absolute;
  top: 40px;
  right: 70px;
  line-height: 34px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 18px;
  font-weight: bold;
}
.feature_big {
  font-size: 28px;
  text-shadow: 1px 1px 2px silver;
}
.feature_box_txt1,.feature_box_txt3  {
  position: absolute;
  top: 180px;
  left: 435px;
  width: 300px;
  font-family: "はれのそら明朝", "チョーク体", "クラフト明朝";
	color: antiquewhite
}
.feature_box_txt2 {
  position: absolute;
  top: 180px;
  left: 20px;
  width: 290px;
 font-family: "はれのそら明朝", "チョーク体", "クラフト明朝";
  color: antiquewhite
}
.feature_box_txt3 {
  position: absolute;
  top: 180px;
  left: 435px;
  width: 300px;
 font-family: "はれのそら明朝", "チョーク体", "クラフト明朝";
 }
.feature_more_btn1 {
  position: absolute;
  top: 380px;
  left: 510px;
}
.feature_more_btn2 {
  position: relative;
  top: 385px;
  left: 100px;
}
.feature_more_btn3 {
  position: absolute;
  top: 385px;
  left: 510px;
}
.feature_more_btn1 img, .feature_more_btn2 img, .feature_more_btn3 img {
  width: 140px;
  height: 35px;
}
#news {
  margin-bottom: 40px;
}
#news h2 {
  background: url(../images/title_1.png) left bottom no-repeat;
  padding: 4px 0px 4px 80px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: antiquewhite;
}
#news dl {
  overflow: hidden;
	color: aliceblue;
}
#news dt {
  background: url(../images/icon_2.png) 11% 50% no-repeat;
  float: left;
  padding-left: 27px;
  line-height: 38px;
}
#news dd {
  border-bottom: 1px dotted #FFFFFF;
  padding: 0 0 0 140px;
  line-height: 38px;
}
/*--------------------------------------
	　フッター
	---------------------------------------*/
#footer_top {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#footer_top ul {
  font-size: 10px;
  float: left;
  padding-top: 7px;
  list-style-type: none;
}
#footer_top ul li {
  float: left;
}
#footer_top li a {
  margin: 0 10px;
  color: #FFFFFF;
  text-decoration: none;
}
#footer_top p {
  float: right;
}
#footer_bottom {
  background: #302512;
  color: #ffffff;
  font-size: 12px;
}
#footer_bottom a {
  color: #FFFFFF;
}
#footer_bottom_box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#footer_bottom address {
  float: left;
  padding-top: 3px;
  font-style: normal;
}
#footer_bottom .copy {
  float: right;
  margin-top: 38px;
}
/*--------------------------------------
　下層ページ共通
---------------------------------------*/
#page_ttl {
  margin: 0 auto;
  background: url(../images/bg_title.jpg) no-repeat;
  overflow: hidden;
  width: 1000px;
  height: 97px;
}
#page_ttl p {
  padding-left: 40px;
  font-size: 60px;
  line-height: 97px;
  font-family: "signpainter", "dancing-script", Georgia, "Times New Roman", Times, "ほのかアンティーク", "serif";
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}
/*--------------------------------------
　コンセプトページ new
---------------------------------------*/
.concept_ttl {
  background: url(../images/title_2.png) left bottom no-repeat;
  padding: 4px 0 4px 90px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #eed8a6
}
.concept_txt {
  margin-bottom: 30px;
	color: #FFFFFF;
}
.concept_img {
  margin-bottom: 30px;
}
/*--------------------------------------
　メニューページ
---------------------------------------*/
.menu_ttl {
  background: url(../images/title_3.png) left bottom no-repeat;
  padding: 4px 0 4px 90px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #eed8a6

}
.menu_txt {
  margin-bottom: 30px;
	color: #FFFFFF;
}
.menu_img {
  margin-bottom: 30px;
}
.menu_box {
  background-image: url("../images/menu_bg.jpg");
  width: 760px;
  height: 440px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  position: relative;
}
.menu_box_txt {
  position: absolute;
  width: 700px;
  top: 30px;
  left: 30px;
}
/*--------------------------------------
　よくあるご質問ページ
---------------------------------------*/
#qa dt {
  border-bottom: 1px dotted #eed8a6;
  font-weight: bold;
color: #FFFFFF

}
#qa dd {
  margin-bottom: 40px;
	color: #FFFFFF
}
.q_txt {
  font-weight: bold;
  color: #eed8a6;
  padding-right: 5px;
}
.a_txt {
  font-weight: bold;
  color: #eed8a6;
  padding-right: 5px;
	
}
.qa_img {
  text-align: center;
  margin-bottom: 40px;
	color: #FFFFFF
}
/*--------------------------------------
　アクセスページ
---------------------------------------*/
.access_ttl {
  background: url(../images/title_4.png) left bottom no-repeat;
  padding: 4px 0 4px 90px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #eed8a6
}
.access_txt {
  margin-bottom: 30px;
	color: aliceblue
}
.access_map {
  margin-bottom: 40px;
}
.access_img {
  text-align: center;
  margin-bottom: 40px;
}
/*--------------------------------------
　お問い合わせページ
---------------------------------------*/
.inquiry_ttl {
  background: url(../images/title_2.png) left bottom no-repeat;
  padding: 4px 0 4px 90px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #eed8a6
}
.inquiry_form {
  margin-bottom: 30px;
	color: aliceblue
}
.inquiry_form table {
  width: 100%;
	color: aliceblue
}
.inquiry_form td {
  padding: 5px;
	color: aliceblue
}
.inquiry_txt {
  margin-bottom: 30px;
}
.inquiry_img {
  text-align: center;
  margin-bottom: 40px;
}