@charset "utf-8";

/*トップページ*/

body {
	background-color: #1c130d;
}

.body {
	display: none;
}

.top_heroimg {
	width: 100vw;
	height: 100vh;
	background-image: url(../images/hero_image.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	display: block;
	z-index: 99;
	background-attachment: fixed;
}

.inner {
    width: 100vw;
    margin: 0 auto;
}

.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */

#top-head {
    top: -100px;
    position: absolute;
    width: 100vw;
    margin: 100px auto 0;
    line-height: 1;
    z-index: 999;
}

#top-head a,#top-head {
    color: #fff;
    text-decoration: none;
}

#top-head .inner {
    position: relative;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
	padding-right: 20px;
	padding-bottom:18px;
}

#global-nav ul li {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    float: left;
}

#global-nav ul li a {
    padding: 0 20px;
}

/* Fixed */

#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 55px;
    background: rgba(0,0,0,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
    font-size: 24px;
    color: #fff;
}

#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 20px;
}

/* Toggle Button */

.nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

.nav-toggle div {
    position: relative;
}

.nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

.nav-toggle span:nth-child(1) {
    top: 0;
}

.nav-toggle span:nth-child(2) {
    top: 11px;
}

.nav-toggle span:nth-child(3) {
    top: 22px;
}

header .logo {
	width: 57%;
	padding: 15px 0 10px 20px;
}

header img {
	width: 75%;
	height: auto;
}

header a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

header a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.3);
}

.top_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	width: 20vw;
	height: auto;
}

main {
	width: 100vw;
	height: auto;
	background-image: url(../images/concept.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	padding: 10vw 0;
}

.top_img {
	width: 40vw;
    height: auto;
	float: left;
	margin: 8vw 4vw 4vw 9vw;
}

.concept {
    color: #FFF;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	float: left;
	margin: 3vw;
}

.concept h2 {
    font-size: 2.5vw;
	margin-bottom: 5vw;
	text-align: center;
}

.concept p {
	line-height:3.5vw;
	font-size: 1.2vw;
	text-align: center;
}

footer {
	width: 100vw;
	height: auto;
	background-color: #1c130d;
}

.footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8vw;
	padding: 50px 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	line-height: 2vw;
}

