@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

html {
  font-size: 62.5%;
  width: 100%; }

body {
  background-color: #FFFFFF;
  color: #4D4D4D;
  font-size: 1.6rem;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W6", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 0.08em; }
  @media (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

* {
  box-sizing: border-box; }

a {
  color: #FF92A9;
  text-decoration: none;
  -webkit-transition: all .16s;
  transition: all .16s; }
  a:hover {
    opacity: .4; }

ul {
  list-style: none; }

img {
  vertical-align: bottom; }

ruby {
  line-height: 100%; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flex--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex--vertical-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.center {
  text-align: center; }

.inline-block {
  display: inline-block; }

@media (min-width: 768px) {
  .is-pc-disabled {
    display: none !important; } }

@media (max-width: 767px) {
  .is-sp-disabled {
    display: none !important; } }

.font-bold {
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W6", "Hiragino Maru Gothic Pro", "メイリオ", 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold; }

.color-pink {
  color: #FF92A9; }

.color-blue {
  color: #74D1EA; }

.color-yellow {
  color: #F6DB00; }

.color-green {
  color: #4BAE86; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.header {
  position: relative;
  z-index: 10; }
  .header__bar {
    position: relative;
    display: block;
    width: 950px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 767px) {
      .header__bar {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: 100%;
        height: 20px;
        background-color: #74D1EA;
        text-align: center; } }
    .header__bar img {
      position: absolute;
      top: 10px;
      right: 0;
      width: 189px;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .header__bar img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 60%;
          vertical-align: top; } }
  .header__title {
    text-align: center; }
    .header__title img {
      width: 1084px; }
      @media (max-width: 767px) {
        .header__title img {
          width: 100%; } }

.container {
  min-width: 1080px;
  margin-top: -50px;
  background-color: #74D1EA;
  overflow: hidden; }
  @media (max-width: 767px) {
    .container {
      min-width: 0;
      margin-top: -15px; } }

.inner {
  position: relative;
  width: 950px;
  padding-top: 40px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F2F2EB;
  box-shadow: 0 0 6.5px rgba(0, 27, 180, 0.3); }
  @media (max-width: 767px) {
    .inner {
      width: 100%;
      padding-bottom: 30px;
      padding-top: 1em; } }

.bg-wave {
  position: absolute;
  top: 50px; }
  .bg-wave--left {
    width: 300px;
    right: 50%;
    margin-right: 525px; }
  .bg-wave--right {
    width: 350px;
    left: 50%;
    margin-left: 525px; }

.yodogawa {
  font-size: 1.8rem;
  line-height: 222%;
  text-align: center; }
  @media (max-width: 767px) {
    .yodogawa {
      padding-left: 1em;
      padding-right: 1em;
      font-size: 1.4rem;
      text-align: left; } }

.toc {
  margin-top: 80px;
  padding-left: 200px;
  padding-right: 200px;
  text-align: center; }
  @media (max-width: 767px) {
    .toc {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0; } }
  .toc__inner {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .toc__inner {
        padding-bottom: 0; } }
  .toc__title {
    font-size: 2.4rem;
    line-height: 1; }
    @media (max-width: 767px) {
      .toc__title {
        font-size: 2.0rem; } }
  .toc__items {
    padding-left: 20px;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .toc__items {
        padding-right: 0; } }
  .toc__photo {
    position: absolute;
    width: 116px;
    right: -110px;
    bottom: -30px; }
    @media (max-width: 767px) {
      .toc__photo {
        top: 10px;
        bottom: auto;
        right: 10px;
        width: 90px; } }

.toc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 20px;
  text-align: left;
  color: #AEAEAE; }
  @media (max-width: 767px) {
    .toc-item {
      display: block; } }
  .toc-item > a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 767px) {
      .toc-item > a {
        display: block; } }
  .toc-item__title {
    line-height: 100%;
    font-size: 1.8rem; }
    @media (max-width: 767px) {
      .toc-item__title {
        font-size: 1.4rem; } }
    .toc-item__title span {
      font-size: 1.4rem;
      vertical-align: 1px;
      padding-right: 0.5em;
      margin-bottom: 0.5em; }
      .toc-item__title span.no-margin {
        padding-right: 0; }
      @media (max-width: 767px) {
        .toc-item__title span {
          font-size: 1.2rem; } }
  .toc-item__date {
    font-size: 1.4rem;
    line-height: 100%; }
    @media (max-width: 767px) {
      .toc-item__date {
        line-height: 200%; } }

.wave {
  width: 100%; }

.content {
  margin-top: 120px;
  text-align: center; }
  @media (max-width: 767px) {
    .content {
      margin-top: 30px; } }
  .content__box {
    margin-top: 60px;
    padding-left: 175px;
    padding-right: 175px;
    text-align: left; }
    @media (max-width: 767px) {
      .content__box {
        margin-top: 2em;
        padding-left: 0;
        padding-right: 0; }
        .content__box .text {
          padding-left: 1em;
          padding-right: 1em; } }
  .content__number {
    width: 157px;
    height: 157px;
    line-height: 157px;
    margin-left: auto;
    margin-right: auto;
    color: #74D1EA;
    font-size: 1.8rem;
    background-image: url(../img/number_circle@2x.png);
    background-repeat: no-repeat;
    background-size: 157px 157px; }
    @media (max-width: 767px) {
      .content__number {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 1.4rem;
        background-size: 120px 120px; } }
    .content__number strong {
      font-size: 3.2rem;
      vertical-align: top; }
      @media (max-width: 767px) {
        .content__number strong {
          font-size: 2.2rem; } }
  .content__subTitle {
    font-size: 3.6rem;
    line-height: 173%; }
    @media (max-width: 767px) {
      .content__subTitle {
        font-size: 2.2rem; } }
  .content__title {
    font-size: 4.6rem;
    line-height: 150%;
    margin-top: 0.5em; }
    @media (max-width: 767px) {
      .content__title {
        font-size: 2.6rem;
        padding-left: 1em;
        padding-right: 1em; } }

.text {
  margin-bottom: 1.5em; }

@media (max-width: 767px) {
  .notice {
    margin-left: 1em;
    margin-right: 1em; } }

.quotation {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FFFFFF;
  color: #4BAE86; }
  @media (max-width: 767px) {
    .quotation {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 1em;
      padding-right: 1em;
      margin-left: 1em;
      margin-right: 1em; } }
  .quotation p {
    margin-bottom: 1em; }
    .quotation p:last-child {
      margin-bottom: 0; }

.update {
  margin-top: 50px;
  font-size: 1.4rem; }
  @media (max-width: 767px) {
    .update {
      margin-top: 25px;
      font-size: 1.2rem; } }

.information {
  text-align: center;
  margin-top: 60px;
  padding-left: 200px;
  padding-right: 200px; }
  @media (max-width: 767px) {
    .information {
      margin-top: 30px;
      padding-left: 0;
      padding-right: 0; } }
  .information__inner {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 767px) {
      .information__inner {
        padding-top: 20px;
        padding-bottom: 0;
        margin-left: 0;
        margin-right: 0; } }
  .information__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 45px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left; }
    @media (max-width: 767px) {
      .information__box {
        display: block;
        margin-top: 20px;
        text-align: center; } }
  .information__title {
    font-size: 3.6rem;
    line-height: 160%;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .information__title {
        font-size: 1.8rem; } }
  .information__img {
    width: 227px;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .information__img {
        width: 160px;
        margin-right: 0;
        margin-bottom: 25px; } }
  .information__price {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.4rem;
    line-height: 186%; }
    @media (max-width: 767px) {
      .information__price {
        font-size: 1.2rem;
        margin-bottom: 1.5em; } }
  .information__btn {
    display: inline-block;
    padding-left: 0.8em;
    padding-right: 0.8em;
    line-height: 32px;
    color: #FFF;
    background-color: #FF92A9;
    border-radius: 16px; }

.pagination {
  margin-top: 110px;
  padding-left: 110px;
  padding-right: 110px;
  font-size: 2rem;
  text-align: center; }
  @media (max-width: 767px) {
    .pagination {
      position: relative;
      margin-top: 20px;
      padding-left: 1em;
      padding-right: 1em;
      font-size: 1.5rem; } }
  .pagination__prev {
    float: left;
    padding-left: 30px;
    background-position: center left;
    background-image: url(../img/btn_prev@2x.png); }
    @media (max-width: 767px) {
      .pagination__prev {
        padding-left: 25px; } }
  .pagination__next {
    float: right;
    padding-right: 30px;
    background-position: center right;
    background-image: url(../img/btn_next@2x.png); }
    @media (max-width: 767px) {
      .pagination__next {
        padding-left: 25px; } }
  .pagination__top {
    margin-left: 30px;
    padding-left: 30px;
    background-position: center left;
    background-image: url(../img/btn_top@2x.png); }
    @media (max-width: 767px) {
      .pagination__top {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translate(-50%, 100%);
            -ms-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%);
        margin-left: 0;
        padding-left: 25px;
        white-space: nowrap; } }
  .pagination a {
    display: inline-block;
    color: #4D4D4D;
    background-repeat: no-repeat;
    background-size: 25px 25px; }
    @media (max-width: 767px) {
      .pagination a {
        background-size: 20px 20px; } }

.links {
  margin-top: 110px;
  padding-left: 180px;
  padding-right: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media (max-width: 767px) {
    .links {
      margin-top: 30px;
      padding-left: 1em;
      padding-right: 1em; } }
  .links__twitter {
    width: 62px; }
    @media (max-width: 767px) {
      .links__twitter {
        width: 50px; } }
  .links__facebook {
    width: 88px; }
    @media (max-width: 767px) {
      .links__facebook {
        width: 70px; } }
  .links__mail {
    width: 54px; }
    @media (max-width: 767px) {
      .links__mail {
        width: 43px; } }
  .links__home {
    width: 88px; }
    @media (max-width: 767px) {
      .links__home {
        width: 70px; } }
  .links img {
    width: 100%; }

.copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 1.4rem; }
  @media (max-width: 767px) {
    .copyright {
      margin-top: 20px;
      font-size: 1.2rem; } }

.talk {
  margin-top: 2em;
  padding-left: 175px;
  padding-right: 175px;
  text-align: left; }
  @media (max-width: 767px) {
    .talk {
      padding-left: 0;
      padding-right: 0; } }
  .talk .talker0 {
    color: #808080; }
  .talk dt.talker0 {
    letter-spacing: 0; }
  .talk dt.talker1 {
    color: #4BAE86; }
  .talk dt {
    float: left;
    padding-left: 3em; }
    @media (max-width: 767px) {
      .talk dt {
        padding-left: 1em; } }
  .talk dd {
    margin-left: 6.5em;
    margin-bottom: 1.5em; }
    @media (max-width: 767px) {
      .talk dd {
        margin-left: 4em;
        margin-right: 1em; } }
    .talk dd.image, .talk dd.movie {
      margin-left: 0; }
      @media (max-width: 767px) {
        .talk dd.image, .talk dd.movie {
          margin-right: 0; } }

.caption {
  font-size: 1.4rem;
  line-height: 180%; }
  @media (max-width: 767px) {
    .caption {
      font-size: 1.2rem;
      margin-left: 0.5em;
      margin-right: 0.5em; } }

.image {
  margin-top: 2em;
  margin-bottom: 2em; }
  .image img {
    width: 100%; }

.movie {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-left: 0; }
  @media (max-width: 767px) {
    .movie {
      margin-right: 0; } }
  .movie .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .movie .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

.map {
  margin-top: 2em;
  margin-bottom: 2em; }
  .map iframe {
    width: 100%;
    height: 400px; }
    @media (max-width: 767px) {
      .map iframe {
        height: 300px; } }

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