@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.daishowasiko.com/                                */
/* Copyright (C) Daishowa Paper Products Co., Ltd.              */
/*--------------------------------------------------------------*/


/* ========================================================

　Grobal Setting

=========================================================== */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-padding-top: 4.5rem;
}

@media only screen and (min-width: 992px) {

    html {
        scroll-padding-top: 12.0rem;
    }

}


/* ========================================================

　body

=========================================================== */

body {
    position: relative;
    background: url("../img/background_body.jpg") center top / cover repeat fixed;
    color: rgba(51, 51, 51, 1.00);
    font: normal 300 1.8rem/3.0rem 'Noto Serif CJK JP', 'Noto Serif JP', 'Yu Mincho', YuMincho, serif;
    word-wrap: break-word;
    letter-spacing: 0.0625rem;
    overflow-x: hidden;
}


/* ========================================================

　Default Link Color

=========================================================== */

a:link,
a:visited {
    color: rgba(139, 146, 199, 1.00);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    opacity: 0.7;
}

a:active {
    opacity: 1.0;
}


/* ========================================================

　section

=========================================================== */

section {
    margin-top: -6.0rem;
    padding: 14.0rem 0 8.0rem;
}

@media only screen and (min-width: 992px) {

    section {
        margin-top: -10.0rem;
        padding: 20.0rem 0 10.0rem;
    }

}


/* ========================================================

　h1～h6 & Other Text

=========================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p:nth-last-of-type(n+2),
li:nth-last-of-type(n+2),
dd:nth-last-of-type(n+2) {
    margin-bottom: 0.25rem;
}

section p {
    text-align: justify;
}

section figcaption {
    margin-top: 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: 2.0rem;
}

/* heading */
.heading {
    margin-bottom: 5.0rem;
    padding-top: 4.0rem;
    background: url("../img/decoration_heading.png") center top / 8.0rem no-repeat;
}

.heading h1 {
    font-size: 4.0rem;
    text-align: center;
}

.heading aside {
    max-width: 8.0rem;
    height: 0.1rem;
    margin: 2.0rem auto 0;
    background-color: rgba(139, 146, 199, 1.00);
}


/* ========================================================

　#navBlk

=========================================================== */

@media only screen and (max-width: 991px) {

    #brand {
        display: none;
    }

    /*　メインナビ
    ----------------------------------------------------------- */
    #mainNav {
        background-color: rgba(255, 255, 255, 0.80);
    }

    #navBlk.navbar-shrink #mainNav {
        background-color: rgba(255, 255, 255, 1.00);
    }

    /* ブランド */
    #mainNav .navbar-brand {
        padding: 0.5rem 0;
    }

    #mainNav .navbar-brand img {
        width: 100%;
        max-width: 16.4rem;
        height: auto;
        opacity: 1.0;
    }

    /* ハンバーガー */
    #mainNav .navbar-toggler {
        width: 5.0rem;
        height: 5.0rem;
        border-radius: 50%;
        background-color: rgba(139, 146, 199, 1.00);
        outline: none;
    }

    /* メニュークローズ時のアイコン「三」 */
    #mainNav .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.00)' stroke-width='3' stroke-linecap='square' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* メニューオープン時の背景色 */
    #mainNav .navbar-toggler[aria-expanded="true"] {
        border: 0.3rem solid rgba(139, 146, 199, 1.00);
        background-color: transparent;
    }

    /* メニューオープン時のアイコン「✕」 */
    #mainNav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(139, 146, 199, 1.00)' stroke-width='3' stroke-linecap='square' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
    }

    /* メニュー部 */
    #mainNav .navbar-collapse {
        max-height: 100vh;
        padding: 3.0rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #mainNav .navbar-nav {
        min-height: 100vh;
    }

    #mainNav .navbar-nav li {
        margin-bottom: 0;
    }

    #mainNav .navbar-nav .nav-item:nth-of-type(n+2) {
        border-top: 0.1rem solid rgba(204, 204, 204, 1.00);
    }

    /* メニューリンク部 */
    #mainNav .navbar-nav .nav-link {
        padding-left: 2.0rem;
        padding-right: 2.0rem;
        color: rgba(0, 0, 0, 1.00);
        font-family: 'Noto Sans JP', sans-serif;
        font-weight: 400;
        line-height: 5.0rem;
    }

    /* カレントメニュー */
    #mainNav .navbar-nav .nav-item .nav-link.active,
    #mainNav .navbar-nav .nav-item .nav-link.current {
        color: rgba(170, 135, 195, 1.00);
        font-weight: 500;
        pointer-events: none;
    }

}

@media only screen and (min-width: 768px) {

    #mainNav .navbar-brand img {
        max-width: 25.0rem;
    }

}

