@charset "utf-8";


/* ----------------------------------------------- FORMAT ---------- */

html {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",'Noto Serif JP', serif,"Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 10px;
  line-height: 1.8em;
  color: #ddd;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  background-color: #000;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  text-align: justify;
  line-height: 1.8em;
  margin: 0;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
}

a *:hover {
  color: inherit;
  cursor: pointer;
}

p.u-link a {
  color: #ea5504;
}

a:hover {
  color: inherit;
  cursor: pointer;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

a:hover img.no_opacity {
  opacity: 1;
  filter: alpha(opacity=100);
}

.sp {
  display: none !important;
}
/*
----------------------------------------------------MV
*/
#mv{
  width:100%;
  height:800px;
  background-image:url(../img/main.jpg);
  background-size:cover;
  position:fixed;
  z-index:-1;
}
#mv h1{
  text-align: center;
}
#mv h1 img{
  margin-top: 300px;
  width:240px;
  height:auto;
}

/*
----------------------------------------------------INTRO
*/
#intro{
  margin-top: 800px;
  background:rgba(26,25,25,0.95);
  padding: 80px 0 40px;
}
#intro h2{
  width:90%;
  max-width: 800px;
  font-size:3.2rem;
  font-weight:normal;
  margin:0 auto 40px;
  text-align: left;
  line-height:1.8em;
}
#intro p{
  width:90%;
  max-width: 800px;
  font-size:1.6rem;
  margin:0 auto 40px;
  text-align: left;
}
#intro p.jp{
  width: fit-content;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin:0 auto 100px;
  height:580px;
}
#intro p.jp strong{
  font-size:3.2rem;
  font-weight:normal;
}

