@charset "utf-8";


/*COMMON*/
html { -webkit-text-size-adjust:none; -webkit-print-color-adjust:exact; }
body { width:100%; -webkit-text-size-adjust:none; text-rendering:optimizeLegibility;background:#f6f4ef;color:#28292b;-ms-overflow-x: hidden;overflow-x: hidden;font-feature-settings: "palt";}
body,div,span,a,p,img,ul,li,h1,h2,input,textarea,select { margin:0; padding:0; }
li {list-style-type:none;}
div,a,p,input,textarea,select { box-sizing:border-box; }
a,p { color:#28292b; }
img { width:100%; border-style:none; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; -webkit-user-drag:none; user-drag:none; pointer-events:none; vertical-align:bottom; }
.kerning { -webkit-font-feature-settings: normal;-ms-font-feature-settings: normal;-o-font-feature-settings: normal;font-feature-settings: normal; }
.ie .nokerning,.edge .nokerning { font-feature-settings:normal; }
.mac { -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }

.opa,.wrap_on .scroll_element { opacity:0; }
.none { display:none !important; }
.pc a[href^="tel:"] { cursor:default; pointer-events:none; }
.vertical { -ms-writing-mode: tb-rl; -webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;-webkit-font-feature-settings: 'vpal';-ms-font-feature-settings: 'vpal';-o-font-feature-settings: 'vpal';font-feature-settings: 'vpal';   }
.br_sp,.br_tab {display:none;}
.br_pc {display:block;}
.txt_center {text-align:center;}
.sp_none {display:inline-block;padding: 0 12px;}
.pc_none {display:none;}


/*!
 * "fontname" is lisenced under the SIL Open Font License 1.1
 * by http://font-foundry.com/fontname/
*/
.en1 { font-family:"Renner*", helvetica, Helvetica Neue, Shuei KakuGo Gin L, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.en2 { font-family:"Renner*", helvetica, Helvetica Neue, Shuei KakuGo Gin B, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-weight:400; }
 
.ja1 { font-family:helvetica, Helvetica Neue,FOT_DNPShueiGoGinStd-L, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
.ja2 { font-family:helvetica, Helvetica Neue,FOT_DNPShueiGoGinStd-M, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight:500;}
.ja3 { font-family:helvetica, Helvetica Neue,FOT_DNPShueiGoGinStd-B, YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-weight:700;}
 
 
 /*link*/
.common_link {
  position: relative;
  transition: all ease .25s;
  position: relative;
  display: inline-block;
  margin-top: 30px;
}
.common_link:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3%;
  left: 0;
  width: 104%;
  height: 1px;
  background-color: #64433a;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: -webkit-transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1),-webkit-transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition-delay: 0.3s;
}
.common_link:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -3%;
  width: 104%;
  height: 1px;
  background-color: #64433a;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: -webkit-transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
  transition: transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1),-webkit-transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
}
.common_link:hover:after {
  transform-origin:left top;
  transform:scale(1 , 1);
}
.common_link:hover:before {
  transform-origin:right top;
  transform:scale(0 , 1);
}
.common_link a {
  text-decoration: none;
  letter-spacing: 0.12em;
  font-size: 12px;
}
a { text-decoration:underline; -webkit-tap-highlight-color:rgba(0,0,0,0); }
a:focus {outline:none; }
*:focus {outline: none;}
a:hover {cursor: pointer;opacity:.8;transition: .2s;}
a:hover img {cursor: pointer;opacity:.8;transition: .2s;}



/*WRAP*/
.wrap {
  width:100%;
  position:relative;
  overflow:hidden;
}
.wrap {
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
}
.wrap.open:after,.wrap.open:before {
  right: -100%;
}
.wrap:before {
  will-change: auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #64433a;
  -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
  transition: all .8s cubic-bezier(.77,0,.175,1);
  -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
  transition-timing-function: cubic-bezier(.77,0,.175,1);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.wrap:after {
  will-change: auto;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #f6f4ef;
  z-index: 2;
  -webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
  transition: all .8s cubic-bezier(.77,0,.175,1);
  -webkit-transition-timing-function: cubic-bezier(.77,0,.175,1);
  transition-timing-function: cubic-bezier(.77,0,.175,1);
}





/*HEADER*/
.header_logo {
  position: absolute;
  z-index: 99;
}
.header_logo img {
  width:auto;
  height:100%;
  max-height:300px;
}


/*left 調整*/
.header_logo {
  left: 59px;
  bottom: 43px;
}
.fix {
  left:135px;
}
.header_button_wrap {
  left: 64px;
}
.footer_sns_wrap {
  padding-left: 135px;
}
.footer_sns_inner {
  padding-right: 135px;
}



/*SCROLL*/
.fix {
  width:0;
  height:100%;
  position:fixed;
  top:0;
  z-index:80;
}
.fix_scroll_inner {
  position: absolute;
  height: 100vh;
  width: 1px;
  display: inline-block;
  transition: opacity .2s;
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
  overflow: hidden;
  z-index: 1;
}
.fix_scroll_inner div {
  height: 0;
}
.fix_scroll_inner div,.fix_scroll_inner div span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
}


/*FIX TEXT*/
.fix_txt {
  position: fixed;
  top:50%;
  right: 0.1666666667vw;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99;
}
.fix_txt h2 {
  font-size: 9px;
  letter-spacing: 0.16em;
  display: inline-block;
  transition: transform 1s ease 0s,opacity 1s ease 0s;
  overflow: hidden;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
}
.fix_txt.header_fix h2 {
  color: #64433a;
}

/*FIX ICON*/
.fix_icon {
  position: fixed;
   left: 22px;
   top: 22px;
   width: 90px;
   z-index: 99;
}
.fix_icon img {
  opacity: 0;
}
.fix_icon.header_fix img { animation:slideup 0.5s ease-in-out .2s forwards;}
@keyframes slideup {
  0% { opacity:0;}
  100% { opacity:1;}
}

/* SP MENU BUTTON */
.header_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 999;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 8px;
}
.header_button,
.header_button span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.header_button {
  position: relative;
  width: 60px;
  height:22px;
}
.active .header_button {  
  height: 20px;
}
.header_button_wrap:hover {
  cursor:pointer;
}
.header_button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  overflow:hidden;
  background:#fff;
}
.header_button span:nth-of-type(1) {
  top: 0;
}
.header_button span:nth-of-type(2) {
  top: 50%;
  display:none;
}
.header_button span:nth-of-type(3) {
  bottom: -1px;
}

