html,
body {
    font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
/* 明朝体 */
.serif {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif!important;
}
img {
    max-width: 100%;
    max-height: 100%;
}
li {
    list-style: none;
}
a {
    color: inherit;
}
p {
    line-height: 1.5;
}
/* 文字整列 */
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.img-title {
    text-align: center;
    margin-bottom: 30px;
}
.c-red {
    color: #910c22;
}
.c-purple {
    color: #70144b;
}
.title {
    font-size: 2em;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    background-color: #70144b;
    margin-bottom: 30px;
    padding: 20px 15px;
}
.headline {
    font-size: 1.4em;
    font-weight: 600;
    padding: 10px 10px;
    margin-bottom: 40px;
    border: 1px solid #b3b3b3;
    border-bottom: 4px solid #70144b;
    border-radius: 3px;
    background: linear-gradient(#e7e7e7, #fcfcfc);
    position: relative;
    line-height: 1.3;
}
.headline.ribbon {
    padding-left: 180px;
}
.headline .ribbon {
    color: #910c22;
    font-size: 0.6em;
    display: inline-block;
    text-align: center;
    width: 150px;
    height: 27px;
    padding-top: 2px;
    background-image: url('../img/ribbon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    /* top: calc(50% - 13px); */
}
.subhead {
    color: #70144b;
    text-align: center;
    font-weight: 600;
    font-size: 1.7em;
    margin-bottom: 30px;
    line-height: 1.3;
}
/* マージン */
.m-b-5 {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-60 {
    margin-bottom: 60px;
}
.m-b-70 {
    margin-bottom: 70px;
}
.m-b-80 {
    margin-bottom: 80px;
}
.m-b-90 {
    margin-bottom: 90px;
}
.m-b-100 {
    margin-bottom: 100px;
}
.clearfix::after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
/* header start */
header {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
}
header .container {
    max-width: 900px;
}
.header-message {
    color: #808080;
    font-size: 12px;
    margin-bottom: 10px;
}
.header-left {
    float: left;
}
.header-logo {
    display: inline-block;
}
.header-logo-img {
    width: 220px;
}
.header-right {
    float: right;
}
.header-right .tel-link {
    display: inline-block;
}
/* header end */
/* footer start */
footer {
    background-color: #70144b;
}
.copyright {
    color: #ffffff;
    font-size: 0.8em;
    text-align: center;
    padding: 5px;
}
/* footer end */
/* for iPhone SE */
@media screen and (max-width: 359px) {
    .hidden-xs {
        display: none!important;
    }
}
/* for SmartPhone */
@media screen and (max-width: 767px) {
    .hidden-sm {
        display: none!important;
    }
    .visible-xs,
    .visible-md,
    .visible-lg {
        display: none!important;
    }
    .text-sm-left {
        text-align: left!important;
    }
    .title {
        padding: 15px 10px;
        font-size: 1.4em;
    }
    .headline {
        font-size: 1.3em;
    }
    .headline.ribbon {
        padding-left: 10px;
        padding-top: 50px;
    }
    .headline .ribbon {
        top: 10px;
    }
    .subhead {
        font-size: 1.5em;
    }
    header {
        height: 70px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    #wrapper {
        padding-top: 70px;
    }
    .header-message {
        display: none;
    }
    .header-logo-img {
        width: auto;
        height: 36px;
    }
    .header-right .tel-message {
        position: absolute;
        top: 7px;
        right: 15px;
        font-size: 11px;
    }
    .header-right .tel-btn {
        display: inline-block;
        height: 32px;
        line-height: 30px;
        color: #910c22;
        font-weight: 600;
        text-decoration: none;
        position: relative;
        padding-left: 35px;
        padding-right: 8px;
        border: 1px solid #910c22;
        border-radius: 5px;
        position: absolute;
        right: 15px;
        bottom: 10px;
    }
    .header-right .tel-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        left: 8px;
    }
}
/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none!important;
    }
    .visible-xs,
    .visible-sm,
    .visible-lg {
        display: none!important;
    }
    header {
        height: 116px;
    }
    #wrapper {
        padding-top: 116px;
    }
}
/* for PC */
@media screen and (min-width: 992px) {
    .hidden-lg {
        display: none!important;
    }
    .visible-xs,
    .visible-sm,
    .visible-md {
        display: none!important;
    }
    .container {
        max-width: 900px;
    }
    header {
        height: 116px;
    }
    #wrapper {
        padding-top: 116px;
    }
}