@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');

/*--------------------------------------  
	common
---------------------------------------*/

html {
    height: 100%;
}

body {
    font-size: 62.5%;
    font-family: 'PT Sans Narrow', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

.contentH90 {
    width: 100%;
    height: 90%;
}

.contentsWrap {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.ami01 {
    background: url(../images/mask.png);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.bgImage {
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.pc {
    display: inline !important;
}

.sp {
    display: none !important;
}

a:link {
    color: #A3A3A3;
}

a:visited {
    color: #A3A3A3;
}

a:hover {
    color: #A3A3A3;
}

a:active {
    color: #A3A3A3;
}

a.link_white:link {
    color: #ffffff;
}

a.link_white:visited {
    color: #ffffff;
}

a.link_white:hover {
    color: #ffffff;
}

a.link_white:active {
    color: #ffffff;
}

.bold {
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .contentH90 {
        width: auto;
        height: auto;
    }
    .contentsWrap {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 760px) {
    .contentH90 {
        width: auto;
        height: auto;
    }
    .contentsWrap {
        max-width: 1300px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: inline !important;
    }
}


/*--------------------------------------  
	.contentsHeader
---------------------------------------*/

.contentsHeader img {
    max-width: 100%;
    height: auto;
}

.contentsHeader h2 {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 40px 15px;
    z-index: 2;
    box-sizing: border-box;
}

.contentsHeader h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 225px;
    margin-left: -112.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#beans .contentsHeader h2::after {
    border-bottom: 1px solid rgba(16, 16, 16, 0.3);
}

#menu .contentsHeader h2::after,
#shop .contentsHeader h2::after {
    border-bottom: none;
}


/*--------------------------------------  
	#mainImage
---------------------------------------*/

header {
    height: 100%;
    min-height: 640px;
}

#mainImage {
    position: relative;
    background: #666;
    height: 100%;
    background: url(../images/mainImage.jpg) no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    transition: 1s;
}

#mainImage #logo {
    position: absolute;
    top: 20px;
    left: 25px;
    z-index: 3;
}

#mainImage #logoMark {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -80px;
    z-index: 3;
}

#mainImage .webStoreBtn {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 3;
}


/*--------------------------------------  
	#mainImage　TB&SP
---------------------------------------*/

@media screen and (max-width: 1024px) {
    #mainImage {
        background-position: 50% 50%;
        background-attachment: inherit;
        background-size: cover;
    }
    header {
        height: 70% !important;
        min-height: 580px;
    }
}

@media screen and (max-width: 760px) {
    #mainImage {
        background-position: -130px 50%;
        background-attachment: inherit;
        background-size: cover;
    }
    header {
        height: 500px !important;
        min-height: 0;
    }
    #mainImage #logo {
        position: absolute;
        top: 380px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 3;
    }
    #mainImage #logoMark {
        position: absolute;
        top: 100px;
        width: 100%;
        text-align: center;
        left: 0;
        margin: 0;
        z-index: 3;
    }
    #mainImage #logoMark img {
        width: 130px;
        height: auto;
    }
    #mainImage .webStoreBtn {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 3;
    }
}


/*--------------------------------------  
	#mainAbout
---------------------------------------*/

#mainAbout {
    min-height: 870px;
    height: 100%;
    border-top: 5px solid #101010;
}

#mainAbout .content,
#mainAbout .leftImage,
#mainAbout .rightImage {
    float: left;
    height: 100%;
    display: block;
}

#mainAbout .content {
    width: 34%;
    background: #111111;
    color: #fff;
}

#mainAbout .content .inner {
    font-size: 14px;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 240px;
}

#mainAbout .content .mainAboutTitle {
    margin: 60px 0 40px;
    text-align: center;
}

#mainAbout .content .mainAboutTitle img {
    width: 100%;
    height: auto;
}

#mainAbout .content .mainAboutText {
    text-align: center;
    margin: 0 0 40px;
}

