<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
********************************************************************************
■ ガイド
********************************************************************************
*/
#main {
  background: url("../img/common/deco-triangle-02.png") no-repeat top 30% left -10%, url("../img/common/deco-triangle-01.png") no-repeat top 15% right -10%;
}

@media print, screen and (max-width: 1000px) {
  #main {
    background-size: 40%;
  }
}

/*
--------------------------------------------------
ページタイトル
--------------------------------------------------
*/
#main #page-header .title {
  position: relative;
}

#main #page-header .title::before {
  content: '';
  display: inline-block;
  width: 142px;
  height: 24px;
  background: url("../img/guide/page-title-en.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(-1em + -30px);
  left: 50%;
  margin-left: -71px;
}

#main #page-header .title::after {
  content: '';
  display: inline-block;
  width: 54px;
  height: 46px;
  background: url("../img/guide/page-title-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -1em;
  left: 50%;
  margin-left: -27px;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main #page-header .title {
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    padding: 0 0 1em 50px;
  }
  #main #page-header .title::before {
    width: 113.6px;
    height: 19.2px;
    top: -1em;
    left: 50%;
    margin-left: -56.8px;
  }
  #main #page-header .title::after {
    width: 43.2px;
    height: 36.8px;
    top: 0;
    left: 0;
    margin-left: 0;
  }
  /* サービス・施設案内 */
  #main.facilities #page-header .title::before {
    top: -0.8em;
    margin-left: -45px;
  }
  #main.facilities #page-header .title {
    letter-spacing: -0.03em;
  }
  /* フータと遊ぼう */
  #main.futa #page-header .title::before {
    top: -0.8em;
    margin-left: -45px;
  }
  #main.futa #page-header .title {
    letter-spacing: -0.03em;
  }
  /* お誕生日の方は展望料無料 */
  #main.birthday #page-header .title::before {
    top: -0.8em;
    margin-left: -45px;
  }
  #main.birthday #page-header .title {
    letter-spacing: -0.03em;
  }
  /* 各種カード割引特典 */
  #main.discount #page-header .title::before {
    top: -0.8em;
    margin-left: -45px;
  }
  #main.discount #page-header .title {
    letter-spacing: -0.03em;
  }
  /* 撮影・取材について */
  #main.license #page-header .title::before {
    top: -0.8em;
    margin-left: -45px;
  }
  #main.license #page-header .title {
    letter-spacing: -0.03em;
  }
  /* パンフレットダウンロード */
  #main.pamphlet #page-header .title::before {
    top: -0.8em;
    margin-left: -45px;
  }
  #main.pamphlet #page-header .title {
    letter-spacing: -0.03em;
  }
}

@media print, screen and (max-width: 500px) {
  #main #page-header .title {
    font-size: 27px;
    font-size: 2.7rem;
    padding: 0 0 1em 40px;
  }
  #main #page-header .title::after {
    width: 37.8px;
    height: 32.2px;
    top: 0;
    left: 0;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 400px) {
  /* お誕生日の方は展望料無料 */
  #main.birthday #page-header .title {
    padding: 0 0 1em 45px;
  }
  #main.birthday #page-header .title::before {
    margin-left: -35px;
  }
  #main.birthday #page-header .title span::after {
    content: "\A";
    white-space: pre;
  }
  #main.birthday #page-header .title::after {
    top: 0.8em;
    left: 0;
    margin-left: 0;
  }
  /* パンフレットダウンロード */
  #main.pamphlet #page-header .title {
    padding: 0 0 1em 45px;
  }
  #main.pamphlet #page-header .title::before {
    margin-left: -35px;
  }
  #main.pamphlet #page-header .title span::after {
    content: "\A";
    white-space: pre;
  }
  #main.pamphlet #page-header .title::after {
    top: 0.8em;
    left: 0;
    margin-left: 0;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*==============================================================================
■ ガイドトップ
==============================================================================*/
#main .container {
  padding-top: 60px;
}

.page-guide .about {
  position: relative;
}

.page-guide .about-img {
  width: 162px;
  position: absolute;
  top: 0;
  right: 2%;
  display: block;
}

.page-guide .about .deco-title,
.page-guide .enjoy .deco-title,
.page-guide .infomation .deco-title,
.page-guide .business .deco-title {
  position: relative;
  color: #02bff0;
  font-weight: bold;
  font-size: 3rem;
  font-size: 30px;
  text-align: center;
  padding: 0px 0 4%;
}

.page-guide .about .deco-title::before,
.page-guide .enjoy .deco-title::before,
.page-guide .infomation .deco-title::before,
.page-guide .business .deco-title::before {
  display: block;
  content: "";
  width: 177px;
  height: 81px;
  margin: 0 auto 15px;
}

