@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    color: #333;
}
a { color: #b7a077;}
a:visited { color: #a8a8a8;}
a:hover {
  color: #00f;
  font-weight: bold;
  text-decoration:none;
}
a:hover img { opacity: 0.7; }
h1, h2, h3 , h4, h5 , h6 { margin-top:0; }
p {
    margin-top: 0;
    line-height: 1.6;
}
img {
   vertical-align: bottom;
   text-decoration: none;
}
#main h1 {
  background-color:#f0f0f0;
  padding: 30px 30px 30px 20px;
  font-size:  26px;
  border-bottom: 1px solid #8b7348;      
}
#main h2 {
  font-size: 22px;
  border: 1px solid #b7a077;
  padding: 11px 22px;
  border-radius:5px;
}
#main h3 {
    font-size: 18px;
    border-left: solid 3px #b7a077;
    padding: 4px 9px 4px 14px;
}
header {
    width: 980px;
    margin: 0 auto;
}
header img{
    border: none; /* 画像の枠を解除 */
    outline: none; /* フォーカス時の枠も解除 */
}
header h1{
  float:left;
  margin: 5px 0 10px;
}
header #header_contact {
  float: right;
  margin:35px 0 0;
}

#global_navi {
  width:980px;
  clear:both;
  overflow:hidden;
  margin:16px auto;
}
#global_navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#global_navi ul li {
  width: 195px;
  float: left;
  margin-right: 1px;
  text-align: center;
}

#global_navi ul li a {
    display: block;
    padding: 16px;
    background-color: #352b23;
    color:#fff;
    text-decoration: none;
    transition: background-color 0.2s linear;
}
#global_navi ul li.current a {
  background-color: #8c7a5b;
}
#global_navi ul li a:hover {
  background-color: #8c7a5b;
}

/* コンテンツ全体 */
#wrapper {
  width: 980px;
  margin: 0 auto;
  
}
/* メイン部分 */
#main {
  width: 700px;
  float: left;
}
/* サイドバー */
#sidebar {
  width: 200px;
  float: right;
  margin: 0 auto;
    }
#side_banner { margin-bottom:30px; }
#side_banner h2 {
  background-color: #716961;
  color: #fff;
  padding: 7px;
  font-size:  14px;
  text-align: center;
}
#side_banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#side_banner ul li { margin-bottom: 10px; }
#side_contact { margin-bottom: 30px; }
#side_contact {
  border: 1px solid #b7a077;
  color: #7F7259;
  text-align: center;
}
#side_contact h2 {
  background-color: #b7a077;
  color: #fff;
  padding: 7px;
  font-size: 14px;
}
#side_contact_address {
  font-weight: bold;
  font-size: 20px;
  font-style: normal;
}
#side_contact_address img {
  vertical-align: middle;
  margin-right: 5px;
}
#side_contact .contact_button {
  display: inline-block;
  background: #f1ede4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop)(0%,#f1ede4) );
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f1ede4 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f1ede4 100%);
  color:#b7a077;
  padding: 10px;
  border: 1px solid #b7a077;
  border-radius: 5px;
  text-decoration: none;
}
#side_contact .contact_button:hover{
  background: #b7a077;
  background:  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7a077), color-stop(100%,#e2cda7));
  background: -webkit-linear-gradient(top,  #b7a077 0%,#e2cda7 100%);
  color: #fff;
}
footer {
  background-color: #352b23;
  text-align:center;
}
footer #footer_nav {

  background-color: #efefef;
  padding: 10px 0;
}
footer #footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer #footer_nav li{
  display: inline;
  border-left: solid 1px #aaa;
  margin-left: 8px;
  padding-left: 8px;
  font-size: smaller;
}
footer #footer_nav li:last-child {
  border-right: solid 1px #aaa;
  padding: 0 8px;
}
footer small {
  display: block;
  padding: 8px 0;
  color: #fff;
}
footer {
  clear: both;
}
#breadcrumb { font-size:smaller; }
#breadcrumb ol {
  list-style:  none;
  margin:0;
  padding:0;
}
#breadcrumb ol li { display: inline; }
#breadcrumb ol li::after {
  content: ">";
  padding-left: 7px;
}
#breadcrumb ol li:last-child::after { content: none;}
#main_visual {
  width: 980px ;
  height: auto ;
  margin: 0 auto 48px;
  object-fit: contain;
}
#point { margin-bottom:30px; }
#point section {
  margin-bottom: 10px;
  overflow: hidden;
}
#point figure {
  float:right;
  margin: 0 0 0 16px;
}
#point figcaption {
  font-size:12px;
  color:#9c9689;
  text-align: center;
}

/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width : 999px){
  /* 基本要素 */
  img {
    max-width: 100%;
  }
  /* Layout */
  header,
  #global_navi,
  #sidebar,
  #wrapper{
    width: 100%;
  }  
  /* ヘッダー */
  header h1 {
    float: none;
    text-align: center;
  }
  header h1 img {
    width: 50%;
  }
  header #header_contact {
    display: none;
  }
  /* ナビゲーション */
  #global_navi ul li {
    width: 50%;
    padding: 0.5px;
    margin: 0;
    box-sizing: border-box;
  }
  #global_navi ul li a {
    margin: 0;
  }
  #global_navi ul li:last-child {
    width: 100%;
  }
  /* メイン部分 */
  #main {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #main figure {
    text-align: center;
  }
  /* トップページパーツ */
  #main_visual {
    width: 100%;
    height: auto;
  }
  #point figure {
    float: none;
    margin: 0 0 11px 0;
  }
  /* サイドバー */
  #side_banner ul li {
    text-align: center;
    margin: 11px auto;
  }
  #side_contact address img {
    width: 14px;
    height: 20px;
  }
}