@media only screen and (min-width: 992px) {

    #brand {
        display: block;
    }

    #brand {
        padding: 2.0rem 0;
        background-color: rgba(255, 255, 255, 1.00);
        -webkit-transition: padding 0.3s ease-in-out;
        -o-transition: padding 0.3s ease-in-out;
        transition: padding 0.3s ease-in-out;
    }

    #navBlk.navbar-shrink #brand {
        padding: 1.0rem 0;
    }

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

    #brand .col {
        text-align: center;
    }

    #brand img {
        width: 100%;
        max-width: 22.5rem;
        height: auto;
        -webkit-transition: max-width 0.3s ease-in-out;
        -o-transition: max-width 0.3s ease-in-out;
        transition: max-width 0.3s ease-in-out;
    }

    #navBlk.navbar-shrink #brand img {
        max-width: 18.0rem;
    }

    #mainNav {
        height: 8.0rem;
        background-color: rgba(0, 0, 0, 0.70);
        text-align: center;
        overflow: hidden;
        -webkit-transition: height 0.3s ease-in-out;
        -o-transition: height 0.3s ease-in-out;
        transition: height 0.3s ease-in-out;
    }

    #navBlk.navbar-shrink #mainNav {
        height: 5.0rem;
        background-color: rgba(0, 0, 0, 1.00);
    }

    /* Bootstrapデフォルトの.navbar-brandを非表示に */
    #mainNav .navbar-brand {
        display: none;
    }

    #mainNav .navbar-collapse {
        margin-top: 0.1rem;
        width: 100%;
        height: 8.0rem;
        text-align: center;
    }

    #navBlk.navbar-shrink #mainNav .navbar-collapse {
        position: relative;
        top: 0.1rem;
        height: 5.0rem;
    }

    #mainNav .navbar-nav {
        margin: 0 auto;
        padding: 0;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 0 3.0rem;
        color: rgba(255, 255, 255, 1.00);
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1.6rem;
        line-height: 8.2rem;
    }

    #navBlk.navbar-shrink #mainNav .navbar-nav .nav-item .nav-link {
        line-height: 5.2rem;
    }

    #mainNav .navbar-nav .nav-item .nav-link:hover {
        background-color: rgba(255, 255, 255, 1.00);
        color: rgba(0, 0, 0, 1.00);
    }

    /* カレントメニュー */
    #mainNav .navbar-nav .nav-item .nav-link.active,
    #mainNav .navbar-nav .nav-item .nav-link.current {
        background-color: rgba(139, 146, 199, 1.00);
        color: rgba(255, 255, 255, 1.00);
        font-weight: 500;
        pointer-events: none;
        opacity: 1.0;
    }

}

@media only screen and (min-width: 1200px) {

    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 0 4.0rem;
        font-size: 1.8rem;
    }

}


/* ========================================================

　header

=========================================================== */

#masthead {
    position: relative;
    background: rgba(255, 255, 255, 1.00);
    text-align: center;
    overflow: hidden;
}

/*　背景画像
----------------------------------------------------------- */
.carousel-item {
    width: 100%;
    height: 100vh;
    min-height: 45.5rem;
}

.carousel-item:nth-of-type(1) {
    background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_01_mobile.jpg) center top /cover no-repeat;
    background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_01_mobile.jpg) center top /cover no-repeat;
}

.carousel-item:nth-of-type(2) {
    background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_02_mobile.jpg) center top /cover no-repeat;
    background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_02_mobile.jpg) center top /cover no-repeat;
}

.carousel-item:nth-of-type(3) {
    background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_03_mobile.jpg) center top /cover no-repeat;
    background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_03_mobile.jpg) center top /cover no-repeat;
}

.carousel-item:nth-of-type(4) {
    background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_04_mobile.jpg) center top /cover no-repeat;
    background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_04_mobile.jpg) center top /cover no-repeat;
}

.carousel-caption {
    position: absolute;
    top: 50.0%;
    text-align: center;
    -webkit-transform: translateY(-10.0rem);
    -ms-transform: translateY(-10.0rem);
    transform: translateY(-10.0rem);
}

.carousel-caption .inner {
    width: 20.0rem;
    height: 20.0rem;
    margin: 0 auto;
    border-radius: 50%;
}

.carousel-inner .carousel-item:nth-of-type(odd) .inner {
    background-color: rgba(0, 0, 0, 0.30);
}

.carousel-inner .carousel-item:nth-of-type(even) .inner {
    background-color: rgba(255, 255, 255, 0.30);
}

.carousel-caption img {
    width: 100%;
    height: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 4.0rem;
    width: 4.0rem;
}

