@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
a {
  color: #232323; }

/* CSS Document */
/* CSS Document */
a {
  color: #232323; }

#wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  background: url(../images/bg_body.gif);
  background-repeat: repeat-y;
  background-position: center;
  overflow: hidden; }

header#skyvilla-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 8px 15px;
  box-sizing: border-box; }
  @media screen and (max-width: 576px) {
    header#skyvilla-header {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  header#skyvilla-header h1 {
    -webkit-box-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: inline-block;
    background: url(../images/cmn/mainlogo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0; }
    @media screen and (max-width: 576px) {
      header#skyvilla-header h1 {
        -webkit-box-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    header#skyvilla-header h1 a {
      display: block;
      max-height: 47px;
      max-width: 190px;
      text-indent: -8888px; }
  header#skyvilla-header .head-address {
    -webkit-box-flex: 2 2 60%;
    -ms-flex: 2 2 60%;
    flex: 2 2 60%;
    text-align: right;
    padding-right: .8rem;
    line-height: 1.6rem;
    font-size: .9rem; }
    @media screen and (max-width: 576px) {
      header#skyvilla-header .head-address {
        display: none; } }
    header#skyvilla-header .head-address .tel {
      font-size: 1.5rem; }
      header#skyvilla-header .head-address .tel i {
        font-size: 1rem;
        margin-right: .3rem; }
  header#skyvilla-header .booking-btn {
    -webkit-box-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }
    @media screen and (max-width: 576px) {
      header#skyvilla-header .booking-btn {
        -webkit-box-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%; } }
    header#skyvilla-header .booking-btn a {
      color: #fff;
      display: block;
      width: 100%;
      font-size: 1.3rem;
      background-color: #CC3C3C;
      border-radius: 3px;
      padding: .5rem;
      box-sizing: border-box;
      text-align: center; }
      @media screen and (max-width: 576px) {
        header#skyvilla-header .booking-btn a {
          font-size: .8rem; } }
      header#skyvilla-header .booking-btn a:hover {
        background-color: #a73535;
        text-decoration: none; }
    header#skyvilla-header .booking-btn .fa-search:before {
      color: #fff !important; }

nav.skyvilla-nav {
  background-color: #402A2B;
  border-top: solid 2px #E85727;
  border-bottom: solid 2px #E85727;
  padding: 5px 0;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: 1000px; }
  @media screen and (min-width: 576px) {
    nav.skyvilla-nav {
      text-align: right; } }
  nav.skyvilla-nav ul.skyvilla-head-nav {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    nav.skyvilla-nav ul.skyvilla-head-nav li {
      padding: 0 3px;
      margin-top: 3px;
      margin-bottom: 3px;
      border-right: solid 1px #fff; }
      nav.skyvilla-nav ul.skyvilla-head-nav li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
        color: #fff;
        font-size: .9rem;
        padding: .3rem .8rem;
        line-height: 1; }
        nav.skyvilla-nav ul.skyvilla-head-nav li a span {
          margin: auto; }
        nav.skyvilla-nav ul.skyvilla-head-nav li a:hover {
          color: #fff;
          background-color: rgba(251, 251, 251, 0.29);
          text-decoration: none; }
      nav.skyvilla-nav ul.skyvilla-head-nav li:last-of-type {
        border-right: none; }

.skyvilla-nav.fixed {
  position: fixed;
  top: 0;
  z-index: 3; }

.storycontent {
  padding: 1em 0; }

.foot-info {
  background: #402A2B;
  color: #fff;
  border-top: solid 2px #E85727;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 576px) {
    .foot-info {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .foot-info .foot-info-data {
    border-right: solid 1px #fff;
    padding-right: 1rem;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
    @media screen and (max-width: 576px) {
      .foot-info .foot-info-data {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        border-right: none;
        padding-right: none;
        padding-bottom: 1rem;
        border-bottom: solid 1px #fff; } }
  .foot-info .foot-copy {
    font-size: .9rem;
    margin-top: .5rem; }
  .foot-info address {
    font-style: normal;
    margin-top: 1rem; }
  .foot-info a.footer-linkbtn {
    color: #fff;
    border: solid 1px #fff;
    padding: .3rem .6rem;
    margin: 3px 0;
    display: inline-block;
    line-height: 1; }
    .foot-info a.footer-linkbtn:hover {
      background-color: #FFF;
      text-decoration: none;
      color: #555; }
  .foot-info .foot-sitemapblock {
    padding: 0 1rem;
    color: #fff;
    -webkit-flex-basis: 50%;
    flex-basis: 50%; }
    @media screen and (max-width: 576px) {
      .foot-info .foot-sitemapblock {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        padding: 1rem 0; } }
  .foot-info .foot-insidelink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-bottom: .5rem; }
    .foot-info .foot-insidelink > * {
      margin: 0 auto auto; }
    .foot-info .foot-insidelink .foot-btn {
      border: solid 1px #fff;
      padding: 0.5rem;
      -webkit-box-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      white-space: nowrap;
      text-align: center;
      margin-right: 1rem;
      font-size: 1rem; }
    .foot-info .foot-insidelink:hover {
      text-decoration: none; }
      .foot-info .foot-insidelink:hover .foot-btn {
        background-color: rgba(251, 251, 251, 0.29); }

h3.line {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 50px; }
  h3.line::after {
    content: "";
    display: inline-block;
    border-bottom: solid 1px #9F9971;
    width: 75px;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(-25deg); }

.sightseeing_access_car,
.sightseeing_access_walk {
  color: #9F9971; }

.sightseeing_access_car:before {
  content: url("../img/index/icon-car.png");
  display: inline-block;
  margin-right: 3px; }

.sightseeing_access_walk:before {
  content: url("../img/index/icon-walk.png");
  display: inline-block;
  margin-right: 3px; }

#index {
  background: #F8F8F8; }
  #index .variable {
    width: 100%;
    height: auto; }
  #index h1 {
    background: #00000055;
    display: block;
    padding: 20px;
    line-height: 1.3;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    width: 80%;
    font-weight: normal;
    max-width: 460px; }
    @media screen and (max-width: 768px) {
      #index h1 {
        font-size: 14px; } }
    #index h1 img {
      margin: 20px auto;
      line-height: 1; }
    #index h1 span {
      display: inline-block; }
  #index #booking {
    background: #9F9971;
    display: block;
    text-align: left; }
    #index #booking .booking-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      @media screen and (max-width: 768px) {
        #index #booking .booking-inner {
          display: none; } }
    #index #booking .bookingtitle {
      color: #FFF;
      padding: 8px 8px 26px 8px;
      font-size: 16px;
      font-weight: 700; }
      @media screen and (max-width: 576px) {
        #index #booking .bookingtitle {
          padding: 8px 8px 0px 8px; } }
    #index #booking .directin-sp-form-input.directin-sp-form-date-input label > .directin-sp-form-label,
    #index #booking .directin-sp-form-input.directin-sp-form-guest-room-input label > .directin-sp-form-label {
      color: #ffffff; }
  #index .cancelLink-block {
    padding: 8px 8px 16px 8px; }
    @media screen and (max-width: 576px) {
      #index .cancelLink-block {
        padding: 0px 8px 8px 8px; } }
  #index .cancelLink {
    display: inline-block;
    background: #E0B500;
    padding: 8px 40px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.5;
    color: #FFF; }
    #index .cancelLink:hover {
      background: #E85727; }
  #index .oldbookingsystem-info {
    text-align: center;
    display: block;
    width: 100%;
    margin: 10px 0; }
    @media screen and (max-width: 768px) {
      #index .oldbookingsystem-info {
        display: none; } }

.directin-sp-form .directin-sp-form-submit-button button {
  background: #A83E3E !important; }

@media screen and (max-width: 576px) {
  .directin-sp-form {
    display: block;
    padding: 0 8px 8px !important; } }

.groupPlan {
  display: inline-flex;
  flex-direction: column;
  text-align: right;
  justify-content: center;
  width: 100%;
  max-width: 1110px;
  height: 120px;
  overflow: hidden;
  position: relative;
  background: url(../img/index/bg_groupe.png);
  margin: 20px auto;
  color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    .groupPlan {
      margin: 0px auto 20px; } }
  .groupPlan::before {
    content: "";
    background: #74B47A;
    transform: rotate(-40deg);
    display: block;
    width: 80%;
    height: 300px;
    top: -30px;
    right: -220px;
    position: absolute; }
  .groupPlan .groupPlanbana {
    display: inline-block;
    padding: 10px  20px;
    z-index: 2; }
  .groupPlan a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFFFFF;
    clear: both;
    border-radius: 4px;
    line-height: 1; }
    .groupPlan a:hover {
      background-color: #E85727;
      color: #FFFFFF;
      transition: .5s; }

.index_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 1220px;
  margin: auto; }
  @media screen and (max-width: 576px) {
    .index_contents {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.index_mainbtn {
  margin-top: 25px; }

.indexsection_text {
  display: block;
  position: relative;
  background: #ffffff url(../img/index/bg_indextext_block.png) no-repeat right bottom;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  padding: 60px 40px 40px;
  width: 50%;
  max-width: 400px;
  z-index: 2;
  font-size: 14px;
  line-height: 1.7; }
  @media screen and (max-width: 576px) {
    .indexsection_text {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; } }
  .indexsection_text h2 {
    position: absolute;
    top: -30px;
    left: 10px; }
    @media screen and (max-width: 576px) {
      .indexsection_text h2 {
        top: -10px; } }
  .indexsection_text h3.villabli_title {
    display: inline-block;
    margin: 0 auto 5px; }

.indexsection_image {
  margin: 10px 0 10px -40px;
  padding: 0;
  -webkit-flex-basis: 700px;
  flex-basis: 700px; }
  @media screen and (max-width: 576px) {
    .indexsection_image {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      margin: 10px 0 10px 0px; } }

.flex-directon-row-reverse .indexsection_image {
  margin: 10px -40px 10px 0; }
  @media screen and (max-width: 576px) {
    .flex-directon-row-reverse .indexsection_image {
      margin: 0; } }

#index section {
  padding: 100px 0 150px; }
  @media screen and (max-width: 576px) {
    #index section {
      padding: 60px 0 70px; } }

#section_topics {
  background: #F8F8F8; }

#section_recomend {
  background: #FAF7E2 url(../img/index/bg_recommend.png) no-repeat right bottom; }

