@charset "UTF-8";

/*
Theme Name: wedding comachi
Author: ボーダー
Version: 3.0
*/

@media all and (-ms-high-contrast: none) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

@media all and (-ms-high-contrast: active) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

@font-face {
    font-family: "YuGothic-M";
    font-weight: normal;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}

@font-face {
    font-family: "YuGothic-M";
    font-weight: bold;
    src: local("YoGothic-Bold"), local("Yu Gothic");
}

body {
    font-size: 1rem;
    font-family: 'europa', 'Josefin Sans', "TsukuARdGothic-Regular", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Noto Sans JP", -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic-M, YuGothic, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    background-color: #f2f2f2;
    color: #000;
    letter-spacing: .1rem;
}

.font-mincho {
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font-normal {
    font-family: "Noto Sans JP", -apple-system, blinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic-M, YuGothic, Meiryo, sans-serif;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

[class^="d-"]>img,
[class*=" d-"]>img,
.d-flex img,
.card img,
.row img {
    flex: none;
}

.ls-0 {
    letter-spacing: 0;
}

.ls-light {
    letter-spacing: .1rem;
}

.lh-0 {
    line-height: 1.5;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
}

p {
    line-height: 2;
}

.fs-10 {
    font-size: 10px;
}

a,
a span,
a img {
    color: inherit;
    -webkit-transition-duration: .45s;
    -webkit-transition-property: color, border-color, background-color, opacity;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: 'ease-in-out';
    transition-duration: .45s;
    transition-property: color, border-color, background-color, opacity;
    transition-delay: 0s;
    transition-timing-function: 'ease-in-out';
}

a:visited,
a:link,
a:active,
a:hover {
    text-decoration: none;
}

a:hover {
    color: inherit;
}

.underline a:hover,
a.underline:hover {
    text-decoration: underline;
}

a:hover img {
    opacity: 0.8;
}

a.bg-white:hover {
    opacity: 0.8;
}

.navbar-custom {
    padding-top: 0;
    padding-bottom: 1.5rem;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    background-color: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    min-height: 48px;
}

.navbar-nav .nav-link {
    color: #000;
    position: relative;
}

.navbar-brand {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: font-size .3s;
    transition: font-size .3s;
    padding: 0;
    display: inherit;
}

.navbar-brand img {
    width: 125px;
    height: 125px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (min-width: 1200px) {
    .drawer--right .drawer-nav {
        right: 0;
    }
    .navbar-brand {
        z-index: 999;
    }
    .drawer-nav {
        position: relative;
        height: auto;
        background-color: transparent;
    }
    .navbar-nav li.nav-item {
        position: relative;
        min-width: 120px;
    }
    .navbar-nav li.nav-item:after {
        content: "";
        border-right: 1px solid #e6e6e6;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 34px;
    }
    .navgation {
        padding-top: 2.5rem;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }
    .navbar-custom.fixed-top {
        padding-bottom: 1rem;
    }
    .navbar-custom.fixed-top .navgation {
        padding-top: 1rem;
    }
    .navbar-custom.fixed-top .navbar-brand img {
        width: 80px;
        height: 80px;
    }
    .nav-contact {
        position: relative;
        background-image: linear-gradient(to right, #dd81ab 0%, #bf4c7d 51%, #dd81ab 100%);
        color: #fff !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
        background-size: 200% auto;
        vertical-align: middle;
    }
    .nav-contact:hover {
        background-color: #bf4c7d;
        background-position: right center;
    }
}

@media (min-width: 992px) {
    .profile {
        background-repeat: no-repeat;
        background-image: url(img/makiNogami.png);
        background-position: bottom left;
        background-size: contain;
        text-shadow: 1px 1px 0 #fefbef, -1px 1px 0 #fefbef, 1px -1px 0 #fefbef, -1px -1px 0 #fefbef;
        overflow: hidden;
    }
}

.font-small {
    font-size: 10px;
}

.hvr-fade:hover,
.hvr-fade.active,
.bg-gray {
    background-color: #e6e6e6;
}

.text-brand {
    color: #80aeda;
}

.bg-brand {
    background-color: #80aeda;
    color: #fff;
}

.gradeBtn {
    position: relative;
    background-image: linear-gradient(to right, #dd81ab 0%, #bf4c7d 51%, #dd81ab 100%);
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
    vertical-align: middle;
}

.gradeBtn:hover {
    background-color: #bf4c7d;
    background-position: right center;
}

.chevron_right {
    position: relative;
    padding-right: 2.2rem;
    padding-left: 1rem;
}

.chevron_right:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

#masthead {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#masthead:before {
    content: "";
    display: block;
    padding-top: 45%;
}

.mainVisual {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/headerMain.jpg);
}

.feature-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#onlySalon {
    background-image: url(img/onlySalon.jpg);
}

#reliableSupport {
    background-image: url(img/reliableSupport.jpg);
}

#domesticSupport {
    background-image: url(img/domesticSupport.jpg);
}

#photoPlan {
    background-image: url(img/photoPlan.jpg);
}

.profile {
    position: relative;
    background-color: #fefbef;
    overflow: hidden;
    z-index: 2;
}

#map_canvas {
    height: 450px;
}

#page-top {
    position: fixed;
    bottom: 2rem;
    right: 8px;
    cursor: pointer;
    color: #80aeda;
}


/* NEWS */

.informationImage {
    height: 100%;
    position: relative;
    width: 100%;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #80aeda;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.informationImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #80aeda;
    border-color: #80aeda;
}

.post-wrap img {
    max-width: 100%;
    height: auto;
}


/* SNS */

.snsBtn a {
    color: #80aeda;
}

.facebook a:hover {
    color: #315096;
}

.tweet a:hover {
    color: #55acee;
}

.line a:hover {
    color: #1dcd00;
}


/* STYLE */

#pageStyle {
    background-image: url(img/header-style.jpg);
    background-position: center center;
}

.page-header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .navbar-custom {
        padding-bottom: 0;
    }
    .navbar-custom .container {
        min-height: 64px;
    }
    .navbar-brand img {
        width: 75px;
        height: 75px;
    }
    .drawer-hamburger {
        position: absolute;
    }
    .drawer-open .drawer-hamburger {
        display: none!important;
    }
    .navbar-nav .nav-link {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .feature-wrap .card {
        background: rgba(255, 255, 255, 0.8);
    }
}

@media (max-width: 575px) {
    #masthead:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
}

@media (max-width: 380px) {
    .brand-name {
        font-size: 14px;
    }
}