html{
  font-size: 5vw;
}

@media (min-width: 768px) {
  html{
    height: 100%;

    font-size: 16px;
  }
}

body {
  color: #000;
  background-color: #fff;

  font-family:"Hiragino Mincho ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8rem;
  line-height: 2;

  -webkit-text-size-adjust: 100%;
}
body::after{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background-image: url('../img/all/bg_sp.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (min-width: 768px) {
  body{
    height: 100%;

    background-image: url('../img/all/bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;

    font-size: 1rem;
  }
  body::after{
    display: none;
  }
}


a{
  text-decoration: none;

  color: #000;
}

input[type=text],
input[type=password] {
  width: 100%;
  padding: 5px 5px;

  border: 1px solid #dddddd;
  background: #fff;
}

textarea {
  width: 100%;
  padding: 5px 5px;

  border: 1px solid #dddddd;
  background: #fff;
}

input[type=submit],
input[type=reset],
input[type=button] {
  padding: 5px 10px;

  border: 1px solid #dddddd;
  border-radius: 5px;

  line-height: 1;
}

input[type=submit] {
  color: #ffffff;
  border: 1px solid #c3002d;
  background: #fa3e69;
}

.del_btn input[type=submit] {
  color: #000000;
  border: 1px solid #dddddd;
  background: #ffffff;
}

input[type=reset] {
  background: #eeeeee;
}

input[type=file] {
  box-sizing: border-box;
  max-width: 100%;
}

@media (max-width: 768px) {
  input[type=file] {
    border: 1px solid #dddddd;
  }
}

input.input_large {
  box-sizing: border-box;
  width: 100%;
}

input.input_small {
  box-sizing: border-box;
  width: 50px;
}

.selectbox {
  position: relative;

	overflow: hidden;

	width: 90%;
	margin: 0 auto;

	text-align: center;

	border: 2px solid rgba(48, 9, 0, 1);
	border-radius: 2px;
  border-radius: 50px;
	background: #ffffff;
}
.selectbox select {
	width: 100%;
  padding: 4px 38px 4px 1em;

	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;

  color: rgba(48, 9, 0, 1);
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;

	-webkit-appearance: none;
	appearance: none;
}
.selectbox select::-ms-expand {
    display: none;
}
.selectbox::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;

	width: 0;
	height: 0;
	padding: 0;

	content: '';
	pointer-events: none;

	border-top: 6px solid rgba(48, 9, 0, 1);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

iframe{
  vertical-align: top;
}

img{
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;

  vertical-align: top;
}

img.object-fit{
  font-family: 'object-fit: cover; object-position: top center;';

  object-fit: cover;
  object-position: top center;
}

@media (min-width: 768px) {
  .wrapper{
    display: flex;
    flex-direction: column;
    justify-content:space-between;

    min-height: 100%;
  }
  .wrapper .container{
    flex: 1;
  }
  .wrapper footer{
    margin-top: auto;
  }
}


.shop_name{
  padding: 0.3rem 0.3rem;

  color: #000;
  text-align: right;
}
@media (min-width: 768px) {
  .shop_name{
    text-align: left;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;

    width: 950px;
    margin-left: -475px;
    padding: 35px 0 0 260px;
  }
}

.header{
  position: relative;

  display: flex;
}
@media (min-width: 768px) {
  .header{
    z-index: 2;

    display: block;
  }
}
.header .logo{
  flex: 1;
}
@media (min-width: 768px) {
  .header .logo{
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 950px;
    margin: auto;
    padding: 0.3rem 0;
  }
}

.header .logo h1{
  height: 3rem;
}
@media (min-width: 768px) {
  .header .logo h1{
    height: 5.5rem;
  }
}
.header .logo h1 a{
  display: flex;
  align-items: center;

  height: 100%;
  padding: 0 0.3rem;
}
@media (min-width: 768px) {
  .header .logo h1 a{
    display: flex;
    align-items: center;
    justify-content: flex-start;

    height: 100%;
    padding: 0;

    text-align: left;
  }
}

.header .logo img{
  width: auto;
  height: 100%;
}
.header .logo .desc{
  display: flex;
  align-items: center;
  justify-content: center;

  height: 3rem;

  background: rgb(66, 4, 4);
  background: linear-gradient(0deg, rgba(183, 43, 43, 1) 0%, rgba(66, 4, 4, 1) 15%, rgba(66, 4, 4, 1) 85%, rgba(183, 43, 43, 1) 100%);
}
@media (min-width: 768px) {
  .header .logo .desc{
    display: none;
  }
}

.header .logo_btn{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.header .logo_btn .btn_icon{
  margin: 0 0 0 0.3rem;
}
@media (min-width: 768px) {
  .header .logo_btn .btn_icon{
    display: none;
  }
}

.shop_info{
  display: none;
}
@media (min-width: 768px) {
  .shop_info{
    display: flex;
    justify-content: flex-end;

    font-size: 0.9rem;
    line-height: 1.6;
  }
}

.shop_info a{
  color: #000;
}

.shop_info .smoking{
  width: 100px;

  text-align: center;

  font-size: 0.9em;
}

.shop_info .smoking img{
  width: 50px;
  height: auto;

  border: 1px solid #ccc;
}

.shop_info_address{
  text-align: right;
}


.header .btn{
  margin: 0 0.3rem;
}
@media (min-width: 768px) {
  .header .btn{
    display: none;
  }
}
.header .btn_icon{
  width: 3rem;
  height: 3rem;
  /* linear-gradient(0deg, rgba(180, 0, 255, 1) 0%, rgba(219, 172, 255, 1) 100%); */

  border: 1px solid #380f00;
  border-radius: 0.3rem;
  background: rgb(66, 4, 4);
  background: linear-gradient(0deg, rgb(66, 4, 4) 0%, rgb(183, 43, 43) 100%);
}
.header .btn_icon.spacer{
  border: 1px solid transparent;
  border-radius: 0.3rem;
  background: transparent;
}

.header .btn_icon > *{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  width: 100%;
  height: 100%;
}
.header .btn_icon img{
  width: 80%;
}

.header #menu_btn{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.header #menu_btn span{
  display: block;

  width: 60%;
  height: 4px;
  margin: 2px 0;

  transition: 0.5s;

  opacity: 1;
  border-radius: 4px;
  background: #fff;
}

.header.active #menu_btn span:nth-child(1){
  transform: translateY(8px) rotate(225deg);
}
.header.active #menu_btn span:nth-child(2){
  opacity: 0;
}
.header.active #menu_btn span:nth-child(3){
  transform: translateY(-8px) rotate(-225deg);
}