#mainAbout .content .mainAboutTitle .spon {
    display: none;
}

#mainAbout .content .text {
    font-size: 14px;
    margin: 0 0 .5em;
    text-align: justify;
    line-height: 2;
    color: #DDDDDD;
}

#mainAbout .content .ownerName {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    padding: 40px 0;
}

#mainAbout .leftImage,
#mainAbout .rightImage {
    width: 33%;
}

#mainAbout .leftImage {
    background: url(../images/mainAbout/mainAboutBgImage01.jpg) no-repeat #111111;
    background-position: left;
    background-attachment: fixed;
    background-size: contain;
}

#mainAbout .rightImage {
    background: url(../images/mainAbout/mainAboutBgImage02.jpg) no-repeat #111111;
    background-position: right;
    background-attachment: fixed;
    background-size: contain;
}


/*--------------------------------------  
	#mainAbout　TB&SP
---------------------------------------*/

@media screen and (max-width: 1024px) {
    #mainAbout .leftImage {
        background-attachment: inherit;
        background-size: cover;
    }
    #mainAbout .rightImage {
        background-attachment: inherit;
        background-size: cover;
    }
}

@media screen and (max-width: 760px) {
    #mainAbout .content {
        width: 100%;
        background: #111;
        color: #fff;
    }
    #mainAbout .leftImage,
    #mainAbout .rightImage {
        display: none;
    }
}


/*--------------------------------------  
	#about
---------------------------------------*/

#about {
    position: relative;
    background: url(../images/about/bgImage.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 640px;
    padding-bottom: 60px;
    border-top: 5px solid #101010;
}

#about .contentsHeader {
    padding: 20px 0 0px;
}

#about .contentsHeader h2 {
    margin: 0 0 50px
}

#about ul.aboutMenu li {
    position: relative;
    float: left;
    width: 30.76%;
    background: url(../images/about/aboutMenuBg.png);
    background-size: cover;
    z-index: 2;
}

#about ul.aboutMenu li:nth-child(2) {
    margin: 0 3.86%;
}

#about ul.aboutMenu li:before {
    content: '';
    display: block;
    padding-top: 100%;
}

#about ul.aboutMenu li span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 263px;
    min-width: 65.75%;
}

#about ul.aboutMenu li h3 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12% 0;
    margin-bottom: 12%;
    display: inline-block;
    box-sizing: border-box;
}

#about ul.aboutMenu li h3 img {
    min-width: 100%;
}

#about ul.aboutMenu li a {
    display: block;
}

#about ul.aboutMenu li h3 img {
    max-width: 100%;
}


/*--------------------------------------  
	#about　TB&SP
---------------------------------------*/

@media screen and (max-width: 1024px) {
    #about {
        background-attachment: inherit;
        background-size: cover;
        min-height: auto;
        padding-bottom: 180px;
    }
}

@media screen and (max-width: 760px) {
    #about {
        position: relative;
        background-position: center;
        background-attachment: inherit;
        background-size: cover;
        min-height: auto;
        padding-bottom: 60px;
    }
    #about ul.aboutMenu li {
        position: relative;
        float: none;
        width: 100%;
        background: url(../images/about/aboutMenuBg.png);
        background-size: cover;
        z-index: 2;
    }
    #about ul.aboutMenu li:nth-child(2) {
        margin: 0;
    }
}


/*--------------------------------------  
	#beans
---------------------------------------*/

#beans {
    position: relative;
    z-index: 1;
    padding: 6em 0 150px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

#beans::before,
#beans::after {
    position: absolute;
    content: '';
    top: -75%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #101010;
}

#beans .contentsHeader {
    padding: 0 0 60px;
}

#beans .contentsHeader h2 {
    margin: 0 0 50px
}

#beans .contentsHeader figure {
    text-align: center;
    margin: 0 0 50px;
}

#beans .contentsHeader p {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .08em;
    padding: 0 15px;
}

