/*padding‚Æborder ‚Ì•‚ð—v‘f‚Ì•‚Æ‚‚³‚ÉŠÜ‚ß‚é*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#floatMenu {
  width: 70px;
  position: absolute;
  top: 110px;
  right: 0;
  z-index: 99999999;
}

.btn a {
  writing-mode: vertical-rl;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  padding: 20px 20px;
  display: block;
  border-radius: 15px 0px 0px 15px;
  margin-bottom: 10px;
  width: 70px;
  height: 180px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  right: 0;
  font-weight: 500;
  background-color: #273822;
  transition: all .2s;
  position: relative;
    
}
.btn a:after {
  content: "";
  width: 62px;
  height: 100px;
  display: block;
  transition: all .2s cubic-bezier(0.2, 1, 0.66, 1);
  vertical-align: middle;
  background: url(../images/tabinyan.png) center / 100% no-repeat;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.btn a:hover {
  background: #515940;
  color: #fff;
}
.btn a:hover:after {
  opacity: 1;
}

/*ã‘¤‚©‚ç*/
.btn a:after{
	top:0;
	left:50%;/*¶‰E‚ð’†‰›Šñ‚¹*/
	transform:translateX(-50%);/*¶‰E‚ð’†‰›Šñ‚¹*/
}
.btn a:hover:after{
	top:-60px;
}

.btn2 a {
  writing-mode: vertical-rl;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  padding: 20px 20px;
  display: block;
  border-radius: 15px 0px 0px 15px;
  margin-bottom: 10px;
  width: 70px;
  height: 180px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  right: 0;
  font-weight: 500;
  background-color: #164f28;
  transition: all .2s;
  position: relative;
}
.btn2 a:after {
  content: "";
  width: 62px;
  height: 100px;
  display: block;
  transition: all .2s cubic-bezier(0.2, 1, 0.66, 1);
  vertical-align: middle;
  background: url(../images/tabinyan.png) center / 100% no-repeat;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.btn2 a:hover {
  background: #515940;
  color: #fff;
}
.btn2 a:hover:after {
  opacity: 1;
}

/*¶‘¤‚©‚ç*/
.btn2 a:after {
  bottom: 10px;
  left: -10px;
  transform: scale(0.8) rotate(25deg);
    
}
.btn2 a:hover:after {
  bottom: 20;
  left: -45px;
  transform: scale(1) rotate(-45deg);
}


.btn3 a {
  writing-mode: vertical-rl;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  display: block;
  border-radius: 15px 0px 0px 15px;
  margin-bottom: 10px;
  width: 70px;
  height: 180px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  padding: 5px 20px;
  right: 0;
  font-weight: 500;
  background-color: #642125;
  transition: all .2s;
  position: relative;
    
}
.btn3 a:after {
  content: "";
  width: 62px;
  height: 100px;
  display: block;
  transition: all .2s cubic-bezier(0.2, 1, 0.66, 1);
  vertical-align: middle;
  background: url(../images/tabinyan.png) center / 100% no-repeat;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.btn3 a:hover {
  background: #642125;
  color: #fff;
}
.btn3 a:hover:after {
  opacity: 1;
}
.btn3 a:after{
	bottom:0;
	left:50%;/*¶‰E‚ð’†‰›Šñ‚¹*/
	transform:translateX(-50%) rotate(180deg);/*translateX‚Å’†‰›Šñ‚¹Arotate180deg‚Åã‰º”½“]*/
}
.btn3 a:hover:after{
	bottom:-60px;
}
#page-pc {
  position: fixed;
  text-align: center;
  right: 0;
  z-index: 2000;
}
.reservation_bt_sp {
  display: none;
}
.contents-top {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contents-top > div {
  float: left;
  margin-bottom: 0px;
}
.contents-k {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.contents-k > div {
  float: left;
  margin-bottom: 0px;
}
.contents-inner-top1 {
  width: 30%;
}
.contents-inner-top2 {
  width: 70%;
  font-size: 15px;
  line-height: 2.5;
}
.contents-inner2 {
  width: 50%;
  padding: 15px;
}
.contents-inner-f2 {
  width: 50%;
  height: 500px;
  padding: 15px;
}
.contents-top:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.contents-bn {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contents-bn > div {
  float: left;
  margin: 0 auto;
  margin-bottom: 0px;
}
.contents-inner-bn1 {
  width: 20%;
}
.contents-inner-bn2 {
  width: 20%;
}
.contents-inner-bn3 {
  width: 25%;
}
.contents-k:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.contents-bn:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  .contents-top {
    width: 90%;
    margin: 0 auto;
  }
  .contents-top > div {
    padding: 5px;
  }
  .contents-inner-top1 {
    width: 100%;
  }
    .menu_title1 {
    width: 90px;
  }
  .contents-inner-top2 {
    width: 100%;
    line-height: 1.8;
  }
  .reservation_bt_sp {
    display: block;
    width: 100%;
    margin: 0;
  }
  .contents-reservation {
    width: 100%;
    margin: 0;
  }
  .contents-reservation > div {
    float: left;
  }
  .contents-inner-r1 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    width: 50%;
    background-color: #273822;
    color: #ffffff;
    padding: 7px 0px;
  }
  .contents-inner-r2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    width: 50%;
    background-color: #164f28;
    color: #ffffff;
    padding: 7px 0px;
  }
  .contents-k {
    margin: 0 auto;
    margin-bottom: 0px;
  }
  .contents-inner2 {
    width: 100%;
    padding: 15px;
  }
  .contents-inner-f2 {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  .contents-bn {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .contents-bn > div {
    float: left;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  .contents-inner-bn1 {
    width: 33%;
    margin: 0 auto;
  }
  .contents-inner-bn1 img {
    width: 140px;
  }
  .contents-inner-bn2 {
    width: 50%;
    margin: 0 auto;
  }
  .contents-inner-bn2 img {
    width: 140px;
  }
  .contents-inner-bn3 {
    width: 50%;
    margin: 0 auto;
  }
  .contents-inner-bn2 img {
    width: 140px;
  }
  #floatMenu {
    display: none;
  }
  #page-r {
    position: fixed;
    text-align: center;
    bottom: 0;
    z-index: 2000;
    color: #fff;
  }
  #page-r a {
    color: #fff;
  }
}