#inpage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9900;
  background: #ffffff;
}
#inpage .inpage-inner p.black img {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  animation: logopulse 4s ease infinite;
}
#inpage .inpage-inner p.white img {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

@keyframes logopulse {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#drawer-area {
  display: none;
}

header#global-header {
  position: relative;
  background: #232323;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-start;
  z-index: 9901;
}
header#global-header h1 {
  width: 120px;
  height: auto;
  padding: 12px 0 8px 16px;
  margin-right: 16px;
}
header#global-header h1 a {
  display: inline-block;
}
header#global-header h1 a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  header#global-header h1 {
    margin-right: 8px;
  }
}
@media screen and (max-width: 480px) {
  header#global-header h1 {
    width: 110px;
    height: auto;
    padding: 10px 10px 0 0;
    margin: 0 auto;
  }
}
header#global-header nav#global-navi ul {
  height: 100%;
  width: 720px;
  display: flex;
  justify-content: space-around;
  flex: 1;
  align-items: center;
}
header#global-header nav#global-navi ul li {
  text-align: center;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
header#global-header nav#global-navi ul li:last-child {
  margin-right: 0;
}
header#global-header nav#global-navi ul li a {
  font-size: 14px;
  display: block;
  height: 46px;
  letter-spacing: 0.15em;
  padding-top: 15px;
  transition: all 0.5s ease;
  color: #ffffff;
  line-height: 1.2;
}
header#global-header nav#global-navi ul li a span {
  color: #ffffff;
  font-size: 11px;
}
header#global-header nav#global-navi ul li a:hover {
  background: #ffffff;
  color: #232323 !important;
}
header#global-header nav#global-navi ul li a:hover span {
  color: #232323;
}
header#global-header nav#global-navi ul li.point {
  text-align: center;
  width: 100%;
  height: 60px;
  overflow: hidden;
}
header#global-header nav#global-navi ul li.point a {
  font-size: 14px;
  display: block;
  height: 46px;
  letter-spacing: 0.15em;
  padding-top: 15px;
  background: #FFD300;
  color: #343434;
}
header#global-header nav#global-navi ul li.point a span {
  color: #343434;
  font-size: 11px;
}
@media screen and (max-width: 1280px) {
  header#global-header nav#global-navi ul {
    width: 500px;
  }
  header#global-header nav#global-navi ul li a {
    height: 35px;
    letter-spacing: 0.15em;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  header#global-header nav#global-navi ul {
    width: 500px;
  }
  header#global-header nav#global-navi ul li a {
    height: 38px;
    letter-spacing: 0.15em;
    padding-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  header#global-header nav#global-navi {
    display: none;
  }
  header#global-header nav#global-navi ul {
    height: auto;
  }
}
header#global-header nav#inq-navi {
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 60px;
}
header#global-header nav#inq-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  height: 100%;
}
header#global-header nav#inq-navi ul li {
  width: 100%;
  height: 100%;
}
header#global-header nav#inq-navi ul li a {
  display: block;
  height: 40px;
  text-align: center;
  padding-top: 18px;
}
header#global-header nav#inq-navi ul li a img.icon-mail {
  width: 21px;
  height: auto;
  margin-right: 12px;
  position: relative;
  top: 2px;
}
header#global-header nav#inq-navi ul li a span {
  color: #ffffff;
}
header#global-header nav#inq-navi ul li a:hover span {
  color: #DABC43;
}
header#global-header nav#inq-navi ul li:nth-child(2) a {
  border-left: none;
  text-decoration: none;
}
header#global-header nav#inq-navi ul li:nth-child(2) a img.icon-tel {
  width: 20px;
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
header#global-header nav#inq-navi ul li:nth-child(2) a span {
  color: #ffffff;
}
header#global-header nav#inq-navi ul li:nth-child(2) a:hover span {
  color: #DABC43;
}
@media screen and (max-width: 768px) {
  header#global-header nav#inq-navi {
    width: 160px;
    height: 100%;
  }
  header#global-header nav#inq-navi ul li a {
    padding-top: 0 !important;
    height: 100%;
  }
  header#global-header nav#inq-navi ul li a img {
    margin-right: 0 !important;
  }
  header#global-header nav#inq-navi ul li a img.icon-mail {
    width: 18px;
    top: 20px;
  }
  header#global-header nav#inq-navi ul li a img.icon-tel {
    width: 24px !important;
    top: 20px !important;
    left: 4px;
  }
  header#global-header nav#inq-navi ul li a span {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header#global-header nav#inq-navi {
    width: 90px;
    height: 100%;
  }
  header#global-header nav#inq-navi ul li {
    margin-right: 12px;
  }
  header#global-header nav#inq-navi ul li a {
    padding-top: 0 !important;
    height: 100%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    margin-top: 9px;
    overflow: hidden;
  }
  header#global-header nav#inq-navi ul li a img {
    margin-right: 0 !important;
    position: relative;
    transition: all 0.8s ease;
  }
  header#global-header nav#inq-navi ul li a img.icon-mail {
    width: 18px;
    top: 6px;
  }
  header#global-header nav#inq-navi ul li a img.icon-mail.active {
    -webkit-animation: moveicon1 1.2s ease-in forwards;
    animation: moveicon1 1.2s ease-in forwards;
  }
  header#global-header nav#inq-navi ul li a img.icon-tel {
    width: 20px !important;
    top: 8px !important;
    left: 1px;
  }
  header#global-header nav#inq-navi ul li a img.icon-tel.active {
    -webkit-animation: moveicon2 1.2s ease-in forwards;
    animation: moveicon2 1.2s ease-in forwards;
  }
  header#global-header nav#inq-navi ul li a span {
    display: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(1) {
    background: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(1) a {
    background: #141414;
    border-left: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(2) {
    background: none;
  }
  header#global-header nav#inq-navi ul li:nth-child(2) a {
    background: #141414;
  }
  header#global-header nav#inq-navi ul li:nth-child(2) a.active {
    -webkit-animation: moveicon3 0.7s ease-in forwards;
    animation: moveicon3 0.7s ease-in forwards;
  }
}
@media screen and (max-width: 480px) {
  header#global-header {
    height: auto;
    position: fixed;
    z-index: 9901;
    width: 100%;
    height: 52px;
    background: #222222;
  }
}
header#global-header.move {
  -webkit-animation: headerMove 0.6s ease-in forwards;
  animation: headerMove 0.6s ease-in forwards;
}