#beans .beansType {
    width: 88.46%;
    letter-spacing: -.4em;
    font-size: 14px;
    margin: 0 auto;
    text-align: justify;
}

#beans .beansType .left,
#beans .beansType .right {
    letter-spacing: normal;
    display: inline-block;
    width: 48%;
    vertical-align: bottom;
    box-sizing: border-box;
}

#beans .beansType .left {
    margin: 0 2% 0 0;
}

#beans .beansType .right {
    margin: 0 0 0 2%;
}

#beans .beansType .left div,
#beans .beansType .right div {
    margin: 0 0 60px;
}

#beans .beansType h3 {
    font-weight: 600;
    margin: 0 0 20px;
}

#beans .beansType h3 .area {
    display: table-cell;
    color: #fff;
    padding: 0 5px 0 0;
    min-width: 3em
}

#beans .beansType h3 .area span {
    display: inline;
    background: url(../images/beans/areaBg.png);
    padding: 2px 5px;
    min-width: 4em;
    text-align: center;
    box-sizing: border-box;
}

#beans .beansType h3 .country {
    display: table-cell;
    padding: 2px 5px;
    color: #535353;
}

#beans .beansType .text {
    font-size: 14px;
    color: #525252;
    line-height: 1.5;
    font-weight: 600;
}

#beans .footerText {
    color: #A3A3A3;
    font-size: 14px;
    text-align: center;
}


/*--------------------------------------  
	#about　TB&SP
---------------------------------------*/

@media screen and (max-width: 760px) {
    #beans {
        padding-bottom: 80px;
    }
    #beans .contentsHeader figure img {
        max-width: 50%;
    }
    #beans .contentsHeader p {
        padding: 0 15px;
        box-sizing: border-box;
    }
    #beans .beansType {
        width: 100%;
    }
    #beans .beansType .left,
    #beans .beansType .right {
        width: 100%;
    }
    #beans .beansType .left {
        margin: 0;
    }
    #beans .beansType .right {
        margin: 0;
    }
    #beans .beansType .left div,
    #beans .beansType .right div {
        margin: 0 0 60px;
    }
}


/*--------------------------------------  
	#menu
---------------------------------------*/

#menu {
    position: relative;
    background: url(../images/menu/bgImage.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 640px;
    padding-bottom: 60px;
    border-top: 5px solid #101010;
}

#menu .box3Wrap {
    position: relative;
    max-width: 1016px;
    margin: 0 auto 60px;
    font-weight: 100;
}

#menu .box3Wrap>div {
    width: 225px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: left;
    transition: 1s;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#menu .box3Wrap>div:nth-child(1) {
    left: 0;
}

#menu .box3Wrap>div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -112.5px;
}

#menu .box3Wrap>div:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
}

#menu .box3Wrap div h3 {
    text-align: center;
    font-size: 24px;
    margin: 40px 0;
    letter-spacing: .08em;
    text-shadow: 0 0 3px rgba(127, 100, 63, 1);
}

#menu .box3Wrap div table {
    width: 100%;
}

#menu .box3Wrap div table th span {
    font-size: 10px;
    display: block;
    padding: 0 0 1em;
}

#menu .box3Wrap div table td {
    letter-spacing: .1em;
    padding-bottom: .5em;
}

#menu .footerText {
    position: relative;
    clear: both;
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


/*--------------------------------------  
	#menu　TB&SP
---------------------------------------*/

@media screen and (max-width: 1024px) {
    #menu {
        background-attachment: inherit;
        min-height: auto;
        padding-bottom: 180px;
    }
    #menu .box3Wrap {
        margin: 0 15px;
    }
}

@media screen and (max-width: 760px) {
    #menu {
        background-position: left;
        background-attachment: inherit;
        min-height: auto;
    }
    #menu .box3Wrap>div {
        width: 100%;
        max-width: 240px;
        box-sizing: border-box;
        margin: 0 auto 30px;
    }
    #menu .box3Wrap>div:nth-child(1) {
        left: 0;
    }
    #menu .box3Wrap>div:nth-child(2) {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 30px;
    }
    #menu .box3Wrap>div:nth-child(3) {
        position: relative;
        top: 0;
        right: 0;
    }
    #menu .footerText {
        padding: 0 15px;
        box-sizing: border-box;
    }
}


