@charset "UTF-8";

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: normal;
	color: #fff;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

img{
    max-width: 100%;
}

h2{
    text-align: center;
    font-weight: bold;
    font-size: 33px;
    margin-bottom: 30px;
    letter-spacing: 5px;
}

h2 span{
	font-family: 'Noto Serif JP', serif;
}

.movetext{
	opacity:0;
}

.movetext span{
	opacity:0;
}

.br-sp{
	display:block;
}

.pc_hide{
	display: none;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}


/* TOP */

.smpcase img{
	z-index: 2;
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
}


@keyframes appeare {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

h1.top_logo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    z-index: 3;
	text-align: center;
}

h1.top_logo img,
h1.top_logo p {
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

h1.top_logo p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    margin-top: 20px;
    text-shadow: 2px 2px 2px #000;
	width: 400px;
}


.top-header {
	background-position: top center;
    background-repeat: no-repeat;
    background-image: url(../img/main.jpg);
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.pattern{
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.site-header{
    background: #fff;
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 100%;
    z-index: 4;
    align-items: center;
    height: 65px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
}
.site-header.fixed{
    position: fixed;
    top: 0;
}

.sub-header{
    position: fixed;
    top: 0;
}

.logo_head{
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.logo_head img{
    display: block;
	height: 50px;
	margin: 0 auto;
}

.head_buy{
    width: 100px;
    height: 100%;
    text-align: center;
    background-color: #000;
}

.head_buy a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 17px 0;
}


/* TOPへ戻る */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #000;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* スクロール */
.top-scroll a {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 3;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-decoration: none;
	padding-top: 60px;
	color:#fff;
}
.top-scroll a span {
	position: absolute;
    top: 20px;
	left: 50%;
    right: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}


@keyframes fadeIn { 
    0% {opacity: 0} 
	50% {opacity: 0} 
    100% {opacity: 1} 
}
 
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	50% {opacity: 0}
    100% {opacity: 1}
}

h1.top_logo img {
    width: 300px;
    margin-top: 20px;
}


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

/* エフェクト */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

.btn a:hover{
	animation: fluffy1 3s ease infinite;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
}

@keyframes fluffy1 {
  0% { transform:translateX(0) }
  5% { transform:translateX(15px) }
  10% { transform:translateX(0) }
  20% { transform:translateX(15px) }
  25% { transform:translateX(0) }
  30% { transform:translateX(0) }
  50% { transform:translateX(0) }
  100% { transform:translateX(0) }
}

.img_link:hover{
	opacity: 1;
	transition: .3s ease-in-out;
}

.img_link:hover img{
	opacity: .5;
}

/* ハンバーガーメニュー */

.gnavi{
	padding-left: 20px;
}

.hamburger_wrap{
	display: inline-block;
    z-index: 99999;
    vertical-align: top;
    text-align: center;
	position: relative;
}

.hamburger {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 24px;
    box-sizing: border-box;
}
.hamburger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	margin: 0 auto;
}

.hamburger  span:nth-of-type(1) {
	top: 0;
}

.hamburger  span:nth-of-type(2) {
	top:11px;
}

.hamburger  span:nth-of-type(3) {
	bottom: 0;
}
 
.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
	background-color: #333;
}

.active span:nth-of-type(2) {
	opacity: 0;
}

.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
	background-color: #333;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(20px) rotate(-45deg);
	transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-20px) rotate(45deg);
	transform: translateY(-20px) rotate(45deg);
}


#navigation{
	display:block;
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index:4;
}

#navigation .navigation_inner{
    width: 100%;
    position: absolute;
    top: 20%;
}

#navigation .navigation_inner .navigation_menu{
    overflow: auto;
}
#navigation .navigation_inner .navigation_menu .navigation_item{
	margin: 0 auto;
    padding:  0;
	position:relative;
}

#navigation .navigation_inner .navigation_menu .navigation_item a{
    display: block;
    color: #000;
    text-align: center;
    font-size: 20px;
	ine-height: 2;
}

#navigation .navigation_inner ul.navigation_sns{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

#navigation .navigation_inner ul.navigation_sns li {
    margin: 0 10px;
}

