body, h1, h2, h3, h4, h5, h6, p, div, dt, dd, dl, img, input, form, ul, li, span, iframe {
	margin: 0px;
	padding: 0px;
vertical-align: bottom;
}
.br_sp,
.br_sp3,
.pc { 
display:none;
}
.br_sp2,
.br_sp4 { 
display: block;
clear: both;
min-height: 1px;
}

.fixed {
    position: fixed;
    top: 0;
    padding: 20px 0 0 0;
    width: 100%;
    z-index: 1000;
background-color: rgba(255,255,255,0.9);
  -webkit-transition: all .4s ease 0s,background .6s ease .2s;
  transition: all .4s ease 0s,background .6s ease .2s;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  }
body {
font-family: "Century Gothic","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
font-size: 16px;
line-height:1.8em;
}
html {
}
a {
 text-decoration: none;
}
img {
 border: 0;
 vertical-align: bottom;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.item {
  text-align: center;
  color: #fff;
  margin: 0px 0px 0px 0px;
  width:100%;
}
h1 a {
	background: url(../img/logo.png) no-repeat;
	background-size: 118px 47px;
  display: block;
  width: 118px;
  height: 47px;
  margin: 6% 0 6% 6%;
  float: left;
}
h1 a span {
display: none;
}

.drawer-hamburger {
  margin: 10px 0 0 0;
}
.container,
.container2 {
padding: 0px 8%;
box-sizing:border-box;
width:100%;
}

img {
	vertical-align: bottom;
}

.artist_box {
vertical-align: top;
display: inline-block;
width: 100%;
margin: 2% 0px 0px 0px;
}
.artist img {
	width: 100%;
}
.artist h5 {
	text-align: center;
	font-size:110%;
	color:#000;
	font-weight:normal;
	margin: 5px 0px 10px 0px;
	line-height:1.6em;
font-family: 'Noto Serif JP', serif;	
}
.artist_box a img,
.artist_box a h5 {
	border: 0;
transition: 0.3s;
}
.artist_box a:hover img,
.artist_box a:hover h5 {
opacity: 0.5;
}
/*	 link
/* ------------------------------------- */
.link {
padding: 0 8% 10% 8%;
box-sizing:border-box;
width:100%;
	margin: auto;
	text-align: center;
}
.link01,
.link02,
.link03 {
margin: 4% 0 0 0;
}
.link img {
	height: 60px;
	margin: auto;
}

.link a {
transition: 0.5s;
	}
.link a:hover {
opacity: 0.5;
}
/*	footer
/* ------------------------------------- */
#footer{
	width: 100%;
	margin: 0px;
	color:#FFF;
background:#000;
}
.footer_box{
	padding: 30px 0 30px 0;
	text-align:center;
}
#footer h4 {
  width: 100%;
  height: 47px;
  text-align:center;
}
#footer h4 a {
	background: url(../img/logo2.png) no-repeat center;
	background-size: 111px 44px;
  display: block;
  width: 111px;
  height: 44px;
  margin: 0 auto;
}
#footer h4 a span {
display: none;
}
#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
#footer address a {
	color:#FFF;
}
.fb_in {
  margin: 15px auto;
  width:60px;
}
.fb,
.in {
	width:30px;
	float:left;
}
.fb a img,
.in a img {
	width:100%;
	border: 0;
transition: 0.3s;
}
.fb a:hover img,
.in a:hover img {
opacity: 0.5;
}
#footer p {
	font-style: normal;
	font-size: 70%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
.f_t {
	font-size:150%;
}
.f02 {
	display: none;
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
z-index: 5;
}
.pagetop a {
    display: block;
    background-color: #444;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 10px 5px 10px;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.pagetop a:hover {
    display: block;
    background-color: #666;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.t_b01 {
    display: none;
}
.sf_f {
	margin: 15px 0 0 0;
	font-size: 90%;
}
.sf_f a {
	color: #FFF;
}