/*--------------------------------------  
	#shop
---------------------------------------*/

#shop {
    position: relative;
    background: url(../images/shop/bgImage.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 640px;
    padding-bottom: 60px;
    transition: 1s;
}

#shop .box3Wrap {
    position: relative;
    max-width: 1016px;
    margin: 0 auto 60px;
    font-weight: 100;
}

#shop .box3Wrap>div {
    width: 225px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: left;
    transition: 1s;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

#shop .box3Wrap>div a {
    color: #fff;
    text-decoration: none;
}

#shop .box3Wrap>div:nth-child(1) {
    left: 0;
}

#shop .box3Wrap>div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -112.5px;
}

#shop .box3Wrap>div:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0
}

#shop .box3Wrap div h2 {
    text-align: center;
    font-size: 17px;
    margin: 40px 0;
    letter-spacing: .08em;
    text-shadow: 0 0 3px rgba(127, 100, 63, 1);
}

#shop .box3Wrap div h2 span {
    font-size: 14px;
    display: block;
    padding: .5em 0 0;
}

#shop .box3Wrap div {
    font-size: 14px;
}

#shop .box3Wrap div.info {
    margin: 0 0 1.5em;
}

#shop .box3Wrap div p,
#shop .box3Wrap div table td,
#shop .box3Wrap .hours table {
    opacity: .7;
}

#shop .box3Wrap div h3 {
    margin: 0 0 .7em;
}

#shop .box3Wrap div p {
    margin: 0 0 1.5em;
}

#shop .box3Wrap div table {
    width: 100%;
}

#shop .box3Wrap div table th {
    width: 6em;
}

#shop .box3Wrap div table th span {
    font-size: 10px;
    display: block;
    padding: 0 0 1em;
}

#shop .box3Wrap div table td {
    letter-spacing: .1em;
    padding-bottom: .5em;
}

.mapLink {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
}

#shop .box3Wrap div.webstore a {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/*--------------------------------------  
	#shop　TB&SP
---------------------------------------*/

@media screen and (max-width: 1024px) {
    #shop {
        background-attachment: inherit;
        min-height: auto;
        padding-bottom: 180px;
    }
    #shop .box3Wrap {
        margin: 0 15px;
    }
}

@media screen and (max-width: 760px) {
    #shop {
        background-position: left;
        background-attachment: inherit;
        min-height: auto;
    }
    #shop .box3Wrap>div {
        width: 100%;
        max-width: 240px;
        margin: 0 auto 30px;
        box-sizing: border-box;
    }
    #shop .box3Wrap>div:nth-child(1) {
        left: 0;
    }
    #shop .box3Wrap>div:nth-child(2) {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 30px;
    }
    #shop .box3Wrap>div:nth-child(3) {
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
    }
    #shop .box3Wrap div.webstore a {
        display: block;
        padding: 30px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        text-align: center;
    }
}


/*--------------------------------------  
	#owner
---------------------------------------*/

#owner {
    height: 640px;
    width: 100%;
    background: #101010;
    border-top: 5px solid #101010;
}

#owner .ownerInner {
    height: 100%;
    width: 100%;
    transition: 1s all;
    overflow: hidden;
}

#owner .profile,
#owner .imagePh {
    position: relative;
    height: 100%;
    width: 50%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    transition: 1s all;
}

#owner .profile span {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/owner/ownerPh.jpg) no-repeat center;
    background-size: cover;
    cursor: pointer;
    transition: 1s all;
}


/*#owner .profile:hover span {
    transform: scale(1.07, 1.07)
}*/

#owner .ownerInner.active .profile {
    width: 65%;
}