#navigation .navigation_inner ul.navigation_sns li i {
    font-size: 30px;
    color: #000;
    transition: all 1s linear 0s;
}

  
/* メイン */

	
.main{
	width:100%;
	position:absolute;
	background-image: url(../img/bg.jpg);
	padding-top:100px;
	z-index: 3;
}

.content_wrap{
	width:100%;
	margin:0 auto;
}

p.top_desc{
    font-size: 18px;
    text-align: center;
    width: 80%;
    margin: 20px auto 100px;
	line-height: 2;
}


/* 当店について */

.about{
	text-align: center;
    margin-bottom: 80px;
	margin-top:-62px;
	padding-top:62px;
}

.second div{
	border: solid 1px #FF0000;
	padding: 30px;
	width: 70%;
	margin: 0 auto 50px;
}

.second div p.top_desc{
	margin: 0 auto 10px;
}

.second h3{
    line-height: 1.4;
    padding: 0.25em 1em;
	text-align: center;
    top: 0;
    font-size: 20px;
    font-weight: bold;
}

.booking div{
	border: solid 1px #FF0000;
	padding: 30px;
	width: 70%;
	margin: 0 auto;
}

.booking h3{
    line-height: 1.4;
    padding: 0.25em 1em;
	text-align: center;
    top: 0;
    font-size: 20px;
    font-weight: bold;
}

.booking p{
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: 20px auto 30px;
    line-height: 2;
}

.course{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
}

/* プロダクト */
.product{
	display: flex;
	margin: 62px 0;
	padding-top:62px;
}

.product div{
	width: 50%;
}

.product div p{
	font-size: 18px;
    text-align: left;
	line-height: 2;
}

.product div.text{
	padding: 0 40px;
	text-align: center;
}

.product h3 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
    font-size: 24px;
	margin-bottom: 50px;
    font-weight: bold;
}

.product div.btn{
    width: 100%;
}

.product a {
    background-color: #000;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    margin: 20px auto 0;
    display: block;
    width: 250px;
}

.product .image img{
	height: 100%;
	width: 100%;
}

/* メディア紹介 */

.media{
	margin-bottom: 100px;
	margin-top:-62px;
	padding-top:62px;
}

.media h3 {
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 10px 0;
}

.media ul{
    display: flex;
    justify-content: center;
	margin: 0 20px 50px;
}

.media ul li{
	margin: 0 10px 50px;
	position: relative;
}

.media ul li img{
    width: 100%;
	height: 100%;
}


.media ul li p{
    width: 100%;
    margin: 10px auto 20px;
}

/* コース紹介 */

.menu{
	margin-bottom: 100px;
	margin-top:-62px;
	padding-top:62px;
}

.menu ul{
    display: flex;
    justify-content: center;
	margin: 0 20px 50px;
}

.menu ul li{
	margin: 0 10px 50px;
    width: 40%;
	position: relative;
}

.menu ul li img{
    width: 100%;
	height: 100%;
}

.menu ul li a:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
}

/* 席情報 */

.seat{
	margin-bottom: 100px;
	margin-top:-62px;
	padding-top:62px;
}

.seat h3 {
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 10px 0;
}

.seat ul{
    display: flex;
    justify-content: center;
	margin: 0 20px 50px;
}

.seat ul li{
	margin: 0 10px 50px;
	position: relative;
}

.seat ul li img{
    width: 100%;
	height: 100%;
}


.seat ul li p{
    width: 100%;
    margin: 10px auto 20px;
}


/* information */

.information {
	margin-bottom: 50px;
	margin-top:-62px;
	padding-top:62px;
}

.information .info_inner{
    display: flex;
}

.information .info_inner .info_left{
	width: 50%;
}

.information .info_inner .info_left iframe{
	width: 100%;
}

.information .info_inner .info_right{
	padding: 0 40px;
}


.contents_main{
	text-align: center;
}

/* 予約 */

.book{
    margin-top: 50px;
	margin-bottom: 50px;
    text-align: center;
}

.book a{
    background-color: #01ab5c;
    padding: 8px 20px;
    color: #fff;
    font-size: 18px;
    margin: 10px auto 0;
    display: block;
    width: 220px;
}


/* フッター */

