/* タイポグラフィ */

.post p { padding-bottom:15px; }

.post h3 {
  margin:10px 0;
  font-size:100%;
  font-weight:normal;
  color:#2e2c2c;
  border-bottom:1px solid #515151;
}

/* カレンダー */

.calarea {
  margin-bottom: 15px;
  padding: 10px 0;
  border: 1px solid #e8e8e8;
  background: #ffffff;
}

.ocAR{
  font-size:14px;
  text-align:center;
  padding-bottom: 10px;
}

table.ocTB {
  width:auto;
  border:1px #cccccc solid;
  border-collapse:collapse;
  border-spacing:0;
  margin:0 auto;
}

.ocTB th {
  padding:1px 4px;
  background-color:#e8e8e8;
  border:#cccccc solid;
  border-width:0 0 1px 1px;
  font-size:14px;
  font-weight:normal;
  text-align:center;
}

.ocTB td {
  padding:1px 4px;
  background-color:#ffffff;
  border:#cccccc solid;
  border-width:0 0 1px 1px;
  font-size:14px;
  text-align:center;
}

.ocTB td.closed {
  background-color:#ffe8e8;
}

.ocTB td span.today {
  font-weight:bold;
}

.ocTB td span.satday {
  color:#0000ff;
}

.ocTB td span.holday {
  color:#ff0000;
}

/* メールフォーム関連 */

/* フォーム用表組み */
.formArea{
  width:100%;
  border-bottom:solid 1px #CCCCCC;
  margin:10px 0;
}

.formRow {
  border-top:solid 1px #CCCCCC;
  background-position:-350px 0; /*500-見出し幅*/
}

.formRow:after{
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

.formItemH {
    width:20%;
  padding:8px 5px;
  float:left;
  _display:inline;
}

.formItemD {
  width:80%;
  padding:8px 5px;
  float:left;
  _display:inline;
}

.formItemD textarea {
  max-width:99%;
}

.formItemD input[type="text"] {
  padding:3px 5px;
}

.form-fdl {
  float:left;
  max-width:50%;
  width:auto;
}

.form-fdc, .form-fdr{
  float:left;
  width:25%;
  text-align:center;
}

.form-food input {
  width:95%;
  height:auto;
  padding-top:5px;
  padding-bottom:5px;
}

/* メールフォーム用 */

.form_requir {
  background-color:#cc3300;
  color:#ffffff;
  font-size:9px;
  line-height:100%;
  text-align:center;
  padding:2px 4px 2px 4px;
  margin-left:10px;
}

.form_fld {
  font-weight:bold;
  font-size:13px;
}

.form-errors {
  font-size:0.8rem;
  color:#ff0000;
  padding-top:8px;
}

/* トピックス */

.topics table {
  width:100%;
  border:0;
  border-collapse:collapse;
}

.topics table th {
  text-align:left;
  padding:10px;
  border-bottom:dotted 1px #dcdcdc;
}

.topics table td {
  text-align:right;
  padding:10px;
  border-bottom:dotted 1px #dcdcdc;
}

/* Webフォントと右タブ */

.font01 {
  font-family:  "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  color:#6f4e25;
}

#sidetab01 { 
width:40px;
height:140px;
background-image:url(/image/tab01.svg);
position:fixed;
right:0;
top:100px;
z-index:100;
}

#sidetab02 { 
width:40px;
height:120px;
background-image:url(/image/tab02.svg);
position:fixed;
right:0;
top:245px;
z-index:100;
}

#sidetab03 { 
width:40px;
height:120px;
background-image:url(/image/tab03.svg);
position:fixed;
right:0;
top:370px;
z-index:100;
}

#sidetab01 a{
  display: block;
  height:140px;
  text-indent: -9999px;
}

#sidetab02 a,
#sidetab03 a{
  display: block;
  height:120px;
  text-indent: -9999px;
}

@media (max-width: 767.98px) {
  #sidetab01 { 
    width:33.33%;
    height:50px;
    background-image:url(/image/tab01-sp.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position:fixed;
    left:0%;
    bottom:0;
    right:auto;
    top:auto;
    z-index:100;
  }

  #sidetab02 { 
    width:33.33%;
    height:50px;
    background-image:url(/image/tab02-sp.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position:fixed;
    left:33.33%;
    bottom:0;
    right:auto;
    top:auto;
    z-index:100;
  }

  #sidetab03 { 
    width:33.33%;
    height:50px;
    background-image:url(/image/tab03-sp.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position:fixed;
    left:66.66%;
    bottom:0;
    right:auto;
    top:auto;
    z-index:100;
  }

  #sidetab01 a,
  #sidetab02 a,
  #sidetab03 a{
    display: block;
    height:50px;
    text-indent: -9999px;
  }
}

