@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

* {
  box-sizing: border-box;
}

.sp {
  display: none;
}

p {
  line-height: 180%;
}

li {
  list-style-type: none;
}

a {
  color: #fff;
}

a:live {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:active {
  color: #fff;
}

small {
  font-size: 14px;
}

html, body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  line-height: 160%;
  background-color: #f8ebc3;
}

input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#contents {
  float: left;
}

#mainBox {
  background-image: url(../images/main.jpg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding: 30px;
  overflow: hidden;
}

h1 {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  z-index: 20;
}

h1 img {
  width: 100%;
  max-width: 1400px;
}

.title {
  text-align: center;
  position: relative;
  z-index: 20;
  width: 70%;
  margin-left: 15%;
}

.title img {
  width: 100%;
  max-width: 700px;
}

.advertisement {
  position: absolute;
  width: 25%;
  left: 30px;
  bottom: 30px;
  max-width: 360px;
  z-index: 20;
}

.advertisement img {
  width: 100%;
}

#human {
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 10;
  width: 35%;
}

#human img {
  width: 100%;
}

#detailed {
  position: absolute;
  right: 30px;
  bottom: 20px;
  width: 50%;
  z-index: 20;
}

#detailed img {
  width: 100%;
}

#footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40403f+0,252324+100 */
  background: #40403f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #40403f 0%, #252324 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #40403f 0%, #252324 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #40403f 0%, #252324 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40403f', endColorstr='#252324',GradientType=0 );
  /* IE6-9 */
  height: 126px;
  z-index: 30;
  color: #fff;
  font-size: 13px;
}

.logo {
  float: left;
  width: 50%;
  text-align: center;
  margin-top: 25px;
}

.logo small {
  font-size: 13px;
  white-space: nowrap;
}

.logo img {
  margin-bottom: 10px;
}

.information {
  float: right;
  width: 50%;
  margin-top: 15px;
}

.invitation {
  font-size: 1.3vw;
}

.telBox {
  margin-top: 10px;
  float: left;
}

.telBox address {
  display: inline;
  font-style: normal;
  font-size: 2vw;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
}

.telTxt {
  margin: 10px 0 0 6px;
  float: left;
  line-height: 110%;
  text-align: left;
  font-size: 13px;
}

.address {
  margin-top: 0;
  width: 50%;
  float: right;
  text-align: left;
  font-size: 13px;
}

#form {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  float: right;
  width: 375px;
  z-index: 40;
  background-color: #f8ebc3;
  overflow: hidden;
  position: relative;
}

#form fieldset {
  margin-top: 30px;
}

#form label {
  display: block;
  margin-bottom: 10px;
  width: 375px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 17px;
}

#form label span {
  color: #e43c38;
  font-size: 15px;
  font-weight: 400;
  padding-left: 1em;
}

#form label input {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 25px;
  padding: 0 4px;
  width: 100%;
}

#form label textarea {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 58px;
  padding: 4px;
  width: 100%;
}

#form label.area_contact.error input, #form label.area_contact.error textarea, #form label.area_contact.error select {
  background-color: #ffc0cb;
}

#form label.area_contact .contact_error {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #e43c38;
}

.formCircle {
  background-color: #f3f3f3;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  height: 400px;
  width: 200%;
  position: absolute;
  left: -50%;
  top: -350px;
  text-align: center;
  z-index: 40;
}

.formTitle {
  text-align: center;
  position: relative;
  z-index: 50;
  margin-top: 10px;
}

#formEnd {
  text-align: center;
  margin-bottom: 20px;
}

#btn_Check {
  margin: 0 auto;
}

.attention {
  padding: 0 20px 20px 20px;
  line-height: 130%;
}

.attention small {
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .telTxt {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1000px) {
  html {
    overflow-y: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #contents, #form {
    float: none;
    width: 100%;
  }
  #mainBox {
    padding: 10px;
  }
  #detailed {
    left: 10px;
    bottom: 10px;
    font-size: 14px;
  }
  #spArea {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
  }
  #spArea img {
    width: 100%;
    position: relative;
    z-index: 20;
  }
  .formCircle {
    z-index: 10;
    top: 20px;
    height: 0;
    padding-bottom: 100%;
  }
  .advertisement {
    position: static;
    margin: 30px auto 20px auto;
    width: 80%;
  }
  .spDescription {
    width: 90%;
    margin-left: 5%;
    padding-bottom: 30px;
  }
  #form {
    background: transparent;
    width: 100%;
  }
  #form label {
    width: 100%;
    margin-bottom: 20px;
  }
  #form label input {
    height: 44px;
  }
  #form label textarea {
    height: 88px;
  }
  #footer {
    height: auto;
    margin-bottom: -24px;
    height: 164px;
  }
  .spFooter {
    font-size: 12px;
    text-align: center;
  }
  .spFooter small {
    font-size: 12px;
  }
  .telBox {
    margin-top: 15px;
  }
  .telBox address {
    font-size: 5vw;
  }
  .address {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 12px;
  }
}

@media screen and (max-width: 350px) {
  .logo, .information {
    float: none;
    width: 100%;
    margin: 0;
  }
  .logo img {
    margin-top: 10px;
  }
  .telBox {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
