
/*
* common.css
*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #333333;
  text-align: center;
  word-wrap: break-word;
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}

.font-m {
  font-family: 'Noto Serif JP', serif;
}

#wrapper,
#contents {
  position: relative;
  width: 100%;
  margin:0 auto;
  padding:0;
}

#contents {
  background-color: #fad8e2;
  z-index: 99999;
}

a{
  color: #333333;
  text-decoration: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}


@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@-webkit-keyframes fadein {
  to { opacity: 1; }
}

@keyframes fadein {
  to { opacity: 1; }
}


/*===============================================
●画面の横幅が813px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 813px) {

  #wrapper{
    min-width: 1080px;
  }

  #contents {
    padding: 20px 0 0 0;
  }

  /* !共通
  ---------------------------------------------------------- */
  .pcNone{
    display:none !important;
  }

  a:hover{
    opacity: 0.8;
  }

  .list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }


  /* ヘッダー
  ---------------------------------------------------------- */
  .pc-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 60px;
    background-color: #fff;
    z-index: 999999;
  }

  .pc-menu > div {
    position: relative;
    width: 1000px;
    height: 60px;
    margin: 0 auto;
    padding: 24px 0 0 0;
  }

  .pc-menu > div > img.sakura01 {
    position: absolute;
    top: 16px;
    left: 0;
    width: 30px;
  }

  .pc-menu > div > img.sakura02 {
    position: absolute;
    top: 16px;
    right: 0;
    width: 30px;
  }

  .pc-menu > div > ul {
    display: inline-block;
    margin: 0 auto;
  }

  .pc-menu > div > ul > li {
    display: inline-block;
    margin: 0 15px 0 0;
    text-align: left;
  }

  .pc-menu > div > ul > li:last-child {
    margin: 0;
  }

  .pc-menu > div > ul > li > a {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
    font-size: 14px;
    color: #f9487b;
    line-height: 100%;
  }


  /* メイン画像 */
  .mainImage {
    position: relative;
    width: 100%;
    height: 100vh;
  }

  .mainImage-bg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../images/main-img.png) center center no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-animation: fadein 2s linear 4.2s forwards;
    animation: fadein 2s linear 4.2s forwards;
  }

  .mainImage > img.main-title01 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 160px;
    left: 0;
    right: 0;
    margin: auto;
    width: 600px;
    z-index: 2;
    -webkit-animation: fadein 2s linear 3.2s forwards;
    animation: fadein 2s linear 3.2s forwards;
  }

  .mainImage > img.main-title02 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 590px;
    z-index: 2;
    -webkit-animation: fadein 2s linear 2.4s forwards;
    animation: fadein 2s linear 2.4s forwards;
  }

  .mainImage > img.sakura-left {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 710px;
    margin: auto;
    width: 90px;
    z-index: 999999;
    -webkit-animation: fadein 1s linear 1.4s forwards;
    animation: fadein 1s linear 1.4s forwards;
  }

  .mainImage > img.sakura-right {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 710px;
    right: 0;
    margin: auto;
    width: 90px;
    z-index: 999999;
    -webkit-animation: fadein 1s linear 1.6s forwards;
    animation: fadein 1s linear 1.6s forwards;
  }

  .mainImage > img.s01 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear forwards;
    animation: fadeinout 1s linear forwards;
  }

  .mainImage > img.s02 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 200px;
    left: 0;
    right: 355px;
    margin: auto;
    width: 90px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 0.2s forwards;
    animation: fadeinout 1s linear 0.2s forwards;
  }

  .mainImage > img.s03 {
    opacity: 0;
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 355px;
    right: 0;
    margin: auto;
    width: 90px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 0.4s forwards;
    animation: fadeinout 1s linear 0.4s forwards;
  }

  .mainImage > img.s04 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 200px;
    left: 355px;
    right: 0;
    margin: auto;
    width: 90px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 0.6s forwards;
    animation: fadeinout 1s linear 0.6s forwards;
  }

  .mainImage > img.s05 {
    opacity: 0;
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 355px;
    margin: auto;
    width: 90px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 0.8s forwards;
    animation: fadeinout 1s linear 0.8s forwards;
  }

  .mainImage > img.s06 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 400px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 1s forwards;
    animation: fadeinout 1s linear 1s forwards;
  }

  .mainImage > img.s07 {
    opacity: 0;
    position: absolute;
    top: 400px;
    bottom: 0;
    left: 710px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 1.2s forwards;
    animation: fadeinout 1s linear 1.2s forwards;
  }

  .mainImage > a.arrow {
    opacity: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    z-index: 2;
    -webkit-animation: fadein 2s linear 4.2s forwards;
    animation: fadein 2s linear 4.2s forwards;
  }

  .mainImage > a.arrow > img {
    width: 70px;
  }


  /* コンテンツ部分
  ---------------------------------------------------------- */
  #contents{
    width:100%;
    min-width: 1080px;
  }

  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }


  .box01 {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }

  .box01 > h1 {
    font-size: 30px;
    font-weight: bold;
  }

  .box01 > img {
    display: block;
    width: 400px;
    margin: 30px auto 0 auto;
  }


  .box01 > p {
    margin: 20px auto 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 180%;
  }

  .box01 > div {
    width: 640px;
    margin: 40px auto 0 auto;
  }

  .box01 > div > div {
    width: 270px;
    margin: 0 auto;
  }

  .box01 > div > div > a {
    position: relative;
    display: block;
    width: 270px;
    height: 120px;
    padding: 20px 0 0 0;
    background-color: #f9487b;
  }

  .box01 > div > div > a > p:nth-of-type(1) {
    font-size: 24px;
    color: #fff;
  }

  .box01 > div > div > a > p:nth-of-type(2) {
    margin: 10px auto 0 auto;
    font-size: 18px;
    color: #fff;
  }

  .box01 > div > div > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    border-bottom-width: 0;
  }


  /* タイトル */
  .title {
    width: 1000px;
    margin: 80px auto 0 auto;
    padding: 15px 0;
    font-size: 24px;
    font-weight: bold;
    color: #f9487b;
    border-top: #f9487b 1px solid;
    border-bottom: #f9487b 1px solid;
  }


  /* 施設 */
  .house {
    position: relative;
    width: 1000px;
    margin: 40px auto 0 auto;
  }

  .house > div {
    width: 470px;
    margin: 0 60px 0 0;
    text-align: left;
  }

  .house > div:nth-of-type(2) {
    margin: 0;
  }

  .house > div > p.sub-title {
    display: inline-block;
    min-width: 100px;
    height: 30px;
    margin: 30px 0 0 0;
    padding: 8px 15px 0 15px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #f9487b;
  }

  .house > div > p.sub-title:nth-of-type(1) {
    margin: 0;
  }

  .house > div > p.txt01 {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 180%;
  }

  .house > div > p.txt02 {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 160%;
  }

  .house > div > div.check-box {
    margin: 15px 0 0 0;
    padding: 15px;
    background-color: #fff;
    border: #f9487b 1px solid;
  }

  .house > div > div.check-box > p {
    font-size: 16px;
    line-height: 160%;
  }

  .house > div > div.check-box > a {
    position: relative;
    display: block;
    width: 340px;
    height: 40px;
    margin: 15px auto 0 auto;
    padding: 12px 0 0 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #f9487b;
  }

  .house > div > div.check-box > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom-width: 0;
  }

  .house > div > p.price {
    margin: 15px 0 0 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: #f9487b 1px solid;
  }

  .house > div > p.price span {
    display: inline-block;
    margin: 0 5px 0 10px;
    font-size: 30px;
    font-weight: bold;
  }

  .house > div > a.btn {
    display: block;
    width: 300px;
    margin: 20px auto 0 auto;
  }

  .house > div > a.btn img {
    width: 300px;
  }

  .house ul.bxslider {
    width: 470px;
    margin: 0;
  }

  .house ul.bxslider li img {
    width: 470px;
  }

  .house ul.bxslider li p {
    width: 470px;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    line-height: 160%;
    background-color: #fff;
  }

  .house > div > div.custom-thumb {
    width: 470px;
    margin: 15px 0 0 0;
    font-size: 0;
  }

  .house > div > div.custom-thumb > a {
    display: inline-block;
    width: 110px;
    margin: 0 10px 10px 0;
    border: #fad8e2 2px solid;
  }

  .house > div > div.custom-thumb > a.active {
    border: #f9487b 2px solid;
  }

  .house > div > div.custom-thumb > a:nth-of-type(4n) {
    margin: 0 0 10px 0;
  }

  .house > div > div.custom-thumb > a > img {
    width: 110px;
  }

  .house > div.map {
    position: absolute;
    top: 500px;
    left: 0;
    width: 470px;
  }

  .house > div.map > iframe {
    width: 470px;
    margin: 20px 0 0 0;
  }

  .house > div.map > p.map-link {
    margin: 20px 0 0 0;
  }

  .house > div.map > p.map-link > img {
    display: inline-block;
    width: 20px;
    margin: 0 10px 0 0;
    vertical-align: top;
  }

  .house > div.map > p.map-link > a {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #150072;
    text-decoration: underline;
    vertical-align: top;
  }


  /* チェックイン */
  .check {
    width: 1000px;
    margin: 40px auto 0 auto;
  }

  .check > p.txt01 {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }

  .check > p.txt01:before {
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f9487b;
  }

  .check > p.txt02 {
    margin: 15px 0 0 0;
    font-size: 16px;
    text-align: left;
    line-height: 160%;
  }

  .check img {
    display: block;
    width: 1000px;
    margin: 20px auto 40px auto;
  }


  /* 主な観光地まで */
  .sightseeing {
    position: relative;
    width: 1000px;
    margin: 40px auto 0 auto;
  }

  .sightseeing > div {
    width: 310px;
    margin: 0 35px 40px 0;
    text-align: left;
  }

  .sightseeing > div:nth-of-type(3n) {
    margin: 0 0 40px 0;
  }

  .sightseeing > div > p:nth-of-type(1) {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: bold;
  }

  .sightseeing > div > p:nth-of-type(1):before {
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f9487b;
  }

  .sightseeing > div > img {
    display: block;
    width: 310px;
    margin: 20px 0 0 0;
  }

  .sightseeing > div > p:nth-of-type(2) {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 160%;
  }

  .sightseeing > div > a {
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #150072;
    text-decoration: underline;
  }


  /* おすすめリンク */
  .links {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }

  .links > p {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }

  .links > p:before {
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f9487b;
  }

  .links > div {
    width: 1000px;
    margin: 20px 0 0 0;
    text-align: left;
    font-size: 0;
  }

  .links > div > a {
    display: inline-block;
    width: 310px;
    margin: 0 35px 20px 0;
  }

  .links > div > a:nth-of-type(3n) {
    margin: 0 0 20px 0;
  }

  .links > div > a > img {
    width: 310px;
  }


  /* 周辺情報 */
  .nearby-title {
    position: relative;
    width: 1000px;
    margin: 40px auto 0 auto;
    padding: 0 0 10px 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: #f9487b 1px solid;
  }

  .nearby-title:before {
    position: absolute;
    top: -4px;
    left: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-color: #f9487b;
  }

  .nearby {
    position: relative;
    width: 1000px;
    margin: 40px auto 0 auto;
  }

  .nearby > div {
    width: 310px;
    margin: 0 35px 40px 0;
    text-align: left;
  }

  .nearby > div:nth-of-type(3n) {
    margin: 0 0 40px 0;
  }

  .nearby > div > p {
    font-size: 16px;
  }

  .nearby > div > img {
    display: block;
    width: 310px;
    margin: 20px 0 0 0;
  }

  .nearby > div > a {
    display: inline-block;
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #150072;
    text-decoration: underline;
  }


  /* SNS */
  .sns-title {
    margin: 40px auto 0 auto;
    font-size: 18px;
    font-weight: bold;
  }

  .sns {
    width: 500px;
    margin: 40px auto 0 auto;
  }

  .sns > div > iframe {
    width: 500px !important;
    margin: 0 auto;
  }

  .sns > a {
    display: block;
    width: 500px;
    margin: 40px auto 0 auto;
  }

  .sns > a > img {
    width: 500px;
  }


  /* よくある質問 */
  .qa {
    width: 840px;
    margin: 40px auto 0 auto;
  }

  .qa > table {
    width: 840px;
    margin: 0 auto 20px auto;
    border-bottom: #f9487b 1px solid;
  }

  .qa > table th {
    width: 55px;
    padding: 16px 0 20px 20px;
    text-align: left;
    vertical-align: top;
  }

  .qa > table th img {
    width: 22px;
  }

  .qa > table td {
    padding: 15px 20px 20px 0;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    line-height: 180%;
  }

  .qa > table th.th-q {
    padding: 16px 0 0 20px;
  }

  .qa > table td.td-q {
    padding: 15px 20px 0 0;
    font-weight: bold;
  }

  .qa > table td a {
    color: #150072;
    text-decoration: underline;
  }


  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 200px 0 30px 0;
    background-color: #fad8e2;
  }

  footer > a {
    width: 300px;
    margin: 0 auto;
  }

  footer > a > img {
    width: 300px;
  }

  footer small {
    display: block;
    margin: 50px auto 0 auto;
    font-size: 12px;
    color: #ff004a;
    line-height: 100%;
  }


  /* ページトップへ
  ----------------------------------------------------------*/
  #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    z-index: 999999;
  }

  #pageTop:hover {
    opacity: 1;
  }


}


