@charset "utf-8";

* {
    box-sizing: border-box;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-weight: 400;
}


body {
    margin: 0;
}

header {
    height: 60px;
    width: 100%;
    padding: 0px 15px;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
}

.logo {
    font-size: 25px;
}

nav {
    margin: 0 0 0 auto;
}

header ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    line-height: 60px;
}

.sm {
    display: none;
}



/*base.css*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
figure {
    margin: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

/*Base*/

html {
    width: 100%;
}


blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    font-weight: 400
}

p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:focus {
    outline: none;
}

button {
    text-decoration: none;
    border: none;
}

img {
    width: 100%;
    height: auto;
}

h1.logo {
    width: auto;
    height: 80px;
}

a:hover {
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.2;
    letter-spacing: 0.13em;
}

p a {
    border-bottom: #B78161 1px dashed;
}

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
}


/*#header*/


h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 50;
    color: #525252;
    margin-bottom: 30px;
    margin-top: 0;
}


article {
    padding: 20px 0px;
}

article.main{
    padding: 50px 0px;
}

article.echical_box {
    padding: 0;
}

article.option{
    margin-bottom: 30px;
}

/* transition */
#header,
#header .logo,
#header .logoSmall,
#header .snsArea,
#header .calendarArea,
#header .contactArea {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

/* #header */
#header,
#header:after {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}


@media only screen and (max-width: 960px) {
    #header {
        display: none;
    }
}

/* 
----------------------------------------------------------
#header .logoArea 
----------------------------------------------------------*/

#header .logo {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 3;
    line-height: 0;
    font-size: 0;
}

#header .logo a {
    position: relative;
    z-index: 0;
    display: block;
    width: 100px;
}

#header .logo a:hover {
    opacity: 0.7;
}

.global-nav {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    display: block;
    z-index: 2;
    text-align: center;
}

/* .main */
.global-nav .main {
    font-size: 0;
    color: #FBF9F7;
}

#header.autofix_sb.fixed .global-nav .main {
    color: #33302D;
}

/* .item */
.global-nav .main .item {
    display: inline-block;
    margin: 0 1.05vw;
    padding: 0;
    width: auto;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 200;
    line-height: 55px;
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
}


#header .contactArea {
    position: absolute;
    top: 10px;
    right: 45px;
    z-index: 2;
}



/* ul */
#header .contactArea ul {
    font-size: 0;
    list-style: none;
}

#header .contactArea ul li {
    display: inline-block;
    margin: 0;
    text-align: center;
}

#header .contactArea ul li a {
    display: block;
    padding: 0 15px 0 15px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    z-index: 2;
    box-sizing: border-box;
    border-radius: 1px;
    border: 1px solid #525252;
    color: #525252;
}

#header.autofix_sb.fixed .contactArea ul li a {
    color: #FFF;
    background: #525252;
    border: #525252 1px solid;
}


@media only screen and (min-width: 961px) {
    #header .contactArea ul li a:hover {
        color: #FFF;
        background: #525252;
        border: #525252 1px solid;
    }

    #header.autofix_sb.fixed .contactArea ul li a:hover {
        color: #FFF;
        background: #525252;
        border: #525252 1px solid;
    }
}

#headerSp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #efefef;
    z-index: 1000;
    box-sizing: border-box;
    display: none;
}

@media only screen and (max-width: 960px) {
    #headerSp {
        display: block;
    }
}

#headerSp .logo {
    position: absolute;
    top: 0px;
}



/* Nav items */
.menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: capitalize;
    color: #525252;
    opacity: 0;
    transition: 0.5s;
}

.menu li {
    border-top: 1px solid #525252;
    padding: 0;
    margin: 0 5px;
    opacity: 0;
    transition: 0.5s;
    background-color: #efefef;
    text-align: center;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
    display: none;
}

.menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
    background: #525252;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #525252;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
    top: 9px;
}

