@charset "utf-8";
/* CSS Document */
/*--------------------------------------
　基本設定
---------------------------------------*/
body {
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #ffffff;
  text-align: justify;
  text-justify: inter-character;
  background-image: url("../images/bg_all.jpg");
  background-repeat: repeat;
		  font-optical-sizing: auto;
    font-style: normal;
	

}


a {
  text-decoration: none;
}
a:link {
  color: #ffffff;
} /* リンクの色 */
a:visited {
  color: #ffffff;
} /* 済みリンク */
a:hover {
  color: #acacac;
  text-decoration: underline;
} /* リンクにマウスオンした色 */
dl {
  -webkit-text-size-adjust: none;
	
}
/*--------------------------------------
　大枠囲み
---------------------------------------*/
#wrapper {
  width: 100%;
}
/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 13px;
}
#header_box2 {
  overflow: hidden;
}
h1 {
  font-size: 10px;
  color:#ECECEC;
  margin-top: 5px;
	
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#header_left {
  float: left;
	
}
#header_right {
  float: right;
	
}
#logo {
  margin-top: 17px;
}
#header_btn {
  background: #D6B34B;
  border-radius:
	 30px;
  padding: 2px 44px;

}
#header_btn li {
  display: inline;
	  color: #000000;
	  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
	font-weight: 400;
  font-style: normal;
}

#header_btn li a {
  display: inline;
  color: #000000;
}
#tel {
  background: url(../images/tel.png) left no-repeat;
	
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	
  font-size: 29px;
  color: #ffffff;
  padding-left: 30px;
  margin-right: 50;
  
  letter-spacing: 0.01em;
	
	margin-left: 14px;
	
}
#header_btn a {
  text-decoration: none;
	}
#header_btn a:link {
  color: #000000;
} /* リンクの色 */
#header_btn a:visited {
  color: #000000;
} /* 済みリンク */
#header_btn a:hover {
  color: #ffffff;
  text-decoration: underline;
} /* リンク上 */
#header_btn a:active {
  color: #ffffff;
} /* onclick */
/*--------------------------------------
　グローバルナビゲーション
---------------------------------------*/
#gnavi {
  overflow: hidden;
  font-size: 15px;
  font-family: "Noto Sans JP","signpainter", "dancing-script", Georgia, "Times New Roman", Times, "ほのかアンティーク", "serif";
  padding-top: 10px;
  list-style-type: none;
	font-weight: 400;
}

/*--------------------------------------
#gnavi li {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
  text-align: center;
  color: #000000;
  background: url(../images/gnavi_home_off.png) no-repeat;
}
#gnavi li:hover {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
  text-align: center;
  color: #000000;
  background: url(../images/gnavi_home_on.png) no-repeat;
}
---------------------------------------*/

/*--------------------------------------
オリジナル
---------------------------------------*/
#gnavi li.home {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
	  text-align: center;
  background: url(../images/gnavi_off01.png) no-repeat;
}

#gnavi li.home:hover {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
		  text-align: center;
	 color: #F9C61D;
  background: url(../images/gnavi_on01.png) no-repeat;
}

#gnavi .concept {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
  text-align: center;  background: url(../images/gnavi_off02.png) no-repeat;
}

#gnavi .concept:hover {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
	 color: #F9C61D;
			  text-align: center;
  background: url(../images/gnavi_on02.png) no-repeat;
}

#gnavi .menu {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
			  text-align: center;
  background: url(../images/gnavi_off03.png) no-repeat;
}

#gnavi .menu:hover {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
	 color: #F9C61D;
			  text-align: center;
  background: url(../images/gnavi_on03.png) no-repeat;
}

#gnavi .qa {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
			  text-align: center;
  background: url(../images/gnavi_off04.png) no-repeat;
}

#gnavi .qa:hover  {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
  text-align: center;
	 color: #F9C61D;
			  text-align: center;
  background: url(../images/gnavi_on04.png) no-repeat;
}

#gnavi .access {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
			  text-align: center;
  background: url(../images/gnavi_off05.png) no-repeat;
}

#gnavi .access:hover {
  float: left;
  line-height: 0;
  height: 40px;
  width: 200px;
	 color: #F9C61D;
			  text-align: center;
  background: url(../images/gnavi_on05.png) no-repeat;
	}

#gnavi a:hover {
  color: #F9C61D;
	  text-decoration: none;
}

/*--------------------------------------
オリジナルここまで
---------------------------------------*/