@keyframes headerMove {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    opacity: 0;
    left: 200px;
  }
}
@keyframes moveicon1 {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.2);
  }
  30% {
    transform: scale(1);
    left: 0;
    transform: skew(0, 0);
  }
  60% {
    left: -35px;
  }
  100% {
    left: 200px;
    transform: skew(20deg, 0);
  }
}
@keyframes moveicon2 {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveicon3 {
  0% {
    background: #141414;
  }
  50% {
    background: #e2cd74;
  }
  100% {
    background: #141414;
  }
}
div#key-visual {
  position: relative;
  margin-bottom: 120px;
  background: #f9f8f7;
  height: 209px;
}
div#key-visual .key-bg {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../inquiry/images/svg/key-inquiry-bg.svg) no-repeat;
  background-size: auto 100%;
}
div#key-visual .key-bg .key-text {
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 120px;
}
div#key-visual .key-bg .key-text img {
  width: 25%;
  height: auto;
}
@media screen and (max-width: 768px) {
  div#key-visual {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual .key-bg .key-text img {
    width: 45%;
  }
}

div#key-visual.sub-key {
  position: relative;
  margin-bottom: 63px;
  height: auto;
  overflow: hidden;
  top: -2px;
}
div#key-visual.sub-key .key-pic {
  position: relative;
}
div#key-visual.sub-key .key-pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  position: relative;
}
div#key-visual.sub-key .key-pic img.key-pic {
  display: inline;
}
div#key-visual.sub-key .key-pic img.key-pic-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  div#key-visual.sub-key .key-pic img.key-pic {
    display: none;
  }
  div#key-visual.sub-key .key-pic img.key-pic-sp {
    display: inline;
  }
}
div#key-visual.sub-key .key-pic span.key-text {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 31% !important;
  font-size: 140px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.8;
  letter-spacing: 0;
  line-height: 0.01;
}
div#key-visual.sub-key .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  top: -32px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  div#key-visual.sub-key .key-pic span.key-text {
    font-size: 90px;
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.sub-key .key-pic span.key-text {
    font-size: 70px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.sub-key .key-pic span.key-text {
    font-size: 32px;
    padding-top: 8%;
    opacity: 0.9;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }
}
div#key-visual.sub-key.feature-key {
  margin-bottom: 56px;
}
div#key-visual.sub-key.feature-key .key-pic span.key-text {
  line-height: 0.8;
  padding-top: 1.2%;
}
div#key-visual.sub-key.feature-key .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 16px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  div#key-visual.sub-key {
    margin-bottom: 32px;
    padding-top: 0;
  }
  div#key-visual.sub-key.feature-key {
    margin-bottom: 56px;
    line-height: 1;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text {
    line-height: 1;
    padding-top: 0.8%;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text span.ja {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.sub-key {
    margin-bottom: 32px;
    padding-top: 48px;
  }
  div#key-visual.sub-key.feature-key {
    margin-bottom: 56px;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text {
    line-height: 1;
    padding-top: 4%;
  }
  div#key-visual.sub-key.feature-key .key-pic span.key-text span.ja {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    top: -12px;
    padding-left: 6px;
  }
}

