@charset "UTF-8";

/* パソコンサイズ */
@media screen and (min-width:768px){
  .detail {
    background: #f3f3f3;
  }
  .detail .contents .inner {
    width: 100%;
    max-width: 1000px;
  }
  .detail h2 {
    margin: 30px 0 30px 0;
    font-size: 2rem;
    color: #01627a;
    text-align: center;
  }
  .detail .contents {
    display: flex;
    justify-content: center;
  }
  .detail .white-box {
    background: #fff;
    max-width: 1000px;
    padding: 30px;
  }
  .detail .white-box .main {
    width: 100%;
  }
  .detail .white-box .adress {
    margin-bottom: 20px;
    position: relative;
  }
  .detail .white-box .access:first-child {
    position: relative;
  }
  .detail .white-box .adress img,
  .detail .white-box .access img {
    position: absolute;
    left: -40px;
  }
  .detail .white-box .adress,
  .detail .white-box .access {
    margin-left: 30px;
    line-height: 32px;
  }

  .detail .sub {
    text-align: center;
    font-size: 1.625rem;
    color: #01627a;
  }
  .detail .sub-left {
    color: #01627A;
    text-align: left;
    font-size: 1.625rem;
    border-bottom: solid 1px #019FC7;
    line-height: 2.5;
    margin: 30px 0;
  }
  .detail .place-area {
    display: flex;
  }
  .detail .contents .left-block {
    width: 50%;
    padding: 0 15px 10px 15px;
  }
  .detail .contents .right-block {
    width: 50%;
    padding: 0 20px 10px 20px;
    border-left: solid 1px #ddd;
  }
  .detail .contents .right-block .facility {
    font-size: 1rem;
    color: #01627a;
    margin-bottom: 10px;
  }
  .detail .contents .right-block ul li {
    font-size: 1rem;
    background: #01627A;
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    margin: 0 6px 9px 0;
  }
  .detail .content {
    display: flex;
    justify-content: center;
    margin: 100px 0;
  }
  .detail .white-box {
    background: #fff;
    max-width: 1000px;
    margin-bottom: 60px;
    padding: 30px;
  }
  .detail .page-info .white-box {
      margin-bottom: 60px;
  }
  .page-info .over-right-block {
      padding: 15px 0;
  }
  .detail .white-box .main {
    width: 100%;
  }
  .detail .white-box .left-block-list:not(:last-child) {
    margin-bottom: 20px;
    position: relative;
  }
  .detail .white-box .left-block-list:last-child {
    position: relative;
  }
  .detail .white-box .adress img,
  .detail .white-box .access img,
  .detail .white-box .term img,
  .detail .white-box .price img {
    top: 0;
    width: 32px;
    position: absolute;
    left: -40px;
  }
  .detail .white-box .adress,
  .detail .white-box .access,
  .detail .white-box .term,
  .detail .white-box .price {
    margin-left: 30px;
    line-height: 32px;
  }

  .detail .sub {
    text-align: center;
    font-size: 1.625rem;
    color: #01627a;
  }
  .detail .sub.sp {
    display: none;
  }
  .detail .sub-left {
    color: #01627A;
    text-align: left;
    font-size: 1.625rem;
    border-bottom: solid 1px #019FC7;
    line-height: 2.5;
    margin: 0 0 30px;
  }
  .detail .place-area {
    display: flex;
    margin-bottom: 80px;
  }
  .detail .left-block {
    width: 50%;
    padding: 0 15px 10px 15px;
  }
  .detail .contents .right-block {
    width: 50%;
    padding: 0 20px 10px 20px;
    border-left: solid 1px #ddd;
  }
  .detail .contents .right-block .facility {
    position: relative;
    margin: 0 0 20px 40px;
    color: #333;
    line-height: 32px;
  }
  .detail .contents .right-block .facility img {
    top: 0;
    width: 32px;
    position: absolute;
    left: -40px;
  }
  .detail .contents .right-block ul li {
    font-size: 1rem;
    background: #01627A;
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    margin: 0 6px 9px 0;
  }
  .detail .map-area {
    width: 100%;
    height: 360px;
    max-width: 1000px;
    margin-bottom: 0;
  }
  .detail iframe {
    width: 100%;
    height: 360px;
  }
  .login-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 820px;
    margin: 0 auto 50px;
  }
  .login-btns .member {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 150px;
    height: 98px;
    background: #3C3C3C;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .login-btns .member:hover {
    opacity: 0.8;
  }
  .login-btns .member:after {
    content: "";
    position: absolute;
    top: 0;
    right: -27px;
    display: inline-block;
    width: 28px;
    height: 98px;
    background-color: transparent;
    border: none;
    border-top: solid 49px;
    border-bottom: solid 49px;
    border-color: transparent;
    border-left: solid 28px #3C3C3C;
    border-left-color: #3C3C3C;
  }
  .login-btns .reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 628px;
    height: 98px;
    background: #0081C0;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  .login-btns .reservation:hover {
    opacity: 0.8;
  }
  .login-btns .reservation .sub {
    display: block;
    color: #fff;
    font-size: 0.875rem;
    font-weight: normal;
    animation: flash 10s linear;
  }
  .login-btns .registration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 68px;
    margin-top: 30px;
    background: #fff;
    border: solid 3px #019FC7;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    color: #019FC7;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
  }
  .login-btns .registration:hover {
    background: #019FC7;
    color: #fff;
  }
  /* =========================
    モーダル
  ========================= */
  #cboxCurrent {
    color: #fff;
  }
  #cboxClose {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
  }
  #cboxClose:before,
  #cboxClose:after {
    top: 29px;
    left: 17px;
    width: 33px;
    height: 3px;
    background-color: #019FC7;
  }
  #cboxCurrent {
    color: #fff;
  }
  .cmn-modal-content {
    padding: 12px 50px 30px 50px;
    background: #fff;
    border-radius: 5px;
  }
  .cmn-modal-content h3 {
    margin-bottom: 12px;
    color: #01627A;
    font-size: 2rem;
    text-align: center;
  }
  .cmn-modal-content .balloon-box {
    margin-bottom: 13px;
  }
  .cmn-modal-content .balloon-box li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 13px;
    padding: 15px 20px;
    background: #DDF3F8;
  }
  .cmn-modal-content .balloon-box li:after {
    border-top: 8px solid #DDF3F8;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    display: block;
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cmn-modal-content .balloon-box li:last-of-type {
    margin-bottom: 0;
  }
  .cmn-modal-content .balloon-box li:last-of-type:after {
    display: none;
  }
  .cmn-modal-content .balloon-box .num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 55px;
    color: #01627A;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .cmn-modal-content .balloon-box .txt-area {
    padding-left: 20px;
    border-left: solid 2px #fff;
  }
  .cmn-modal-content .balloon-box h4 {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: bold;
  }
  .cmn-modal-content .balloon-box p {
    font-size: 0.875rem;
  }
  .cmn-modal-content .balloon-box img {
    width: auto;
    max-width: 100%;
  }
  .cmn-modal-content .balloon-box img.sp {
    display: none;
  }
  .cmn-modal-content .to-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width:  570px;
    height: 94px;
    margin: 0 auto;
    padding: 5px;
    background: #3C3C3C;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
  }
  .cmn-modal-content .to-login:hover {
    opacity: 0.8;
  }
  .cmn-modal-content .to-login > span {
    line-height: 1.2;
  }
  .cmn-modal-content .to-login .sub {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
  }
}

