body {
  text-align: center;
  color: #5a470b;
  font-family: 'Hiragino Mincho ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.6em;

  -webkit-text-size-adjust: 100%;
}

body.pre {
  color: #ff5400;
  font-size: 24px;
}

body.pre a {
  text-decoration: none;
  color: #ff5400;
}

body.pre #wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(var(--vh, 1vh) * 100);
}

body.pre #container {
  padding: 3% 0;
}

body.pre h1 span {
  display: block;
  padding: 2% 0 0;
  font-size: 50%;
}

body.pre p {
  padding: 3% 0 0;
}
body.pre img {
  width: 80%;
  max-width: 900px;
  height: auto;
}

@media (max-width: 768px) {
  body.pre {
    color: #ff5400;
    font-size: 5.5vw;
  }
}

body, .wrapper {
  min-height: 100vh;
}

.wrapper {
  display: flex;
  flex-direction: column;
}
.wrapper .container {
  flex: 1;
}

a {
  text-decoration: none;
  color: #5a470b;
}


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 #da3c41;
  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: #da3c41;
  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 #da3c41;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

header {
  padding: 0 0 40px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 950px;
  margin: auto;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.6;
}

.header .logo {
  width: 250px;
}
.header .shopinfo {
  position: relative;
  flex: 1;
  text-align: right;
}
.header .shopinfo .shop_name {
  position: absolute;
  top: 55px;
  left: 20px;
}
.header .shopinfo .smoking {
  position: absolute;
  top: 0px;
  left: 280px;
  width: 60px;
  text-align: center;
  font-size: 10px;
}
.header .shopinfo .smoking img {
  width: auto;
  height: 70px;
}

#nav_slide {
  background: #ff7f8f;
}

#nav_slide ul {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: auto;
  list-style: none;
}
#nav_slide ul li {
  flex: 1;
}
#nav_slide ul a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}
#nav_slide ul a span {
  display: block;
  color: #ffe970;
  font-size: 11px;
}

.breadcrumb_wrap {
  border-bottom: 1px solid #9d9888;
}
.breadcrumb {
  display: flex;
  justify-content: flex-start;
  width: 950px;
  margin: auto;
  padding: 3px 0;
  list-style: none;
  font-size: 90%;
}

#page_index .breadcrumb_wrap {
  display: none;
}

.footer {
  padding: 15px 0;
  color: #fff;
  background: #ff7f8f;
}

.footer ul.menu {
  display: flex;
  justify-content: center;
  width: 950px;
  margin: auto;
  list-style: none;
}

.footer ul.menu li {
  position: relative;
  margin: 0 10px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1;
}

.footer ul.menu li:before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
}

.footer ul.menu li a {
  color: #fff;
}

.footer .copyright {
  width: 950px;
  margin: 10px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 38px;
}
.pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #000;
}
.pagetop a::before {
  display: block;
  width: 20px;
  height: 20px;
  margin: 10px 0 0 0;
  content: '';
  transform: rotate(-45deg);
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #fff;
}

.contents {
  width: 720px;
  margin: auto;
}

#page_profile .contents {
  width: 950px;
}

h2.page_title {
  margin: 0 0 20px;
  padding: 10px 0;
  vertical-align: middle;
  color: #9e7435;
  border-bottom: 1px solid #9e7435;
  line-height: 1;
}
h2.page_title span {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 0 5px 1em;
  color: #666;
  font-size: 60%;
  font-weight: normal;
}

section.box {
  padding: 0 0 50px 0;
}

.contents .googlemap {
  padding: 0 20px 30px;
}
.contents .googlemap iframe {
  width: 100%;
  height: 400px;
}


.contents .infotable {
  padding: 0 20px;
}
.contents .infotable table {
  width: 100%;
  border-collapse: collapse;
}
.contents .infotable table th, .contents .infotable table td {
  padding: 15px;
  text-align: left;
  border: 1px solid #e89191;
  line-height: 2;
}
.contents .infotable table th {
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
  background: #faeaea;
  font-weight: normal;
}

.contents .infotable.coupon {
  width: 60%;
  margin: 10px auto;
  padding: 0 0;
}

.contents .infotable.coupon table th, .contents .infotable.coupon table td {
  text-align: center;
}


.castlist {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  gap: 20px 10px;
}
.castlist .cast {
  width: 128px;
  margin: 0 0 0 0;
  line-height: 1;
}

.castlist .cast {
  position: relative;
  display: block;
  text-align: center;
}
.castlist .cast .cast_photo {
  display: block;
  overflow: hidden;
  height: 170px;
  margin: 0 0 5px;
}
.castlist .cast .cast_photo img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}
.castlist .cast .name {
  display: block;
}
.castlist .cast .new {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
}
.castlist .cast .new img {
  vertical-align: top;
  line-height: 1;
}
.castlist .cast .time {
  display: block;
  padding: 5px 0 0;
  font-size: 12px;
}