.page-guide .about .deco-title::before {
  background: url(../img/guide/index/guide-about-bar.png) top center/contain no-repeat;
}

.page-guide .enjoy .deco-title::before {
  background: url(../img/guide/index/guide-enjoy-bar.png) top center/contain no-repeat;
}

.page-guide .infomation .deco-title::before {
  background: url(../img/guide/index/guide-infomation-bar.png) top center/contain no-repeat;
}

.page-guide .business .deco-title::before {
  background: url(../img/guide/index/guide-business-bar.png) top center/contain no-repeat;
}

.page-guide .area-guide {
  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: 100%;
  margin: 0 auto 80px;
  position: relative;
}

.page-guide .area-guide .list-guide {
  width: 30%;
  background: #f2fcff;
}

.page-guide .infomation .area-guide::after,
.page-guide .enjoy .area-guide::after,
.page-guide .about .area-guide::after,
.page-guide .business .area-guide::after {
  content: "";
  display: block;
  width: 30%;
}

.area-guide .list-guide a {
  display: block;
  width: 100%;
  height: 100%;
}

.area-guide .list-guide .image {
  width: 100%;
  height: 0;
  padding-bottom: 234px;
  position: relative;
  overflow: hidden;
  border: 1px solid #02bff0;
  margin: -1px;
}

.area-guide .list-guide .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 234px;
  -o-object-fit: cover;
     object-fit: cover;
}

.area-guide .list-guide .text {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  color: #02bff0;
  text-align: center;
  padding: 20px 0;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  .page-guide .about .deco-title,
  .page-guide .enjoy .deco-title,
  .page-guide .infomation .deco-title,
  .page-guide .business .deco-title {
    font-size: 2.3rem;
    font-size: 23px;
    text-shadow: 2px 2px 1px #fff;
  }
  .page-guide .about {
    position: relative;
  }
  .page-guide .about-img {
    width: 120px;
    right: 0;
  }
}

@media print, screen and (max-width: 600px) {
  .page-guide .area-guide {
    display: block;
  }
  .page-guide .area-guide .list-guide {
    width: 80%;
    margin: 0 auto 20px;
  }
}

@media print, screen and (max-width: 500px) {
  .page-guide .about .deco-title,
  .page-guide .enjoy .deco-title,
  .page-guide .infomation .deco-title,
  .page-guide .business .deco-title {
    font-size: 2.1rem;
    font-size: 21px;
    line-height: 1.2;
  }
  .page-guide .about .deco-title::before {
    margin-bottom: 150px;
  }
  .page-guide .about-img {
    top: 90px;
    right: 50%;
    margin-right: -60px;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*==============================================================================
■ サービス・施設案内
==============================================================================*/
/*==============================================================================
■ フータと遊ぼう
==============================================================================*/
#main.futa .area-introduction {
  width: 80%;
  margin: 0 auto 40px;
}

#main.futa .area-introduction .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#main.futa .area-introduction .block .image {
  width: 20%;
}

#main.futa .area-introduction .block .image img {
  max-width: 198px;
}

#main.futa .area-introduction .block .description {
  width: 80%;
  padding-left: 20px;
}

#main.futa .area-introduction .block .description .title {
  color: #02bff0;
  font-size: 2.8rem;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1em;
}

#main.futa .area-introduction .block .description .message {
  line-height: 2;
}

#main.futa .area-introduction .futa-hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #f9d300;
}

#main.futa .area-introduction .futa-hour .title {
  background: #f9d300;
  color: #fff;
  font-size: 2.0rem;
  font-size: 20px;
  font-weight: bold;
  width: 10em;
  padding: 1.8em 1em;
  letter-spacing: 0.4em;
}

#main.futa .area-introduction .futa-hour .contents {
  width: calc(100% - 10em);
  padding: 1.8em;
  background: #fff;
}

#main.futa .area-introduction .futa-hour .contents .list-hour {
  color: #f9d300;
  font-size: 2.4rem;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

#main.futa .area-introduction .futa-hour .contents .list-hour li {
  display: inline-block;
  margin-right: 1em;
}

#main.futa .area-introduction .futa-hour .contents .list-attention {
  font-size: 1.5rem;
  font-size: 15px;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media print, screen and (max-width: 1000px) {
  #main.futa .area-introduction {
    width: 98%;
  }
  #main.futa .area-introduction .block .description .message br {
    display: none;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.futa .container {
    padding-top: 30px;
  }
  #main.futa .area-introduction {
    margin: 0 auto 20px;
  }
  #main.futa .area-introduction .block .description .title {
    font-size: 2.2rem;
    font-size: 22px;
  }
  #main.futa .area-introduction .block .description .title br {
    display: none;
  }
  #main.futa .area-introduction .futa-hour {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main.futa .area-introduction .futa-hour .title {
    width: 100%;
    font-size: 1.8rem;
    font-size: 18px;
    padding: 0.8em;
    text-align: center;
  }
  #main.futa .area-introduction .futa-hour .contents {
    width: 100%;
    padding: 1.2em;
  }
  #main.futa .area-introduction .futa-hour .contents .list-hour {
    font-size: 2.0rem;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 500px) {
  #main.futa .area-introduction .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #main.futa .area-introduction .block .image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  #main.futa .area-introduction .block .image img {
    max-width: 150px;
  }
  #main.futa .area-introduction .block .description {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*
