@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
* {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}

html.win * {
  font-family: "メイリオ", sans-serif;
}

img {
  vertical-align: bottom;
}

/* デバイス別表示設定
-----------------------------------------*/
.pc {
  display: none;
}

.tb {
  display: none;
}

.sp {
  display: block;
}

span.pc {
  display: none;
}

span.tb {
  display: none;
}

span.sp {
  display: inline;
}

img.pc {
  display: none;
}

img.tb {
  display: none;
}

img.sp {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  /* タブレット：デバイス別表示設定
  --------------------------------------------*/
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
  span.pc {
    display: none;
  }
  span.sp {
    display: none;
  }
  span.tb {
    display: inline;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: none;
  }
  img.tb {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  /* PC：デバイス別表示設定
  --------------------------------------------*/
  .sp {
    display: none;
  }
  .tb {
    display: none;
  }
  .pc {
    display: block;
  }
  span.sp {
    display: none;
  }
  span.tb {
    display: none;
  }
  span.pc {
    display: inline;
  }
  img.sp {
    display: none;
  }
  img.tb {
    display: none;
  }
  img.pc {
    display: inline-block;
  }
}
/* ヘッダ
-----------------------------------------*/
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
#site-header h1 {
  text-align: center;
  margin: 10px 0 0;
}
#site-header h1 img {
  height: 50px;
}
#site-header .lead {
  margin: 5px 10px 5px;
  font-size: 2.8vw;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 450px) {
  #site-header .lead {
    /* スマホ大：デバイス別表示設定
    --------------------------------------------*/
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  #site-header {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
  #site-header h1, #site-header .lead {
    display: inline-block;
    margin-bottom: 10px;
  }
  #site-header h1 {
    margin-left: 10px;
  }
  #site-header .lead {
    text-align: left;
    vertical-align: 50%;
    font-size: 10px;
  }
}
#site-header .globalNavi {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1000px) {
  #site-header .globalNavi {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    border: none;
    width: 40%;
    min-width: 400px;
    max-width: 800px;
    height: 70px;
    float: right;
  }
}
#site-header .globalNavi li {
  text-align: center;
  position: relative;
}
#site-header .globalNavi li a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  #site-header .globalNavi li a {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 16px;
  }
}
#site-header .globalNavi li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
#site-header .globalNavi li a span {
  margin: 10px 0;
}
#site-header .globalNavi li:not(:last-of-type) {
  width: 26.6666666667%;
  border-right: 1px solid #000;
}
@media screen and (min-width: 1000px) {
  #site-header .globalNavi li:not(:last-of-type) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: calc((100% - 70px) / 3);
    border-right: none;
  }
}
#site-header .globalNavi li:last-of-type {
  width: 20%;
  background: url("../img/back-instagram.png");
  background-size: 100% 100%;
}
@media screen and (min-width: 1000px) {
  #site-header .globalNavi li:last-of-type {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 70px;
  }
}
#site-header .globalNavi li:last-of-type a {
  text-indent: -999em;
}
#site-header .globalNavi li:last-of-type a:after {
  content: "\f16d";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  text-indent: 0;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  html.ie #site-header {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
  html.ie #site-header .lead {
    vertical-align: 125%;
  }
}

/* フッタ
-----------------------------------------*/
#site-footer .info {
  background-color: #fe92ad;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff819c), to(#fe92ad));
  background-image: linear-gradient(#ff819c 0, #fe92ad 100%);
  background-image: url(../img/back07-20.png);
  border-top: 2px solid #ff6c99;
}
@media screen and (min-width: 1000px) {
  #site-footer .info {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1200px) {
  #site-footer .info {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    padding: 70px 0 90px;
  }
}
#site-footer .info .wrapper {
  color: #FFF;
  text-align: center;
  border-bottom: 1px solid #FFF;
  padding: 30px 0;
}
@media screen and (min-width: 1000px) {
  #site-footer .info .wrapper {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    border-bottom: none;
    padding: 0 10px;
    width: 33.3333333333%;
    position: relative;
  }
  #site-footer .info .wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #FFF;
  }
}
#site-footer .info .wrapper.recruit {
  border: none;
}
#site-footer .info .wrapper header {
  color: #FFF;
  line-height: 1;
  margin: 0 0 10px 0;
}
#site-footer .info .wrapper header h4 {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
}
@media screen and (min-width: 1000px) {
  #site-footer .info .wrapper header h4 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
  }
}
#site-footer .info .wrapper header small {
  font-size: 14px;
}
#site-footer .info .wrapper p {
  font-size: 16px;
  margin: 1em 0;
}
@media screen and (min-width: 1200px) {
  #site-footer .info .wrapper p {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    margin: 2em 0;
  }
}
#site-footer .info .wrapper a {
  text-decoration: none;
  color: #FFF;
  border-bottom: 1px dotted transparent;
}
#site-footer .info .wrapper a:hover {
  border-bottom: 1px dotted #FFF;
}
@media screen and (min-width: 1000px) {
  #site-footer .info .wrapper .tel {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-right: 10px;
  }
}
#site-footer .info .wrapper .tel p {
  font-size: 20px;
  margin: 0;
}
#site-footer .info .wrapper .tel p a {
  font-size: 35px;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
}
@media screen and (min-width: 1000px) {
  #site-footer .info .wrapper .tel p a {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  #site-footer .info .wrapper .tel p a {
    /* PC大：デバイス別表示設定
    --------------------------------------------*/
    font-size: 40px;
  }
}
#site-footer .info .wrapper .tel small {
  font-size: 18px;
  letter-spacing: 0.1em;
}
#site-footer .footer {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  padding: 10px 0 50px;
}
#site-footer a[href="#top"] {
  display: none;
}