.recommend_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: auto; }
  @media screen and (max-width: 576px) {
    .recommend_contents {
      display: block; } }
  .recommend_contents .flexinner {
    padding: 10px;
    width: calc(100% / 3);
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media screen and (max-width: 576px) {
      .recommend_contents .flexinner {
        width: 100%;
        padding: 8px 20px;
        font-size: 14pt; } }
    .recommend_contents .flexinner a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 14px; }
      @media screen and (max-width: 576px) {
        .recommend_contents .flexinner a {
          font-size: 12px; } }
    .recommend_contents .flexinner .imgbox {
      overflow: hidden;
      display: block;
      width: 100%; }
  .recommend_contents a:hover {
    text-decoration: none; }
    .recommend_contents a:hover img {
      transform: scale(1.1, 1.1);
      transition: 1s all;
      width: 100%;
      height: auto; }
  .recommend_contents a img {
    transition: 1s all; }
  .recommend_contents dl {
    display: block;
    width: 100%;
    height: 100%; }
    .recommend_contents dl dt div {
      overflow: hidden;
      margin-bottom: 10px; }
      .recommend_contents dl dt div img {
        width: 100%;
        height: auto; }
      .recommend_contents dl dt div .img_block {
        width: 100%; }

.lead-text {
  font-size: 16px;
  margin-bottom: 30px;
  color: #585858;
  font-family: "Noto Serif JP", serif; }