.header .logo h1{
  margin-left: auto;
  margin-right: -3.5rem;
}
@media (min-width: 768px) {
  .header .logo h1{
    margin-left: 0;
    margin-right: 0;
  }
}

.header .logo h1 a{
  padding: 0;
}
.header .logo h1,
.header .btn_icon:first-child{
  margin-bottom: 0.3rem;
}

@media (min-width: 768px) {
  .header .logo h1,
  .header .btn_icon:first-child{
    margin-bottom: 0;
  }
}

.header #nav_slide{
  position: absolute;
  z-index: 9999;
  top: 6.3rem;

  display: none;
  overflow: hidden;

  width: 100%;
  padding: 0.7rem;

  list-style: none;

  background: #ffffff;
}

@media (min-width: 768px) {
  .header #nav_slide{
    position: relative;
    top: auto;

    display: flex !important;
    justify-content: center;

    padding: 0;

    background: rgba(48, 9, 0, 1);
  }
}

.header #nav_slide li{
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: rgba(85, 22, 7, 1);
}
@media (min-width: 768px) {
  .header #nav_slide li{
    border-width: 0;
  }
}

.header #nav_slide li:last-child{
  border-width: 1px 1px 1px;
}
@media (min-width: 768px) {
  .header #nav_slide li:last-child{
    border-width: 0;
  }
}

.header #nav_slide li a{
  display: flex;
  justify-content: space-between;

  padding: 0.8rem 1rem;

  color: #000;

  line-height: 1;
}
@media (min-width: 768px) {
  .header #nav_slide li a{
    display: block;

    padding: 0.6rem 1rem;

    text-align: center;

    color: #fff;

    font-size: 1.2rem;
  }
}

.header #nav_slide li a span{
  color: #000;

  font-size: 0.8em;
}
@media (min-width: 768px) {
  .header #nav_slide li a span{
    display: block;

    margin-top: 0.3rem;

    color: #ccbc8e;

    font-size: 0.6em;
  }
}


.breadcrumb_wrap{
  position: relative;
  z-index: 1;

  margin: 0 0 0px;
  /* border-top: 1px solid #000; */

  border-bottom: 1px solid #000;

  font-size: 0.9em;
}
.breadcrumb_wrap ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;

  padding: 0.5rem;

  list-style: none;
}
@media (min-width: 768px) {
  .breadcrumb_wrap ul{
    width: 950px;
    margin: 0 auto;
  }
}

