﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');
body {
    color: /*#312b2b*/#333;
   background-image: url(Dup/img/natural-paper.png);
    background-size: 161px;
}
h2, h3, h4, #main_nav li a, .sc_nav li a, .sc_nav .shop_link a {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: bold;
}
#intro .slick-dots li.slick-active {
    border-color: #77011f;
}
.top_cms_box .slide-in_inner div {
    width: 31px;
    margin-top: 11px;
}
.slick-dots {
    justify-content: flex-end;
    align-items: flex-start;
}
#intro {
    margin-top: 70px;
}
.top_cms_box p {
   margin: 0 auto;
}
#cms_2-a h3 span {
    line-height: 1.1;
    padding-left: 18px;
}
#top_contents1 figure {
    position: inherit;
    bottom: inherit;
    left: inherit;
    z-index: 1;
}
#top_contents1 .contents1_txt {
    margin-left: inherit;
}
#top_contents1 h3::after, #top_contents2 h3::after {
    content: "";
    display: block;
    top: inherit;
    left: 0;
    right: auto;
    width: 24px;
    height: 4px;
    border-top: 0;
    bottom: -11px;
    background: #77011f;
}
.intro_title h3 {
    position: relative;
    display: flex;
    align-items: center;   
}
.intro_title h3:before {
    background: #77011f;
    content: '';
    display: block;
    height: 4px;
    width: 1.3rem;
    margin-bottom: 10px;
}
#main_nav li a, .sc_nav li a, .sc_nav .shop_link a {position: relative}
#main_nav li a::before, .sc_nav li a::before, .sc_nav .shop_link a::before {
display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #77011f;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;opacity: 0;transition: all 0.5s;
}
.sc_nav .shop_link a::before {display:none}
#main_nav li a:hover::before, .sc_nav li a:hover::before, .sc_nav .shop_link a:hover::before {
    opacity: 1;
}




.cms_3-b h3 {position: relative;
    padding-left: 25px;
}
.cms_3-b h3:before {
    content: ' ';
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #77011f;
    transform: rotate(
45deg
);
    margin-bottom: .3em;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -7px;
}

#intro .intro_txt h2 {
    /* padding: 2rem .5rem; */
    /* border: #e0e0e0 1px solid; */
    /* box-shadow: #e5e5e5 3px 5px 0; */
    background-color: transparent;
}


#top_contents1 figure {
    position: relative;
}
#top_contents1 figure:before {
    content: "Eat as well as drink";
    display: block;
    position: absolute;
    left: 20px;
    font-size: 65px;
    font-family: 'Bad Script', cursive;
    z-index: 2;
    color: #f4f4f4;
    bottom: -17px;
    opacity: 0.6;
}



