@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }

  .pc {
    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: 1% 0;
  }

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

  .title img {
    width: 25vw;
  }

  .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);
    }
  }

  /*header*/
  /*ハンバーガー*/
  .menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .menu img {
    width: 25vw;
  }

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

  a:hover {
    opacity: 0.7;
  }

  nav {
    margin: 0 0 0 auto;
  }

  .btn {
    text-align: right;
  }

  .btn a {
    display: inline-block;
    text-align: center;
  }

  #open a {
    width: 15vw;
  }

  #close a {
    color: #fff;
    background: #008080;
    width: 30px;
    line-height: 30px;
    border-radius: 30px;
  }

  #g_menu li {
    list-style: none;
  }

  #g_menu a {
    color: #fff;
    line-height: 8vw;
    width: 8vw;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-family: "07ロゴたいぷゴシック7", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  #g_menu {
    height: 100%;
    width: 100px;
    padding: 20px;
    background: rgba(0, 128, 128, 0.68);
    transition: right 1s;
    position: fixed;
    top: 0;
    z-index: 100;
  }

  #g_menu:not(:target) {
    right: -100%;
  }

  #g_menu:target {
    right: 0;
  }

  article {
    padding: 20px 0;
  }

  section {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding-bottom: 3%;
  }

  /*ハンバーガーここまで*/
  /*top_kv*/
  #photo {
    width: auto;
    height: 59.8vw;
    overflow: hidden;
    position: relative;
  }

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

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

  .title01 img {
    width: 60vw;
  }

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

  .illustration1 img {
    width: 12vw;
  }

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

  .illustration2 img {
    width: 23vw;
  }

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

  .bk8 img {
    width: 100%;
  }

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

  .header_nav ul {
    list-style: none;
    width: 100%;
  }

  .header_nav li {
    float: left;
    width: 15vw;
    margin-left: 1vw;
  }

  .left-to-right {
    display: inline-block;
    position: relative;
    margin-top: 3vw;
  }

  .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*/
  #grid01 {
    background-image: url(../img/1453781.png);
    background-repeat: no-repeat;
    background-size: 100vw 115vw;
    z-index: 0;
  }

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

  #grid01 .about {
    width: 100%;
    text-align: center;
  }

  #grid01 .about img {
    width: 85%;
    box-shadow: 2px 4px 9px 0px #c0c0c0;
    margin: 5vw 0 3vw;
    border-radius: 5px;
  }

  #grid01 .text01 {
    width: 100%;
    margin-right: 3%;
    font-size: 3vw;
    text-align: justify;
    font-family: auto;
  }

  .width01 {
    margin: 0 3%;
  }

  /*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: 1vw auto 5vw;
    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: 0;
    width: 100%;
  }

  @media screen and (max-width:767px) {
    main #grid02 .info dt {
      clear: left;
      float: left;
      font-size: 4vw;
      margin-bottom: 2%;
    }

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

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

  #grid03 h2 {
    margin: 2vw 0;
    font-size: 3vw;
  }

  .eigyou {
    font-size: 2.4vw;
    margin: 1vw 0;
    font-weight: bold;
    line-height: 4vw;
  }

  .text02 {
    font-size: 2.5vw;
    text-align: justify;
    line-height: 4vw;
    font-family: auto;
  }

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

  .text03 a {
    text-decoration: none;
    font-size: 3vw;
  }

  .guid_fhoto {
    width: 28vw;
  }

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

  .guide_waku {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    box-shadow: 2px 2px 2px #808080;
    padding: 2vw;
    line-height: 2.8vw;
    display: flex;
    text-align: justify;
    align-items: center;
    height: 100%;
    min-height: 38vw;
  }

  .guide {
    width: 66%;
    margin: 1% 1% 1% 0;
    padding: 3% 3% 3% 0;
    font-size: 1.7vw;
  }

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

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

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

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

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

  .rope {
    position: absolute;
    top: 10.8vw;
    right: 31vw;
  }

  .rope img {
    width: 4vw;
  }

  /*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: 40vw;
    text-align: left;
    position: relative;
    overflow: hidden;
  }

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

  main #grid04 .loopSlider ul li {
    width: 30vw;
    height: 30vw;
    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;
    font-size: 3.5vw;
  }

  iframe {
    width: 40vw;
    height: 50vw;
  }

  .access {
    font-size: 3vw;
    float: right;
    width: 52vw;
    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: 3.4vw;
    font-weight: bold;
    margin: 3vw 0;
    background-color: #ffedab;
  }

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

  .illustration3 {
    position: absolute;
    bottom: 1vw;
    left: 6vw;
  }

  .illustration3 img {
    width: 30vw;
  }

  /*yuppleページ*/
  /*navi*/
  .menu2 {
    position: absolute;
    top: 2vw;
    right: 0;
    z-index: 100;
  }

  .menu2 img {
    width: 18vw;
  }

  .header_nav2 {
    background-color: #f7fcfe;
  }

  .header_nav2 ul {
    list-style: none;
    width: 100%;
  }

  .header_nav2 li {
    float: left;
    width: 15vw;
    margin-left: 1vw;
  }

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

  #photo2 img {
    z-index: 0;
    margin-top: 0;
  }

  .title03 {
    top: 14vw;
    left: 35vw;
    position: absolute;
    z-index: 50;
  }

  .title03 img {
    width: 30vw;
  }

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

  .header_subnav li {
    margin: 0 2vw;
  }

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

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

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

  #grid06 .about {
    width: 100%;
    padding: 3vw 0;
    margin: 0 auto;
  }

  #grid06 .about img {
    width: 100%;
    box-shadow: 2px 2px 2px #808080;
  }

  #grid06 .text01 {
    font-family: auto;
    width: 100%;
    margin-right: 3%;
    font-size: 3.5vw;
    line-height: 4.5vw;
    text-align: justify;
  }

  .description {
    padding: 1.5vw 0;
    line-height: 2.5vw;
  }

  .yupple_bk {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 2px #808080;
    padding: 3% 0 2%;
  }

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

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

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

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

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

  main #grid07 .loopSlider ul li {
    width: 40vw;
    height: 40vw;
    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: 4vw;
    color: #dc143c;
    margin-bottom: 2vw;
  }

  .rest {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #808080;
    margin: 1% 3% 3% 3%;
    padding: 2vw;
    height: 100%;
  }

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

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

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

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

  .product2 {
    width: 18vw;
  }

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

  .product2 {
    font-size: 4vw;
    width: 20vw;
    text-align: right;
  }

  .text05 {
    font-size: 3vw;
    margin-top: 2vw;
    font-family: auto;
  }

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

  .product {
    width: 71vw;
    font-size: 4vw;
  }

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

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

  .en {
    color: #c85179;
    font-weight: bold;
    width: 18vw;
    font-size: 4vw;
    text-align: right;
  }

  .amenity {
    position: absolute;
    top: 140vw;
    right: 37vw;
  }

  .amenity img {
    width: 30vw;
  }

  /*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: 4.5vw;
    text-align: center;
    margin: 3vw 0 1vw;
  }

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

  #grid09 table {
    font-size: 4vw;
    margin: 0 3%;
    background-color: #d6e9ca;
    border-collapse: collapse;
  }

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

  #grid09 .eigyou {
    font-size: 3.5vw;
    margin: 0 3%;
  }

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

  #grid09 li {
    font-size: 3.5vw;
    line-height: 1.5;
    font-family: auto;
  }

  #grid09 ul {
    list-style: none;
    margin: 0 3%;
  }

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

  .option {
    font-size: 3.5vw;
    margin: 2% 3%;
  }

  .time {
    width: 10vw;
  }

  .en3 {
    width: 16vw;
  }

  /*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: 6.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: 8vw;
    z-index: 200;
  }

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

  .cf:after {
    clear: both;
  }

  .cf {
    zoom: 1;
  }

  /* For IE 6/7 */
}