.footer_copyright {
	font-size: 0.4;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.facebook  {
	margin-left: 2vw;
	margin-top: 1vw;
}

.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*ニュースページ*/

.news_heroimg {
	background-image: url(../images/news.jpg);
	background-position: center　top 0;
    background-repeat: no-repeat;
    background-size: 100%;
	position: relative;
}

.title {
	color: #FFFFFF;
	text-align: center;
	line-height: 30vw;
	font-size: 400%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}


.news_contents {
	background-color: #1c130d;
	width: 100%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.news_contents section {
	background-color: #1c130d;
	width: 100vw;
	margin: 10vw auto;
	color: #Fff;
}

.news_contents p {
	font-size:1.2vw;
	text-align: left;
	line-height: 3.5vw;

}

.news_contents h2 {
	text-align: left;
	font-size: 2.5vw;
	padding: 2vw 0 0 7vw;
}

.news_contents article {
	width: 70vw;
	margin: 5vw auto 0;
}


.when {
	padding-left: 5vw;
}

hr {
	margin: 4vw auto;
}

.news_table {
	margin: 3vw 0 3vw 5vw;
	line-height: 3vw;
}

.news_contents a {
	color: #fff;
	text-decoration: none;
}
/*フードページ*/

.food_heroimg {
	background-image: url(../images/food.jpg);
	background-position: center　top 0;
    background-repeat: no-repeat;
    background-size: 100%;
	position: relative;
}

.menu {
	background-color: #1c130d;
	color: #FFF;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	padding-top: 50px;
    font-size: 1.2vw;
}

.menu_contents {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	width: 100%;
}

.menu_contents img {
	width: 35vw;
	height: auto;
}

.menu_box {
	width: 43vw;
	padding: 70px 30px 30px 30px;
}

.menu_box li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
		line-height: 1.5;
}

.menu_box li + li {
	margin-top: 30px;
}

.kind{
    margin-right: 10px;
}

.sample6 {
	display: flex;
	flex-direction: column;
	width: 35vw;
	height: auto;
	overflow: hidden;
	margin: 10px 8px 10px 16px;
	position: relative;
}

.sample6 img + img {
	margin-top: 60px;
}


/*ドリンクページ*/

.drink_heroimg {
	background-image: url(../images/drink.jpg);
		background-position: center　top 0;
    background-repeat: no-repeat;
    background-size: 100%;
	position: relative;
}

.note_d {
	margin-top: 3vw;
	font-size: 0.95vw;
	line-height: 1.5;
}

.note_d dt {
  position: relative;
}

.note_d dt span {
  position: absolute;
}

.note_d dd {
  padding-left: 1em;
}

/*コースページ*/

.course_heroimg {
	background-image:url(../images/course.jpg);
	background-position: center　top 0;
    background-repeat: no-repeat;
    background-size: 100%;
	position: relative;
}

.course {
	background-color:  #1c130d;
	color: #Fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}



.courses {
	position: relative;
	overflow: hidden;
	height: auto;
}


.coursename {
	font-size: 2.2vw;
	color: #Fff;
	font-weight: bold;
}

.course_top {
	overflow: hidden;
	width: 90%;
	margin-left: 5vw;
	margin-top: 6vw;
}

.course_text1 {
	line-height: 5vw;
	font-size: 1.2vw;
	float: left;
	width: 48%;
	text-align: center;
}

.course_text2 {
	line-height: 5vw;
	font-size: 1.2vw;
	margin-left: 3vw;
	float: left;
	width: 48%;
	text-align: center;
}


.diamond {
  left: 0;
  right: 0;
  width: 21vw;
  height: 21vw;
  margin: auto;
  background: #6d5545;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
}

.diamond__inner {
  position: absolute;
  top: -2vw;
  left: -2vw;
  width: 21vw;
  height: 21vw;
  line-height: 5vw;
  color: #F4F5F0;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.diamond_contents {
	line-height: 5vw;
	margin-top: 6vw;
}


.note {
	width: 25vw;
	margin: 5vw 0 5vw auto;
	font-size: 0.8vw;
	line-height: 2vw;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.note dt {
  position: relative;
}

.note dt span {
  position: absolute;
}

.note dd {
  padding-left: 1em;
}

.course_contents {
	width: 100vw;
	height: auto;
	background-image: url(../images/course_backgroundimg.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	padding-top: 3vw;
}

.course_box {
	overflow: hidden;
}

.course_box:last-child {
	padding-bottom: 150px;
}

.course_kind {
	width: 50vw;
	color: #F0EEE4;
	text-align: center;
	line-height: 4vw;
	font-size: 1.3vw;
	float: left;
}

.course_kind h2 {
	font-size: 2.5vw;
	margin-top: 7vw;
	margin-bottom: 2vw;
}

.course_price {
	padding: 3vw 0 0 20vw;
}

.diamond{
	background: rgba(255,255,255,0.2);
	margin-top: 8vw;
}

.diamond p {
	line-height: 3vw;
}

.course_drink {
	font-size: 3vw;
	padding-top: 1vw;
	padding-bottom: 3vw;
}

span.anchorlink {
       position: relative;
       padding-top: 70px;
       display: block;
    }

/*アクセスページ*/

.access_heroimg {
	background-image: url(../images/access.jpg);
	background-position: center　top 0;
    background-repeat: no-repeat;
    background-size: 100%;
	position: relative;
}

.information {
	overflow: hidden;
	color: #Fff;
	width: 95vw;
	margin: 10vw auto 5vw;
	justify-content: space-between;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.information_img  {
	width: 40vw;
	float: left;
	margin-left: 5vw;
}

.information_img img {
	width: 100%;
	height: auto;
}

.information_text {
	margin-left: 4vw;
	width: 43vw;
	float: left;
}

.information_text h2 {
	font-size: 2.4vw;
	margin-bottom: 3vw;
	padding-left: 9vw;
}


.information_text  table {
	line-height: 3.3vw;
	font-size: 1.2vw;
}

.information_text  table td {
	padding-left: 7vw;
}

.information a {
	color: #FFFFFF;
	text-decoration: none;
}

#map_canvas {
	widows: 100vw;
	height: 70vh;
	margin: 10vw 0;
}