--------------------------------------------------
エリアタイトル
--------------------------------------------------
*/
#main.futa .area-title {
  color: #02bff0;
  font-size: 3.0rem;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.futa .area-title {
    font-size: 2.4rem;
    font-size: 24px;
    margin-bottom: 20px;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*
--------------------------------------------------
キャラクター紹介
--------------------------------------------------
*/
#main.futa .area-character {
  margin-bottom: 40px;
}

#main.futa .area-character .area-title {
  background: url("../img/guide/futa/area-title-01.png") no-repeat top center;
  padding-top: 100px;
}

#main.futa .area-character .area-sp {
  display: none;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.futa .container-area-character {
    padding-left: 0;
    padding-right: 0;
  }
  #main.futa .area-character {
    margin-bottom: 20px;
  }
  #main.futa .area-character .area-title {
    background-size: 142px;
    padding-top: 74px;
  }
  #main.futa .area-character .image img {
    vertical-align: bottom;
  }
  #main.futa .area-character .area-sp {
    display: block;
    background: #33cbf4;
    padding: 10px;
  }
  /* SP版の説明テキストエリア */
  #main.futa .area-character .area-sp .list-character li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 12px;
  }
  #main.futa .area-character .area-sp .list-character li .num {
    font-size: 3.4rem;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    background: #f58dfb;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  #main.futa .area-character .area-sp .list-character .description {
    width: calc(100% - 50px);
    padding-left: 10px;
  }
  #main.futa .area-character .area-sp .list-character .description dt {
    color: #33cbf4;
    font-size: 2.0rem;
    font-size: 20px;
    font-weight: bold;
  }
  #main.futa .area-character .area-sp .list-character .description dd {
    font-size: 1.4rem;
    font-size: 14px;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*
--------------------------------------------------
グッズ
--------------------------------------------------
*/
#main.futa .area-goods .area-title {
  background: url("../img/guide/futa/area-title-02.png") no-repeat top center;
  padding-top: 100px;
}

#main.futa .area-goods .list-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 65%;
  margin: 0 auto 40px;
}

#main.futa .area-goods .list-goods li {
  width: 30%;
}

#main.futa .btn {
  text-align: center;
}

#main.futa .btn a {
  display: inline-block;
  color: #fff;
  font-size: 2.0rem;
  font-size: 20px;
  font-weight: bold;
  background: #f9d300;
  border: 3px solid #f9d300;
  padding: 0.8em 4.5em;
  border-radius: 50px;
  -webkit-transition: .2s;
  transition: .2s;
}

body:not(.touch) #main.futa .btn a:hover {
  color: #f9d300;
  background: #fff;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media print, screen and (max-width: 1000px) {
  #main.futa .area-goods .list-goods {
    width: 75%;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.futa .area-goods .area-title {
    background-size: 142px;
    padding-top: 74px;
  }
  #main.futa .area-goods .list-goods {
    width: 90%;
  }
  #main.futa .btn a {
    font-size: 1.8rem;
    font-size: 18px;
  }
}

@media print, screen and (max-width: 500px) {
  #main.futa .area-goods .list-goods {
    width: 98%;
  }
  #main.futa .area-goods .list-goods li {
    width: 32%;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*==============================================================================
■ パンフレットダウンロード
==============================================================================*/
#main.pamphlet .text {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 60px;
  text-align: center;
}

#main.pamphlet .text span {
  font-size: 16px;
  font-size: 1.6rem;
}

#main.pamphlet .text span a {
  color: #0077a9;
  text-decoration: underline;
}

#main.pamphlet .area-title {
  color: #00bef0;
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 2px solid #00bef0;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#main.pamphlet .list {
  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: 70%;
  margin: 0 auto;
}

#main.pamphlet .list li {
  width: 45%;
  margin-bottom: 70px;
}

#main.pamphlet .list li .title {
  background: #00bef0;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  padding: 1em 0.5em;
  text-align: center;
}

#main.pamphlet .list li .image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

#main.pamphlet .list li .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main.pamphlet .list li .pdf {
  text-align: center;
  color: #00bef0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 1.5em 0.5em;
  position: relative;
}