#carouselIndicators .carousel-indicators li {
    width: 2.0rem;
    height: 2.0rem;
    margin: 0 1.0rem;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) {

    .carousel-caption {
        -webkit-transform: translateY(-12.5rem);
        -ms-transform: translateY(-12.5rem);
        transform: translateY(-12.5rem);
    }

    .carousel-caption .inner {
        width: 25.0rem;
        height: 25.0rem;
    }

}

@media only screen and (min-width: 992px) {

    .carousel-item:nth-of-type(1) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_01.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_01.jpg) center top /cover no-repeat;
    }

    .carousel-item:nth-of-type(2) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_02.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_02.jpg) center top /cover no-repeat;
    }

    .carousel-item:nth-of-type(3) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_03.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_03.jpg) center top /cover no-repeat;
    }

    .carousel-item:nth-of-type(4) {
        background: -o-radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_04.jpg) center top /cover no-repeat;
        background: radial-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 1.00) 100%), url(../img/carousel_04.jpg) center top /cover no-repeat;
    }

}

/*　iOS以外は背景画像をフィクス
----------------------------------------------------------- */
/* Chrome / Firefox / Opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {

    .carousel-item:nth-of-type(1),
    .carousel-item:nth-of-type(2),
    .carousel-item:nth-of-type(3),
    .carousel-item:nth-of-type(4) {
        background-attachment: fixed;
    }

}

/* Edge 1 */
@supports (-ms-ime-align: auto) {

    .carousel-item:nth-of-type(1),
    .carousel-item:nth-of-type(2),
    .carousel-item:nth-of-type(3),
    .carousel-item:nth-of-type(4) {
        background-attachment: fixed;
    }

}

/* Edge 2 */
_:-ms-lang(x)::backdrop,
.carousel-item:nth-of-type(1),
_:-ms-lang(x)::backdrop,
.carousel-item:nth-of-type(2),
_:-ms-lang(x)::backdrop,
.carousel-item:nth-of-type(3),
_:-ms-lang(x)::backdrop,
.carousel-item:nth-of-type(4) {
    background-attachment: fixed;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.carousel-item:nth-of-type(1),
_:-ms-lang(x)::-ms-backdrop,
.carousel-item:nth-of-type(2),
_:-ms-lang(x)::-ms-backdrop,
.carousel-item:nth-of-type(3),
_:-ms-lang(x)::-ms-backdrop,
.carousel-item:nth-of-type(4) {
    background-attachment: fixed;
}


/* ========================================================

　#news

=========================================================== */

#news {
    background-color: rgba(240, 240, 240, 1.00);
}

.loop ul {
    padding: 0;
    list-style: none;
}

.loop li {
    margin-bottom: 3.0rem;
    padding-bottom: 3.0rem;
    border-bottom: 0.1rem solid rgba(220, 220, 220, 1.00)
}

.loop h2 {
    margin-top: 1.0rem;
}

.loop a {
    font-weight: 300;
    text-align: justify;
    line-height: 2.4rem;
}

.loop a:hover {
    color: rgba(170, 135, 195, 1.00);
    opacity: 1.0;
}

.loop a::after {
    visibility: hidden;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f061";
    color: rgba(240, 240, 240, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.loop a:hover::after {
    visibility: visible;
    padding-left: 0.75rem;
    content: "\f061";
    color: rgba(170, 135, 195, 1.00);
}

.more {
    margin-top: 5.0rem;
}

.more a {
    display: block;
    width: 24.0rem;
    margin: 0 auto;
    border-radius: 0.6rem;
    background-color: rgba(139, 145, 199, 0.70);
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    line-height: 6.0rem;
}

.more a:hover {
    background-color: rgba(139, 145, 199, 1.00);
    opacity: 1.0;
}


/* ========================================================

　#intro

=========================================================== */

#intro {
    position: relative;
    padding-bottom: 0;
}

#intro > img {
    display: none;
}

#intro .row:nth-of-type(n+2) {
    margin-top: 5.0rem;
}

#intro .row {
    border-radius: 0 0 2.0rem 2.0rem;
    background: -o-linear-gradient(bottom, rgba(139, 146, 199, 0.10) 25%, rgba(255, 255, 255, 0.50) 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(139, 146, 199, 0.10)), color-stop(60%, rgba(255, 255, 255, 0.50)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, rgba(139, 146, 199, 0.10) 25%, rgba(255, 255, 255, 0.50) 60%, rgba(255, 255, 255, 0) 100%);
}

#intro .row div[class^="col-"]:nth-of-type(2) {
    padding: 0 2.0rem 2.0rem;
}

#intro h2 {
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
    color: rgba(139, 146, 199, 1.00);
    font-size: 2.4rem;
}

#intro h2 span {
    display: block;
}

#intro .inner {
    margin: 0;
    padding: 0.5rem;
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
    border-radius: 0.6rem;
    background-color: rgba(255, 255, 255, 1.00);
    -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(187, 187, 187, 0.70);
    box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(187, 187, 187, 0.70);
}