/* 内容:共有
-----------------------------------------*/
.tit-page {
  padding: 40px 0 0;
  margin: 0 0 30px;
}
@media screen and (min-width: 1000px) {
  .tit-page {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 90px 0 0;
    margin: 0 0 40px;
    border-top: 1px solid #000;
  }
}
.tit-page h1 {
  text-align: center;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 30px;
}
@media screen and (min-width: 1000px) {
  .tit-page h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 60px;
  }
}
.tit-page small {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #ff1d5d;
}
@media screen and (min-width: 1000px) {
  .tit-page small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
  }
}
.tit-page:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  margin-top: 20px;
  background-color: #fe92ad;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff819c), to(#fe92ad));
  background-image: linear-gradient(#ff819c 0, #fe92ad 100%);
  background-image: url(../img/back07-20.png);
}
@media screen and (min-width: 1000px) {
  .tit-page:after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 10px;
    margin-top: 40px;
  }
}

.button {
  text-align: center;
}
.button a {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 16px;
  display: inline-block;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-bottom: 1px dotted transparent;
}
.button a:before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
}
.button a[target=_blank]:after {
  content: "";
  width: 7px;
  height: 5px;
  border: 1px solid #000;
  background: #FFF;
  /*→ ↓ ぼかしなし 色なし（黒）*/
  -webkit-box-shadow: -2px 2px;
          box-shadow: -2px 2px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: 55%;
}
.button a:hover {
  border-bottom: 1px dotted #000;
}

hr {
  border: 1px solid transparent;
  border-top: 1px dashed #ff1d5d;
  margin: 100px 0 0;
}

