@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}


/*================================================
 *  一般・共通設定
 ================================================*/

html, body {
  height: 100%;
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.03333rem;
  color: #382400;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
}

.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.clear:after{
  clear: both;
  content: '';
  display: block;
}

header {
  width: 960px;
  margin: 10px auto;
}

nav {
  width: 100%;
}

#contents {
  width: 960px;
  margin: 40px auto;
  height: 100%;
  min-height: 60%;
}

body>#contents {
  height: auto;
}

#main {
  float: left;
  width: 65.625%;
  /*
  margin-bottom: 10%;
  */
  margin-bottom: 40px;
}

#main_low {
  float: right;
  width: 65.625%;
}

#sub {
  float: right;
  width: 31.25%;
}

#sub h5 {
  margin-bottom: 0;
}

#sub ul:not(.submenu) {
  margin-top: 5px;
  margin-bottom: 5px;
}

#sub_low {
  float: left;
  width: 31.25%;
}

#subnav {
  display: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #e78f00;
}

.post{
  margin-top: 60px;
}

.post:first-child{
  margin-top: 0 !important;
}

h1 {
  color: #f19500;
  ;
  font-size: 28px;
  line-height: 1.2;
}

h1 a {
  color: #000;
  text-decoration: none;
}

h1 a:hover {
  color: #e78f00;
  text-decoration: underline;
}

h2 {
  margin-bottom: 1em;
  padding-left: 10px;
  font-size: 1.5rem;
  /*border-left:5px solid #e78f00;*/
  border-left: 5px solid #382400;
  border-bottom: 1px solid #382400;
  font-weight: bold;
  color: #382400;
}

h3 {
  margin-bottom: 0.5em;
  padding: 2px 5px;
  /*color:#e78f00;*/
  color: #000;
  font-size: 1.3rem;
  /*border-bottom:1px solid #e78f00;*/
  border-left: 10px ridge #cc9966;
  font-weight: bold;
}

h4 {
  margin-bottom: 0.25em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #382400;
  padding-left: 10px;
}


/*h4:before {
	content:"\002605";
	color:#f19500;
}*/

h5 {
  margin-bottom: 0.25em;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px;
  padding-left: 5px;
  color: #000;
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  background: #f1f1f1;
}

h6 {
  margin-bottom: 0.25em;
  color: #382400;
  font-size: 1.2rem;
  font-weight: bold;
}

p {
  margin: 0 0 1em 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

em {
  font-weight: bold;
  font-size: 1.2rem;
}

strong {
  font-weight: bold;
  color: #f19500;
  font-size: 1.2rem;
}

pre {
  margin: 1em 0;
  padding: 1em;
}

blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
}

