@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Lovers+Quarrel");
@media only screen and (max-width: 767px) {
  * {
    font-family: "Noto Serif JP", sans-serif;
  }
}

html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0;
  position: relative;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}
figure img {
  display: block;
  margin: auto;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  min-width: 1082px;
  max-width: 1300px;
  width: 86%;
}
@media only screen and (max-width: 767px) {
  .container {
    min-width: initial;
    max-width: 100%;
    width: 100%;
  }
}
.header .container {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .header .container {
    width: 100%;
  }
}

.fas {
  margin-right: 5px;
}

p {
  margin: 0 auto;
}

input[type=radio] {
  opacity: 1;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  border: 1px solid #aaa6a6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  input[type=email],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    font-size: 16px;
  }
}
input[type=email]:active, input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus {
  border: 1px solid #fabe00;
  outline: none;
}

select {
  border: 1px solid #aaa6a6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  select {
    font-size: 16px;
  }
}
select:active, select:focus {
  border: 1px solid #fabe00;
  outline: none;
}

input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
}
input[type=submit]:first-of-type {
  -webkit-appearance: none;
  background: #9a9a9a;
  border: 1px solid #9a9a9a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  cursor: pointer;
  padding: 10px;
  width: 300px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  input[type=submit]:first-of-type {
    font-size: 16px;
  }
}
input[type=submit]:first-of-type:hover {
  background: #dcdada;
}
input[type=submit]:last-of-type {
  -webkit-appearance: none;
  background: #0e6eb8;
  border: 1px solid #0e6eb8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 300px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  input[type=submit]:last-of-type {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  input[type=submit]:last-of-type {
    font-size: 16px;
  }
}
input[type=submit]:last-of-type:hover {
  background: #0a5289;
}
input[type=submit]:active, input[type=submit]:focus {
  border: 1px solid #0e6eb8;
  outline: none;
}

.svg-inline--fa {
  margin: 0 5px;
}

a {
  text-decoration: none;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #fabe00;
}
a img {
  display: block;
  margin: auto;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a img:hover {
  opacity: 0.7;
}

ul {
  padding: 0;
}

dl {
  margin: 0 auto;
}
dl dd {
  margin: 0;
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0e6eb8;
  color: #0e6eb8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 10px 0 8px 0;
  position: relative;
  width: 200px;
}
.btn:after {
  content: url(../images/arw_rd.png);
  position: absolute;
  right: 10px;
  top: 9px;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #0e6eb8;
  color: #fff;
}
.btn:hover:after {
  content: url(../images/arw_wh.png);
}

.path .container {
  font-size: 12px;
  padding: 10px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .path .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 2%;
  }
}
.path .container span {
  margin: 0 3px;
}
.path .container a {
  color: #fabe00;
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
  text-decoration: underline;
}
.path .container a:hover {
  color: #fabe00;
  text-decoration: none;
}

.main {
  clear: both;
  overflow: hidden;
}

.map {
  height: 400px;
}

.title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title h1 {
  color: #fff;
  -webkit-filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.6));
  font-family: "Noto Serif JP", sans-serif;
  font-size: 40px;
  margin: auto;
}

.header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
}
.header__logo {
  display: inline-block;
}
.header__logo img {
  height: 100px;
}
.header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 0 auto;
}
.header__menu li {
  list-style: none;
  margin: 0 0 0 20px;
}
.header__menu li a {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 17px;
  padding: 10px;
}
.header__menu li a:hover {
  background: rgba(14, 110, 184, 0.7);
}
.header__menu li:last-of-type a {
  background: #ee87b4;
  padding: 10px 30px;
}
.header__menu li:last-of-type a:hover {
  background: #fabe00;
}

.footer .copyright {
  background: #0e6eb8;
  color: #fff;
  font-size: 13px;
  padding: 20px;
}

.booking__form {
  background: rgba(255, 255, 255, 0.8);
  bottom: 10%;
  position: fixed;
  right: 0;
  width: 300px;
  z-index: 10;
}
.booking__form .hb-title {
  /*background: $maincolor;
  color: $white;
  font-family: $font2;
  margin: 0 auto 10px auto;
  padding: 10px 0;*/
  display: none;
}
.booking__form .hb-search-fields {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  width: 90%;
}
.booking__form .hb-check-dates-wrapper {
  margin: 0 2% 10px 0 !important;
  width: 48% !important;
}
.booking__form .hb-check-dates-wrapper + .hb-check-dates-wrapper {
  margin-right: 0 !important;
}
.booking__form .hb-people-wrapper {
  margin: 0 2% 10px 0 !important;
  width: 48% !important;
}
.booking__form .hb-people-wrapper + .hb-people-wrapper {
  margin-right: 0 !important;
}
.booking__form .hb-search-submit-wrapper {
  float: none;
  margin: 10px auto !important;
}
.booking__form .hb-search-submit-wrapper input[type=submit]:last-of-type {
  margin: 0 auto;
  width: 80%;
}
.booking__form .hb-search-no-result,
.booking__form .hb-search-error {
  color: #e50821;
  font-size: 13px;
  margin: 10px auto 20px auto;
  width: 90%;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline !important;
  }
}
/*# sourceMappingURL=base.css.map */