div#key-visual.top-key {
  position: relative;
  margin-bottom: 0;
  height: auto;
  top: -110px;
}
div#key-visual.top-key img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
div#key-visual.top-key .key-pic {
  display: block;
}
div#key-visual.top-key .key-pic-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  div#key-visual.top-key {
    top: 0;
  }
}

div#key-visual.confshoot {
  margin-bottom: 60px;
}
div#key-visual.confshoot div.key-bg p.key-text {
  padding-top: 60px;
}
div#key-visual.confshoot div.key-bg p.key-text img {
  width: 15%;
}
@media screen and (max-width: 480px) {
  div#key-visual.confshoot div.key-bg p.key-text {
    padding-top: 100px;
  }
  div#key-visual.confshoot div.key-bg p.key-text img {
    width: 40%;
  }
}

div#key-visual.inquiry div.key-bg p.key-text {
  padding-top: 60px;
}
div#key-visual.inquiry div.key-bg p.key-text img {
  width: 15%;
}
@media screen and (max-width: 480px) {
  div#key-visual.inquiry div.key-bg p.key-text {
    padding-top: 100px;
  }
  div#key-visual.inquiry div.key-bg p.key-text img {
    width: 40%;
  }
}

div#key-visual.plankey {
  margin-bottom: 56px;
}
div#key-visual.plankey .key-pic span.key-text {
  line-height: 0.4;
  padding-top: 1.2%;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
div#key-visual.plankey .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 16px;
  position: relative;
  top: -40px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  div#key-visual.plankey .key-pic span.key-text {
    font-size: 100px;
    padding-top: 0.4%;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.plankey .key-pic span.key-text {
    font-size: 72px;
    line-height: 0.8;
    padding-top: 0.4%;
  }
  div#key-visual.plankey .key-pic span.key-text span.ja {
    font-size: 23px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.plankey .key-pic span.key-text {
    font-size: 32px;
    line-height: 0.8;
    padding-top: 2%;
  }
  div#key-visual.plankey .key-pic span.key-text span.ja {
    font-size: 15px;
    top: -16px;
    padding-left: 0;
  }
}

