/*
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/*@import url(font-awesome.css);
@import url(font-awesome-ie7.css); */

html,
body {
    width: 100%;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 12px;
    color: #75716e;
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: "heisei-maru-gothic-std", Verdana, Meiryo, sans-serif;
    }
}

hr {
    max-width: 50px;
    border-color: #fff;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a:hover img {
    transition: 0.5s;
    filter: alpha(opacity=60);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";
    /* ie 8 */
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
}

a {
    color: #999;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    text-decoration: none;
}

a:hover,
a:focus,
a:visited,
a:active {
    color: #999;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Petit Formal Script', cursive;
    line-height: 1.6;
}


/* レスポンシブのフォントサイズ指定 */

@media screen and (min-width: 0px) and (max-width: 781px) {
    h1,
    h2 {
        font-size: 1.6em;
    }
    h3,
    h4 {
        font-size: 1em;
    }
}

p {
    line-height: 1.6em;
    letter-spacing: 0.02em;
    margin: 0 0 5px 0;
}

ui,
li {
    list-style: none;
}

dt {
    font-weight: normal;
}

.bg-primary {
    background-color: #fff;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: #555;
    line-height: 250%;
    font-size: 14px;
}

@media(max-width:781px) {
    .text-faded {
        color: #555;
        line-height: 250%;
        font-size: 12px;
    }
}

.text-faded2 {
    color: #555;
    line-height: 250%;
    font-size: 14px;
    margin-bottom: -100px;
}

@media(max-width:781px) {
    .text-faded2 {
        margin-bottom: 50px;
    }
}

section {
    padding: 80px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.header {
    margin: 0 auto;
    height: 100px;
}

#logo {
    display: block;
    width: 300px;
    height: auto;
    padding-top: 20px;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

@media screen and (max-width: 781px) {
    #logo {
        width: 260px;
        padding: 10px 0;
    }
}

.navbar-default {
    font-family: 'Questrial', sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Questrial', sans-serif;
    font-weight: 500;
    color: #666;
    text-align: center;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #666;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #555;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #666!important;
    background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

.navbar-inverse {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: none;
    height: 80px;
    vertical-align: middle;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ccc;
    height: 80px;
}

.navbar-brand {
    margin-top: 2px;
}

@media(min-width:782px) {
    .navbar-default {
        border-color: rgba(255, 255, 255, .3);
        background-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, .7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }
    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, .7);
    }
    .navbar-default .nav>li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }
    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05);
        background-color: #fff;
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #666;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #666;
    }
    .navbar-default.affix .nav>li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }
    .navbar-default.affix .nav>li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #555;
    }
}

#headerwrap {
    margin-top: 0;
    width: 100%;
    padding: 0;
}


/*スライドショー*/

#mainvisual {
    width: 100%;
    height: auto;
    min-height: 900px;
    margin: 0 auto;
}

@media (max-width: 781px) {
    #mainvisual {
        min-height: 400px;
    }
}


/* Push the body after clicking the menu button */

.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.body-push-toright {
    left: 200px;
}

.body-push-toleft {
    left: -200px;
}

.body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@media(min-width:782px) {
    header {
        display: block;
        height: 100px;
    }
    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

#about {
    background-image: url(../img/bg_ptn01.jpg);
    background-attachment: fixed;
}

#services {}

.section-heading {
    margin-top: 0;
    color: #111;
    font-size: 32px;
    line-height: 260%;
}

@media (max-width: 781px) {
    .section-heading {
        margin-top: 0;
        color: #111;
        font-size: 21px;
        line-height: 200%;
    }
}

.text-muted-m {
    text-align: left;
    color: #5f6eaf;
    font-size: 12px;
    line-height: 350%;
}

.text-muted-s {
    color: #5f6eaf;
    font-size: 12px;
    line-height: 270%;
    text-align: center;
}

.text-m {
    font-size: 12px;
    line-height: 210%;
    text-align: left;
}

.service-menu {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
}

.service-wrap {
    margin-bottom: 60px;
}

.service-box {
    margin: 50px auto 0;
}

.service-box img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    background-color: #fff;
}

.service-box a:hover {
    color: #666;
    text-decoration: none;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.label-default {
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 0;
    color: #333;
}

figure {
    position: relative;
    overflow: hidden;
}

figcaption {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    color: #fff;
    .
}

figure:hover figcaption {
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 2em;
}

.service-cap {
    font-weight: bold;
    margin: 28%;
}

.top-gallery {
    margin: 0 auto;
    background-color: #F8F1F1;
}

.top-gallery ul li {
    margin-bottom: 30px;
}

.top-gallery ul li img {
    cursor: pointer;
    z-index: 999;
    object-fit: cover;
    margin: 0 auto;
    height: 133px;
    min-height: 133px;
}

.top-gallery img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";
    /* ie 8 */
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;
}

