@charset "utf-8";

/* ===================================================================
CSS information

file name  :  equipment.css
style info :  スタイル指定
=================================================================== */

p {
    color: #262626;
}

section.pt230 {
    padding-top: 230px;
}

#main img.fixImg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.img {
    margin: 0 0 0;
}


/*----------#conts----------*/

#main .point {
    background: url(../../../img/elements/point_bg.jpg) 0 0 repeat;
    max-width: 980px;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 1px 10px #777;
    color: #333;
    margin: 0 auto 70px;
}

#main .point::before {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    background: url(../../../img/elements/point_flame.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

#main .point::after {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background: url(../../../img/elements/point_flame.png) no-repeat;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

#main .point .point-inner {
    position: relative;
    overflow: hidden;
}

#main .point .point-inner::before {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    background: url(../../../img/elements/point_flame.png) no-repeat;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

#main .point .point-inner::after {
    content: '';
    display: block;
    width: 27px;
    height: 27px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    background: url(../../../img/elements/point_flame.png) no-repeat;
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

#main .point .point-inner > div {
    padding: 0 40px;
}

#main .point .text-block {
    padding: 50px 0;
    width: 100%;
}

#main .point .text-block h4 {
    margin-bottom: 20px;
}

#main .point .text-block .title {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

#main .point .text-block .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
}

.btn-area {
    margin: 0 auto 80px;
    max-width: 980px;
    overflow: hidden;
}

.btn-area .btn {
    display: table;
    border: solid 1px #7ebceb;
    margin-right: 3.4%;
    width: 22.4%;
}

.btn-area .btn a {
    color: #7ebceb;
    display: table-cell;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 20px;
    font-weight: normal;
    padding: 12px 0;
    width: 100%;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
}

.btn-area .btn a:hover {
    background: #7ebceb;
    color: #FFF;
}

.btn-area .btn-visit {
    display: table;
    background: #7ebceb;
    color: #fff;
    border: solid 1px #7ebceb;
    margin-right: 3.4%;
    width: 22.4%;
}

.btn-area .btn-visit a {
    color: #7ebceb;
    color: #fff;
    display: table-cell;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 20px;
    font-weight: normal;
    padding: 12px 0;
    width: 100%;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s;
}

.btn-area .btn-visit a:hover {
    background: #7ebceb;
    color: #FFF;
}

.btn-area .btn:last-child {
    margin-right: 0;
}

#conts {
    overflow: hidden;
}

#conts .mainimage {
    width: 100%;
    margin-bottom: 90px;
}

#conts .mainimage img {
    width: 100%;
}

.cont1 {
    margin-bottom: 30px;
}

.cont1 h3 {
    margin-bottom: 50px;
}

.cont-l-list {
    margin: 0 auto 30px;
    max-width: 980px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.cont-l-list li {
    margin-right: 2%;
    margin-bottom: 50px;
    width: 23.4%;
    background: rgba(255, 255, 255, 0.2);
    border: solid 1px #FFF;
}

.cont-l-list li:nth-child(4),
.cont-l-list li:nth-child(8),
.cont-l-list li:nth-child(12),
.cont-l-list li:nth-child(16) {
    margin-right: 0;
}

.cont-l-list li img {
    width: 100%;
}

.cont-l-list .list-l-title {
    color: #5281ac;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 18px;
    margin: 20px 20px;
    text-align: left;
}

.cont-l-list p {
    font-size: 13px;
    margin: 0 20px 30px;
    text-align: left;
}

.cont-l-list p.caption-txt {
    font-size: 10px;
}

.ltsp-4 {
    letter-spacing: -4px;
}

.ltsp-3 {
    letter-spacing: -3px;
}

.ltsp-2 {
    letter-spacing: -2px;
}

.txt_bottom {
    margin-bottom: 80px;
}

.txt_bottom p {
    padding-left:1em;
    text-indent:-1em;
}





/*----------#MediaQuery----------*/

@media screen and (max-width: 980px) {
    #main .point {
    margin: 20px;
    }
    #main .btn-area {
    margin: 0 20px 80px;
    }
    .cont-l-list {
    margin: 0 20px 30px;
    }
}

@media screen and (max-width: 768px) {
    .btn-area .btn:nth-child(2) {
    margin-right: 0;
    }
    .btn-area .btn {
    margin-right: 3.4%;
    margin-bottom: 2%;
    width: 48.3%;
    }
    .btn-area .btn-visit {
    margin-right: 3.4%;
    margin-bottom: 2%;
    width: 48.3%;
    }
    .btn-area .btn a {
    font-size: 18px;
    }
    .btn-area .btn-visit a {
    font-size: 18px;
    }
    #conts .mainimage {
    margin-bottom: 40px;
    }
    .cont-l-list li {
    margin-right: 2%;
    margin-bottom: 30px;
    width: 48.9%;
    }
    .cont-l-list li:nth-child(2),
    .cont-l-list li:nth-child(4),
    .cont-l-list li:nth-child(6),
    .cont-l-list li:nth-child(8),
    .cont-l-list li:nth-child(10),
    .cont-l-list li:nth-child(12),
    .cont-l-list li:nth-child(14),
    .cont-l-list li:nth-child(16) {
    margin-right: 0;
    }
}

@media screen and (max-width: 400px) {
    .cont1 {
        margin-bottom: 30px;
    }
    .cont1 h3 {
        width: 90%;
        margin: 0 auto 30px;
    }
}