@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
* {
  margin: 0;
  padding: 0;
}

/* Forms */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}

.inline-label {
  margin-right: 5px;
  font-weight: normal;
  text-align: right;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-group {
  margin-bottom: 10px;
}

/*
bootstrap の form-controlを使用
.form-control {
	display: block;
	margin: 0;
  padding: 6px 0px;
  min-width: 3rem;
	width: 100%;
	height: 20px;
	font-size: 16px;
	line-height: 1.42857;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	color: #000;
}
.form-control:focus {
	border-color: #333;
	outline: 0;
}
.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}
*/
textarea.form-control {
  height: auto;
  resize: vertical;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 20px;
}

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline label,
.checkbox-inline label {
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.help-block {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

.help-inline {
  display: inline;
  margin-left: 5px;
  font-size: 14px;
  color: #333;
}

#form .form-group {
  margin: 0;
}

.form-control.text-short {
  width: 150px;
}

.form-control.text-middle {
  width: 400px;
}

.form-control.textarea-leage {
  width: 96%;
  height: 8rem;
}

.form-action {
  margin: 0;
  padding: 0;
  text-align: center;
}

.form-action .btn-back {
  margin-right: 40px;
}

.has-error {
  color: #ff0006;
  border-color: #ff0006;
  background-color: #fcbfbc;
}

.has-error:focus {
  color: #ff0006;
  border-color: #ff0006;
  background-color: #fcbfbc;
}

div.has-error {
  margin: 5px 0;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #fcbfbc;
}

/* css checkbox01 */
.rooms-check {
  display: none;
}

.checkbox-parts {
  position: absolute;
  bottom: -3rem;
  left: 0.5rem;
  padding: 2.6% 2.6% 2.6% 6%;
  position: relative;
  margin-right: 20px;
  font-size: 120%;
  border: 1px solid;
  border-radius: 3px;
  color: #ccc;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.3rem;
  width: 15px;
  height: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

.rooms-check:checked + .checkbox-parts {
  color: #009a9a;
}

.rooms-check:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333;
  -webkit-overflow-scrolling: touch;
}

.required {
  background-color: #eb5555;
  color: #fff;
  font-size: 96%;
  margin: 0 0.5rem;
  padding: 0.2rem 0.5rem;
}

.required-title {
  background-color: #eb5555;
  color: #fff;
  float: right;
  font-size: 96%;
  line-height: initial;
  margin: 0 0.5rem;
  padding: 0.2rem 0.5rem;
}

h3 {
  border-left: 5px solid #45aeeb;
  padding: 0 2%;
  margin: 2% 1% 2%;
}

.red {
  color: #f80e0e;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.h-2rem {
  height: 2.2rem;
}

/* header */
header {
  border-bottom: 5px solid #45aeeb;
}

header .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2%;
}

header .inner .logo {
  display: inline-block;
}

header .inner .logo img {
  padding: 0.8rem;
  height: 40px;
}

footer {
  background: #45aeeb;
  width: 100%;
}

footer p {
  max-width: 960px;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 3;
}

#table,
.question {
  clear: both;
  padding: 2%;
  margin: 0 0 2%;
  overflow: hidden;
}

#table p,
.question p {
  padding: 0 1% 3%;
}

#table table,
.question table {
  border-collapse: collapse;
  width: 100%;
}

#table table tr th,
.question table tr th {
  position: relative;
  background: #ebf8ff;
  border: 1px solid #d8d8d8;
  line-height: 2;
  vertical-align: middle;
  text-align: left;
  padding: 1%;
  width: 30%;
}

#table table tr th .required,
.question table tr th .required {
  position: absolute;
  right: 0;
  width: 2.5rem;
  text-align: center;
  font-size: 78%;
  padding: 0.1rem;
}

#table table tr td,
.question table tr td {
  border: 1px solid #d8d8d8;
  line-height: 2;
  padding: 1%;
}

#table table tr td .radio-inline,
.question table tr td .radio-inline {
  display: inline-block;
  margin-right: 1rem;
}

#table table tr td .radio-inline label input,
.question table tr td .radio-inline label input {
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}

#table table tr td p,
.question table tr td p {
  padding: 0;
}

#table {
  clear: both;
  padding: 2%;
  margin: 0 0 2%;
  overflow: hidden;
}