.modal-body {
    padding: 5px !important;
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.modal-content {
    border-radius: 0;
}

.modal-body a {
    color: #555;
    padding: 5px 0;
    font-weight: normal;
}

.modal-dialog img {
    text-align: center;
    margin: 0 auto;
    vertical-align: top;
}

.controls {
    width: 50px;
    display: block;
    font-size: 11px;
    padding-top: 8px;
    font-weight: bold;
}

.next {
    float: right;
    text-align: right;
}

.footer-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 15px;
    overflow: hidden;
    background-color: #b8b8b8;
    color: #fff;
    margin-bottom: 0;
}

.footer-content p {
    font-size: 12px;
    line-height: 2;
    letter-spacing: inherit;
}

.footer-content a {
    color: #fff;
}

.footer-content a:hover {
    color: #555;
}

p.f-menu {
    margin-top: 15px;
    font-size: 14px;
}

.f-sns-icon {
    margin-left: 10px;
}

.copyright {
    font-size: 12px;
    margin-top: 30px;
}


/*CATEGORY PAGE*/

.contents-box {
    margin: 0 0 10px 0;
}

@media screen and (max-width: 781px) {
    .contents-box {
        margin: -60px 0 30px 0;
        padding-bottom: 0;
    }
}

.c-headerwrap {
    margin-top: -140px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    max-height: 530px;
    padding-top: 50px;
}

.c-headerwrap2 {
    margin-top: -140px;
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.c-section-heading {
    margin-top: 10px;
    color: #111;
    line-height: 100%;
    position: relative;
}

.c-section-heading:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    border-top: 1px dotted #999;
    z-index: -999;
}

.c-section-heading span {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
}

.img-responsive-overwrite {
    margin: 0 auto;
}

.c-section-subtitle {
    margin-top: 20px;
    color: #111;
    font-size: 28px;
    line-height: 140%;
}

.c-text-muted {
    color: #777;
    font-size: 0.63em;
    line-height: 320%;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
}

@media (max-width: 781px) {
    .c-text-muted {
        font-size: 10px;
        line-height: 250%;
    }
}

.headimage {
    width: 100%;
    height: 100%;
    min-height: 900px;
    overflow: hidden;
}

.category-box {
    margin: 30px 0 40px 0;
}

.category-box img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    background-color: #fff;
}

.category-box p {
    font-size: 12px;
    line-height: 210%;
}

.contents-line {
    max-width: 1150px;
    border-top: 1px dotted #999;
}

.menuimage {
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 6px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.thumbimg {
    width: 100%;
    overflow: hidden;
    display: inline;
    padding: 0;
}

.thumbimg ul {
    margin-left: 0;
    padding: 0;
}

.thumbimg li {
    float: left;
    padding: 10px 10px 0 0;
    cursor: pointer;
}


/*GALLERY*/

.count {
    font-family: 'Petit Formal Script', cursive;
    margin: 0 0 -25px 0;
    font-size: 1.6rem;
    color: #000;
    display: block;
    z-index: 9999;
}

.gallery {
    position: relative;
    margin-top: 20px;
}

.gallery ul {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.gallery ul li {
    padding: 4px;
    position: relative;
    overflow: hidden;
    display: block;
}

.gallery ul li img {
    cursor: pointer;
    z-index: 100;
    object-fit: cover;
    height: 90px;
    min-height: 90px;
    margin: 0 auto;
}

.gallery img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";
    /* ie 8 */
    -moz-opacity: 0.6;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;
}

@media (max-width: 1024px) {
    .gallery ul li {
        height: 90px;
    }
    .gallery ul li img {
        margin-top: 0;
        width: auto;
    }
}

@media (max-width: 980px) {
    .gallery ul li {
        height: 80px;
    }
    .gallery ul li img {
        margin-top: 0;
        width: auto;
    }
}

@media (max-width: 600px) {
    .gallery ul li {
        height: 50px;
    }
    .gallery ul li img {
        margin-top: 0;
        width: auto;
    }
}

.g-top {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 980px) {
    .g-top {
        width: auto;
        height: auto;
        margin-bottom: -80px;
    }
    .g-top img {
        height: auto;
        margin-top: 0;
    }
}

.bridal-image {
    background: url(../img/gallery/c-gallery-bd.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    min-height: 400px;
    margin: 50px 0 20px 0;
}

@media (max-width: 1024px) {
    .bridal-image {
        margin: 100px 0 10px 0;
    }
}

@media (max-width: 640px) {
    .bridal-image {
        min-height: 180px;
    }
}


/*PAGETOP*/

#page-top {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: 700;
    vertical-align: top;
}

#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 50px;
    text-align: center;
    display: block;
    border-radius: 25px;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

#swipebox-slider .slide-loading {
    background: url(../img/loader.svg) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}


/* Skin 
--------------------------*/

#swipebox-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

#swipebox-bottom-bar,
#swipebox-top-bar {}

#swipebox-top-bar {
    color: white !important;
    font-size: 14px;
    line-height: 43px;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 0.1em;
}


/*レンタルドレスカスタムcss*/

.tagline p {
    font-family: "Sawarabi Mincho";
    line-height: 3rem;
}

.info {
    font-family: "Sawarabi Mincho";
    font-size: 10px;
    text-align: center;
}