/* スマホサイズ */
@media screen and (max-width:767px){
  .detail {
    background: #f3f3f3;
  }
  .detail h2 {
    margin: 20% 0 3% 0;
    font-size: 1.625rem;
    color: #01627a;
    text-align: center;
  }
  .detail .white-box {
    background: #fff;
    max-width: 1000px;
    padding: 30px;
  }
  .detail .white-box .main {
    width: 100%;
  }
  .detail .white-box .left-block-list {
    margin-bottom: 20px;
    position: relative;
  }
  .detail .white-box .left-block-list:last-child {
    position: relative;
  }
  .detail .white-box .adress img,
  .detail .white-box .access img,
  .detail .white-box .term img,
  .detail .white-box .price img {
    width: 32px;
    position: absolute;
    top: 0;
    left: -40px;
  }
  .detail .white-box .adress,
  .detail .white-box .access,
  .detail .white-box .term,
  .detail .white-box .price {
    margin-left: 30px;
    line-height: 32px;
  }

  .detail .sub {
    text-align: center;
    font-size: 1.25rem;
    color: #01627a;
  }
  .detail .sub.pc {
    display: none;
  }
  .detail .sub-left {
    color: #01627A;
    text-align: left;
    font-size: 1.25rem;
    border-bottom: solid 1px #019FC7;
    line-height: 1.6;
    padding-bottom: 10px;
  }
  .detail .place-area {
    display: flex;
    flex-direction: column;
    margin-bottom: 10%;
  }
  .detail .left-block {
    width: 100%;
    padding: 10px 0 0 15px;
  }
  .detail .contents .right-block {
    padding: 0;
  }
  .detail .contents .right-block .facility {
    position: relative;
    margin: 0 0 20px 45px;
    color: #333;
    line-height: 32px;
  }
  .detail .contents .right-block .facility img {
    width: 32px;
    position: absolute;
    top: 0;
    left: -40px;
  }
  .detail .contents .right-block ul li {
    font-size: 1rem;
    background: #01627A;
    display: inline-block;
    padding: 5px 12px;
    color: #fff;
    border-radius: 5px;
    margin: 0 6px 9px 0;
  }
  .detail .map-area {
    margin-bottom: 0;
  }
  .detail iframe {
    width: 100%;
    height: 360px;
  }
  .login-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto 10%;
  }
  .login-btns .member {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27%;
    height: 80px;
    background: #3C3C3C;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .login-btns .member:hover {
    opacity: 0.8;
  }
  .login-btns .member:after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    display: inline-block;
    width: 18px;
    height: 80px;
    background-color: transparent;
    border: none;
    border-top: solid 40px;
    border-bottom: solid 40px;
    border-color: transparent;
    border-left: solid 18px #3C3C3C;
    border-left-color: #3C3C3C;
  }
  .login-btns .reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65%;
    height: 80px;
    background: #0081C0;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  .login-btns .reservation:hover {
    opacity: 0.8;
  }
  .login-btns .reservation .sub {
    display: block;
    color: #fff;
    font-size: 0.75rem;
    font-weight: normal;
    animation: flash 10s linear;
  }
  .login-btns .registration {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 7%;
    background: #fff;
    border: solid 3px #019FC7;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    color: #019FC7;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
  .login-btns .registration:hover {
    background: #019FC7;
    color: #fff;
  }
  /* =========================
    モーダル
  ========================= */
  #cboxCurrent {
    color: #fff;
  }
  #cboxClose {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
  }
  #cboxClose:before,
  #cboxClose:after {
    top: 15px;
    left: 15px;
    width: 21px;
    height: 2px;
    background-color: #019FC7;
  }
  #cboxCurrent {
    color: #fff;
  }
  .cmn-modal-content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
  }
  .cmn-modal-content h3 {
    margin-bottom: 4%;
    color: #01627A;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
  }
  .cmn-modal-content .balloon-box {
    margin-bottom: 5%;
  }
  .cmn-modal-content .balloon-box li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 5%;
    padding: 15px 10px;
    background: #DDF3F8;
  }
  .cmn-modal-content .balloon-box li:after {
    border-top: 10px solid #DDF3F8;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cmn-modal-content .balloon-box li:last-of-type {
    margin-bottom: 0;
  }
  .cmn-modal-content .balloon-box li:last-of-type:after {
    display: none;
  }
  .cmn-modal-content .balloon-box .num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 38px;
    color: #01627A;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .cmn-modal-content .balloon-box .txt-area {
    padding-left: 10px;
    border-left: solid 2px #fff;
  }
  .cmn-modal-content .balloon-box h4 {
    margin-bottom: 1%;
    font-size: 1rem;
    font-weight: bold;
  }
  .cmn-modal-content .balloon-box p {
    font-size: 0.875rem;
  }
  .cmn-modal-content .balloon-box img {
    width: auto;
    max-width: 100%;
  }
  .cmn-modal-content .balloon-box img.pc {
    display: none;
  }
  .cmn-modal-content .to-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width:  100%;
    min-height: 88px;
    margin: 0 auto;
    padding: 5px;
    background: #3C3C3C;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
  }
  .cmn-modal-content .to-login:hover {
    opacity: 0.8;
  }
  .cmn-modal-content .to-login .sub {
    display: block;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
  }
}

/* =========================
  点滅アニメーション
========================= */
@keyframes flash {
  0%,15%,25%,35%,45%,55%,65%,75%,85%,95%{
    opacity: 0;
  }
  10%{
    opacity: 1;
    color: #fff;
  }
  20%{
    opacity: 1;
    color: #fff;
  }
  30%{
    opacity: 1;
    color: #fff;
  }
  40%{
    opacity: 1;
    color: #fff;
  }
  50%{
    opacity: 1;
    color: #fff;
  }
  60%{
    opacity: 1;
    color: #fff;
  }
  70%{
    opacity: 1;
    color: #fff;
  }
  80%{
    opacity: 1;
    color: #fff;
  }
  90%{
    opacity: 1;
    color: #fff;
  }
  100%{
    opacity: 1;
    color: #fff;
  }
}
