@charset "utf-8";
/*
    B-faith
     http://www.b-faith.com/
*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800);

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    font: 1.6rem/1.7 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    height: 100%;
    color: #252525;
    letter-spacing: .1px;
    background-color: #fff;
}

body::before {
    background: url('images/bg_scissors.jpg') no-repeat 100% 0;
    background-size: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

p {
    margin-bottom: 3%;
}

a {
    color: #777;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

a:hover {
    color: #999;
    text-decoration: none;
}

a:active,
a:focus {
    outline: 0;
}

a:hover img.over {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

#main img,
div img {
    max-width: 100%;
    height: auto;
}

hr {
    border-width: 1px 0px 0px 0px;
    border-style: dotted;
    border-color: #cccccc;
    height: 1px;
    margin: 20px 0 15px 0;
    clear: both;
}

.hrn {
    border-width: 0;
    border-color: #fff;
}

.flex {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.dp-block {
    display: block;
}

.none {
    display: none;
}

.no-gutter > [class*='col-'],
.no-gutter,
.no-gutter-top {
    padding-right: 0;
    padding-left: 0;
}

.no-gutter-top {
    padding-top: 0;
}

.red {
    color: red;
}

.blue {
    color: #7faed3;
}

.nomal {
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff5a5a;
}

.mx- .mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.p-1 {
    padding: 1rem;
}

/*******************************
全体
*******************************/
.container,
.inner {
    margin: 0 auto;
    max-width: 1140px;
}


/*******************************
/* ヘッダー
*******************************/
header {
    padding: 15px 0;
    background: #fff;
}

header h1,
header h2,
header h3,
header ul {
    margin: 0;
    font-family: inherit;
    font-weight: normal;
    color: #252525;
    font-size: 1.4rem;
    line-height: 21px;
}

header h1,
header h1 a,
.tel-area {
    margin-right: 20px;
}

/* logo */
header h1,
header h1 a {
    margin-right: 20px;
    width: 115px;
    height: 45px;
    display: block;
    background: url(images/logo.png) no-repeat;
}

header h2 span {
    margin: auto 10px;
    display: inline-block;
}

header strong {
    color: #5a8db5;
}

header .tel-area {
    color: red;
    font-size: 1.2rem;
}

/************************************
/* メインナビゲーション
************************************/
.navbar-inverse {
    background: none;
    border: 0;
}

.navbar-default {
    border: 0;
    /*    background-color: transparent;*/
}

.navbar-nav > li {
    /*flex:1;/**/
    width: 16.6666%;
    text-align: center;
    /*width: 216px;/**/
    /*width: 180px;/**/
    /*width:16.6666%;/**/
}

@media(max-width:1000px) {
    .navbar-nav > li {
        width: 33.3333%;
    }
}

.navbar {
    padding-top: 22px;
}

ul.navbar-nav li span {
    font-size: 1.2rem;
}

/*******************************
メイン画像
*******************************/
.container-fluid.no-gutter-top {
    position: relative;
    background: #fff;
}

.mainimg {
    margin: 0 auto;
    max-width: 1220px;
    height: 700px;
    max-height: 700px;
    overflow: hidden;
    background: #fff;
}

.flex-control-nav,
.flex-direction-nav {
    display: none;
}

.price-off2 {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: 100;
}

/*************************
/* ボックス
*************************/
.block {
    margin-bottom: 3.5%;
}

.block-wm {
    margin-bottom: 3%;
    padding-top: 3%;
    padding-bottom: 3%;
    background: #eff2f4;
}

.off-box {
    margin-left: 1%;
    display: inline-block;
    padding: 1px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 4px;
    background: red;
}

.cupon {
    margin-bottom: 3%;
    padding: 3%;
    border: 7px solid #f8f5b6;
    background: #fff;
}

.cupon img {
    margin-bottom: 2%;
}

.data-limit {
    color: #fff;
    text-align: center;
    border-radius: 7px;
    background: #c79f62;
}

ul.dropdown-menu {
    position: relative;
    max-width: 100%;
}

dl.price dd ul.dropdown-menu {
    color: #333;
}

button {
    margin-top: 1%;
}

.btn-group,
.btn-group-vertical {
    width: 100%;
    position: inherit;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    width: 40%;
    float: none;
}