#main.pamphlet .list li .pdf span {
  position: relative;
}

#main.pamphlet .list li .pdf span::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 25px;
  background: url("../img/guide/pamphlet/icon-pdf.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -12.5px;
}

#main.pamphlet .list li .pdf::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #00a0e9 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media print, screen and (max-width: 900px) {
  #main.pamphlet .list {
    width: 80%;
  }
  #main.pamphlet .list li {
    width: 48%;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.pamphlet .text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #main.pamphlet .text span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #main.pamphlet .area-title {
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  #main.pamphlet .list {
    width: 90%;
  }
  #main.pamphlet .list li {
    margin-bottom: 40px;
  }
  #main.pamphlet .list li .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main.pamphlet .list li .pdf {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media print, screen and (max-width: 500px) {
  #main.pamphlet .list {
    max-width: 350px;
    margin: 0 auto 20px;
  }
  #main.pamphlet .list li {
    width: 100%;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*==============================================================================
■ 撮影・取材について
==============================================================================*/
#main.license .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 0 auto 20px;
}

#main.license .block .image {
  width: 30%;
}

#main.license .block .image img {
  max-width: 279px;
}

#main.license .block .text {
  width: 70%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 30px;
}

#main.license .area-title {
  color: #00bef0;
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 2px solid #00bef0;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#main.license .btn-pdf {
  text-align: center;
  width: 400px;
  margin: 0 auto 80px;
}

#main.license .btn-pdf a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.1;
  padding: 1em;
  background: #f9d300;
  border: 2px solid #f9d300;
  border-radius: 8px;
  -webkit-transition: .2s;
  transition: .2s;
}

body:not(.touch) #main.license .btn-pdf a:hover {
  color: #f9d300;
  background: #fff;
}

#main.license .btn-pdf a span {
  position: relative;
}

#main.license .btn-pdf a span::after {
  content: '';
  display: inline-block;
  width: 52px;
  height: 50px;
  background: url("../img/guide/license/icon-pdf.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -25px;
}

#main.license .area-contact {
  width: 70%;
  border: 2px solid #33cbf4;
  background: #f3fbfd;
  padding: 30px 30px 40px;
  margin: 20px auto;
}

#main.license .area-contact .text {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#main.license .area-contact .btn {
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}

#main.license .area-contact .btn a {
  display: inline-block;
  color: #fff;
  padding: 0.8em 3em;
  background: #33cbf4;
  border: 2px solid #33cbf4;
  border-radius: 50px;
  -webkit-transition: .2s;
  transition: .2s;
}

body:not(.touch) #main.license .area-contact .btn a:hover {
  color: #33cbf4;
  background: #fff;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media print, screen and (max-width: 900px) {
  #main.license .area-contact {
    width: 80%;
  }
  #main.license .area-contact .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main.license .area-contact .btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.license .container {
    padding-top: 30px;
  }
  #main.license .block {
    width: 98%;
  }
  #main.license .block .text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 20px;
  }
  #main.license .area-title {
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  #main.license .btn-pdf {
    width: 300px;
    margin: 0 auto 50px;
  }
  #main.license .btn-pdf a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #main.license .btn-pdf a span::after {
    content: '';
    display: inline-block;
    width: 41.6px;
    height: 40px;
    right: -50px;
    margin-top: -20px;
  }
  #main.license .area-contact {
    width: 90%;
  }
}

@media print, screen and (max-width: 500px) {
  #main.license .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main.license .block .text {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #main.license .block .image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  #main.license .block .image img {
    max-width: 200px;
  }
  #main.license .btn-pdf {
    width: 280px;
  }
  #main.license .btn-pdf a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main.license .area-contact {
    padding: 20px 20px 30px;
  }
  #main.license .area-contact .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main.license .area-contact .btn a {
    padding: 0.8em 1.5em;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*==============================================================================
■ 各種カード割引特典
==============================================================================*/
#main.discount .area-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 63%;
  margin: 0 auto 30px;
}

#main.discount .area-introduction .title {
  color: #00bef0;
  font-size: 28px;
  font-size: 2.8rem;
  padding-top: 1em;
  width: calc(100% - 279px);
}

#main.discount .area-introduction .image {
  width: 279px;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media print, screen and (max-width: 1150px) {
  #main.discount .area-introduction {
    width: 75%;
  }
  #main.discount .area-introduction .title br {
    display: none;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.discount .container {
    padding-top: 30px;
  }
  #main.discount .area-introduction {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main.discount .area-introduction .title {
    font-size: 20px;
    font-size: 2.0rem;
    width: 70%;
  }
  #main.discount .area-introduction .image {
    width: 30%;
  }
}