/* エラー */

.error {
  margin: 100px 0 0 0;
  padding: 0;
  width: 500px;
  text-align: right;
}

.error-box {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  text-align: left;
  border: solid 1px #888888;
  background-color: #ffffff;
}

/* style.css */

/* common */
body{
  font-feature-settings : "palt" 0;
}

.sr-only{
  width:auto;
  height:auto;
  color:#FFFFFF;
}

table.ocTB{
  width:90%;
}

.navbar-dark .navbar-nav .nav-link{
  color:#DBD1B7;
  font-size:0.875rem;
}

.collapse.navbar-collapse{
  /*position: relative;
  top:2rem;*/
}
/*
@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link{
    color:#FF0000;
    font-size:0.875rem;
  }
  
  li.nav-item{
    border-bottom:2px solid #FF0000;
  }
  
  .navbar-brand{
  
  }
  
  .navbar{
    padding-bottom:0;
  }
}
*/


.page-h1{
  background-color:#080500;
}

.greeting-h1{
  background-image:url(/image/02greeting-h1.jpg);
  background-repeat:no-repeat;
  background-position: center top;
  height:250px;
}

.business-h1{
  background-image:url(/image/03business-h1.jpg);
  background-repeat:no-repeat;
  background-position: center top;
  height:250px;
}

.company-h1{
  background-image:url(/image/04company-h1.jpg);
  background-repeat:no-repeat;
  background-position: center top;
  height:250px;
}

.results-h1{
  background-image:url(/image/05results-h1.jpg);
  background-repeat:no-repeat;
  background-position: center top;
  height:250px;
}

@media (max-width: 575.98px) {
  h1.typesquare_tags{
    height:150px;
  }

  .greeting-h1,
  .business-h1,
  .company-h1,
  .results-h1{
    /*background-image:url(/image/02greeting-h1.jpg);*/
    background-repeat:no-repeat;
    background-position: center;
    height:150px;
    background-size:cover;
  }
}

h1{
  color:#DBD1B7;
  font-size:2.2rem;
  font-family:  "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.25rem;
  line-height:250px;
   margin-left:15px;
   font-feature-settings : "palt";
}

@media (max-width: 575.98px) {
  h1{
    color:#DBD1B7;
    font-size:1.5rem;
    font-family:  "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.25rem;
    line-height:150px;
    font-feature-settings : "palt";
  }

  .other.typesquare_tags{
    height:100px;
  }
}

h1.other{
  line-height:100px;
  }

h2{
  color:#6F4E25;
  font-size:1.875rem;
  font-family:  "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-feature-settings : "palt";
  letter-spacing: 0.25rem;
  margin-top:3.5rem;
  /*margin-bottom:4.75rem;*/
  margin-bottom:2rem;
  position: relative;
  display: inline-block;
}

h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -17px;
  display: inline-block;
  width: 200px;
  height: 5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #B1D4BE;
  border-radius: 0px;
}

@media (max-width: 575.98px) {
  h2{
    font-size:1.3em;
    font-feature-settings : "palt";
  }

  h2.typesquare_tags{
    /*height:60px;*/
    height:auto;
  }

  h2:before {
    content: '';
    position: absolute;
    left: 50%;
    /*bottom: 0px;*/
    bottom: -10px;
    display: inline-block;
    width: 200px;
    height: 5px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #B1D4BE;
    border-radius: 0px;
  }
}

h3 {
  border-bottom: solid 3px #B1D4BE;
  position: relative;
  font-size:1.125rem;
  color:#6F4E25;
  margin-top:1rem;
  margin-bottom:1rem;
  display: block;
  font-weight:bold;
  padding-bottom:1rem;
}

h3:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #008C45;
bottom: -3px;
width: 14%;
}

.section-back01{
  background-image:url(/image/section-back01.jpg);
  padding-bottom:4.75rem;
}

.section-back02{
  background-color:#FFFFFF;
  padding-bottom:4.75rem;
}

