* {
margin: 0;
padding:0;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

img {
margin: 0;
padding:0;
vertical-align: bottom;
}

.mt20 {
margin-top: 20px;
}

.mt40 {
margin-top: 40px;
}

.mr40 {
margin-right: 40px;
}

.ml40 {
margin-left: 40px;
}

.mb40 {
margin-bottom: 40px;
}

.clear-element {
  clear: both;
}


body {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #999), color-stop(0.00, #000));
background: -webkit-linear-gradient(#000, #999);
background: -moz-linear-gradient(#000, #999);
background: -o-linear-gradient(#000, #999);
background: -ms-linear-gradient(#000, #999);
background: linear-gradient(#000, #999);
background:white;
}


.shop_back{
width:100%;
height:100%;
background-image: url("../img/shop_back2.jpg");
background-attachment: fixed;
background-size: cover;
}
.shop_back2 {
    width: 100%;
    height: 100%;
    background-color:black;
    background-attachment: fixed;
    background-size: cover;
}

.shop_inner {
width:1000px;
margin: 0 auto;
margin-bottom:50px;
padding-bottom:50px;
}
.shop_inner2 {
width:1000px;
margin: 0 auto;
}

.shop_title{
width:100%;
text-align:center;
color:white;
padding-top:30px;
padding-bottom:30px;
}

.shop_image_left{
width:400px;
height:400px;
/*margin-left:15px;*/
float:left;
margin-top:50px;
}

.shop_image_right{
width:400px;
height:400px;
/*margin-right:15px;*/
float:right;
margin-top:50px;
}


.shop_image_right img,
.shop_image_left img
{
width:400px;
max-height:400px;
height:400px;
}

.shop_text_right{
/*width:525px;*/
width:580px;
height:400px;
/*margin-left:30px;*/
/*margin-right:30px;*/
float: right;
color:white;
max-height:400px;
margin-top:50px;
padding: 20px;
text-align: center;
background: rgba(135,2,2,0.7);
}

.shop_text_left{
/*width:525px;*/
width:580px;
height:400px;
/*margin-left:30px;*/
/*margin-right:30px;*/
float: left;
color:white;
max-height:400px;
margin-top:50px;
padding: 20px;
text-align: center;
background: rgba(135,2,2,0.7);
}

.shop_text_right h3,
.shop_text_left h3{
font-size:1.3rem;
margin-bottom:10px;
color:white;
}

.shop_text_right p,
.shop_text_left p
{
font-size:1rem;
margin-top:10px;
color:white;
}


.shop_logo img{
width:200px;
height:100px;
}

.shop_text img{

}

.shop_img img{
width:200px;
margin-top:20px;
}

.pc_on a{
color:white;
}
.shop_text_right a,
.shop_text_left a
 { text-decoration: none;}
.shop_text_right a:hover,
.shop_text_left a:hover
{ text-decoration: none;}


/* -------------------------------- 

concept

-------------------------------- */


/* -------------------------------- 

Resource style 

-------------------------------- */
.cd-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.cd-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-main-header__logo {
  float: left;
  margin: 13px 0 0 5%;
}

.cd-main-header__logo img {
  display: block;
}




.cd-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}

.cd-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cd-main-nav__list.cd-main-nav__list--is-visible {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.cd-main-nav__list a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #2f292a;
  border-top: 1px solid #453c3d;
  color: #8e7d7f;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg2 {
  position: relative;
    min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.cd-fixed-bg3 {
  position: relative;
    min-height: 30vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  margin: 0 auto;
text-align: center;
}

.cd-fixed-bg__content, .cd-fixed-bg h2 {
  position: absolute;
  left: 18%;
  top: 45%;
  bottom: auto;
  right: auto;
/*  
-webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
*/
  width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
.cd-fixed-bg__content, .cd-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}
}

.cd-fixed-bg h1, .cd-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.cd-fixed-bg.cd-fixed-bg--2 {
  background-image: url("../img/cd-background-2.jpg");
}

.cd-fixed-bg.cd-fixed-bg--3 {
  background-image: url("../img/cd-background-3.jpg");
}

.cd-fixed-bg.cd-fixed-bg--4 {
  background-image: url("../img/cd-background-4.jpg");
}

.cd-fixed-bg.cd-fixed-bg--9 {
  background-image: url("../img/mesuushi.webp");
}


.cd-fixed-bg2.cd-fixed-bg--5 {
background-image: url(../img/mongon1.png);
background-size: auto;
background-position: center center;
}

.cd-fixed-bg2.cd-fixed-bg--6 {
background-image: url(../img/mongon2.png);
background-size: auto;
background-position: center center;
}

.cd-fixed-bg2.cd-fixed-bg--7 {
background-image: url(../img/mongon3.png);
background-size: auto;
background-position: center center;
}

.cd-fixed-bg3.cd-fixed-bg--8 {
background-size: contain,cover;
background-position: center center,center center;
}

@media only screen and (min-width: 1025px) {

#contact_btn_area {
width:780px;
margin: 0 auto;
}

.pc_none {
display: none;
}

  .cd-main-header {
    height: 70px;
  }
  .cd-main-header__logo {
    margin: 23px 0 0 5%;
  }

  .cd-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .cd-main-nav__list {
    /* reset style */
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 70px;
  }
  .cd-main-nav__list.cd-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .cd-main-nav__list li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-main-nav__list a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
  }
  .cd-main-nav__list a:hover {
    color: #99a478;
  }

  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 3.6rem;
  }
  
   .cd-scrolling-bg {
    font-size: 2rem;
    line-height: 2;
    font-weight: 300;
  }
  
  .shop_list li:last-child {
margin-right: 0;
}
}

@media only screen and (min-width: 1170px) {
  .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 4.8rem;
    font-weight: 300;
    letter-spacing:25px;
    text-align:left;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .cd-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.cd-scrolling-bg.cd-scrolling-bg--color-1 {
  background-color: #3d3536;
  color: #a6989a;
}

.cd-scrolling-bg.cd-scrolling-bg--color-2 {
  background-color: #99a478;
  color: #3d3536;
}

.cd-scrolling-bg.cd-scrolling-bg--color-3 {
  background-color: #b4d7a8;
  color: #3d3536;
}

.cd-scrolling-bg__content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}

/* ▼追加文 */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

ul {
list-style-type:none;
}

#main_top {
overflow: hidden;
position:relative;
}



#dropmenu {
position:absolute;
top:20px;
right:20px;
color:#ffffff;
list-style-type: none;
height: 40px;
padding: 0;
}

