html, body {
  margin: 0;
  padding: 0;
}
body {
  background-color: #111;
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 15px;
  line-height: 2em;
}
@media only screen and (max-width:768px) {
  body {
    font-size: 14px;
    line-height: 1.7em;
  }
}
.wrapper {
  width: 100%;
  border-top: 6px solid #C8B084;
}
@media only screen and (max-width:768px) {
  .wrapper {
    border-top: 4px solid #C8B084;
  }
}
.inner {
  width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width:768px) {
  .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
header {
  padding: 24px 20px 17px;
}
@media only screen and (max-width:768px) {
  header {
    padding: 13px 0 8px;
  }
}
header .logo {
  float: left;
}
header .logo img {
  width: 160px;
  transition: 0.3s;
}
header .logo img:hover {
  opacity: 0.8;
}
@media only screen and (max-width:768px) {
  header .logo img {
    width: 100px;
  }
}
header .tel {
  text-align: right;
  margin-bottom: 13px;
  margin-top: -8px;
}
header .tel span {
  background-color: #FFF;
  color: #111;
  padding: 8px 12px;
  border-radius: 2px;
  font-size: 18px;
  font-weight: bold;
}
header nav {
  float: right;
}
@media only screen and (max-width:767px) {
  header nav.pc-show {
    display: none;
  }
}
@media only screen and (max-width:768px) {
  header nav.sp-show {
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-family: "MS PGothic", "Osaka", Arial, sans-serif;
  }
}
header nav ul {
  list-style-type: none;
  margin: 0;
}
header nav ul li {
  float: left;
  border-left: 1px solid #e8e8e8;
  padding: 0px 4px;
}
header nav ul li:last-child {
  border-right: 1px solid #e8e8e8;
}
header nav ul li a {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  padding: 6px 20px;
  transition: 0.3s;
}
header nav ul li a:hover {
  color: #111;
  background-color: #C8B084;
  border-radius: 1px;
}
header nav ul li a.active {
  color: #111;
  background-color: #C8B084;
  border-radius: 1px;
}
.topImage {
  width: 100%;
  z-index: 10;
}
.topImage img {
  width: 100%;
}
section {
  text-align: center;
  padding: 50px 0 25px;
}
@media only screen and (max-width:768px) {
  section {
    text-align: left;
    padding: 10px 0 10px;
  }
}
.toppage .menu_intro li {
  float: left;
  width: 33%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width:768px) {
  .toppage .menu_intro li {
    padding: 0 3px;
    text-align: center;
  }
}
.toppage .menu_intro li img {
  width: 100%;
  transition: 0.3s;
}
.toppage .menu_intro li img:hover {
  opacity: 0.7;
}
img.map {
  transition: 0.3s;
}
img.map:hover {
  opacity: 0.8;
}
footer {
  width: 100%;
  background-color: #1a1a1a;
  color: #eee;
  text-align: center;
  padding: 0.7em 0;
  letter-spacing: 0.1em;
  border-top: 1px solid #333;
}

/*utils*/

h2 {
  letter-spacing: 0.1em;
  font-size: 26px;
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: -7px;
    line-height: 1.7em;
  }
}
.detail_btn {
  margin: 40px 0 50px;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .detail_btn {
    margin: 35px 20px 40px;
  }
}
.detail_btn a {
  border: 1px solid #FFF;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
  padding: 13px 18px;
  transition: 0.2s;
  background-color: #111;
  font-weight: bold;
  font-family: "MS PGothic", "Osaka", Arial, sans-serif;
}
.detail_btn a:hover {
  border: 1px solid #FFF;
  border-radius: 4px;
  color: #111;
  background: #FFF;
  text-decoration: none;
}
.sm-font {
  font-size: 10px;
}
.dash2 {
  letter-spacing: -2px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  border-radius: 3px;
}
a {
  color: #FFF;
}
@media only screen and (max-width:768px) {
  .sp-show {
    display: block;
  }
  .sp-del {
    display: none;
  }
  .pc-show {
    display: none;
  }
}
@media only screen and (min-width:768px) {
  .sp-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
  .pc-del {
    display: none;
  }
}
.noradius {
  border-radius: 0 !important;
}
p.left {
  text-align: left;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/*menu*/

.sp-menu {
  position: fixed;
  top: 4px;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: 9999;
  opacity: 0.96;
  color: #FFF;
  overflow-y: auto;
  display: none;
  max-height: 99%;
}
@media only screen and (min-width:769px) {
  .sp-menu {
    display: none;
  }
}
.sp-menu .menu-logo {
  width: 100%;
  margin: 14px auto;
  text-align: center;
}
.sp-menu .menu-logo img {
  width: 33%;
  text-align: center;
}
.sp-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sp-menu ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.sp-menu ul li a {
  padding: 18px;
  text-decoration: none;
  border-top: 1px solid #bbb;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.sp-menu ul li:nth-child(odd) a {
  border-right: 1px solid #bbb;
}
.sp-menu ul li:nth-child(3) a, .sp-menu ul li:nth-child(4) a {
  border-bottom: 1px solid #bbb;
}
.menu_tel {
  width: 95%;
  border: 4px solid #C8B084;
  padding: 20px;
  box-sizing: border-box;
  padding: 0px 0 10px;
  margin: 20px auto;
  text-align: center;
}
.menu_tel .ttl {
  background-color: #C8B084;
  color: #111;
  font-size: 18px;
  margin-bottom: 16px;
  padding: 3px;
}
.menu_tel .num a {
  font-size: 28px;
  letter-spacing: 0.1em;
  color: #C8B084;
  text-decoration: none;
}
.menu_close_btn {
  width: 95%;
  color: #FFF;
  background-color: #ef5350;
  border-radius: 4px;
  text-align: center;
  padding: 14px;
  margin: 10px auto;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}
#panel-btn {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
}
#panel-btn:hover {
  background: transparent;
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #FFF;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #FFF;
  transition: .3s;
}
#panel-btn-icon:before {
  margin-top: -8px;
}
#panel-btn-icon:after {
  margin-top: 6px;
}
#panel-btn .close {
  background: pink;
}
#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*下層*/

