@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face {
  font-family: 'DINNextLTPro';
  src: url('../fonts/DINNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINNextLTPro-Bold.otf') format('opentype'),
    url('../fonts/DINNextLTPro-Bold.woff') format('woff'),
    url('../fonts/DINNextLTPro-Bold.ttf') format('truetype'),
    url('../fonts/DINNextLTPro-Bold.svg#DINNextLTPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'liberation_sansregular';
  src: url('../fonts/ls/LiberationSans-Regular-webfont.eot');
  src: url('../fonts/ls/LiberationSans-Regular-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/ls/LiberationSans-Regular-webfont.woff') format('woff'),
    url('../fonts/ls/LiberationSans-Regular-webfont.ttf') format('truetype'),
    url('../fonts/ls/LiberationSans-Regular-webfont.svg#liberation_sansbold')
      format('svg');
  font-weight: Normal;
  font-style: normal;
}
body {
  box-sizing: border-box;
  text-align: justify;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #000;
  background: #f7f7f7;
  font-family: 'YakuHanJP', 'liberation_sansregular', '游ゴシック体',
    'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro',
    'メイリオ', 'Meiryo', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'DINNextLTPro', sans-serif;
}
h3 {
  font-size: 20px;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drawer.d-open {
  left: 0;
}
.drawer.d-open .drawernav {
  opacity: 1;
}
.drawer.d-open .icon-animation {
  background-color: rgba(255, 255, 255, 0);
  margin-right: 0px;
}
.gray {
  height: 60px;
  background-color: rgba(111, 111, 111, 0.2);
}
.drawer {
  display: none;
}
@media only screen and (max-width: 764px) {
  .drawer {
    display: block;
    position: fixed;
    top: 0px;
    left: -80%;
    width: 80%;
    z-index: 1000;
    background-color: #000;
    -webkit-transition: all 200ms 0s linear;
    -moz-transition: all 200ms 0s linear;
    -ms-transition: all 200ms 0s linear;
    -o-transition: all 200ms 0s linear;
    transition: all 200ms 0s linear;
  }
}
.drawer ul {
  list-style: none;
}
.drawer li {
  border-bottom: #cacaca 1px solid;
}
.drawer .drawernav {
  opacity: 0;
  -webkit-transition: all 200ms 0s linear;
  -moz-transition: all 200ms 0s linear;
  -ms-transition: all 200ms 0s linear;
  -o-transition: all 200ms 0s linear;
  transition: all 200ms 0s linear;
  clear: both;
}
.drawer a {
  font-family: 'DINNextLTPro', '游ゴシック体', 'Yu Gothic', sans-serif;
  color: #fff;
  padding: 20px 0 17px 20px;
  line-height: 1;
  font-size: 24px;
  border-bottom: 1px solid #717171;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: left;
}
.drawer a:hover {
  border-bottom: 1px solid #000;
}
.drawer .icon-animation {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  margin-right: -60px;
  -webkit-transition: all 200ms 0s linear;
  -moz-transition: all 200ms 0s linear;
  -ms-transition: all 200ms 0s linear;
  -o-transition: all 200ms 0s linear;
  transition: all 200ms 0s linear;
}
.drawer .icon-animation span {
  width: 50px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
}
.drawer .top {
  -webkit-animation: type6-top 0.5s;
  animation: type6-top 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.drawer .middle {
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  opacity: 1;
}
.drawer .bottom {
  -webkit-animation: type6-bottom 0.5s;
  animation: type6-bottom 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.drawer .is-open span {
  background: #fff;
}
.drawer .is-open .middle {
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.drawer .is-open .top {
  -webkit-animation: type6-top-close 0.5s;
  animation: type6-top-close 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.drawer .is-open .bottom {
  -webkit-animation: type6-bottom-close 0.5s;
  animation: type6-bottom-close 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes type6-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-17px) rotate(0deg);
    transform: translateY(-17px) rotate(0deg);
  }
}
@keyframes type6-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-17px) rotate(0deg);
    transform: translateY(-17px) rotate(0deg);
  }
}
@-webkit-keyframes type6-bottom {
  0% {
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(0deg);
    transform: translateY(15px) rotate(0deg);
  }
}
@keyframes type6-bottom {
  0% {
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(0deg);
    transform: translateY(15px) rotate(0deg);
  }
}
@-webkit-keyframes type6-top-close {
  0% {
    -webkit-transform: translateY(-17px) rotate(0deg);
    transform: translateY(-17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes type6-top-close {
  0% {
    -webkit-transform: translateY(-17px) rotate(0deg);
    transform: translateY(-17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@-webkit-keyframes type6-bottom-close {
  0% {
    -webkit-transform: translateY(15px) rotate(0deg);
    transform: translateY(15px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
}
@keyframes type6-bottom-close {
  0% {
    -webkit-transform: translateY(15px) rotate(0deg);
    transform: translateY(15px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
  }
}
.home {
  position: fixed;
  font-family: 'DINNextLTPro', sans-serif;
  font-size: 116%;
  top: 50%;
  left: 5%;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: -2em;
  z-index: 1000;
  line-height: 1.8em;
  border-bottom: none;
}
.home:before {
  content: '';
  bottom: 13px;
  left: -20px;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (max-width: 764px) {
  .home {
    display: none;
  }
}
#root > header {
  line-height: 1;
  position: absolute;
  right: 0px;
  top: 0px;
}
#root > header h1 object {
  position: absolute;
  right: 40px;
  top: 40px;
  margin: 0;
  width: 104px;
  height: 14px;
  line-height: 0.5;
}
@media only screen and (max-width: 764px) {
  #root > header h1 object {
    right: 24px;
    top: 24px;
  }
}
.bottommenu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  font-weight: bold;
  margin: 0px;
  padding: 0;
}
@media only screen and (max-width: 764px) {
  .bottommenu {
    display: none;
  }
}
.bottommenu li.un span {
  box-sizing: border-box;
  padding: 20px 18px 14px;
  background-color: #efefef;
  line-height: 1em;
  display: block;
}
.bottommenu li {
  font-family: 'DINNextLTPro', sans-serif;
  font-weight: 600;
  width: 25%;
  float: left;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  font-size: 138.5%;
  line-height: 1.2em;
}
.bottommenu li a {
  padding: 20px 18px 14px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 1em;
  display: block;
  position: relative;
}
.bottommenu li a:hover {
  background-color: #000;
  color: #fff;
}
.bottommenu li a i {
  display: none;
}
@media only screen and (max-width: 764px) {
  .bottommenu li a i {
    color: #aaa;
    padding: 10px;
    font-size: 18px;
    display: inline-block;
  }
}
.bottommenu .here {
  background-color: #000;
  color: #fff;
}
.bottommenu .here i {
  color: #fff;
}
.contents {
  margin: 40px auto 120px;
}
@media only screen and (max-width: 764px) {
  .contents {
    margin: 40px auto 20px;
  }
}
.contents header {
  padding: 40px;
  line-height: 1;
  padding-top: 0px;
}
@media only screen and (max-width: 764px) {
  .contents header {
    margin-top: -40px;
    padding: 20px;
    padding-bottom: 0;
  }
}
.contents header h1 {
  line-height: 0.6;
  margin: 0;
  font-size: 35px;
  font-weight: bold;
  border-right: 1px solid #999;
  padding-right: 30px;
  padding-top: 6px;
  font-family: 'DINNextLTPro', '游ゴシック体', 'Yu Gothic', sans-serif;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 764px) {
  .contents header h1 {
    display: none;
  }
}
.contents header h2 {
  margin: 0;
  padding-left: 26px;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  padding-top: 0px;
  line-height: 1;
}
@media only screen and (max-width: 764px) {
  .contents header h2 {
    font-size: 34px;
    display: block;
    padding: 0;
    margin-top: 80px;
    text-align: center;
  }
}
.contents label {
  font-size: 12px !important;
  line-height: 22px !important;
  font-family: 'DINNextLTPro', '游ゴシック体', 'Yu Gothic', sans-serif;
  font-weight: 600;
  display: block;
  margin: 0 0 8px;
}
.contents input {
  width: 100%;
  display: block !important;
  cursor: text !important;
  font-size: 15px !important;
  height: 40px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  margin: 0;
  margin-bottom: 20px;
  position: static;
  outline: 0 !important;
  border: none;
  font-size: 108%;
  border-radius: 0;
  padding: 10px 20px;
  height: auto;
  -webkit-appearance: none;
}
.contents button[type='submit'] {
  font-family: 'DINNextLTPro', '游ゴシック体', 'Yu Gothic', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
  color: #fff;
  border: 1px solid #000 !important;
  background-color: #000;
  display: block;
  width: 100%;
  line-height: 1em !important;
  padding: 16px 20px !important;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.contents button[type='submit']:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #717171 !important;
}
.contents .comment {
  padding: 8px !important;
  background-color: #ebebeb;
  border-radius: 4px;
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
}
.contents .centerbox {
  max-width: 450px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 764px) {
  .contents .centerbox {
    width: 100%;
    max-width: none;
    padding: 20px;
    margin-top: 0px;
  }
}
.contents .place,
.contents .room {
  max-width: 650px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 764px) {
  .contents .place,
  .contents .room {
    width: 100%;
    max-width: none;
    padding: 20px;
    margin-top: 0;
  }
}
.contents .place ul.box li,
.contents .room ul.box li {
  box-shadow: #e0e0e0 0px 2px 2px 0px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.contents .place ul.box li a,
.contents .room ul.box li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 764px) {
  .contents .place ul.box li,
  .contents .room ul.box li {
    padding: 10px;
  }
}
.contents .place h3,
.contents .room h3 {
  margin-top: 0;
  line-height: 1.2;
}
.contents .place h2,
.contents .room h2 {
  text-align: center;
  margin-top: 0;
  font-size: 26px;
  line-height: 1;
}
@media only screen and (max-width: 764px) {
  .contents .place h2,
  .contents .room h2 {
    font-size: 20px;
  }
}
.contents .place p,
.contents .room p {
  font-size: 13px;
  margin: 0;
}
.contents .place .leftbox,
.contents .room .leftbox {
  width: 60%;
  float: left;
  padding: 10px;
  padding-right: 40px;
}
@media only screen and (max-width: 764px) {
  .contents .place .leftbox,
  .contents .room .leftbox {
    padding: 10px;
  }
}
.contents .place .leftbox .bottomfix,
.contents .room .leftbox .bottomfix {
  position: absolute;
  bottom: 20px;
  left: 30px;
  padding-right: 80px;
  width: 60%;
}
@media only screen and (max-width: 764px) {
  .contents .place .leftbox .bottomfix,
  .contents .room .leftbox .bottomfix {
    left: 20px;
    padding-right: 40px;
  }
}
.contents .place .rightbox,
.contents .room .rightbox {
  width: 40%;
  float: right;
  min-height: 160px;
}
.contents .place .rightbox div,
.contents .room .rightbox div {
  height: 100%;
  min-height: 160px;
}
.contents .place ul.box li {
  background-position: center center;
  background-size: cover;
  min-height: 220px;
  font-weight: bold;
}
.contents .place ul.box li a {
  background-color: rgba(0, 0, 0, 0.4);
}
.contents .place ul.box li:hover a {
  background-color: transparent;
}
.contents .place ul.box li:nth-child(1) {
  background-image: url('../img/midoriso1.jpg');
}
.contents .place ul.box li:nth-child(2) {
  background-image: url('../img/midoriso2.jpg');
}
.contents .place ul.box li:nth-child(3) {
  background-image: url('../img/midoriso3.jpg');
}
.contents .place ul.box .leftbox {
  color: #fff;
}
@media only screen and (max-width: 764px) {
  .contents .place ul.box .leftbox {
    width: 100%;
  }
  .contents .place ul.box .leftbox .bottomfix {
    width: 100%;
  }
}
.contents .room ul.box li {
  min-height: 220px;
  background-color: #fff;
}
.contents .room ul.box li:hover {
  background-color: #f8f8f8;
}
.contents .room .leftbox {
  width: 70%;
}
@media only screen and (max-width: 764px) {
  .contents .room .leftbox {
    width: 60%;
  }
}
.contents .room .leftbox .bottomfix {
  width: 60%;
}
@media only screen and (max-width: 764px) {
  .contents .room .leftbox .bottomfix {
    padding-right: 40px;
  }
}
.contents .room .rightbox {
  width: 30%;
  padding-right: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 764px) {
  .contents .room .rightbox {
    width: 40%;
  }
}
.contents .room .rightbox div {
  height: 100%;
  padding-top: 112%;
  margin: 5px;
  min-height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contents .room .rightbox .madori_nagatacho1 {
  background-image: url('../img/madori_nagatacho1.png');
}
.contents .room .rightbox .madori_nagatacho2 {
  background-image: url('../img/madori_nagatacho2.png');
}
.contents .room .rightbox .madori_nagatacho3 {
  background-image: url('../img/madori_nagatacho3.png');
}
.contents .room .rightbox .madori_nagatacho4 {
  background-image: url('../img/madori_nagatacho4.png');
}
.contents .room .rightbox .madori_nakame1 {
  background-image: url('../img/madori_nakame1.png');
}
.contents .room .rightbox .madori_nakame2 {
  background-image: url('../img/madori_nakame2.png');
}
.contents .room .rightbox .madori_omotesando1 {
  background-image: url('../img/madori_omotesando1.png');
}
.contents .room .rightbox .madori_omotesando2 {
  background-image: url('../img/madori_omotesando2.png');
}
.contents .room .rightbox .madori_omotesando3 {
  background-image: url('../img/madori_omotesando3.png');
}
.contents .sellect span.open:after {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -2px;
}
.contents .sellect {
  padding-top: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 30px;
  font-size: 22px !important;
}
.contents .sellect ul {
  display: none;
  background-color: #fff;
  margin: 20px auto 30px;
  max-width: 400px;
  border-bottom: none;
  position: relative;
  padding: 0;
  font-size: 20px;
  box-shadow: #ededed 0px 2px 2px 1px;
}
.contents .sellect ul li a {
  border-bottom: 1px solid #ddd;
  padding: 14px 20px 8px;
  line-height: 1;
  display: block;
}
.contents .sellect ul li a:hover {
  background-color: #f8f8f8;
}
.contents .sellect ul li:last-child a {
  border-bottom: none;
}
.contents .sellect ul:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.contents .sellect ul:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -8px;
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 1px #f0f0f0;
  border-right: solid 1px #f0f0f0;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  z-index: 1000;
}
.contents .sellect span {
  position: relative;
  cursor: pointer;
  padding-right: 20px;
}
.contents .sellect span:after {
  content: '';
  position: absolute;
  right: -14px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
.contents .table {
  max-width: 650px;
  margin: 40px auto 120px;
}
@media only screen and (max-width: 764px) {
  .contents .table {
    padding: 20px;
    margin: 0px auto 20px;
  }
}
.contents .table h2 {
  text-align: center;
  margin-top: 0;
  font-size: 26px;
  line-height: 1;
}
@media only screen and (max-width: 764px) {
  .contents .table h2 {
    font-size: 20px;
    display: block;
    text-align: center;
    padding: 12px 0 10px;
    line-height: 0.8;
  }
}
.contents .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-family: 'DINNextLTPro', '游ゴシック体', 'Yu Gothic', sans-serif;
}
.contents .table .f1f1ygnm {
  display: flex;
}
.contents .table tr:first-child td {
  align-items: center;
  box-sizing: border-box;
  font-size: 12px;
  border-bottom: 1px #d1d1d1 solid;
  border-right: 1px #d1d1d1 solid;
  border-left: 1px #f2f2f2 solid;
  display: flex;
  height: 40px;
  justify-content: center;
}
.contents .table tr:last-child td {
  border-right: 1px #f2f2f2 solid;
}
.contents .table tr {
  width: 12.5%;
}
.contents .table .fc2bfg1 {
  align-items: center;
  background-color: #c9c3c3;
  border-bottom: 1px #d1d1d1 solid;
  border-right: 1px #d1d1d1 solid;
  box-sizing: border-box;
  display: flex;
  height: 40px;
  justify-content: center;
}
.contents .table .fd6n2wz {
  width: 16px;
  height: 16px;
  text-indent: 100%;
  display: block;
  overflow: hidden;
  border: 4px solid #ccccd7;
  border-radius: 10px;
}
.contents .table .fnyxln {
  width: 16px;
  height: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  text-indent: 100%;
  display: block;
  overflow: hidden;
}
.contents .table .fnyxln:before,
.contents .table .fnyxln:after {
  position: absolute;
  margin-top: -2px;
  top: 50%;
  left: 0;
  content: '';
  display: block;
  width: 16px;
  border-top: 4px solid #fff;
}
.contents .table .fnyxln:before {
  transform: rotate(315deg);
}
.contents .table .fnyxln:after {
  transform: rotate(-315deg);
}
.contents .table th {
  display: flex;
  border-bottom: 1px #f2f2f2 solid;
  text-align: center;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.contents .table th span {
  font-size: 12px;
  display: block;
}
.contents .table th div {
  line-height: 1;
}
.contents .table td {
  background-color: #fff;
  align-items: center;
  border-bottom: 1px #d1d1d1 solid;
  border-right: 1px #d1d1d1 solid;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  height: 40px;
  justify-content: center;
}
.contents .table td:last-child {
  border-bottom: 1px #f2f2f2 solid !important;
}
.contents .table .fd6n2wz {
  color: #000000;
  font-weight: bold;
}
.contents .table tr:first-child th {
  font-size: 12px;
  line-height: 1.3em;
}
.contents .table .sat,
.contents .table .sun {
  color: #b82633;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
