* {
  margin: 0;
  padding: 0
}

html>img {
  position: absolute;
}

body {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  color: #333333;
  text-align: left;
  -webkit-text-size-adjust: 100%
}

.nobr {
  white-space: nowrap;
}

.txtAlign_cent {
  text-align: center;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  line-height: 1.5
}

ul {
  display: list-item;
  list-style: disc;
}

em {
  font-style: normal
}

img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic
}

a {
  color: #102a39;
  text-decoration: none
}

main {
  display: block
}

.mincho {
  font-family: 'リュウミン R-KL', 'Ryumin Regular KL', 'YuMincho', 'Yu Mincho', serif;
  font-weight: bold;
  color: #222222
}

.gothic {
  font-family: '小塚ゴシック Pro L', 'Kozuka Gothic Pro Light', sans-serif
}

.meiryo {
  font-family: 'メイリオ', 'Meiryo', 'Meiryo UI', sans-serif
}

.title {
  text-align: center
}

.pc {
  display: inline-block
}

.sp {
  display: none
}

.inner h1 {
  margin-right: 20px;
}

.inner h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

#sc-header {
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.8)
}

#sc-header address {
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sc-header address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 4px 0 4px 0;
}

#sc-header dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sc-header dt {
  margin-right: 3px
}

#sc-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 960px;
  margin: 0 auto
}

#sc-header .btn01 a:hover, #sc-header .btn01 a:focus {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8
}

#sc-header .tel {
  width: 557px;
  height: 25px;
  position: relative;
  float: right;
  margin-top: 18px
}

#sc-header .text01 {
  font-size: 34px;
  line-height: 1;
}

#sc-header .text02 {
  margin-left: 14px;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
}

#sc-header .text03 {
  font-size: 14px
}

#sc-header a.text03 {
  text-decoration: underline;
  color: #06517a
}

#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  font-size: 80%;
  min-height: 450px;
  padding: 20px 0 60px 0;
}

#formWrap h1 {
  font-family:'ＭＳ 明朝';
  max-width: 700px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  margin-left: 0;
  font-size: 38px;
  line-height: normal;
  font-weight: bold;
  /* letter-spacing: 2px; */
} 

#formWrap h1 span {
  display: inline-block;
  /* transform: scaleX(1.3); */
}

#formWrap h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 40px;
}

#formWrap h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

.formTopText {
  line-height: 1.3;
  font-size: 18px;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse
}

table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 8px;
}

table.formTable th {
  vertical-align: top;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left
}

.required {
  display: inline-block;
  background: #da494e;
  margin: 0px 5px 2px 5px;
  width: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 55%;
  text-align: center;
  line-height: 180%;
  color: #fff;
  vertical-align: text-bottom;
}

input[type="Email"], [type="tel"], [type="text"]{
  height: 24px;
  border: 1px solid #aaa;
  padding: 2px;
  padding-left: 4px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 80%;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="Email"], [type="tel"] {
  width: 70%;
}

input[type="radio"] {
	transform:scale(0.8);
}

.otoiawase_label {
  font-size: 16px;
  padding-right: 4px;
}

.gokibou_label {
  font-size: 16px;
  padding-right: 4px;
}


.datetime {
  color: #555;
}

.date_unit {
  font-size: 14px;
}

.choice_text {
  font-size: 12px;
  line-height: 1%;
}

textarea {
  width: 85%;
  border: 1px solid #aaa;
  padding: 4px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 80%;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.privacy_title {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}

.privacy {
  height: 160px;
  overflow-y: scroll;
  font-size: 12px;
  margin-top: 20px;
  margin: 0px 10px 10px 10px;
  padding: 8px 8px 0 8px;
  border: 1px solid rgb(228, 228, 228);
}
.privacy h4 {
  text-align: left;
  font-size:12px ;
  font-weight: bold;
}

.privacy p {
  margin-bottom: 10px;
}

.privacy ul {
  margin-top: -10px;
  margin-bottom: 10px;
}

.privacy li  {
  margin-left: 18px;
}

.privacy_check {
  text-align: center;
  margin: 30px 0px 20px 0;vertical-align: middle;
}

input[type="checkbox"] {
  transform:scale(1.3);
  margin-right: 4px; 
}

.checkbox_label {
  font-size: 16px;
}


.ttl_info {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold
}

.btn_contact {
  -webkit-appearance: none;
  background: #48353E;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #b9e159', endColorstr='#406426', GradientType=0);
  border: 3px solid #FFF;
  color: #FFF;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  padding: 15px 10px;
  margin-top: 20px;
  text-decoration: none;
}

.btn_contact:hover {
  background: #48353e9c;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #d9f179', endColorstr='#608446', GradientType=0)
}

.inp_to_conf {
  width: 700px
}

.attention {
  font-size: 18px;
}

.send {
  width: 100%;
}

.back {
  -webkit-appearance: none;
  background: #888;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #888', endColorstr='#333', GradientType=0);
  border: 3px solid #FFF;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px 10px;
  text-decoration: none;
  margin-right: 44px;
}

.back:hover {
  background: #aaa;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #aaa', endColorstr='#555', GradientType=0)
}

div.infobox {
  height: 12em;
  overflow: scroll;
  border: #bfbfbf 1px solid;
  background-color: #ffffff;
  padding: 0.5rem 8px;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 20px
}

div.info_txt {
  line-height: 1.5
}

div.info_txt p {
  margin-top: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-align: left
}

table.st-confirm {
  margin-bottom: 40px
}

.confirmation {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 30px;
}

#thanx, #error {
  padding:20px 0 30px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 80%;
  padding: 20px 0 60px 0;
}