.topics_innerblock {
  background: url(../img/index/bg_topics.png);
  margin: 10px; }
  .topics_innerblock li {
    max-width: 650px;
    display: block;
    margin: auto;
    border-bottom: solid 1px #9F9971;
    background: #F8F8F8; }
    .topics_innerblock li:first-child {
      border-top: solid 1px #9F9971; }
    .topics_innerblock li a:hover {
      background-color: #FFF;
      transition: .5s;
      display: block;
      color: #A83E3E;
      text-decoration: none; }
    .topics_innerblock li dl {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 5px; }
    .topics_innerblock li dt {
      -webkit-flex-basis: 70px;
      flex-basis: 70px;
      -webkit-box-flex: 0 1 70px;
      -ms-flex: 0 1 70px;
      flex: 0 1 70px;
      padding: 5px; }
    .topics_innerblock li dd {
      text-align: left;
      padding: 5px; }
    .topics_innerblock li .category {
      border: solid 1px #D3D3D3;
      display: inline-block;
      padding: 3px 5px;
      line-height: 1; }

#section_plan {
  background: url(../img/index/bg_img_washi.jpg); }

.newscovid19 {
  padding: 10px;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 800px;
  margin: 20px auto;
  box-sizing: border-box;
  z-index: 9;
  /* height:100px; */ }
  @media screen and (max-width: 576px) {
    .newscovid19 {
      position: relative;
      margin: 0;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .newscovid19 a.hygine_linkbtn {
    -webkit-flex-basis: 49%;
    flex-basis: 49%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #ffffff;
    padding: 8px;
    margin: 3px;
    color: #353535;
    border: solid 1px #B9B9B9;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 1.1em; }
    @media screen and (max-width: 576px) {
      .newscovid19 a.hygine_linkbtn {
        width: 100%;
        margin-bottom: 2px; } }
    .newscovid19 a.hygine_linkbtn:hover {
      color: #A83E3E;
      transition: .5s; }
    .newscovid19 a.hygine_linkbtn .small {
      font-size: 0.9em;
      margin-top: 0.3em; }
    .newscovid19 a.hygine_linkbtn span {
      line-height: 1.1em; }
    .newscovid19 a.hygine_linkbtn .hygine_linkbtn_inner {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin: auto;
      font-size: 1em; }
      .newscovid19 a.hygine_linkbtn .hygine_linkbtn_inner.masc:before {
        content: url("../img/index/masc-ico.png");
        margin-right: 10px; }
      .newscovid19 a.hygine_linkbtn .hygine_linkbtn_inner.calendar:before {
        content: url("../img/index/cal-ico.png");
        margin-right: 10px; }

.slide {
  overflow: hidden;
  margin: auto; }

.slide > :first-child {
  animation: slide 32s infinite;
  animation-delay: 0s; }
  @media screen and (max-width: 576px) {
    .slide > :first-child {
      animation: slide-sp 32s infinite; } }

@keyframes slide {
  0% {
    margin-left: 0; }
  20% {
    margin-left: -33.33%; }
  40% {
    margin-left: -66.66%; }
  60% {
    margin-left: -100%; }
  80% {
    margin-left: -133%; }
  100% {
    margin-left: -166%; } }
@keyframes slide-sp {
  0% {
    margin-left: -25%; }
  20% {
    margin-left: -75%; }
  40% {
    margin-left: -125%; }
  60% {
    margin-left: -175%; }
  80% {
    margin-left: -225%; }
  100% {
    margin-left: -275%; } }
.plan_list_block {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; }
  .plan_list_block .plan_block {
    padding: 8px;
    width: calc(100% / 3);
    -webkit-box-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
    @media screen and (max-width: 576px) {
      .plan_list_block .plan_block {
        padding: 3px;
        font-size: 10pt;
        width: calc(100% / 2); } }
    .plan_list_block .plan_block a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 14px; }
      @media screen and (max-width: 576px) {
        .plan_list_block .plan_block a {
          font-size: 10px; } }
  .plan_list_block a:hover {
    color: #888;
    text-decoration: none; }
    .plan_list_block a:hover img {
      transform: scale(1.1, 1.1);
      transition: 1s all;
      width: 100%;
      height: auto; }
  .plan_list_block a img {
    transition: 1s all; }
  .plan_list_block dl {
    display: block;
    width: 100%;
    height: 100%; }
    .plan_list_block dl dt div {
      overflow: hidden; }
      .plan_list_block dl dt div img {
        width: 100%;
        height: auto; }
      .plan_list_block dl dt div .plan_img_block {
        width: 100%; }
  .plan_list_block dd {
    margin-top: 3px;
    text-align: left;
    height: 100%; }
  .plan_list_block .plan_btn {
    display: block;
    background: #A83E3E;
    color: #FFFFFF;
    padding: 3px 5px;
    margin: 10px 0; }
  .plan_list_block .tag {
    display: inline-block;
    padding: 3px 5px;
    line-height: 1;
    border: solid 1px #D5D5D5;
    background: #FFF;
    margin-right: 5px;
    font-size: 8pt; }

#section_sightseeing {
  background-color: #FFFFFF; }

.sightseeing_list_block {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: center;
  -ms-flex-direction: center;
  flex-direction: center;
  margin: 0 auto 80px;
  max-width: 1100px; }
  .sightseeing_list_block .sightseeing_card {
    padding: 2px;
    -webkit-flex-basis: 20%;
    flex-basis: 20%; }
    @media screen and (max-width: 576px) {
      .sightseeing_list_block .sightseeing_card {
        -webkit-box-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; } }
    .sightseeing_list_block .sightseeing_card img {
      width: 100%;
      height: auto; }

.google_map {
  display: block;
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 750px;
  height: 0;
  padding-top: 30%; }
  @media screen and (max-width: 576px) {
    .google_map {
      padding-top: 80%; } }
  .google_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#section_faq {
  background: url(../img/index/bg_recommend.png) no-repeat right bottom; }

.faq_list_block {
  width: 100%;
  max-width: 750px;
  padding: 8px;
  margin: auto; }
  .faq_list_block li {
    border-bottom: solid 1px #B9B9B9;
    text-align: left; }
    .faq_list_block li:first-child {
      border-top: solid 1px #B9B9B9; }
    .faq_list_block li .faqtext {
      padding: 5px 0px;
      font-size: 14px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      .faq_list_block li .faqtext:before {
        content: '';
        background-image: url(../img/index/faq_icon.png);
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        width: 50px;
        /*画像の幅*/
        height: 50px;
        /*画像の高さ*/
        margin: 5px 15px 5px 5px;
        -webkit-box-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px; }
        @media screen and (max-width: 576px) {
          .faq_list_block li .faqtext:before {
            width: 30px;
            /*画像の幅*/
            height: 30px;
            /*画像の高さ*/
            -webkit-box-flex: 0 0 30px;
            -ms-flex: 0 0 30px;
            flex: 0 0 30px; } }
      .faq_list_block li .faqtext:hover {
        color: #A83E3E;
        background: #FFFFFF;
        transition: 0.5s; }
    .faq_list_block li .faqanswer {
      padding: 5px 0px;
      font-size: 14px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      display: inline-flex;
      width: 100%;
      height: 100%; }
      .faq_list_block li .faqanswer:before {
        content: '';
        background-image: url(../img/index/ans-icon.png);
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        width: 50px;
        /*画像の幅*/
        height: 50px;
        /*画像の高さ*/
        margin: 0px 15px 5px 5px;
        -webkit-box-flex: 0 0 50px;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px; }
        @media screen and (max-width: 576px) {
          .faq_list_block li .faqanswer:before {
            width: 30px;
            /*画像の幅*/
            height: 30px;
            /*画像の高さ*/
            -webkit-box-flex: 0 0 30px;
            -ms-flex: 0 0 30px;
            flex: 0 0 30px; } }

/* チェックボックスを非表示にする */
.accordion-hidden {
  display: none; }

/* Question部分 */
.accordion-open {
  display: block;
  cursor: pointer;
  margin: 5px 0; }

/* Answer部分は最初は表示しない */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */ }

/* チェックボックスにチェックが入ったらAnswer部分を表示 */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 0 10px 10px 0; }

.hideMe {
  -webkit-animation: cssAnimation 8s forwards;
  animation: cssAnimation 8s forwards; }

@keyframes cssAnimation {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.center-title {
  text-align: center;
  color: #A83E3E;
  margin-top: 5vw;
  line-height: .8; }
  .center-title span {
    font-size: 50%; }
  .center-title.underline {
    border-bottom: solid 1px #A83E3E;
    padding-bottom: 8px;
    margin-bottom: 8px; }
  .center-title.restaurant {
    color: #EC6100; }
    .center-title.restaurant.underline {
      border-bottom: solid 1px #EC6100; }
  .center-title:first-child {
    margin-top: 0; }

.fs40 {
  font-size: 40px; }

.fs14 {
  font-size: 14px; }

.lrgtext {
  font-size: 1.8em;
  margin-right: 3px; }

.submenu li {
  padding: 3px;
  font-size: 14px; }
  .submenu li a {
    display: inline-block;
    padding: 8px 16px;
    background: #FFF;
    border-radius: 4px;
    line-height: 1; }

#access,
.recommend,
.restaurant,
.sightseeing, .facility_ {
  background: #F5F5F5; }
  #access #globalmemu,
  .recommend #globalmemu,
  .restaurant #globalmemu,
  .sightseeing #globalmemu, .facility_ #globalmemu {
    width: 100%;
    top: 0;
    background-color: #FFFFFF; }
  #access .visual,
  .recommend .visual,
  .restaurant .visual,
  .sightseeing .visual, .facility_ .visual {
    background-image: url(../img/common/vi-mountain.jpg);
    background-size: cover;
    height: 350px;
    width: 100%;
    margin-bottom: -5vw;
    background-position: center center;
    z-index: -1;
    display: block;
    position: absolute;
    position: fixed;
    top: 0; }
  #access .page_conteiner,
  .recommend .page_conteiner,
  .restaurant .page_conteiner,
  .sightseeing .page_conteiner, .facility_ .page_conteiner {
    display: block;
    position: relative;
    margin-top: 250px; }
    @media screen and (max-width: 576px) {
      #access .page_conteiner,
      .recommend .page_conteiner,
      .restaurant .page_conteiner,
      .sightseeing .page_conteiner, .facility_ .page_conteiner {
        margin-top: 350px; } }
  #access #villabli_container,
  .recommend #villabli_container,
  .restaurant #villabli_container,
  .sightseeing #villabli_container, .facility_ #villabli_container {
    margin-top: 80vh; }
  #access .endof_pageblock,
  #access .topof_pageblock,
  .recommend .endof_pageblock,
  .recommend .topof_pageblock,
  .restaurant .endof_pageblock,
  .restaurant .topof_pageblock,
  .sightseeing .endof_pageblock,
  .sightseeing .topof_pageblock, .facility_ .endof_pageblock,
  .facility_ .topof_pageblock {
    display: block;
    background-color: #F5F5F5;
    padding: 3vw 0 10vw;
    margin: auto;
    text-align: center; }
  #access .topof_pageblock,
  .recommend .topof_pageblock,
  .restaurant .topof_pageblock,
  .sightseeing .topof_pageblock, .facility_ .topof_pageblock {
    padding: 2vw 0 3vw;
    font-family: "Noto Serif JP", serif; }
  #access .headertext,
  .recommend .headertext,
  .restaurant .headertext,
  .sightseeing .headertext, .facility_ .headertext {
    display: block;
    position: relative;
    max-width: 900px;
    font-size: 18px;
    margin: 10px auto 50px;
    padding: 50px 40px;
    text-align: left;
    background: #FFFFFF;
    font-family: "Noto Serif JP", serif; }
    @media screen and (max-width: 576px) {
      #access .headertext,
      .recommend .headertext,
      .restaurant .headertext,
      .sightseeing .headertext, .facility_ .headertext {
        font-size: 14px; } }
    @media screen and (max-width: 576px) {
      #access .headertext,
      .recommend .headertext,
      .restaurant .headertext,
      .sightseeing .headertext, .facility_ .headertext {
        padding: 50px 10px 10px; } }
    #access .headertext:before,
    .recommend .headertext:before,
    .restaurant .headertext:before,
    .sightseeing .headertext:before, .facility_ .headertext:before {
      content: url(../img/recommend/common/title.png);
      display: inline-block;
      position: absolute;
      top: -30px; }
    #access .headertext h1,
    .recommend .headertext h1,
    .restaurant .headertext h1,
    .sightseeing .headertext h1, .facility_ .headertext h1 {
      font-weight: normal;
      line-height: 1;
      font-size: 30px;
      margin-top: .7em;
      margin-bottom: 1em; }
      @media screen and (max-width: 576px) {
        #access .headertext h1,
        .recommend .headertext h1,
        .restaurant .headertext h1,
        .sightseeing .headertext h1, .facility_ .headertext h1 {
          font-size: 20px; } }
      #access .headertext h1 strong,
      .recommend .headertext h1 strong,
      .restaurant .headertext h1 strong,
      .sightseeing .headertext h1 strong, .facility_ .headertext h1 strong {
        color: #A83E3E; }
      #access .headertext h1 .subtitle,
      .recommend .headertext h1 .subtitle,
      .restaurant .headertext h1 .subtitle,
      .sightseeing .headertext h1 .subtitle, .facility_ .headertext h1 .subtitle {
        line-height: 1;
        font-size: 20px; }
        @media screen and (max-width: 576px) {
          #access .headertext h1 .subtitle,
          .recommend .headertext h1 .subtitle,
          .restaurant .headertext h1 .subtitle,
          .sightseeing .headertext h1 .subtitle, .facility_ .headertext h1 .subtitle {
            font-size: 16px; } }
    #access .headertext h2,
    .recommend .headertext h2,
    .restaurant .headertext h2,
    .sightseeing .headertext h2, .facility_ .headertext h2 {
      font-size: 20px; }
      @media screen and (max-width: 576px) {
        #access .headertext h2,
        .recommend .headertext h2,
        .restaurant .headertext h2,
        .sightseeing .headertext h2, .facility_ .headertext h2 {
          font-size: 16px; } }
  #access .maincontents,
  .recommend .maincontents,
  .restaurant .maincontents,
  .sightseeing .maincontents, .facility_ .maincontents {
    background-color: #FFF; }
  #access .contentinner,
  .recommend .contentinner,
  .restaurant .contentinner,
  .sightseeing .contentinner, .facility_ .contentinner {
    width: 100%;
    max-width: 860px;
    margin: auto;
    padding: 25px 25px 10vw;
    text-align: left;
    font-size: 18px;
    font-family: "Noto Serif JP", serif; }
    @media screen and (max-width: 768px) {
      #access .contentinner,
      .recommend .contentinner,
      .restaurant .contentinner,
      .sightseeing .contentinner, .facility_ .contentinner {
        padding: 8px; } }
    @media screen and (max-width: 576px) {
      #access .contentinner,
      .recommend .contentinner,
      .restaurant .contentinner,
      .sightseeing .contentinner, .facility_ .contentinner {
        font-size: 14px; } }
    #access .contentinner.contentinner-large,
    .recommend .contentinner.contentinner-large,
    .restaurant .contentinner.contentinner-large,
    .sightseeing .contentinner.contentinner-large, .facility_ .contentinner.contentinner-large {
      max-width: 1200px;
      padding: 25px 0px 4vw; }
  #access .marginblock,
  .recommend .marginblock,
  .restaurant .marginblock,
  .sightseeing .marginblock, .facility_ .marginblock {
    margin: 1em 10px; }
  #access .padding_2vw,
  .recommend .padding_2vw,
  .restaurant .padding_2vw,
  .sightseeing .padding_2vw, .facility_ .padding_2vw {
    padding: 0 2vw; }
  #access .imageblock,
  .recommend .imageblock,
  .restaurant .imageblock,
  .sightseeing .imageblock, .facility_ .imageblock {
    display: block;
    width: 100%;
    height: auto;
    text-align: center; }
    #access .imageblock.mt30,
    .recommend .imageblock.mt30,
    .restaurant .imageblock.mt30,
    .sightseeing .imageblock.mt30, .facility_ .imageblock.mt30 {
      margin: 30px auto; }
    #access .imageblock.p3,
    .recommend .imageblock.p3,
    .restaurant .imageblock.p3,
    .sightseeing .imageblock.p3, .facility_ .imageblock.p3 {
      padding: 3px; }
    #access .imageblock caption,
    .recommend .imageblock caption,
    .restaurant .imageblock caption,
    .sightseeing .imageblock caption, .facility_ .imageblock caption {
      font-size: 12px;
      line-height: 1; }
    #access .imageblock img,
    .recommend .imageblock img,
    .restaurant .imageblock img,
    .sightseeing .imageblock img, .facility_ .imageblock img {
      margin: 8px auto; }
  #access .menutable,
  .recommend .menutable,
  .restaurant .menutable,
  .sightseeing .menutable, .facility_ .menutable {
    background-color: #FFF;
    padding: 40px 30px 40px;
    flex-basis: 33.33%;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      #access .menutable,
      .recommend .menutable,
      .restaurant .menutable,
      .sightseeing .menutable, .facility_ .menutable {
        flex-basis: 100%;
        padding: 20px 20px 30px; } }
  #access .youtubeblock,
  .recommend .youtubeblock,
  .restaurant .youtubeblock,
  .sightseeing .youtubeblock, .facility_ .youtubeblock {
    text-align: left;
    width: 100%;
    aspect-ratio: 16 / 9;
    font-size: 12px; }
    #access .youtubeblock iframe,
    .recommend .youtubeblock iframe,
    .restaurant .youtubeblock iframe,
    .sightseeing .youtubeblock iframe, .facility_ .youtubeblock iframe {
      width: 100%;
      height: 100%; }
  #access .recommend_texttitle,
  #access .access_texttitle,
  .recommend .recommend_texttitle,
  .recommend .access_texttitle,
  .restaurant .recommend_texttitle,
  .restaurant .access_texttitle,
  .sightseeing .recommend_texttitle,
  .sightseeing .access_texttitle, .facility_ .recommend_texttitle,
  .facility_ .access_texttitle {
    color: #9F9971;
    border-left: solid 9px #9F9971;
    padding-left: 25px;
    line-height: 1.3;
    margin: 2em 5px;
    font-size: 1.17em; }
  #access .access_texttitle,
  .recommend .access_texttitle,
  .restaurant .access_texttitle,
  .sightseeing .access_texttitle, .facility_ .access_texttitle {
    margin: 1em 5px .5em; }
  #access .textblock, #access .imageblock,
  .recommend .textblock,
  .recommend .imageblock,
  .restaurant .textblock,
  .restaurant .imageblock,
  .sightseeing .textblock,
  .sightseeing .imageblock, .facility_ .textblock, .facility_ .imageblock {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media screen and (max-width: 768px) {
      #access .textblock, #access .imageblock,
      .recommend .textblock,
      .recommend .imageblock,
      .restaurant .textblock,
      .restaurant .imageblock,
      .sightseeing .textblock,
      .sightseeing .imageblock, .facility_ .textblock, .facility_ .imageblock {
        -webkit-box-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  #access .imageblock img,
  .recommend .imageblock img,
  .restaurant .imageblock img,
  .sightseeing .imageblock img, .facility_ .imageblock img {
    max-width: 100%;
    height: auto; }
  #access .contents-point-box,
  .recommend .contents-point-box,
  .restaurant .contents-point-box,
  .sightseeing .contents-point-box, .facility_ .contents-point-box {
    margin: 2vw auto 5vw; }

#recommend_page1 .visual {
  background-image: url(../img/recommend/kaze_no_kyoukai/vi-reccomend-kazenokyoukai.jpg); }
#recommend_page1 .shopitemlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  #recommend_page1 .shopitemlist li {
    -webkit-box-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    text-align: center;
    font-size: 12px;
    padding: 20px; }
    @media screen and (max-width: 576px) {
      #recommend_page1 .shopitemlist li {
        padding: 2vw; } }
    #recommend_page1 .shopitemlist li img {
      width: 100%;
      height: auto; }
#recommend_page1 a#kazeno-kyoukai-andotadao-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  filter: saturate(0%); }

#rokko-trail .visual {
  background-image: url(../img/recommend/rokko-trail/vi-recommend-trail.jpg); }
#rokko-trail .title_no + .recommend_texttitle {
  margin-top: 10px; }
#rokko-trail .recommend_texttitle strong {
  color: #232323;
  font-size: 16px;
  font-weight: normal; }
#rokko-trail .textblock {
  font-size: 16px; }
#rokko-trail .textblock_inner {
  padding: 20px 10px 0; }
  @media screen and (min-width: 992px) {
    #rokko-trail .textblock_inner {
      max-width: 520px;
      margin-left: auto; } }
@media screen and (min-width: 768px) {
  #rokko-trail .flex-directon-row-reverse .imageblock {
    padding-right: 20px; } }