/*
----------------------------------------------------MENU
*/
#menu{
  background:rgba(26,25,25,0.95);
  padding: 0 0 40px;
}
#menu figure.menu_main{
  width:90%;
  max-width: 800px;
  margin: 0 auto 10px;
}
#menu figure.menu_main + p{
  width:90%;
  max-width: 800px;
  margin:0 auto 60px;
  font-size:1.6rem;
}
#menu figure.menu_main + p + p{
  width:90%;
  max-width: 800px;
  margin:0 auto 60px;
  font-size:1.6rem;
}
#menu h2{
  width:90%;
  max-width:800px;
  font-size:3.0rem;
  font-weight:normal;
  margin:0 auto 60px;
  text-align: left;
  line-height:1.8em;
}
#menu h2.jp{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto 40px;
  width:fit-content;
}
#menu dl{
  width:90%;
  max-width:800px;
  margin: 0 auto;
}
#menu dl dt{
  width:100%;
  font-size:1.6rem;
  margin-bottom: 20px;
  text-align: left;
}
#menu dl dd{
  width:100%;
  text-align: left;
  font-size:2.8rem;
  margin-bottom: 60px;
  margin-left: 0;
}
#menu dl dd span{
  font-size:2.8rem;
}
#menu dl dd div{
  margin-top: 20px;
  line-height: 3.0rem;
  font-size:1.8rem;
}
#menu dl dd div span{
  font-size:1.6rem;
}
#menu dl.en dt{
  width:100%;
  margin-bottom: 20px;
  text-align: left;
}
#menu dl.en dd{
  width:100%;
  text-align: right;
  font-size:1.4rem;
  margin-bottom: 20px;
  margin-left: 0;
}
/*
----------------------------------------------------一品料理
*/
#ippin{
  background:rgba(26,25,25,0.95);
  padding: 0 0 80px;
}
#ippin figure{
  width:90%;
  max-width: 800px;
  margin: 0 auto 10px;
}
#menu figure.menu_main + p{
  width:90%;
  max-width: 800px;
  margin:0 auto 60px;
  font-size:1.6rem;
}
#ippin h2{
  width:90%;
  max-width:800px;
  font-size:3.0rem;
  font-weight:normal;
  margin:0 auto 60px;
  text-align: left;
  line-height:1.8em;
}
#ippin h2.jp{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto 60px;
  width:fit-content;
}
#ippin h2 + p{
  width:90%;
  max-width:800px;
  font-size:1.6rem;
  margin: 0 auto 20px;
  text-align: left;
}
#ippin div{
  width:90%;
  max-width:800px;
  padding: 40px 80px;
  border:1px solid #fff;
  margin: 0 auto;
}
#ippin div h3{
  font-size:3.2rem;
  font-weight: normal;
  margin-bottom: 40px;
  margin-top: 0;
}
#ippin div h3 + p{
  width:100%;
  text-align: center;
  font-size:1.8rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#ippin ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ippin li{
  width:calc(50% - 20px);
  margin-left: 10px;
  font-size:1.8rem;
  margin-bottom: 10px;
  text-align: left;
  list-style:disc;
}
/*
----------------------------------------------------〆の逸品
*/
#shime{
  background:rgba(26,25,25,0.95);
  padding: 0 0 40px;
}
#shime h2{
  width:90%;
  max-width:800px;
  font-size:3.0rem;
  font-weight:normal;
  margin:0 auto 60px;
  text-align: left;
  line-height:1.8em;
}
#shime h2.jp{
  text-align: center;
}
#shime article{
  width:90%;
  max-width: 800px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shime article figure{
  width:48%;
}
#shime article div{
  width:48%;
}
#shime article div h3{
  text-align: left;
  font-size:2.8rem;
  line-height: 1.8em;
  margin: 20px 0 20px;
  font-weight:normal;
}
#shime article div p{
  text-align: justyfy;
  font-size:1.6rem;
  margin: 0 0 80px;
}
/*
----------------------------------------------------お席について
*/
#seat{
  background:rgba(26,25,25,0.95);
  padding: 0 0 40px;
}
#seat h2{
  width:90%;
  max-width:800px;
  font-size:3.0rem;
  font-weight:normal;
  margin:0 auto 20px;
  text-align: left;
  line-height:1.8em;
}
#seat h2.jp{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  width:fit-content;
  margin:0 auto 60px;
}
#seat figure{
  width:90%;
  max-width:800px;
  margin: 0 auto 40px;
}
#seat h3{
  width:90%;
  max-width:800px;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 2.8rem;
  font-weight:normal;
}
#seat p{
  width:90%;
  max-width:800px;
  margin: 0 auto;
  text-align: left;
  font-size:1.6rem;
}
/*
----------------------------------------------------RESERVE
*/
#reserve{
  background:rgba(26,25,25,0.95);
  padding: 40px 0 40px;
}
#reserve h2{
  width:90%;
  max-width:800px;
  font-size:3.0rem;
  font-weight:normal;
  margin:0 auto 60px;
  text-align: center;
  line-height:1.8em;
  padding-bottom: 60px;
}
#reserve h2.jp{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  width:fit-content;
}
#reserve h2 + p{
  font-size:2.4rem;
}
#reserve h3{
  font-size:3.6rem;
  font-weight:normal;
  margin-bottom: 60px;
  text-align: center;
}
#reserve p{
  font-size:1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
#reserve p.tel{
  font-size:4.8rem;
}
#reserve figure{
  text-align: center;
  margin-bottom: 20px;
}
#reserve figure img{
  width:280px;
}
#reserve .reservation .btn{
  width:80%;
  max-width: 260px;
  margin: 0 auto 10px;
  background:#c2a869;
  position:relative;
}
#reserve .reservation .btn:hover{
  opacity: 0.8;
  cursor: pointer;
}
#reserve .reservation .btn a{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#reserve .reservation .btn p{
  margin: 0 auto;
  padding: 20px 0;
  color:#000;
  text-align: center;
  font-size:1.8rem;
}
#reserve .reservation .attention{
  text-align: center;
  font-size:1.2rem;
  color:#c2a869;
}
/*
----------------------------------------------------INFORMATION
*/
#information{
  background:rgba(26,25,25,0.95);
  padding: 40px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
#information h3{
  width:100%;
  font-size:3.6rem;
  font-weight:normal;
  margin-bottom: 60px;
  text-align: center;
}
#information figure{
  width:48%;
  max-width:580px;
  margin-right: 2%;
  padding-top: 200px;
}
#information figure img{
  width:200px;
}
#information div{
  width:48%;
  max-width:580px;
  margin-left: 2%;
}
#information p{
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 16px;
}
#information p span{
  font-size:1.2rem;
  color:#ccc;
}
#information iframe{
  width:100%;
  height:400px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*