@media print, screen and (max-width: 500px) {
  #main.discount .area-introduction {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main.discount .area-introduction .title {
    width: 100%;
    margin-bottom: 1em;
  }
  #main.discount .area-introduction .image {
    width: 100%;
    text-align: center;
  }
  #main.discount .area-introduction .image img {
    max-width: 223px;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*
--------------------------------------------------
ディスカウントリスト
--------------------------------------------------
*/
#main.discount .list {
  width: 80%;
  margin: 0 auto;
}

#main.discount .list li {
  border: 3px solid #00bef0;
  margin-bottom: 50px;
}

#main.discount .list li .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main.discount .list li .detail .image {
  width: 45%;
  background: url("../img/guide/discount/bg-01.gif") repeat left top;
  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;
  padding: 30px 10px;
}

#main.discount .list li .detail .image img {
  max-width: 305px;
}

#main.discount .list li .detail .description {
  width: 55%;
  padding: 25px;
  background: #fff;
}

#main.discount .list li .detail .description .title {
  color: #00bef0;
  background: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 0.8em 1em;
  background: #e3f9ff;
  margin-bottom: 1em;
}

#main.discount .list li .detail .description .text {
  margin-bottom: 2em;
}

#main.discount .list li .detail .description .btn {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

#main.discount .list li .detail .description .btn a {
  display: block;
  font-weight: bold;
  padding: 1em;
  background: #fff100;
  border: 3px solid #fff100;
  border-radius: 50px;
  -webkit-transition: .2s;
  transition: .2s;
}

body:not(.touch) #main.discount .list li .detail .description .btn a:hover {
  background: #fff;
}

#main.discount .list li .detail .description .btn a span {
  position: relative;
}

#main.discount .list li .detail .description .btn a span::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("../img/guide/discount/icon-web.png");
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -10.5px;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media print, screen and (max-width: 1000px) {
  #main.discount .list {
    width: 95%;
    margin: 0 auto;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.discount .list li {
    margin-bottom: 20px;
  }
  #main.discount .list li .detail .image {
    width: 35%;
    padding: 20px 10px;
  }
  #main.discount .list li .detail .image img {
    max-width: 205px;
  }
  #main.discount .list li .detail .description {
    width: 65%;
    padding: 20px;
  }
  #main.discount .list li .detail .description .title {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.8em;
  }
  #main.discount .list li .detail .description .btn {
    width: 85%;
  }
  #main.discount .list li .detail .description .btn a {
    padding: 1em;
  }
}

@media print, screen and (max-width: 500px) {
  #main.discount .list li .detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main.discount .list li .detail .image {
    width: 100%;
    padding: 20px 10px;
  }
  #main.discount .list li .detail .description {
    width: 100%;
    padding: 20px 15px;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/* テーブル */
#main.discount .list li .member {
  width: 100%;
}

#main.discount .list li .member th,
#main.discount .list li .member td {
  border-bottom: 1px solid #78dbf5;
  border-right: 1px solid #78dbf5;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em 1em;
}

#main.discount .list li .member tr:last-child th,
#main.discount .list li .member tr:last-child td {
  border-bottom: none;
}

#main.discount .list li .member th:last-child {
  border-right: none;
}

#main.discount .list li .member th {
  background: #00bef0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

#main.discount .list li .member tr:nth-child(2) th:nth-child(1) {
  width: 60%;
}

#main.discount .list li .member tr:nth-child(2) th:nth-child(2) {
  width: 40%;
}

#main.discount .list li .member td.description {
  text-align: left;
  border-right: none;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.discount .list li .member th {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main.discount .list li .member td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*==============================================================================
■ お誕生日の方は展望料無料
==============================================================================*/
#main.birthday .image img {
  display: block;
}

#main.birthday .contents {
  border-left: 2px solid #fbca4d;
  border-right: 2px solid #fbca4d;
  border-bottom: 2px solid #fbca4d;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 30px 25px;
}

#main.birthday .contents p {
  margin-bottom: 2em;
}

#main.birthday .contents .list-attention {
  font-size: 14px;
  font-size: 1.4rem;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.birthday .container {
    padding-top: 30px;
  }
  #main.birthday .contents {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*==============================================================================
■ サービス・施設案内
==============================================================================*/
#main.facilities .container {
  padding-top: 100px;
}

#main.facilities .list-facility {
  border: 5px solid #00bef0;
  padding-top: 50px;
  margin-bottom: 60px;
  background: #fff;
}

#main.facilities .list-facility .facility {
  width: 87%;
  margin: 0 auto;
  border-bottom: 1px solid #00bef0;
  padding-top: 40px;
  padding-bottom: 40px;
}

#main.facilities .list-facility .facility:first-child {
  padding-top: 0;
}

#main.facilities .list-facility .facility:last-child {
  border-bottom: none;
}

