@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  img {
    max-width: 100%;
  }

  * {
    margin: 0;
    padding: 0;
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳＰゴシック", "MS PGothic", sans-serif;
    color: #493115;
  }

  #wrapper {
    width: 100%;
    overflow: hidden;
  }

  .margin {
    margin: 0 3%;
  }

  .title {
    text-align: center;
    margin: 2vw;
  }

  .title img {
    width: 15vw;
  }

  .fuwatAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
  }

  @-webkit-keyframes fuwatAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
    }
  }

  @keyframes fuwatAnime {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }

  body {
    scroll-padding-top: 110px;
  }

  /*header*/
  /*top_kv*/
  #photo {
    width: auto;
    height: 52.8vw;
    overflow: hidden;
    position: relative;
  }

  #photo img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }

  .title01 {
    top: 20vw;
    left: 23vw;
    position: absolute;
    z-index: 50;
  }

  .title01 img {
    width: 60vw;
  }

  .illustration1 {
    top: 8vw;
    left: 11vw;
    position: absolute;
    z-index: 50;
  }

  .illustration1 img {
    width: 10vw;
  }

  .illustration2 {
    top: 40vw;
    left: 3vw;
    position: absolute;
    z-index: 51;
  }

  .illustration2 img {
    width: 15vw;
  }

  .bk8 {
    top: 32.5vw;
    left: 0vw;
    position: absolute;
    z-index: 50;
    width: 100%;
  }

  .bk8 img {
    width: 100%;
  }

  /*navi*/
  .header_nav {
    background-color: #faebd7;
  }

  .header_nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
  }

  .header_nav li {
    width: 12vw;
  }

  .left-to-right {
    display: inline-block;
    position: relative;
  }

  .left-to-right::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00afcc;
    /* アニメーション用の設定 */
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 300ms;
  }

  .left-to-right:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  /*grid01*/
  .width01 {
    max-width: 1300px;
    margin: 0 auto 3%;
    padding: 0 3%;
  }

  .flex {
    display: flex;
    justify-content: center;
  }

  #grid01 {
    background-image: url(../img/1453781.png);
    background-size: 100%;
    background-repeat: round;
    z-index: 0;
  }

  #grid01 h1 {
    text-align: center;
    margin: 5vw;
    font-size: 3vw;
  }

  .about {
    width: 25%;
  }

  .about img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 4px 9px 0px #c0c0c0;
  }

  .text01 {
    width: 67%;
    margin-right: 3%;
    font-size: 1.5vw;
    font-family: auto;
  }

  /*grid02*/
  #grid02 {
    background-color: #f0f6da;
  }

  main #grid02 *, main #grid02 *:before, main #grid02 *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  main #grid02 .info {
    margin: 0 auto 5%;
    padding: 0 1.5em;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: left;
    font-size: 1em;
    line-height: 1.3;
    color: #444;
    overflow: auto;
    width: 95%;
    height: 18em;
    background-color: #fcfcfc;
  }

  main #grid02 .info dl {
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
  }

  main #grid02 .info dt {
    padding-bottom: 5px;
    width: 100%;
  }

  main #grid02 .info dd {
    font-family: auto;
    margin-left: 0.5em;
    font-size: 1.2vw;
  }


  /*grid03*/
  #grid03 {
    background-color: #fff9f5;
  }

  .eigyou {
    font-size: 1.5vw;
    margin: 1vw 0;
    font-weight: bold;
  }

  .text02 {
    font-size: 1.4vw;
    font-family: auto;
  }

  .text03 {
    font-size: 1.5vw;
    text-align: right;
  }

  .text03 a {
    text-decoration: none;
  }

  .guid_fhoto {
    width: 25%;
  }

  .guid_fhoto img {
    width: 80%;
    border-radius: 10px;
    box-shadow: 2px 4px 9px 0px #c0c0c0;
  }

  .guide {
    width: 70%;
    height: 100%;
    margin: 1% 2%;
    min-height: 18vw;
    font-size: 1.7vw;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 2px 2px 2px #808080;
    padding: 1vw;
    line-height: 1.5;
    display: inline-block;
    text-align: justify;
  }

  .guide_waku {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .guide h2 {
    font-size: 2vw;
  }

  .menu01 {
    background-color: #d69090;
    position: relative;
    margin-bottom: 5vw;
  }

  .menu01 h1 {
    text-align: center;
    padding: 2vw 0 1vw 0;
    font-size: 3vw;
    color: #fff;
  }

  .menu-hyou {
    text-align: center;
    padding-bottom: 2vw;
  }

  .fullscreen-image {
    cursor: url("../img/plus_cursor.png"), pointer;
    /* マウスポインタを指定 */
    display: inline-block;
    /* 横方向に並べる指定 */
    margin: 1vw;
    /* 周囲の余白量(右と下に5pxずつ) */
    width: 21vw;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  }

  .text04 {
    font-size: 2vw;
    text-align: center;
  }

  .rope {
    position: absolute;
    top: 7.4vw;
    right: 40vw;
  }

  .rope img {
    width: 2vw;
  }

  /*grid04*/
  main #grid04 {
    margin: 0;
    padding: 0.5%;
    font-size: 1.5vw;
    text-align: center;
    background-image: url(../img/1081823.png);
    background-size: cover;
    /* スライドショー */
    /* ------------------------------
 loopSlider
------------------------------ */
    /* ------------------------------
 CLEARFIX ELEMENTS
------------------------------ */
  }

  main #grid04 h1 {
    color: #B13D3F;
    font-size: 4vw;
    margin: 0 0 2vw;
  }

  main #grid04 .loopSliderWrap {
    top: 0;
    left: 0;
    height: 30vw;
    overflow: hidden;
    position: absolute;
  }

  main #grid04 .loopSlider {
    margin: 0 auto;
    width: 90vw;
    height: 25vw;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  main #grid04 .loopSlider ul {
    height: 20vw;
    float: left;
    overflow: hidden;
    padding: 0;
  }

  main #grid04 .loopSlider ul li {
    width: 20vw;
    height: 20vw;
    margin: 0 1vw;
    float: left;
    display: inline;
    overflow: hidden;
  }

  main #grid04 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
  }

  /*grid05*/
  #grid05 {
    background-color: #ffffef;
    background-repeat: no-repeat;
    background-size: 100vw 15vw;
  }

  .iframe {
    background-color: #fef4f4;
    padding: 2vw;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    position: relative;
  }

  .iframe h2 {
    text-align: center;
    margin: 1vw 0 3vw;
  }

  iframe {
    width: 48%;
    height: 32.3vw;
    border-radius: 10px;
  }

  .access {
    font-size: 1.2vw;
    float: right;
    width: 48%;
    background-color: #fff;
    padding: 1vw;
    border-radius: 10px;
    list-style: none;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  }

  .access li {
    margin: 1vw 0;
  }

  .tel {
    font-weight: bold;
    color: #c85179;
  }

  .bold {
    font-size: 1.4vw;
    font-weight: bold;
    margin: 3vw 0;
    background-color: #ffedab;
  }

  .IC {
    font-size: 1.1vw;
    color: #38a1db;
  }

  .illustration3 {
    position: absolute;
    top: 27vw;
    right: 3vw;
  }

  .illustration3 img {
    width: 18vw;
  }

  /*yuppleページ*/
  /*navi*/
  .header_nav2 {
    background-color: #f7fcfe;
    position: fixed;
    z-index: 100;
    width: 100%;
  }

  .header_nav2 ul {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .header_nav2 li {
    width: 15vw;
    text-align: center;
  }

  .header_nav2 img {
    width: 70%;
  }

  /*kv*/
  #photo2 {
    position: relative;
    z-index: 0;
    margin-bottom: -2vw;
  }

  #photo2 img {
    z-index: 0;
    margin-top: 78px;
    width: 100%;
  }

  .title03 {
    top: 20vw;
    left: 39vw;
    position: absolute;
    z-index: 50;
  }

  .title03 img {
    width: 20vw;
  }

  /*grid06*/
  .header_subnav {
    text-align: center;
    margin: 4vw 0 3vw;
  }

  .header_subnav li {
    margin: 0 2vw;
  }

  .header_subnav li a {
    font-size: 2vw;
    color: #507ea4;
    text-decoration: none;
  }

  #grid06 {
    background-image: url(../img/bg3.png);
    background-repeat: no-repeat;
    background-size: 100vw 50vw;
    position: relative;
  }

  #grid06 h1 {
    text-align: center;
    margin: 3vw 0;
    font-size: 3vw;
  }

  .description {
    line-height: 2.5vw;
  }

  .yupple_bk {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 2px #808080;
    margin-bottom: 5vw;
  }

  /*grid07*/
  #grid07 {
    margin: -24px 0 0;
    padding: 0.5%;
    font-size: 1.5vw;
    text-align: center;
    background-image: url(../img/1081823.png);
    position: relative;
    background-size: cover;
    z-index: -1;
  }

  /* スライドショー */
  /* ------------------------------
loopSlider
------------------------------ */
  /* ------------------------------
CLEARFIX ELEMENTS
------------------------------ */
  #grid07 h1 {
    margin: 3vw 0;
    font-size: 2.5vw;
  }

  main #grid07 .loopSliderWrap {
    top: 0;
    left: 0;
    height: 30vw;
    overflow: hidden;
    position: absolute;
  }

  main #grid07 .loopSlider {
    margin: 0 auto;
    width: 90vw;
    height: 25vw;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

  main #grid07 .loopSlider ul {
    height: 20vw;
    float: left;
    overflow: hidden;
    padding: 0;
  }

  main #grid07 .loopSlider ul li {
    width: 20vw;
    height: 20vw;
    margin: 0 1vw;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
  }

  main #grid07 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
  }

  /*grid08*/
  #grid08 {
    background-color: #f0f6da;
  }

  .jaf {
    text-align: center;
    font-size: 2vw;
    color: #dc143c;
  }

  .rest {
    background-color: #fff;
    border-radius: 10px;
    width: 43%;
    box-shadow: 2px 2px 2px #808080;
    float: left;
    margin: 1% 0 3% 3%;
    padding: 2vw;
    height: 35vw;
  }

  .rest span {
    font-size: 1.2vw;
  }

  .rest th {
    font-size: 1.8vw;
  }

  .rest table th, .rest table td {
    border-collapse: collapse;
    border: 1px solid #f6b894;
  }

  .rest table {
    background-color: #fef4f4;
    border-collapse: collapse;
  }

  .product2 {
    width: 18vw;
  }

  .rest_title {
    text-align: center;
    font-size: 2.5vw;
    margin: 2vw 0 3vw;
  }

  .product2 {
    font-size: 1.8vw;
  }

  .text05 {
    font-size: 1.5vw;
    margin-top: 2vw;
  }

  .rental {
    background-color: #fff;
    border-radius: 10px;
    width: 38%;
    box-shadow: 2px 2px 2px #808080;
    float: right;
    margin: 1% 3% 3% 3%;
    padding: 2vw;
    height: 35vw;
    position: relative;
    ;
  }

  .product {
    width: 30vw;
    font-size: 1.8vw;
  }

  .rental_title {
    text-align: center;
    font-size: 2.5vw;
    margin: 2vw 0 3vw;
  }

  .rental_title span {
    font-size: 1.5vw;
  }

  .en {
    color: #c85179;
    font-weight: bold;
    width: 6vw;
    font-size: 1.8vw;
  }

  .amenity {
    position: absolute;
    top: 42vw;
    right: 16vw;
  }

  .amenity img {
    width: 15vw;
  }

  /*grid09*/
  #grid09 {
    background-image: url(../img/bk4.png);
    background-repeat: no-repeat;
    background-color: #ffffef;
    background-size: 100vw 15vw;
    padding-bottom: 5vw;
  }

  .price {
    font-size: 2.5vw;
    text-align: center;
    margin: 1vw 0 1vw;
  }

  #grid09 h1 {
    text-align: center;
    margin: 10vw 0 3vw;
    font-size: 3vw;
  }

  #grid09 table {
    width: 80%;
    font-size: 1.5vw;
    margin: 0 auto;
    background-color: #d6e9ca;
    border-collapse: collapse;
  }

  #grid09 table td {
    border-collapse: collapse;
    border: 1px solid #618e34;
    height: 3vw;
    padding: 0.5vw 2vw;
  }

  #grid09 .eigyou {
    font-size: 1.6vw;
  }

  .zeikomi {
    text-align: right;
    margin: 1vw 0;
    font-size: 1.3vw;
  }

  #grid09 li {
    font-size: 1.5vw;
    line-height: 2.5vw;
  }

  #grid09 ul {
    list-style: none;
  }

  .en2 {
    color: #c85179;
    font-weight: bold;
    font-size: 1.5vw;
  }

  .option {
    font-size: 1.5vw;
    margin-top: 2vw;
  }

  /*fotter*/
  footer {
    background-image: url(../img/bk2-2.png);
    background-color: #ffffef;
    background-size: 100vw 21vw;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 3vw;
  }

  footer .sns {
    list-style: none;
    padding-top: 5vw;
  }

  footer .sns li {
    display: inline-block;
    margin: 2vw;
  }

  footer .sns li img {
    width: 3.5vw;
  }

  footer p {
    color: #165e83;
    text-align: center;
    font-size: 1.5vw;
  }

  /* topへ戻るパソコン・スマホ共通のCSS */
  #PageTopBtn {
    position: fixed;
    /*ボタンの配置場所を固定*/
    bottom: 0px;
    /*下からのボタンの配置場所を指定*/
    right: 0px;
    /*右からのボタンの配置場所を指定*/
  }

  #PageTopBtn a {
    display: block;
    /*配置の調整*/
    outline: none;
    /*クリックしたときの黒い枠を消す*/
  }

  #PageTopBtn a:hover {
    text-decoration: none;
  }

  #PageTopBtn {
    z-index: 2;
  }

  #PageTopBtn img {
    width: 4vw;
    z-index: 200;
  }

  /* micro clearfx */
  .cf:before,
  .cf:after {
    content: "";
    display: table;
  }

  .cf:after {
    clear: both;
  }

  .cf {
    zoom: 1;
  }

  /* For IE 6/7 */
}

@media screen and (max-width:768px) {
  #photo2 img {
      z-index: 0;
      margin-top: 48px;
      width: 100%;
  }
}

@media screen and (max-width:767px) {
  main #grid02 .info dt {
    clear: left;
    float: left;
  }

  main #grid02 .info dd {
    font-family: auto;
    margin-left: 0.5em;
  }
}
