@charset "UTF-8";
/*=====================================================*/
/*							style.scss make start
/*=====================================================*/
body {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "メイリオ",sans-serif;
  color: #666;
}

.wrap {
  max-width: 768px;
  min-width: 320px;
  margin: 0 auto;
}

.wrap h1 {
  text-indent: -9999px;
  height: 0;
}

.wrap p {
  text-align: left;
}

.wrap img.head-img {
  width: 100%;
}

.wrap .contents-wrap {
  width: inherit;
  padding: 0 10px;
}

.wrap section {
  padding: 0 10px;
  margin: 0 0 20px 0;
}

.wrap section h2 {
  border-bottom: 5px solid #ff417d;
  background-color: #ff5393;
  color: #fff;
  padding: 4px 0 2px 5px;
  margin: 0 0 8px 0;
  text-align: left;
}

.wrap section p {
  padding: 0 10px;
}

.wrap section ul {
  margin: 0 15px 0 10px;
}

.wrap section ul li {
  text-align: left;
  list-style: none;
  margin: 7px 0 0 0;
}

.wrap section .sale-block {
  margin: 0 0 20px 10px;
}

.wrap section .sale-block h3 {
  color: #ff5393;
  border-bottom: 2px dotted #ff5393;
  margin: 0 10px 0 0;
  text-align: left;
}

.wrap section .sale-block h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.wrap section .sale-block p {
  margin: 6px 0 0 0;
}

.wrap section .sale-block .caption {
  font-size: 1.0em;
  font-weight: bold;
  margin: 10px 0;
}

.wrap section .sale-block ul {
  margin: 0 20px 0 20px;
}

.wrap section .sale-block ul li {
  margin: 7px 0 0 0;
}

.wrap section .sale-block img {
  width: 270px;
  margin-bottom: 10px;
}

.wrap section .sale-block hr {
  border-top: 1px dotted #333;
  margin: 15px 10px;
}

.wrap section dl {
  margin: 15px 10px 0 10px;
  padding: 0 0 2px 0;
  text-align: left;
  border-bottom: 1px dotted #ff417d;
}

.wrap section dl .top-cel {
  margin-top: 0;
}

.wrap section dl dt {
  width: 100%;
  color: #ff417d;
  font-weight: bold;
}

.wrap section dl dd {
  width: 100%;
  padding: 0 0 0 10px;
  margin: 3px 0 0 0;
}

.wrap #menu {
  width: 300px;
  margin: 0 auto;
}

.wrap #menu .time-table {
  border: 2px solid #ff417d;
  border-radius: 10px;
  width: 300px;
  padding: 20px 10px;
  margin: 0;
}

.wrap #menu .time-table .table-title {
  width: 213px;
  margin: 0 auto;
}

.wrap #menu .time-table .table-title h2 {
  background-image: url("../img/bg_timetable.jpg");
  background-repeat: repeat-x;
  background-position: left top;
  height: 39px;
  padding: 0;
  margin: 0 0 10px 0;
  border: none;
  line-height: 100%;
  color: #ff417d;
  width: 160px;
  text-align: center;
  padding-top: 12px;
}

.wrap #menu .time-table .table-title .title-decoration {
  float: left;
}

.wrap #menu .time-table .table-title img {
  height: 39px;
}

.wrap #menu .time-table .table-title::after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
}

.wrap #menu .time-table table {
  width: calc(100% - 20px);
  margin: 0 0 0 10px;
}

.wrap #menu .time-table table th,
.wrap #menu .time-table table td {
  padding: 10px 0 2px 0;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "メイリオ",sans-serif;
  text-align: left;
}

.wrap #menu .time-table table th {
  width: 110px;
}

.wrap #menu .time-table table .part-title {
  border-bottom: 2px solid #ff417d;
}

.wrap #menu .time-table table .part-title th {
  padding: 12px 0 2px 0;
  color: #ff417d;
  font-weight: bold;
  margin-top: 5px;
  text-align: left;
}

.wrap #menu .twitter {
  width: 300px;
  margin: 20px 0;
  display: block;
}

.wrap #menu .twitter-timeline {
  display: none;
}

.wrap #menu .banner {
  width: 300px;
  margin-bottom: 20px;
}

.en .wrap section h2 {
  border-bottom: 5px solid #00818d;
  background-color: #00aebc;
}

.en .wrap section .sale-block h3 {
  color: #00aebc;
  border-bottom: 2px dotted #00aebc;
}

.en .wrap section dl {
  border-bottom: 1px dotted #00aebc;
}

.en .wrap section dl dt {
  color: #00aebc;
}

.en .wrap #menu .time-table {
  border: 2px solid #00aebc;
}

.en .wrap #menu .time-table .table-title h2 {
  color: #00aebc;
  background-image: url("../img/bg_timetable-en.jpg");
}

.en .wrap #menu .time-table table .part-title {
  border-bottom: 2px solid #00aebc;
}

.en .wrap #menu .time-table table .part-title th {
  color: #00aebc;
}

/*=============== breakpoing 769px ===============*/
@media screen and (min-width: 769px) {
  .wrap {
    max-width: 960px;
    min-width: 769px;
  }
  .wrap::after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
  }
  .wrap .contents-wrap {
    float: left;
    width: calc(100% - 310px);
    padding: 0;
  }
  .wrap section .sale-block .caption {
    font-size: 1.2em;
  }
  .wrap section .sale-block ul {
    margin: 0 20px 0 20px;
  }
  .wrap section .sale-block img {
    width: 300px;
  }
  .wrap section .sale-block img:hover {
    background-color: #fff;
    opacity: 0.7;
  }
  .wrap section dl::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
  }
  .wrap section dl dt {
    float: left;
    width: 150px;
  }
  .wrap section dl dd {
    float: left;
    width: calc(100% - 150px - 10px);
    margin: 0;
  }
  .wrap #menu {
    float: right;
    margin: 0 10px 0 0;
  }
  .wrap #menu .twitter {
    display: none;
  }
  .wrap #menu .twitter-timeline {
    display: block;
    margin: 10px 0 0 0;
  }
}