#dropmenu li:first-child {
border-left:solid black 1px;
}

#dropmenu li{
position: relative;
color:black;
float: left;
border-right:solid black 1px;
margin: 0;
margin-right: 10px;
padding: 0 40px;
text-align: center;
z-index: 1;
}
#dropmenu li a{
display: block;
margin: 0;
padding: 15px 0 11px;
color:black;
font-size: 14px;
font-weight: bold;
line-height: 1;
text-decoration: none;
}
#dropmenu li:hover > a{
/*background: rgba(0,0,0,0.6);*/
color:#ff0000;
}
#dropmenu > li:hover > a{
border-radius: 3px 3px 0 0;
}
#dropmenu li ul{
list-style: none;
position: absolute;
top: 100%;
left: 0;
margin: 0;
padding: 0;
border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
left: -100%;
width: 100%
}
#dropmenu li ul li{
overflow: hidden;
border-left:solid black 1px;
width: 250%;
height: 0;
color: black;
padding:0;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}
#dropmenu li ul li a{
color: black;
padding: 13px 15px;
background: #ffffffa3;
text-align: left;
font-size: 12px;
font-weight: normal;
}
#dropmenu li:hover ul li{
overflow: visible;
height: 38px;
border-top: 1px solid #ffffff;

}
#dropmenu li:hover ul li:first-child{
border-top: 0;
}
#dropmenu li:hover ul li:last-child{
border-bottom: #ffffff solid 1px;
}
#dropmenu li:hover ul li:last-child a{
border-radius: 0 0 3px 3px;
}

.arrow {
width:50px;
position: absolute;
bottom:40px;
left:0;
right:0;
margin: auto;
}

.inner {
width:1000px;
margin:0 auto;
}

#footer {
padding:20px;
background-size:cover;
color: black;
background-color: white;
}

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

#footer .f_title {
border-bottom:black solid 1px;
padding:10px 5px;
}

#f_menu_area {
width:350px;
float:left;
}

#f_menu_area span {
margin-left: 20px;
}

#f_menu_area span a {
font-size:14px;
display: inline-block;
}

#f_height {
position: relative;
}