#main.facilities .list-facility .facility .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main.facilities .list-facility .facility .block .image {
  width: 30%;
}

#main.facilities .list-facility .facility .block .info {
  width: 70%;
  padding-left: 30px;
}

#main.facilities .list-facility .facility .block .info .title {
  color: #e3f9ff;
  font-size: 24px;
  font-size: 2.4rem;
  background: #00bef0;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  line-height: 1.1;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media print, screen and (max-width: 1000px) {
  #main.facilities .list-facility .facility {
    width: 95%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.facilities .container {
    padding-top: 40px;
  }
  #main.facilities .list-facility {
    padding-top: 40px;
  }
  #main.facilities .list-facility .facility .block .image {
    width: 40%;
  }
  #main.facilities .list-facility .facility .block .info {
    width: 60%;
    padding-left: 20px;
  }
  #main.facilities .list-facility .facility .block .info .title {
    color: #e3f9ff;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 500px) {
  #main.facilities .list-facility {
    padding-top: 30px;
  }
  #main.facilities .list-facility .facility .block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main.facilities .list-facility .facility .block .image {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #main.facilities .list-facility .facility .block .image img {
    max-width: 316px;
  }
  #main.facilities .list-facility .facility .block .info {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #main.facilities .list-facility .facility .block .info .description {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/* 角丸テーブル */
#main.facilities .list-facility .facility .price-table {
  border: 1px solid #00bef0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  margin: 20px 0;
}

#main.facilities .list-facility .facility .price-table th,
#main.facilities .list-facility .facility .price-table td {
  border-bottom: 1px solid #00bef0;
  border-right: 1px solid #00bef0;
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  line-height: 1.1;
}

#main.facilities .list-facility .facility .price-table th:last-child,
#main.facilities .list-facility .facility .price-table td:last-child {
  border-right: none;
}

#main.facilities .list-facility .facility .price-table tr:last-child th,
#main.facilities .list-facility .facility .price-table tr:last-child td {
  border-bottom: none;
}

#main.facilities .list-facility .facility .price-table th {
  background: #00bef0;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}

#main.facilities .list-facility .facility .price-table td {
  background: #fff;
  font-weight: 500;
}

#main.facilities .list-facility .facility .price-table td .size {
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom: 0.5em;
}

#main.facilities .list-facility .facility .price-table td .price {
  font-size: 28px;
  font-size: 2.8rem;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media print, screen and (max-width: 1100px) {
  #main.facilities .list-facility .facility .price-table th {
    font-size: 20px;
    font-size: 2.0rem;
  }
  #main.facilities .list-facility .facility .price-table td .size {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main.facilities .list-facility .facility .price-table td .price {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.facilities .list-facility .facility .price-table {
    margin: 20px 0 0;
  }
  #main.facilities .list-facility .facility .price-table th {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #main.facilities .list-facility .facility .price-table td .size {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #main.facilities .list-facility .facility .price-table td .price {
    font-size: 20px;
    font-size: 2.0rem;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/* アプリダウンロードリンク */
#main.facilities .list-facility .facility .about-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

#main.facilities .list-facility .facility .about-dl .qr {
  width: 132px;
}

#main.facilities .list-facility .facility .about-dl .list-btn {
  width: calc(100% - 132px);
  padding-left: 20px;
}

#main.facilities .list-facility .facility .about-dl .list-btn {
  width: 191px;
}

#main.facilities .list-facility .facility .btn-app a {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 0.8em 2em;
  border-radius: 50px;
  background: #38bcea;
  border: 2px solid #38bcea;
  -webkit-transition: .2s;
  transition: .2s;
}

body:not(.touch) #main.facilities .list-facility .facility .btn-app a:hover {
  color: #38bcea;
  background: #fff;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.facilities .list-facility .facility .btn-app {
    text-align: center;
    margin-bottom: 20px;
  }
  #main.facilities .list-facility .facility .btn-app a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.8em 1em;
  }
}

@media print, screen and (max-width: 500px) {
  #main.facilities .list-facility .facility .about-dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/* 外部リンク */
#main.facilities .list-facility .btn {
  margin-top: 15px;
}

#main.facilities .list-facility .btn a {
  text-align: center;
  display: inline-block;
  border: 1px solid #f9d300;
  background: #fff;
  color: #f9d300;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.6em 2em;
  -webkit-transition: .2s;
  transition: .2s;
}

#main.facilities .list-facility .btn a .icon {
  display: inline-block;
  background: url("../img/guide/icon-web-sprite.png") no-repeat 0 0;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-left: 10px;
}

body:not(.touch) #main.facilities .list-facility .btn a:hover {
  background: #f9d300;
  color: #fff;
}