/*close*/
.menu_on .header_button .menu_link span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.menu_on .header_button .menu_link span:nth-of-type(2) {
  opacity: 0;
}
.menu_on .header_button .menu_link span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  bottom: -4px;
}

/*色変更*/
.menu_on .header_button.header_fix span {
  background: #ffffff;
}
.header_button.header_fix span {
  background:#64433a;
}


/*MENU INNER*/
.menu {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position:fixed;
  top:0;
  left:0;
  z-index: 99;
  background: rgba(0,0,0,.8);
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_wrap {
  margin: 0 auto;
}
.menu_inner {
  position: relative;
  margin: 0 auto;
  width: 80%;
}
.menu .contents_main {
  border: none;
}
.menu_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 45.6875%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
_::-webkit-full-page-media, _:future, :root .menu_block {
  width: 88%;
}
.menu_cnt h3 {
  font-size: 21px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2;
  margin-bottom: 60px;
  color: #eee;
}
.menu_cnt .menu_list {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.menu_cnt .menu_list span {
  width: calc(100%/4);
  box-sizing: border-box;
  padding-right: 10px;
  padding-bottom: 10px;
}
.menu_cnt .menu_list span a {
  display: block;
  background: #fff;
}
.menu_inner .menu_cnt:nth-of-type(2) {
  margin-top: 60.6875px;
}
.menu_cnt h4 {
  font-size: 16px;
  letter-spacing: 0.18em;
  text-align: center;
  line-height: 1;
  margin: 0 0 0.8666666667vw;
  color:#eee;
}
.menu_cnt .menu_sns_list {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: table;
  margin: 0 auto;
}
.menu_cnt .menu_sns_list span {
  padding: 0 10.6875px;
  display: table-cell;
}
.menu_cnt .menu_sns_list span a {
  display: block;
  font-size: 28px;
  color:#eee;
}



/*MAIN VISUAL*/
.main_visual {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}


/*SLIDE*/
.slider_wrap {
  display: inline-block;
  width: 100%;
  height: 100vh;
  position: absolute;
  right: 0;
}
.slider_wrap__description {
  margin-top: 10px;
  text-align: center;
  position: relative;
  top: unset;
  left: unset;
  opacity: 1;
}
.photo_wrapper_overlap {
  position: relative;
  display: block;
  height: 100%;
}
.photo_wrapper {
  width: auto;
  height: 100%;
  border-radius: 0;
  padding-top: 100vh;
  position: relative;
  background-clip: padding-box;
  overflow: hidden;
  transition: background-color .4s;
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -ms-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: transform 1.6s cubic-bezier(.41,.01,0,1);
  transform: translateX(0) translateY(0) translateZ(0)!important;
}
.photo_wrapper .photo {
  border-radius: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  overflow: hidden;
  background: 50% 50% no-repeat;
  filter: alpha(opacity=10000);
  filter: alpha(opacity=100);
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
  transform: translateX(0px) translateY(0px) translateZ(0px) scale(1);
  transform-origin: left center;
}
.slick-active .photo {
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  visibility: visible;
 }



/*CONTENTS*/
.main {
  width:100%;
}
.contents_detail {
  width:100%;
  margin-top:17.609375vw;
}
.contents_detail_inner {
  width:100%;
}



/*SECTION*/
.section_wrap {
  margin-top: 0;
  margin-bottom: 12.609375vw;
}
.contents_detail_inner > section:nth-child(1) {
  margin-top:0;
}
#our.section_wrap {
  margin: 0;
  padding-top: 12.609375vw;
  background: #dcd9d0;
}
#collabo.section_wrap {
  margin: 0 0 12.609375vw;
  padding-top: 12.609375vw;
  padding-bottom: 12.609375vw;
  background: #dcd9d0;
}
.section_cnt {
  max-width: 880px;
  width: 88%;
  margin: 0 auto;
  position: relative;
}
.section_cnt_wrap {
  margin-bottom: 10.096875vw;
}
.section_cnt_wrap + .section_cnt_wrap {
  margin-bottom: 0;
}
.section_title {
  padding-bottom: 8.796875vw;
}
.section_title h2 {
  position: relative;
  border-bottom: #64433a solid 8px;
  border-left: #64433a solid 8px;
  font-size: 48px;
  color: #28292b;
  display: table;
  margin: 0 auto;
  padding: 5px 12px;
  line-height: 1em;
  letter-spacing:0.1em;
}
.section_title h2:before,
.section_title h2:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.section_title h2:after{
  border-style: solid;
  border-color: #64433a #f6f4ef transparent transparent;
  border-width: 8px 8px 0 0;
  bottom: -8px;
  right: 0;
}
.section_title h2:before{
  border-style: solid;
  border-color: #f6f4ef #64433a transparent transparent;
  border-width: 8px 8px 0 0;
  left: -8px;
  top: 0;
}
#our .section_title h2:after,
#collabo .section_title h2:after {
  border-color: #64433a #dcd9d0 transparent transparent;
}
#our .section_title h2:before,
#collabo .section_title h2:before {
  border-color: #dcd9d0 #64433a transparent transparent;
}
.section_cnt h3 {
  font-size: 40px;
  color: #1a1b1b;
  letter-spacing: 0.08em;
  text-align: center;
  line-height:1.6875;
  margin-top: 0;
  margin-bottom:3.359375vw;
}
#about .section_cnt h3 {
  font-size:26px;
  letter-spacing: 0.08em;
  line-height:1.4875;
  margin: 8.765625vw 0 5.03125vw;
}
#about .section_cnt h3 span {
  color:#64433a;
}
.section_cnt h4 {
  font-size:26px;
  letter-spacing: 0.08em;
  line-height:1.4875;
  margin: 8.765625vw 0 5.03125vw;
}
.section_cnt h4 span {
  color:#64433a;
}
.section_cnt p {
  font-size: 18px;
  line-height: 1.825;
  letter-spacing: 0.08em;
}
#access .section_cnt p {
  line-height: 2;
}
#collabo .section_cnt p {
  line-height: 2.2;
}
#collabo .section_cnt_wrap + .section_cnt_wrap p {
  font-size: 22px;
}
#about .section_cnt  > p:nth-of-type(1) {
  font-size: 32px;
  line-height: 3;
  letter-spacing: 0.12em;
}
#about .section_cnt  > p:nth-of-type(2) {
  line-height: 2;
}



