@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: 'ＭＳ Ｐゴシック', sans-serif, 'メイリオ', Meiryo;
    font-size: 0.9em;
    line-height: 1.6em;
}

h2 {
    background-image: url("../images/title/bg_bottom.gif");
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 5px 0 13px 13px;
    margin: 10px 0 0 0;
    font-size: 1.1em;
    border-left: 5px solid #4A2511;
    color: #4A2511;
}

h3 {
    color: #333;
    font-size: 1em;
    font-weight: normal;
    border-left: 10px solid #333;
    background-color: #F3F0EB;
    padding: 3px 10px;
    margin: 15px 0 0 0;
    letter-spacing: 0.1em;
}

#logo h1 {
    height: 99px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background-image: url("../images/smf/header.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

#content {
    clear: both;
    overflow: hidden;
    width: 320px;
    margin: 0 auto 10px auto;
    padding: 0;
}

.tx1 {
    margin: 15px 0 20px 0;
    padding: 0 10px;
    text-indent: 1em;
}

.tx2 {
    margin-left: 1em;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 1em;
    text-indent: -1em;
    padding: 0 15px 10px 15px;
    color: #666;
    font-size: 85%;
    border-bottom: #ccc dotted 1px;
}

.tx2_2 {
    margin-left: -1px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 1em;
    padding: 0 15px 10px 15px;
    color: #666;
    font-size: 85%;
    border-bottom: #ccc dotted 1px;
}

ul.midori_dot li {
    list-style: url("../images/pin2.gif");
}

.shisetsu .si_img {
    height: 180px;
    width: 250px;
    border: 1px solid #CCC;
    padding: 5px;
    margin: 0 auto 5px auto;
    text-align: center;
}
.shisetsu .si_img2 {
    height: 200px;
    width: 250px;
    border: 1px solid #CCC;
    padding: 5px;
    margin: 0 auto 5px auto;
    text-align: center;
}
.shisetsu p#si_tx {
    display: block;
    width: 230px;
    text-align: left;
    padding: 5px 0 5px 19px;
    margin: -6px auto 0 auto;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: bold;
    color: #039;
    background-image: url("../images/pin4.gif");
    background-position: left center;
    background-repeat: no-repeat;
}
.shisetsu p#si_tx b {
    font-size: 80%;
    font-weight: normal;
}

#nav ul{
    display:flex;
    padding:0;
    margin: 0 0 15px;
}

#nav li{
    list-style:none;
    flex:1;
}

#nav a{
    display:block;
    text-align:center;
    padding:14px 0;
    text-decoration:none;
    color:#fff;
    border:1px solid #443434;
    background: linear-gradient(
      to bottom,
      #36210e 0%,
      #400b07 50%,
      #36210e 100%
    );
    font-size:14px;
}


/* タイトル用装飾 */
  .title-container {
    background-color: #ffe8d0;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .title-line {
      width: 4px;
      height: 28px;
      background-color: #650202;
      margin: 4px 15px 4px 0px;
      border-radius: 20px;
  }
  .title-text {
    display: flex;
    align-items: baseline;
    font-family: serif;
    font-weight: bold;
  }
  .title-main {
    font-size: 1.2em;
    color: #000000;
    margin-right: 8px;
  }



/* ページ上部へ */
.top-btn{
    width: 150px;
    margin: 18px auto;
    border:1px solid #999;
    text-align: center;
}

.page-top-btn{
    display:inline-flex;
    align-items:center;
    color: #666 !important;
    font-weight: bolder;
    padding:8px 14px;
    text-decoration:none !important;
    font-size:14px;
    gap:6px;
}

/* 上向き矢印 */
.page-top-btn .arrow{
    width:8px;
    height:8px;
    border-left:2px solid #2ca34a;
    border-top:2px solid #2ca34a;
    transform:rotate(45deg);
    margin-top: 6px;
}
/* ロゴ＋会社情報 */
.footer-info{
  max-width: 320px;
  margin: auto;
  display:flex;
  align-items:flex-start;
  gap:15px;
}

.footer-logo img{
  width:60px;
  height:auto;
}

/* 会社名 */
.company-name{
  font-size:18px;
  font-weight:bold;
  margin:0 0 5px 0;
}

/* 住所など */
.footer-company p{
  margin:0;
  line-height:1.6;
}

/* コピーライト */
.footer-copy{
  margin-top:15px;
  padding-top:10px;
  text-align:center;
  font-size:12px;
  color: #a39685;
}

a, a:link {
    color: #F00;
    font-style: normal;
    text-decoration: underline;
}