/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600&display=swap');
@import url("https://use.typekit.net/vnd5mvd.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
	メインコンテンツ等のスタイル
------------------------------------------------------------*/
body {
  	font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #753e19;
    text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a:link {
    color: #753e19;
    text-decoration: none;
}
a:visited {
    color: #753e19;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #9b6845;
    text-decoration: none;
}
.pc_tab_br {
	
}
.pc_br {

}
.tab_br {
	display: none;
}
.sp_br {
	display: none;
}
.fm_dnp {
    font-family: dnp-shuei-mgothic-std;
}
#wrapper {
	background-color: #fff;
	color: #753e19;
}
/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
#key_visual_wrap {
    width: 100%;
	background-color: #f7f6f4;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
#page_header_wrap {
    width: 100%;
    position: relative;
}
/* ----グロナビ----　*/
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    height: 140px;
    padding: 0 60px;
}
.header_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header_logo {
    padding: 0;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 115px;
}
.logo_sub_copy {
    font-size: 13px;
    font-family: dnp-shuei-mgothic-std;
    margin-left: 30px;
}
.header_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header_right_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.global_nav {
    display: flex;
    align-items: center;
}
.global_nav li {
    margin-right: 50px;
    letter-spacing: 2px;
}
.global_nav li a {
    display: block;
}
.h_instagram {
    display: flex;
}
.h_instagram img {
    width: 34px;
}

 /*----*/

.main_copy_wrap {
    width: 100%;
    padding: 0 0 110px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
}
.p-index_kv__inner {
    height: 100%;
    position: relative
}
.p-index_kv__copy {
    color: #1e2229;
    font-size: 4rem;
    left: 10%;
    letter-spacing: .1em;
    line-height: 1.45;
    position: absolute;
    top: 35%;
    z-index: 5;
}
.kv_copy__1 {
    /*margin-bottom: 50px;*/
}
.kv_copy__1 img {
    width: 470px;
}
.new_open {
    display: none;
}
.new_open img {
    width: 610px;
}
.new_open_sp {
    display: none;
}
.p-index_kv__pic {
    background-image: url(../image/kv.jpg);
    background-position: 50%;
    background-size: cover;
    border-radius: 10px 0 0 10px;
    height: calc(100vh - 250px);
    margin-left: auto;
    width: 73%;
    position: relative;
}
.kv_pic_info {
    width: 530px;
    height: 100px;
    background-color: #b59783;
    color: #fff !important;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    right: 65px;
    margin-bottom: -50px;
    z-index: 2;
    box-shadow: 0px 5px 25px 0px rgba(117, 62, 25, 0.2);
    padding: 20px 35px;
    display: flex;
    align-items: center;
}
.kvpi_ttl {
    width: 20%;
}
.kvpi_txt {
    width: 65%;
    line-height: 1.6;
    border-left: 1px solid #fff;
    padding-left: 30px;
}
.kvpi_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
}
.kvpi_sns img {
    width: 22px;
}


/*----スクロールダウン全体の場所----*/
.scrolldown1{
    position:absolute;
    left: 80px;
    bottom:0px;
    height:124px;
    z-index: 10;
}
.scrolldown1 span{
    position: absolute;
    left:-34px;
    top: -48px;
    font-size: 10px;
    letter-spacing: 5px;
    transform: rotate(90deg);
}
.scrolldown1::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100px;
    background: #bfbfbf;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
}
@keyframes pathmove{
    0%{
        height:0;
        top:0;
        opacity: 0;
    }
    30%{
        height:80px;
        opacity: 1;
    }
    100%{
        height:0;
        top:110px;
        opacity: 0;
    }
}
/*---*/

/* ---------- sp_menu　---------　*/
.fullscreenmenu {
    display: none;
}

