﻿@charset "utf-8";
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
}


body {
  font-family: 'Noto Sans SC','Noto Serif Japanese', serif;
  max-height: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
.clearfix {
  background: #fff;
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
path {
  fill-opacity: 0;
  transition: fill-opacity 1s;
}
.fill-1 path {
  fill: #000000;
  fill-opacity: 1;
}
#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size:cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
  h1 {
    font-size: 1.0rem;
    padding-top: 10px;
  }
  #bg {
    background-image: url("../img/back-1.jpg");
  }
  #bg.bg02 {
    background-image: url("../img/back-2.jpg");
  }
  #bg.bg03 {
    background-image: url("../img/back-3.jpg");
  }
  #bg.bg04 {
    background-image: url("../img/back-4.jpg");
  }
  #bg.bg05 {
    background-image: url("../img/back-5.jpg");
  }
  #bg.bg06 {
    background-image: url("../img/back-5.jpg");
  }
  #sp-header {
    display: none;
  }
  #sp-menu {
    display: none;
  }
  #header {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
  }
  #header-inner {
    width: 1080px;
    margin: 0px auto;
  }
  .menus {
    float: left;
    border-left: 1px solid #000000;
    margin-top: 15px;
  }
  .menus li {
    float: left;
    border-right: 1px solid #000000;
    padding: 0px 15px 0px 15px;
    font-size: 1.6rem;
  }
  .menus li a {
    color: #000000;
    text-decoration: none;
  }
  .menus li a:hover {
    color: #cccccc;
    text-decoration: underline;
  }
  .language{
    margin-top: 15px;
  }
  .language li{
    float: left;
    margin-right: 10px;
    font-size: 12px;
  }
  .language li:last-child{
    margin-right: 0px;
  }
  .language li:first-child{
    margin-left: 60px;
  }
  .language a{
    color: #000000;
    text-decoration: none;
  }
  .language a:hover{
    color: #cccccc;
    text-decoration: underline;
  }
  .sns-btns {
    float: right;
    margin-top: 0px;
  }
  .sns-btns li {
    float: left;
    margin-left: 20px;
  }
  .sns-btns li img {
    height: 40px;
  }
  #screen-0 {
    display: none;
  }
  #screen {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    background-color: #ffffff;
    opacity: 0;
  }
  #screen svg {
    height: 80vh;
    margin-top: 15vh;
  }
  #screen-2 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 95;
    opacity: 0;
  }
  #screen-2 svg {
    height: 80vh;
    margin-top: 15vh;
    margin-left: 20vw;
  }
  #click {
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: 100px;
  }
  #window-1 {
    width: 100%;
    height: 550px;
    margin-top: 100vh;
    text-align: right;
  }
  #window-1 img {
    width: 100px;
    padding-top: 20px;
    padding-right: 50px;
  }
  #window-2 {
    width: 100%;
    height: 550px;
  }
  #window-2 img {
    height: 250px;
    padding-top: 150px;
    padding-left: 150px;
  }
  #window-2 svg {
    stroke: #000000;
    stroke-width: 1;
  }
  #window-3 {
    width: 100%;
    height: 550px;
    text-align: center;
  }
  #window-3 img {
    height: 300px;
    padding-top: 125px;
  }
  #window-4 {
    width: 100%;
    height: 550px;
  }
  #window-4 img {
    height: 300px;
    padding-top: 220px;
    padding-left: 150px;
  }
  #window-5 {
    width: 100%;
    height: 550px;
    text-align: right;
  }
  #window-5 img {
    height: 250px;
    padding-top: 270px;
    padding-right: 50px;
  }
  .contents {
    width: 1080px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #greeting {
    background-color: #ffffff;
  }
  #greeting p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 50px;
  }
  .huge {
    font-size: 2.4rem;
  }
  #manager {
    text-align: right;
    margin-top: 50px;
  }
  #manager img {
    width: 500px;
  }
  #manager h3 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 10px;
  }
  #syochu {
    width: 100%;
    background-color: #ffffff;
  }
  h3.syochu-title {
    text-align: center;
  }
  .syochu-title img {
    height: 50px;
    margin-bottom: 30px;
  }
  #syochu table {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  #syochu table td {
    padding: 10px 0px 10px 0px;
  }
  td.bottle-name {
    width: 160px;
  }
  td.bottle-price {
    width: 70px;
  }
  .black-title {
    width: 1080px;
    height: 50px;
    border-radius: 25px;
    background-color: #000000;
    text-align: center;
  }
  .black-title img {
    height: 25px;
    padding-top: 12px;
  }
  #syochu h4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #syochu h4 img {
    height: 50px;
  }
  .bottle-note {
    margin: 0px auto;
    font-size: 1.4rem;
    text-align: center;
  }
  ul.bottles {
    width: 96%;
    margin: 0px 2%;
    margin-top: 30px;
  }
  ul.bottles li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  ul.bottles li img {
    float: left;
    width: 70px;
    margin-right: 10px;
  }
  ul.bottles li p {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-top: 40px;
  }
  ul.bottles li:last-child {
    margin-bottom: 30px;
  }
  ul.column-2 {
    width: 90%;
    margin: 0px 5%;
    margin-top: 20px;
  }
  ul.column-2 li:first-child {
    width: 80px;
  }
  .column-2-title {
    height: 25px;
    padding-top: 15px;
    padding-left: 20px;
  }
  ul.column-2 li {
    float: left;
  }
  ul.column-2 li p {
    font-size: 1.6rem;
    padding-left: 20px;
    padding-top: 10px;
  }
  #food {
    width: 100%;
    background-color: #ffffff;
  }
  #food h3 img {
    height: 50px;
    margin-bottom: 30px
  }
  #food .black-title img {
    height: 25px;
  }
  #food table {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  #food table td {
    padding: 10px 0px 10px 0px;
  }
  td.food-name {
    width: 360px;
  }
  td.food-price {
    width: 70px;
  }
  ul.column-3 {
    width: 90%;
    margin: 0px 5%;
    margin-top: 30px;
  }
  ul.column-3 li {
    width: 32%;
    float: left;
  }
  ul.column-3 li img {
    width: 100%;
  }
  ul.column-3 li:first-child {
    margin-right: 1%;
  }
  ul.column-3 li:last-child {
    margin-left: 1%;
  }
  ul.column-3 li h4 {
    font-size: 2.0rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  ul.column-3 li p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #party {
    widht: 100%;
    background-color: #ffffff;
  }
  ul.column-2-floor {
    width: 90%;
    margin: 0px 5%;
    margin-top: 30px;
  }
  ul.column-2-floor li {
    width: 50%;
    float: left;
  }
  ul.column-2-floor li:first-child img {
    width: 100%;
  }
  ul.column-2-floor li:last-child img {
    width: 70%;
    padding-left: 30px;
  }
  ul.column-2-floor p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: 50px;
    padding-top: 10px;
  }
  .party-title {
    margin-top: 30px;
  }
  #shopinfo {
    width: 100%;
    background-color: #ffffff;
  }
  ul.column-2-info li {
    float: left;
  }
  ul.column-2-info li img {
    height: 40px;
    padding-top: 5px;
    padding-right: 20px;
  }
  ul.column-2-info li:first-child {
    margin-right: 50px;
  }
  ul.column-2-info li:first-child img {
    height: 60px;
    padding-top: 0px;
  }
  #information {
    border: 1px solid #000000;
    padding: 30px;
    margin-top: 10px;
  }
  #information img {
    width: 500px;
    float: left;
    padding-right: 20px;
  }
  #information p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .big {
    font-size: 2.4rem;
  }
  #map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
  #map iframe {
    width: 100%;
    height: 400px;
  }
  #footer {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.6rem;
    padding-top: 80px;
    text-align: center;
  }
  #bg {
    background-image: url("../img/back-sp-1.jpg");
  }
  #bg.bg02 {
    background-image: url("../img/back-sp-2.jpg");
  }
  #bg.bg03 {
    background-image: url("../img/back-sp-3.jpg");
  }
  #bg.bg04 {
    background-image: url("../img/back-sp-4.jpg");
  }
  #bg.bg05 {
    background-image: url("../img/back-sp-5.jpg");
  }
  #sp-header {
    width: 25px;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: fixed;
    top: 30px;
    right: 20px;
    width: 46px;
    height: 30px;
    z-index: 100;
  }
  .menu-trigger p{
    display: block;
    width: 46px;
    color: #000000;
    position: absolute;
    top: -18px;
    font-size: 1.4rem;
    text-align: center;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000000;
    border-radius: 1px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 13px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-315deg);
    -moz-transform: translateY(-13px) rotate(315deg);
    transform: translateY(13px) rotate(-315deg);
    background-color: #000000;
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(315deg);
    -moz-transform: translateY(-13px) rotate(315deg);
    transform: translateY(-13px) rotate(315deg);
    background-color: #000000;
  }
  #sp-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -600px;
    left: 0px;
    background-color: #ffffff;
    z-index: 95;
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #sp-menu.open {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    background-color: #ffffff;
    z-index: 95;
    opacity: 1.0;
    -moz-transform: translateY(600px);
    -webkit-transform: translateY(600px);
    transform: translateY(600px);
  }
  .sp-nav {
    width: 100%;
    margin-top: 35px;
  }
  .sp-nav li {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .sp-nav a {
    color: #000000;
    text-decoration: none;
  }
  .sp-nav a:hover {
    color: #cccccc;
    text-decoration: none;
  }
  .language-sp{
    margin: 0px auto;
    margin-top: 15px;
    width: 180px;
  }
  .language-sp li{
    float: left;
    font-size: 14px;
    width: 20px;
    text-align: center;
  }
  .language-sp li:first-child{
    width: 80px;
  }
  .language-sp li:last-child{
    width: 80px;
  }
  .language-sp a{
    color: #000000;
    text-decoration: none;
  }
  .language-sp a:hover{
    color: #cccccc;
    text-decoration: underline;
  }
  .sp-sns-btns {
    width: 170px;
    margin: 0px auto;
    margin-top: 80px;
  }
  .sp-sns-btns li {
    float: left;
    margin-right: 20px;
  }
  .sp-sns-btns li img {
    height: 40px;
  }
  #header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
  }
  #header-inner {
    display: none;
  }
  #screen-0 {
    width: 100%;
    height: 100Vh;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
  }
  #screen {
    width: 100%;
    height: 100vh;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    background-color: #ffffff;
    opacity: 0;
  }
  #screen svg {
    height: 80vh;
    margin-top: 5vh;
  }
  #screen-2 {
    width: 100%;
    height: 90vh;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 92;
    background-color: #ffffff;
    opacity: 0;
    text-align: center;
  }
  #screen-2 svg {
    height: 80vh;
    margin-top: 5vh;
  }
  #click {
    width: 100px;
    position: absolute;
    bottom: 40px;
    right: 20px;
  }
  #window-1 {
    width: 100%;
    height: 300px;
    margin-top: 100vh;
    text-align: right;
  }
  #window-1 img {
    width: 50px;
    padding-top: 20px;
    padding-right: 30px;
  }
  #window-2 {
    width: 100%;
    height: 300px;
    text-align: center;
  }
  #window-2 img {
    width: 300px;
    padding-top: 100px;
  }
  #window-2 svg {
    stroke: #000000;
    stroke-width: 1;
  }
  #window-3 {
    width: 100%;
    height: 300px;
    text-align: center;
  }
  #window-3 img {
    width: 300px;
    padding-top: 100px;
  }
  #window-4 {
    width: 100%;
    height: 300px;
    text-align: center;
  }
  #window-4 img {
    width: 300px;
    padding-top: 100px;
  }
  #window-5 {
    width: 100%;
    height: 300px;
    text-align: right;
  }
  #window-5 img {
    height: 250px;
    padding-top: 25px;
    padding-right: 30px;
  }
  .contents {
    width: 90%;
    margin: 0px 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #greeting {
    background-color: #ffffff;
  }
  #greeting p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 30px;
  }
  .huge {
    font-size: 2.0rem;
  }
  #manager {
    text-align: right;
    margin-top: 50px;
  }
  #manager img {
    width: 100%;
  }
  #manager h3 {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 10px;
  }
  #syochu {
    width: 100%;
    background-color: #ffffff;
  }
  h3.syochu-title {
    text-align: center;
  }
  .syochu-title img {
    height: 30px;
    margin-bottom: 30px;
  }
  #syochu table {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  #syochu table td {
    padding: 10px 0px 10px 0px;
  }
  td.bottle-name {
    width: 100px;
  }
  td.bottle-price {
    width: 50px;
  }
  .black-title {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #000000;
    text-align: center;
  }
  .black-title img {
    height: 20px;
    padding-top: 10px;
  }
  #syochu h4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #syochu h4 img {
    height: 30px;
  }
  .bottle-note {
    margin: 0px auto;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }
  ul.bottles {
    width: 100%;
    margin-top: 30px;
  }
  ul.bottles li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  ul.bottles li img {
    float: left;
    width: 70px;
    margin-right: 10px;
  }
  ul.bottles li p {
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 10px;
    padding-right: 10px;
  }
  ul.bottles li:last-child {
    margin-bottom: 30px;
  }
  ul.column-2 {
    width: 100%;
    margin-top: 20px;
  }
  ul.column-2 li:first-child {
    width: 20%;
    float: left;
  }
  ul.column-2 a{
    position: relative;
    z-index: 94;
  }
  .column-2-title {
    height: 20px;
    padding-top: 0px;
    padding-left: 10px;
  }
  ul.column-2 li:last-child {
    width: 80%;
    float: left;
  }
  ul.column-2 li p {
    font-size: 1.2rem;
    padding-top: 10px;
    padding-left: 10px;
    line-height: 1.5;
  }
  #food {
    width: 100%;
    background-color: #ffffff;
  }
  #food h3 img {
    height: 30px;
    max-width: 100%;
    margin-bottom: 30px
  }
  #food .black-title img {
    height: 20px;
  }
  #food table {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  #food table td {
    padding: 10px 0px 10px 15px;
  }
  td.food-name {
    width: 100px;
  }
  td.food-price {
    width: 50px;
  }
  ul.column-3 {
    width: 100%;
    margin-top: 30px;
  }
  ul.column-3 li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  ul.column-3 li img {
    width: 100%;
  }
  ul.column-3 li h4 {
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  ul.column-3 li p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #party {
    widht: 100%;
    background-color: #ffffff;
  }
  ul.column-2-floor {
    width: 100%;
    margin-top: 30px;
  }
  ul.column-2-floor li {
    width: 100%;
    float: left;
  }
  ul.column-2-floor li:first-child img {
    width: 100%;
  }
  ul.column-2-floor li:last-child img {
    width: 100%;
    padding-top: 20px;
  }
  ul.column-2-floor p {
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: 10px;
  }
  .party-title {
    margin-top: 30px;
  }
  #shopinfo {
    width: 100%;
    background-color: #ffffff;
  }
  ul.column-2-info li {
    float: left;
    position: relative;
    z-index:94;
  }
  ul.column-2-info li img {
    height: 30px;
    padding-top: 5px;
    padding-right: 20px;
  }
  ul.column-2-info li:first-child {
    margin-top: 30px;
  }
  ul.column-2-info li:first-child img {
    height: 32px;
    padding-top: 0px;
  }
  #information {
    border: 1px solid #000000;
    padding: 20px;
    margin-top: 10px;
  }
  #information img {
    width: 100%;
    padding-bottom: 15px;
  }
  #information p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .big {
    font-size: 2.0rem;
  }
  #map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
  }
  #map iframe {
    width: 100%;
    height: 400px;
  }
  #footer {
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 1.6rem;
  }
}