@charset "UTF-8";


/* ====================================
 *  Common
 * ==================================== */

html {
    font-size: 62.5%;
    min-width: 980px;
}

.font__mincho {
   font-family: 'YuMincho', 'Noto Serif CJK JP', 'Noto Serif JP', 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho', Serif !important;
}
1
#container {
    position: relative;
}

a:hover {
    opacity: .5;
}

section:not(#firstView,.section_menu)  {
    margin-bottom: 70px;
    padding-top: 80px;
}

.fadeInAnim {
    -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.47, 1),
                        transform 1s cubic-bezier(0.23, 1, 0.47, 1),
                        -webkit-transform 1s cubic-bezier(0.23, 1, 0.47, 1);
    transition: opacity 1s cubic-bezier(0.23, 1, 0.47, 1),
                        transform 1s cubic-bezier(0.23, 1, 0.47, 1),
                        -webkit-transform 1s cubic-bezier(0.23, 1, 0.47, 1);
}

#loadSvg {
    display: none;
}

#main {
	margin-top:5%;
}

/* ====================================
 *  Header
 * ==================================== */

header {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1 !important;
}
.header__sitelogo a {
    display: block;
    padding: 10px;
}
.header__sitelogo a svg {
    width: 221px;
    height: 24.5px;
    fill: #48322a;
}



/* ====================================
 *  FirstView
 * ==================================== */

#firstView {
    overflow: hidden;
}



/* ====================================
 *  Navigation
 * ==================================== */

section.section_menu {
    margin: 30px auto 0;
}

.navList {
    text-align: left;
    overflow: hidden;
    width: 29%;
    margin: 0 auto;
}

.navList li {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: .01em;
}

.navList li a {
    display: block;
    padding: 10px 22px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
}

.navList li a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid #aaa;
    border-right: 5px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
}

.navList li a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    left: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.navList li a:hover {
    opacity: 1;
}
.navList li a:hover:after {
    width: 85%;
    width: calc(100% - 30px);
}


/* ====================================
 *  Pamphlet List
 * ==================================== */

h2 {
    text-align: center;
}

h2 .sectionTitle__text.-ja {
    font-size: 1.3rem;
    letter-spacing: .05em;
    margin-bottom: 12px;
}
h2 .sectionTitle__text.-en {
    font-size: 3.4rem;
}


.wrap__bookshelf {
    width: 92%;
    width: calc(100% - 100px);
    max-width: 1100px;
    margin: 0px auto 0;
    padding-top: 120px;
}
h2 + .wrap__bookshelf {
    padding-top: 60px;
}

#travel .wrap__bookshelf {
    max-width: 900px;
}


h3 {
    text-align: center;
    margin-bottom: 32px;
    position: relative;
}

h3 .areaName__text.-ja {
    width: 100%;
    font-size: 2.1rem;
    letter-spacing: .3em;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(.4em, -65%);
    -webkit-transform: translate(.4em, -65%);
}
h3 .areaName__text.-en {
    font-size: 11.0rem;
    letter-spacing: -.07em;
}

#hawaii .areaName__text.-ja  { color: #289ca0; }
#guam .areaName__text.-ja    { color: #3f88c3; }
#okinawa .areaName__text.-ja { color: #6772ac; }
#bali .areaName__text.-ja    { color: #866c53; }

#hawaii .areaName__text.-en  { color: #ebf7f7; }
#guam .areaName__text.-en    { color: #e9f2fa; letter-spacing: -.05em; }
#okinawa .areaName__text.-en { color: #f1eff7; letter-spacing: -.09em; }
#bali .areaName__text.-en    { color: #f8f4f0; letter-spacing: -.02em; }


.pamphList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pamphList.-col3 .bookshelf {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: 0;
    margin-bottom: 80px;
    position: relative;
    top: -2px;
}

.pamphList li {
    width: 22%;
    max-width: 225px;
    display: inline-block;
}

.pamphList li + li {
    margin-left: 2%;
    margin-bottom: 80px;
}