#intro img {
    border-radius: 0.6rem;
}

#intro p:nth-of-type(n+2) {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {

    #intro > img {
        display: block;
        position: absolute;
        top: -10.5rem;
        left: 0;
        width: 20.0rem;
        height: auto;
    }

    #intro .inner {
        padding: 1.0rem;
    }

}

@media only screen and (min-width: 992px) {

    #intro > img {
        top: -13.0rem;
        width: 24.0rem;
    }

    #intro .row:nth-of-type(odd) {
        border-radius: 0 2.0rem 2.0rem 0;
        background: -o-linear-gradient(right, rgba(139, 146, 199, 0.10) 25%, rgba(255, 255, 255, 0.50) 60%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(139, 146, 199, 0.10)), color-stop(60%, rgba(255, 255, 255, 0.50)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to left, rgba(139, 146, 199, 0.10) 25%, rgba(255, 255, 255, 0.50) 60%, rgba(255, 255, 255, 0) 100%);
    }

    #intro .row:nth-of-type(odd) div[class^="col-"]:nth-of-type(2) {
        padding: 3.0rem 5.0rem 3.0rem 3.0rem;
    }

    #intro .row:nth-of-type(even) {
        border-radius: 2.0rem 0 0 2.0rem;
        background: -o-linear-gradient(left, rgba(139, 146, 199, 0.10) 25%, rgba(255, 255, 255, 0.50) 60%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(139, 146, 199, 0.10)), color-stop(60%, rgba(255, 255, 255, 0.50)), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, rgba(139, 146, 199, 0.10) 25%, rgba(255, 255, 255, 0.50) 60%, rgba(255, 255, 255, 0) 100%);
    }

    #intro .row:nth-of-type(even) div[class^="col-"]:nth-of-type(2) {
        padding: 3.0rem 3.0rem 3.0rem 5.0rem;
    }

    #intro h2 {
        margin-top: 0;
    }

    #intro h2 span {
        display: inline;
    }

    #intro h2 span::before {
        content: "、";
    }

}

@media only screen and (min-width: 1200px) {

    #intro > img {
        top: -16.0rem;
        width: 30.0rem;
    }

    #intro .row:nth-of-type(odd) div[class^="col-"]:nth-of-type(2) {
        padding: 3.0rem 5.0rem;
    }

    #intro .row:nth-of-type(even) div[class^="col-"]:nth-of-type(2) {
        padding: 3.0rem 5.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    #intro > img {
        top: -20.0rem;
        width: 38.0rem;
    }

}


/* ========================================================

　#ossuary

=========================================================== */

#ossuary {
    padding-bottom: 0;
}

#ossuary .heading {
    position: relative;
    margin-bottom: 0;
    padding-top: 0;
    background: none;
}

#ossuary h1 {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: rgba(255, 255, 255, 1.00);
    font-size: 4.0rem;
    text-align: center;
}

#ossuary .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
}

#ossuary picture source,
#ossuary picture img {
    width: 100%;
    height: auto;
}

#ossuary .row div[class^="col-"]:nth-of-type(2) {
    padding: 0 2.0rem 2.0rem;
}

#ossuary .wrap {
    padding-bottom: 6.0rem;
    background-color: rgba(240, 240, 240, 1.00);
}

#ossuary .container .inner {
    margin: 2.0rem 0;
    padding: 0.5rem;
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
    border-radius: 0.6rem;
    background-color: rgba(255, 255, 255, 1.00);
    -webkit-box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(187, 187, 187, 0.70);
    box-shadow: 0.2rem 0.2rem 0.2rem 0 rgba(187, 187, 187, 0.70);
}

#ossuary .container img {
    border-radius: 0.6rem;
}

#ossuary .container p:nth-of-type(n+2) {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {

    #ossuary .container .inner {
        margin: 5.0rem 0;
    }

    #ossuary .container .inner {
        padding: 1.0rem;
    }

}

@media only screen and (min-width: 992px) {

    #ossuary .container .inner {
        margin: 8.0rem 0;
    }

    #ossuary .container div[class^="col-"]:nth-of-type(2) {
        padding: 8.0rem 3.0rem 3.0rem 3.0rem;
    }

    #ossuary .wrap {
        padding-bottom: 9.0rem;
    }

}

/*　Slick
----------------------------------------------------------- */
#portfolio {
    margin-top: 3.0rem;
}

#portfolio > p {
    color: rgba(139, 146, 199, 1.00);
    font-size: 1.4rem;
    text-align: center;
}

