@charset "UTF-8";
img, svg {
  max-width: 100%;
  vertical-align: middle;
  fill: currentColor;
}

#header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  color: #000;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: top;
  border-bottom: solid 1px #000;
}

#header-logo-img {
  width: 300px;
}

.header-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: .4rem 0;
}

.header-logo {
  display: flex;
  align-items: flex-end;
}

.header-logo > p {
  margin-left: 1rem;
}

#footer {
  color: #616161;
  border-top: solid 1px #616161;
}

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

.footer-copyright {
  margin: 0;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links > li {
  display: inline-block;
  color: #616161;
  margin: 0 1rem;
}

.footer-links > li::before {
  content: "|";
  margin-right: 1rem;
}

.footer-links > li > a {
  color: #616161;
  text-decoration: none;
}

.footer-links > li > a::before {
  content: "»";
  margin-right: 0.2rem;
}


body {
  margin: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-font-size-adjust: none;
  font-size-adjust: none;
  min-width: 0;
  line-height: 1.4;
}

.content-wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

p {
  margin: 0 0 1rem 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mg-2 {
  margin: 2rem 0;
}

.pd-2 {
  padding: 2rem 0;
}

.button {
  display: inline-block;
  align-items: center;
  background-color: #ffe50a;
  color: #14a1db;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
}

.right-angle-in-circle {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/right-angle-in-circle.svg);
  margin-right: 0.2rem;
  margin-bottom: -0.1rem;
}

.large-button {
  font-size: 200%;
  padding: 1rem 2rem;
  background-color: #fafa69;
  box-shadow: 2px 2px 0 0 #fafa69;
  border-right: solid 5px #14a1db;
  border-bottom: solid 5px #14a1db;
}

.large-button > .right-angle-in-circle {
  width: 2rem;
  height: 2rem;
}

em {
  font-style: normal;
  color: #14a1db;
}

.bg-blue {
  background-color: #14a1db;
}

.bg-beige {
  background-color: #f0e6b4;
}

.main-visual {
  overflow: hidden;
  background-image: url(../images/main_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1100px;
}

.lead {
  width: 45%;
  margin-left: auto;
  margin-right: 5rem;
}

.lead > h4 {
  font-size: 400%;
  line-height: 1.2;
  margin: 7rem 0 1rem 0;
}

.lead > p {
  margin-left: 10rem;
  word-wrap: break-word;
  font-size: 120%;
}

.cando-header {
  text-align: center;
  margin-top: -6rem;
  margin-bottom: 2rem;
}

.cando {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.cando > li {
  margin: 0 4px;
  text-align: center;
}

.balloon-l {
  position: relative;
  overflow: visible;
}

.balloon-l::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 30px 30px 0 30px;
}

.problems {
  margin: 0;
  padding: 2rem 0 1rem 0;
  line-height: 1.2;
  font-size: 240%;
  text-align: center;
}

.problems > span {
  font-size: 70%;
}

.points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.points > li {
  width: 38%;
  box-sizing: border-box;
  border: solid 2px #c4af5d;
  border-radius: 40px;
  background-color: #fff;
  padding: 2rem;
  margin: 1rem;
}

.points > li > h2 {
  margin-top: 0;
  text-align: center;
}

.points > li > h2 > em {
  font-size: 120%;
}

.free-charge {
  text-align: center;
  color: #23379b;
  margin: 0 1rem 1rem 1rem;
  font-size: 200%;
}

.balloon-s {
  display: inline-block;
  background-color: #fafa69;
  position: relative;
  margin: 0 1rem 0 0;
  top: -0.5rem;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
  border-radius: calc(0.9em + 0.4rem);
}

.balloon-s::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  bottom: 2px;
  border-style: solid;
  border-color: transparent transparent #fafa69 transparent;
  border-width: 0 24px 24px 0;
  transform: rotate(15deg);
  z-index: -10;
}

.bg-greyish-blue {
  background-color: #e2ebf0;
  margin: 0 180px;
  box-sizing: border-box;
  padding: 2rem 3rem;
  border-radius: 10px;
}

.bg-greyish-blue > hr {
  border-style: dotted;
  border-color: #364045 transparent transparent transparent;
  border-width: 2px 0 0 0;
  margin: 2rem 0;
}

.howto {
  margin-bottom: 4rem;
}

.howto > h2 {
  color: #364045;
}

.howto > h2::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/checkmark.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.4rem;
  margin-bottom: -0.3rem;
}

.booking-link {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: -4rem;
}

.booking-link > a {
  display: inline-block;
  color: #fafa69;
  background-color: #23379b;
  font-size: 160%;
  padding: 1rem 2rem;
  border-radius: calc(2em + 1rem);
  text-decoration: none;
  box-shadow: 0 0 0 8px #fff;
}

.booking-link > a > .right-angle-in-circle {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/right-angle-in-circle-yellow.svg);
}

/* お問い合わせフォーム */
table {
  border-collapse: collapse;
}

.form-table {
    margin: 0 auto;
    width: 75%;
    border-spacing: 0 15px;
    
}

.form-table th,td {
  display: block;
}

.form-table th {
  margin: 30px 0 3px 10px;
  text-align: left;
  /*font-weight: normal;*/
}


.form-table input, .form-table textarea {
  width: 100%;
  margin: 0;
  padding: 8px 14px;
  outline: 0;
  border: none;
  background: #efefef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  border-radius: 5px;
}


.form-table select {
  width: 75%;
  margin: 0;
  padding: 10px 14px;
  outline: 0;
  border: none;
  background: #efefef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 28px;
  border-radius: 5px;
}


span.required {
  color: #ff0000;
}

.form_submit {
  margin: 2rem;
  text-align: center;
}

.form_submit input {
  display: inline-block;
  width: 200px;
  line-height: 42px;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  outline: 0;
  box-shadow: none;
  position: relative;
  background: #14a1db;
  font-weight: 600;
    border: 0px none;
    font-size: 1.1em;
}

/*
.form_submit input:hover {
  color: #fff;
  background: #000;
      font-weight: 600;
}
*/

.errors {
  color: #FF0000;
  text-align: center;
}

.errors ul li{
  list-style-type: none;
}

span.required {
  color: #ff0000;
}

h1.page-title {
  text-align: center;
}

.form-notice {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #header-logo-img {
    width: 150px;
  }
  .header-wrapper {
    padding: 1rem;
  }
  .header-logo > p {
    display: none;
  }
  .content-wrapper {
    width: 100%;
  }
  .main-visual {
    height: 91.7vw;
  }
  .lead {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lead > h4 {
    margin: 2rem 0;
    font-size: 200%;
  }
  .lead > p {
    margin-left: 0;
    font-size: 100%;
  }
  .cando-header {
    margin: 1rem;
  }
  .cando {
    display: block;
  }
  .problems {
    font-size: 140%;
  }
  .points {
    display: block;
  }
  .points > li {
    width: auto;
    padding: 1rem;
  }
  .points > li > h2 {
    font-size: 120%;
  }
  .free-charge {
    font-size: 140%;
  }
  .bg-greyish-blue {
    margin: 0 1rem 3rem 1rem;
    padding: 1rem 1rem;
  }
}