.btn-info {
    width: 40%;
    background-color: #7FAED3;
    border-color: #7FAED3;
}

.btn-info a {
    color: #fff;
}

.box {
    margin-bottom: 10%;
    padding: 20px;
    min-height: 200px;
    background: #fff;
}

.well br {
    display: block;
}

/* tag */
.tagArea {
    border-bottom: 1px dotted #ccc;
    background: #efefef;
    border-radius: 4px;
    color: #ddd;
    font-size: 1.1rem;
    margin-top: 4%;
    padding: 2% 0;
}

.tag {
    padding: 2px 5px;
    margin: 0 10px;
    color: #999;
    border-radius: 4px;
}

#date {
    text-align: right;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #858585;
}

#date a {
    color: #858585;
    text-decoration: none;
}

#date a:hover {
    color: #efefef;
    text-decoration: none;
}

#date a:active,
a:focus {
    outline: 0;
}

#next {
    clear: both;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.box_img_border {
    border: 1px solid #cccccc;
    padding: 1px;
    margin: 1px;
}

.stf_msg {
    /*border:5px solid #dfeaf3;/**/
    background-color: #e9eff5;
    padding: 1em;
    border-radius: 15px;
}

.stf_msg2 {
    /*border:5px solid #dfeaf3;/**/
    background-color: #e9eff5;
    border-radius: 15px;
}

/* パンくずリスト */
.Breadcrumb {
    clear: both;
    font-size: 1.1rem;
    padding: 10px;
    background: #faf2f2;
    border: 1px solid #efefef;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

/** LINE公式 **/
.line {
    width: 100%;
    text-align: center;
}
.line img {
    width: 70%;
}

/*************
/* 見出し
*************/
h1 {
    margin-bottom: 4%;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 4.5rem;
    font-weight: bold;
    color: #7faed3;
}

h2 {
    margin-bottom: 4%;
    font-family: 'Noto Sans Japanese', serif;
    font-size: 3.4rem;
    font-weight: bold;
}

.h3 {
    margin-bottom: 2%;
    color: #ff5a5a;
    font-weight: bold;
}

.h4 {
    font-size: 1.6rem;
    font-weight: bold;
}

.h4:before {
    content: "●";
    color: #dbe6c3;
}

.h5 {
    margin-bottom: 2%;
}

.h5:before {
    content: "◆";
    color: #dbe6c3;
}

/*************
/* リスト
*************/
.container ul {
    margin-left: 5px;
}

section ul li {
    list-style: none;
    margin-bottom: 8px;
    padding: 0 5px 0 12px;
    background: url(images/bullet.gif) no-repeat 0 5px;
}

.navbar .container ul,
.navbar .container ul li {
    margin: auto;
    padding: 0;
    list-style: none;
}

.navbar-nav > li > a {
    margin-top: 0;
    font-size: 1.5rem;
}

#sidebar ul {
    margin-left: 3px;
}