/*　Slickの画像が一瞬縦並びになるのを解消 */
.slick-initialized .slick-slide {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slider {
    width: 100%;
    height: auto;
    padding: 3.0rem 0 0;
    background-color: rgba(0, 0, 0, 1.00);
}

.slider li:nth-last-of-type(n+2) {
    margin-bottom: 0;
}

.slick-slide {
    cursor: pointer;
}

.slick-slide:not(.slick-current) {
    opacity: 0.5;
}

.slick-slide:not(.slick-current):hover {
    opacity: 0.7;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-slide img:hover {
    opacity: 1.0;
}

.slick-slide p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.0rem;
}

/* 矢印 */
.slick-prev::before,
.slick-next::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-55%);
    font-size: 3.0rem;
    opacity: 0.7;
}

.slick-prev,
.slick-next {
    width: 3.2rem;
    height: 3.2rem;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-arrow {
    z-index: 2;
}

/* dots */
.slick-dots {
    bottom: -2.0rem;
    -webkit-transform: translateY(4.0rem);
    -ms-transform: translateY(4.0rem);
    transform: translateY(4.0rem);
}

.slick-dots li {
    width: 2.0rem;
    height: 2.0rem;
}

@media only screen and (min-width: 992px) {

    .slick-prev::before,
    .slick-next::before {
        font-size: 5.0rem;
    }

    .slick-prev {
        left: 2.5rem;
    }

    .slick-next {
        right: 4.5rem;
    }

}

@media only screen and (min-width: 1200px) {

    .slick-prev {
        left: 7.5rem;
    }

    .slick-next {
        right: 9.5rem;
    }

}

@media only screen and (min-width: 1920px) {

    .slick-prev {
        left: 42.0rem;
    }

    .slick-next {
        right: 44.0rem;
    }

}


/* ========================================================

　#plan

=========================================================== */

#plan .inner {
    position: relative;
}

#plan .inner img {
    width: 6.0rem;
    height: auto;
}

#plan .inner img:nth-of-type(1) {
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;
}

#plan .inner img:nth-of-type(2) {
    position: absolute;
    top: -1.2rem;
    right: -1.2rem;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#plan .inner img:nth-of-type(3) {
    position: absolute;
    left: -1.2rem;
    bottom: -1.2rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#plan .inner img:nth-of-type(4) {
    position: absolute;
    right: -1.2rem;
    bottom: -1.2rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#plan .box {
    padding: 4.0rem 2.0rem;
    border: 0.1rem solid rgba(25, 25, 25, 1.00);
    border-radius: 1.0rem;
    background-color: rgba(255, 255, 255, 1.00);
    text-align: center;
}

#plan .box h3 {
    margin-bottom: 3.0rem;
    color: rgba(139, 146, 199, 1.00);
    font-size: 6.0rem;
}

#plan .box h3 span {
    position: relative;
    bottom: -0.75rem;
    margin-left: 0.5rem;
    color: rgba(51, 51, 51, 1.00);
    font-size: 2.4rem;
}

#plan .box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#plan .box ul {
    margin: 0 auto;
    margin-bottom: 2.0rem;
    text-align: left;
    list-style: none;
}

#plan .box p {
    text-align: center;
}

#plan .box p:nth-of-type(2) {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

#plan .box p:nth-of-type(2) span {
    display: block;
}

@media only screen and (min-width: 576px) {

    #plan .box li {
        display: inline-block;
    }

    #plan .box p:nth-of-type(2) span {
        display: inline;
    }

}


/* ========================================================

　#access

=========================================================== */

#access {
    position: relative;
    padding-bottom: 0;
}

#access .wrap {
    margin-top: -8.0rem;
    padding-top: 8.0rem;
    background-color: rgba(240, 240, 240, 1.00);
}

#access > img {
    display: none;
}

#access p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

#access p span.phone {
    color: rgba(51, 51, 51, 1.00);
}

#access .map {
    margin-top: 3.0rem;
}

#access .map iframe {
    position: relative;
    bottom: -0.7rem;
    width: 100%;
    height: 80.0vw;
    border: 0;
}

#access .map iframe,
#access .map object,
#access .map embed {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

#access .map iframe:hover,
#access .map object:hover,
#access .map embed:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

@media only screen and (min-width: 768px) {

    #access > img {
        display: block;
        position: absolute;
        top: -15.0rem;
        right: 0;
        width: 9.0rem;
        height: auto;
    }

    #access .map iframe {
        height: 36.0rem;
    }

}

@media only screen and (min-width: 992px) {

    #access > img {
        display: block;
        position: absolute;
        top: -16.5rem;
        right: 0;
        width: 11.0rem;
        height: auto;
    }

}

