@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:400,500|Barlow:400,500');

body{
    font-family:'Barlow',"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, 'Noto Sans JP', "ＭＳ ゴシック", sans-serif;
    font-weight: 400;
    color:#222;
    background-color: #fff;
    text-align: justify;
    text-justify:inter-ideograph;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html{
	font-size: 16px; /* Basic font size */
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
@media screen and (min-width: 1368px) {
	html { font-size: 18px; }
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/************************************************************

    Genaral Settings

************************************************************/

.svgLoad{
    display:none;
}

/*
    Links
******************************/
a{
    color: #222;
    text-decoration: none;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
a:hover,
a:focus{
	color:#999;
}
a:hover img{
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-o-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	opacity: 0.5;
}
a img{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

/*
    Images
******************************/
img{
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
}

/*
    Clear Fix
******************************/
.cf:before,
.cf:after{
    content: "";
    display: table;
}
.cf:after{
    clear: both;
}

/*
    Fonts and Text
******************************/

h1, h2, h3, h4, h5{
    font-weight: 500;
    letter-spacing: 4px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.fs10{font-size:10px;}
.fs12{font-size:12px;}
.fs14{font-size:14px;}
.fs16{font-size:16px;}
.fs18{font-size:18px;}
.fs21{font-size:21px;}
.fs24{font-size:24px;}
.fs28{font-size:28px;}
.fs32{font-size:32px;}
.fs36{font-size:36px;}
.fs44{font-size:44px;}
.fs48{font-size:48px;}
.fs56{font-size:56px;}
.fs64{font-size:64px;}
.fs80{font-size:80px;}

.lh_15{line-height:1.5;}
.lh_20{line-height:2;}
.lh_30{line-height:3;}

.align-left{text-align:left;}
.align-center{text-align:center;}
.align-right{text-align:right;}


/*
    Margin
******************************/

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mb120{margin-bottom:120px;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mt120{margin-top:120px;}

/*
    buttons
******************************/

a.btn{
    display: block;
    width: 156px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}
a.btn:hover{
    opacity: 0.5;
}
a.btn.btn__be{
    background-image: url(../img/btn_more_be.png);
    background-color: #e6d7c8;
}
a.btn.btn__bk{
    background-image: url(../img/btn_more_bk.png);
    background-color: #000;
}
a.btn__center{
    margin: 0 auto;
}

/* Size */
.w240px{ width: 240px; }
.w280px{ width: 280px; }
.w320px{ width: 320px; }
.w360px{ width: 360px; }
.w480px{ width: 480px; }

/* No Link Button */
p.no-link__btn{
    display: block;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    color: #ccc;
    border:1px solid #999;
}

/*
    Other
******************************/

.break__sp{
    display: none;
}
.break__pc{
    display: block;
}
.object-fit{
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

/************************************************************

     Header

************************************************************/

/*
    Header
******************************/

header{
    position: relative;
    max-width: 1380px;
    min-width: 960px;
    margin: 0 auto;
    padding: 30px 40px;
}

/*
    Logo
******************************/

header a.h-logo__link{display: inline-block;}
header #h-logo{
    position: relative;
    display: block;
    width: 128px;
    height: 57px;
    overflow: hidden;
}
header #h-logo .h-logo__img{
    width: 128px;
    height: 57px;
    fill:#000;
}

/*
    Call to Action for Header
******************************/
header .h-cta{
    position: absolute;
    top: 50px;
    right: 40px;
}
header .h-cta a{
    display: block;
    font-size: 1.2em;
    text-indent: -9999px;
    width: 120px;
    height: 26px;
    background-image: url(../img/header_cta.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
header .h-cta a:hover{
    opacity: 0.5;
}

/************************************************************

     Navigation

************************************************************/

/*
    Global Navigation
******************************/
nav.gnav{
    width: 338px;
    position: absolute;
    top: 54px;
    left: 50%;
    margin-left: -169px;
}
nav.gnav:before,
nav.gnav:after{
    content: "";
    display: table;
}
nav.gnav:after{
    clear: both;
}
nav.gnav ul li{
    float: left;
    text-align: center;
}
nav.gnav ul li a{
    display: block;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -9999px;
}
nav.gnav ul li a:hover{
    opacity: 0.5;
}
nav.gnav ul li a.item__01{
    width: 84px;
    background-image: url(../img/gnav_item_01.png);
    margin-right: 54px;
}
nav.gnav ul li a.item__02{
    width: 41px;
    background-image: url(../img/gnav_item_02.png);
    margin-right: 54px;
}
nav.gnav ul li a.item__03{
    width: 64px;
    background-image: url(../img/gnav_item_03.png);
    margin-right: 54px;
}
nav.gnav ul li a.item__04{
    width: 104px;
    background-image: url(../img/gnav_item_04.png);
}

/*
    Header Navigation
******************************/

#headerNav{
    display: none;
    position:fixed;
    background-color: #dcc8af;
    width: 250px;
    top: 0;
    right: 0;
    z-index: 9999;
}
#headerNav ul.nav__head{}
#headerNav ul.nav__head:before,
#headerNav ul.nav__head:after{
    content: "";
    display: table;
}
#headerNav ul.nav__head:after{
    clear: both;
}
#headerNav ul.nav__head li{
    width: 125px;
    float: left;
}
#headerNav ul.nav__head li a{
    display: block;
    width: 125px;
    height: 125px;
}
#headerNav ul.nav__head li a.contactnav{
    background-color: #000;
    text-align: center;
    line-height: 125px;
    font-size: 1.1em;
    font-weight: bold;
    color: #dcc8af;
    letter-spacing: 0.1em;
}
#headerNav ul.nav__head li a.contactnav:hover{
    color: #fff;
}
#headerNav ul.nav__internal{
    margin: 20px 0;
    padding: 20px 32px;
    width: 100%;
}
#headerNav ul.nav__internal li a{
    display: block;
    width: 100%;
    padding: 18px;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.1em;
}
#headerNav div.nav__external{
    text-align: center;
}
#headerNav div.nav__external a{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-size: 100%;
}
#headerNav div.nav__external a.facebook{
    margin-right: 36px;
    background-image: url(../img/ico_facebook.png);
}
#headerNav div.nav__external a.instagram{
    background-image: url(../img/ico_instagram.png);
}