#rokko-trail .flex-directon-row-reverse .textblock_inner {
  margin-right: auto;
  margin-left: inherit; }
#rokko-trail .centerblock {
  max-width: 850px;
  display: block; }
#rokko-trail a#rokko-trail-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  filter: saturate(0%); }
#rokko-trail .nordicwark_techguide {
  border-top: solid 1px #9F9971; }
  #rokko-trail .nordicwark_techguide th, #rokko-trail .nordicwark_techguide td {
    border-bottom: solid 1px #9F9971;
    padding: 6px 12px;
    vertical-align: top;
    line-height: 1.367; }
    #rokko-trail .nordicwark_techguide th .red, #rokko-trail .nordicwark_techguide td .red {
      color: #A83E3E; }

#meets-art .visual {
  background-image: url(../img/recommend/meets-art/vi-recommend-meets-art.jpg); }
#meets-art .meets-art-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 576px) {
    #meets-art .meets-art-gallery {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  #meets-art .meets-art-gallery li {
    padding: 2px; }
#meets-art .center-title + ul {
  margin-top: 1em; }
#meets-art a#meets-art-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  filter: saturate(0%); }

#access .page_conteiner {
  margin-top: 350px; }
#access .access_map_public {
  line-height: 1;
  padding: 8px 6px;
  background-color: #9F9971;
  color: #FFFFFF;
  text-align: center;
  margin: 3vh 0; }
#access .distans-mark {
  font-size: 20px;
  color: #9F9971;
  border: solid 3px  #9F9971;
  padding: 8px 16px;
  border-radius: 4px;
  margin: 3px; }

.restaurant .visual {
  background-image: url(../img/restaurant/vi-restaurant.jpg); }
.restaurant .maincontents {
  background-color: #F5F5F5;
  margin-top: 0; }
.restaurant #dinner-section {
  margin-top: 0; }
.restaurant .contents-point-box {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .restaurant .contents-point-box .textblock {
    margin-left: -30px; }
    @media screen and (max-width: 768px) {
      .restaurant .contents-point-box .textblock {
        margin-left: 0; } }
.restaurant .flex-directon-row-reverse.contents-point-box .textblock {
  margin-left: inherit;
  margin-right: -30px; }
  @media screen and (max-width: 768px) {
    .restaurant .flex-directon-row-reverse.contents-point-box .textblock {
      margin-right: 0; } }
.restaurant .tenku-flexbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-box-direction: reverse;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
  .restaurant .tenku-flexbox-wrapper .imageblock {
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .restaurant .tenku-flexbox-wrapper .imageblock {
        margin-bottom: -30px; } }
.restaurant .tenku-flexbox-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .restaurant .tenku-flexbox-block {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
.restaurant .menutitle {
  line-height: 1;
  padding: 0px 0px 20px; }
  .restaurant .menutitle strong {
    font-size: 12px; }
.restaurant .menutitle-color {
  color: #9F9971; }
.restaurant .price {
  float: right; }
.restaurant .menutable {
  background-color: #FFF;
  padding: 40px 30px 40px;
  flex-basis: 33.33%;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .restaurant .menutable {
      flex-basis: 100%;
      padding: 20px 20px 30px; } }
  .restaurant .menutable table {
    margin-top: 5px; }
    .restaurant .menutable table th, .restaurant .menutable table td {
      vertical-align: top;
      border-bottom: solid 1px #D5D5D5;
      font-size: 12px; }
    .restaurant .menutable table th {
      white-space: nowrap; }
  .restaurant .menutable ul {
    padding: 0 20px 10px; }
  .restaurant .menutable li {
    font-size: 12px; }
  .restaurant .menutable .main {
    color: #A83E3E;
    font-size: 14px; }
.restaurant .lunch-flexbox {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
@media screen and (min-width: 768px) {
  .restaurant .lunchtable {
    margin-top: 50px; } }
.restaurant .textblock {
  -webkit-box-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%; }
.restaurant .imageblock {
  -webkit-box-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%; }
.restaurant .meat-dish-block {
  margin: 30px 0px -30px -10px; }
.restaurant .fish-dish-block {
  margin: 10px 0px auto -20px; }
@media screen and (max-width: 768px) {
  .restaurant .fish-dish-block, .restaurant .meat-dish-block {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    margin: 0; }
    .restaurant .fish-dish-block img, .restaurant .meat-dish-block img {
      height: auto; }
  .restaurant .textblock, .restaurant .imageblock {
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
.restaurant .lunchcurse {
  margin-bottom: 50px; }
.restaurant .no-line-table th, .restaurant .no-line-table td {
  border-bottom: none !important;
  padding: 5px; }
.restaurant .recommend {
  background: #9F9971;
  color: #FFF;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1;
  font-size: 12px;
  margin: 0 4px; }
.restaurant .mark {
  background: #A83E3E;
  color: #FFF;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1;
  font-size: 12px;
  margin: 0 4px; }
.restaurant .breakfast-dish-list {
  max-width: 1000px;
  margin: auto;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .restaurant .breakfast-dish-list li {
    -webkit-box-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-width: 320px; }
    .restaurant .breakfast-dish-list li img {
      height: auto; }
.restaurant .gallery-list {
  max-width: 1200px;
  margin: auto;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .restaurant .gallery-list li {
    -webkit-box-flex: 1 1 33.33%;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    padding: 1px 0 0 1px; }
    @media screen and (max-width: 768px) {
      .restaurant .gallery-list li {
        -webkit-box-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
    .restaurant .gallery-list li img {
      height: auto; }
.restaurant .menutable .table-detail th, .restaurant .menutable .table-detail td {
  font-size: 14px; }
@media screen and (max-width: 576px) {
  .restaurant .menutable .table-detail {
    display: block; }
    .restaurant .menutable .table-detail th, .restaurant .menutable .table-detail td {
      display: block;
      width: 100%; }
    .restaurant .menutable .table-detail th {
      font-size: 16px; } }
.restaurant .kids-meal-block {
  max-width: 1000px;
  margin: auto; }
  .restaurant .kids-meal-block div {
    max-width: 500px;
    padding: 1vw; }
    .restaurant .kids-meal-block div img {
      height: auto; }
.restaurant .information-block {
  display: block;
  font-size: 14px;
  max-width: 1000px;
  margin: 30px auto;
  padding: 5px; }
  @media screen and (max-width: 768px) {
    .restaurant .information-block .restaurant-logo {
      width: 70%;
      height: auto; } }
.restaurant dl {
  margin-top: 2em; }
.restaurant dt {
  font-size: 16px; }
.restaurant dd {
  margin-left: 80px; }
  @media screen and (max-width: 576px) {
    .restaurant dd {
      margin-left: 20px; } }

.sightseeing .maincontents {
  background-color: #F5F5F5;
  margin-top: 0; }
.sightseeing .imageblock {
  padding: 5vw 10px 0; }
.sightseeing article address {
  font-style: normal;
  margin: 1.3em .8em 1em; }
.sightseeing .linkarea {
  display: inline-block;
  border: solid 1px #969696;
  padding: 6px 12px;
  border-radius: 4px;
  line-height: 1;
  font-size: 14px;
  margin-bottom: .3em; }
.sightseeing .menutable {
  font-size: 14px; }

.facility_ .visual {
  background-image: url(../img/facility/vi-facility.jpg); }
.facility_ .maincontents {
  background-color: #F5F5F5;
  margin-top: 0; }
.facility_ .capaciousness {
  font-family: sans-serif;
  font-size: 14px;
  color: #555555; }
.facility_ .room-section .imageblock {
  padding: 7px 7px 2vw;
  text-align: left; }
  .facility_ .room-section .imageblock h3 {
    font-size: 18px;
    color: #555555;
    padding: 5px;
    line-height: 1; }
.facility_ .slide-room {
  position: relative;
  width: 100%;
  padding-top: 53.5%;
  overflow: hidden;
  background-color: #c6c6c6; }
@keyframes slideshow {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  30% {
    opacity: 1; }
  35% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes slideshow2 {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  48% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
  .facility_ .slide-room img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    opacity: 0;
    animation: slideshow 24s linear infinite; }
  .facility_ .slide-room img:nth-child(2) {
    animation-delay: 8s; }
  .facility_ .slide-room img:last-child {
    animation-delay: 16s; }
  .facility_ .slide-room.slide-page2 img {
    animation: slideshow2 16s linear infinite; }
  .facility_ .slide-room.slide-page2 img:last-child {
    animation-delay: 8s; }
.facility_ .textblock_inner {
  padding: 20px 10px 0; }
@media (prefers-reduced-motion: reduce) {
  .facility_ img:first-child {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important; } }

#header {
  position: relative;
  /*ローディング画像などを表示す際の基点とするため指定*/
  height: calc(100vh - 100px);
  /*高さを全画面にあわせる*/
  text-align: center;
  color: #fff;
  /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
  background: url("../img/index/movie.jpg") no-repeat;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    #header {
      height: calc(100vh - 180px); } }

/* ローディングアイコン設定 */
#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold; }

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/
#loading.disappear {
  display: none; }

/* youtube設定 */
#youtube-area {
  position: fixed;
  z-index: 1;
  /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0; }

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: .5s;
  animation-fill-mode: forwards; }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%; }

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%; }

#youtube-headmask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 60px;
  background: #FEFEFE; }

#youtube-footmask {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: #FEFEFE; }

/*youtube 上のロゴ */
#index h1 {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  /*天地中央配置*/
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*色指定*/
  color: #fff;
  text-shadow: 0 0 15px #666; }

#villabli.restaurant .visual {
  height: 80vh; }

#villabli h1 {
  text-align: center;
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  display: block;
  padding: 20px;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 16px;
  width: 80%;
  max-width: 600px;
  background: none;
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*色指定*/
  color: #232323;
  text-shadow: 0 0 15px #FFF; }
  #villabli h1 img {
    margin: 20px auto;
    line-height: 1;
    filter: drop-shadow(3px 3px 5px #FFFFFF); }
  @media screen and (max-width: 768px) {
    #villabli h1 {
      font-size: 14px; } }
  #villabli h1 div {
    background: #FFFFFF88;
    padding: 1em; }
#villabli #globalmemu {
  background-color: initial; }

/*下のコンテンツ*/
#container {
  position: relative;
  /*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
  z-index: 4;
  /*一番上に表示*/
  /*見た目の調整*/
  background: #F5F5F5;
  color: #353535;
  padding: 0;
  text-align: center; }

#globalmemu {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0; }
  #globalmemu .headernav ul {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: end;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start; }
  #globalmemu .headernav li img {
    display: inline-block; }
  #globalmemu .headernav li a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 4px;
    line-height: 1;
    font-size: 12px; }
    #globalmemu .headernav li a:hover {
      background: #FFFFFF; }
  @media screen and (max-width: 768px) {
    #globalmemu .headernav li:nth-child(n + 2) {
      display: none; } }