@media only screen and (min-width: 1200px) {

    #access .wrap {
        margin-top: -10.0rem;
        padding-top: 10.0rem;
    }

    #access > img {
        display: block;
        position: absolute;
        top: -21.0rem;
        right: 0;
        width: 14.0rem;
        height: auto;
    }

    #access .map {
        margin-top: 5.0rem;
    }

    #access .map iframe {
        height: 56.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    #access > img {
        top: -27.0rem;
        width: 18.0rem;
    }

}


/* ========================================================

　#contact

=========================================================== */

#contact {
    padding-top: 20.0rem;
}

#contact #mailformpro dl {
    margin-top: 3.0rem;
}

#contact #mailformpro dt {
    padding-top: 2.0rem;
    width: 100%;
    color: rgba(0, 0, 0, 1.00);
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
}

/* 必須項目 */
#contact #mailformpro dt .must {
    float: right;
    padding: 0.5rem 1.0rem;
    background: rgba(230, 90, 0, 0.70);
    border-radius: 0.4rem;
    color: rgba(255, 255, 255, 1.00);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

#contact #mailformpro dd {
    padding-bottom: 2.0rem;
    padding-left: 0;
    padding-right: 0;
}

#contact #mailformpro dd:last-of-type {
    border-bottom: 0.1rem solid rgba(204, 204, 204, 1.00);
}

#contact #mailformpro label.mfp_not_checked em {
    color: rgba(51, 51, 51, 1.00);
    font-style: normal;
}

#contact #mailformpro label.mfp_checked em {
    color: rgba(230, 90, 0, 1.00);
    font-weight: 500;
    font-style: normal;
}

/* 各入力窓設定 */
#contact #mailformpro input,
#contact #mailformpro select,
#contact #mailformpro select optgroup,
#contact #mailformpro select option,
#contact #mailformpro textarea {
    height: 4.0rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    border-radius: 0.6rem;
    border: 0.1rem solid rgba(240, 240, 240, 1.00);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
}

#contact #mailformpro input {
    width: 100%;
}

#contact #mailformpro input#post {
    width: 14.0rem;
}

#contact #mailformpro .add select {
    width: 14.0rem;
}

#contact #mailformpro select optgroup {
    color: rgba(139, 146, 199, 1.00);
}

#contact #mailformpro select option {
    color: rgba(51, 51, 51, 1.00);
}

#contact #mailformpro textarea {
    padding: 1.0rem;
    width: 100% !important;
    height: 20.0rem !important;
}

#contact #mailformpro input.check {
    position: relative;
    top: -0.1rem;
    width: 2.0rem;
    height: 2.0rem;
}

#contact #mailformpro li:nth-of-type(n+2) {
    margin-top: 2.0rem;
}

#contact #mailformpro .add span:not(.att) {
    font-size: 1.6rem;
}

#contact #mailformpro .att {
    display: block;
    color: rgba(255, 0, 0, 1.00);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    line-height: 2.0rem;
}

div.mfp_err {
    padding: 3px 0px 5px 0;
    background: none;
}

div.mfp_err:before {
    content: "↑";
}

/* 内容をリセットボタン・確認画面へボタン */
#contact .mfp_buttons button {
    width: 22.0rem;
    height: 6.0rem;
    padding: 0;
    border-radius: 0.6rem;
    font-size: 2.4rem;
    cursor: pointer;
}

#contact .mfp_buttons button:first-child {
    margin-bottom: 1.0rem;
    color: rgba(0, 0, 0, 0.50);
    background: rgba(0, 0, 0, 0.10);
}

#contact .mfp_buttons button:first-child:hover {
    color: rgba(0, 0, 0, 1.00);
    background: rgba(0, 0, 0, 0.30);
}

#contact .mfp_buttons button:last-child {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(139, 146, 199, 0.70);
}

#contact .mfp_buttons button:last-child:hover {
    background: rgba(139, 146, 199, 1.00);
}

/* キャンセルボタン・送信するボタン */
div.mfp_buttons button:first-child {
    color: rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.10);
}

div.mfp_buttons button:first-child:hover {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(0, 0, 0, 0.3);
}

div.mfp_buttons button:last-child {
    color: rgba(255, 255, 255, 1.00);
    background: rgba(139, 146, 199, 1.00);
}

div.mfp_buttons button:last-child:hover {
    color: rgba(255, 240, 0, 1.00);
    background: rgba(95, 130, 20, 1.00);
}