#styleBook .pamphList li {
    width: 28%;
    max-width: 295px;
}
#flyer .pamphList li {
    width: 28%;
    max-width: 225px;
}
.pamphList li a {
    text-align: center;
    display: block;
    position: relative;
}

.pamphList li a:hover {
    opacity: 1;
}

.pamphList li a.chapel__link {
    background: #41291f;
    color: #fff;
    padding: 15px;
    display: block;
    margin: 15px 2px 0 2px;
    font-weight: bold;
}

#travel .pamphList li {
    width: 25%;
}

.pamph__title.-ja {
    font-size: 1.45rem;
    letter-spacing: -.05em;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 10px;
}
.pamph__title.-en {
    font-size: 1.2rem;
    margin-bottom: 24px;
}
#okinawa .pamph__title.-ja {
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.pamph__img {
    position: relative;
    perspective-origin: 0 100%;
}

.pamph__shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.pamph__shadow:before,
.pamph__shadow:after {
    content: "";
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    z-index: -1;
}

.pamph__shadow:before {
    width: 40px;
    height: 94%;
    top: 2%;
    right: 13px;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    box-shadow: 15px 16px 16px rgba(0,0,0, .18);
}
#styleBook .pamph__shadow:before {
    height: 96%;
    box-shadow: 18px 16px 22px rgba(0,0,0, .2);
}

#flyer .pamph__shadow:before {
    height: 96%;
    box-shadow: 18px 16px 22px rgba(0,0,0, .2);
}

.pamph__shadow.-hover:before {
    opacity: .3;
}

.pamph__shadow:after {
    width: 90%;
    height: 92%;
    top: 4%;
    left: 5%;
    box-shadow: 2px 9px 26px rgba(0,0,0, .7);
    opacity: .4;
}
.pamph__shadow.-hover:after {
    opacity: 1;
}



.pamph__img img {
    width: 100%;
    height: 100%;
    -webkit-transition: .8s;
    transition: .8s;
}

.pamph__img.-open img {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-45deg);
    transform: rotateY(-45deg);
}

.bookshelf {
    margin: -2px auto 0;
    height: 45px;
    background: #684132;
    border-radius: 2px;
    box-shadow: 0 16px 70px rgba(51, 27, 14, 0.46);
    background-image: url("/img/wcpdl/tex_wood.jpg");
    background-repeat: repeat-y;
    background-size: 100%;
    position: relative;
    z-index: 1;
}
#styleBook .bookshelf { background-position: center  80px; }
#areaBook .bookshelf  { background-position: center 230px; }
#hawaii .bookshelf    { background-position: center 470px; }
#guam .bookshelf      { background-position: center  80px; }
#okinawa .bookshelf   { background-position: center 230px; }
#bali .bookshelf      { background-position: center 470px; }
#flyer .bookshelf { background-position: center  80px; }


#styleBook .pamphList {
    position: relative;
}

#flyer .pamphList {
    position: relative;
}

#styleBook .pamphList li:before {
    content: "";
    width: 262px;
    height: 143px;
    background-image: url("/img/wcpdl/all_pictureFrame1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 80px;
	display:none;
}
#flyer .pamphList li:before {
    content: "";
    width: 262px;
    height: 143px;
    background-image: url("/img/wcpdl/all_pictureFrame1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 80px;
	display:none;
}
#styleBook .pamphList li:after {
    content: "";
    width: 294px;
    height: 235px;
    background-image: url("/img/wcpdl/all_pictureFrame2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 34px;
	display:none;
}
#flyer .pamphList li:after {
    content: "";
    width: 294px;
    height: 235px;
    background-image: url("/img/wcpdl/all_pictureFrame2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 34px;
	display:none;
}


/* ====================================
 *  Contact
 * ==================================== */

#contact {
    margin: 80px auto 180px !important;
}

.btn a {
    font-size: 1.35rem;
    padding: 20px 0;
    min-width: 270px;
}

.tel {
    display: none;
}
.btn2 {
    margin-top:1%;
}
.btn2 a {
    background: none;
    border: 1px solid #48322a;
    color: #48322a;
}
.btn2 a:hover {
    opacity: 1 !important;
    background: none;
}