div#key-visual.access {
  margin-bottom: 56px;
}
div#key-visual.access .key-pic span.key-text {
  line-height: 0.4;
  padding-top: 1.2%;
}
div#key-visual.access .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1024px) {
  div#key-visual.access .key-pic span.key-text {
    font-size: 100px;
    padding-top: 0.4%;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.access .key-pic span.key-text {
    font-size: 72px;
    line-height: 0.8;
    padding-top: 0.4%;
  }
  div#key-visual.access .key-pic span.key-text span.ja {
    font-size: 23px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.access .key-pic span.key-text {
    font-size: 32px;
    line-height: 0.8;
    padding-top: 2%;
  }
  div#key-visual.access .key-pic span.key-text span.ja {
    font-size: 15px;
    top: 0;
    padding-left: 0;
  }
}

div#key-visual.gallery {
  margin-bottom: 56px;
}
div#key-visual.gallery .key-pic span.key-text {
  line-height: 0.4;
  padding-top: 1.2%;
}
div#key-visual.gallery .key-pic span.key-text span.ja {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0;
  position: relative;
  top: 0;
}
@media screen and (max-width: 1024px) {
  div#key-visual.gallery .key-pic span.key-text {
    font-size: 100px;
    padding-top: 0.4%;
  }
}
@media screen and (max-width: 768px) {
  div#key-visual.gallery .key-pic span.key-text {
    font-size: 72px;
    line-height: 0.8;
    padding-top: 0.4%;
  }
  div#key-visual.gallery .key-pic span.key-text span.ja {
    font-size: 23px;
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  div#key-visual.gallery .key-pic span.key-text {
    font-size: 32px;
    line-height: 0.8;
    padding-top: 2%;
  }
  div#key-visual.gallery .key-pic span.key-text span.ja {
    font-size: 15px;
    top: 0;
    padding-left: 0;
  }
}

.backtop {
  text-align: center;
}
.backtop a {
  display: block;
  padding: 6px 0 4px;
  background: #333333;
  transition: all 0.8s ease;
}
.backtop a i {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  transition: all 0.8s ease;
}
.backtop a:hover {
  background: #f9f9f9;
}
.backtop a:hover i {
  color: #333333;
}

footer#global-footer {
  background: #f7f6f4;
  position: relative;
}
footer#global-footer div.footer-inner {
  width: 980px;
  margin: 0 auto;
  padding: 24px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer#global-footer div.footer-inner {
    width: 100%;
    display: block;
  }
}
footer#global-footer div.footer-left {
  width: 200px;
}
footer#global-footer div.footer-left ul li {
  padding-top: 20px;
}
footer#global-footer div.footer-left ul li.logo {
  width: 200px;
}
footer#global-footer div.footer-left ul li.logo a img {
  width: 100%;
  height: auto;
}
footer#global-footer div.footer-left ul li.logo-text {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  footer#global-footer div.footer-left {
    width: 100%;
  }
  footer#global-footer div.footer-left ul li.logo {
    width: 100%;
    text-align: center;
  }
  footer#global-footer div.footer-left ul li.logo a img {
    width: 140px;
    height: auto;
  }
  footer#global-footer div.footer-left ul li.logo-text {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  footer#global-footer div.footer-left ul li.logo {
    padding-top: 0;
  }
  footer#global-footer div.footer-left ul li.logo a img {
    position: relative;
    left: -5px;
  }
}
footer#global-footer ul.info {
  margin: 18px 0 0 64px;
}
footer#global-footer ul.info li {
  margin-bottom: 8px;
  letter-spacing: 0.15em;
  font-size: 13px;
  text-align: right;
}
footer#global-footer ul.info li a {
  margin-right: 16px;
  width: 28px;
  display: inline-block;
}
footer#global-footer ul.info li a img {
  width: 24px;
  height: auto;
}
footer#global-footer ul.info li a img[src$=".svg"] {
  width: 28px;
  height: auto;
}
footer#global-footer ul.info li a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 520px) {
  footer#global-footer ul.info li:nth-child(1) {
    display: none;
  }
  footer#global-footer ul.info li:nth-child(2) {
    display: none;
  }
  footer#global-footer ul.info li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer#global-footer ul.info {
    margin: 18px 0 0 12px;
  }
  footer#global-footer ul.info li {
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  footer#global-footer ul.info {
    margin: 8px 0 0 8px;
  }
  footer#global-footer ul.info li {
    margin-bottom: 0;
  }
}
footer#global-footer .copy {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: right;
}
footer#global-footer .copy small {
  color: #333333;
  font-family: sans-serif;
  font-size: 6px;
  font-weight: lighter;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  footer#global-footer .copy {
    width: 100%;
    padding-bottom: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 520px) {
  footer#global-footer .copy small {
    padding-left: 3px;
  }
}