/* 内容:index.html専用
-----------------------------------------*/
/* メインヴィジュアル
-----------------------------------------*/
section.main-visual {
  margin: 0 0 70px 0;
}
section.main-visual .main-img img {
  width: 100%;
  vertical-align: bottom;
}
section.main-visual .adTxt {
  text-align: center;
  font-size: 18px;
  background-color: #F94F84;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F13B62), to(#FF547E));
  background-image: linear-gradient(#F13B62 0, #FF547E 100%);
  background-image: url(../img/back07-20.png);
  color: #fff;
  padding: 10px;
}
section.main-visual .adTxt a {
  color: #fff;
  text-decoration: none;
}
section.main-visual .attentionArea {
  background: #FFFFFF;
}
section.main-visual .attentionArea p {
  font-weight: bold;
  color: #FF0067;
  text-align: center;
  padding: 20px;
  font-size: 20px;
}
section.main-visual .main-text {
  color: #000;
  background-color: #fe92ad;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff819c), to(#fe92ad));
  background-image: linear-gradient(#ff819c 0, #fe92ad 100%);
  background-image: url(../img/back07-20.png);
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  section.main-visual .main-text {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    padding: 30px 0;
  }
}
section.main-visual .main-text p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
section.main-visual .main-text p.opening-hours {
  font-size: 20px;
}
section.main-visual .main-text p.opening-hours .border {
  /*order-bottom: 1px dotted #fff;*/
  color: #333;
}
section.main-visual .main-text p.opening-hours .smallTxt {
  font-size: 0.7em;
}
@media screen and (min-width: 768px) {
  section.main-visual .main-text p.opening-hours {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 24px;
    margin-bottom: 10px;
  }
}
section.main-visual .main-text span {
  display: inline-block;
}
section.main-visual .main-text span:last-child {
  font-weight: normal;
}

/* 入場料
-----------------------------------------*/
@media screen and (min-width: 768px) {
  section.entrance-fee {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  section.entrance-fee {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  section.entrance-fee > header {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    padding-top: 13px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1000px) {
  section.entrance-fee > header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section.entrance-fee > header h1, section.entrance-fee > header small {
  line-height: 1;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  section.entrance-fee > header h1, section.entrance-fee > header small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
  }
}
section.entrance-fee > header h1 {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 20px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  section.entrance-fee > header h1 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 24px; /* Safari */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* デフォ値0 */
  }
}
@media screen and (min-width: 1000px) {
  section.entrance-fee > header h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
  }
}
section.entrance-fee > header small {
  font-family: "Hiragino Maru Gothic W3 JIS2004", "ヒラギノUD丸ゴ StdN W3", sans-serif;
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  section.entrance-fee > header small {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 16px;
  }
}
section.entrance-fee .price01 {
  width: 100%;
  margin-bottom: 30px;
}
section.entrance-fee .price01 .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 18px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  background: #ffa31e;
  font-family: "Hiragino Maru Gothic W3 JIS2004", "ヒラギノUD丸ゴ StdN W3", sans-serif;
  font-weight: bold;
  top: 10px;
}
section.entrance-fee .price01 .balloon1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffa31e;
}
section.entrance-fee .price01 .balloon1 p {
  padding: 0;
  margin: 0;
}
section.entrance-fee .price01 .info li {
  background: #ffe4bc;
}
section.entrance-fee .price02 {
  width: 100%;
  margin-bottom: 30px;
}
section.entrance-fee .price02 .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 18px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  background: #ff7676;
  font-family: "Hiragino Maru Gothic W3 JIS2004", "ヒラギノUD丸ゴ StdN W3", sans-serif;
  font-weight: bold;
  top: 10px;
}
section.entrance-fee .price02 .balloon1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff7676;
}
section.entrance-fee .price02 .balloon1 p {
  padding: 0;
  margin: 0;
}
section.entrance-fee .price02 .info li {
  background: #ffc8c8;
}
section.entrance-fee .price03 {
  width: 100%;
}
section.entrance-fee .price03 .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 18px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  background: #649fe2;
  font-family: "Hiragino Maru Gothic W3 JIS2004", "ヒラギノUD丸ゴ StdN W3", sans-serif;
  font-weight: bold;
  top: 10px;
}
section.entrance-fee .price03 .balloon1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #649fe2;
}
section.entrance-fee .price03 .balloon1 p {
  padding: 0;
  margin: 0;
}
section.entrance-fee .price03 .info li {
  background: #b7d9ff;
}
section.entrance-fee .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
@media screen and (min-width: 768px) {
  section.entrance-fee .price {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .price {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
}
section.entrance-fee .price li {
  position: relative;
  padding: 0 10px;
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .price li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-right: 40px;
  }
}
section.entrance-fee .price li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  border-left: 1px solid #000;
  width: 0;
  height: 60%;
}
@media screen and (min-width: 768px) {
  section.entrance-fee .price li {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
  }
  section.entrance-fee .price li:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
    border-left: 1px solid #000;
    width: 0;
    height: 60%;
  }
  section.entrance-fee .price li:after::last-of-type {
    content: none;
  }
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .price li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
section.entrance-fee .price li header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .price li header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
}
section.entrance-fee .price li header h2, section.entrance-fee .price li header small {
  line-height: 1;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
}
section.entrance-fee .price li header small {
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .price li header small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 16px;
  }
}
section.entrance-fee .price li header h2 {
  font-family: "Hiragino Maru Gothic W3 JIS2004", "ヒラギノUD丸ゴ StdN W3", sans-serif;
  font-size: 18px;
  font-weight: normal; /* Safari */
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .price li header h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 26px;
    margin-bottom: 0;
  }
}
section.entrance-fee .price li p {
  text-align: center;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .price li p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 26px;
  }
}
section.entrance-fee .price li p span {
  font-weight: normal;
  font-size: 0.6em;
  display: block;
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .price li p span {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: inline;
  }
}
section.entrance-fee .free {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  section.entrance-fee .free {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 24%;
    padding-top: 35px;
  }
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .free {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 15%;
  }
}
section.entrance-fee .free strong {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 20px;
}
section.entrance-fee .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 768px) {
  section.entrance-fee .info {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
  }
}
section.entrance-fee .info li {
  width: 100%;
  position: relative;
  text-align: right;
  font-size: 14px;
  line-height: 1.2;
  padding: 10px;
  margin: 10px 0;
}
section.entrance-fee .info li strong {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 18px;
  /*display: block;*/
}
@media screen and (min-width: 768px) {
  section.entrance-fee .info li strong {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: inline;
  }
}
section.entrance-fee .info li:last-of-type {
  /*background: #b9ec7c;*/
}
@media screen and (min-width: 1000px) {
  section.entrance-fee .info li:last-of-type {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    overflow: hidden;
  }
  section.entrance-fee .info li:last-of-type:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    border-right: 30px solid transparent;
    border-left: none;
    border-bottom: none;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
section.entrance-fee .tax-info {
  display: block;
  text-align: right;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 14px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  section.entrance-fee .tax-info {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 100%;
  }
}

/* バリ土産紹介
-----------------------------------------*/
section.souvenir {
  margin: 30px 0;
}
@media screen and (min-width: 1000px) {
  section.souvenir {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 130px auto 180px;
    position: relative;
    max-width: 1200px;
  }
}
section.souvenir header {
  background: url("../../photogenic/img/souvenir-back.png") no-repeat center center/110%;
  height: 80px;
  border-top: 1px solid #000;
}
@media screen and (min-width: 1000px) {
  section.souvenir header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: 100%;
    border: none;
    width: 27.3333333333%;
    height: 242px;
    position: absolute;
    top: -15px;
    left: 10px;
    z-index: 10;
  }
}
section.souvenir header div {
  width: 280px;
  width: 85.3658536585%;
  margin: 10px auto;
  position: relative;
}
section.souvenir header div img[src="img/souvenir-text.png"] {
  display: none;
}
@media screen and (min-width: 1000px) {
  section.souvenir header div img[src="img/souvenir-text.png"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: block;
    width: 52.8571428571%;
    position: absolute;
    top: 30px;
    left: 0;
  }
}
section.souvenir header div img[src="img/souvenir-bag.png"] {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  section.souvenir header div img[src="img/souvenir-bag.png"] {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 33.2142857143%;
    top: 80px;
    left: 20px;
  }
}
section.souvenir header div h2 {
  width: 215px;
  position: absolute;
  top: 50%;
  left: calc(50% + 20px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  section.souvenir header div h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    left: 170px;
  }
}
section.souvenir header div h2 span {
  position: absolute;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  color: #ff1d5d;
  line-height: 1;
}
section.souvenir header div h2 span:nth-of-type(1) {
  font-size: 27px;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  section.souvenir header div h2 span:nth-of-type(1) {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    top: 20px;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.souvenir header div h2 span:nth-of-type(1) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
    top: 55px;
    left: 100px;
  }
}
section.souvenir header div h2 span:nth-of-type(2) {
  font-size: 18px;
  top: 18px;
  left: 53px;
}
@media screen and (min-width: 768px) {
  section.souvenir header div h2 span:nth-of-type(2) {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    top: 28px;
    left: 54px;
  }
}
@media screen and (min-width: 1000px) {
  section.souvenir header div h2 span:nth-of-type(2) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 20px;
    top: 78px;
    left: 150px;
  }
}
section.souvenir header div h2 span:nth-of-type(3) {
  font-size: 27px;
  top: 13px;
  left: 73px;
}
@media screen and (min-width: 768px) {
  section.souvenir header div h2 span:nth-of-type(3) {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    top: 20px;
    left: 75px;
  }
}
@media screen and (min-width: 1000px) {
  section.souvenir header div h2 span:nth-of-type(3) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
    top: 100px;
    left: 80px;
  }
}
section.souvenir header div h2 span:nth-of-type(4) {
  font-size: 22px;
  top: 41px;
  right: 0;
}
@media screen and (min-width: 768px) {
  section.souvenir header div h2 span:nth-of-type(4) {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    top: 25px;
    right: auto;
    left: 160px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1000px) {
  section.souvenir header div h2 span:nth-of-type(4) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 24px;
    top: 140px;
    left: 120px;
  }
}
section.souvenir ul {
  background: url("../img/back11.png");
  border-bottom: 4px solid #e86fc4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 1000px) {
  section.souvenir ul {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    border-bottom: 9px solid #e86fc4;
    display: block;
    height: 210px;
  }
}
section.souvenir ul:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1000px) {
  section.souvenir ul:after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 2px;
  }
}
section.souvenir ul li {
  width: calc(100% - 40px);
  margin: 0 10px;
  padding: 10px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 31.6666666667%;
    margin: 0;
    padding: 0;
    position: absolute;
  }
}
section.souvenir ul li .img {
  width: 40%;
  border: 4.5px solid #FFF;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.souvenir ul li .img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
  }
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li .img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 67.8947368421%;
    border: 9px solid #FFF;
  }
}
section.souvenir ul li .img img {
  width: 100%;
}
section.souvenir ul li p {
  width: 60%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.souvenir ul li p {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 30%;
  }
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 48.6842105263%;
  }
}
section.souvenir ul li p img {
  width: 100%;
}
section.souvenir ul li:nth-of-type(1) { /* Safari */
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  /* デフォ値0 */
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li:nth-of-type(1) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    left: 29%;
    top: -50px;
  }
}
section.souvenir ul li:nth-of-type(1) .img {
  left: 10px;
  top: 20px;
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li:nth-of-type(1) .img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    left: 0px;
    top: 0px;
  }
}
section.souvenir ul li:nth-of-type(1) p {
  margin-left: 35%;
}
@media screen and (min-width: 768px) {
  section.souvenir ul li:nth-of-type(1) p {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-left: 25%;
  }
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li:nth-of-type(1) p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-left: 0;
    position: absolute;
    right: 0;
  }
}
section.souvenir ul li:nth-of-type(2) { /* Safari */
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  /* デフォ値0 */
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li:nth-of-type(2) {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    left: 53%;
    top: 20px;
  }
}
section.souvenir ul li:nth-of-type(2) .img {
  left: 10px;
  top: -20px;
}
@media screen and (min-width: 768px) {
  section.souvenir ul li:nth-of-type(2) .img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    top: -40%;
    left: 10%;
  }
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li:nth-of-type(2) .img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 0;
    left: 0;
  }
}
section.souvenir ul li:nth-of-type(2) p {
  margin-left: 35%;
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li:nth-of-type(2) p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-left: 0;
    position: absolute;
    right: auto;
    left: 40%;
    top: 200px;
  }
}
section.souvenir ul li:last-of-type { /* Safari */
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /* デフォ値0 */
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li:last-of-type {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    right: 0px;
    top: -50px;
  }
}
section.souvenir ul li:last-of-type .img {
  right: 10px;
  top: 20px;
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li:last-of-type .img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    right: 0px;
    top: 0px;
  }
}
section.souvenir ul li:last-of-type p {
  margin-left: 5%;
}
@media screen and (min-width: 768px) {
  section.souvenir ul li:last-of-type p {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    margin-left: 45%;
  }
}
@media screen and (min-width: 1000px) {
  section.souvenir ul li:last-of-type p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin-left: 0;
  }
}