/*--------------------------------------
#gnavi li a {
  display: block;
  color: #000000;
  text-decoration: none;
  line-height: 16px;
  padding-top: 3px;
}
#gnavi a:hover {
  color: #000000;
}
#gnavi li strong {
  font-weight: normal;
}
---------------------------------------*/

/*--------------------------------------
オリジナル
---------------------------------------*/

.home a {
  display: block;
  line-height: 40px;
}

.concept a {
  display: block;
  line-height: 40px;
}

.menu a {
  display: block;
  line-height: 40px;
}

.qa a {
  display: block;
  line-height: 40px;
}

.access a {
  display: block;
  line-height: 40px;
}


/*--------------------------------------
オリジナルここまで
---------------------------------------*/
/*--------------------------------------
　キービジュアル
---------------------------------------*/
/*--------------------------------------
　キービジュアル
---------------------------------------*/
#visual_box {
  width: 1000px;
  margin: 0 auto;
}
/*--------------------------------------
　コンテナ
---------------------------------------*/
#container {
  width: 1000px;
  margin: 0 auto 50px;
  overflow: hidden;
  margin-top: 24px;
}
/*--------------------------------------
　サイド
---------------------------------------*/
#side {
  width: 202px;
  float: left;
}
#side h2 {
  background: url("../images/title_side.png") left bottom no-repeat;
  color: #ffffff;
  padding: 0 0 4px 28px;
  margin-bottom: 4px;
  line-height: 22px;
  height: 23px;
  font-size: 15px;
  font-weight: bold;
}
#side ul {
  margin-bottom: 26px;
}
#side ul li {
 font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;

	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;
}



.s_tit {
	width: 202px;

	display: block;
	margin-left: auto;
	margin-right: auto;
  background: #D6B34B;
  padding-top: 9px;
  border-radius: 0.3em 0.3em 0 0;
  color: #ffffff;
  font-size: 14px;
}



.s_box {
	background-image: url("../images/washishiro.png") ;
  padding: 8.4px;
  font-size: 13px;
  color: #030400;
  border: solid 3px #bca930
	  ;
	text-align: center;
	  border-radius: 0 0 0.3em 0.3em;
		height: 290px;
	line-height: 1.35em;
}
.s_box p:first-of-type {
  margin-bottom: 6px;

	}			


.s_tit {
  background-image:  repeating-linear-gradient(45deg, #CB9E40 25%, transparent 25%, transparent 75%, #CB9E40 75%, #CB9E40), repeating-linear-gradient(45deg, #CB9E40 25%, #F1D25D 25%, #F1D25D 75%, #CB9E40 75%, #CB9E40);
  background-position: 0 0, 20px 20px;
  background-size: 40px 40px;
}



.side_list {
  background: url(../images/icon_1.png) 5% 50% no-repeat;
}
.side_bnr {
  margin-bottom: 10px
}
.side_bnr:hover {
  opacity: 0.6;
}
.sns_bnr {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
#side ul a {
  text-decoration: none;
}
#side ul a:link {
  color: #ffffff;
} /* リンクの色 */
#side ul a:visited {
  color: #ffffff;
} /* 済みリンク */
#side ul a:hover {
  color: #F9C61D;
} /* リンクにマウスオンした色 */
/*--------------------------------------
　メインコンテンツ
---------------------------------------*/
#main {
  width: 760px;
  float: right;
}
.feature_box1 {
  overflow: hidden;
  background-image: url("../images/bg_contents_1.jpg");
  background-repeat: no-repeat;
  width: 760px;
  height: 568px;
  position: relative;
}
.feature_box2 {
  overflow: hidden;
  background-image: url("../images/bg_contents_2.jpg");
  background-repeat: no-repeat;
  width: 760px;
  height: 570px;
  position: relative;
}
.feature_box3 {
  margin-bottom: 40px;
  overflow: hidden;
  background-image: url("../images/bg_contents_3.jpg");
  background-repeat: no-repeat;
  width: 760px;
  height: 620px;
  position: relative;
}
.feature_big {
  font-size: 28px;
  text-shadow: 1px 1px 2px silver;
}
.feature_box_txt1 {
  position: absolute;
  top: 350px;
  left: 25px;
  width: 320px;
	font-size: 16.5px;
  color: #ffffff;
	line-height: 24.5px;
	letter-spacing: 0.05em;
	
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	
}
.feature_box_txt2 {
  position: absolute;
  top: 345px;
  left: 430px;
  width: 320px;
	font-size: 16.5px;
  color: #ffffff;
		line-height: 24.5px;
		letter-spacing: 0.05em;
		
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	
	
}
.feature_box_txt3 {
  position: absolute;
  top: 357px;
  left: 25px;
  width: 320px;
	font-size: 16.5px;
  color: #ffffff;
		line-height: 24.5px;
		letter-spacing: 0.05em;
		
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	
}
.feature_more_btn1 {
  position: absolute;
  top: 536px;
  left: 25px;
}
.feature_more_btn2 {
  position: absolute;
  top: 538px;
  left: 430px;
}
.feature_more_btn3 {
  position: absolute;
  top: 543px;
  left: 25px;
}
.feature_more_btn1 img, .feature_more_btn2 img, .feature_more_btn3 img {
  width: 125px;
  height: 30px;
}
#news {
  margin-bottom: 40px;
  color: #ffffff;
}
#news h2 {
  background: url(../images/title_info.png) left bottom no-repeat;
  padding: 10px 0px 10px 30px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family:"Noto Sans JP",  YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #ffffff;
		
  
  font-optical-sizing: auto;
  font-style: normal;
	
	text-align: left;
	line-height: 15px;
	
	
}
#news dl {
  overflow: hidden;
}
#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 #a6a6a6;
  padding: 0 0 0 140px;
  line-height: 38px;
}
/*--------------------------------------
	　フッター
	---------------------------------------*/