/*------------------------------------------------------------
　-quality-
------------------------------------------------------------*/
.quality_wrap {
    width: 100%;
    padding: 100px 0 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e9e6d9;
}
.quality_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.cont_ttl {
    margin-bottom: 60px;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
}
.cont_ttl h2 {
    font-size: 40px;
    font-family: dnp-shuei-mgothic-std;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
.cont_ttl p {
    font-size: 14px;
}
.cont_ttl2 {
    margin-bottom: 60px;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
    color: #fff;
}
.cont_ttl2 h2 {
    font-size: 40px;
    font-family: dnp-shuei-mgothic-std;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
.cont_ttl2 p {
    font-size: 14px;
}
.quality_cont {
    display: flex;    
}
.quality_image {
    width: 55%;
    background-image: url(../image/quality.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0 10px 10px 0;
}
.quality_detail {
    width: 48%;
    padding: 120px 15% 120px 0;
    margin-left: -3%;
}
.qd_ttl {
    margin-bottom: 60px;
}
.qd_ttl h3 {
    font-size: 38px;
    font-family: dnp-shuei-mgothic-std;
    line-height: 1;
    margin-bottom: 10px;
}
.qd_ttl p {
    
}
.qd_name {
    margin-top: 60px;
}
.qd_name h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: dnp-shuei-mgothic-std;
}
.qd_name h3 span {
    display: inline-block;
    border-bottom: 3px solid #b59783;
}
.qd_name p {
    font-size: 15px;
}

.fp_wrap {
    width: 100%;
    padding: 120px 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fp_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.fp_cont {
    width: 40%;
    padding: 60px 0;
    margin-right: -5%;
    position: relative;
    z-index: 2;
}
.fp_cont h2 {
    font-family: dnp-shuei-mgothic-std;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 38px;
}
.fp_cont p {
    margin-bottom: 50px;
}
.fp_txt {
    line-height: 2.2;
}
.fp_image {
    width: 65%;
}
.fp_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.menu_btn {
    padding-top: 120px;
    display: flex;
    justify-content: center;
}
.btnshine {
    position: relative;
    display:inline-block;
    background: #b59783;
    color: #fff !important;
    width: 330px;
    height: 76px;
    border-radius: 100vh;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    box-shadow: 0px 5px 25px 0px rgba(117, 62, 25, 0.2);
}
.btnshine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
    transform: skewX(-25deg);
}
.btnshine:hover::before {
    animation: shine 0.7s;
}
.btnshine span {
    background: url(../image/icon/window.svg) no-repeat right center / 18px auto;
    padding-right: 22px;
    font-size: 16px;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
/*------------------------------------------------------------
　-quality-
------------------------------------------------------------*/
.shop_wrap {
    width: 100%;
    padding: 90px 5% 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f1eded;
}
.shop_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.shop_head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}
.sh_logo {
    margin-right: 100px;
}
.sh_logo img {
    width: 260px;
}
.sh_sns {

}
.shs_insta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.shs_ttl {
    font-size: 18px;
    font-weight: bold;
}
.shs_arrow {
    margin: 0 20px;
    display: flex;
}
.shs_arrow img {
    width: 28px;
}
.shs_logo {

}
.shs_logo img {
    width: 80px;
}
.shs_sup {

}
.shop_info_wrap {
    position: relative;
    margin-bottom: 180px;
}
.shop_map {
    margin-right: 200px;
    height: 440px;
}
.shop_info {
    position: absolute;
    right: 0;
    padding-top: 50px;
    top: 0;
}
.googlemap {
    width: 240px;
    height: 58px;
    border-radius: 100vh;
    color: #fff !important;
    background-color: #b59783;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 25px 0px rgba(117, 62, 25, 0.2);
}
.googlemap span{
    background: url(../image/icon/window.svg) no-repeat right center / 16px auto;
    padding-right: 22px;
}
iframe.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.googlemap {
    position: relative;
    display:inline-block;
    background: #b59783;
    color: #fff !important;
    width: 240px;
    height: 58px;
    border-radius: 100vh;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 25px 0px rgba(117, 62, 25, 0.2);
}
.googlemap::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
    transform: skewX(-25deg);
}
.googlemap:hover::before {
    animation: shine 0.7s;
}
.googlemap span{
    background: url(../image/icon/window.svg) no-repeat right center / 16px auto;
    padding-right: 22px;
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


.shop_info_inner {
    background-color: #fff;
    padding: 50px;
    width: 380px;
    border-radius: 10px;
    box-shadow: 0px 5px 25px 0px rgba(117, 62, 25, 0.2);
}
.sii_ttl_wrap {
    margin-bottom: 20px;
}
.sii_ttl {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: bold;
}
.sii_ttl_sub {
    line-height: 1.5;
}
.sii_inner_ttl {
    margin-top: 16px;
}
.sii_inner_ttl h4 {
    font-weight: bold;
}
.sii_inner_ttl p {
    
}
.sii_inner_ttl p a {
    
}
.ubereats_txt {
    margin-bottom: 5px;
}
.ubereats_logo {

}
.ubereats_logo img {
    width: 130px;
}


/*------------------------------------------------------------
　-banner-
------------------------------------------------------------*/
.banner_wrap {
    width: 100%;
    padding: 0 5% 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #b59783;
}
.banner_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.bn_ttl {
    font-size: 26px;
    color: #fff;
    font-family: dnp-shuei-mgothic-std;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
}
.bn_ttl span {
    width: 390px;
    display: inline-block;
    background-image: url(../image/bg/bn_top.png);
    background-size: 390px 72px;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    padding-top: 72px;
    line-height: 1;
    top: -72px;
    left: 0;
    right: 0;
    margin: auto;
}
.banner_box {
    margin-right: -4%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    justify-content: center;
}
.banner {
    margin-right: 4%;
    width: 29.3333%;
    margin-bottom: 4%;
}
.banner img {
    width: 100%;
    border-radius: 5px;
}



/*------------------------------------------------------------
  ページトップ
------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 77%;
    z-index: 3;
}
.ubbs__2 {
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0px 5px 25px 0px rgba(117, 62, 25, 0.2);
    background-color: #b59783;
}
.ubbs__2:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ubbs__2 img {
  width: 16px;
}

/*------------------------------------------------------------
    footer
------------------------------------------------------------*/
#footer {
    width: 100%;
    padding: 0 8% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #7e6758;
    color: #fff;
}
.footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 90px 0;
    align-items: center;
}
.footer_logo_wrap {
    display: flex;
    align-items: center;
}
.footer_logo {
    margin-bottom: 20px;
}
.footer_logo img {
    width: 120px;
}
.footer_logo_sub {
    font-size: 13px;
    margin-left: 20px;
    font-family: dnp-shuei-mgothic-std;
}
.footer_sns {
    margin-left: 35px;
    display: flex;
}
.footer_sns img {
    width: 30px;
}