#contents {
  width: 700px;
  margin: 0 auto;
}
#contents h2 {
  background: #333333;
  color: #ffffff;
  padding: 12px 0 10px 24px;
  margin-bottom: 24px;
  letter-spacing: 0.15em;
  font-size: 16px;
}
#contents h2 + p {
  margin-left: 24px;
  letter-spacing: 0.3em;
  line-height: 1.8;
  margin-bottom: 8px;
}
#contents .alert {
  color: #454545;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 8px 0;
  text-align: center;
  border: 3px solid #E2CD74;
  font-size: 16px;
  line-height: 1;
}
#contents .alert br {
  display: none;
}
#contents .alert span {
  display: inline-block;
  padding: 5px 8px;
  color: #fff;
  background: #af252f;
  margin: 0 4px;
}
@media screen and (max-width: 768px) {
  #contents {
    width: 95%;
  }
}
@media screen and (max-width: 520px) {
  #contents {
    width: 100%;
  }
  #contents h2 + p {
    font-size: 13px;
    margin: 0 auto 24px;
    width: 95%;
  }
  #contents .alert {
    color: #454545;
    font-weight: bold;
    margin-bottom: 24px;
    padding: 8px 0;
    text-align: center;
    border: 3px solid #E2CD74;
    font-size: 12px;
    line-height: 1.8;
  }
  #contents .alert br {
    display: block;
  }
  #contents .alert span {
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
    background: #af252f;
    margin: 0 4px;
  }
}

.other-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.other-btn a {
  position: relative;
  left: 0;
  display: block;
  padding: 12px 32px;
  border-radius: 8px;
  transition: all 0.6s ease;
}
.other-btn a.booking-btn {
  background: #333333;
  color: #ffffff;
}
.other-btn a.contact-btn {
  background: #666666;
  color: #ffffff;
}
.other-btn a.etis-btn {
  background: #c4b266;
  color: #ffffff;
}
.other-btn a:hover {
  background: #1a1a1a;
  animation: shake 0.4s ease forwards;
}
@media screen and (max-width: 520px) {
  .other-btn {
    display: block;
    width: 70%;
    font-size: 10px;
    margin: 0 auto;
  }
  .other-btn a {
    margin-bottom: 16px;
    text-align: center;
  }
}

@keyframes shake {
  0% {
    left: 5px;
  }
  25% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  75% {
    left: 0;
  }
  100% {
    left: 5px;
  }
}
#main-form {
  margin-bottom: 160px;
}
#main-form dl {
  width: 100%;
  margin-bottom: 24px;
}
#main-form dl div {
  width: 100%;
  margin-bottom: 24px;
}
#main-form dl div dt {
  font-size: 15px;
  margin-bottom: 8px;
}
#main-form dl div dt span {
  margin-right: 10px;
  color: #ffffff;
  background: #e26874;
  padding: 6px 12px;
  font-size: 12px;
}
#main-form dl div dt span.ninni {
  background: #29abe2;
}
#main-form dl div dd {
  border-radius: 8px;
}
#main-form dl div dd.radiobox {
  padding-top: 8px;
}
#main-form dl div dd input {
  border: 1px dotted #333333;
  border-radius: 8px;
  font-size: 15px;
  width: 100%;
  padding: 12px 24px;
  box-sizing: border-box;
}
#main-form dl div dd label {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 14px 8px 16px;
}
#main-form dl div dd label.selectedtype {
  background: #efefef;
}
@media screen and (max-width: 520px) {
  #main-form dl div dd label.selectedtype {
    font-size: 12px;
  }
}
#main-form dl div dd label.selectedtime {
  width: 48%;
  padding: 8px;
}
@media screen and (max-width: 520px) {
  #main-form dl div dd label.selectedtime {
    font-size: 12px;
  }
}
#main-form dl div dd label.selectedtime select {
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  padding: 12px;
  line-height: 1;
}
#main-form dl div dd label input[type=radio] {
  width: auto;
  position: relative;
  top: -3px;
}
#main-form ul {
  margin-bottom: 40px;
}
#main-form ul li {
  font-size: 15px;
  margin-bottom: 8px;
  width: 100%;
}
#main-form ul li span {
  margin-right: 10px;
  color: #ffffff;
  background: #e26874;
  padding: 6px 12px;
  font-size: 12px;
}
#main-form ul li textarea {
  width: 100%;
  font-size: 15px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
}
#main-form .annotation {
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
#main-form .btn-group {
  width: 100%;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