#footer_bottom {
  background: #C7A339;
  color: #000000;
  font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#footer_bottom a {
  color: #595959;
}
#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: 30px;
  font-size: 50px;
  line-height: 97px;
  font-family:  "Noto Serif JP","signpainter", "dancing-script", Georgia, "Times New Roman", Times, "ほのかアンティーク", "serif";
  color: #000000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	font-weight: 900;
	letter-spacing: -0.01em;
}

/*--------------------------------------
　コンセプトページ new
---------------------------------------*/
.concept {
  width:760px;
  height:auto;
  position: relative;
}
.concept_img {
  width:100%;
  height:auto;
}
.concept_txt {
  position: absolute;
  top:245px;
  left:48px;
  width: 429px;
  padding:0;
  margin:0;
 
  color: #030400;
	font-family:  "Noto Sans JP","signpainter", "dancing-script", Georgia, "Times New Roman", Times, "ほのかアンティーク", "serif";
  color: #000000;
		font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.4em;
}




/*--------------------------------------
　メニューページ
---------------------------------------*/
.menu {
  width:760px;
  height:auto;
  position: relative;
}
.menu_img {
  width:100%;
  height:auto;
}
.menu_txt {
  position: absolute;
  top:168px;
  left:69px;
  width: 527px;
  padding:0;
  margin:0;
 
  color: #030400;
	font-family:  "Noto Sans JP","signpainter", "dancing-script", Georgia, "Times New Roman", Times, "ほのかアンティーク", "serif";
  color: #000000;
		font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.4em;
}
/*--------------------------------------
　よくあるご質問ページ
---------------------------------------*/

#qa {background-image: url("../images/★washishiro.jpg");
	font-family:  "Noto Sans JP","signpainter", "dancing-script", Georgia, "Times New Roman", Times, "ほのかアンティーク", "serif";
  color: #000000;
		letter-spacing: 0.01em;
	line-height: 1.4em;
	height: 450px;

}

#qa dt {
  border-bottom: 1px solid#000000;
  font-weight: bold;
}
#qa dd {
	top: 25px;
  margin-bottom: 35px;
}
.q_txt {
 
  font-weight: bold;
  color: #D50003;
  padding-right: 5px;
}
.a_txt {
  font-weight: bold;
  color: #000000;
  padding-right: 5px;
}
.qa_img {
  text-align: center;
  margin-bottom: 40px;
}
/*--------------------------------------
　アクセスページ
---------------------------------------*/

.access_txt {
  margin-bottom: 30px;
font-family:  "Noto Sans JP","signpainter", "dancing-script", Georgia, "Times New Roman", Times, "ほのかアンティーク", "serif";
  color: #FFFFFF;
		letter-spacing: 0.01em;
	line-height: 1.4em;
}
.access_map {
  margin-bottom: 40px;
}
.access_img {
  text-align: center;
  margin-bottom: 40px;
}
/*--------------------------------------
　お問い合わせページ
---------------------------------------*/
.inquiry_form {
  margin-bottom: 30px;
}
.inquiry_form table {
  width: 100%;
}
.inquiry_form td {
  padding: 5px;
}
.inquiry_txt {
  margin-bottom: 30px;
}
.inquiry_img {
  text-align: center;
  margin-bottom: 40px;
}