.section-back03{
  background-color:#DBD1B7;
  background-image:url(/image/business_back.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top:3.875rem;
  padding-bottom:3.875rem;
}

@media (max-width: 575.98px) {
  .section-back03{
    background-color:#DBD1B7;
    background-image:url(/image/business_back.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top:3.875rem;
    padding-bottom:3.875rem;
    background-size:contain;
  }
}

.text-lh20{
  line-height:2rem;
}

.text-lh25{
  line-height:2.5rem;
}

@media (max-width: 575.98px) {
   /*フォーム　モバイル*/
  .formRow { background-image:none; padding-bottom:2%; border:none; }
  .formItemH { background-color:#EFEDE7; width:auto; float:none; }
  .formItemD { width:auto; float:none; }
  .formItemD input[type="text"] {  padding:5px 5px; }
  .form-fdl {  max-width:100%;  width:100%; }
  .form-fdc, .form-fdr{ width:100%; }
  .form-food input { width:100%; height:60px; margin-top:2%; }
}

/* ヘッダー */
.header-wrap{
  background-image:url(/image/header_bg.jpg);
  background-position: center top;
}

.navbar-toggler{
  color:rgba(255,255,255,1) !important;
  border:1px solid #FFFFFF !important;
  position:relative;
  top:-16px;
  right:-16px;
}

.header-text{
  color:#DBD1B7;
  margin-right:0.5rem;
  /*margin-top:0;*/
  /*margin-bottom:1rem;*/
}

.header-text .com-name{
  font-weight:bold;
}

.header-text .com-tel{
  margin-left:1rem;
  font-weight:bold;
  font-size:1.125rem;
}

.header-text .com-tel a{
  color:#DBD1B7;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .header-wrap{
    background-image:none;
    background-color:#000000;
  }

  .navbar-brand{
    margin:0 auto;
    position: relative;
    left:22px;
  }

  .header-text{
    width:100%;
    color:#DBD1B7;
    margin-right:0.5rem;
    text-align:center;
  }

  .header-text .com-tel,
  .header-text .com-name{
    font-size:1.5rem;
  }
}

/* トップ */
.slide_text{
  position:absolute;
  top:5%;
  left:10%;
  z-index:100;
  background-image:url(/image/slide/slide_text2019.svg);
  width:500px;
  height:100px;
  text-indent: -9999px;
}

.top_image05{
  width:100%;
  height:170px;
  background-image: url(../image/top_image05.png);
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 575.98px) {
  .top_image05{
    width:100%;
    height:170px;
    background-image: url(../image/top_image05.png);
    background-position: -400px top;
    background-repeat: no-repeat;
  }
}

ul.topics-list{
  width:100%;
  border-top:1px dashed #939393;
  padding:0;
  list-style:none;
}

ul.topics-list li{
  border-bottom:1px dashed #939393;
  padding:1rem 0.5rem;
}

ul.topics-list li a{
  color:#000000;
}

ul.topics-list li i{
  margin-right:0.5rem;
}

.btn-01{
  width:200px;
  height:40px;
  text-align:center;
  line-height:40px;
  border:1px solid #6F4E25;
  background-color:#FFFFFF;
  margin:0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-01:hover{
  border:1px solid #6F4E25;
  background-color:#B1D4BE;
}



.btn-01 a{
  color:#6F4E25;
  display: block;
  height:40px;
}

.btn-01 a i{
  position: relative;
  left:2.5rem;
}

.btn-01 a:hover{
  text-decoration: none;
}

.btn-03 a{
  color:#000000;
}

.btn-03 a i{
  color:#6F4E25;
  margin-right:0.5rem;
}

/* 事業内容 */
.business_image01{
  background-image:url(/image/business_image01.png);
  width:558px;
  height:104px;
  text-indent: -9999px;
  margin:5rem auto 2rem;
}

@media (max-width: 575.98px) {
  .business_image01{
    background-image:url(/image/business_image01.png);
    width:279px;
    height:52px;
    background-size:cover;
    text-indent: -9999px;
    margin:2rem auto 2rem;
  }
}

.business-circle{
  background-color:#FFFFFF;
  border:1px solid #C8BB9B;
  font-family:  "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align:center;
  color:#6F4E25;
  width:128px;
  height:128px;
  position: relative;
}

.business-circle-text{
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  width:128px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.business-footer{
  font-size:1.625rem;
  color:#6F4E25;
  font-family:  "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-left:25%;
  font-feature-settings : "palt" 0;
}

@media (max-width: 575.98px) {
  .business-footer{
    font-size:1.10rem;
    margin-left:1rem;
    margin-right:1rem;
    margin-left:15%;
  }
}

ul.business-list{
  list-style:none;
  padding:0;
}

ul.business-list li{
  
}

ul.business-list li:before{
  content: '';
    display: inline-block;
    width:0.8em;
    height:0.8em;
    margin-right:0.5em;
    background: #00872E;
    /*vertical-align: 2px;*/
}

/* 会社概要 */
table.outline{
  width:100%;
  border-top:1px dashed #666666;
}

table.outline th{
  font-weight: normal;
  border-bottom:1px dashed #666666;
  padding:0.75rem 0;
}

table.outline td{
  border-bottom:1px dashed #666666;
  padding:0.75rem 0;
}

table.outline2{
  width:100%;
  border-top:1px dashed #666666;
}

table.outline2 th{
  font-weight: normal;
  border-bottom:1px dashed #666666;
  padding:0.75rem 0;
}

table.outline2 td{
  border-bottom:1px dashed #666666;
  padding:0.75rem 0;
}


@media (max-width: 575.98px) {
  table.outline,
  table.outline tr,
  table.outline th,
  table.outline td{
    display: block;
  }

  table.outline{
    width:100%;
  }

  table.outline th{
    border-bottom:none;
    padding:2rem 0 0.5rem 0;
    vertical-align: top;
  }

  table.outline td{
    border-bottom:1px dashed #666666;
    padding:0.5rem 0 2rem 0;
    vertical-align: top;
  }

  table.outline2,
  table.outline2 tr,
  table.outline2 th,
  table.outline2 td{
    display: block;
  }

  table.outline2{
    width:100%;
    border-top:none;
  }

  table.outline2 th{
    border-bottom:none;
    padding:1rem;
    vertical-align: top;
    background-color:#F2F2F2;
    margin-top:1rem;
  }

  table.outline2 td{
    border-bottom:1px dashed #666666;
    padding:1rem;
    vertical-align: top;
  }
}

/* リンク */
table.link-table{
  width:100%;
}

table.link-table th{
  border-bottom:1px dashed #666666;
  padding:2rem 0;
  vertical-align: top;
}

table.link-table td{
  border-bottom:1px dashed #666666;
  padding:2rem 0;
  vertical-align: top;
}

.link-h a{
  font-size:1.125rem;
  color:#6F4E25;
  font-weight:bold;
  line-height:100%;
  margin-bottom:0.3rem;
  text-decoration:none;
}

@media (max-width: 575.98px) {
  table.link-table,
  table.link-table tr,
  table.link-table th,
  table.link-table td{
    display: block;
  }

  table.link-table{
    width:100%;
  }

  table.link-table th{
    border-bottom:none;
    padding:2rem 0 0.5rem 0;
    vertical-align: top;
  }

  table.link-table td{
    border-bottom:1px dashed #666666;
    padding:0.5rem 0 2rem 0;
    vertical-align: top;
  }
}

/* トピックス */
.topics-date{
  font-size:0.875rem;
  text-align:right;
  margin:0 0.5rem;
}

.topics-entry img{
  width:100%;
  height:auto;
}

/* フッター */
.footer-link-wrap{
  background-color:#B1D4BE;
  height:50px;
}

@media (max-width: 575.98px) {
  .footer-link-wrap{
    height:93px;
  }
}

ul.footer-link{
  list-style:none;
  padding:0;
  margin:15px 0 0 0;
  font-size: 0;
  text-align: center;
}

ul.footer-link li{
  display: inline-block;
  font-size:0.75rem;
  padding:0 0.5rem;
  height:20px;
  /*float:left;*/
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

ul.footer-link li+li{
  border-left: 0;
  border-right: 1px solid #333;
}

ul.footer-link li a{
  color:#000000;
  text-decoration: none;
}

ul.footer-link li a:hover{
  text-decoration: underline;
}

.footer-address-wrap{
  background-color:#080500;
  background-image:url(/image/footer-address-wrap.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}

.footer_address{
  color:#DBD1B7;
  font-size:0.875rem;
  margin-top:1.6875rem;
}

.copyright{
  background-color:#FFFFFF;
  text-align:center;
  font-size:0.75rem;
  padding-top:1rem;
  height:64px;
}

img.footer_logo{
  margin:1.6875rem 0;
}

@media (max-width: 575.98px) {
  img.footer_logo{
    margin:1.6875rem 0 0 0;
  }
  .footer_address{
    color:#DBD1B7;
    font-size:0.875rem;
    margin-top:1rem;
    text-align:center;
    margin-bottom:1rem;
  }
}

/* トップに戻るボタン */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    text-decoration: none;
    width: 54px;
    height:54px;
    padding: 0;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}

@media (max-width: 767.98px) {
  #page-top {
      position: fixed;
      bottom: 60px;
  }
}

