@charset "UTF-8";
/* CSS Document */

hr {
height: 10px;
background-color: #000;
margin: 0;
}
.i-title {
    margin: 20px 0 0;       /* デフォルトCSS打ち消し */
    font-size:  1.8em;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: 20px;      /* 周りの余白指定 */
    padding: 0 10px;        /* 余白指定 */
    font-family: 'Homemade Apple', cursive;
}
.i-title-wrap {
    position: relative;     /* 位置調整 */
    margin-bottom:15px;     /* 周りの余白指定 */
    width: 100%;
}
.i-title-wrap:before {
    content:  '';           /* 空白の要素を作る */
    background-color: #376139; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  3px;           /* 高さ指定 */
    top: 20px;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}
#i-topics .col-md-9{
border-right: 2px dashed #231815;
}
.bukken-suu {
padding-left:30px;
}
.bukken-suu h3{
font-size: 1.2em;
vertical-align:middle;
padding-bottom: 10px;
border-bottom: 3px dotted #eee;
}
.bukken-suu img{
vertical-align: middle;
width: 30px;
margin-right: 10px;
}

#i-cate{
background-color:  #EAE5E3;
padding: 30px;
margin-top: 30px;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
#i-cate .col-md-4{
margin: 10px 0;
}
#i-cate .i-cate-box{
background-color: #fff;
text-align: center;
padding: 20px;
}
#i-cate h3{
font-weight: 800;
letter-spacing: 0.2em;
margin-top: 10px;
}
#i-cate a{
display: block;
margin-top: 10px;
padding: 10px 5px;
color: #fff;
font-weight: 800;
background: url("/sp/img/01-cate-arrow.png") no-repeat right 10px center #291A18;
}

#i-map{
margin-top: 30px;
}
#i-map img{
max-width: 100%;
height: auto;
}
.i-map-box{
width: 100%;
padding: 0 100px;
}


#osusume{
margin-top: 40px;
}
#osusume .osusume-box{
background-color: #291A18;
padding-bottom: 7px;
text-align: center;
padding: 10px;
}
#osusume h3{
color: #fff;
margin-top: 5px;
border-bottom: 2px dashed #fff;
padding-bottom: 10px;
font-weight: 800;
}
#osusume h4{
color: #B2DAB8;
margin: 10px 0;
font-weight: 800;
letter-spacing: 0.2em;
}
#osusume img{
width: 100%;
}

#i-area{
margin-top: 40px;
}
#i-area .row{
background-color:  #EAE5E3;
padding: 30px;
margin-top: 10px;
}
#i-area .col-md-4{
margin: 10px 0;
}
#i-area .i-area-link{
background-color: #fff;
padding: 0;
margin-top: 0;
}
#i-area .i-area-box{
background-color: #fff;
text-align: center;
padding: 0 20px 20px;
}
#i-area h3{
font-weight: 800;
letter-spacing: 0.2em;
position: relative;
padding-top: 20px;
}
#i-area h3:after{
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #000, #000 4px, #fff 4px, #fff 4px);
background: repeating-linear-gradient(-45deg, #000, #000 4px, #fff 4px, #fff 8px);
}
#i-area a{
display: block;
margin-top: 10px;
padding: 10px 5px;
color: #fff;
font-weight: 800;
background: url("/sp/img/01-cate-arrow.png") no-repeat right 10px center #291A18;
}