@media screen and (max-width: 768px) {
  #index #globalmemu .headernav li:first-child {
    display: none; } }
#index #globalmemu .headernav li.booking-btn-block {
  display: none; }

/* ハンバーガーメニュー */
.menu-btn {
  position: fixed;
  top: 5px;
  right: 5px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    .menu-btn {
      display: none; } }

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #232323;
  position: absolute; }

.menu-btn span:before {
  bottom: 8px; }

.menu-btn span:after {
  top: 8px; }

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/ }

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg); }

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg); }

#menu-btn-check {
  display: none; }

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #FFFFFF; }
  .menu-content > ul {
    padding: 50px 10px 0; }
  .menu-content ul li {
    border-bottom: solid 1px #D5D5D5;
    list-style: none; }
    .menu-content ul li a {
      display: block;
      width: 100%;
      font-size: 15px;
      box-sizing: border-box;
      color: #232323;
      text-decoration: none;
      padding: 5px 15px 6px 0;
      position: relative; }
      .menu-content ul li a::before {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #D5D5D5;
        border-right: solid 2px #D5D5D5;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 16px; }
    .menu-content ul li ul li {
      font-size: 13px;
      margin-left: 12px;
      width: calc(100% -12px);
      border-bottom: none;
      border-top: solid 1px #D5D5D5; }

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #FFFFFF;
  transition: all 0.5s;
  /*アニメーション設定*/ }

#menu-btn-check:checked ~ .menu-content {
  left: 0;
  /*メニューを画面内へ*/ }

.booking-systemblock {
  flex-basis: 85%;
  color: #FFF; }

.booking-info {
  font-size: 10pt;
  padding: 3px; }

.directin-sp-form .directin-sp-form-submit-button button {
  color: #ffffff;
  background: #B30010; }

.bookingtitle {
  font-size: 16px; }

/* 宿泊日・日程未定・人数・客室数の文字色 */
.directin-sp-form .directin-sp-form-input label .directin-sp-form-label,
.directin-sp-form .directin-sp-form-input label .directin-sp-form-checkbox-label,
.directin-sp-form .directin-sp-form-guest-room-input-group .directin-sp-form-guest-room-separator {
  color: #FFFFFF; }

.modalArea {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s; }

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.4); }

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: #9F9971;
  /* overflow-y: auto; */
  max-height: 80%;
  max-width: 900px;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: left; }

body:not(#index) .booking-btn-block {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99; }
  @media screen and (max-width: 768px) {
    body:not(#index) .booking-btn-block {
      top: inherit;
      bottom: 0;
      width: 100%; } }
  body:not(#index) .booking-btn-block a {
    display: inline-block;
    border-radius: 4px;
    padding: 14px 24px;
    line-height: 1;
    font-size: 16px;
    margin: 3px 3px;
    background-color: #9F9971;
    color: #FFFFFF; }
    @media screen and (max-width: 768px) {
      body:not(#index) .booking-btn-block a {
        display: block;
        text-align: center; } }
    body:not(#index) .booking-btn-block a:hover {
      background: #A83E3E; }

#index #openModal {
  display: none;
  /* transform:translate(-50%,-50%); */ }
  @media screen and (max-width: 768px) {
    #index #openModal {
      display: block;
      position: fixed;
      top: inherit;
      right: inherit;
      bottom: 0;
      width: 100%;
      height: 60px;
      z-index: 99;
      border-top: solid 1px #FFFFFF;
      background: #A83E3E;
      text-align: center;
      padding: 8px;
      color: #FFF; } }

.reservation a {
  color: #FFF;
  font-size: 20px;
  line-height: 40px; }

.modal-content {
  padding: 20px; }

.modal-close {
  display: block;
  /* width: 120px; */
  margin: -45px 5px 5px auto;
  padding: 5px;
  text-align: center;
  /* border: 1px solid #FFF; */
  border-radius: 4px;
  cursor: pointer;
  transition: .5s;
  position: absolute;
  z-index: 2;
  right: 0; }

.modal-close:hover {
  /* background-color: #333232;
  color: #FFF; */ }

.visible {
  visibility: visible;
  opacity: 1; }

.booking-info-btn {
  text-align: center;
  width: 40%;
  background: #E0B500;
  padding: 12px 16px;
  border-radius: 4px;
  margin: 0 auto 10px;
  line-height: 1; }
  @media screen and (max-width: 576px) {
    .booking-info-btn {
      width: 20%; } }
  @media screen and (max-width: 768px) {
    .booking-info-btn {
      display: inline-block;
      width: inherit; } }
  .booking-info-btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF; }

.booking-info-text {
  width: 80%; }
  @media screen and (min-width: 768px) {
    .booking-info-text {
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .booking-info-text {
      width: 100%; } }

/*タブのスタイル*/
/*ラジオボタンを全て消す*/
/*タブ切り替えの中身のスタイル*/
/*選択されているタブのコンテンツのみを表示*/
/*選択されているタブのスタイルを変える*/
nav ul ul {
  display: block; }

nav ul li {
  position: relative; }
  nav ul li a:link {
    color: #232323; }

nav ul li li a {
  padding: 10px 25px;
  text-decoration: none; }

nav ul li a:hover {
  text-decoration: none; }

/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 5px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg); }

nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 32px;
  z-index: 4;
  /*形状を指定*/
  width: 180px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s; }
  nav li.has-child ul li {
    display: block; }
    nav li.has-child ul li a:link {
      background: #9F9971; }

nav li.has-child ul li:last-child a {
  border-bottom: none; }

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
  background: #3577CA; }

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1; }

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a {
  display: block;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6); }
  nav li.has-child ul li a:hover {
    color: inherit; }

footer {
  background: #FFFFFF;
  position: relative;
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    footer {
      padding-bottom: 80px; } }
  footer .globalmenu_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      footer .globalmenu_main {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: start;
        justify-content: start;
        height: 250px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px; } }
    footer .globalmenu_main > li {
      display: inline-block;
      padding: 5px 20px; }
      @media screen and (max-width: 768px) {
        footer .globalmenu_main > li {
          padding: 5px 10px;
          width: 50%;
          text-align: left; } }
      footer .globalmenu_main > li ul {
        text-align: left; }
        footer .globalmenu_main > li ul a {
          padding: 5px 10px;
          border-left: solid 1px #232323;
          display: block;
          line-height: 1; }
  footer .globalmenu_sub {
    margin: 30px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer .globalmenu_sub li {
      border-left: solid 1px #232323;
      line-height: 1;
      white-space: nowrap;
      margin-bottom: 1rem; }
      footer .globalmenu_sub li:first-child {
        border: none; }
      footer .globalmenu_sub li a {
        padding: 2px 8px;
        display: block; }
  footer .footerimage {
    margin: 20px 0;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative; }
    footer .footerimage:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 1;
      left: 1;
      background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 99%);
      background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 99%);
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 99%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
    footer .footerimage:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 50%;
      position: absolute;
      top: 1;
      left: 1; }
    footer .footerimage img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto; }
      @media screen and (max-width: 576px) {
        footer .footerimage img {
          width: auto;
          height: 100%;
          max-height: 100%;
          max-width: inherit; } }
  footer .gototop a {
    background-color: #FFFFFF;
    border-radius: 50%;
    margin-top: -50px;
    display: block;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 10px;
    position: absolute;
    transform: translateX(-50%); }
    footer .gototop a img {
      display: inline-block;
      margin-top: 15px; }

.fotter_address_logo {
  display: inline-block;
  margin: auto; }

.sns-link-block {
  display: inline-block;
  width: 100px;
  margin: 20px auto;
  white-space: nowrap;
  text-align: center; }
  .sns-link-block a {
    padding: 10px; }
    .sns-link-block a:hover {
      background-color: #F1F1F1;
      border-radius: 4px; }

/*==================================================
ふわっ
===================================*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0; }

/*==================================================
パタッ
===================================*/
/* 下へ */
.flipDown {
  animation-name: flipDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes flipDownAnime {
  from {
    transform: perspective(2500px) rotateX(100deg);
    opacity: 0; }
  to {
    transform: perspective(2500px) rotateX(0);
    opacity: 1; } }
/* 左へ */
.flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0; }

@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0; }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1; } }
/* 左上へ */
.flipLeftTop {
  animation-name: flipLeftTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes flipLeftTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(-15deg);
    opacity: 0; }
  to {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1; } }
/* 右へ */
.flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0; }