footer{
    width: 100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	display: block;
	padding: 10px 0;
	font-size:14px;
}

footer ul{
    display: flex;
    justify-content: center;
}

footer ul li{
	margin: 0 10px;
}

footer ul li a{
	color: #fff !important;
}

/* マージン */

.m_b50{
	margin-bottom:50px;
}

#buynow{
	display: none;
}

/* よくある質問 */

.faq_wrap{
	width: 80%;
	margin: 0 auto;
}

.faq_wrap h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto 30px;
}

.faq_wrap h3:before {
    margin-right: .4em;
}

.faq_wrap h3:after {
    margin-left: .4em;
}

.faq_wrap h3:before,
.faq_wrap h3:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #444;
    display: block;
}

.faq_wrap dl{
	margin-bottom: 80px;
}

.faq_wrap dl dt{
	font-weight: bold;
	color: #E75a24;
}

.faq_wrap dl dd{
	margin-bottom: 10px;
}

/* 利用規約 */

.terms p{
    width: 80%;
    margin: 100px auto;
}

/* インフォメーション */

.information_contents{
    margin-bottom: 150px;
}

.information_contents table{
    width: 70%;
    margin: 0 auto;
}

.information_contents table tr{
    border-bottom: solid 1px #999;
}


.information_contents table th{
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    width: 40%;
}


.information_contents table td{
	padding: 10px;
}


@media screen and (max-width:768px) {
	
h1.top_logo img {
    width: 200px;
}


.br-sp{
	display: none;
}

.pc_hide{
	display: block;
}

.head_buy{
	display: none
}
	
/* サイドメニュー */
.side_fix_menu {
    top: 130px;
}

/* サブコンテンツヘッダー */
.sub_contents p.top_logo {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
}

/* メイン */


.main h2 {
    font-size: 26px;
}

.booking p.top_desc{
	margin: 20px auto ;
}
	
	.booking div,
	.second div{
		width: 80%;
	}

	
p.top_desc{
    font-size: 16px;
    width: 90%;
    margin: 20px auto 100px;
}
	
p.top_desc span{
	text-align: left;
	display: inline-block;
}

.product h3 {
    margin-bottom: 30px;
}
	
.about {
    margin-bottom:00px;
}
	
/* プロダクト */

.product{
	display: block;
	margin: 100px 0;
}
	
.product div{
	width: 100%
}

.product div.image:nth-child(odd){
	width: 90%;
}
	
.product div.image:nth-child(even){
	width: 90%;
	float: right;
}
	
.product div.text {
    padding: 0;
    text-align: center;
	width: 90%;
    margin: 0 auto;
}
	
.menu ul{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
	
.menu ul li {
    margin: 0 0 50px;
    width: 100%;
}

	
.media ul{
	flex-wrap: wrap;
}
	

.media ul li{
	margin: 0 10px 50px;
    width: 100%;
	position: relative;
}
	
	.seat ul{
	flex-wrap: wrap;
}
	

.seat ul li{
	margin: 0 10px 50px;
    width: 100%;
	position: relative;
}
	


#buynow{
  width: 100%;
  height: 50px;
  position: fixed;
  background: #fff;
    display: flex;
    justify-content: center;
}

#buynow a{
    color: #000;
    text-decoration: none;
	align-self: center;
    line-height: 28px;
	width: 50%;
    text-align: center;
}
	
#buynow a:first-child{
	border-right: solid 1px #000;
}

	
.information .info_inner{
    display: block;
}
	
.information .info_inner .info_left{
    width: 100%;
}
	
.information .info_inner .info_right{
	margin-top: 20px;
}

/* フッター */

footer{
	padding-bottom: 50px;
}
	
	
footer ul {
    display: block;
    text-align: center;
}



}

/* 050326追加 */
.linkbtn{
    margin: 30px auto;
    display: inline-block;
    color: #333333;
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #333333;
    transition: .3s;
}
.linkbtn:hover{
    color: #ffffff;
    background: #333333;
}

/* 051110追加 */

.info_right p + p {
    margin-top: 10px;
}

/* 051125追加 */

.second a {
  color: #FF0000;
  transition: .3s all;
}

.second a:hover {
  opacity: .6;
}