.breadcrumb_wrap ul li{
  line-height: 1;
}
.breadcrumb_wrap ul li a{
  display: inline-block;

  margin: 0 0.3rem 0 0;
  /* color: #000; */
}

@media (min-width: 768px) {
  footer{
    background: rgba(48, 9, 0, 1);
  }
}

.footer{
  padding: 0 0 4rem 0;
}
@media (min-width: 768px) {
  .footer{
    padding: 0 0 0 0;

    font-size: 0.9rem;
  }
}

.footer .menu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  padding: 0.5rem 1rem;

  list-style: none;

  text-align: center;
}

.footer .menu li{
  width: 25%;
  margin: 0.3rem 0
}
@media (min-width: 768px) {
  .footer .menu li{
    width: auto;
  }
}

.wrapper.xmas .footer .menu li,
.wrapper.halloween .footer .menu li{
  background-color: rgba(48, 9, 0, 1);
}
.wrapper.xmas .footer .menu li a,
.wrapper.halloween .footer .menu li a{
  color: #fff;
}
@media (min-width: 768px) {
  .wrapper.xmas .footer .menu li,
  .wrapper.halloween .footer .menu li{
    background-color: transparent;
  }
}


.footer .menu li a{
  display: block;

  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #754f34;
}
@media (min-width: 768px) {
  .footer .menu li a{
    margin: 0 0.5rem;

    color: #fff;
    border-width: 0;
  }
  .footer .menu li a:before{
    margin-right: 0.3rem;

    content: "\f0da";

    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
}

.footer .menu li:nth-child(4n+1) a{
  border-left-width: 1px;
}
@media (min-width: 768px) {
  .footer .menu li:nth-child(4n+1) a{
    border-width: 0;
  }
}

.footer .menu li {
  border-width: 0 1px
}

.footer .copyright{
  padding: 0 0 0.3rem;

  text-align: center;

  font-size: 0.9em;
}
@media (min-width: 768px) {
  .footer .copyright{
    color: #fff;
  }
}

.foot_fix{
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;

  width: 100%;
}
@media (min-width: 768px) {
  .foot_fix{
    display: none;
  }
}

.foot_fix_inner{
  display: flex;

  background: rgba(0, 0, 0, 0.7);
}
.foot_fix_inner a{
  display: flex;
  justify-content: center;

  height: 3rem;

  border: 1px solid #380f00;
  background: rgb(66, 4, 4);
  background: linear-gradient(0deg, rgb(66, 4, 4) 0%, rgb(183, 43, 43) 100%);
}

.foot_fix_left{
  flex: 1;

  padding: 0.5rem 0 0.5rem 0.5rem;
}

.foot_fix_left a{
  border-right-width: 0;
  border-radius: 0.3rem 0 0 0.3rem;
}

.foot_fix_right{
  width: 3.5rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
}

.foot_fix_right a{
  border-left-width: 0;
  border-radius: 0 0.3rem 0.3rem 0;
}

.pagetop{
  display: none;
}
@media (min-width: 768px) {
  .pagetop{
    position: fixed;
    z-index: 9999;
    right: 1rem;
    bottom: 1rem;

    display: block;

    width: 4rem;
    height: 4rem;

    background: rgba(0, 0, 0, 0.7);
  }
  .pagetop a{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 4rem;
    height: 4rem;

    color: #fff;

    font-size: 2rem;
  }
}

#page_top .breadcrumb_wrap{
  display: none;
}

@media (min-width: 768px) {
  .contents{
    width: 720px;
    margin: auto;
  }
}

.contents h2.page_title{
  margin: 0.5rem 0;

  text-align: center;

  line-height: 1;
}
@media (min-width: 768px) {
  .contents h2.page_title{
    margin: 1rem 0;
    padding: 0 10%;
  }
}
.contents h2.page_title span{
  display: block;

  margin: -5px 0 0;

  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
}

.contents .googlemap{
  margin: 1rem;
}
@media (min-width: 768px) {
  .contents .googlemap{
    margin: 1rem 0;
  }
}
.contents .googlemap iframe{
  width: 100%;
  height: 400px;
}

.contents .infotable{
  margin: 1rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .contents .infotable{
    margin: 2rem 0;
  }
}
.contents .infotable table{
  width: 100%;

  border-collapse: collapse;
}
.contents .infotable table th,
.contents .infotable table td{
  padding: 0.8rem;

  text-align: left;

  border: 1px solid #754f34;

  line-height: 1.6;
}
@media (min-width: 768px) {
  .contents .infotable table th,
  .contents .infotable table td{
    padding: 1rem;

    line-height: 2;
  }
}
.contents .infotable table th{
  padding: 0.5rem 0.8rem;

  text-align: left;
  vertical-align: middle;

  color: #ccbc8e;
  background: #300800;

  font-weight: normal;
}

