/* -------------------------------- 

Primary style

-------------------------------- */

body {
      font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  color: #3d3536;
}

a {
  color: #b4d7a8;
  text-decoration: none;
}

button{background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    }

::selection{
    background: rgba(0,0,0,.45);
    color:#ac9;
    }
/* for Firefox */
::-moz-selection{
    background: rgba(0,0,0,.45);
    color:#ac9;
    }


.caution{
	color: red;
	}
/* -------------------------------- 

heder

-------------------------------- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background:linear-gradient(#090808 15%, rgba(22,20,20,0));
    color: #fff;
    z-index: 3;
    }

.main-header:after {
  /* clearfix */
    content: "";
    display: table;
    clear: both;
    }

.main-header_logo {
    float: left;
    margin: 15px 0 0 5%;
    }   

.main-header_logo img {
 	display: block;
	height: 50px;
    }

.menu-btn {
    display: none;
    z-index: 5;
    }

@media only screen and (max-width: 768px) {
    .menu-btn {
        display: block;
        position: absolute;
        background-color: transparent;
        width: 32px;
        top: 16px;
        right: 24px;
        border: none;
        padding: 5px;
        cursor: pointer;
        }
    .menu-btn:hover {
        border: none;
        }
    }

.main-nav {
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
    }

.main-nav_list {
    /* reset style */
    position: static;
    float: right;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 70px;
    }
/*
.main-nav_list .main-nav_list--is-visible {
     reset style 
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    }
*/
.main-nav_list li {
    display: inline-block;
    margin-right: 1em;
    }

.main-nav_list a {
    font-family: 'Cormorant Garamond', serif;
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    font-weight: 300;
    letter-spacing: .15em;
    font-size: 1.3rem;
      color: #fff;
    }
.main-nav_list a:hover {
    color: #099d85;
    }

.cd-fixed-bg {
  position: relative;
  min-height: 150vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}


@media only screen and (max-width: 768px) {
    .main-nav_list {
        display: none;
        }
    .main-nav_list {
        background-color: rgba(0,0,0,.8);
        padding: 50px 0 0;
        margin: -50px 0 0;
        z-index: -1;
        }
    .main-nav_list li {
        display: block;
        width: 100vw;
        margin-right: 0;
        border-bottom: 2px sold #fff;
        }
    .main-nav_list a {
        display: block;
        padding: 1em 1.3em;
        font-weight: 300;
        letter-spacing: .15em;
        font-size: 1.4rem;
        text-align: right;
    }
    .main-nav_list a:hover {
        background-color: rgba(65,65,65,.8);
    }
    
}


/*
.cd-fixed-bg__content, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}
*/

.cd-fixed-bg h1, .cd-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.cd-fixed-bg.cd-fixed-bg--1 {
  background-image: url("../img/5D3_6202.jpg");
}

.cd-fixed-bg.cd-fixed-bg--2 {
  background-image: url("../img/5D3_6000.jpg");
}

.cd-fixed-bg.cd-fixed-bg--3 {
  background-image: url("../img/5D3_6194.jpg");
}


@media only screen and (min-width: 768px) {
.cd-fixed-bg h1, .cd-fixed-bg h2 {
		font-size: 3.6rem;
		}
.cd-fixed-bg.cd-fixed-bg--2 {
		background-position: center center;
		}
.cd-fixed-bg.cd-fixed-bg--3 {
		background-position: center center;
		}
}

@media only screen and (min-width: 1170px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 4.8rem;
  }
  @supports (background-attachment: fixed) {
    .cd-fixed-bg {
      background-attachment: fixed;
    }
  }
}


/* -------------------------------- 

table original

-------------------------------- */
.cd-fixed-bg__content img{
	width: 350px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	}

.honbun-L {
	background-color: rgba(38,107,96,.8);
	float: left;
	display: block;
	margin-left: 100px;
	width: 500px;
	height:100vh;
	color: #fff;
	}

.honbun-R {
	background-color: rgba(38,107,96,.8);
	float: right;
	display: block;
	margin-right: 100px;
	width: 500px;
	height:100vh;
	color: #fff;
	}

.kiji {
	padding: 200px 35px;
	width: 86%;
    text-align: center;
	}

.kiji h3 {
    font-family: 'Cormorant Garamond', serif;
	font-size: 36px;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid;
	font-weight: 100;
	margin: 0 auto 20px;
	letter-spacing:2px;
	}

.exp {
	width: 100%;
	word-break:break-all;
	display: block;
    margin: 50px 0 0;
	font-size: 14px;
	line-height: 2.1em;
	letter-spacing: .02em;
    text-align: left;
	font-weight: 200;
	}

.chef {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.7em;
	font-weight: 200;
	line-height: 2.5em;
	}

.menubtn {
	font-size: 15px;
	font-weight: 200;
	}

.menuphoto {
	margin:45px 0 0;
	}

.thmb {
	width: 120px;
	margin: 1px 0;
	}

.thmb:hover {
    opacity: 0.7;
  transition: .3s;
}

@media only screen and (max-width: 768px) {
.cd-fixed-bg__content img{
	width: 90%;
	}
	
.honbun-L {
		background-color: rgba(38,107,96,.8);
		float: none;
		display: block;
		margin: 0;
		padding: 0 0 10vw;
		width: 100%;
		height:auto;
		}
	
.honbun-R {
		background-color: rgba(38,107,96,.8);
		float: none;
		display: block;
		margin-right: 0;
		width: 100%;
		height:auto;
		}
	
.kiji {
        padding: 25vw 5vw 5vw;
        width: 88%;
		font-size: 3.8vw;
        margin: auto;
        }
	
.kiji h3 {
        font-size: 8vw;
		margin: 0;
        }
	
.exp {
        margin: 5vw 0 1vw;
        font-size: 15px;
        font-weight: 100;
        line-height: 1.8;
        letter-spacing: 1.1px;
        text-align: center;
        }
	
.chefExp p{
		text-align: left;
		}

	
.menuphoto {
		margin:5vw 0 7vw;
		}
	
.thmb {
		width: 25%;
		margin: 0;
		}
	
}


/* -------------------------------- 

map

-------------------------------- */

.map {
	width: 100%;
	height: 600px;
	margin: auto;
	}

@media only screen and (max-width: 768px) {
	height:50%;
	}