----------------------------------------------------FOOTER
*/
footer{
  background:rgba(26,25,25,0.95);
  width:100%;
  border-top:1px solid #666;
  padding: 20px 0;
}
footer p{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size:1.2rem;
}

  /*
--------------------------------------------------------------------------------------------------------SP
*/
@media screen and (max-width: 640px) {
  .sp {
    display:block !important;
  }
  /*
----------------------------------------------------MV
*/
#mv{
  width:100vw;
  height:100vh;
}
#mv h1{
  text-align: center;
}
#mv h1 img{
  margin-top: calc(50vh - 80px);
  width:160px;
  height:auto;
}

/*
----------------------------------------------------INTRO
*/
#intro{
  margin-top: 800px;
  background:rgba(26,25,25,0.95);
  padding: 80px 0 40px;
}
#intro h2{
  font-size:2.4rem;
  margin-bottom: 60px;
}
#intro p{
  font-size:1.4rem;
  margin-bottom: 100px;
}
#intro p.jp strong{
  font-size:2.8rem;
}
#intro p.jp{
  margin:0 auto 60px;
  height:440px;
}
/*
----------------------------------------------------MENU
*/
#menu{
}
#menu figure.menu_main + p{
  font-size:1.4rem;
}
#menu dl dt{
  font-size:1.6rem;
  line-height: 1.5em;;
}
#menu dl dd{
  font-size:2.0rem;
}
#menu dl dd span{
  font-size:2.8rem;
}
#menu dl dd div{
  line-height: 1.6em;
  font-size:1.4rem;
}
#menu dl dd div span{
  font-size:1.4rem;
}
/*
----------------------------------------------------一品料理
*/
#ippin{
}
#ippin figure{
}
#ippin h2{
}
#ippin h2.jp{
}
#ippin h2 + p{
  font-size:1.4rem;
  text-align: justify;
}
#ippin div{
  width:90%;
  max-width:800px;
  padding: 40px 40px;
}
#ippin div h3{
  font-size:2.4rem;
  margin-bottom: 20px;
}
#ippin div h3 + p{
  font-size:1.6rem;
}
#ippin ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ippin li{
  width:100%;
  margin-left: 0;
  font-size:1.6rem;
}
/*
----------------------------------------------------〆の逸品
*/
#shime{
}
#shime h2{
}
#shime article{
}
#shime article figure{
  width:100%;
}
#shime article div{
  width:100%;
}
#shime article div h3{
  font-size:2.8rem;
  margin: 20px 0 10px;
}
#shime article div p{
  font-size:1.4rem;
  margin: 0 0 60px;
}
/*
----------------------------------------------------お席について
*/
#seat{
}
#seat h2{
}
#seat h2.jp{
}
#seat figure{
}
#seat h3{
  font-size: 2.4rem;
  line-height: 1.6em;
}
#seat p{
  font-size:1.4rem;
  text-align: justify;
}

/*
----------------------------------------------------RESERVE
*/
#reserve{
  padding: 40px 0 40px;
}
#reserve h3{
  font-size:2.4rem;
  margin-bottom: 60px;
}
#reserve h2 + p{
  font-size:1.8rem;
}
#reserve p{
  font-size:1.4rem;
  margin-bottom: 20px;
}
#reserve p.tel{
  font-size:3.6rem;
}
#reserve figure{
  margin-bottom: 20px;
}
#reserve figure img{
  width:200px;
}

/*
----------------------------------------------------INFORMATION
*/
#information{
  padding: 40px 0 40px;
}
#information h3{
  width:100%;
  font-size:1.8rem;
  margin-bottom: 60px;
}
#information figure{
  width:100%;
  max-width:auto;
  margin-right: 0;
  margin-bottom: 40px;
  padding-top: 20px;
}
#information figure img{
  width:160px;
}
#information div{
  width:96%;
  max-width:auto;
  margin: 0 auto;
}
#information p{
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8em;
  margin-bottom: 16px;
}
#information p span{
  font-size:1.0rem;
}
#information iframe{
  width:100%;
  height:400px;
  margin-top: 20px;
}
#information .lang_en{
  padding: 0 10%;
}
/*
----------------------------------------------------FOOTER
*/
footer{
  padding: 20px 0;
}
footer p{
  font-size:1.0rem;
}
}