.aboutpage .header_image {
  background-image: url(../images/kaso_shop.jpg);
}
.menupage .header_image {
  background-image: url(../images/kaso_menu.jpg);
}
.header_image {
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 110px 0;
  box-sizing: border-box;
}
.header_image h1 {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  margin-bottom: 10px;
}
.header_image p {
  text-align: center;
  margin-top: 0;
}
@media only screen and (max-width:768px) {
  .header_image {
    padding-top: 0;
    height: 90px;
  }
  .header_image h1 {
    vertical-align: middle;
    font-size: 22px;
    padding-top: 46px;
    margin-top: 0;
  }
}

/*下層:食事メニュー*/

.menupage h2 {
  font-size: 22px;
  margin-bottom: 0;
}
@media only screen and (max-width:768px) {
  .menupage h2 {
    font-size: 18px;
  }
}
.menupage h2:not(:first-child) {
  margin-top: 50px;
}
.pc-col3 li {
  padding: 15px;
  box-sizing: border-box;
}
@media only screen and (min-width:768px) {
  .pc-col3 li {
    float: left;
    width: 33%;
  }
}
@media only screen and (max-width:768px) {
  .pc-col3 li {
    float: left;
    width: 50%;
    padding: 6px;
  }
}
.pc-col3 li img {
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}
.pc-col3 li img:hover {
  opacity: 0.7;
}
.remodal h3 {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  font-weight: bold;
  padding: 10px 0;
}
.remodal {
  padding-top: 15px;
  background-color: #fdfdf7;
}
.remodal a {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}
.remodal a:hover {
  text-decoration: none;
}
.red {
  color: red;
}
.remodal img {
  border: 1px solid #bfbebe;
}
@media only screen and (max-width:768px) {
  .remodal {
    padding: 5px 20px 20px;
  }
}
.remodal-cancel{
  margin-top:17px;
}
.menu_desc {
  text-align: center;
}
a.btn-default {
  text-decoration: none;
}
.alert-box {
  background-color: #ef5350;
  padding: 17px 10px;
  color: #FFF;
  border-radius: 26px;
  cursor: pointer;
  transition: 0.3s;
  margin: 20px 15px 80px;
  font-weight: bold;
  font-size: 17px;
  box-shadow: 2px 4px 0 rgba(247, 142, 140, 1);
}
@media only screen and (max-width:768px) {
  .alert-box {
    border-radius: 6px;
    margin-left: 10px;
    margin-right: 10px;
    margin: 20px 0;
    font-size: 15px;
  }
}
.alert-box:hover {
  opacity: 0.65;
}
.alert-box a {
  color: #FFF;
  text-decoration: underline;
  font-weight: bold;
}
.alert-box a:hover {
  text-decoration: none;
}
.exp {
  margin: 4px 0px 0px;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .exp {
    margin-top: 7px;
    text-align: left;
  }
}
.exp2 {
  margin: 0 0 10px;
}
img.omakase {
  transition: 0.3s;
}
img.omakase:hover {
  opacity: 0.7;
}
@media only screen and (max-width:768px) {
  img.omakase {
    width: 90%;
  }
}

/*table*/

dl, dt, dd {
  box-sizing: border-box;
  vertical-align: middle;
  color: #111;
}
dl {
  background: #ddd;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
}
dt, dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #bbb;
}
dt {
  width: 24%;
  float: left;
  vertical-align: middle;
  display: table-cell;
}
dd {
  background: #fff;
  margin-left: 24%;
  padding-bottom: 10px;
  border-left: 1px solid #bbb;
  text-align: left;
}
@media only screen and (max-width:768px) {
  dt {
    width: 30%;
  }
  dd {
    margin-left: 30%;
  }
}
dd a {
  color: #111;
  text-decoration: underline;
}
dd a:hover {
  text-decoration: none;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}
#pageTop {
  position: fixed;
  bottom: 72px;
  right: 20px;
  transition: 0.3s;
}
#pageTop:hover {
  opacity: 0.7;
}
@media only screen and (max-width:768px) {
  #pageTop {
    position: fixed;
    bottom: 0px;
    right: 12px;
    width: 50px;
  }
  #pageTop img {
    width: 50px;
  }
}
.inst_bnr {
  text-align: center;
  margin-bottom: 5px;
  transition: 0.3s;
  text-align: center;
}
.inst_bnr:hover {
  opacity: 0.87;
}
@media only screen and (max-width:768px) {
  .inst-box {
    width: 100%;
    text-align: center;
  }
  .inst_bnr {
    width: 90%;
  }
}
img {
  border: 0px;
}
.slick-prev, .slick-next {
  z-index: 999;
}
.slick-prev {
  left: 6px;
}
.slick-next {
  right: 6px;
}
@media only screen and (max-width:768px) {
  .slick-prev {
    display: none !important;
  }
  .slick-next {
    display: none !important;
  }
}
a.noborder {
  text-decoration: none;
}
.smallfont {
  padding-top: -10px;
  font-size: 13px;
}
.hoji_section {
  display: none;
}
a.white{
  color: #FFF;
  text-decoration: underline;
}
a.white:hover{
  text-decoration: none;
}