body:not(.touch) #main.facilities .list-facility .btn a:hover .icon {
  background: url("../img/guide/icon-web-sprite.png") no-repeat -17px 0;
  width: 17px;
  height: 17px;
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 500px) {
  #main.facilities .list-facility .btn {
    text-align: center;
    margin-bottom: 30px;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/* フォトスポット */
#main.facilities .area-photo {
  margin-bottom: 20px;
}

#main.facilities .area-photo .area-title img {
  display: block;
}

#main.facilities .area-photo .list-spot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main.facilities .area-photo .list-spot li .image {
  width: 50%;
}

#main.facilities .area-photo .list-spot li .image img {
  display: block;
}

#main.facilities .area-photo .list-spot li .description {
  width: 50%;
  background: #01bef0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  text-align: center;
}

#main.facilities .area-photo .list-spot li .description .title {
  font-size: 30px;
  font-size: 3.0rem;
  margin-bottom: 0.5em;
  background: url("../img/guide/facilities/icon-photo.png") no-repeat top center;
  padding-top: 60px;
}

#main.facilities .area-photo .list-spot li .description .text {
  font-size: 18px;
  font-size: 1.8rem;
}

#main.facilities .area-photo .list-spot li:nth-child(odd) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#main.facilities .area-photo .list-spot li:nth-child(odd) .description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* レスポンシブ調整 ----------------------------------------------------------*/
@media print, screen and (max-width: 1000px) {
  #main.facilities .area-photo .list-spot li .description .title {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #main.facilities .area-photo .list-spot li .description .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*----------------- ▼ (SP) ▼ -----------------*/
@media print, screen and (max-width: 800px) {
  #main.facilities .area-photo .list-spot li .description .title {
    font-size: 20px;
    font-size: 2.0rem;
  }
  #main.facilities .area-photo .list-spot li .description .title {
    background-size: 43px;
    padding-top: 45px;
  }
  #main.facilities .area-photo .list-spot li .description .text {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media print, screen and (max-width: 650px) {
  #main.facilities .area-photo .list-spot li .description {
    padding: 0 10px;
  }
  #main.facilities .area-photo .list-spot li .description .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main.facilities .area-photo .list-spot li .description .title {
    background-size: 30px;
    padding-top: 35px;
  }
  #main.facilities .area-photo .list-spot li .description .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media print, screen and (max-width: 500px) {
  #main.facilities .area-photo .list-spot li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main.facilities .area-photo .list-spot li .image {
    width: 100%;
  }
  #main.facilities .area-photo .list-spot li .description {
    width: 100%;
    padding: 15px 10px;
  }
  #main.facilities .area-photo .list-spot li:nth-child(odd) .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #main.facilities .area-photo .list-spot li:nth-child(odd) .description {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*----------------- ▲ (SP) ▲ -----------------*/
/*==============================================================================
■ 20210524追加
==============================================================================*/
.imgsharp {
  -webkit-backface-visibility: hidden;
}

#main.birthday .contents .sec02-inner {
  padding-top: 80px;
  overflow: hidden;
}

#main.birthday .contents .sec02-inner .sec02-tit {
  position: relative;
  text-align: center;
  margin-bottom: 98px;
  padding: 25px 0;
  border-top: 2px solid #00bef0;
  border-bottom: 2px solid #00bef0;
}

#main.birthday .contents .sec02-inner .sec02-tit:after {
  content: '';
  width: 224px;
  height: 249px;
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/guide/birthday/sec02-character.png) no-repeat center center/cover;
  z-index: 100;
}

@media only screen and (min-width: 800px) and (max-width: 970px) {
  #main.birthday .contents .sec02-inner .sec02-tit:after {
    width: 159px;
    height: 180px;
  }
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .sec02-tit:after {
    width: 94px;
    height: 106px;
    top: 165px;
    right: 0;
  }
}

#main.birthday .contents .sec02-inner .sec02-tit h2 {
  color: #00bef0;
  font-size: 32px;
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .sec02-tit h2 {
    font-size: 22px;
  }
}

#main.birthday .contents .sec02-inner .sec02-tit .tit-obi {
  color: #00bef0;
  background: #e3f9ff;
  max-width: 365px;
  margin: 15px auto 0;
}

#main.birthday .contents .sec02-inner .service-box {
  margin-bottom: 60px;
}

#main.birthday .contents .sec02-inner .service-box:last-child {
  margin-bottom: 0;
}

#main.birthday .contents .sec02-inner .service-box .flex {
  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;
}