.footer_menu_wrap {

}
.fm_list1 {
    display: flex;
    margin-bottom: 20px;
}
.fm_list1 li {
    margin-left: 50px;
}
.fm_list1 li a {
    display: block;
    color: #fff !important;
    letter-spacing: 2px;
}

.copyright {
    color: #fff;
    font-size: 12px;
    text-align: right;
}



/*------------------------------------------------------------
    Loading
------------------------------------------------------------*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background:#f7f6f4;
    text-align:center;
    color:#fff;
}
/* Loading画像中央配置　*/
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
/*#splash_logo svg{
    width:200px;
}
*/
@media screen and (max-width:480px) { 
    #splash_logo svg{
        width: 180px;
    }
}
@media screen and (min-width:481px) { 
    #splash_logo svg{
        width: 300px !important;
        height: auto;
    }
}
/*=============== SVGアニメーション内の指定 =================*/
/*アニメーション前の指定*/
#mask path {
    fill-opacity: 0;/*最初は透過0で見えない状態*/
    transition: fill-opacity 1s;/*カラーがつく際のアニメーション0.5秒で変化*/
    fill: none;/*塗りがない状態*/
    stroke: #333;/*線の色*/
}
/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
  fill: #753e19;/*塗りの色*/
  fill-opacity: 1;/*透過1で見える状態*/
  stroke: none;/*線の色なし*/
}
#mask.done path.st0 {
  fill: #753e19;/*塗りの色*/
  fill-opacity: 1;/*透過1で見える状態*/
  stroke: none;/*線の色なし*/
}

/**/

.anchorlink {
    position: relative;
    display: block;
}