@charset "UTF-8";


@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?7ykm76');
    src:    url('../fonts/icomoon.eot?7ykm76#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?7ykm76') format('truetype'),
        url('../fonts/icomoon.woff?7ykm76') format('woff'),
        url('../fonts/icomoon.svg?7ykm76#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
    content: "\e900";
}



* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { word-wrap: break-word; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }
body {
    padding-top: 0;
    letter-spacing: 1px;
    line-height: 1.64;
    font-size: 15px;
    color: #505050;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
a,a:hover { text-decoration: none; outline: none; }
a:active { text-decoration: none; }
a:focus { outline: none; border: 0; text-decoration: none; }
a img { border-style: none; outline: none; -webkit-transition: opacity .35s, -webkit-transform .35s; transition: opacity .35s, transform .35s; }
a:hover img { border: 0; opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)"; }
a:active img { outline: none; border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; }
caption, th { text-align: left; }
object, embed { vertical-align: top; }
legend { display: none; }
img, abbr, acronym, fieldset { border: 0; vertical-align: bottom; }
ul, ol { padding-left: 2rem; }
img { max-width: 100%; height: auto; width/***/ : auto; vertical-align: middle; }
img { box-shadow: #000 0 0 0; }
img, x:-moz-any-link, x:default { box-shadow: #000 0 0 0; }



.photo img { width: 100%; }


.clearfix::after { content: ''; display: table; clear: both; }
.wrap-container {
    width: 100%;
    /* padding-top: 70px; */
}
@media (min-width: 768px) {
    .wrap-container {
        margin: 0 auto;
        /* padding-top: 100px; */
        width: 768px;
    }
}
@media (min-width: 1008px) {
    .wrap-container {
        width: 1008px;
    }
}
.item {
    width: 50%;
    /* visibility: hidden; */
    border: 1px solid transparent;
}
.item .photo { position: relative; }
.item .photo .stamp-new { position: absolute; top: 0; left: 0; color: #fff; background-color: #baab6d; width: 50px; height: 30px; text-align: center; line-height: 29px; }
.item p { margin: 0; font-size: 11px; }
.item .wrap-inner { padding: 6px 10px; border-top: 3px solid #baab6d; background-color: #f2f2f2; }
@media (min-width: 768px) {
    .item { width: 25%; }
    .item p { font-size: 13px; }
}
/* ============================================================
** ソーシャル
** ------------------------------------------------------------*/
.social { margin: 1em 0 0; padding: 0; }
.social li { display: block; padding: 0; width: 33.3333333%; float: left; text-align: center; font-size: 18px; line-height: 44px; }
.social li.go { font-size: 24px; }
.social > li > a { display: block; color: #000; }
.social > li > a:focus { color: #333; }


/*
.grid_sizer {
	width: 25%;
}
.loaderSymbol {
	position: fixed;
	top: 50%;
	left: 45%;
	width: 32px;
	height: 32px;
	background: url(../img/loader.gif);
}
*/
/*
.logo { text-align: center; }
.logo a {
	display: inline-block;
	text-indent: -9999em;
	background: url(../img/logo.png) center no-repeat;
	background-size: 150px;
}
*/

.inner:after { content: ""; clear: both; display: block; }
#top-head, .inner { width: 100%; padding: 0; }
#top-head { margin-top: 0; background-color: rgba(255,255,255,.85); z-index: 999; }
#top-head.fixed { position: fixed; top: 0; }
/* Fixed reset */
/*
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
*/
#mobile-head { width: 100%; height: 70px; position: relative; }

#top-head.fixed #mobile-head { height: 54px; }
#top-head.fixed #mobile-head .logo { line-height: 54px; }
#top-head.fixed #mobile-head .logo a { background: url(../img/logo.png) 26px 10px no-repeat; background-size: 94px; }
#top-head.fixed #mobile-head #nav-toggle { top: 15px; }
#top-head.fixed #mobile-head .totel a:after { top: -10px; }

/*** TEL ***/
#top-head .totel {
    position: absolute; right: 64px; top: 14px; width: 34px; height: 36px;
    cursor: pointer; z-index: 101;
}
#top-head .totel a {
    position: relative; display: block; width: 100%; height: 100%;
}
#top-head .totel a:after {
    position: absolute; left: 0; top: 0; width: 100%; height: 100%;
    font-family: 'FontAwesome'; content: '\f095'; color: #baab6d; font-size: 30px;
}

/*** オフィシャルサイト ***/
#top-head .official-sp {
    position: absolute; right: 108px; top: 18px; width: 44px; height: 36px;
    text-align: center; color: #baab6d;
    z-index: 101; line-height: 1.0;
}
#top-head .official-sp a {
    display: block; padding: 4px 1px; color: #baab6d; font-size: 13px; border: 1px solid;
}

@media (min-width: 768px) {
    #mobile-head { margin: 0 auto; width: 768px; }
    #top-head.fixed #mobile-head { height: 70px; }
    #top-head.fixed #mobile-head .logo { line-height: 70px; }
    #top-head.fixed #mobile-head .logo a { background: url(../img/logo.png) center 10px no-repeat; background-size: 140px; }
    #top-head.fixed #mobile-head #nav-toggle { top: 24px; }
    #top-head .totel { width: 150px; }
    #top-head .totel a { cursor: default; }
    #top-head .totel a:after { top: 19px; font-family: 'Josefin Sans', sans-serif; content: 'TEL 099-227-6505'; font-size: 16px; }
    /*** オフィシャルサイト ***/
    #top-head .official {
        display: block;
        position: absolute; left: 250px; top: 18px; width: 220px; height: 36px;
        text-align: center; color: #baab6d;
        z-index: 101;
    }
    #top-head .official a {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        border-color: #baab6d;
        position: relative; display: inline-block; background: transparent; transition: .3s; overflow: hidden;
        position: relative; display: block; width: 100%; height: 100%;
        text-align: center; color: #baab6d;
    }
    #top-head .official a:after {
        position: absolute; top: 50%; left: 50%; content: ''; width: 0; height: 0;
        display: block;  background-color: rgba(255,255,255,.3); border-radius: 50%;
        -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0;
        z-index: 2;
    }
    #top-head .official a:hover {
        color: #fff; background: #baab6d;
    }
    #top-head.fixed #mobile-head .totel a:after { top: 10px; }
    #top-head.fixed #mobile-head .official { top: 26px; }
}
@media (min-width: 1008px) {
    #mobile-head { width: 1008px; }
    #top-head .official { top: 34px; text-align: left; width: 400px; }
    #top-head .official a { display: inline; margin-left: 6px; }
}
.logo { position: absolute; left: 0; top: 0; margin: 0; line-height: 70px; }
@media (min-width: 768px) {
	.logo {
        /*** left: 50%; margin-left: -121px; ***/
        left: 0; margin-left: 0;
    }
}
.logo a { display: block; text-indent: -9999em; background: url(../img/logo.png) 10px no-repeat; background-size: 140px; }
@media (min-width: 768px) {
	#mobile-head { height: 100px; }
	.logo a { background: url(../img/logo.png) center 20px no-repeat; background-size: 150px; }
}
#global-nav {
    /* position: absolute; */
    /* 開いてないときは画面外に配置 */
    position: fixed;
    top: -928px;
    background: rgba(186,171,109,.95);
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    overflow: auto;
}
#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 12px;
    margin: 50px 0 0;
    padding: 0;
}
#global-nav ul li {
    float: none;
    position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    line-height: 40px;
}
#nav-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 24px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
@media (min-width: 768px) {
	#nav-toggle {
		top: 34px;
	}
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #baab6d;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle { z-index: 9999; }
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
    background-color: #fff;
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
    background-color: #fff;
}
/* #global-nav スライドアニメーション */
.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(928px);
    -webkit-transform: translateY(928px);
    transform: translateY(928px);
    height: 100%;
    z-index: 99;
}






.page-title { margin-top: 70px; color: #baab6d; text-align: center; }
.page-title .title { padding-top: 30px; padding-bottom: 30px; font-size: 18px; font-weight: normal; letter-spacing: 4px; }
.page-title + .wrap-container { padding-top: 0; }
.no-dress { text-align: center; color: #baab6d; }
.text-gold, .text-gold a { color: #b2a15c; }
footer { margin-top: 70px; }
.copy { margin: 0; text-align: center; font-size: 11px; color: #baab6d; line-height: 70px; }
@media (min-width: 768px) {
	.page-title { margin-top: 100px; }
	.page-title .title { padding-bottom: 40px; }
	footer { margin-top: 100px; }
}





#infscr-loading {
    text-align: center;
    z-index: 100;
    position: fixed;
    left: 50%;
    bottom: 30%;
    margin-left: -50px;
    width: 100px;
    background-color: rgba(186,171,109,.8);
    opacity: 0.8;
    padding: 1em;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}