#main-form .btn-group input {
  display: inline-block;
  width: 45%;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
#main-form .btn-group input::-webkit-search-decoration {
  display: none;
}
#main-form .btn-group input::focus {
  outline-offset: -2px;
}
#main-form .btn-group input[type=reset] {
  box-sizing: border-box;
  background: #dadada;
}
#main-form .btn-group input[type=submit] {
  box-sizing: border-box;
  background: #e2cd74;
}
@media screen and (max-width: 480px) {
  #main-form {
    width: 90%;
    margin: 0 auto 80px;
  }
  #main-form dl {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  #main-form dl div {
    width: 100%;
    margin-bottom: 24px;
  }
  #main-form dl div dt {
    font-size: 11px;
  }
  #main-form dl div dt span {
    margin-left: 0;
    margin-right: 10px;
    color: #ffffff;
    background: #e26874;
    padding: 6px 10px;
    font-size: 11px;
  }
  #main-form dl div dd input {
    font-size: 11px;
    padding: 4px 12px;
  }
  #main-form ul {
    width: 95%;
    margin: 0 auto;
  }
  #main-form ul li {
    width: 100%;
    font-size: 11px;
  }
  #main-form ul li span {
    margin-left: 0;
    margin-right: 10px;
    font-size: 11px;
    padding: 6px 12px;
  }
  #main-form ul li textarea {
    font-size: 11px;
  }
  #main-form .annotation {
    width: 95%;
    margin: 0 auto;
  }
  #main-form .btn-group {
    width: 95%;
    margin: 0 auto;
  }
  #main-form .btn-group input {
    padding: 4px 0;
  }
  #main-form .btn-group input[type=reset] {
    box-sizing: border-box;
    font-size: 11px;
  }
  #main-form .btn-group input[type=submit] {
    box-sizing: border-box;
    font-size: 11px;
  }
}

#inquiry-form,
#estimate-form {
  margin-bottom: 64px;
}
#inquiry-form dl,
#estimate-form dl {
  width: 100%;
  margin-bottom: 24px;
}
#inquiry-form dl div,
#estimate-form dl div {
  width: 100%;
  margin-bottom: 48px;
}
#inquiry-form dl div dt,
#estimate-form dl div dt {
  font-size: 15px;
  margin-bottom: 8px;
}
#inquiry-form dl div dt span,
#estimate-form dl div dt span {
  margin-right: 10px;
  color: #ffffff;
  background: #e26874;
  padding: 6px 12px;
  font-size: 12px;
}
#inquiry-form dl div dt span.ninni,
#estimate-form dl div dt span.ninni {
  background: #29abe2;
}
#inquiry-form dl div dd,
#estimate-form dl div dd {
  border-radius: 8px;
}
#inquiry-form dl div dd input,
#estimate-form dl div dd input {
  border: 1px dotted #333333;
  border-radius: 8px;
  font-size: 15px;
  width: 100%;
  padding: 12px 24px;
  box-sizing: border-box;
}
#inquiry-form dl div dd.check-list,
#estimate-form dl div dd.check-list {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#inquiry-form dl div dd.check-list span.checkitem,
#estimate-form dl div dd.check-list span.checkitem {
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  margin-bottom: 10px;
  color: #333;
}
#inquiry-form dl div dd.check-list span.checkitem input,
#estimate-form dl div dd.check-list span.checkitem input {
  display: inline-block;
  width: auto;
  padding-right: 3px;
}
#inquiry-form ul,
#estimate-form ul {
  margin-bottom: 40px;
}
#inquiry-form ul li,
#estimate-form ul li {
  font-size: 15px;
  margin-bottom: 8px;
}
#inquiry-form ul li span,
#estimate-form ul li span {
  margin-right: 10px;
  color: #ffffff;
  background: #e26874;
  padding: 6px 12px;
  font-size: 12px;
}
#inquiry-form ul li span.privacy input,
#estimate-form ul li span.privacy input {
  position: relative;
  top: -3px;
}
#inquiry-form ul li textarea,
#estimate-form ul li textarea {
  width: 100%;
  font-size: 15px;
  padding: 12px;
  border-radius: 8px;
  box-sizing: border-box;
}
#inquiry-form .annotation,
#estimate-form .annotation {
  font-size: 14px;
  letter-spacing: 0.3em;
  line-height: 1.8;
}
#inquiry-form .btn-group,
#estimate-form .btn-group {
  width: 100%;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}