#headerNav ul.nav__head .btn__open{
    display: block;
    width: 125px;
    height: 125px;
    cursor: pointer;
    text-indent: -9999px;
}
#open__nav{
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
#open__nav.open {
    max-height:500px;
    opacity: 1;
    z-index: 9999;
    padding-bottom: 40px;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 44px;
    height: 2px;
    background-color: #222;
    border-radius: 2px;
    left: 50%;
    margin-left: -22px;
}
.menu-trigger span:nth-of-type(1) {
    top: 48px;
}
.menu-trigger span:nth-of-type(2) {
    top: 50%;
    margin-top: -2px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 48px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}

/************************************************************

     Layout

************************************************************/

#wrapper{
	width: 100%;
    height: 100%;
	position: relative;
    overflow: hidden;
    animation: FadeInContent .4s forwards cubic-bezier(.8,.01,.37,1);
    animation-delay: 0s;
    opacity:0;
}
@keyframes FadeInContent {
    0%   { opacity:0; transform:translateY(3px); }
    100% { opacity:1; transform:translateY(0); }
}
    
/*
    Hero
******************************/

.c-hero{
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 400px;
    margin-bottom: 160px;
    opacity: 0;
    animation: FadeInHero 1.0s forwards cubic-bezier(.8,.01,.37,1);
    animation-delay: .4s;
}
@keyframes FadeInHero {
    0%   { opacity:0; transform: scale(1.1,1.1);}
    100% { opacity:1; transform: scale(1,1);}
}
.c-hero_ttl{
    position: absolute;
    background-repeat: no-repeat;
    height: 48px;
    bottom: -40px;
    text-indent: -9999px;
    background-size: contain;
    opacity: 0;
    animation: FadeInTitle .8s forwards cubic-bezier(.8,.01,.37,1);
    animation-delay: 1.0s;
    z-index: 500;
}
@keyframes FadeInTitle {
    0%   { opacity:0; transform:translateY(12px); }
    100% { opacity:1; transform:translateY(0); }
}

/* ---------------------------------------
	min-width: 1280px ~
--------------------------------------- */

@media screen and (min-width: 1280px) {
    .c-hero{
        height: 440px;
    }
}
@media screen and (min-width: 1360px) {
    .c-hero{
        height: 520px;
    }
}

/*
    Sections
******************************/
div.c-sec{
    margin-top: 128px;
    margin-bottom: 128px;
}

/*
    Instagram Feed
******************************/

.instagram-feed{
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}
.instagram-feed .instagram-feed__data{
    width: 960px!important;
    margin: 0 auto;
}
.instagram-feed .instagram-feed__data iframe{
    height: 320px!important;
}
.instagram-feed .instagram-feed__ttl h2{
    font-size: 2.4em;
    text-align: left;
    margin-bottom: 50px;
}

/*
    Google Maps | APIは使用せず
******************************/
.c-map{
    max-width: 1120px;
    min-width: 960px;
    padding: 0 20px;
    margin: 0 auto 120px;
}
.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
    Footer
******************************/

.footer{
    position: relative;
    width: 100%;
    margin-top: 120px;
}
.footer .copyright{
    width: 100%;
    background: #f2f2f2;
    height: 56px;
    padding: 0 2vw;
    font-size: 0.7em;
    letter-spacing: 0.15em;
    line-height: 56px;
}