ul, ol, dl {
  margin: 0 0 1em 0;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

li {
  margin-left: 2em;
}

dt {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #ddd;
}

dt:before {
  content: "\0025a0";
}

dd {
  margin-bottom: 1em;
}

table {
  width: 100%;
  margin-bottom: 3em;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

th {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #f5f5f5;
  width: 20%;
}

td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}


/*================================================
 *  ヘッダー
 ================================================*/

header {
  position: relative;
}

header h1 {
  margin-bottom: 20px;
  width: 115px;
}

.contact {
  position: absolute;
  top: 20%;
  right: 0;
  vertical-align: top;
}

.contact a {
  display: block;
  padding: 5px 10px 5px 29px;
  color: #fff;
  background: #f19500;
  border-radius: 4px;
  text-decoration: none;
  background: #382400 url(../images/mail.png) 10px 50% no-repeat;
}

.contact a:hover {
  color: #fff;
  background: #3366cc url(../images/mail.png) 10px 50% no-repeat;
}

.summary {
  /*clear:both;*/
  position: absolute;
  top: 30%;
  left: 110px;
  vertical-align: top;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/

nav {
  margin-bottom: 10px;
  padding: 0;
  background: #f7f5f1;
  overflow: hidden;
}

nav ul {
  text-align: center;
  letter-spacing: -0.4em;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

nav li {
  /*
  float: left;
  */
  display: inline-block;
  letter-spacing: normal;
  list-style: none;
  width: auto;
  margin: 0;
  padding: 0 25px;
  text-align: center;
}

nav li a {
  display: block;
  padding: 10px 0;
  color: #000;
  text-align: center;
  text-decoration: none;
}

nav li a:hover {
  color: #000;
  text-decoration: none;
  background: #ddd;
}


/*================================================
 *  サブコンテンツ
 ================================================*/

.submenu {
  margin: 0;
  padding: 0;
}

.submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: list-item;
  background: #f7f5f1;
}

.submenu li a:before {
  content: "\0025a0";
  color: #000;
}

.submenu li a {
  display: block;
  padding: 5px 2px;
  color: #000;
  border-bottom: 1px dotted #ddd;
  text-decoration: none;
}

.submenu li a:hover {
  background: #eee;
}

.bnr {
  overflow: hidden;
}

.bnr ul {
  overflow: hidden;
}

.bnr li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.bnr li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.bnr img {
  width: 100%;
}


/*================================================
 *  フッター
 ================================================*/

footer {
  clear: both;
}

.footmenu {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.footmenu ul {
  /*
  position: relative;
  float: left;
  left: 50%;
  */
  letter-spacing: -0.4em;
  text-align: center;

  margin: 0;
}

.footmenu ul:after {
  clear: both;
  content: '';
  display: block;
}

.footmenu li {
  /*
  position: relative;
  left: -50%;
  float: left;
  text-align: center;
  */
  display: inline-block;
  letter-spacing: normal;

  font-size: 12px;
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.copyright {
  clear: both;
  padding: 20px 0;
  font-size: 11px;
  text-align: center;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.totop a {
  display: block;
  text-decoration: none;
}

.totop img {
  background: #f19500;
}

.totop img:hover {
  background: #e78f00;
}


/*================================================
 *  クラス
 ================================================*/

.textL {
  text-align: left;
}

.textR {
  text-align: right;
}

.list {
  padding: 0 0 0 0.75em;
  margin: 0;
}

.list li {
  margin: 0;
  padding: 0 0 0 1.25em;
  list-style: none;
  background: url(../images/check.png) 0em center no-repeat;
}

.photo {
  overflow: hidden;
  margin: 20px 0;
  padding: 10px;
  border: 5px solid #ddd;
  background: #fffafa;
}

.imgL {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.imgR {
  float: right;
  margin: 0.4em 0 0.5em 0.5em;
}


/*================================================
 *  トップページ
 ================================================*/


/* スライドショー */

.slide {
  display: none;
  position: relative;
  overflow: hidden;
}

.slidePrev {
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

.slideNext {
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

.slidePrev img {
  position: absolute;
  width: 50px !important;
  height: 60px !important;
}

.slideNext img {
  position: absolute;
  width: 50px !important;
  height: 60px !important;
}

.slideInner {
  position: relative;
  margin: 0 0 5px 0;
  padding: 0;
}

.slideInner li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.slideInner li img {
  margin: 0 5px;
  padding: 0;
}

.filterPrev {
  position: absolute;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #fff;
}

.filterNext {
  position: absolute;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #fff;
}

.controlNav {
  position: relative;
  float: left;
  left: 50%;
}

.controlNav span {
  position: relative;
  left: -50%;
  float: left;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background: #ccc;
  text-indent: -9999px;
  vertical-align: middle;
}

.controlNav span:hover {
  background: #999;
  cursor: pointer;
}

.controlNav span.current {
  /*background:#f19500;*/
  background: #003399;
}


/* トップナビ */

* html .topNavi {
  height: 1em;
  overflow: visible;
}

.topNavi {
  overflow: hidden;
  position: relative;
  margin-right: -1.030%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.topNaviColumn {
  display: inline;
  /*width:32.302%;*/
  width: 48.5%;
  float: left;
  margin-right: 1.030%;
  margin-bottom: 1.030%;
}

.topNaviCon {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px;
  text-decoration: none;
  color: #000;
  transition: background 0s ease 0s, border 0.5s ease-out 0s;
  /*background:#f1f1f1;*/
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.topNaviCon:hover {
  color: #000;
  background: #fff9f5 none repeat scroll 0 0;
  border: 1px solid #f19500;
  transition: background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
  padding: 0;
  /*font-size:1.2rem;*/
  font-weight: bold;
  /*color:#f19500; */
  color: #382400;
  border-bottom: 2px solid #382400;
  border-left: none;
  margin-bottom: 0em;
  margin-top: 5px;
}

.topNaviCon:hover h2 {
  color: #f19500;
}

.topNaviCon p {
  margin: 0px;
}

.topNaviPhoto img {
  width: 100%;
}

.news{
  margin-bottom: 40px;
}

.news table {
  width: 100%;
  border: none;
}

.news th,.news td {
  text-align: left;
  padding: 1em 0;
  margin: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: transparent;
}

.news tr:first-child th,
.news tr:first-child td{
  padding-top: 0;
}

.news tr:last-child th,
.news tr:last-child td{
  padding-bottom: 0;
  border-bottom: none;
}

/*================================================
 *  タブレット〜PC向けデザイン
 ================================================*/

@media screen and (min-width:768px) {
  nav h3 {
    display: none;
  }
  nav ul li:last-child {
    display: none;
  }
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/


/* スクロールバーを考慮して20px大きいサイズで切り替え */

@media screen and (max-width:979px) {
  body {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  .inner {
    width: 100%;
  }
  header {
    width: 100%;
  }
  nav ul {
    width: 100%;
  }
  nav ul li {
    padding: 0 10px;
  }
  #contents {
    width: 100%;
  }
}


/*================================================
 *  スマートフォン向けデザイン
 ================================================*/

@media screen and (max-width:767px) {
  .contact {
    /*position:relative;*/
    float: right;
    margin: 10px 0;
  }
  header h1 {
    margin-bottom: 0;
  }
  #main {
    float: none;
    width: 100%;
  }
  #sub {
    float: none;
    width: 100%;
  }
  #main_low {
    float: none;
    width: 100%;
  }
  #sub_low {
    float: none;
    width: 100%;
  }
  .bnr ul {
    overflow: hidden;
    margin-right: -2%;
  }
  .bnr li {
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
  }
  .summary {
    position: relative;
    top: auto;
    right: auto;
    left: 0;
    margin-top: 15px;
  }
  /* メインメニュー */
  nav {
    display: block;
    position: relative;
    width: 100%;
  }
  nav h3 {
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
    background: #999;
    border: none;
  }
  nav h3:after {
    position: absolute;
    content: "\0025bc";
    top: 3px;
    right: 5px;
  }
  nav h3.menuOpen:after {
    position: absolute;
    content: "\0025b2";
    top: 3px;
    right: 5px;
  }
  nav ul {
    display: none;
    width: 100%;
  }
  nav ul:after {
    clear: both;
    content: '';
    display: block;
  }
  nav li {
    display: block;
    width: 50%;
    float: left;
    /*width:33.33%;*/
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav li:nth-child(2n) {}
  nav li:nth-child(2n+1) {
    clear: both;
  }
  nav li a {
    display: block;
    width: 100%;
    font-size: 80%;
    border-top: 1px dotted #ddd;
    text-decoration: none;
    box-sizing: border-box;
  }
  nav li:nth-child(2n) a {
    border-left: 1px dotted #ddd;
  }
  nav li:nth-child(-n+2) a {
    border-top: none;
  }
  /* トップナビ */
  .topNavi {
    margin-right: 0;
  }
  .topNaviColumn {
    display: block;
    box-sizing: border-box;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footmenu {
    display: none;
  }

  .copyright {
    border-top: 1px solid #ddd;
  }
  table {
    font-size: 80%;
  }
  th, td {
    padding: 0.5em;
  }
  .imgR {
    display: block;
    float: none;
    margin: 0 auto 0.5em;
  }
}


/*================================================
 *  以下追加
 ================================================*/

.table_01 th {
  width: 80%;
  padding: 10px;
  border: 1px solid #ddd;
  font-weight: normal;
  text-align: left;
  background: #fff;
}

.table_01 TD {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: right;
}

#main img {
  max-width: 100%;
}

.contents-text {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.625rem;
  font-weight: 400;
  padding: .625rem 0;
  margin: 1rem 0 2rem;
  font-weight: bold;
}

.contents-text_01 {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.625rem;
  font-weight: bold;
}

.caption-text {
  line-height: 2rem;
  font-size: .8rem;
  margin-bottom: 2rem;
  color: #999;
}


/* ======== 角丸======== */

.kado {
  background-color: #fff;
}

.kado1 {
  margin: 0 5px;
  height: 1px;
  overflow: hidden;
  background-color: #e8e8e8;
}

.kado2 {
  margin: 0 3px;
  height: 1px;
  overflow: hidden;
  background-color: #e8e8e8;
}

.kado3 {
  margin: 0 2px;
  height: 1px;
  overflow: hidden;
  background-color: #e8e8e8;
}

.kado4 {
  margin: 0 1px;
  height: 2px;
  overflow: hidden;
  background-color: #e8e8e8;
}

.kado5 {
  padding: 10px;
  background-color: #e8e8e8;
}


/* ======== 画像余白======== */

.space {
  padding-bottom: 5rem;
}


/* ======== topBOX======== */

.information_box {
  margin-bottom: 0.25em;
  padding: 2px 5px;
  color: #fff;
  font-size: 16px;
  background: #382400;
}


/* ======== service page======== */

.box_link:hover {
  color: #000;
  background: #fff9f5 none repeat scroll 0 0;
  transition: background 0s ease 0s, border 0.5s ease-out 0s;
}