@media only screen and (min-width: 576px) {

    #contact .mfp_buttons button:first-child {
        margin-right: 2.0rem;
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 768px) {

    #contact #mailformpro dt {
        padding: 2.0rem 1.0rem;
        width: 27.0rem;
        border: none;
        background-color: transparent;
    }

    #contact #mailformpro dd {
        padding: 2.0rem 1.0rem 2.0rem 30.0rem;
        border: none;
    }

    #contact #mailformpro dd:last-child {
        border-bottom: none;
    }

    #contact #mailformpro dd:nth-of-type(odd) {
        background-color: rgba(139, 146, 199, 0.05);
    }

    #contact #mailformpro dd:nth-of-type(even) {
        background-color: transparent;
    }

    #contact #mailformpro .whos {
        height: 10.0rem;
    }

    #contact #mailformpro li:nth-of-type(n+2) {
        margin-top: 1.0rem;
    }

    #contact .mfp_buttons button:first-child {
        margin-right: 2.0rem;
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 992px) {

    #contact {
        padding-top: 38.0rem;
    }

    #contact #mailformpro .name input,
    #contact #mailformpro .kana input,
    #contact #mailformpro .tele input {
        width: 50%;
    }

}

@media only screen and (min-width: 1200px) {

    #contact #mailformpro dt {
        width: 32.0rem;
    }

    #contact #mailformpro dd {
        padding-left: 36.0rem;
    }

    #contact #mailformpro .whos {
        height: inherit;
    }

}

/*　送信完了
/*-------------------------------------------*/
#thanks {
    padding-top: 14.0rem;
}

/* ナンバリング */
#mfp_thanks {
    border-bottom: 0.5rem solid rgba(204, 204, 204, 1.00);
    font-size: 2.0rem;
    text-align: center;
}

#mfp_thanks strong {
    display: block;
    margin: 1.0rem 0;
    color: rgba(230, 90, 0, 1.00);
    font-size: 3.0rem;
}

/* 「ありがとうございました」部 */
.thanksMessage h3 {
    margin-top: 3.0rem;
    margin-bottom: 3.0rem;
    color: rgba(139, 146, 199, 1.00);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.6rem;
}

.thanksMessage ul {
    margin: 3.0rem 0;
    color: rgba(255, 0, 0, 1.00);
    font-weight: 400;
}

.thanksMessage span.phone {
    display: block;
    margin: 3.0rem 0 0.5rem;
    color: rgba(51, 51, 51, 1.00);
}

@media only screen and (min-width: 768px) {

    #mfp_thanks strong {
        display: inline;
        position: relative;
        top: 0.3rem;
    }

    .thanksMessage ul {
        margin: 3.0rem 0 3.0rem 2.4rem;
    }

}

@media only screen and (min-width: 992px) {

    #thanks {
        padding-top: 34.0rem;
    }

}


/* ========================================================

　#privacyPolicy

=========================================================== */

#privacyPolicy {
    padding-top: 20.0rem;
}

#privacyPolicy .inner {
    padding: 3.0rem 2.0rem;
    border-radius: 2.0rem;
    background: -o-linear-gradient(top, rgba(139, 146, 199, 0.10) 25%, rgba(255, 255, 255, 0.50) 60%, rgba(139, 146, 199, 0.10) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(139, 146, 199, 0.10)), color-stop(60%, rgba(255, 255, 255, 0.50)), to(rgba(139, 146, 199, 0.10)));
    background: linear-gradient(to bottom, rgba(139, 146, 199, 0.10) 25%, rgba(255, 255, 255, 0.50) 60%, rgba(139, 146, 199, 0.10) 100%);
}

#privacyPolicy p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

#privacyPolicy p:nth-of-type(2) {
    margin-top: 5.0rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: right;
}

#privacyPolicy dl {
    margin-top: 5.0rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

#privacyPolicy dt {
    margin-bottom: 1.0rem;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 500;
}

#privacyPolicy dt:nth-of-type(n+2) {
    margin-top: 4.0rem;
}

#privacyPolicy ul {
    margin: 2.0rem 0;
}

@media only screen and (min-width: 576px) {

    #privacyPolicy .inner {
        padding: 4.0rem 3.0rem;
    }

}

@media only screen and (min-width: 768px) {

    #privacyPolicy .inner {
        padding: 6.0rem 5.0rem;
    }

}

@media only screen and (min-width: 992px) {

    #privacyPolicy {
        padding-top: 38.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    #privacyPolicy .inner {
        padding: 8.0rem 6.0rem;
    }

}


/* ========================================================

　footer

=========================================================== */