@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0; }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1; } }
/* 右上へ */
.flipRightTop {
  animation-name: flipRightTopAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes flipRightTopAnime {
  from {
    transform: translate(-20px, 80px) rotate(25deg);
    opacity: 0; }
  to {
    transform: translate(0, 1) rotate(0deg);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger {
  opacity: 0; }

/*==================================================
くるっ
===================================*/
/* X 軸（縦へ） */
.rotateX {
  animation-name: rotateXAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes rotateXAnime {
  from {
    transform: rotateX(0);
    opacity: 0; }
  to {
    transform: rotateX(-360deg);
    opacity: 1; } }
/*　Y軸（横へ） */
.rotateY {
  animation-name: rotateYAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes rotateYAnime {
  from {
    transform: rotateY(0);
    opacity: 0; }
  to {
    transform: rotateY(-360deg);
    opacity: 1; } }
/* Z 軸（左へ） */
.rotateLeftZ {
  animation-name: rotateLeftZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes rotateLeftZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0; }
  to {
    transform: rotateZ(-360deg);
    opacity: 1; } }
/*　Z 軸（右へ） */
.rotateRightZ {
  animation-name: rotateRightZAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes rotateRightZAnime {
  from {
    transform: rotateZ(0);
    opacity: 0; }
  to {
    transform: rotateZ(360deg);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger {
  opacity: 0; }

/*==================================================
ボンッ、ヒュッ
===================================*/
/* 拡大 */
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
/* 縮小 */
.zoomOut {
  animation-name: zoomOutAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

@keyframes zoomOutAnime {
  from {
    transform: scale(1.2);
    opacity: 0; }
  to {
    transform: scale(1);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.zoomInTrigger,
.zoomOutTrigger {
  opacity: 0; }

/*==================================================
じわっ
===================================*/
/* ぼかしから出現 */
.blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0; }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.blurTrigger {
  opacity: 0; }

/*==================================================
にゅーん
===================================*/
/* 滑らかに変形して出現 */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  　transform-origin: left;
  opacity: 0; }

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1; } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.smoothTrigger {
  opacity: 0; }

/*==================================================
スーッ（枠線が伸びて出現）
===================================*/
/*枠線が伸びて出現*/
.lineTrigger {
  position: relative;
  /* 枠線が書かれる基点*/
  opacity: 0; }

.lineTrigger.lineanime {
  animation-name: lineAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards; }

@keyframes lineAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*上下線*/
.lineTrigger::before,
.lineTrigger::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  /* 枠線の色*/ }

/*左右線*/
.line2::before,
.line2::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #333;
  /* 枠線の色*/ }

/*上線*/
.lineTrigger::before {
  top: 0;
  left: 0; }

.lineTrigger.lineanime::before {
  animation: lineAnime .5s linear 0s forwards;
  /*表示されて0秒後に上線が0.5秒かけて表示*/ }

/*右線*/
.line2::before {
  top: 0;
  right: 0; }

.lineTrigger.lineanime .line2::before {
  animation: lineAnime2 .5s linear .5s forwards;
  /*表示されて0.5秒後に右線が0.5秒かけて表示*/ }

/*下線*/
.lineTrigger::after {
  bottom: 0;
  right: 0; }

.lineTrigger.lineanime::after {
  animation: lineAnime .5s linear 1s forwards;
  /*表示されて1秒後に下線が0.5秒かけて表示*/ }

/*左線*/
.line2::after {
  bottom: 0;
  left: 0; }

.lineTrigger.lineanime .line2::after {
  animation: lineAnime2 .5s linear 1.5s forwards;
  /*表示されて1.5秒後に左線が0.5秒かけて表示*/ }

@keyframes lineAnime {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
@keyframes lineAnime2 {
  0% {
    height: 0%; }
  100% {
    height: 100%; } }
/*枠線内側の要素*/
.lineTrigger.lineanime .lineinappear {
  animation: lineInnerAnime .5s linear 1.5s forwards;
  /*1.5秒後に中央のエリアが0.5秒かけて表示*/
  opacity: 0;
  /*初期値を透過0にする*/ }

@keyframes lineInnerAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*==================================================
シャッ（背景色が伸びて出現）
===================================*/
/*背景色が伸びて出現（共通）*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0; }

@keyframes bgextendAnimeBase {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*左から*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
/*右から*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0); }
  50% {
    transform-origin: right;
    transform: scaleX(1); }
  50.001% {
    transform-origin: left; }
  100% {
    transform-origin: left;
    transform: scaleX(0); } }
/*下から*/
.bgDUextend::before {
  animation-name: bgDUextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgDUextendAnime {
  0% {
    transform-origin: bottom;
    transform: scaleY(0); }
  50% {
    transform-origin: bottom;
    transform: scaleY(1); }
  50.001% {
    transform-origin: top; }
  100% {
    transform-origin: top;
    transform: scaleY(0); } }
/*上から*/
.bgUDextend::before {
  animation-name: bgUDextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666;
  /*伸びる背景色の設定*/ }

@keyframes bgUDextendAnime {
  0% {
    transform-origin: top;
    transform: scaleY(0); }
  50% {
    transform-origin: top;
    transform: scaleY(1); }
  50.001% {
    transform-origin: bottom; }
  100% {
    transform-origin: bottom;
    transform: scaleY(0); } }
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
  opacity: 0; }

/*========= レイアウトのためのCSS ===============*/
.wrapper {
  overflow: hidden; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.box {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 20px;
  background: #666;
  color: #fff;
  box-sizing: border-box; }

.bgextend,
.lineTrigger {
  width: 220px;
  padding: 20px;
  margin: 0 20px 20px 20px;
  box-sizing: border-box; }

/*==================================================
アニメーション設定
===================================*/
/* アニメーションの回数を決めるCSS*/
.count2 {
  animation-iteration-count: 2;
  /*この数字を必要回数分に変更*/ }

.countinfinite {
  animation-iteration-count: infinite;
  /*無限ループ*/ }

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time05 {
  animation-delay: 0.5s; }

.delay-time1 {
  animation-delay: 1s; }

.delay-time15 {
  animation-delay: 1.5s; }

.delay-time2 {
  animation-delay: 2s; }

.delay-time25 {
  animation-delay: 2.5s; }

/* アニメーション自体が変化する時間を決めるCSS*/
.change-time05 {
  animation-duration: 0.5s; }

.change-time1 {
  animation-duration: 1s; }

.change-time15 {
  animation-duration: 1.5s; }

.change-time2 {
  animation-duration: 2s; }

.change-time25 {
  animation-duration: 2.5s; }

body {
  scroll-behavior: smooth; }

html {
  scroll-behavior: smooth; }

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flexwrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-directon-row-reverse {
  flex-direction: row-reverse; }

.align-items_center {
  align-items: center; }

.justify-content-start {
  justify-content: flex-start; }

.inline-block {
  display: inline-block; }

.w100 {
  width: 100%; }

.mw80p {
  max-width: 80%; }

.alart {
  color: #E85727; }

.font-color-base {
  color: #9F9971; }

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

.fs12 {
  font-size: 12px; }

@media screen and (max-width: 576px) {
  .sml-hidden {
    display: none; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important; } }
.tel-link {
  font-size: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  border: solid 1px #D3D3D3;
  padding: 8px 16px;
  border-radius: 4px; }

#wrap #contents div .sub-c table tr td {
  font-size: 12px;
  text-align: left; }

.banaimg {
  display: block;
  margin: 5px 0 10px;
  line-height: 1.3em; }

.banaimg img {
  margin-bottom: 3px; }

.banaimg a {
  color: #232323; }

.groupPlan a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)"; }

.breadcrumb {
  font-size: .8em; }

.fluid-img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.viblock {
  position: relative; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0; }

#pageTop i {
  padding-top: 13px;
  font-size: 14pt; }

#pageTop a {
  display: block;
  z-index: 100;
  padding: 0px 0 0 0px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #3f292b;
  opacity: 0.7;
  color: #fff;
  font-weight: bold;
  text-decoration: none; }

#pageTop a:hover {
  text-decoration: none;
  opacity: 1; }

#pageTop.fade-in {
  color: #000;
  font-size: 60px;
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 1s; }

#index .closure_link a {
  display: block;
  background-color: #A83E3E;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  padding: 30px; }
  #index .closure_link a h2 {
    margin: 0; }
  #index .closure_link a:hover {
    color: #FFF;
    background-color: #938358; }

#closure .innerblock {
  width: 100%;
  max-width: 850px;
  padding: 8px;
  margin: auto; }
  #closure .innerblock h2 {
    text-align: center;
    font-size: 2em;
    margin-top: 1em;
    font-family: "Noto Serif JP", serif;
    color: #595959; }
  #closure .innerblock article {
    margin: 3vw auto 5vw; }
  #closure .innerblock p {
    font-size: 14pt;
    line-height: 1.476;
    margin: 1em 0;
    font-family: "Noto Serif JP", serif; }
    @media screen and (max-width: 576px) {
      #closure .innerblock p {
        font-size: 12pt; } }

body.covid19newsSkyvilla .boxMidashi {
  text-align: center;
  font-size: 2.4em;
  margin-top: 1em; }
body.covid19newsSkyvilla .facilitytitle {
  font-size: 20px;
  margin-top: 0; }
body.covid19newsSkyvilla .lead {
  width: 100%;
  max-width: 600px;
  margin: 2em auto;
  font-size: 1.2em;
  line-height: 1.468em; }
body.covid19newsSkyvilla .preventiveMeasures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  body.covid19newsSkyvilla .preventiveMeasures li {
    -webkit-box-flex: 1 1 33.3%;
    -ms-flex: 1 1 33.3%;
    flex: 1 1 33.3%;
    font-size: 1.1em;
    padding: 0 10px 20px;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 1.568em; }
    @media screen and (max-width: 576px) {
      body.covid19newsSkyvilla .preventiveMeasures li {
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 5px 5px; } }

.preventiveMeasures
.innerbox {
  background-color: #FFF;
  border-radius: 4px;
  padding: 5px 10px 7px;
  display: block;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 576px) {
    .preventiveMeasures
    .innerbox {
      padding: 5px 10px 7px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .preventiveMeasures
  .innerbox .iconimage {
    min-height: 120px;
    margin-top: 20px; }
    @media screen and (max-width: 576px) {
      .preventiveMeasures
      .innerbox .iconimage {
        flex-basis: 45%;
        flex-grow: 1; }
        .preventiveMeasures
        .innerbox .iconimage img {
          width: 100%;
          height: auto;
          max-width: 100%;
          padding-left: 20px;
          padding-right: 20px; } }
  .preventiveMeasures
  .innerbox h3 {
    font-family: serif;
    font-size: 22px;
    line-height: 1.3;
    margin: .5em auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 576px) {
      .preventiveMeasures
      .innerbox h3 {
        margin: 8px 0;
        font-size: 18px;
        text-align: left; }
        .preventiveMeasures
        .innerbox h3 br {
          display: none; } }
  .preventiveMeasures
  .innerbox h4 {
    font-family: serif;
    font-size: 18px;
    line-height: 1.3;
    margin: 1.3em 0 .5em;
    padding: 0; }
    @media screen and (max-width: 576px) {
      .preventiveMeasures
      .innerbox h4 {
        margin: 8px 0;
        font-size: 16px;
        text-align: left; }
        .preventiveMeasures
        .innerbox h4 br {
          display: none; } }
  .preventiveMeasures
  .innerbox p {
    text-align: left;
    line-height: 1.5; }
    @media screen and (max-width: 576px) {
      .preventiveMeasures
      .innerbox p {
        font-size: 12px; } }

.ioniamist {
  max-width: 900px;
  margin: auto;
  box-sizing: border-box; }
  .ioniamist .hyginetitle {
    font-family: serif;
    background-color: #FFFFFF;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 10px;
    line-height: 1.3em;
    font-size: 20px;
    padding: 15px;
    margin: 2em auto 1em;
    box-sizing: border-box; }
    @media screen and (max-width: 576px) {
      .ioniamist .hyginetitle {
        font-size: 16px; } }
  .ioniamist .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }
  .ioniamist .ionia_point {
    border: solid 1px #585858;
    padding: 10px;
    display: block;
    margin: 1em auto;
    line-height: 1.3;
    max-width: 800px; }
    .ioniamist .ionia_point .row {
      margin-top: 10px; }
    .ioniamist .ionia_point h5 {
      line-height: 1;
      font-size: 18px;
      padding: 0;
      margin: 0;
      text-align: left; }
  .ioniamist p {
    text-align: left;
    line-height: 1.5;
    font-size: 1.1em; }
    @media screen and (max-width: 576px) {
      .ioniamist p {
        font-size: 12px; } }
  .ioniamist .imgblock {
    -webkit-flex-basis: 40%;
    flex-basis: 40%; }
    @media screen and (max-width: 576px) {
      .ioniamist .imgblock {
        -webkit-flex-basis: 100%;
        flex-basis: 100%; } }
  .ioniamist .txt_inner {
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    padding: 10px; }
    @media screen and (max-width: 576px) {
      .ioniamist .txt_inner {
        -webkit-flex-basis: 100%;
        flex-basis: 100%; } }
  .ioniamist .neozone {
    font-size: 18px;
    color: #001a34;
    font-family: serif;
    text-align: left; }

.btn-gotopblock {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  position: relative; }

.btn-gotop {
  border-radius: 5px;
  border: solid 1px #D5D5D5;
  background-color: #442e2e;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  -webkit-filter: drop-shadow(1px 1px 2px #555);
  -moz-filter: drop-shadow(1px 1px 2px #555);
  -ms-filter: drop-shadow(1px 1px 2px #555);
  -o-filter: drop-shadow(1px 1px 2px #555);
  filter: drop-shadow(1px 1px 2px #555);
  box-sizing: border-box;
  margin-top: 2em;
  text-decoration: none; }

a.btn-gotop:hover {
  background-color: #5b3d3e;
  color: #fff;
  filter: none;
  box-sizing: border-box; }

/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box; }

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none; }

body {
  margin: 0px;
  padding: 0px;
  font-size: 12px; }

img {
  border: 0px;
  height: auto; }

a {
  text-decoration: none; }

a.no-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

a:hover {
  color: #E85727;
  transition: .5s; }

.btn {
  display: inline-block;
  border-radius: 3px;
  padding: .5em .8em;
  line-height: 1;
  background-color: #9F9971;
  font-size: 14px;
  color: #FFF;
  margin: 10px auto; }
  .btn i {
    margin-left: 1em; }
  .btn.lrg {
    padding: .8em 1.3em;
    font-size: 18px; }

a:hover.btn {
  color: #FFF;
  background: #E85727; }

#wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
  background: url(../images/bg_body.gif);
  background-repeat: repeat-y;
  background-position: center;
  overflow: hidden; }

.mt5vw {
  margin-top: 5vw !important; }

.mt10vw {
  margin-top: 10vw !important; }

header#skyvilla-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 8px 15px;
  box-sizing: border-box; }

@media screen and (max-width: 576px) {
  header#skyvilla-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
header#skyvilla-header h1 {
  -webkit-box-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  display: inline-block;
  background: url(../images/cmn/mainlogo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0; }

@media screen and (max-width: 576px) {
  header#skyvilla-header h1 {
    -webkit-box-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; } }
header#skyvilla-header h1 a {
  display: block;
  max-height: 47px;
  max-width: 190px;
  text-indent: -8888px; }

header#skyvilla-header .head-address {
  -webkit-box-flex: 2 2 60%;
  -ms-flex: 2 2 60%;
  flex: 2 2 60%;
  text-align: right;
  padding-right: .8rem;
  line-height: 1.6rem;
  font-size: .9rem; }