#f_logo {
width:200px;
float:left;

}

#f_logo img {
max-width: 38%;
padding: 10px;
}

#video2 {
    display: none;
}

#video3 {
    display: none;
}

.info_detail {
display: inline-block;
margin: 0 auto;
}

.info_detail p {
text-align: left;
font-weight:normal;
line-height:1.2;
font-size:0.9rem;
}

.br-sp{
display:none;
}

.br-pc{
display:inline;
}

#map{
width:100%;
min-height:350px;
height:100%;
}

/* ▲追加文 */

@media screen and (max-width: 1024px) {
	/* 767px以下用（タブレット／スマートフォン用）の記述 */

.cd-fixed-bg.cd-fixed-bg--2 {
  background-image: url("../img/cd-background-2.jpg");
}

.cd-fixed-bg.cd-fixed-bg--3 {
  background-image: url("../img/cd-background-3.jpg");
}

.cd-fixed-bg.cd-fixed-bg--4 {
  background-image: url("../img/cd-background-4.jpg");
}

.cd-fixed-bg.cd-fixed-bg--9 {
  background-image: url("../img/mesuushi.webp");
}

.cd-fixed-bg2.cd-fixed-bg--5 {
  background-image: url("../img/cd-background-5-sp.jpg");
}

.cd-fixed-bg2.cd-fixed-bg--6 {
  background-image: url("../img/cd-background-6-sp.jpg");
}

.cd-fixed-bg2.cd-fixed-bg--7 {
  background-image: url("../img/cd-background-7-sp.jpg");
}

#f_logo {
width:100%;
float:left;

}

#f_logo img {
max-width: 16%;
padding: 10px;
}

.shop_image_right img,.shop_image_left img {
    width: initial;
    max-height: initial;
    height: initial;
}

.shop_image_right,.shop_image_left {
    width: initial;
    max-height: initial;
    height: initial;
}


.cd-fixed-bg {
  position: relative;
  min-height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.cd-fixed-bg2 {
  position: relative;
  min-height: 20vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.cd-fixed-bg3 {
  position: relative;
  min-height: 20vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.pc_on{
color:white;
pointer-events: none;
}
.sp_on{
color:white;
pointer-events: auto;
}
.sp_none {
display: none;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#sp_dropmenu {
color:#ffffff;
list-style-type: none;
height: 40px;
padding: 0;
margin: 0 auto;
width: 290px;
margin-top: 4px;
}

#sp_dropmenu li:first-child {
border-left:solid #ffffff 1px;
}

#sp_dropmenu li{
position: relative;
color:#000000;
float: left;
border-right:solid #ffffff 1px;
margin: 0;
margin-right: 5px;
padding: 0 5px;
text-align: center;
z-index: 3;
}
#sp_dropmenu li a{
display: block;
margin: 0;
padding: 15px 0 11px;
color:black;
font-size: 14px;
font-weight: bold;
line-height: 1;
text-decoration: none;
}
#sp_dropmenu li:hover > a{
/*background: rgba(0,0,0,0.6);*/
color:#ff0000;
}
#sp_dropmenu > li:hover > a{
border-radius: 3px 3px 0 0;
}
#sp_dropmenu li ul{
list-style: none;
position: absolute;
top: 100%;
left: 0;
margin: 0;
padding: 0;
border-radius: 0 0 3px 3px;
}
#sp_dropmenu li:last-child ul{
left: -100%;
width: 100%
}
#sp_dropmenu li ul li{
overflow: hidden;
border-left:solid #ffffff 1px;
width: 325%;
height: 0;
color: #fff;
padding:0;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}
#sp_dropmenu li ul li a{
color:#000000;
padding: 13px 15px;
background: #ffffffa3/*rgba(0,0,0,0.6)*/;
text-align: left;
font-size: 12px;
font-weight: normal;
}
#sp_dropmenu li:hover ul li{
overflow: visible;
height: 38px;
border-top: 1px solid #ffffff;

}
#sp_dropmenu li:hover ul li:first-child{
border-top: 0;
}
#sp_dropmenu li:hover ul li:last-child{
border-bottom: #ffffff solid 1px;
}
#sp_dropmenu li:hover ul li:last-child a{
border-radius: 0 0 3px 3px;
}



.shop_inner {
width:100%;
margin: 0 auto;
margin-bottom:50px;
padding-bottom:50px;
}

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

