body, * {
  box-sizing: border-box !important; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #272726; }

.header-container {
  width: 90%;
  margin: 30px auto 30px; }

.container {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      width: 80%;
      margin: 0 auto; } }

.logo-area {
  width: 350px; }
  @media screen and (max-width: 767px) {
    .logo-area {
      width: 58%; } }

.top-image-area .address-text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px; }
  @media screen and (max-width: 767px) {
    .top-image-area .address-text {
      font-size: 18px;
      margin-bottom: 50px; }
      .top-image-area .address-text span {
        display: block; } }
  .top-image-area .address-text i {
    margin-right: 5px; }

.top-image {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .top-image {
      margin-top: 150px;
      margin-bottom: 150px; } }
  .top-image img {
    max-width: 100%;
    width: 700px; }

.exp-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8em;
  margin-bottom: 150px;
  color: #161718; }
  @media screen and (max-width: 767px) {
    .exp-text {
      font-size: 18px;
      margin-bottom: 80px; } }
  .exp-text strong {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0px 3px 5px 0px;
    /*background: rgb(244, 243, 243);*/
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .exp-text strong {
        font-size: 18px; } }

h1.exp-text {
  line-height: 2.2; }
  @media screen and (max-width: 767px) {
    h1.exp-text {
      line-height: 2;
      letter-spacing: 0.05em; } }

h2.exp-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 2.0; }
  @media screen and (max-width: 767px) {
    h2.exp-text {
      font-size: 15px;
      line-height: 1.8; } }

.catch-mb {
  margin-bottom: 360px;
  position: relative; }
  .catch-mb:after {
    position: absolute;
    content: '';
    height: 120px;
    width: 1px;
    bottom: -240px;
    left: calc( 50% - 0.5px );
    background: #ccc; }
  @media screen and (max-width: 767px) {
    .catch-mb {
      margin-bottom: 160px; }
      .catch-mb:after {
        position: absolute;
        content: '';
        height: 50px;
        width: 1px;
        bottom: -100px;
        left: calc( 50% - 0.5px );
        background: #ccc;
        height: 50px;
        width: 1px;
        bottom: -100px;
        left: calc( 50% - 0.5px );
        background: #ccc; } }

.gray {
  color: #1e1e1e; }

@media screen and (max-width: 767px) {
  .calendar-section .container {
    width: 100%; } }

.scroll-box {
  overflow: auto; }

.calendar-table {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  min-width: 1000px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .calendar-table {
      margin-bottom: 20px; } }
  .calendar-table tbody {
    /*border-left:1px solid #ebe8e8;*/ }
  .calendar-table th {
    font-family: 'Open Sans','Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    width: 50px;
    padding: 30px 20px;
    border-bottom: 1px solid #ebe8e8; }
    @media screen and (max-width: 767px) {
      .calendar-table th {
        width: 30px;
        padding: 10px 10px;
        font-size: 16px; } }
  .calendar-table .business-hours {
    font-size: 22px; }
    @media screen and (max-width: 767px) {
      .calendar-table .business-hours {
        font-size: 18px; } }
  .calendar-table .part-name {
    font-size: 16px;
    padding-bottom: 10px;
    padding: 30px;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .calendar-table .part-name {
        padding: 30px 20px; } }
    .calendar-table .part-name .flumina a {
      color: #006BB7; }
    .calendar-table .part-name .yorumina a {
      color: #984da7; }
    .calendar-table .part-name .holiday {
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .calendar-table .part-name .holiday {
          font-size: 12px; } }
    .calendar-table .part-name h1 {
      font-weight: bold;
      margin-bottom: 10px; }
      .calendar-table .part-name h1 i {
        margin-left: 5px;
        font-size: 20px; }
    .calendar-table .part-name .small {
      font-size: 12px; }
    .calendar-table .part-name p span {
      display: block; }
      @media screen and (max-width: 767px) {
        .calendar-table .part-name p span {
          display: block;
          padding: 5px 20px;
          width: 80%;
          margin: 10px auto 0; } }
  .calendar-table td {
    font-size: 22px;
    color: #a8a8a8;
    vertical-align: middle;
    border-bottom: 1px solid #ebe8e8; }

.info-text {
  font-size: 15px;
  text-align: left;
  color: #404043;
  font-weight: 100;
  padding: 20px 60px;
  background: #f8f8fa;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .info-text {
      margin-top: 10px;
      font-size: 12px;
      background: none;
      padding: 0px 20px; } }
  .info-text i {
    margin-right: 5px; }

.blue {
  color: #006bb7; }

.red {
  color: #f19cc1; }

footer {
  margin-bottom: 60px; }

.copyright {
  text-align: center;
  font-size: 14px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding: 10px;
  margin-top: 150px;
  color: rgba(30, 40, 50, 0.6); }

.fr {
  float: right; }

.under-line {
  border-bottom: 1px solid #ccc; }

.info {
  display: flex;
  justify-content: center;
  width: 500px;
  margin: 20px auto 0px; }
  .info dt {
    width: 150px; }

.small {
  font-size: 12px;
  /*      background:#555;
    color:#fff;*/
  /*border:1px solid #555;
  padding:0 5px;*/
  margin-top: 5px;
  text-align: center; }

.pink {
  color: #F19CC1; }

.normal {
  font-weight: 100 !important;
  display: inline;
  font-size: 14px;
  margin-right: 5px; }

.gray-area {
  /*background:rgb(248, 248, 250);*/ }
  .gray-area th, .gray-area td {
    /*padding:30px 20px;*/ }

.flumina-area .last-order {
  background: #006bb7;
  color: #fff;
  margin-top: 5px; }
.flumina-area i {
  color: #006bb7; }

.yorumina-area .last-order {
  background: #b56cc4;
  color: #fff;
  margin-top: 5px; }
.yorumina-area i {
  color: #b56cc4; }

.contact-button {
  background: #161718;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 30px 50px; }
  @media screen and (max-width: 767px) {
    .contact-button {
      font-size: 18px;
      padding: 20px 30px; } }

/*# sourceMappingURL=style.css.map */