@media screen and (max-width: 576px) {
  header#skyvilla-header .head-address {
    display: none; } }
header#skyvilla-header .head-address .tel {
  font-size: 1.5rem; }

header#skyvilla-header .head-address .tel i {
  font-size: 1rem;
  margin-right: .3rem; }

header#skyvilla-header .booking-btn {
  -webkit-box-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%; }

@media screen and (max-width: 576px) {
  header#skyvilla-header .booking-btn {
    -webkit-box-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; } }
header#skyvilla-header .booking-btn a {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 1.3rem;
  background-color: #CC3C3C;
  border-radius: 3px;
  padding: .5rem;
  box-sizing: border-box;
  text-align: center; }

@media screen and (max-width: 576px) {
  header#skyvilla-header .booking-btn a {
    font-size: .8rem; } }
header#skyvilla-header .booking-btn a:hover {
  background-color: #a73535;
  text-decoration: none; }

header#skyvilla-header .booking-btn .fa-search:before {
  color: #fff !important; }

nav.skyvilla-nav {
  background-color: #402A2B;
  border-top: solid 2px #E85727;
  border-bottom: solid 2px #E85727;
  padding: 5px 0;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  max-width: 1000px; }

@media screen and (min-width: 576px) {
  nav.skyvilla-nav {
    text-align: right; } }
nav.skyvilla-nav ul.skyvilla-head-nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

nav.skyvilla-nav ul.skyvilla-head-nav li {
  padding: 0 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-right: solid 1px #fff; }

nav.skyvilla-nav ul.skyvilla-head-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  color: #fff;
  font-size: .9rem;
  padding: .3rem .8rem;
  line-height: 1; }

nav.skyvilla-nav ul.skyvilla-head-nav li a span {
  margin: auto; }

nav.skyvilla-nav ul.skyvilla-head-nav li a:hover {
  color: #fff;
  background-color: rgba(251, 251, 251, 0.29);
  text-decoration: none; }

nav.skyvilla-nav ul.skyvilla-head-nav li:last-of-type {
  border-right: none; }

.skyvilla-nav.fixed {
  position: fixed;
  top: 0;
  z-index: 3; }

.storycontent {
  padding: 1em 0; }