#owner .profile .readBtn {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 349px;
    height: 110px;
    background: url(../images/owner/nameBg.png) no-repeat;
    text-align: right;
    padding: 13px 30px 0 0;
    box-sizing: border-box;
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

#owner .profile .readBtn h3 {
    font-size: 40px;
    font-weight: 100;
}

#owner .profile .readBtn p.owner {
    font-size: 21px;
    margin-bottom: 5px;
}

#owner .profileMore {
    position: relative;
    float: left;
    width: 35%;
    height: 100%;
    margin-left: -35%;
    color: #fff;
    transition: 1s all;
}

#owner .ownerInner.active .profileMore {
    margin-left: 0%;
}

#owner .profileMore .page01,
#owner .profileMore .page02 {
    padding: 60px 4% 0;
    background: #101010;
    box-sizing: border-box;
    transition: .5s all;
    height: 100%;
}

#owner .profileMore .page02 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

#owner .profileMore .pageInner {
    overflow: auto;
    height: 100%;
    max-height: 476px;
}

#owner .profileMore .page01.hidden {
    opacity: 0;
    visibility: hidden;
}

#owner .profileMore .page02.active {
    left: 0%;
}

#owner .profileMore .closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    cursor: pointer;
}

#owner .profileMore .footerCloseBtn {
    display: none;
}

#owner .profileMore .closeBtn img,
#owner .profileMore .footerCloseBtn img {
    width: 100%;
    height: auto;
}

#owner .profileMore h3 {
    /*font-size: 20px;*/
    font-size: 18px;
	margin-bottom: 35px;
}

#owner .profileMore p {
    font-size: 14px;
    line-height: 2;
}

#owner .profileMore table {
    width: 100%;
    font-size: 14px;
    text-align: left;
}

#owner .profileMore table th,
#owner .profileMore table td {
    padding: 0 0 1.5em 1.5em;
}

#owner .profileMore a {
    color: #fff;
}

#owner .profileMore a[target="_blank"]::after {
    content: url(../images/owner/gaibuLinkIcon.png);
    display: inline-block;
    margin: 0 0 0 5px;
}

#owner .profileMore .pageMoveBtn {
    position: absolute;
    display: block;
    font-size: 22px;
    /*right: 4%;*/
    right: 10%;
    bottom: 15px;
    letter-spacing: .1em;
    cursor: pointer;
    text-decoration: none;
}

#owner .profileMore .pageMoveBtn::before {
    content: '';
    display: inline-block;
    border: 6px solid transparent;
    border-left: 10px solid #fff;
}

#owner .imagePh {
    background: url(../images/owner/shopGaikanPh.jpg) no-repeat;
    background-size: cover;
}

#owner .ownerInner.active .imagePh {
    width: 0%;
}


/*--------------------------------------  
	#owner 1250px
---------------------------------------*/

@media screen and (max-width: 1250px) {
    #owner .profileMore {
        width: 50%;
        margin-left: -50%;
    }
    #owner .ownerInner.active .profile {
        width: 50%;
    }
}


/*--------------------------------------  
	#owner 760px
---------------------------------------*/