/* ----------------------------------------------------------------------------- */
.slide-in {
	overflow: hidden;
}
.upAnime{
    opacity: 0;/* 事前に透過0 にして消しておく*/
}
.slideAnimeDownUp {
    animation-name:slideTextY100;
    animation-duration:1.3s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextY100 {
    from {
        transform: translateY(100%);/* 要素を上の枠外に移動*/
        opacity: 0;
    }
    to {
        transform: translateY(0);/* 要素を元の位置に移動*/
        opacity: 1;
    }
}
.slideAnimeUpDown {
    animation-name:slideTextY-100;
    animation-duration:1.3s;
    animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextY-100 {
    from {
    transform: translateY(-100%);/* 要素を下の枠外に移動*/
    opacity: 0;
    }
    to {
    transform: translateY(0);/* 要素を元の位置に移動*/
    opacity: 1;
    }
}
/* -----------------------------------------------------------*/
.intro_txt {
  position: relative;
  background: #fff;
  margin-top: 164px;
}
.intro_txt h2, .intro_txt span {
  position: relative;
}

.intro_txt::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #f5f5f5;
  transition: 1.5s;z-index: 0;
}
.intro_txt.trans::before {
 height: 100%;
}
/* ------------------------------------------logo--------------------------------------------------- */
h1 img {
    max-width: 167px;
}
.sc_nav {
    padding: 8px 20px;
}
.sc_nav .logo img {
    max-width: 61px;
}
/* --------------------------------------------LOADER HEADER----------------------------------------------------------*/
#loader .logo {
    max-width: 228px;
  max-width: 133px;
}
.shop_link a {
    padding: 16px 36px 16px 36px;
    color: #fff;
    font-weight: bold;
    background-color: #77011f;
    border: 5px solid #77011f;
    box-shadow: 0 0 0 1px #fff inset;
}
.sc_nav {
    background-color: #ffffff;
}
#main_nav li a, .sc_nav li a, .sc_nav .shop_link a {
    opacity: 1;
}
#main_nav li a:hover, .sc_nav li a:hover {
    text-shadow: none;
    color: #9e8d8d;
}
/* ----------------------------------------------TOP---------------------------------------------------- */
#intro .intro_txt h2 {
    font-size: 24px;
   width: 96%!important;
}
#top_contents1 .contents1_txt h3, #top_contents2 h3 {
    transform: none;
    text-align: left;
}
#top_contents1 h3 span, #top_contents2 h3 span {
background: #fff;
    font-size: 33px;
}
#top_contents2 {
    background: url(Dup/img/harb.png) no-repeat 50% 100%;
    background-size: 820px;
    margin-bottom: 69px;
    padding-bottom: 200px;
}

/*.intro_title h3:first-letter {
  font-size: 65px;
}*/
/**/
.top_cms_title {
    justify-content: flex-end;
}
.top_cms_title h4 {
    font-size: 29px;
}
.top_cms_title h4, .top_cms_title p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.top_cms_box + .top_cms_box {
    margin-top: 65px}

.top_cms_box .flex_row-re {
    align-items: flex-start;
}
#top_cms .top_cms_box .more a {
    background: #312b2b;
    color: #fff;
    padding: 10px;
    margin-top: -10px;
}

/* --------------------------------UNDER----------------------------------------- */
#page_title h2, #page_title p {
    color: #fff;
}
.cms_3-b .cate_box {
border-left: 0;

}
.cms_3-b .cate_box + .cate_box {
    border-top: 1px solid #dbdbdb
}


@media(min-width: 668px) {
}
@media(max-width: 768px) {
    #top_contents1 .contents1_txt {
    width: 100%!important;
    margin-left: 0;
}
#top_contents2 {
    background-size: 79%;
}
}
@media(max-width: 667px) {
    .intro_title h3:before {
    margin-bottom: inherit;
    margin-right: 7px;
}
    #top_contents1 figure:before {
    font-size: 32px;
}
    h1 img {
    max-width: 70px;
}
#intro h3 {
    font-size: 23px;
}
/*.intro_title h3:first-letter {
    font-size: 33px;
}*/
#intro .intro_txt h2 {
    transform: translateY(-26%);
}
#intro .intro_txt h2 {
    font-size: 22px;
    width: 91%!important;
        padding: 0.6rem .4rem;
}

.top_cms_title h4, .top_cms_title p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
.top_cms_title h4 {
    font-size: 28px;
}
.top_cms_box .flex_row-re {
    align-items: inherit;
}
#top_contents1 h3 span {
    font-size: 25px;
}
#top_contents1 > div:before {
    top: -10px;
    left: 9px;
    font-size: 44px;
    bottom: auto;
    opacity: 0.6;
}
#top_contents2 h3 span {
    font-size: 26px;
}
#top_contents2 {
    background-size: 410px;
    margin-bottom: 69px;
    padding-bottom: 62px;
}


#main_img img:hover, #intro img:hover, #top_contents1 img:hover, #top_contents2 img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
#main_img img:active, #intro img:active, #top_contents1 img:active, #top_contents2 img:active {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

}




