@charset "utf-8";
/* CSS Document */
/*--------------------------------------
　基本設定
---------------------------------------*/
body {
  font-size: 14.05px;
  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;
}
a {
  text-decoration: none;
}
a:link {
  color: #000000;
} /* リンクの色 */
a:visited {
  color: #000000;
} /* 済みリンク */
a:hover {
  color: #acacac;
  text-decoration: underline;
} /* リンクにマウスオンした色 */
dl {
  -webkit-text-size-adjust: none;
}
/*--------------------------------------
　大枠囲み
---------------------------------------*/
#wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 13px;
}
#header_box2 {
  overflow: hidden;
}
h1 {
  font-size: 10px;
  color: #999797;
  margin-top: 5px;
}
#header_left {
  float: left;
}
#header_right {
  float: right;
}
#logo {
  margin-top: 17px;
}
#header_btn {
  background: #fccc05;
  border-radius: 0 0 0.3em 0.3em;
  padding: 2px 0px;
  color: #ffffff;
}
#header_btn li {
  display: block;
  text-align: center;
}
#tel {
  background: url(../images/tel.png) left no-repeat;
  font-size: 30px;
  color: #000000;
  padding-left: 35px;
  margin-right: 0;
  float: right;
}
#header_btn a {
  text-decoration: none;
}
#header_btn a:link {
  color: #424242;
} /* リンクの色 */
#header_btn a:visited {
  color: #000000;
} /* 済みリンク */
#header_btn a:hover {
  color: #424242;
 
} /* リンク上 */
#header_btn a:active {
  color: #424242;
} /* onclick */
/*--------------------------------------
　グローバルナビゲーション
---------------------------------------*/
#gnavi {
  overflow: hidden;
  font-size: 15px;
  padding-top: 10px;
  list-style-type: none;
  font-weight: bold
}
#gnavi li {
  float: left;
  line-height: 16px;
  height: 40px;
  width: 200px;
  text-align: center;
  color: #000000;
  background: url(../images/gnavi_off.png) no-repeat;
}
#gnavi li:hover {
  float: left;
  line-height: 16px;
  height: 40px;
  width: 200px;
  text-align: center;
  color: #000000;
  background: url(../images/gnavi_on.png) no-repeat;
}
#gnavi li a {
  display: block;
  color: #000000;
  text-decoration: none;
  line-height: 16px;
  padding-top: 11px;
}
#gnavi a:hover {
  color: #000000;
}
#gnavi li strong {
  font-weight: normal;
}
/*--------------------------------------
　キービジュアル
---------------------------------------*/
#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: #000000;
  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 {
  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 {
  background: #1f96e8;
  padding-top: 8px;
  border-radius: 0.3em 0.3em 0 0;
  color: #ffffff;
  font-size: 14px;
}
.s_box {
  padding: 15px 10px 3px 10px;
  border: 1px solid #cccccc;
  background: #fbfbfb;
  text-align: center;
}
.s_box h {
  text-align: center;
  padding: 10px 60px;
  border: 1px solid #fccc05;
  background-color: #fccc05;
  font-size: 14px;
  color: #000000;
}
.s_box p:first-of-type {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 12px;
  color: #000000;
}
.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: #000000;
} /* リンクの色 */
#side ul a:visited {
  color: #000000;
} /* 済みリンク */
#side ul a:hover {
  color: #acacac;
} /* リンクにマウスオンした色 */
/*--------------------------------------
　メインコンテンツ
---------------------------------------*/
#main {
  width: 760px;
  float: right;
}
.feature_box1 {
  overflow: hidden;
  background-image: url("../images/bg_contents_1.png");
  background-repeat: no-repeat;
  width: 760px;
  height: 418px;
  position: relative;
　margin-bottom: 20px;
}
.feature_box2 {
  overflow: hidden;
  background-image: url("../images/bg_contents_2.png");
  background-repeat: no-repeat;
  width: 760px;
  height: 418px;
  position: relative;
　margin-bottom: 20px;
}
.feature_box3 {
  margin-bottom: 40px;
  overflow: hidden;
  background-image: url("../images/bg_contents_3.png");
  background-repeat: no-repeat;
  width: 760px;
  height: 420px;
  position: relative;
}
.feature_big {
  font-size: 28px;
  text-shadow: 1px 1px 2px silver;
}
.feature_box_txt1 {
  position: absolute;
  line-height:23px;
  top: 235px;
  left: 40px;
  width: 320px;
  color: #000000;
}
.feature_box_txt2 {
  position: absolute;
  line-height:23px;
  top: 242px;
  left: 405px;
  width: 310px;
  color: #000000;
}
.feature_box_txt3 {
  position: absolute;
  line-height:23px;
  top: 235px;
  left: 40px;
  width: 320px;
  color: #000000;
}
.feature_more_btn1 {
  position: absolute;
  top: 360px;
  left: 230px;
}
.feature_more_btn2 {
  position: absolute;
  top: 363px;
  left: 580px;
}
.feature_more_btn3 {
  position: absolute;
  top: 360px;
  left: 230px;
}
.feature_more_btn1 img, .feature_more_btn2 img, .feature_more_btn3 img {
  width: 140px;
  height: 35px;
}
#news {
  margin-bottom: 40px;
  color: #000000;
}
#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: ヒラギノ角ゴ Pro W3, "Yu Mincho", "Hiragino Mincho ProN", 
  color: #000000;
}
#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 {
  margin-top: 50px;
}
#footer_bottom {
  background: #23b6b0;
  color: #ffffff;
  font-size: 12px;
}
#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: 40px;
  font-size: 60px;
  line-height: 97px;
  font-family: "signpainter", "dancing-script", Georgia, "Times New Roman", Times, "ほのかアンティーク", "serif";
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
/*--------------------------------------
　コンセプトページ new
---------------------------------------*/
.concept_txt {
  margin-bottom: 30px;
}
.concept_img {
  margin-bottom: 30px;
}
/*--------------------------------------
　メニューページ
---------------------------------------*/
.menu_txt {
  margin-bottom: 30px;
}
.menu_img {
  margin-bottom: 30px;
}
.menu_box_txt {
  position: absolute;
  width: 700px;
  top: 30px;
  left: 30px;
}
/*--------------------------------------
　よくあるご質問ページ
---------------------------------------*/
#qa dt {
  border-bottom: 1px dotted #cccccc;
  font-weight: bold;
}
#qa dd {
  margin-bottom: 40px;
}
.q_txt {
  font-weight: bold;
  color: #000000;
  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;
}
.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;
}