@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* title  */
/* -------------------------------------------- */
#title {
  background: url("/about/image/title.jpg") center center no-repeat;
  background-size: cover;
}
#title h1 {
  width: 400px;
}

.catch-area {
  width: 480px;
}

/* -------------------------------------------- */
/* info  */
/* -------------------------------------------- */
.info {
  margin: 0 auto 5em;
}
.info .info-photo {
  display: flex;
  justify-content: space-between;
}
.info .info-photo li {
  margin-bottom: 1em;
  width: 50%;
}
.info .info-photo li img {
  width: 100%;
}
.info .information {
  margin: 0 auto 4em;
  width: 90%;
}
.info .information dl {
  display: flex;
}
.info .information dl dt {
  padding: 15px;
  width: 150px;
  border-bottom: 2px solid #b7b7b7;
  font-weight: bold;
}
.info .information dl dd {
  padding: 15px;
  width: calc(100% - 150px);
  border-bottom: 2px solid #000;
}
.info .information dl dd span.map {
  margin-left: 5px;
  vertical-align: top;
}
.info .information dl dd span.map a {
  padding: 2px 3px;
  color: #FFF;
  display: inline-block;
  background: #d60000;
  font-size: 0.8em;
}
.info .information dl dd span.map a:after {
  content: "\f3c5";
  padding: 0 0 0 5px;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  color: #fff;
}
.info .information dl dd span.map a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.info #map {
  margin: 0 auto 1.5em;
  max-width: 980px;
}

/* -------------------------------------------- */
/* mokuteki  */
/* -------------------------------------------- */
.mokuteki {
  margin: 0 auto 5em;
}
.mokuteki .list {
  margin: 0 auto;
  padding: 3em 5em;
  max-width: 1100px;
  width: 96%;
  border: 12px solid #000;
}
.mokuteki .list dl {
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mokuteki .list dl dt {
  padding: 0 0.5em;
  font-size: 4em;
  text-align: center;
}
.mokuteki .list dl dd {
  font-size: 1.2em;
}

/* -------------------------------------------- */
/* history  */
/* -------------------------------------------- */
.history {
  margin: 0 auto 5em;
}
.history .timeline {
  list-style: none;
  margin: 0 auto 5em;
  width: 90%;
}
.history .timeline .timeline-date {
  width: 150px;
  float: left;
  margin-top: 21px;
  font-weight: bold;
  font-size: 1.2em;
}
.history .timeline .timeline-content {
  padding-top: 5px;
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
}
.history .timeline .timeline-content p {
  padding-top: 15px;
  font-size: 1.2em;
}
.history .timeline .timeline-content::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #d60000;
  position: absolute;
  left: 146px;
  top: 27px;
  border-radius: 100%;
}
.history .timeline > li {
  margin-bottom: 60px;
}
.history .timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