dl.price {
    padding: 3.5%;
    text-align: center;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

dl.price dt {
    font-weight: normal;
}

dt.first,
dl.price dt + dt {
    margin-bottom: 3.5%;
    padding-bottom: 2%;
    border-bottom: 1px dotted #ddd;
}

dl.price dt + dt.last {
    margin-bottom: auto;
    padding-bottom: auto;
    border-bottom: 0;
}

dl.price dd,
.opsion {
    margin-bottom: 3.5%;
    padding-bottom: 2%;
    font-size: 1.4rem;
    color: #7faed3;
    border-bottom: 1px dotted #ddd;
}

dl.price dd:last-child {
    margin-bottom: auto;
}


/*　会社概要のリスト　*/
dl.company {
    margin: 10px 0 20px 10px;
    border-bottom: 1px dotted #ccc;
}

dl.company dt {
    clear: left;
    float: left;
    margin: 0 0 0.8em;
    width: 10em;
    border-left: solid 4px #6b9dbc;
    border-top: 1px dotted #ccc;
    padding: 10px 0 10px 10px;
    font-weight: bold;
}

dl.company dd {
    margin-bottom: 0.8em;
    margin-left: 7.5em;
    padding: 10px 0 10px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}

/*******************************
/* フッター
*******************************/
.footerUpper {
    font-size: 1.2rem;
    clear: both;
    padding: 2% 0;
    overflow: hidden;
    background: #eff2f4;
}

.footerUpper ul li {
    list-style: none;
}

.footerUpper ul li:after {
    content: "　/";
    color: #0a6ebd;
}

.footerUpper ul li:last-child:after {
    content: none;
}

.footerLower {
    padding: 10px;
    text-align: center;
}

address {
    margin-bottom: 0;
    color: #7faed3;
    font-style: normal;
    font-size: 1rem;
}

.footerLower a {
    color: #7faed3;
    text-decoration: none;
}

.footerLower a:hover {
    color: #7faed3;
    text-decoration: none;
}

.footerLower a:active,
a:focus {
    outline: 0;
}

/*************
テーブル
*************/
table {
    color: #555;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

table,
th,
td {
    color: #555;
    text-align: left;
    margin: 0 20px 20px 0px;
}

td,
th {
    padding: 10px 5px;
    border: 1px solid #dddddd;
}

th {
    width: 30%;
    font-weight: normal;
}

/*******************************
/* google map
*******************************/
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*******************************
/* topへ戻る
*******************************/
.pagetop,
.price-off {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 5%;
}

.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #333;
    border-radius: 50px;
    text-align: center;
    color: #F4F2F0;
    font-size: 25px;
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}

.pagetop a .glyphicon {
    padding: 3px 0 5px 2px;
    color: #999;
    line-height: inherit;
}

/*******************************
/* 50% OFF
*******************************/
.price-off {
    bottom: 20%;
    right: 0;
    /*
	width: 213px;
	height: 141px;
*/
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha( opacity=90 )";
}

.price-off img {
    max-width: 100%;
}

/*******************************
min-width 769px
*******************************/
@media(min-width:768px) {
    .pcnone {
        display: none;
    }
}

/*******************************
max-width 1024px
*******************************/
@media (max-width:1024px) {
    body::before {
        background-size: 60% auto;
    }

    h1 {
        font-size: 3.4rem;
    }

    /*.navbar-nav > li {
        width: auto;
    }/**/

    .mainimg {
        height: auto;
    }

    .price-off2 {
        right: 0;
        bottom: -20px;
        max-width: 25%;
    }

    .flexslider {
        margin-bottom: 0;
    }
}

/*******************************
max-width 767px sp
*******************************/
@media(max-width:460px) {

    .navbar .container ul,
    .navbar .container ul li {
        border-bottom: 1px dotted #ddd;
        width: 100%;
    }
}

@media(max-width:767px) {

    header h1,
    header h1 a {
        margin-bottom: 10px;
        width: 100%;
        background-position: center;
    }

    .tel-area {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    header h2 {
        width: 100%;
        text-align: center;
    }

    header h2 span {
        margin: auto;
        display: block;
    }

    h1 {
        font-size: 2.2rem;
    }

    h1 br {
        display: none;
    }

    dl.price {
        font-size: 98%;
    }

    dl.price dd {
        font-size: 1.2rem;
    }

    .off-box {
        display: block;
    }

    .h3 {
        font-size: 1.8rem;
    }

    .opsion {
        border-bottom: 0;
    }

    /*
    .well br {
        display: none;
    }
*/

    .price-off {
        width: 150px;
    }

    /*.navbar .container ul, .navbar .container ul li {
        border-bottom: 1px dotted #ddd;
    }/**/

    .navbar .container ul,
    .navbar .container ul li:last-child {
        border-bottom: none;
    }

    .footerUpper {
        padding-left: 3%;
        padding-right: 3%;
    }

    .footerUpper.text-center {
        text-align: left;
    }

    .footerUpper a {
        display: block;
    }

    .footerUpper ul li::after {
        content: none;
    }

    .footerUpper ul li {
        display: block;
    }

    .collapse {
        display: block;
    }

    /*.navbar-nav > li > a {
        line-height: 32px;
    }/**/

    .footerUpper {
        display: none;
    }

    figure .col-sm-4 img {
        margin-bottom: 3%;
        width: 100%;
    }

    .flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .flex img {
        margin-bottom: 4%;
    }
}