/* 囲み(HOW TO ENJOY)
-----------------------------------------*/
main > .wrapper_howtoenjoy {
  background: url(../../photogenic/img/howto_sp_bg.png);
  background-size: 100%;
  border: 2px solid #ffddad;
  border-left: none;
  border-right: none;
  padding: 50px 0;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  main > .wrapper_howtoenjoy {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-image: url(../../photogenic/img/howto_pc_bg_yasinoki.png), url(../../photogenic/img/howto_pc_bg.png);
    background-size: 50%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left top;
    border: 2px solid #ffddad;
    border-left: none;
    border-right: none;
    padding: 50px 0 50px;
    margin-bottom: 0;
  }
}

/* HOW TO ENJOY
-----------------------------------------*/
section.howtoenjoy {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  section.howtoenjoy .inner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    position: relative;
    width: 100%;
  }
  section.howtoenjoy .inner:before {
    content: "";
    background: url(../../photogenic/img/howto_ill_hat.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 23px;
    left: 49px;
    display: block;
    width: 20%;
    height: 20%;
  }
  section.howtoenjoy .inner:after {
    content: "";
    background: url(../../photogenic/img/howto_ill_cup.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 300px;
    right: 10px;
    display: block;
    width: 10%;
    height: 20%;
  }
}
section.howtoenjoy .inner header {
  margin: 0 0 30px;
}
@media screen and (min-width: 1000px) {
  section.howtoenjoy .inner header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 0 50px;
  }
}
section.howtoenjoy .inner header h1 {
  text-align: center;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  section.howtoenjoy .inner header h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
  section.howtoenjoy .inner header h1:before {
    content: "";
    background: url(../../photogenic/img/howto_ill_camera.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 230px;
    display: block;
    width: 26%;
    height: 26%;
  }
}
@media screen and (min-width: 768px) {
  section.howtoenjoy .inner header h1 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
  }
}
section.howtoenjoy .inner header small {
  text-align: center;
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  section.howtoenjoy .inner header small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 16px;
  }
}
section.howtoenjoy .inner .howtoenjoy_navList li {
  width: 90%;
  margin: 0 auto 20px;
  background: white;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 2px 2px 4px gray;
          box-shadow: 2px 2px 4px gray;
}
section.howtoenjoy .inner .howtoenjoy_navList li:before {
  content: "";
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
  color: #ff59a3;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}
section.howtoenjoy .inner .howtoenjoy_navList li a {
  width: 80%;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
section.howtoenjoy .inner .howtoenjoy_navList li.line1 a {
  padding-top: 23px;
}
@media screen and (min-width: 1000px) {
  section.howtoenjoy .inner .howtoenjoy_navList {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.howtoenjoy .inner .howtoenjoy_navList li {
    width: 25%;
    margin: 0 5px 30px;
    background: white;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 2px 2px 4px gray;
            box-shadow: 2px 2px 4px gray;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
            box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color, box-shadow;
    -webkit-transition-property: color, background-color, -webkit-box-shadow;
    transition-property: color, background-color, -webkit-box-shadow;
    transition-property: color, background-color, box-shadow;
    transition-property: color, background-color, box-shadow, -webkit-box-shadow;
  }
  section.howtoenjoy .inner .howtoenjoy_navList li:before {
    content: "";
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    margin-right: 5px;
    color: #ff59a3;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
  }
  section.howtoenjoy .inner .howtoenjoy_navList li a {
    width: 80%;
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
  }
  section.howtoenjoy .inner .howtoenjoy_navList li a span {
    display: inline-block;
  }
  section.howtoenjoy .inner .howtoenjoy_navList li.line1 a {
    padding-top: 32px;
  }
  section.howtoenjoy .inner .howtoenjoy_navList li:hover, section.howtoenjoy .inner .howtoenjoy_navList li:focus {
    background-color: #E86FC4;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
            box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  }
  section.howtoenjoy .inner .howtoenjoy_navList li:hover a, section.howtoenjoy .inner .howtoenjoy_navList li:focus a {
    color: #fff;
  }
  section.howtoenjoy .inner .howtoenjoy_navList li:hover:before, section.howtoenjoy .inner .howtoenjoy_navList li:focus:before {
    color: #fff;
  }
}

/* 囲み(PHOTO SPOT)
-----------------------------------------*/
@media screen and (min-width: 1000px) {
  main > .wrapper {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background: #fff8ed;
    border: 2px solid #ffddad;
    border-left: none;
    border-right: none;
    padding: 100px 0;
    margin-bottom: 20px;
  }
}

/* PHOTO SPOT
-----------------------------------------*/
section.photospot {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 136.3%;
    margin-bottom: 80px;
  }
}
section.photospot .inner > header {
  padding: 10px 0 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner > header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background: #ff59a3;
    padding: 0;
    position: absolute;
    left: 0;
    top: 38.8%;
    height: 6.2%;
    width: 38.4%;
  }
}
section.photospot .inner > header h1 {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 25px;
  line-height: 1;
  color: #ff59a3;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner > header h1 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    color: #FFF;
    font-size: 40px;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: -10px;
  }
}
section.photospot .inner > header small {
  font-size: 14px;
  line-height: 1;
  color: #ff59a3;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner > header small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    color: #FFF;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 20px;
  }
}
section.photospot .inner article {
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 56%;
  margin-bottom: 1px;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    position: absolute;
    padding-top: 0;
    margin-bottom: 0;
    height: 0;
    z-index: 10;
  }
}
section.photospot .inner article .memo {
  position: relative;
  padding: 20px 0;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article .memo {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    position: absolute;
    width: 410px;
    right: 10px;
    padding: 10px 0 20px;
  }
}
section.photospot .inner article .memo:before {
  content: "";
  display: block;
  background: url(../img/back12.png);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
section.photospot .inner article .memo:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 3px;
  z-index: -1;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article .memo:after {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: -10px;
    bottom: 10px;
    left: -10px;
  }
}
section.photospot .inner article .memo header small {
  display: block;
  text-indent: -999em;
  background: url("../../photogenic/img/photospot-new.png") no-repeat center center;
  background-size: auto 100%;
  height: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article .memo header small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 23px;
    margin-bottom: 10px;
  }
}
section.photospot .inner article .memo header h3 {
  text-align: center;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article .memo header h3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
}
section.photospot .inner article .memo p {
  margin: 5px 10px 10px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article .memo p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 10px 10px 10px;
  }
}
section.photospot .inner article .memo p span {
  display: inline-block;
  font-size: 15px;
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article .memo p span {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 16px;
    line-height: 1.4;
  }
}
section.photospot .inner article.ubudcafe {
  background-image: url("../../photogenic/img/photospot01.jpg");
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article.ubudcafe {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: 100% auto;
    width: 100%;
    padding-bottom: 53%;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article.ubudcafe .memo {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: 20px;
  }
}
section.photospot .inner article.waikiki {
  background-image: url("../../photogenic/img/photospot02.jpg");
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article.waikiki {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: auto 100%;
    width: 61.6%;
    padding-bottom: 41.6%;
    top: 38.8%;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article.waikiki .memo {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    bottom: 20px;
  }
}
section.photospot .inner article.white {
  background-image: url("../../photogenic/img/photospot03.jpg");
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article.white {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: auto 100%;
    width: 61.6%;
    padding-bottom: 41.7%;
    top: 69.4%;
    right: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article.white .memo {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    top: 8%;
    left: 5%;
  }
}
section.photospot .inner article.erythrina {
  background-image: url("../../photogenic/img/photospot04.jpg");
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article.erythrina {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-size: auto 100%;
    background-position: 37% 0;
    width: 38.4%;
    padding-bottom: 75%;
    top: 45%;
    left: 0;
  }
}
@media screen and (min-width: 1000px) {
  section.photospot .inner article.erythrina .memo {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 370px;
    top: 12%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

/* PHOTO SPOT
-----------------------------------------*/
section.instagram-api {
  padding: 30px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  section.instagram-api {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
}
section.instagram-api .instagram-box {
  text-align: center;
  margin: 0;
  /* 横長写真 */
  /* 縦長写真 */
  /* 正方形写真 */
}
section.instagram-api .instagram-box:after {
  content: "";
  display: table;
  clear: both;
}
section.instagram-api .instagram-box .tit {
  display: block;
  width: 100%;
  padding: 20px 0;
  position: relative;
  background: url("../img/back-instagram.png");
  background-size: 100% 100%;
  color: #FFF;
}
@media screen and (min-width: 1000px) {
  section.instagram-api .instagram-box .tit {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 40%;
    padding: 0;
    padding-bottom: 20%;
    float: left;
  }
}
section.instagram-api .instagram-box .tit h2 {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  section.instagram-api .instagram-box .tit h2 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
section.instagram-api .instagram-box .tit small {
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  section.instagram-api .instagram-box .tit small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    position: absolute;
    font-size: 16px;
    top: calc(50% + 35px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
section.instagram-api .instagram-box .tit:before {
  content: "\f16d";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  section.instagram-api .instagram-box .tit:before {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    position: absolute;
    font-size: 45px;
    top: calc(50% - 45px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
section.instagram-api .instagram-box .instagram-data {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: #888;
  position: relative;
  display: block;
  width: 33.3333333333%;
  padding-bottom: 33.3333333333%;
  float: left;
}
@media screen and (min-width: 1000px) {
  section.instagram-api .instagram-box .instagram-data {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 20%;
    padding-bottom: 20%;
  }
}
section.instagram-api .instagram-box .instagram-data a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
section.instagram-api .instagram-box .instagram-data img {
  position: absolute;
  left: 0;
  top: 0;
}
section.instagram-api .instagram-box .formW img {
  width: auto;
  height: 100%;
}
section.instagram-api .instagram-box .formH img {
  height: auto;
  width: 100%;
}
section.instagram-api .instagram-box .formS img {
  width: 100%;
  height: 100%;
}

/* ニュース
-----------------------------------------*/
section.news {
  padding: 30px 0;
}
@media screen and (min-width: 1000px) {
  section.news {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 120px 0;
  }
}
section.news .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section.news .inner header {
  margin: 0 0 30px;
}
@media screen and (min-width: 1000px) {
  section.news .inner header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 0 0 50px;
  }
}
section.news .inner header h1 {
  text-align: center;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.news .inner header h1 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
  }
}
section.news .inner header small {
  text-align: center;
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  section.news .inner header small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 16px;
  }
}
section.news .inner ul {
  height: 300px;
  margin-bottom: 30px;
  overflow-y: scroll;
}
section.news .inner ul li {
  font-size: 16px;
  margin: 0 10px 30px;
  max-width: 1200px;
}
section.news .inner ul li time {
  display: block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  section.news .inner ul li time {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: inline-block;
  }
}
section.news .inner ul li p {
  font-weight: bold;
  color: #ff1d5d;
  display: block;
}
@media screen and (min-width: 768px) {
  section.news .inner ul li p {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    display: inline-block;
    margin-left: 1.5em;
    max-width: calc(100% - 10em);
  }
}
section.news .inner .calendarBox {
  width: 100%;
  margin: 0 auto;
}
section.news .inner .calendarBox iframe {
  width: 95vw;
  height: 400px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  section.news .inner .calendarBox {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
  }
  section.news .inner .calendarBox iframe {
    width: 1200px;
    height: 600px;
  }
}
section.news .inner .calendarTxt {
  font-size: 0.8em;
}
section.news .inner .calendarTxt span {
  font-weight: bold;
}

/* ウエディングサイト案内
-----------------------------------------*/
section.goto-wedding-site {
  background: #1eb1c1;
  padding: 30px 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  section.goto-wedding-site {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    max-width: 1200px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: left;
    position: relative;
  }
}
section.goto-wedding-site header {
  margin: 0 0 15px;
  color: #FFF;
}
@media screen and (min-width: 1000px) {
  section.goto-wedding-site header {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 36.6666666667%;
    position: absolute;
    left: 0;
    top: 25%;
  }
}
section.goto-wedding-site header h1 {
  text-align: center;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.goto-wedding-site header h1 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
  }
}
section.goto-wedding-site header small {
  text-align: center;
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  section.goto-wedding-site header small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 16px;
  }
}
section.goto-wedding-site img {
  width: calc(100% - 20px);
  max-width: 1200px;
}
@media screen and (min-width: 1000px) {
  section.goto-wedding-site img {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 62.5%;
    margin-left: 36.6666666667%;
  }
}
section.goto-wedding-site .button {
  margin-top: 15px;
}
@media screen and (min-width: 1000px) {
  section.goto-wedding-site .button {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 36.6666666667%;
    position: absolute;
    left: 0;
    bottom: 15%;
  }
}
section.goto-wedding-site .button a {
  color: #FFF;
}
section.goto-wedding-site .button a[target=_blank]:after {
  border: 1px solid #FFF;
  background: #1eb1c1;
  /*→ ↓ ぼかしなし 色なし（黒）*/
  -webkit-box-shadow: -2px 2px #FFF;
          box-shadow: -2px 2px #FFF;
}
section.goto-wedding-site .button a:hover {
  border-bottom: 1px dotted #FFF;
}

/* アクセス
-----------------------------------------*/
section.access {
  padding: 30px 0;
}
@media screen and (min-width: 1000px) {
  section.access {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 100px 0;
  }
}
section.access .button {
  text-align: right;
}
section.access header {
  margin: 0 0 20px;
}
section.access header h1 {
  text-align: center;
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.access header h1 {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    font-size: 30px;
  }
}
section.access header small {
  text-align: center;
  display: block;
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  section.access header small {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  section.access .wrapper {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  section.access .wrapper .map {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
section.access .wrapper .map #map00 {
  width: calc(100% - 20px);
  height: 0;
  padding-bottom: 70%;
  margin: 0 auto 20px;
}
section.access .wrapper .info-txt {
  margin: 0 10px;
}
@media screen and (min-width: 1000px) {
  section.access .wrapper .info-txt {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 45%;
    position: relative; /* Safari */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* デフォ値0 */
  }
}
section.access .wrapper .info-txt .tit02 {
  font-size: 20px;
}
section.access .wrapper .info-txt .tit02 strong {
  color: #ff1d5d;
}
section.access .wrapper .info-txt p {
  margin-bottom: 1em;
  font-size: 16px;
}
section.access .wrapper .info-txt p + .tit02 {
  margin-top: 2em;
}
@media screen and (min-width: 1000px) {
  section.access .wrapper .info-txt p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    line-height: 1.6;
  }
}
section.access .wrapper .button {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  section.access .wrapper .button {
    /* PC：デバイス別表示設定
    --------------------------------------------*/ /* Safari */
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* デフォ値0 */
    width: 100%;
    text-align: right;
    padding-right: 10px;
  }
}
section.access .gmap3 {
  margin: 10px 0 50px;
  height: 280px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  section.access .gmap3 {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    height: 600px;
  }
}
section.access .gmap3 .icon {
  border-radius: 10px;
  border: 3px solid #1eb1c1;
  background: #FFF;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  position: relative;
  text-align: center;
  line-height: 13px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
}
section.access .gmap3 .icon img {
  position: absolute;
  width: 100px;
}
section.access .gmap3 .point {
  width: 0;
  height: 0;
  position: relative;
}
section.access .gmap3 .point img {
  position: absolute;
  width: 100px;
}
section.access .gmap3 .point img[src$="map-icon03.png"] {
  width: 60px;
  bottom: 0;
  left: calc(50% - 60px / 2);
}

/* 内容:利用規約専用　terms-of-service.html
-----------------------------------------*/
.inner.terms-of-service {
  width: calc(100% - 1em);
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
}
.inner.terms-of-service p {
  margin-bottom: 2em;
  font-size: 16px;
}
.inner.terms-of-service h2 {
  margin-top: 3em;
  font-size: 16px;
  text-align: center;
  color: #ff1d5d;
}
.inner.terms-of-service h3 {
  margin-top: 3em;
  font-size: 16px;
}
.inner.terms-of-service ul.alert {
  margin-bottom: 3em;
}
.inner.terms-of-service ul.alert li {
  color: #ff819c;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 1.5em;
}
.inner.terms-of-service ul.alert li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.inner.terms-of-service section {
  margin-top: 7em;
}

/* 感染対策
-----------------------------------------*/
.infectionControl_Box {
  background: #fff8df;
  margin: 0 auto 30px;
  width: 100%;
  padding: 20px 0 20px;
}
@media screen and (min-width: 1000px) {
  .infectionControl_Box {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding-bottom: 50px;
  }
}
.infectionControl_Box .infectionControl_BoxInner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .infectionControl_Box .infectionControl_BoxInner {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}
.infectionControl_Box .infectionControl_BoxInner h2 {
  font-family: "Hiragino Maru Gothic W6 JIS2004", "ヒラギノUD丸ゴ StdN W6", sans-serif;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
  padding: 5px 0 15px;
  border-bottom: 1px solid #333;
  font-weight: bold;
}
.infectionControl_Box .infectionControl_BoxInner ul {
  margin-bottom: 10px;
}
.infectionControl_Box .infectionControl_BoxInner ul li {
  margin-bottom: 5px;
  font-size: 1.11em;
  font-weight: bold;
}

/*注意喚起
-----------------------------------------*/
.chui_Box {
  margin: 0 auto 30px;
  width: 90%;
}
.chui_Box p {
  font-weight: bold;
  color: #C90F12;
}
@media screen and (min-width: 1000px) {
  .chui_Box {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 1000px;
  }
}