.shop_image_left{
width:100%;
margin-top:50px;
}

.shop_image_right{
width:100%;
margin-top:50px;
}


.shop_image_right img,
.shop_image_left img
{
width:100%;
max-height:none;
}

.shop_text_right{
/*width:525px;*/
width:100%;
height:400px;
color:white;
max-height:400px;
margin-top: 0px;
padding: 20px;
text-align: center;
background: rgba(135,2,2,0.7);
}

.shop_text_left{
/*width:525px;*/
width:100%;
height:400px;
/*margin-left:30px;*/
/*margin-right:30px;*/
float: left;
color:white;
max-height:400px;
margin-top: 0px;
padding: 20px;
text-align: center;
background: rgba(135,2,2,0.7);
}

main h2 {
    width: 90%;
}

.inner{
width:100%;
position: static;
}

#f_menu_area{
width:100%;
}
#f_logo{
float:none;
position: static;
}


#subpage_menu{
height:auto;
}
#subpage_menu #dropmenu{
position: static;
height: 30px;
color: #ffffff;
list-style-type: none;
}
#subpage_menu #dropmenu li{
padding: 0 30px;
}

#subpage_menu{
position: absolute;
top: 40px;
left: 40px;
color: #ffffff;
list-style-type: none;
height: 40px;
padding: 0;
}

.sp_logo{
width:100%;
max-width:350px;
}

.br-sp{
display:inline;
}
.br-pc{
display:none;
}

#main_top img{
width:100%;
}

#main_top #campaign {
width:80%!important;
height:60px;
}


}


#main_top img {
position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  animation: fadeIn 7s ease-in-out 0.2s 1 normal;
    -webkit-animation: fadeIn 7s  ease-in-out 0.2s 1 normal
}

#main_top #campaign {
width:620px;
height:60px;
position:absolute;
  right: 0;
  bottom: 20%;
  left: 0;
  margin: auto;
  color:#ffffff;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

#webcoupon {
background:url(../img/coupon_bg.jpg)no-repeat;
padding:20px;
background-size: cover;
}


.buruburu-hover:hover {
    display: inline-block;
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.shop_list li {
width:30%;
margin-right: 5%;
padding:20px;
color:#ffffff;
font-size:12px;
float:left;
}

.shop_list2 li {
width:50%;
margin-right: 5%;
padding:20px;
color:#ffffff;
font-size:12px;
margin:0 auto;
}

#shop_01 {
background:url(../img/azabu_bulls.jpg)no-repeat center;
background-size: cover;
}

#shop_02 {
background:url(../img/ooimachi_bulls.jpg)no-repeat center;
background-size: cover;
}

#shop_03 {
background:url(../img/nakanosakagami_bulls.jpg)no-repeat center;
background-size: cover;
}

#shop_04 {
background:url(../img/tsukishima_bulls.jpg)no-repeat center;
background-size: cover;
}

#shop_05 {
background:url(../img/ginza_maruichi.jpg)no-repeat center;
background-size: cover;
}

#shop_06 {
background:url(../img/nakanosakagami_bulls.jpg)no-repeat center;
background-size: cover;
}

#shop_07 {
background:url(../img/shop_bg_yotsuya.jpg)no-repeat center;
background-size: cover;
}

#shop_08 {
background:url(../img/bg_matsuritei2.jpg)no-repeat center;
background-size: cover;
}

.shop_list_inner img {
max-width: 100%;
display: block;
margin: 0 auto;
}

.shop_list_inner {
width:85%;
margin: 0 auto;
background:rgba(0,0,0,0.4);
padding:10px;
}

.shop_list_inner p {
margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {

.shop_list li {
width:90%;
padding:20px;
color:#ffffff;
font-size:12px;
float:none;
margin: 0 auto 20px;
}

.shop_list2 li {
width:90%;
padding:20px;
color:#ffffff;
font-size:12px;
float:none;
margin: 0 auto 20px;
}

.shop_list_inner {
width:95%;
margin: 0 auto;
background:rgba(0,0,0,0.4);
padding:10px;
}

.shop_list_inner a {
color:#ffffff;
}


}

#subpage_menu{
position: absolute;
top: 40px;
left: 40px;
color: #ffffff;
list-style-type: none;
height: 40px;
padding: 0;
}
@media screen and (min-width: 768px){
.br-sp {display: none; }
}