@media screen and (max-width: 760px) {
    #owner {
        height: 600px;
        width: 100%;
        background: #101010;
        overflow: hidden;
    }
    #owner .profile,
    #owner .imagePh {
        position: relative;
        height: 300px;
        width: 100%;
        float: none;
        transition: 1s all;
        box-sizing: border-box;
    }
    #owner .ownerInner.active .profile {
        width: 100%;
    }
    #owner .profile .readBtn {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 349px;
        height: auto;
        background: url(../images/owner/nameBg.png) no-repeat;
        text-align: right;
        padding: 10px 30px 0 0;
        box-sizing: border-box;
        color: #fff;
        line-height: 1;
    }
    #owner .profile .readBtn h3 {
        font-size: 25px;
        font-weight: 100;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    }
    #owner .profile .readBtn p.owner {
        font-size: 20px;
        margin-bottom: 0px;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    }
    #owner .profileMore {
        position: absolute;
        width: 100%;
        height: auto;
        margin-left: 0;
        left: -100%;
        overflow: hidden;
        z-index: 3;
    }
    #owner .profileMore .footerCloseBtn {
        display: inline;
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 50px;
        cursor: pointer;
    }
    #owner .ownerInner.active .profileMore {
        margin-left: 0;
        left: 0;
    }
    #owner .profileMore .page01,
    #owner .profileMore .page02 {
        padding: 60px 4% 100px;
        height: auto;
    }
    #owner .profileMore .pageInner {
        overflow: auto;
        height: 100%;
        max-height: none;
        padding: 0;
    }
    #owner .profileMore .pageMoveBtn {
        bottom: 70px;
    }
    #owner .profileMore table {
        width: 100%;
        font-size: 14px;
    }
    #owner .profileMore table th,
    #owner .profileMore table td {
        display: block;
        padding: 0 0 1.5em;
    }
    #owner .profileMore table th {
        padding: 0;
    }
    #owner .ownerInner.active .imagePh {
        width: auto;
    }
}


/*--------------------------------------  
	#map
---------------------------------------*/

#map #map-canvas {
    height: 506px;
    width: 100%;
    background: #000;
    border-top: 5px solid #101010;
}

#map #map-canvas img {
    width: 100%;
    height: auto;
}

#map .mapInfo {
    font-weight: normal;
    font-size: 12px;
}


/*--------------------------------------  
	#contact
---------------------------------------*/

#contact {
    position: relative;
    background: url(../images/contact/bgImage.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 640px;
    padding-bottom: 60px;
    border-top: 5px solid #101010;
    transition: 1s;
}

#contact .contactBox {
    position: relative;
    width: 225px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    z-index: 1;
}

#contact .contactBox .tel {
    display: block;
    padding: 40px 0 0;
}

#contact .contactBox .mail {
    display: block;
    padding: 20px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#contact .contactBox .text {
    padding: 50px 0;
    line-height: 2;
    text-align: justify;
}


/*--------------------------------------  
	#contact　TB&SP
---------------------------------------*/

@media screen and (max-width: 1024px) {
    #contact {
        background-attachment: inherit;
        min-height: auto;
        padding-bottom: 180px;
    }
}

@media screen and (max-width: 760px) {
    #contact {
        background-position: center;
        background-attachment: inherit;
        background-size: cover;
        min-height: auto;
        padding-bottom: 60px;
    }
}


/*--------------------------------------  
	footer
---------------------------------------*/

footer {
    position: relative;
    letter-spacing: -.4em;
    border-top: 5px solid #101010;
}

footer>div {
    position: relative;
    letter-spacing: normal;
    display: inline-block;
    width: 25%;
    padding: 5% 0 0 20px;
    box-sizing: border-box;
    height: 380px;
    vertical-align: top;
}

footer>div.menu {
    background: url(../images/footer/menuBg.jpg) no-repeat center;
    background-size: cover;
}

footer>div.contact {
    background: url(../images/footer/contactusBg.jpg) no-repeat center;
    background-size: cover;
}

footer>div.sns {
    background: url(../images/footer/snsBg.jpg) no-repeat center;
    background-size: cover;
}

footer>div.news {
    background: url(../images/footer/newsBg.jpg) no-repeat center;
    background-size: cover;
}

footer>div h3,
footer>div ul {
    position: relative;
    z-index: 2;
    color: #fff;
}

footer>div h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 100;
}

footer>div ul {
    font-size: 18px;
}

footer>div a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: .2em 0;
}