#main.birthday .contents .sec02-inner .service-box .flex .l-box {
  width: 43%;
  line-height: 0;
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .service-box .flex .l-box {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box {
  width: 55%;
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .service-box .flex .r-box {
    width: 100%;
  }
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box .service-box-tit {
  position: relative;
  padding: 0 23px 0 23px;
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .service-box .flex .r-box .service-box-tit {
    padding: 0;
  }
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box .service-box-tit h3 {
  font-size: 26px;
  font-weight: bold;
  color: #00bef0;
  margin-left: 53px;
  padding-left: 15px;
  height: 72px;
  line-height: 72px;
  border-bottom: 2px solid #d9d9d9;
}

@media only screen and (max-width: 1160px) {
  #main.birthday .contents .sec02-inner .service-box .flex .r-box .service-box-tit h3 {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .service-box .flex .r-box .service-box-tit h3 {
    font-size: 18px;
    margin-left: 0;
    padding-left: 0;
    height: auto;
    line-height: initial;
  }
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box .service-box-tit h3.br {
  line-height: 1.3;
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box .orange-obi {
  color: #fff;
  margin-top: 23px;
  padding: 15px;
  font-size: 20px;
  font-weight: bold;
  background: #fbca4d;
  display: inline-block;
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .service-box .flex .r-box .orange-obi {
    font-size: 16px;
  }
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box .orange-obi p {
  padding-left: 50px;
  position: relative;
  margin-bottom: 0;
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box .orange-obi p:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 49px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/guide/birthday/sec02-icon04.png) no-repeat center center/cover;
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box .orange-obi p small {
  font-size: 16px;
}

@media only screen and (max-width: 650px) {
  #main.birthday .contents .sec02-inner .service-box .flex .r-box .orange-obi p small {
    font-size: 13px;
  }
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box table {
  font-size: 15px;
  margin: 20px 0;
  width: 100%;
  border-top: 1px dashed #00bef0;
  border-bottom: 1px dashed #00bef0;
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .service-box .flex .r-box table {
    border-bottom: none;
  }
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box table th {
  color: #00bef0;
  background: #f2fcff;
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box table th, #main.birthday .contents .sec02-inner .service-box .flex .r-box table td {
  padding: 30px;
  vertical-align: middle;
  border-bottom: 1px dashed #00bef0;
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .service-box .flex .r-box table th, #main.birthday .contents .sec02-inner .service-box .flex .r-box table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box ul li {
  list-style: none;
  color: #221815;
  font-size: 13px;
}

#main.birthday .contents .sec02-inner .service-box .flex .r-box ul li span {
  color: #cc0000;
}

#main.birthday .contents .sec02-inner .service-box .service-box-tit:before {
  content: '';
  position: absolute;
  width: 76px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .service-box .service-box-tit:before {
    display: none;
  }
}

#main.birthday .contents .sec02-inner .service-box.icon-2f .service-box-tit:before {
  image-rendering: -webkit-optimize-contrast;
  background: url(../img/guide/birthday/sec02-icon-2f.png) #00bef0 no-repeat center center/cover;
}

#main.birthday .contents .sec02-inner .service-box.icon-3f .service-box-tit:before {
  image-rendering: -webkit-optimize-contrast;
  background: url(../img/guide/birthday/sec02-icon-3f.png) #00bef0 no-repeat center center/cover;
}

#main.birthday .contents .sec02-inner .service-box.icon-1f .service-box-tit:before {
  image-rendering: -webkit-optimize-contrast;
  background: url(../img/guide/birthday/sec02-icon-1f.png) #00bef0 no-repeat center center/cover;
}

#main.birthday .contents .sec02-inner .service-box.icon-soto .service-box-tit:before {
  image-rendering: -webkit-optimize-contrast;
  background: url(../img/guide/birthday/sec02-icon-soto.png) #00bef0 no-repeat center center/cover;
}

@media only screen and (max-width: 800px) {
  #main.birthday .contents .sec02-inner .service-box .l-box:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 52px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #main.birthday .contents .sec02-inner .service-box.icon-2f .l-box:before {
    image-rendering: -webkit-optimize-contrast;
    background: url(../img/guide/birthday/sec02-icon-2f.png) #00bef0 no-repeat center center/cover;
  }
  #main.birthday .contents .sec02-inner .service-box.icon-3f .l-box:before {
    image-rendering: -webkit-optimize-contrast;
    background: url(../img/guide/birthday/sec02-icon-3f.png) #00bef0 no-repeat center center/cover;
  }
  #main.birthday .contents .sec02-inner .service-box.icon-1f .l-box:before {
    image-rendering: -webkit-optimize-contrast;
    background: url(../img/guide/birthday/sec02-icon-1f.png) #00bef0 no-repeat center center/cover;
  }
  #main.birthday .contents .sec02-inner .service-box.icon-soto .l-box:before {
    image-rendering: -webkit-optimize-contrast;
    background: url(../img/guide/birthday/sec02-icon-soto.png) #00bef0 no-repeat center center/cover;
  }
}
/*# sourceMappingURL=guide.css.map */</pre></body></html>