#table .container .row .title {
  position: relative;
  background: #ebf8ff;
  border: 1px solid #d8d8d8;
  line-height: 2;
  vertical-align: middle;
  text-align: left;
  padding: 1%;
}

#table .container .row .title .title-text {
  margin: 0;
  padding: 0;
}

#table .container .row .title .title-phone-text {
  margin: 0;
  padding: 0;
}

#table .container .row .input-control {
  border: 1px solid #d8d8d8;
  line-height: 2;
  padding: 1%;
}

#table .container .row .input-control .comment {
  word-break: break-all;
  margin: 0;
  padding: 0;
}

#table .container .row .input-control .info-contents {
  margin: 0;
  padding: 0;
}

#table .container .row .input-control p:empty {
  height: 28px;
}

.form-action {
  text-align: center;
  margin: 0 auto 5%;
}

.agreement {
  padding: 0 2% 2%;
}

.agreement p .red {
  font-weight: bold;
}

.agreement .block {
  margin: 1% 0;
  width: 100%;
  height: 15rem;
  overflow-x: auto;
  border: 1px solid #d8d8d8;
  font-size: 80%;
}

.agreement .block dl dt {
  font-weight: bold;
}

.agreement .block dl dd {
  margin-bottom: 1rem;
}

.agree {
  background: #f2f2f2;
  padding: 0 1%;
  width: 98.3%;
  line-height: 3;
}

.agree input {
  margin-right: 1rem;
}

.contact-tel .title {
  background: #24a8eb;
  color: #fff;
  font-size: 17px;
  padding: 12px 2% 8px;
  display: inline-block;
}

.contact-tel p {
  display: inline;
}

.contact-tel a {
  display: block;
  margin: 2% 0;
}

.contact-tel a img {
  width: 100%;
}

.inquiry-contents {
  width: 96%;
  margin: 5% auto;
}

.inquiry-contents .inquiry-wrap {
  border: 1px solid #d8d8d8;
  padding: 2%;
}

.inquiry-contents .inquiry-wrap:nth-of-type(1) {
  margin-bottom: 2%;
}

.inquiry-contents .inquiry-wrap:nth-of-type(2) label:nth-of-type(1) {
  margin-right: 1rem;
}