.contents .smoking{
  margin: 1rem;

  text-align: center;

  font-size: 0.9em;
}

.contents .smoking img{
  width: 40%;
  margin: 0 auto;

  border: 1px solid #ccc;
}


.castlist{
  display: flex;
  flex-wrap: wrap;

  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .castlist{
    display: flex;
    flex-wrap: wrap;

    padding: 0 20px;
  }
}
.castlist .cast{
  width: 32%;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .castlist .cast{
    width: 128px;
    margin: 0 0 1rem 10px;
  }
}
.castlist .cast:nth-child(3n+2){
  margin: 0 2% 1rem;
}
@media (min-width: 768px) {
  .castlist .cast:nth-child(3n+2){
    margin: 0 0 1rem 10px;
  }
  .castlist .cast:nth-child(5n+1){
    margin: 0 0 1rem 0;
  }
}

.castlist .cast a{
  position: relative;

  display: block;

  text-align: center;
}
.castlist .cast a .cast_photo{
  position: relative;

  display: block;

  margin: 0 0 5px;
}
.castlist .cast a .cast_photo:after{
  display: block;

  padding-top: 133%;

  content: "";
}
.castlist .cast a .cast_photo img{
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;
}
.castlist .cast a .name{
  display: block;

  min-height: 2em;
}
.castlist .cast .new{
  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 1.4rem;
}
.castlist .cast .new img{
  vertical-align: top;

  line-height: 1;
}
.castlist .cast .time{
  display: block;

  padding: 0.3rem 0 0;

  font-size: 0.8em;
}

.swiper-pagination {
  position: relative;

  display: flex;
  justify-content: center;

  margin: 0.5rem 0 0;

  text-align: center;
}

.swiper-pagination-bullet {
  display: inline-block;

  width: auto;
  max-width: 80px;
  height: auto;
  margin: 0 0.2rem;

  opacity: .2;
  border-radius: 0;
  background: #000;
}

.swiper-pagination-bullet-active{
  opacity: 1;
}

.sp_logo{
  display: none;
}

#page_top .sp_logo{
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;

  background: #fff;
}
#page_top .sp_logo img{
  width: 100%;
  height: 100%;

  font-family: "object-fit: cover; object-position: center center;";

  object-position: center center;
}

@media (min-width: 768px) {
  #page_top .sp_logo{
    display: none !important;
  }
}



.news .topics{
  margin: 1rem 1rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .news .topics{
    margin: 2rem 0;
  }
}

.news .topics .title{
  padding: 0.3rem 0.5rem;

  color: #ccbc8e;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #754f34;
  border-radius: 5px;
  background: rgba(48, 8, 0, 0.8);

  font-weight: bold;
  line-height: 1.2;
}
.wrapper.xmas .news .topics .title,
.wrapper.halloween .news .topics .title{
  border-radius: 0;
}

.news .topics .topics_body_wrap{
  display: flex;
}
.wrapper.xmas .news .topics .topics_body_wrap,
.wrapper.halloween .news .topics .topics_body_wrap{
  padding: 0 0 0.5rem 0;
}

.news .topics .date{
  padding: 0.3rem 0;

  text-align: right;

  font-size: 0.8em;
  /* color: #666; */
}
.wrapper.xmas .news .topics .date,
.wrapper.halloween .news .topics .date{
  margin-right: 0.5rem;
}


.news .topics_photo{
  width: 20%;
  margin-right: 0.5rem;
}
.wrapper.xmas .news .topics_photo,
.wrapper.halloween .news .topics_photo{
  margin-left: 0.5rem;
}

.news .topics_body{
  flex:1;
}

.news .more a{
  display: block;

  width: 40%;
  margin: 0.5rem auto;
  padding: 0.7rem 0px;

  text-align: center;

  color: #fff;
  border-bottom: 2px solid #4c2007;
  border-radius: 5px;
  background: #804d35;

  line-height: 1;
}

#page_link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#page_link > *{
  overflow: hidden;

  margin: 0 2px;

  border: 1px solid #a167ff;
  border-radius: 5px;
}
#page_link span{
  display: block;

  padding: 7px 12px;

  color: #fff;
  background: #a167ff;

  line-height: 1;
}
#page_link a span{
  color: #a167ff;
  background: #fff;
}