/*SLIDE CENTER WRAP*/
.slideCenter_wrap {
  margin-top: 9.609375vw;
}
.slideCenter .slick-slide > div:nth-child(1) {
  position: relative;
}
.slideCenter .slick-slide div div {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 82.5%;
}
.slideCenter .slick-slide img {
  position: absolute;
  width: auto;
  height: 100%;
  left: -15%;
  top: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  overflow: hidden;
  background: 50% 50% no-repeat;
  filter: alpha(opacity=10000);
  filter: alpha(opacity=100);
  -webkit-opacity: 100;
  -moz-opacity: 100;
  opacity: 100;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}


/*SECTION FLEX WRAP*/
.sec_flex_wrap {
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_flex_wrap_left {
  width: 50%;
  padding: 0 7% 0 0;
}
.sec_flex_wrap_right {
  width: 50%;
}


/*OUR CHOCORATE*/
#our .sec_flex_wrap {
  width: 450px;
  margin: 0 auto 6.796875vw;
}
#our .sec_flex_wrap_item {
  width: 35%;
  padding: 0 10px;
  position: relative;
}
#our .sec_flex_wrap > .sec_flex_wrap_item:nth-child(2) {
  width: 80px;
}
#our .sec_flex_wrap_item span.en2 {
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   font-size: 72px;
}
.section_cnt > p:nth-of-type(1) {
  margin-bottom: 2.659375vw;
}
#our .section_cnt h3 {
  width: 300px;
  margin: 8.765625vw auto 4.765625vw;
}
#our .section_cnt h4 {
margin: 0 0 0.63125vw;
}

