@charset "utf-8";
/* ----------------------------------------
   common.css
---------------------------------------- */
/* 基本
---------------------------------------- */
html, body {
    position: relative;
    letter-spacing: 0.04em;
    line-height: 1.5;
    color: #3c3c3c;
    /* font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body * { box-sizing: border-box; }

.serif1 {
    font-family: 'Cinzel', serif;
}

.serifJa {
    font-family: serif;
}

.h2TtlJa {
    color: #aa934a;
    font-family: serif;
    font-size: 2rem;
}

.h2TtlEn {
    color: #aa934a;
    font-family: 'Cinzel', serif;
    font-size: 2.2rem;
}

sup {
    vertical-align: top;
    font-size: 0.5em;
}

/* CONTAINER
---------------------------------------- */
#container {
    position: relative;
    min-width: 320px;
    text-align: center;
}

/* HEADER
---------------------------------------- */
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: rgba(241, 238, 215, 0.9);
    z-index: 10;
}

header > .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

header > .inner > ul {
    display: table;
    height: 100%;
    /*margin: 0 0 0 25px;*/
    text-align: left;
    vertical-align: middle;
}

header > .inner > ul > li {
    display: table-cell;
    padding: 0;
    /* line-height: 60px; */
    vertical-align: middle;
}

header > .inner > ul > li a {
    display: inline-block;
    position: relative;
    top: 3px;
    padding: 0 15px;
    text-decoration: none;
    color: #333;
}

header > .inner > ul > .flow a,
header > .inner > ul > .contact a {
    padding-left: 36px;
}

header > .inner > ul > .flow a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 31px;
    height: 31px;
    margin: -15.5px 7px 0 0;
    border-radius: 50%;
    background: #baaa4a url(../img/common/icon_flow.png) no-repeat center center;
}

header > .inner > ul > .contact a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 31px;
    height: 31px;
    margin: -15.5px 7px 0 0;
    border-radius: 50%;
    background: #baaa4a url(../img/common/icon_contact.png) no-repeat center center;
}

header > .inner > .select {
    display: table;
    height: 100%;
    text-align: left;
}

header > .inner > .select .selectInner {
    display: table-cell;
    vertical-align: middle;
}

#hotelSelect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
    padding: 5px 30px 5px 0;
    background: transparent url(../img/common/icon_select_arrow.png) no-repeat right center;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    outline: none;
}

#hotelSelect::-ms-expand {
    display: none;
}

/* MAIN TITLE
---------------------------------------- */
#mainTitle {
    padding: 125px 0 50px;
}

#mainTitle h1 {
    line-height: 1.3;
    color: #aa934a;
}

#mainTitle h1 .sub {
    display: block;
    font-size: 1.6rem;
}

#mainTitle h1 .main {
    display: block;
    font-size: 2.6rem;
}

#mainTitle h1 .char1 {
    font-size: 1.0em;
}

#mainTitle .lead {
    margin: 20px 0 0;
    padding: 0 20px;
}

#mainTitle .lead + .lead {
    margin-top: 20px;
}

/* MAIN CONTENTS
---------------------------------------- */
#mainContents .article {
    padding: 100px 0 0;
}

#mainContents .article h2 {
    margin: 0 0 30px;
}

#heroImage img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

#location .images {
    display: flex;
    flex-wrap: wrap;
}

#location .images > div {
    height: 400px; /* 360 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#celemony .images {
    display: flex;
    flex-wrap: wrap;
}

#celemony .images > div {
    height: 400px; /* 360 */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* IMAGE MOVIE
---------------------------------------- */
#imageMovie .videoWrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#imageMovie .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
#imageMovie .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* DETAIL BUTTON
---------------------------------------- */
#detailBtn {
    padding: 115px 0 80px;
}

/* CONTACT
---------------------------------------- */
#contact {
    width: 100%;
    padding: 65px 0 70px;
    background: #f1eed7;
    text-align: center;
}

#contact h2 {
    margin: 0 0 20px;
    line-height: 0;
}

#contact .lead {
    margin: 0 0 30px;
}

#detailBtn a,
#contact .btn a {
    display: table;
    width: 573px;
    height: 93px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #bcaa6d;
    text-decoration: none;
}

#detailBtn a span,
#contact .btn a span {
    display: table-cell;
    position: relative;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #bcaa6d;
    font-size: 1.4rem;
}

#detailBtn a span::after,
#contact .btn a span::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 28px 28px;
    border-color: transparent transparent #bcaa6d transparent;
}

#detailBtn a:hover,
#contact .btn a:hover {
    background: #fbfbf5;
}


/* FOOTER
---------------------------------------- */
footer {
    padding: 40px 0;
    text-align: center;
}

footer ul {
    display: table;
    margin: 0 auto;
}

footer ul li {
    display: table-cell;
    width: 50%;
    padding: 0 16px;
    line-height: 1.0;
}

/* ----------------------------------------
   @media : PC
---------------------------------------- */
@media screen and (min-width: 737px) {
    .sp { display: none; }
}/* /@media */


/* ----------------------------------------
   @media : SP
---------------------------------------- */
@media screen and (max-width: 736px) {
    .pc { display: none; }
    html, body {
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .h2TtlJa { font-size: 1.6rem; }
    .h2TtlEn { font-size: 1.8rem; }
    
    header > .inner > ul { margin-left: 5px; }
    header > .inner > ul > li a {
        top: 0;
        padding: 0 5px 0 7px;
        letter-spacing: 0.02em;
        font-size: 0.85rem;
    }
    header > .inner > ul > .flow a,
    header > .inner > ul > .contact a { padding-left: 22px; }
    header > .inner > ul > .flow a::before,
    header > .inner > ul > .contact a::before {
        width: 17px;
        height: 17px;
        margin-top: -8.5px;
        background-size: 13px auto;
    }
    #hotelSelect {
        background-size: auto 10px;
        font-size: 0.85rem;
    }
    #mainContents .article { padding-top: 50px; }
    #mainContents .article h2 { margin-bottom: 15px; }
    #mainTitle { padding: 80px 0 20px; }
    #mainTitle h1 { padding: 0 10px; }
    #mainTitle h1 .sub { font-size: 1.2rem; }
    #mainTitle h1 .main {
        line-height: 1.1;
        font-size: 2.0rem;
    }
    #mainTitle .lead {
        padding: 0 20px;
        /*text-align: left;*/
    }
    #location .images,
    #celemony .images  { display: block; }
    #location .images > div,
    #celemony .images > div {
        width: 100%;
        height: 0;
        padding-bottom: 50%;
    }
    #imageMovie .videoWrapper { max-width: 100%; }
    #detailBtn { padding: 50px 30px; }
    #contact { padding: 30px 30px 35px; }
    #contact h2 { margin: 0 0 10px; }
    #contact .lead {
        margin-bottom: 20px;
        /*text-align: left;*/
    }
    #detailBtn a,
    #contact .btn a {
        width: 90%;
        height: 60px;
    }

}/* /@media */

@media screen and (max-width: 599px) {
    #hotelSelect,
    header > .inner > ul > li a {
        font-size: 0.75rem;
    }
}/* /@media */

@media screen and (max-width: 499px) {
    header > .inner { display: block; }
    header > .inner > ul,
    header > .inner > .select { height: 30px; }
    header > .inner > ul > li { padding-right: 10px; }
    header > .inner > .select { padding-left: 10px; }
}/* /@media */