/*===============================================
●画面の横幅が812px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 812px) {

  #wrapper {
    width:100%;
    height:100%;
    display:block;
    position:relative;
    padding-top: constant(safe-area-inset-top);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-left: constant(safe-area-inset-left);
  }

  #contents {
    opacity: 0;
    -webkit-animation: fadein 1s linear 4.6s forwards;
    animation: fadein 1s linear 4.6s forwards;
  }

  /* !共通
  ---------------------------------------------------------- */
  .spNone{
    display:none !important;
  }

  .sp-list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }


  /*------------------------------------
  clearfix
  --------------------------------------*/
  .clearfix-sp {
    zoom:1;
    overflow:hidden;
  }

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


  /* !header ヘッダー
  ---------------------------------------------------------- */
  header {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 12px 0 0 0;
    background-color: #fff;
    z-index: 999999;
    -webkit-animation: fadein 1s linear 4.6s forwards;
    animation: fadein 1s linear 4.6s forwards;
  }

  header > a {
    display: block;
    width: 220px;
    margin: 0 auto;
  }

  header > a img {
    width: 220px;
  }

  header > img.menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
  }


  /* #menu メニュー
  ---------------------------------------------------------- */
  .sp-menu {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width:100%;
    height: 100%;
    z-index:99998;
    background-color: rgba(0,0,0,0.7);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .sp-menu > div {
    width: 100%;
    height: 100%;
    padding: 0 0 200px 0;
    overflow-y: auto;
  }

  .sp-menu > div > ul {
    width: 100%;
    margin: 0 auto;
  }

  .sp-menu > div > ul > li {
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }

  .sp-menu > div > ul > li > a {
    font-family: 'Noto Serif JP', serif;
    display: block;
    height: 50px;
    padding: 19px 0 0 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #f9487b;
    border-bottom: #fff 1px solid;
  }


  /* メイン画像
  ---------------------------------------------------------- */
  .mainImage {
    position: relative;
    width: 100%;
    height: 400px;
  }

  .mainImage-bg {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url(../images/main-img-sp.png) center center no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-animation: fadein 2s linear 4.2s forwards;
    animation: fadein 2s linear 4.2s forwards;
  }

  .mainImage > img.main-title01 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    width: 250px;
    z-index: 2;
    -webkit-animation: fadein 2s linear 3.2s forwards;
    animation: fadein 2s linear 3.2s forwards;
  }

  .mainImage > img.main-title02 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    z-index: 2;
    -webkit-animation: fadein 2s linear 2.4s forwards;
    animation: fadein 2s linear 2.4s forwards;
  }

  .mainImage > img.sakura-left {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 240px;
    margin: auto;
    width: 30px;
    z-index: 2;
    -webkit-animation: fadein 1s linear 1.4s forwards;
    animation: fadein 1s linear 1.4s forwards;
  }

  .mainImage > img.sakura-right {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    right: 0;
    margin: auto;
    width: 30px;
    z-index: 2;
    -webkit-animation: fadein 1s linear 1.6s forwards;
    animation: fadein 1s linear 1.6s forwards;
  }

  .mainImage > img.s01 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear forwards;
    animation: fadeinout 1s linear forwards;
  }

  .mainImage > img.s02 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 150px;
    margin: auto;
    width: 30px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 0.2s forwards;
    animation: fadeinout 1s linear 0.2s forwards;
  }

  .mainImage > img.s03 {
    opacity: 0;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 150px;
    right: 0;
    margin: auto;
    width: 30px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 0.4s forwards;
    animation: fadeinout 1s linear 0.4s forwards;
  }

  .mainImage > img.s04 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 150px;
    right: 0;
    margin: auto;
    width: 30px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 0.6s forwards;
    animation: fadeinout 1s linear 0.6s forwards;
  }

  .mainImage > img.s05 {
    opacity: 0;
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 150px;
    margin: auto;
    width: 30px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 0.8s forwards;
    animation: fadeinout 1s linear 0.8s forwards;
  }

  .mainImage > img.s06 {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 200px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 1s forwards;
    animation: fadeinout 1s linear 1s forwards;
  }

  .mainImage > img.s07 {
    opacity: 0;
    position: absolute;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    z-index: 999999;
    -webkit-animation: fadeinout 1s linear 1.2s forwards;
    animation: fadeinout 1s linear 1.2s forwards;
  }


  /* コンテンツ部分
  ---------------------------------------------------------- */
  .box01 {
    width: 94%;
    margin: 0 auto;
    padding: 25px 0 0 0;
  }

  .box01 > h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
  }

  .box01 > img {
    display: block;
    width: 90%;
    max-width: 240px;
    margin: 15px auto 0 auto;
  }

  .box01 > p {
    margin: 20px auto 0 auto;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 180%;
  }

  .box01 > div {
    width: 100%;
    max-width: 500px;
    margin: 20px auto 0 auto;
  }

  .box01 > div > div {
    width: 45%;
    margin: 0 auto;
  }

  .box01 > div > div > a {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    padding: 15px 0 0 0;
    background-color: #f9487b;
  }

  .box01 > div > div > a > p:nth-of-type(1) {
    font-size: 14px;
    color: #fff;
  }

  .box01 > div > div > a > p:nth-of-type(2) {
    margin: 7px auto 0 auto;
    font-size: 12px;
    color: #fff;
  }

  .box01 > div > div > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    border-bottom-width: 0;
  }


  /* タイトル */
  .title {
    width: 94%;
    margin: 40px auto 0 auto;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    color: #f9487b;
    border-top: #f9487b 1px solid;
    border-bottom: #f9487b 1px solid;
  }


  /* 施設 */
  .house {
    position: relative;
    width: 94%;
    margin: 30px auto 0 auto;
  }

  .house > div {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .house > div > p.sub-title {
    display: inline-block;
    min-width: 70px;
    height: 21px;
    margin: 20px 0 0 0;
    padding: 5px 15px 0 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #f9487b;
  }

  .house > div > p.sub-title:nth-of-type(1) {
    margin: 0;
  }

  .house > div > p.txt01 {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 180%;
  }

  .house > div > p.txt02 {
    margin: 4px 0 0 0;
    font-size: 12px;
    line-height: 160%;
  }

  .house > div > div.check-box {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px;
    background-color: #fff;
    border: #f9487b 1px solid;
  }

  .house > div > div.check-box > p {
    font-size: 14px;
    line-height: 160%;
  }

  .house > div > div.check-box > a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 40px;
    margin: 10px auto 0 auto;
    padding: 14px 0 0 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #f9487b;
  }

  .house > div > div.check-box > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom-width: 0;
  }

  .house > div > p.price {
    margin: 10px 0 0 0;
    font-size: 16px;
    text-align: center;
    border-bottom: #f9487b 1px solid;
  }

  .house > div > p.price span {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 160%;
  }

  .house > div > a.btn {
    display: block;
    width: 90%;
    max-width: 250px;
    margin: 15px auto 0 auto;
  }

  .house > div > a.btn img {
    width: 250px;
  }

  .house ul.bxslider {
    width: 100%;
    margin: 0;
  }

  .house ul.bxslider li img {
    width: 100%;
  }

  .house ul.bxslider li p {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    line-height: 160%;
    background-color: #fff;
  }

  .house > div > div.custom-thumb {
    width: 100%;
    margin: 10px 0 20px 0;
    font-size: 0;
  }

  .house > div > div.custom-thumb > a {
    display: inline-block;
    width: 23.5%;
    margin: 0 2% 10px 0;
    border: #fad8e2 2px solid;
  }

  .house > div > div.custom-thumb > a.active {
    border: #f9487b 2px solid;
  }

  .house > div > div.custom-thumb > a:nth-of-type(4n) {
    margin: 0 0 10px 0;
  }

  .house > div > div.custom-thumb > a > img {
    width: 110px;
  }

  .house > div.map {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  .house > div.map > iframe {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  .house > div.map > p.map-link {
    margin: 10px 0 0 0;
  }

  .house > div.map > p.map-link > img {
    display: inline-block;
    width: 15px;
    margin: 0 10px 0 0;
    vertical-align: top;
  }

  .house > div.map > p.map-link > a {
    display: inline-block;
    margin: 2px 0 0 0;
    font-size: 12px;
    color: #150072;
    text-decoration: underline;
    vertical-align: top;
  }


  /* チェックイン */
  .check {
    width: 94%;
    margin: 30px auto 0 auto;
  }

  .check > p.txt01 {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }

  .check > p.txt01:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #f9487b;
  }

  .check > p.txt02 {
    margin: 10px 0 0 0;
    font-size: 14px;
    text-align: left;
    line-height: 160%;
  }

  .check img {
    display: block;
    width: 100%;
    margin: 20px auto 30px auto;
  }


  /* 主な観光地まで */
  .sightseeing {
    position: relative;
    width: 94%;
    margin: 30px auto 0 auto;
  }

  .sightseeing > div {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: left;
  }

  .sightseeing > div > p:nth-of-type(1) {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: bold;
  }

  .sightseeing > div > p:nth-of-type(1):before {
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #f9487b;
  }

  .sightseeing > div > img {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
  }

  .sightseeing > div > p:nth-of-type(2) {
    margin: 15px 0 0 0;
    font-size: 14px;
    line-height: 160%;
  }

  .sightseeing > div > a {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #150072;
    line-height: 160%;
    text-decoration: underline;
  }


  /* おすすめリンク */
  .links {
    width: 100%;
    margin: 0 auto;
  }

  .links > p {
    position: relative;
    width: 94%;
    margin: 0 auto;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  }

  .links > p:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #f9487b;
  }

  .links > div {
    width: 96%;
    margin: 15px auto 0 auto;
  }

  .links > div > a {
    display: block;
    width: 48%;
    margin: 0 auto 10px auto;
  }

  .links > div > a > img {
    width: 100%;
  }


  /* 周辺情報 */
  .nearby-title {
    position: relative;
    width: 94%;
    margin: 30px auto 0 auto;
    padding: 0 0 5px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border-bottom: #f9487b 1px solid;
  }

  .nearby-title:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-color: #f9487b;
  }

  .nearby {
    position: relative;
    width: 94%;
    margin: 20px auto 0 auto;
  }

  .nearby > div {
    width: 100%;
    margin: 0 auto 30px auto;
    text-align: left;
  }

  .nearby > div > p {
    font-size: 14px;
  }

  .nearby > div > img {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
  }

  .nearby > div > a {
    display: inline-block;
    margin: 15px 0 0 0;
    font-size: 14px;
    color: #150072;
    text-decoration: underline;
  }


  /* SNS */
  .sns-title {
    margin: 40px auto 0 auto;
    font-size: 16px;
    font-weight: bold;
  }

  .sns {
    width: 94%;
    margin: 20px auto 0 auto;
  }

  .sns .fb-container {
    width: 100%;
    max-width: 500px;
  }

  .sns > a {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0 auto;
  }

  .sns > a > img {
    width: 100%;
  }


  /* よくある質問 */
  .qa {
    width: 94%;
    margin: 30px auto 0 auto;
  }

  .qa > table {
    width: 100%;
    margin: 0 auto 10px auto;
    border-bottom: #f9487b 1px solid;
  }

  .qa > table th {
    width: 30px;
    padding: 10px 0 15px 0;
    text-align: left;
    vertical-align: top;
  }

  .qa > table th img {
    width: 15px;
  }

  .qa > table td {
    padding: 8px 10px 10px 0;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
    line-height: 160%;
  }

  .qa > table th.th-q {
    padding: 10px 0 0 0;
  }

  .qa > table td.td-q {
    padding: 8px 10px 0 0;
    font-weight: bold;
  }

  .qa > table td a {
    color: #150072;
    text-decoration: underline;
  }


  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 20px 0;
    background-color: #fad8e2;
  }

  footer > a {
    width: 200px;
    margin: 0 auto;
  }

  footer > a > img {
    width: 200px;
  }

  footer small {
    display: block;
    margin: 25px auto 0 auto;
    font-size: 8px;
    color: #f9487b;
    line-height: 100%;
  }


  /* page-top
  ---------------------------------------------------------- */
  #pageTop {
    position:fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    z-index: 999999;
  }


}


