@charset "utf-8";

header .logo {
	padding: 0 0 10px 0;
}

#top-head,.inner {
    width: 100vw;
    padding: 0;
}

#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
}

/* Fixed reset */

#top-head.fixed {
    padding-top: 0;
    background: transparent;
}

#mobile-head {
    background: #1c130d;
    width: 100vw;
    height:56px;
    z-index: 999;
    position: relative;
}

#top-head.fixed .logo,#top-head .logo {
    position: absolute;
    left: 10px;
    top: 14px;
    color: #333;
    font-size: 26px;
}

#global-nav {
    position: absolute;

	/* 開いてないときは画面外に配置 */

	top: -500px;
    background: rgba(23,14,4,0.93);
    width: 100vw;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

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

#global-nav ul li {
    float: none;
    position: static;
}

#top-head #global-nav ul li a,#top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
}

.nav-toggle {
    display: block;
}

/* #nav-toggle 切り替えアニメーション */

.open .nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open .nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open .nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

/* #global-nav スライドアニメーション */

.open #global-nav {

	/* #global-nav top + #mobile-head height */

	-moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
}

.top_title {
	width: 50%;
	height: auto;
}

.top_heroimg {
	background-attachment: scroll;
}

.concept h2 {
    font-size: 7vw;
	margin: 12vw auto;
}

.concept p {
	line-height:  10vw;
	font-size: 3.3vw;
		width: 95vw;
	margin: 0 auto;
}


.top_img {
	display: none;

}

.concept {
	float: none;

}

.br_sp {
	display: none;
}

.footer {
	display: flex;
}

.footer_logo {
	width: 45vw;
	margin-left: 7vw;
}

.footer_logo img {
	width: 60%;
	height: auto;
}
.footer_text {
	width: 60vw;
	margin: auto;
	margin-right: 5vw;
	font-size: 2vw;
	text-decoration: none;
	line-height: 8vw;
}

.facebook  {
	margin-left: 6vw;
}

.news_heroimg,.food_heroimg,.drink_heroimg,.course_heroimg,.access_heroimg {
	margin-top: 56px;
}

.title {
	font-size: 7vw;
}

.news_contents p {
	font-size: 3.3vw;
	text-align: left;
	line-height: 6vw;

}

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

.news_contents article {
	width: 90vw;
	margin: 6vw auto 0;
}

.news_contents article p{
	line-height: 6.5vw;
}

.news_table {
	margin: 5vw 0 5vw 6vw;
	line-height: 9vw;
	font-size: 3vw;
}

hr {
	margin: 20vw auto;
}

.menu {
	font-size:3.5vw;
}

.menu_contents {
	flex-direction: column;
}

.menu_box {
	width: 100%;
	padding:3vw 2vw;
}

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

.menu_box img {
	width: 100%;
}

.menu_contents:nth-child(even) .menu_box:first-child {
	order: 1;
}

.sample6 {
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin: 0;
}

.sample6 img {
	width: 50%;
	padding-right: 10px;
}

.sample6 img + img{
	margin-top: 0;
	padding-right: 0;
	padding-left: 10px;
}

.note_d {
	margin-top: 5vw;
}


.courses {
	height: 310vw;
}


.courses p {
	font-size: 3.5vw;
}

.courses .coursename {
	-webkit-text-size-adjust:none;
	font-size: 6.6vw;
}

.diamond__inner {
  top: 3vw;
  left: 3vw;
  width: 60vw;
  height: 60vw;
}

.diamond_contents {
	line-height: 13vw;
}

.note {
	width: 40%;
	margin-left: auto;
	padding-top: 3vw;
	font-size: 6px;
	line-height: 2;
	margin-bottom: 13vw;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.course_text1 {
	text-align: center;
	font-size: 2.4vw;
	width: 90%;
	line-height: 4;
	margin-left: 5VW;
}

.course_text2 {
	display: none;
}
.course_contents {
	padding-bottom: 19vw;
}

.course_box {
	overflow: hidden;
}

.course_box:last-child {
	padding-bottom: 0;
}

.course_kind {
	width: 90vw;
	text-align: center;
	margin: 0 auto;
	line-height: 10vw;
	font-size: 4vw;
	float: none;
}

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

.course_price {
	padding: 5vw 0 0 50vw;
}

.diamond {
	margin-top: 25vw;
	margin-bottom: 10vw;
	  width: 50vw;
  height: 50vw;
}

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

.course_drink {
	font-size: 8vw;
	margin-bottom: 3vw
}


.information {
	margin: 15vw auto 0;
}

.information_img  {
	width: 70vw;
	float: none;
	margin: 20vw auto 10vw;
}

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

.information_text {
	margin: 10vw auto;
	width: 90vw;
	float: none;
	text-align: center;
}

.information_text h2 {
	padding-left: 0;
	width: auto;
	font-size: 6vw;
	margin-top: -73vw;
	margin-bottom: 65vw;
}


.information_text table {
	line-height: 8vw;
	font-size: 3vw;
	margin-left: 6vw;
}

.information_text table td {
	padding-left: 0;
}