.navicon:after {
    bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Navbar Text */
.navtext {
    position: absolute;
    text-transform: uppercase;
    color: #525252;
    letter-spacing: 4px;
    font-size: 20px;
}


.slider {
    overflow: hidden;
    width: 100vw;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
}

.slick-img img {
    width: 100%;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
        /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}


article .message {
    max-width: 600px;
    margin: 0 auto;
}

a.button {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 1px;
    border: 1px solid #525252;
    color: #525252;
    line-height: 35px;
    font-size: 12px;
    font-weight: 500;
}

a.button:hover {
    color: #bfbcb7;
}

.message p {
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    font-size: 12px;
}

.message h2 {
    font-size: 20px;
    letter-spacing: 0.3em;
    margin-bottom: 40px;
    line-height: 40px;
}

.ethical a {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
    height: 40px;
    color: #FFF;
}

.ethical p {
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 200;
    line-height: 35px;
    font-size: 14px;
}


.echical_box {
    background-image: url(../images/eco_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

.bg_rgba {
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}


article.plan {
    background-color: #eaeaea;
    background-color: #fafaf9;
}


.plan_row {
    width: 50%;
    margin: 0;
    padding: 0;
}

.plan_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    justify-content: space-between;

}

.plan_row h3 {
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 80px;
    font-size: 30px;
}

.plan_row h4 {
    letter-spacing: 0.03em;
    font-weight: 200;
    line-height: 50px;
    font-size: 30px;
    color: #525252;
}

.plan_row h4 span {
    font-size: 14px;
}

.plan_row ul {
    padding-left: 15px;
}

.plan_row li {
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
}

.plan_row .txt {
    padding: 20px;
}

.plan_row img {
    margin-bottom: -25px;
}

.wedding,
.family {
    border-radius: 1px;
    border: 0.5px solid #525252;
}

.gallery .slider {
    width: 70%;
    margin-top: 30px;
    max-width: 1120px;
}

article.gallery h2 {
    color: #39605C;
}

.gallery button {
    background-color: #FFF;
}

.dress_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1120px;
    width: 90%;
}

.dress_row .row {
    max-width: 500px;
    margin: 10px;
}

article.dress {
    background-color: #fafaf9;
}


.dress_row p {
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
}

.dress_row h4 {
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 40px;
    font-size: 30px;
    color: #525252;
    text-align: center;
    margin-top: 10px;
}

.dress_row a.button {
    margin-top: 10px;
}

.copyright {
    text-align: center;
}

footer {
    background-color: #efefef;
    padding: 50px 0px;
}

footer p {
    text-align: center;
}

footer a.button {
    margin: 15px auto;
    margin-top: 15px;
    color: #525252;
}


article.dress_plan {
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px;
    width: 90%;
    max-width: 800px;
}

article.location_plan {
    text-align: center;
    margin: 0px auto;
    padding: 0px;
    width: 90%;
    max-width: 800px;
    margin-top: 100px;
}


article.dress_plan li {
    list-style: none;
}

.location_plan li {
    list-style: none;
}

article.dress_plan h5 {
    letter-spacing: 0.05em;
    font-weight: 400;
    line-height: 30px;
    font-size: 20px;
    color: #525252;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #434343;
}

article.location_plan h3 {
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 30px;
    font-size: 20px;
    color: #525252;
    margin-top: 50px;
    margin-bottom: 0px;
}

article.location_plan h3 span {
    font-size: 14px;
    padding-left: 10px;
}

article.location_plan h5 {
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 30px;
    font-size: 14px;
    color: #525252;
    margin-top: 15px;
    margin-bottom: 10px;
}

article.location_plan p {
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 20px;
    font-size: 12px;
    color: #525252;
    margin-top: 0px;
    margin-bottom: 15px;
}

article.dress_plan ul {
    padding-left: 0;
}

article.dress_plan img {
    margin-bottom: 10px;
}


.waso_plan {
    background-color: #fafaf9;
}



div.top {
    margin-top: 80px;
}

.notes {
    background-color: #fafaf9;
    margin-top: 20px;
}

.notes h5,
.option h5,
.flow h5 {
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 30px;
    font-size: 16px;
    color: #525252;
    margin-top: 15px;
    margin-bottom: 10px;
}

.notes li,
.flow p,
.option li {
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    list-style: disc;
}

.notes ul,
.option ul {
    padding-left: 15px;
}

.notes_row,
.option_row,
.flow_row {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.notes_row a.button {
    margin-left: 0;
    margin-right: auto;
    margin-top: 0;
    margin: 10px 0px;
}

.plan_box2 h3,
.plan_box2 h4,
.plan_box2 h5,
.plan_box2 li,
.plan_box2 p {
    text-align: left;
}

.flow h6 {
    font-size: 16px;
    color: #525252;
    line-height: 50px;
    margin-top: 10px;
}

.flow h6 span {
    font-size: 30px;
    padding-right: 5px;
    font-weight: 200;
}

.faq h5 {
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 30px;
    font-size: 16px;
    color: #525252;
    margin-top: 80px;
    margin-bottom: 10px;
}

.faq_row {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.faq ul {
    border-bottom: 1px solid #d8d8d8;
    padding: 25px 0px;
}

.faq li {
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    list-style: none;
}

.faq li span {
    font-size: 20px;
    color: #525252;
    font-weight: 200;
    padding-right: 10px;
}

.faq li span.a {
    padding-left: 3px;
}

article.faq {
    padding-bottom: 40px;
}

article.flow{
    padding-bottom: 60px;
}

.cos h4 {
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 40px;
    font-size: 30px;
    color: #525252;
    margin-top: 0px;
    margin-bottom: 00px;
    text-align: center;
}

.cos h5 {
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.cos_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 10px;
}

p.cos {
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
    font-size: 13px;
}

.cos_row .item {
    width: 33%;
}

.cos2 {
    background-color: #fafaf9;
}

article.cos {
    padding: 50px 0px;
}

.cos_top {
    margin-top: 50px;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0.15
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0.15
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px)
    }

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

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}


article.blog {
    background-color: #eaeaea;
    background-color: #fafaf9;
    padding-top: 100px;
}


.blog_row {
    width: 24%;
    margin: 0;
    padding-left: 10px;
}

.blog_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    justify-content: flex-start;

}