.thanks {
  max-width: 960px;
  text-align: center;
  font-size: 105%;
  padding: 10% 0;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .form-control {
    padding: 6px 0px;
    min-width: 3rem;
    font-size: 4.5vw;
  }
  input[type="radio"], input[type="checkbox"] {
    margin: 1.3vw 1vw 0 0;
  }
  .checkbox-parts {
    top: 0;
    left: 0;
    padding: 1.1vw 2vw 1vw 4.1vw;
  }
  .checkbox-parts::before {
    top: 1vw;
    left: 0.5vw;
    width: 2vw;
    height: 2vw;
  }
  .rooms-check:checked + .checkbox-parts::after {
    top: 0.5vw;
    left: 1.3vw;
  }
  .rooms-check:checked + .checkbox-parts::after {
    top: 0.5vw;
    left: 0.5vw;
    width: 1vw;
    height: 2vw;
  }
  .wrap {
    width: 96%;
    margin: 0 auto;
    padding: 2%;
  }
  .wrap h2 {
    font-size: 5vw;
    margin: 0 2% 2%;
  }
  .wrap .navi {
    width: 96%;
    margin: auto;
    font-size: 2vw;
  }
  .wrap .navi img {
    width: 100%;
  }
  .wrap .navi p {
    color: #cd2d2d;
  }
  #rooms-wrap {
    overflow: hidden;
    width: 96%;
    padding: 2%;
    margin: 3% 0;
    font-size: 3.2vw;
  }
  #rooms-wrap label {
    width: 100%;
  }
  #rooms-wrap .rooms-content {
    width: 98%;
    float: left;
    margin: 1%;
  }
  #rooms-wrap .rooms-content .wrap {
    position: relative;
    border: 1px solid #2974d1;
    cursor: pointer;
  }
  #rooms-wrap .rooms-content .wrap h4 {
    color: #0059a4;
    font-size: 2.1vw;
    font-weight: bold;
    vertical-align: top;
    display: inline;
  }
  #rooms-wrap .rooms-content .wrap h4 img {
    width: 10vw;
    margin: 0.3rem 0.5rem 0.5rem;
  }
  #rooms-wrap .rooms-content .wrap h4 span {
    font-size: 78%;
    vertical-align: inherit;
    line-height: 3.2;
  }
  #rooms-wrap .rooms-content .wrap dl {
    width: 70%;
  }
  #rooms-wrap .rooms-content .wrap dl dt {
    color: #3470a3;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 3.45vw;
  }
  #rooms-wrap .rooms-content .wrap dl dd {
    width: 90%;
    font-size: 2.6vw;
  }
  #rooms-wrap .rooms-content .wrap dl dd .check-room {
    display: inline-block;
    position: absolute;
    top: 0.7rem;
    right: -0.7rem;
  }
  #rooms-wrap .rooms-content .wrap dl dd .btn-map {
    display: inline-block;
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
  }
  #rooms-wrap .rooms-content .wrap dl dd .btn-map a {
    display: inline-block;
    padding: 1vw 6vw;
    text-decoration: none;
    background: #4bcbd0;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    font-weight: bold;
  }
  #rooms-wrap .rooms-content .wrap dl dd .btn-map a:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  #rooms-wrap .kidspal .wrap {
    border: 1px solid #e40001;
  }
  #rooms-wrap .kidspal .wrap h4 {
    color: #e40001;
    line-height: 2.4;
    position: relative;
    padding-left: 12vw;
  }
  #rooms-wrap .kidspal .wrap h4 img {
    width: 22%;
    top: -2.5vw;
    left: 0;
    position: absolute;
  }
  #rooms-wrap .kidspal .wrap dl dt {
    color: #e40001;
  }
  #table table.pc {
    display: none;
  }
  .question {
    font-size: 2vw;
  }
  .question .pc {
    display: none;
  }
  .question .sp {
    display: block;
  }
  .question tr th {
    width: 30%;
  }
  .question tr th br.sp {
    display: none;
  }
  .question tr td .form-control.text-middle {
    width: 60%;
  }
  .question tr td .form-control.textarea-leage {
    width: 94%;
  }
  #table table.sp tr td label input {
    margin-top: 2vw;
  }
  #table {
    font-size: 3.2vw;
  }
  #table tr th {
    width: 30%;
  }
  #table tr th br.sp {
    display: none;
  }
  #table tr td .form-control.text-middle {
    width: 60%;
  }
  #table tr td .form-control.textarea-leage {
    width: 94%;
  }
  .agreement {
    padding: 0 2% 5%;
    font-size: 2.5vw;
  }
  .form-action button img {
    width: 80%;
  }
  .contact-tel {
    width: 100%;
  }
  .contact-tel .title {
    font-size: 3vw;
    width: 96%;
  }
  .contact-tel p {
    font-size: 2.6vw;
    padding: 4% 0;
    display: block;
  }
  footer {
    padding: 2% 0;
  }
  footer p {
    font-size: 4.6vw;
    line-height: 1.6;
    text-align: center;
  }
  .inquiry-contents {
    font-size: 3.2vw;
  }
  .inquiry-contents .inquiry-wrap {
    font-size: 2.4vw;
  }
  .inquiry-contents .inquiry-wrap label {
    font-size: 2.4vw;
  }
  .thanks {
    max-width: 960px;
    text-align: center;
    font-size: 2.33vw;
    padding: 10% 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  input[type="radio"], input[type="checkbox"] {
    margin: 1.3vw 1vw 0 0;
  }
  .checkbox-parts {
    bottom: -5.3vw;
    left: 1vw;
    padding: 1.1vw 2vw 1vw 4.1vw;
  }
  .checkbox-parts::before {
    top: 1vw;
    left: 0.5vw;
  }
  .rooms-check:checked + .checkbox-parts::after {
    top: 0.5vw;
    left: 1.3vw;
  }
  .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 2%;
  }
  .wrap h2 {
    font-size: 170%;
    margin: 0 2% 2%;
  }
  .wrap .navi {
    width: 96%;
    margin: auto;
  }
  .wrap .navi img {
    width: 100%;
  }
  .wrap .navi p {
    color: #cd2d2d;
  }
  #rooms-wrap {
    overflow: hidden;
    padding: 2%;
    margin: 3% 0;
  }
  #rooms-wrap .rooms-content {
    width: 48%;
    float: left;
    margin: 1%;
  }
  #rooms-wrap .rooms-content .wrap {
    border: 1px solid #2974d1;
    cursor: pointer;
  }
  #rooms-wrap .rooms-content .wrap h4 {
    color: #0059a4;
    font-size: 2.1vw;
    font-weight: bold;
    vertical-align: top;
    display: inline;
  }
  #rooms-wrap .rooms-content .wrap h4 img {
    width: 10vw;
    margin: 0.3rem 0.5rem 0.5rem;
  }
  #rooms-wrap .rooms-content .wrap h4 img.kids-logo {
    width: 18%;
  }
  #rooms-wrap .rooms-content .wrap h4 span {
    font-size: 78%;
    vertical-align: inherit;
    line-height: 3.2;
  }
  #rooms-wrap .rooms-content .wrap dl dt {
    color: #3470a3;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 1.95vw;
  }
  #rooms-wrap .rooms-content .wrap dl dd {
    position: relative;
    font-size: 1.55vw;
  }
  #rooms-wrap .rooms-content .wrap dl dd .check-room {
    display: inline-block;
  }
  #rooms-wrap .rooms-content .wrap dl dd .btn-map {
    display: inline-block;
    margin: 0.5vw 0 0.5vw 21vw;
  }
  #rooms-wrap .rooms-content .wrap dl dd .btn-map a {
    display: inline-block;
    padding: 1vw 6vw;
    text-decoration: none;
    background: #4bcbd0;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    font-weight: bold;
  }
  #rooms-wrap .rooms-content .wrap dl dd .btn-map a:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  #rooms-wrap .kidspal .wrap {
    border: 1px solid #e40001;
  }
  #rooms-wrap .kidspal .wrap h4 {
    color: #e40001;
    line-height: 2.4;
  }
  #rooms-wrap .kidspal .wrap dl dt {
    color: #e40001;
  }
  #table table.sp {
    display: none;
  }
  .question {
    font-size: 2vw;
  }
  .question .pc {
    display: block;
  }
  .question .sp {
    display: none;
  }
  .question tr th {
    width: 30%;
  }
  .question tr td .form-control.text-middle {
    width: 60%;
  }
  .question tr td .form-control.textarea-leage {
    width: 94%;
  }
  #table {
    font-size: 2vw;
  }
  #table tr th {
    width: 30%;
  }
  #table tr td .form-control.text-middle {
    width: 60%;
  }
  #table tr td .form-control.textarea-leage {
    width: 94%;
  }
  .agreement {
    font-size: 2.5vw;
  }
  .contact-tel p {
    font-size: 1.8vw;
  }
  footer {
    padding: 2% 0;
  }
  footer p {
    line-height: 1.6;
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
  .checkbox-parts {
    bottom: -3rem;
    left: 0.7rem;
    padding: 0.5rem 1.5rem 0.8rem 1.8em;
  }
  .checkbox-parts::before {
    top: 0.6rem;
    left: 0.4rem;
  }
  .rooms-check:checked + .checkbox-parts::after {
    top: 0.6rem;
    left: 0.4rem;
  }
  .wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 2% 1%;
  }
  .wrap h2 {
    font-size: 170%;
    margin: 0 2% 2%;
  }
  .wrap .navi {
    width: 96%;
    margin: auto;
  }
  .wrap .navi img {
    width: 100%;
  }
  .wrap .navi p {
    color: #cd2d2d;
  }
  #rooms-wrap {
    overflow: hidden;
    padding: 2%;
    margin: 3% 0;
  }
  #rooms-wrap .rooms-content {
    width: 48%;
    float: left;
    margin: 1%;
  }
  #rooms-wrap .rooms-content .wrap {
    border: 1px solid #2974d1;
    cursor: pointer;
  }
  #rooms-wrap .rooms-content .wrap h4 {
    color: #0059a4;
    font-size: 126%;
    font-weight: bold;
    vertical-align: top;
    display: inline;
  }
  #rooms-wrap .rooms-content .wrap h4 img {
    width: 23%;
    margin: 0.3rem 0.5rem 0.5rem;
  }
  #rooms-wrap .rooms-content .wrap h4 img.kids-logo {
    width: 18%;
  }
  #rooms-wrap .rooms-content .wrap h4 span {
    font-size: 78%;
    vertical-align: inherit;
    line-height: 3.2;
  }
  #rooms-wrap .rooms-content .wrap dl dt {
    color: #3470a3;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 92%;
  }
  #rooms-wrap .rooms-content .wrap dl dd {
    position: relative;
    font-size: 88%;
  }
  #rooms-wrap .rooms-content .wrap dl dd .check-room {
    display: inline-block;
  }
  #rooms-wrap .rooms-content .wrap dl dd .btn-map {
    display: inline-block;
    margin: 0.5rem 0 0.5rem 13rem;
  }
  #rooms-wrap .rooms-content .wrap dl dd .btn-map a {
    display: inline-block;
    padding: 0.5em 4em;
    text-decoration: none;
    background: #4bcbd0;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    font-weight: bold;
  }
  #rooms-wrap .rooms-content .wrap dl dd .btn-map a:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }
  #rooms-wrap .kidspal .wrap {
    border: 1px solid #e40001;
  }
  #rooms-wrap .kidspal .wrap h4 {
    color: #e40001;
    line-height: 2.4;
  }
  #rooms-wrap .kidspal .wrap dl dt {
    color: #e40001;
  }
  #table table tr th, .question table tr th {
    width: 30%;
  }
  #table table.sp {
    display: none;
  }
  .question .pc {
    display: block;
  }
  .question .sp {
    display: none;
  }
}



@media screen and (max-width: 767px) {
.wrap .navi.no-form {
font-size: 2.5vw;
}
}
.wrap .navi.no-form p {
color: #333;
}
.wrap .navi.no-form p .red {
color: #cd2d2d;
}
.wrap .navi.no-form .btm {
display:flex;
text-align: center;
line-height: 1.3;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin: 10px 0;
}
.wrap .navi.no-form .btm li {
margin:0 5px 5px;
list-style:none;
}
.wrap .navi.no-form .btm li a {
display:block;
padding: 10px;
  background: #00abb3;
  color: #FFF;
  font-weight: bold;
  min-width: 250px;
  border-bottom: solid 4px #627295;
}
.wrap .navi.no-form .btm li a:hover {
margin-top:4px;
border:none;
}
#privacy-tx {
border: #999 solid 1px;
  margin: 10px;
  padding: 15px 20px;
  font-size: 13px;
}
#privacy-tx dl {
}
#privacy-tx dt {
margin-top:20px;
font-weight:bold;
}
#privacy-tx dt:first-child {
margin-top:0;
}
#privacy-tx dd {
margin-bottom:5px;
}
#privacy-tx dd .stt {
font-weight:bold;
}