#inquiry-form .btn-group input,
#estimate-form .btn-group input {
  display: inline-block;
  border: none;
  width: 45%;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
#inquiry-form .btn-group input::-webkit-search-decoration,
#estimate-form .btn-group input::-webkit-search-decoration {
  display: none;
}
#inquiry-form .btn-group input::focus,
#estimate-form .btn-group input::focus {
  outline-offset: -2px;
}
#inquiry-form .btn-group input[type=reset],
#estimate-form .btn-group input[type=reset] {
  box-sizing: border-box;
  background: #dadada;
  cursor: pointer;
}
#inquiry-form .btn-group input[type=submit],
#estimate-form .btn-group input[type=submit] {
  box-sizing: border-box;
  background: #e2cd74;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  #inquiry-form,
#estimate-form {
    width: 90%;
    margin: 0 auto 80px;
  }
  #inquiry-form dl,
#estimate-form dl {
    display: block;
    width: 95%;
    margin: 0 auto;
  }
  #inquiry-form dl div,
#estimate-form dl div {
    width: 100%;
    margin-bottom: 24px;
  }
  #inquiry-form dl div dt,
#estimate-form dl div dt {
    font-size: 11px;
  }
  #inquiry-form dl div dt span,
#estimate-form dl div dt span {
    margin-left: 0;
    margin-right: 10px;
    color: #ffffff;
    background: #e26874;
    padding: 6px 10px;
    font-size: 11px;
  }
  #inquiry-form dl div dd input,
#estimate-form dl div dd input {
    font-size: 11px;
    padding: 4px 12px;
  }
  #inquiry-form ul,
#estimate-form ul {
    width: 95%;
    margin: 0 auto;
  }
  #inquiry-form ul li,
#estimate-form ul li {
    width: 100%;
    font-size: 11px;
  }
  #inquiry-form ul li span,
#estimate-form ul li span {
    margin-left: 0;
    margin-right: 10px;
    font-size: 11px;
    padding: 6px 12px;
  }
  #inquiry-form ul li textarea,
#estimate-form ul li textarea {
    font-size: 11px;
  }
  #inquiry-form .annotation,
#estimate-form .annotation {
    width: 95%;
    margin: 0 auto;
  }
  #inquiry-form .btn-group,
#estimate-form .btn-group {
    width: 95%;
    margin: 0 auto;
  }
  #inquiry-form .btn-group input,
#estimate-form .btn-group input {
    padding: 4px 0;
  }
  #inquiry-form .btn-group input[type=reset],
#estimate-form .btn-group input[type=reset] {
    box-sizing: border-box;
    font-size: 11px;
  }
  #inquiry-form .btn-group input[type=submit],
#estimate-form .btn-group input[type=submit] {
    box-sizing: border-box;
    font-size: 11px;
  }
}

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