.foot-info {
  background: #402A2B;
  color: #fff;
  border-top: solid 2px #E85727;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 576px) {
  .foot-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.foot-info .foot-info-data {
  border-right: solid 1px #fff;
  padding-right: 1rem;
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }

@media screen and (max-width: 576px) {
  .foot-info .foot-info-data {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    border-right: none;
    padding-right: none;
    padding-bottom: 1rem;
    border-bottom: solid 1px #fff; } }
.foot-info .foot-copy {
  font-size: .9rem;
  margin-top: .5rem; }

.foot-info address {
  font-style: normal;
  margin-top: 1rem; }

.foot-info a.footer-linkbtn {
  color: #fff;
  border: solid 1px #fff;
  padding: .3rem .6rem;
  margin: 3px 0;
  display: inline-block;
  line-height: 1; }

.foot-info a.footer-linkbtn:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #555; }

.foot-info .foot-sitemapblock {
  padding: 0 1rem;
  color: #fff;
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }

@media screen and (max-width: 576px) {
  .foot-info .foot-sitemapblock {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding: 1rem 0; } }
.foot-info .foot-insidelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-bottom: .5rem; }

.foot-info .foot-insidelink > * {
  margin: 0 auto auto; }

.foot-info .foot-insidelink .foot-btn {
  border: solid 1px #fff;
  padding: 0.5rem;
  -webkit-box-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  white-space: nowrap;
  text-align: center;
  margin-right: 1rem;
  font-size: 1rem; }

.foot-info .foot-insidelink:hover {
  text-decoration: none; }

.foot-info .foot-insidelink:hover .foot-btn {
  background-color: rgba(251, 251, 251, 0.29); }

.bxslider li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF; }

.bxslider li a:hover img {
  opacity: 0.7; }

.iconJalanYaRight {
  border-top: dotted 1px #FFF;
  font-weight: bold; }

.jalanCount {
  display: inline-block; }

.mgt5 {
  margin-top: 5px !important; }

.mgl5 {
  margin-left: 5px !important; }

.mgl10 {
  margin-left: 10px !important; }

.flRight {
  display: block;
  text-align: right; }

.index-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.topbox1 {
  width: 25%;
  box-sizing: border-box;
  display: inline-block;
  margin: 20px 26px 20px 25px;
  vertical-align: top; }

@media screen and (max-width: 768px) {
  .topbox1 {
    width: 100%;
    padding: 10px;
    margin: 0;
    order: 1; } }
* html .topbox1 {
  display: inline; }

ul.siteinnerlink {
  margin-bottom: 15px; }

ul.siteinnerlink li {
  padding: 0;
  margin: 2px 0;
  display: inline-block; }

@media screen and (max-width: 768px) {
  ul.siteinnerlink li {
    width: 48%; } }
ul.siteinnerlink li a {
  display: block; }

ul.siteinnerlink li a img {
  width: 100%;
  height: auto; }

.banaimg {
  display: inline-block;
  text-align: left;
  vertical-align: top; }

.facebook {
  font-size: 1.2em;
  border-bottom: solid 2px #3d2729;
  margin: 15px 0 5px;
  color: #3d2729; }

/* TOPLINK グループ会社リンク */
.toplink {
  /* padding-top:5px; */
  padding: 10px 30px 50px; }

.toplink ul li {
  display: inline-block;
  border-right: solid 1px #555; }

.toplink ul li a {
  font-size: 15px;
  color: #595757;
  line-height: 26px;
  padding: .5rem; }

.toplink ul li a:hover {
  text-decoration: underline;
  background-color: rgba(251, 251, 251, 0.29);
  border-radius: 3px; }

.toplink ul li:last-of-type {
  border: none; }

.newscovid19 {
  padding: 10px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  /* height:100px; */ }

@media screen and (max-width: 576px) {
  .newscovid19 {
    position: relative;
    margin: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.newscovid19 a.boxinner {
  -webkit-flex-basis: 49%;
  flex-basis: 49%;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  margin: 3px;
  color: #232323;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 1.3em;
  background-image: url("../images/arrow-dropright-circle.svg");
  background-repeat: no-repeat;
  background-position: 5px center; }

@media screen and (max-width: 576px) {
  .newscovid19 a.boxinner {
    width: 100%;
    margin-bottom: 2px; } }
.newscovid19 a.boxinner .small {
  font-size: 0.9em;
  margin-top: 0.3em; }

.newscovid19 a.boxinner span {
  font-family: serif;
  font-size: 1.2em;
  line-height: 1.4em; }

.newscovid19 a.boxinner:hover {
  background-color: #fefdc5; }

.newscovid19 a.boxinner > div {
  display: inline-block;
  margin: auto;
  font-size: 1.1em;
  font-weight: bold; }

.newscovid19 > div .boxinner {
  padding: 5px;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-family: serif;
  display: block;
  line-height: 1.467; }

/*/* TOPLINK */
/*NEWS LIST グループ会社のwordpress新着*/
.news_list {
  width: 100%;
  box-sizing: border-box;
  height: 150px;
  overflow: auto;
  background-image: url(../images/bg2.gif);
  padding-top: 5px;
  padding-right: 9px;
  padding-bottom: 0;
  padding-left: 9px; }

.news_list dl {
  overflow: hidden;
  line-height: 1.3; }

.news_list dl dt {
  padding: 4px 0 2px 2px;
  color: #928370; }

.news_list dl dd {
  padding: 3px 0;
  text-indent: 80px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #999; }

.news_list dl dd.ico-inagawa {
  background: url(https://the-maple.jp/arima/images/ico-inagawa.gif) no-repeat left 3px; }

.news_list dl dd.ico-skyvilla {
  background: url(https://the-maple.jp/arima/images/ico-skyvilla.gif) no-repeat left 3px; }

.news_list dl dd.ico-rokko {
  background: url(https://the-maple.jp/arima/images/ico-rokko.gif) no-repeat left 3px; }

.news_list dl dd.ico-arima {
  background: url(https://the-maple.jp/arima/images/ico-arima.gif) no-repeat left 3px; }

.news_list dl dd a {
  color: #595757; }

/*/*NEWS LIST*/
/* CSS Document */
#contents {
  width: 100%;
  /* margin-left: 40px; */
  padding: 20px 4.3%;
  box-sizing: border-box; }

#contents1 {
  width: 780px;
  padding: 20px 0;
  margin: 0px auto; }

#contents2 {
  width: 838px;
  padding: 20px 0;
  margin: 0px auto; }

#contents {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

#contents .contents-inner {
  margin: auto; }

#contents p {
  line-height: 22px;
  color: #595757;
  padding: 10px 0;
  font-size: 14px;
  /* font-weight: bold; */ }

#contents a {
  text-decoration: underline; }

#contents a img {
  padding: 2px; }

#contents a img:hover {
  background-color: #e7d8c6;
  color: #FFF; }

#sub-j25 a {
  text-decoration: none; }

.sub-tb {
  margin: 10px 0 20px 0;
  border: 2px solid #897b69;
  border-spacing: 2px; }

.sub-tb td {
  border-bottom: solid 1px #897b69;
  /* border-left: solid 1px #6e6252; */
  padding: 5px 15px;
  color: #33312f;
  font-size: 14px;
  line-height: 18px;
  background-color: #fbfbfb; }

.sub-tb th {
  font-size: 15px;
  font-weight: normal;
  padding: 1px 15px; }

.link-block {
  background-image: url(../images/acc6.gif);
  background-repeat: no-repeat;
  background-position: left;
  height: 26px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1d6ca;
  padding-left: 7px; }

.link-block a {
  display: block;
  background-image: url(../images/acc7.gif);
  background-repeat: repeat-x;
  height: 19px;
  padding: 7px 0 0 10px;
  color: #402210;
  font-size: 13px; }

.serviceitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 1rem;
  background-color: #fff;
  margin: 0; }

.serviceitem h2 {
  -webkit-box-flex: 0 0 18%;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  color: #585858;
  font-size: .9rem; }

.serviceitem .serviceitem-inner dl {
  padding-right: 2rem;
  margin-bottom: .3rem; }

.serviceitem .serviceitem-inner dl dt {
  font-weight: bold;
  display: inline-block;
  color: #585858;
  border-left: solid 5px #585858;
  padding-left: .5rem;
  line-height: 1;
  margin-bottom: .3rem; }

.serviceitem .serviceitem-inner dl dd {
  margin-left: 1rem;
  line-height: 1.2rem;
  display: inline-block; }

/* font-style */
.font13 {
  font-size: 13px; }

.font18-b-b {
  font-size: 18px;
  font-weight: bold;
  color: #231815; }

#PopUpMessage p {
  color: #585656;
  font-size: 13px;
  line-height: 20px;
  margin: 82px 0 20px; }

#PopUpMessage span {
  font-size: 11px; }

/* ------------- */
table.contactTable {
  /* -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3); */
  color: #333;
  line-height: 1.3em;
  width: 100%;
  margin: 0 auto; }

table.contactTable th {
  border-bottom: 1px #CCCCCC dotted;
  background-color: inherit;
  text-align: center;
  font-size: 13px;
  padding: 11px 3px;
  font-weight: normal;
  /* color:#FFF; */
  width: 40%; }

table.contactTable td {
  border-bottom: 1px #CCCCCC dotted;
  padding: 5px 20px;
  /* background: #FFF; */
  font-size: 12px; }

table.contactTable td input {
  font-size: 1.2em;
  border: solid 1px #888;
  padding: .5em;
  color: #555;
  background: #FFF; }

.wp-caption, .alignnone {
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 576px) {
  .wp-caption, .alignnone {
    margin: 0; } }
.wpcf7-submit {
  background-color: #ff500f;
  color: #FFF;
  text-align: center;
  font-size: 14pt;
  padding: 5px 2em;
  margin: 20px auto;
  display: block;
  letter-spacing: 1px;
  cursor: pointer; }

table.contactTable td textarea {
  font-size: 1.2em;
  width: 95%;
  padding: .5em;
  color: #555; }

table.contactTable td.tableTitle {
  background: #111;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  padding: 10px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; }

/*スライドショー
---------------------------------------------------------------------------*/
.primary-fontcolor {
  color: #380D00; }

.font15 {
  font-size: 1.5rem; }

.font13 {
  font-size: 1.3rem; }

.font10 {
  font-size: 1rem; }

.strong {
  font-weight: 700; }

.facility {
  width: 100%;
  max-width: 752px;
  margin: auto; }

.facility h2 {
  margin: .5rem 0; }

.facility h3 {
  margin: 1rem 0 .5rem; }

.facility hr {
  border-top: solid 4px #402A2B;
  border-bottom: none;
  margin: 1rem 0; }

.facility > img {
  margin: 1rem 0; }

.facility img {
  width: 100%;
  height: auto; }

.facility-vi {
  position: relative;
  overflow: hidden;
  text-align: center; }

.facility-vi img {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.facility-title {
  max-width: 100%;
  position: absolute;
  top: 10%;
  left: 50px;
  -webkit-filter: drop-shadow(1px 1px 2px #555);
  -ms-filter: drop-shadow(1px 1px 2px #555);
  filter: drop-shadow(1px 1px 2px #555); }

@media screen and (max-width: 576px) {
  .facility-title {
    top: 2vw;
    left: 2vw; } }
.facility-nav {
  border-bottom: solid 1px #888888;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.facility-nav a {
  color: #585858;
  display: block;
  width: 100%;
  height: 100%;
  padding: .5rem 1rem;
  font-size: 1.2rem; }

.facility-nav a:hover {
  color: #232323;
  text-decoration: none; }

@media screen and (max-width: 576px) {
  .facility-nav a {
    padding: .3rem;
    font-size: .8rem; } }
.facility-nav .facility-nav-link {
  display: inline-block; }

.facility-nav .active {
  border-bottom: solid 3px #585858; }

.facility-nav .active a {
  color: #232323;
  pointer-events: none; }

.section-room,
.section-lounge,
.section-lobby,
.section-playroom,
.section-terrace {
  margin: 50px 50px 0px;
  padding-top: -40px; }

@media screen and (max-width: 576px) {
  .section-room,
  .section-lounge,
  .section-lobby,
  .section-playroom,
  .section-terrace {
    margin: 20px 2vw; } }
.section-room img.img-fluid,
.section-lounge img.img-fluid,
.section-lobby img.img-fluid,
.section-playroom img.img-fluid,
.section-terrace img.img-fluid {
  width: 100%; }

.section-room p,
.section-lounge p,
.section-lobby p,
.section-playroom p,
.section-terrace p {
  font-size: .9rem;
  margin: .4em 0 .8em;
  color: #380D00; }

.border-block {
  border: solid 1px #A0A0A0; }

.border-block p {
  font-size: .8rem; }

.bath-thum {
  padding-left: 1vw !important;
  padding-right: 1vw !important; }

.nordicWark .contentsInner {
  max-width: 680px;
  display: block;
  margin: auto; }
.nordicWark h1 {
  font-size: 1.5em; }
.nordicWark h2 {
  margin-top: .5em; }
.nordicWark h3 {
  margin: 1em 0 .5em 0;
  font-size: 1.2rem;
  border-left: solid 10px #232323;
  padding-left: 12px;
  line-height: 1; }
.nordicWark dl {
  font-size: 1rem; }
.nordicWark dt {
  display: block;
  float: left; }
.nordicWark dd {
  color: #009E96;
  display: block;
  padding-left: 5em;
  margin-bottom: .5em; }
.nordicWark .fontsize2 {
  font-size: 1.3rem; }
.nordicWark .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .nordicWark .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
.nordicWark .table {
  margin-left: 2vw; }
  .nordicWark .table tr:nth-child(odd) {
    background: #fff; }
  .nordicWark .table td {
    padding: .3em;
    background-color: inherit;
    border: none; }
  .nordicWark .table th {
    padding: .3em;
    background-color: inherit;
    border: none;
    white-space: nowrap; }
.nordicWark .setday {
  font-size: 1.3rem; }
  .nordicWark .setday i {
    color: #ff0000;
    font-style: normal; }
.nordicWark .tel {
  color: #009E96;
  font-size: 3em; }
.nordicWark .borderbox {
  border: 2.5px dashed #333333;
  width: 100%;
  padding: 20px 5vw 20px;
  max-width: 600px;
  box-sizing: border-box;
  margin: 3vw auto; }
.nordicWark h4 {
  margin-top: 3vw;
  font-size: 1.3rem; }
  .nordicWark h4.option {
    font-size: 1.8em;
    color: #009E96;
    margin: .3em; }
.nordicWark h5 {
  margin-top: 2vw;
  font-size: 1.2rem; }
.nordicWark .mr-2 {
  margin-left: 2vw; }
.nordicWark .vi-lunch {
  width: 100%;
  height: auto; }
.nordicWark .flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .nordicWark .flexbox .viimge {
    -webkit-box-flex: 50% 0 auto;
    -ms-flex: 50% 0 auto;
    flex: 50% 0 auto; }
  .nordicWark .flexbox .vitext {
    padding-left: 1em; }
.nordicWark .btn-mailform {
  display: inline-block;
  background-color: #fff;
  padding: .5em .8em;
  line-height: 1;
  color: #232323;
  text-decoration: none !important;
  font-size: .9em;
  border: solid 1px #888;
  border-radius: 3px; }
  .nordicWark .btn-mailform:hover {
    background-color: #eee; }
.nordicWark .ff0000 {
  color: #FF0000; }

body.category-skyvilla .blogContainer {
  font-size: 16px;
  margin: 20px 0 20px 50px;
  width: calc(100% - 320px);
  float: left; }
  body.category-skyvilla .blogContainer p {
    margin-bottom: 1em; }
  body.category-skyvilla .blogContainer img {
    height: auto;
    max-width: 100%; }
body.category-skyvilla .blogSubmenu {
  background: #fff;
  border-left: 1px dotted #ccc;
  border-top: 3px solid #e0e6e0;
  padding: 10px;
  width: 200px;
  float: right;
  margin: 20px 30px 20px 0; }

@media screen and (max-width: 768px) {
  body.category-skyvilla .blogContainer {
    float: none;
    margin: 5px 2vw;
    width: 96vw; }
    body.category-skyvilla .blogContainer .storycontent {
      padding-left: 0; } }
@media screen and (max-width: 768px) {
  body.category-skyvilla .blogSubmenu {
    margin: 5px auto !important;
    width: 95vw !important;
    float: none !important;
    box-sizing: border-box; } }
#menu_arima ul li ul li {
  line-height: 1.4;
  padding: 3px 0 2px 14px; }

@media screen and (max-width: 768px) {
  table.contactTable {
    width: inherit;
    margin: inherit; }

  table.contactTable th, table.contactTable td {
    text-align: left;
    display: block;
    padding: .5rem 0;
    margin: 0;
    width: inherit; }

  table.contactTable th br {
    display: none; } }
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-size: 1rem !important; }

.blogSubmenu .info, .blogSubmenu .evet {
  display: inline-block;
  background-color: #E1E1E1;
  padding: 3px 5px; }

.storycontent {
  font-size: 1.1em; }

.storycontent ul, .storycontent ol {
  margin: 5px 10px;
  padding: 5px 10px;
  text-indent: inherit;
  list-style-position: outside; }

.storycontent li {
  list-style: inherit;
  text-indent: inherit; }

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=skyvilla.css.map */