footer {
    width: 100%;
    padding: 2.0rem 0;
    background-color: rgba(0, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-weight: 100;
}

footer div[class^="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif;
}

footer div[class^="col-"]:nth-of-type(3) {
    color: rgba(187, 187, 187, 1.00);
    font-size: 1.6rem;
}

footer img {
    width: 100%;
    max-width: 18.0rem;
    height: auto;
}

footer a {
    display: block;
    margin: 1.0rem 0;
    font-size: 1.6rem;
}

footer a:hover {
    color: rgba(255, 255, 255, 1.00);
}

@media only screen and (min-width: 992px) {

    footer div[class^="col-"]:nth-of-type(1) {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    footer div[class^="col-"]:nth-of-type(2) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 5.0rem;
    }

}


/* ========================================================

　Scroll to Pagetop

=========================================================== */

.scroll-to-top {
    display: none;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 6.0rem;
    height: auto;
    -webkit-animation: slideInBottom 0.3s;
    animation: slideInBottom 0.3s;
}

.scroll-to-top a {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.scroll-to-top a:hover {
    opacity: 1.0;
}

.scroll-to-top img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {

    .scroll-to-top {
        bottom: 10.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    .scroll-to-top {
        width: 7.0rem;
    }

}

@media only screen and (min-width: 1400px) {

    .scroll-to-top {
        width: 8.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    .scroll-to-top {
        right: 4.5%;
        width: 10.0rem;
    }

}

@-webkit-keyframes slideInBottom {

    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@keyframes slideInBottom {

    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        opacity: 1.0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}


/* ========================================================

　modal

=========================================================== */

.modal-dialog {
    max-width: calc(100vw - 2.0rem);
    margin: 1.0rem;
    text-align: center;
}

.modal-content {
    padding: 3.0rem 0;
}

div[id^="modal0"] .modal-content {
    border-radius: 2.0rem;
    background-color: rgba(0, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

div[id^="modal0"] .modal-header {
    border-color: rgba(240, 180, 60, 0.70);
}

.modal-header h2 {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
}

.modal-body {
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
}

.modal-body img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

div[id^="modal0"] .modal-footer {
    border-color: rgba(240, 180, 60, 0.70);
}

.modal-footer button {
    margin: 3.0rem auto 0;
    width: 12.0rem;
    height: 4.0rem;
    border: 0;
    background-color: rgba(139, 146, 199, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.6rem;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-footer button:hover {
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(139, 146, 199, 0.70);
}

.modal .close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3.0rem;
    height: 3.0rem;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

div[id^="modal0"] .close-modal .filter-silver {
    filter: invert(97%) sepia(2%) saturate(11%) hue-rotate(345deg) brightness(86%) contrast(89%);
}

.modal .close-modal:hover {
    opacity: 0.3;
}

/* プライバシーポリシー */
#modalPrivacy .modal-dialog {
    text-align: left;
}

#modalPrivacy .modal-body p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

#modalPrivacy .modal-body aside {
    margin-top: 5.0rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: right;
}

#modalPrivacy .modal-body dl {
    margin-top: 5.0rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

#modalPrivacy .modal-body dt {
    margin-bottom: 1.0rem;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 500;
}

#modalPrivacy .modal-body dt:nth-of-type(n+2) {
    margin-top: 4.0rem;
}

#modalPrivacy .modal-body ul {
    margin: 2.0rem 0;
}

@media only screen and (min-width: 768px) {

    .modal .modal-dialog {
        margin: 1rem auto;
        max-width: 90.0vw;
    }

    .modal-header h2 {
        font-size: 3.0rem;
    }

    .modal .close-modal {
        width: 4.0rem;
        height: 4.0rem;
    }

    #modalPrivacy .modal-body {
        padding-left: 5.0rem;
        padding-right: 5.0rem;
    }

}

@media only screen and (min-width: 992px) {

    .modal .modal-dialog {
        width: 80.0rem;
        max-width: auto;
    }

}

@media only screen and (max-width: 1024px) and (max-height: 768px) {

    .modal .modal-dialog {
        width: 70.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    .modal .modal-dialog {
        width: 100.0rem;
    }

}


/* ========================================================

　その他

=========================================================== */

/*　プレースホルダーをフォーカス時に擬似的非表示に
----------------------------------------------------------- */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-weight: 300;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-weight: 300;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-o-input-placeholder,
textarea::-o-input-placeholder {
    font-weight: 300;
    opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input::placeholder,
textarea::placeholder {
    font-weight: 300;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}


/* break point --------------------------------------------
	<576px , >=576px , =>768px , =>992px , =>1200px , =>1400px
	iPhone5 320x568
	iPhone6-8 375x667 *
	iPhone6-8Plus 414x736
	iPhoneX 375x812
	iPad（iPad Mini）768x1024 *
	iPadPro 1024x1366
	Pixel2 411x731
	Pixel2 XL 411x823
	PC lg 992 *
	PC xl 1200 *
	PC xxl 1400 *
----------------------------------------------------------- */

/* Noto Serif JP -------------------------------------------
	Light 300
	Regular 400
	Medium 500
	Bold 700
    Black 900
----------------------------------------------------------- */

/* branc --------------------------------------------------
	1-0.25rem
	2-0.5rem
	3-1.0rem
	4-1.5rem
	5-3.0rem
----------------------------------------------------------- */


/* ---- End of file --------------------------------------- */