footer>div .newsSNS {
    position: relative;
    max-width: 100%;
    height: 80%;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

footer .copyright {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 760px) {
    footer>div {
        position: relative;
        letter-spacing: normal;
        display: inline-block;
        width: 100%;
        padding: 5% 0 0 20px;
        box-sizing: border-box;
        height: 380px;
        vertical-align: top;
    }
    footer .copyright {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        background: #101010;
    }
}


/*--------------------------------------  
	.gallery
---------------------------------------*/

.gallery {
    position: relative;
    background: #101010;
    z-index: 4;
    padding: 50px 0;
}

.gallery ul li {
    width: 29.33333%;
    margin: 0 2% 2%;
    float: left;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .6s ease;
}

.gallery ul li:hover {
    cursor: pointer;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.gallery ul li img {
    width: 100%;
    height: auto;
}

.gallery li.btn {
    cursor: pointer;
}

@media screen and (max-width: 760px) {
    .gallery ul li {
        width: 46%;
        margin: 0 2% 2%;
        float: left;
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -webkit-transition: all .6s ease;
    }
}


/*--------------------------------------  
	.white-popup
---------------------------------------*/

.white-popup {
    position: relative;
    background: #FFF;
    padding: 3%;
    width: auto;
    max-width: 680px;
    margin: 20px auto;
    box-sizing: border-box;
    color: #8C8C8C;
}

.white-popup h3 {
    font-size: 20px;
    padding: 4% 0;
}

.white-popup p {
    font-size: 14px;
    line-height: 2;
}

.white-popup img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 760px) {
    .white-popup {
        padding: 15px;
    }
}


/*--------------------------------------  
	ul.gNav
---------------------------------------*/

.menu-trigger,
.gNavSp {
    display: none;
}

.gNav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.gNav img {
    vertical-align: top;
}

.gNav ul>li {
    font-size: 18px;
    display: inline-block;
    margin: 0 1vw;
}

.gNav ul>li>a {
    position: relative;
    display: block;
    color: #fff;
    height: 21px;
    padding: 15px 5px 30px;
    text-decoration: none;
    cursor: pointer;
    z-index: 3;
}

.gNav.white ul>li>a {
    color: #101010;
}

.gNav ul>li>a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 0px;
    width: 100%;
    background: url(../images/gNav_borderBg.png) #fff;
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition: .2s;
    z-index: 4;
    border-top: solid 1px rgba(250, 250, 250, .4);
}

.gNav.white ul>li>a:after {
    border-top: solid 1px rgba(16, 16, 16, .4);
}

.gNav ul>li.active>a:after,
.gNav ul>li:hover>a:after {
    -webkit-transform-origin: left;
    transform-origin: left;
    height: 5px;
    border-top: none;
}

.gNav ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 760px) {
    .gNav {
        display: none;
    }
}


/*--------------------------------------  
	.gNavSp
---------------------------------------*/

@media screen and (max-width: 760px) {
    .menu-trigger {
        position: fixed;
        top: 10px;
        left: 10px;
        width: 44px;
        height: 45px;
        z-index: 9999;
        display: block;
    }
    .gNavSp {
        display: block;
        position: fixed;
        top: 0;
        right: -80%;
        height: 100%;
        width: 80%;
        z-index: 9998;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.88);
        transition: .5s all;
    }
    .gNavSp.active {
        right: 0;
    }
    .gNavSp img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    .gNavSp .closeBtn {
        display: block;
        min-width: 23px;
        width: 100%;
        padding: 8% 6% 4% 0;
        text-align: right;
        box-sizing: border-box;
    }
    .gNavSp .closeBtn img {
        width: 10%;
    }
    .gNavSp>ul {
        box-sizing: border-box;
    }
    .gNavSp>ul>li>a {
        font-size: 14px;
        border-bottom: 1px solid #333333;
        display: block;
        position: relative;
        text-decoration: none;
    }
    .gNavSp .snsNav {
        letter-spacing: -.4em;
        width: 100%;
    }
    .gNavSp .snsNav span,
    .gNavSp .snsNav a {
        display: inline-block;
        letter-spacing: normal;
    }
    .gNavSp .snsNav span {
        width: 33.13%
    }
    .gNavSp .snsNav a {
        width: 22.96%
    }
}
