body {
    font-family: "setofont-sp", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 1.7;
	letter-spacing: 1px;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    box-sizing: border-box;
	font-optical-sizing: auto;
	color: #333333;
}

/**
SetoFont-SP Regular
font-family: "setofont-sp", sans-serif;
font-weight: 400;
font-style: normal;
**/

*:focus {
	outline: none;
}

html{
    scroll-behavior: smooth;
}
.container-fluid {
	padding: 0;
}

ul {
    list-style: none;
}
a {
    color: #333333;
    text-decoration: none;
    transition: 0.5s;
	font-weight: 300;
	font-size: 16px;
}
a:hover {
    color: #4E392E;
    text-decoration: none;
    transition: 0.5s;
}

img {
    width: 100%;
    height: auto;
}
.serif {
    font-family: "Noto Serif JP", serif;
}
.jost {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.clearfit {
	min-width: 800px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width:1280px) {
    .clearfit {
        min-width: 540px;
        overflow: hidden;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (max-width:540px) {
    .clearfit {
        min-width: initial;
        width: 100%;
        overflow: hidden;
        object-fit: cover;
        object-position: center;
    }
}



/**reponsive**/
.res_991 {
	display: none !important;
}
.res_540 {
	display: none !important;
}
.res_1280 {
	display: none !important;
}
.tab_991 {
    display: none !important;
}
@media screen and (max-width:1280px) {
	.pc_1280 {
		display: none !important;
	}
	.res_1280 {
		display: block !important;
	}
}
@media screen and (max-width:991px) {
	.pc_991 {
		display: none !important;
	}
	.res_991 {
		display: block !important;
	}
    .tab_991 {
        display: block !important;
    }
	
}
@media screen and (max-width:540px) {
	.pc_540 {
		display: none !important;
	}
	.res_540 {
		display: block !important;
	}
	.res_padding_top {
        padding-top: 40px !important;
    }
    .res_margin00 {
        margin-top: 0 !important;
    }
    .tab_991 {
        display: none !important;
    }
}











.left_wrap {
    width: calc(100% - 960px);
    position: fixed;
    min-height: 100vh;
    overflow: hidden;
    border-right: 0.5px solid #4F2713;
}
.right_wrap {
    border-left: 0.5px solid #4F2713;
    position: fixed;
    min-height: 100vh;
    overflow: hidden;
    right: 0;
    width: 160px;
    background-color: #fff;
    top: 0;
    right: 0;
}
.center_wrap {
    flex:1;
    position: absolute;
    top: 0;
    right: 172px;
    z-index: 1;
    background-color: #F8F5F4;
    border-left: 0.5px solid #4F2713;
    border-right: 0.5px solid #4F2713;
    justify-content: center;
}

@media screen and (max-width:1280px) {
    .left_wrap {
        width: calc(100% - 700px);
        position: fixed;
        min-height: 100vh;
        overflow: hidden;
        border-right: 1px solid #4F2713;
    }
}

@media screen and (max-width:991px) {
    .center_wrap {
        flex:1;
        position: absolute;
        top: 0;
        right: inherit;
        left: 14px;
        z-index: 2;
        border-left: 1px solid #4F2713;
        border-right: 1px solid #4F2713;
    }
    .right_wrap {
        border-left: none;
        position: fixed;
        min-height: 100vh;
        overflow: hidden;
        right: 0;
        width: 160px;
        background-color: #fff;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width:540px) {
    .center_wrap {
        flex:1;
        position: initial;
        top: 0;
        right: inherit;
        left: 14px;
        z-index: 1;
        border-left: none;
        border-right: none;
        margin: auto;
    }
}








/**=================================
center_wrap
==================================**/
.center_wrap .wrap {
    height: 80vh;
    margin-top: 100px;
    display: block;
    margin: auto;
    padding: 0;
    flex-direction: column;
}
.center_wrap .about {
    height: 80vh;
}
.center_wrap .zoning {
    height: auto;
}
.center_wrap .kids {
    height: 80vh;
    margin-top: 200px;
}

.center_wrap .menu {
    height: auto;
}

.center_wrap .beans {
    height: auto;
}

.center_wrap .access {
    height: auto;
}
.center_wrap .reservation {
    height: auto;
}
@media screen and (max-width:1180px) {
    .center_wrap .about {
        height: 95vh;
    }
}
@media screen and (max-width:991px) {
    .center_wrap .wrap {
        height: auto;
        margin-top: 100px;
        display: block;
        margin: auto;
        margin-top: 70px;
        padding: 0;
        flex-direction: column;
    }
    .center_wrap .about {
        height: auto;
    }
    .center_wrap .zoning {
        height: auto;
    }
    .center_wrap .menu {
        height: auto;
    }
    .center_wrap .kids {
        height: auto;
        margin-top: 70px;
    }
    
}



.center_wrap .intro {
    margin-top: 400px;
}

.center_wrap .intro h1 img {
    width: 230px;
    height: auto;
}
@media screen and (max-width:1280px) {
    .center_wrap .intro {
        margin-top: 300px;
    }
    .center_wrap .intro h1 img {
        width: 150px;
        height: auto;
    }
}
.center_wrap .intro .scroll_zone {
    margin-top: 200px;
    margin-bottom: 200px;
    display: grid;
}
.center_wrap .intro .scroll_zone img{
    margin: auto;
}
.center_wrap .scroll_zone .arrow {
    width: 20px;
    height: auto;
    animation: downanimation 1.5s infinite ease-in-out;
}
@keyframes downanimation {
    0%, 100% {
        transform: translateY(0);
    }
      50% {
        transform: translateY(-10px);
    }
}
 
.center_wrap .intro .scroll_zone .scroll_img {
    width: 56px;
    height: auto;
    margin-top: 20px;
}


.center_wrap .title_zone {
    text-align: left;
    padding: 0;
}
.center_wrap .title_zone h2 {
    font-size: 150px;
    color: #E1D8D4;
    opacity: 0.5;
    line-height: 0.8;
}
.center_wrap .about {
    /*margin-top: 300px;*/
}
.center_wrap .text_zone h3 {
    text-align: center;
    margin-bottom: 30px;
}
/*
.center_wrap .title_zone .title_img {
    height: 112px;
    width: auto;
    text-align: left;
}
*/
.center_wrap .img_zone {
    margin: auto;
    margin-top: 40px;
}
.center_wrap .text_zone {
    margin: auto;
    margin-top: 100px;
    text-align: left;
}

.center_wrap .text_zone p span {
    font-size: 18px;
    background:linear-gradient(transparent 50%, #E1D8D4 0%);
}

.center_wrap .kids .kids_deco {
    width: 300px;
    height: auto;
    margin: auto;
    display: block;
}

.center_wrap .menu .menu_item {
    padding: 20px;
    /**background-color: #fff;**/
}
.center_wrap .menu .menu_item p {
    margin-top: 20px;
    margin-bottom: 0;
}

.center_wrap .menu .menu_link {
    margin-top: 40px;
}
.center_wrap .menu .menu_link a {
    background-color: #4E392E;
    color: #fff;
    transition: 0.5s;
    text-align: center;
    display: block;
    padding: 15px;
}
.center_wrap .menu .menu_link a:hover {
    background-color: #8b6551;
    color: #fff;
    transition: 0.5s;
    text-align: center;
    display: block;
    padding: 15px;
}


@media screen and (max-width:1280px) {
    .center_wrap .title_zone h2 {
        font-size: 100px;
        color: #E1D8D4;
        opacity: 0.5;
    }
    .center_wrap .text_zone h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 40px;
    }
}

@media screen and (max-width:991px) {
    .center_wrap .text_zone {
        margin: auto;
        margin-top:0px;
        text-align: left;
    }
}

@media screen and (max-width:540px) {
    .center_wrap .intro {
        margin-top: 200px;
    }
    .center_wrap .intro .scroll_zone {
        margin-top: 100px;
        display: grid;
    }
    .center_wrap .title_zone .title_img {
        height: 70px;
        width: auto;
        text-align: left;
    }
    .center_wrap .text_zone {
        margin: auto;
        margin-top:0px;
        text-align: left;
    }
    .res_title_img {
        margin-bottom: 40px;
    }
}
















/**=================================
right
==================================**/
.right_wrap {
    /*width: 150px;*/
    height: 100vh;
    z-index: 2;
}
.right_wrap  h1 {
    margin-top: 50px;
}
.right_wrap  ul {
    padding-left: 0;
   margin: auto;
    margin-top: 20px;
    text-align: left;
    display: inline-block;
}
.right_wrap  ul li {
    padding: 10px 0;
}
.right_wrap  ul li a {
    position: relative;
}
.right_wrap  ul li.current a,
.right_wrap  ul li a:hover{
	color:#08345a;
}
.right_wrap  ul li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0%;
    bottom: -5px;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#FFE200;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}
.right_wrap  ul li.current a::after,
.right_wrap  ul li a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
/*
.right_wrap  ul a {
    font-family: "Jost", sans-serif;
    font-weight: 500;
}*/
.right_wrap .online {
    display: block;
    margin-top: 20px;
}
.right_wrap .online img {
    width: 90px;
    height: auto;
}
.right_wrap .sns_zone {
    margin-top: 20px;
}
.right_wrap .sns_zone a {
    padding: 5px;
}
.right_wrap .sns_zone img {
    width: 25px;
    height: auto;
}
.right_wrap .reserve_menu {
    width: 90%;
    height: auto;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width:820px) {
    .right_wrap {
        width: 130px;
        height: 100vh;
        z-index: 2;
    }
    .right_wrap .reserve_menu {
        width: 90%;
        height: auto;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
    }

    
}


/**=================================
resposive index.html keyvisual
==================================**/
.img-box{
    height: 100vh;
	width: 100%;
	/*height: 46vw;
	height: 650px;*/
	overflow: hidden;
	position: relative;
}
  .img-box>div{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 102%;
	/*height: 46vw;
	height: 650px;*/
	background-position: center;
	/*background-size: auto 1180px;*/
    background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
	animation-name: fade;
	animation-duration: 22s;
	animation-iteration-count: infinite;
  }
  @keyframes fade {
	0%{
	  opacity: 0;
      transform: scale(1);
	}
	20%{
	  opacity: 1;
     
	}
	80%{
	  opacity: 0;
	}
	100%{
	  opacity: 0;
	  z-index: 0;
      transform: scale(1.08);
	}
  }
  /* 1枚目のスライド */
  .img-box>div:first-of-type{
	/**background-image: url(../img/slide_img01.jpg);**/
    background-image: url(../img/slide_img05.jpg);
  }
  
  /* 2枚目のスライド */
  .img-box>div:nth-of-type(2){
	/**background-image: url(../img/slide_img02.jpg);**/
    background-image: url(../img/slide_img06.jpg);
	/* 追記 */
	animation-delay: 4s;
  }
  
/* 3枚目のスライド */
.img-box>div:nth-of-type(3){
    /**background-image: url(../img/slide_img03.jpg);**/
    background-image: url(../img/slide_img02.jpg);
    /* 追記 */
    animation-delay: 8s;
}

/* 4枚目のスライド */
.img-box>div:nth-of-type(4){
    /**background-image: url(../img/slide_img03.jpg);**/
    background-image: url(../img/slide_img03.jpg);
    /* 追記 */
    animation-delay: 12s;
}

  
/* 5枚目のスライド */
  .img-box>div:last-of-type{
	/**background-image: url(../img/slide_img04.jpg);**/
    background-image: url(../img/slide_img04.jpg);
	/* 追記 */
	animation-delay: 16s;
}

.text-box>div {
    width: 60%;
    position: absolute;
    top: 200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
}
.text-box p.tab_1280 {
    display: none !important;
}
@media screen and (max-width:1280px) {
    .text-box p.pc_1280 {
        display: none !important;
    }
    .text-box p.tab_1280 {
        display: inline-block !important;
    }
}
.text-box a{
    width: 300px;
    height: auto;
    position: absolute;
    bottom: 70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
}
@media screen and (max-width:1280px) {
    .img-box>div{
        position: absolute;
        top: 0;
        left: 0;
        height: inherit;
        /*height: 46vw;
        height: 650px;*/
        background-position: center ;
        /*background-size: auto 1180px;*/
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 1;
        opacity: 0;
        animation-name: fade;
        animation-duration: 22s;
        animation-iteration-count: infinite;
    }
      /* 1枚目のスライド */
  .img-box>div:first-of-type{
	/**background-image: url(../img/slide_img01.jpg);**/
    background-image: url(../img/tab_slide_img05.jpg);
  }
  
  /* 2枚目のスライド */
  .img-box>div:nth-of-type(2){
	/**background-image: url(../img/slide_img02.jpg);**/
    background-image: url(../img/tab_slide_img06.jpg);
	/* 追記 */
	animation-delay: 4s;
  }
  
/* 3枚目のスライド */
.img-box>div:nth-of-type(3){
    /**background-image: url(../img/slide_img03.jpg);**/
    background-image: url(../img/tab_slide_img02.jpg);
    /* 追記 */
    animation-delay: 8s;
}

/* 4枚目のスライド */
.img-box>div:nth-of-type(4){
    /**background-image: url(../img/slide_img03.jpg);**/
    background-image: url(../img/tab_slide_img03.jpg);
    /* 追記 */
    animation-delay: 12s;
}

  
/* 5枚目のスライド */
  .img-box>div:last-of-type{
	/**background-image: url(../img/slide_img04.jpg);**/
    background-image: url(../img/tab_slide_img04.jpg);
	/* 追記 */
	animation-delay: 16s;
}
}

@media screen and (max-width:991px) {
    .center_wrap .img_wrap {
        padding: 0;
        position: relative;
    }
    .img-box{
        height: 100vw;
        width: auto;
        /*height: 46vw;
        height: 650px;*/
        overflow: hidden;
        position: relative;
    }
    .img-box>div{
        position: absolute;
        top: 0;
        left: 0;
        height: 100vw;
        /*height: 46vw;
        height: 650px;*/
        background-position: top left;
        /*background-size: auto 1180px;*/
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        opacity: 0;
        animation-name: fade;
        animation-duration: 17s;
        animation-iteration-count: infinite;
    }

    .text-box>div {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }

    .text-box>div h1 {
        margin-top: 100px;
    }
    .img-box>div:first-of-type{
        /**background-image: url(../img/slide_img01.jpg);**/
        background-image: url(../img/slide_img05.jpg);
      }
      
      /* 2枚目のスライド */
      .img-box>div:nth-of-type(2){
        /**background-image: url(../img/slide_img02.jpg);**/
        background-image: url(../img/slide_img06.jpg);
        /* 追記 */
        animation-delay: 4s;
      }
      
    /* 3枚目のスライド */
    .img-box>div:nth-of-type(3){
        /**background-image: url(../img/slide_img03.jpg);**/
        background-image: url(../img/slide_img02.jpg);
        /* 追記 */
        animation-delay: 8s;
    }
    
    /* 4枚目のスライド */
    .img-box>div:nth-of-type(4){
        /**background-image: url(../img/slide_img03.jpg);**/
        background-image: url(../img/slide_img03.jpg);
        /* 追記 */
        animation-delay: 12s;
    }
    
      
    /* 5枚目のスライド */
      .img-box>div:last-of-type{
        /**background-image: url(../img/slide_img04.jpg);**/
        background-image: url(../img/slide_img04.jpg);
        /* 追記 */
        animation-delay: 16s;
    }
    
}

@media screen and (max-width:540px) {
    .center_wrap .img_wrap {
        padding: 0;
        position: relative;
        height: auto;
    }

    .img-box{
        height: 100vh;
        width: auto;
        /*height: 46vw;
        height: 650px;*/
        overflow: hidden;
        position: relative;
        display: none !important;
    }
   
    .img-box>div{
        position: absolute;
        top: 0;
        left: 0;
        height: 750px;
        /*height: 46vw;
        height: 650px;*/
        background-position: top left;
        /*background-size: auto 1180px;*/
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
        opacity: 0;
        animation-name: fade;
        animation-duration: 15s;
        animation-iteration-count: infinite;
    }

    .res_main_img img {
        height: 100vh;
        width: auto;
    }


    .center_wrap .img_wrap .text-box div {
        width: 80%;
    }
    .text-box>div h1 {
        margin-top: 00px;
    }
}













#copyright {
    margin-top: 70px;
    font-size: 14px;
}