.blog_row h3 {
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
}

.blog_row h4 {
    letter-spacing: 0.05em;
    font-weight: 200;
    line-height: 20px;
    font-size: 12px;
    color: #525252;
}

.blog_row h4 span {
    font-size: 14px;
}

.blog_row ul {
    padding-left: 15px;
}

.blog_row li {
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
}

.blog_row .txt {
    padding: 10px;
}

.blog_row img {
    margin-bottom: -25px;
}

.blog_article {
    padding-top: 80px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.blog_article h1 {
    font-size: 40px;
    font-weight: 300;
    padding-bottom: 10px;
}

.blog_article img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog_article h2 {
    letter-spacing: 0.1em;
    text-align: left;
    font-weight: 50;
    color: #525252;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 26px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
    font-weight: 300;
}

.blog_article p {
    line-height: 1.8;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}



.blog_footer {
    background-color: #efefef;
    padding-top: 50px;
}

.blog_footer .foot_contact {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.blog_footer h3 {
    text-align: center;
    color: #525252;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 20px;
}

.blog_footer .foot_contact p {
    text-align: left;

}

.plan_row h4 span.plan {
    font-size: 20px;
    font-weight: 100;
}

.sliderArea {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.slick-slide {
    margin: 0 5px;
}

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

.slick-prev,
.slick-next {
    top: -200%;
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
    width: 100%;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 0 0;
    width: 100%;
    max-width: 800px;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

.slider2 {
    width: 100%;
    max-width: 800px;
    padding-bottom: 0px;
}

.slick-slider {
    margin-bottom: 5px;
}

ul.ul_last {
    border-bottom: none;
}

video {
    width: 100%;
    margin: 5px 0px;
}

.dress_plan h6 {
    color: #606060;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
    padding: 0.05em 0.5em;
    /*上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 4px #e0e0e0;
    /*左線*/
}

h6.dress_plan {
    color: #606060;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    padding: 0.05em 0.5em;
    /*上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 4px #e0e0e0;
    /*左線*/
}

p.movie_attention {
    font-size: 11px;
    line-height: 20px;
}

p.center {
    text-align: center;
    padding-bottom: 30px;
}

.komono_image {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}

p.other {
    text-align: center;
    padding-top: 15px;
    line-height: 25px;
}

.komono{
    width: 90%;
    margin: 0 auto;
}



.sp {
    display: none;
}

@media (max-width: 600px) {
    .sp {
        display: block;
    }
}