/* -------------------------------------------- */
/* release  */
/* -------------------------------------------- */
.release {
  margin: 0 auto 6em;
}
.release p.center {
  margin: 0 auto 2em;
}
.release .info-inner {
  margin: 0 auto;
  max-width: 600px;
  border-top: 1px dotted #000;
}
.release .info-inner a {
  display: block;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.release .info-inner a:hover {
  background: #efefef;
  text-decoration: none;
}
.release .info-inner dl {
  padding: 10px 20px;
  border-bottom: 1px dotted #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.release .info-inner dl dt {
  font-size: 1.3em;
  font-weight: bold;
}
.release .info-inner dl dd {
  font-size: 2.4em;
  color: #d60000;
}

/* -------------------------------------------- */
/* under  */
/* -------------------------------------------- */
.under {
  margin: 0 auto 5em;
}
.under .time {
  position: relative;
  margin: 5em auto 0;
  max-width: 771px;
  background: url("/about/image/time_in.jpg") center top repeat-y;
  background-size: 100%;
}
.under .time p.bottom, .under .time p.top {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 771px;
  vertical-align: bottom;
  line-height: 0;
}
.under .time p.bottom img, .under .time p.top img {
  width: 100%;
}
.under .time div.time-box {
  padding: 2em 3em;
}
.under .time div.time-box .time-in {
  margin: 0 auto 1.5em;
}
.under .time div.time-box .time-in h4 {
  margin: 0 auto 1.5em;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
.under .time div.time-box .time-in dl {
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
  display: flex;
  font-size: 1.2em;
  background: url("/about/image/line.png") 0 bottom repeat-x;
}
.under .time div.time-box .time-in dl dt {
  padding: 10px 15px;
  min-width: 100px;
}
.under .time div.time-box .time-in dl dd {
  padding: 10px;
}
.under .time div.time-box ul {
  margin: 0 auto 1.5em;
}
.under .time div.time-box ul li {
  text-indent: -17px;
  margin-left: 20px;
}
.under .time div.time-box .tel {
  text-align: center;
  font-size: 1.2em;
}
.under .time div.time-box .tel em {
  font-size: 2.4em;
  font-weight: bold;
  padding: 0 0.5em;
}
.under .time div.time-box .tel em::before {
  content: "\f095";
  padding: 0 5px 0 5px;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  color: #000;
}
.under .time p.bird {
  position: absolute;
  top: -40px;
  right: 20%;
}
.under .time p.fukidashi {
  position: absolute;
  top: -60px;
  left: -60px;
}

.facility .floor {
  margin: 0 auto 3em;
  text-align: center;
}
.facility .photo {
  display: flex;
  flex-wrap: wrap;
}
.facility .photo li {
  width: 25%;
  line-height: 0;
}
.facility .photo li img {
  width: 100%;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  /* -------------------------------------------- */
  /* title */
  /* -------------------------------------------- */
  #title h1 {
    width: 300px;
    font-size: 2em;
  }

  .catch-area {
    width: 365px;
  }

  /* -------------------------------------------- */
  /* mokuteki  */
  /* -------------------------------------------- */
  .mokuteki .list {
    padding: 2em;
  }
  .mokuteki .list dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mokuteki .list dl dt {
    padding: 0 0.3em 0 0;
    font-size: 4em;
    min-width: 85px;
  }
  .mokuteki .list dl dd {
    font-size: 0.9em;
  }

  /* -------------------------------------------- */
  /* history  */
  /* -------------------------------------------- */
  .history .timeline .timeline-date {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .history .timeline .timeline-content {
    padding-top: 5px;
    width: 100%;
    float: none;
  }
  .history .timeline .timeline-content p {
    padding-top: 10px;
  }
  .history .timeline .timeline-content::before {
    content: '';
    width: 5px;
    height: 5px;
    left: 140px;
    top: 21px;
  }

  .under .time p.fukidashi {
    position: absolute;
    top: -75px;
    left: 0px;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* -------------------------------------------- */
  /* info  */
  /* -------------------------------------------- */
  .info .information {
    width: 96%;
  }
  .info .information dl {
    display: block;
  }
  .info .information dl dt {
    width: 100%;
    background: #000;
    color: #fff;
  }
  .info .information dl dd {
    width: 100%;
  }
  .info #map {
    width: 96%;
  }

  /* -------------------------------------------- */
  /* under  */
  /* -------------------------------------------- */
  .under .time .time-box .tel {
    text-align: center;
    font-size: 1.2em;
  }
  .under .time .time-box .tel em {
    font-size: 2em;
  }
  .under .time .time-box .tel span {
    display: block;
    font-size: 0.9em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* title */
  /* -------------------------------------------- */
  #title h1 {
    width: 250px;
    font-size: 1.5em !important;
  }

  .catch-area {
    font-size: 0.7em;
    width: 265px;
  }

  /* -------------------------------------------- */
  /* mokuteki  */
  /* -------------------------------------------- */
  .mokuteki .list {
    padding: 1em 1.5em;
  }
  .mokuteki .list dl {
    display: block;
  }
  .mokuteki .list dl dt {
    width: 100%;
    padding: 0;
    font-size: 2em;
  }
  .mokuteki .list dl dd {
    width: 100%;
  }

  /* -------------------------------------------- */
  /* history  */
  /* -------------------------------------------- */
  .history .timeline .timeline-date {
    font-size: 0.9em;
  }
  .history .timeline .timeline-content p {
    font-size: 0.9em;
  }
  .history .timeline .timeline-content::before {
    content: '';
    width: 5px;
    height: 5px;
    left: 105px;
    top: 18px;
  }

  /* -------------------------------------------- */
  /* release  */
  /* -------------------------------------------- */
  .release h3 {
    font-size: 1.2em;
  }
  .release .info-inner dl dt {
    font-size: 1em;
  }
  .release .info-inner dl dd {
    font-size: 2em;
  }

  /* -------------------------------------------- */
  /* under  */
  /* -------------------------------------------- */
  .under .time div.time-box {
    padding: 1em 1.5em;
  }
  .under .time div.time-box .time-in h4 {
    font-size: 1.3em;
  }
  .under .time div.time-box .time-in dl {
    display: block;
    width: 100%;
    font-size: 1em;
  }
  .under .time div.time-box .time-in dl dt {
    width: 100%;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 2px 7px;
  }
  .under .time div.time-box .time-in dl dd {
    width: 100%;
  }
  .under .time div.time-box .tel {
    text-align: center;
    font-size: 0.9em;
  }
  .under .time p.bird {
    position: absolute;
    top: -25px;
    left: 70%;
  }
  .under .time p.fukidashi {
    position: absolute;
    top: -65px;
    left: 0;
  }

  .facility .photo li {
    width: 33.3%;
  }
}