/*iframe*/
#modal-content iframe {
  max-width: 640px;
  min-height: 360px;
  height: 100%;
  width: 100%;
  margin: 3.03125vw auto 0;
  display: table;
}


/*COLLABORATION*/
#collabo .section_cnt > .section_cnt_wrap:nth-of-type(1) h3 {
  width: 210px;
  margin: 0 auto 7.765625vw;
}
#collabo .section_cnt > .section_cnt_wrap:nth-of-type(2) h3 {
  width: 650px;
  margin: 0 auto 3.65625vw;
}
#collabo .section_cnt h4 {
  margin:0 0 6px;
  font-size: 34px;
}
#collabo .sec_flex_wrap_right p:nth-of-type(1) {
  line-height: 1.425;
  font-size: 24px;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}
#collabo .sec_flex_wrap .sec_flex_wrap_left > div:nth-of-type(1) a {
  display: block;
}
#collabo .sec_flex_wrap .sec_flex_wrap_left > div:nth-of-type(2) {
  background-image: url(/img/img_chef_vol1.jpg?123458);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 100%;
  margin-top: 30px;
}
#collabo .sec_flex_wrap_right {
  width: 60%;
}
#collabo .sec_flex_wrap_left {
  width: 35%;
}
#collabo .section_cnt_title > span:nth-of-type(1) {
  padding: 0 12px;
  letter-spacing:0.06em; 
}
#collabo .section_cnt_title > span:nth-of-type(2) {display:none;}
#vol1 .sec_flex_wrap + .sec_flex_wrap {margin-top: 2.66875vw;}
#vol1 .sec_flex_wrap + .sec_flex_wrap div {
  width: calc(100%/3);
  box-sizing: border-box;
  position: relative;
  background-clip: padding-box;
  overflow: hidden;
}
#vol1 .sec_flex_wrap + .sec_flex_wrap div:before {
    display: block;
    position: relative;
    content: '';
    padding-top: 66%;
    width: 0;
    height: 0;
}
#vol1 .sec_flex_wrap + .sec_flex_wrap div img {
    display: block;
    position: absolute;
    z-index: 0;
    width: auto;
    height: 120%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }

/*SECTION SHOP INFO*/
#shopinfo .section_cnt .txt_wrap {
  margin-bottom: 5.03125vw;
  margin-top: -20px;
}
section#shopinfo .section_cnt p {
  font-size: min(1.5vw, 21px);
  line-height: 2;
}
#shopinfo .section_title {
  padding-bottom: 6.796875vw;
}
.map_wrap {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  position: relative;
}
.map_wrap embed, .map_wrap iframe, .map_wrap object {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.map_wrap embed, .map_wrap iframe, .map_wrap object {
  width: 100%;
  height: 750px;
  margin-top: -150px;
}
.map_wrap embed:hover, .map_wrap iframe:hover, .map_wrap object:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


/*SECTION ABOUT*/
section#about {
  background-image: url(/img/txt_basho_tsuji.svg?210533);
  background-repeat: no-repeat;
  background-position: top 5.609375vw right -20px;
  background-size: 165px auto; 
}
section#about .section_cnt {
  max-width:unset;
  width: 70%;
}
section#about .section_cnt p:nth-of-type(1) {
  font-size:  50px;
  line-height: 2.2;
  letter-spacing: 0.12em;
}
section#about .section_cnt p:nth-of-type(2) {
  line-height: 2;
}


/*FOOTER*/
.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.footer_sns_inner {
  background: #1a1b1c;
  padding-top: 115px;
  padding-bottom: 115px;
}
.footer_sns_wrap h3 {
  font-size: 38px;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 0 0 50px;
  color:#eee;
}
.footer_sns_block {
  display: table;
  margin: 0 auto;
}
.footer_sns_block span {
  display: table-cell;
  padding: 0 30px;
}
.footer_sns_block span .fa {
  font-size: 38px;
  color:#eee;
}
.footer_sns_block span a:hover {
  color: #555;
}
.footer .copyright_wrap {
  width:100%;
  padding: 40px 0;
} 
.footer copyright p {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #28292b;
  font-weight: 600;
}