.more_box {
	margin: 3% 0 0 0;
}
.more_box0 {
	margin: 6% 0 0 0;
}
.more{
    /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background:#FFF;
  color:#000;
    padding: 10px 40px 10px 30px;
  border-radius:25px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
	font-size: 90%;
}

.more:hover{
  background:#EEE;
}


/* 矢印が右に移動 */

.more::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top:42%;
    right: 20px;
    /*矢印の形状*/
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.more:hover::after{
    right: 15px;
}

/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
.clearfix2:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix2 {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix2 {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.br_sp { 
display: block;
}
.br_sp2,.br_sp4{ 
display:none;
}
h1 a {
	background-size: 139px 55px;
  display: block;
  width: 139px;
  height: 55px;
  margin: 30px 0 30px 6%;
}
.drawer-hamburger {
  margin: 0px 0 0 0;
}
.artist_box {
display: inline-block;
vertical-align: top;
width: 31%;
margin: 2% 1.5% 0px 0px;
}
.artist ul li:nth-of-type(3n){
margin: 2% 0px 0px 0px;
}
	
/*	 link
/* ------------------------------------- */
.link {
padding: 0 0 6% 0;
box-sizing:border-box;
width:465px;
}
.link01 {
width:151px;
margin: 0 30px 0 0;
float: left;
}
.link02 {
width:127px;
margin: 0 30px 0 0;
float: left;
}
.link03 {
width:127px;
margin: 0 0 0 0;
float: left;
	}

}
/* ------------------------------------- */
/*	 resposive980
/* ------------------------------------- */
@media screen and (min-width: 980px) {
.pc {
		display: block;
	}
.sf {
		display: none;
	}

.more_box0 {
	margin:  0;
}
.t_b01 {
    display: block;
	width:100px;
	margin: 0 0px 0 10px;
z-index: 2000;
text-align: center;
position:fixed;
top:0px;
right:0px;
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.t_b01 a {
    display: block;
    background:rgba(255,255,255,0.7);
    text-align: center;
    color: #000;
    font-size: 16px;
	line-height:1.5em;
    text-decoration: none;
    padding: 35px 15px;
transition: 0.3s;
}
.t_b01 a:hover {
opacity: 0.5;
}

h1 a {
	background-size: 169px 67px;
  display: block;
  width: 169px;
  height: 67px;
  margin: 30px 0 30px 6%;
}


.br_sp2 { 
display: block;
	clear: both;
	min-height: 1px;
}
.container,
.container2 {
	width:980px;
	margin: 0px auto;
	padding: 0;
}

.reservation_t {
	width: 300px;
}
/*	 link
/* ------------------------------------- */
.link {
padding: 0 0 60px 0;
width:545px;
}
.link01,
.link02 {
margin: 0 70px 0 0;
}
	
/*	footer
/* ------------------------------------- */

a[href^="tel:"] {
    pointer-events: none;
}
/*	footer
/* ------------------------------------- */
.footer_box{
	width:980px;
	padding: 50px 0;
	margin: 0px auto;
}
#footer h4 {
  width: 100%;
  height: 59px;
}
#footer h4 a {
	background: url(../img/logo2.png) no-repeat center;
	background-size: 149px 59px;
  display: block;
  width: 149px;
  height: 59px;
	margin: 0px auto;
}
#footer h4 a span {
display: none;
}
#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 20px auto 0 auto;
}
#footer p {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
.f01 {
	float: left;
	width: 40%;
}
.f02 {
	display: block;
	float: left;
	width: 60%;
	color: #FFF;
	font-size: 90%;
	line-height:2.2em;
	padding: 0 0px 0 0px;
	font-weight:bold;
}
.f02 dt {
	font-weight: normal;
}
.f02 a {
	color: #FFF;
transition: 0.3s;
	font-weight: normal;
}
.f02 a:hover {
opacity: 0.5;
}
.f02_1 {
	float: left;
	margin: 0 30px 0 0;
}
.fb_in {
  margin: 15px 0;
  width:60px;
}
.fb,
.in {
	width:20px;
	float:left;
}
}