#thanx h1 {
  font-family:'ＭＳ 明朝';
  max-width: 700px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 0;
  font-size: 38px;
  line-height: normal;
  font-weight: bold;
  /* letter-spacing: 2px; */
}

#thanx h1 span {
  display: inline-block;
  /* transform: scaleX(1.3); */
}

#thanx h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 40px;
}

#formWrap h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}

#thanx {
  width: 700px;
  height: auto;
}

#error {
  width: 700px
}

.thanxComment, .to_top {
  margin-bottom: 20px;
  text-align: left;
}

.to_top{
  margin-top: 46px;
  margin-bottom: 30px;
  text-align: center;
}

#thanx a {
  font-weight: normal;
  text-decoration: underline
}

#thanx a:hover {
  text-decoration: none
}

.st-back {
  position: absolute;
  right: 0;
  top: -78px
}

#top .section a:hover, #top .section a:focus {
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8
}

#footer {
  width: 100%;
  height: 60px;
  background-color: #48353E;
  margin-top:10vh;
}

#footer .inner {
  text-align: left;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
}

#footer .copyright {
  color: #ffffff;
  font-size: 11px;
  text-align: center
}


@media screen and (max-width: 980px) {
  #sc-header .inner {
    width: 93%
  }
  #footer .inner {
    width: 93%
  }
  #thanx {
    width: 680px;
    margin: 0 auto;
    height: auto;
    text-align: center;
  }
}

@media screen and (max-width: 680px) {
  header {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
  }
  header .inner {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0 0 1.6666vw;
    width: 100vw;
  }
  header .inner .btn01 {
    width: 42%;
    margin-top: 1.06666vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  header .inner .btn01 img {
    width: 100%
  }
  header.sticky {
    -webkit-transform: translateY(-9.6vw);
    transform: translateY(-9.6vw)
  }
  main {
    padding-top: 0;
  }
  h1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 4.5%;
    margin-right: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  h1 img {
    height: 10vw
  }
  #sc-header {
    height: auto
  }
  #sc-header .btn01, #sc-header .text01, #sc-header .text02, #sc-header .text03, #sc-header .tel-icon {
    position: static
  }
  #sc-header .inner {
    width: 100%
  }
  #sc-header address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    flex-wrap: wrap;
    justify-content: center;
  }
  #sc-header address a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #sc-header .telImg {
    width: 5.5vw;
  }
  #sc-header .text01 {
    font-size: 8.0vw;
    line-height: 1
  }
  #sc-header .text02 {
    font-size: 3.1vw;
    margin-top: 0.53333vw;
  }
  #sc-header a.text03 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 9.6vw;
    width: 100%;
    background-color: #2e90b5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
  }
  #sc-header i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  #sc-header i img {
    width: 4vw
  }
  h2 {
    font-size: 6.4vw;
    margin-bottom: 8vw
  }
  .formTopText {
    line-height: 1.0;
  }
  .ttl_info {
    font-size: 4.26666vw
  }
  div.info_txt p:first-child {
    margin-top: 0
  }
  div.info_txt p {
    font-size: 3.8vw
  }
  #thanx {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 50px;
    margin-top: 0;
  }
  #thanx h1 {
    display: block;
    margin-bottom: 4px;
    font-size: 8vw;
  }
  #error {
    width: 93%;
    margin-top: 0px;
  }
  #error h1 {
    padding-bottom: 30px;
  }
  #error h2 {
    font-size: 4vw;
  }
  .errorText p{
    text-align: center;
    font-size: 3.66666vw;
    line-height: 1.5em;
  }
  
  #formWrap {
    width: 93%;
    padding: 0 0 12vw 0
  }

  #formWrap h1 {
    display: block;
    margin-bottom: 4px;
    font-size: 8vw;
  }
  .formTable {
    display: block
  }
  .formTable tbody {
    display: block
  }
  .formTable tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  input[type=text], input[type=Email], input[type=tel] {
    font-size: 16px;
    width: 100%;
  }
  select {
    font-size: 16px;
    border: 1px;
  }
  .kiboukoumoku {
    width: 100%;
  }
  textarea {
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    font-size: 16px;
  }
  table.formTable td, table.formTable th {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 4.26666vw
  }
  table.formTable th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  input[type="Email"], [type="tel"], [type="text"]{
    height: 36px;
    font-size: 16px;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  input[name="お名前"] {
    margin-top: 6px;
  } 
  .btn_contact {
    font-size: 3.2vw;
  }

  .inp_to_conf {
    width: 93%;
    font-size: 3.2vw;
  }
 
  .thanxComment {
    margin: 0 auto;
    width: 90%;
    font-size: 4.26666vw;
  }
  .to_top {
    font-size: 4.26666vw;;
  }
  .attention {
    font-size: 4.26666vw;
    line-height: 1.5;
  }
  .st-back {
    width: 28vw;
    top: -24.53333vw;
    right: 0
  }
  .st-back img {
    width: 100%
  }
  #footer {
    height: auto;
    padding: 3vw 0 2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  #footer .inner {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 70%
  }
  #footer .copyright {
    font-size: 2.9333vw
  }
  .back {
    margin-bottom: 5.333vw;
  }
  .back, .send {
    width: 100%;
    font-size: 4.8vw;
    margin-right: 0;
    display: block;
    border-radius: 4px;
  }
  .send {
    line-height: 1.4em;
  }


}
