@charset 'utf-8';
@import "bulma.min.css";
* {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
}
.columns {
  margin: 0;
}
/* INITIAL */

body {
  color: #412717;
}
.is_mobile {
  display: none;
}
.is_desktop {
  display: block;
}
.is_space_desktop {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .is_mobile {
    display: block;
  }
  .is_desktop {
    display: none;
  }
  .is_space_desktop {
    display: none;
  }
  .section {
    padding: 3rem 1rem;
  }
}
.content_area{
  clear:both;
  background:#d9dddf;
  background:#ffffff;
}
.content_area h1{
  width:100%;
  /* background:#008fd5; */
  background:#d4ae5aeb;
  /* color:#ffffff; */
  color:#2f1c1c;;
  font-size:2.9vw;
  /* font-weight:bold; */
  line-height:1.0;
  padding:0.6% 0.5% 0.4% 0.5%;
  border-bottom:solid 1.5vw #ffffff;
  clear:both;
  text-align: center;
  font-size: 3.4vw;
}
.content_area h1 img{
  /* float:left;
  width:13.12%;
  height:auto;
  margin-right:1.0%;
  line-height:1.0;
  float: left; */
    width: 8.12%;
    height: auto;
    margin-right: 1.0%;
    line-height: 1.0;
    position: absolute;
    left: 8%;
    top: 1.5%;
}
.content_area h1 span{
  display:block;
  width:100%;
  letter-spacing:0.01em;
  padding:1.5% 0;
  margin-left: 5%;
}
.first_view{
  width:100%;
  padding-bottom:2.0%;
  padding-top:2.0%;
  background:#ffffff;
  background-image: url(“../imag/08.jpg”);
  position: relative;
}
.first_view .picture{
  width:100%;
  /* background:#767e86; */
  margin:0 auto;
  /* padding:4% 0 3%; */
  position: absolute;
  top: 5%;
}
.first_view .picture h2{
  width:65%;
  text-align:center;
  background:url(../img/icon_vw.png) no-repeat left top;
  background-size:contain;
  color:#ffffff;
  font-size:5.5vw;
  font-weight:bold;
  letter-spacing:0.01em;
  line-height:1.0;
  margin:0 auto;
  padding:0 0 0 6%;
}
.first_view .picture img{
  margin-top:4.0%;
}
.first_view .present{
  clear:both;
  background:#008fd5;
  margin-top:1.5vw;
  padding-bottom:5.0%;
  background-image: url(../img/05.jpg);
  background-size:100% 100%;
  height: 600px;
}
.first_view .present .ttl{
  text-align:center;
  color:#ffffff;
  margin:0 auto;
}
.first_view .present .ttl h2{
  width:70%;
  font-size:5.8vw;
  font-weight:bold;
  letter-spacing:0.25em;
  text-align:center;
  margin:0 auto;
  padding:2.6% 0 1.0%;
  border-bottom:solid 0.15vw #ffffff;
}
.first_view .present .ttl p{
  display:inline-block;
  font-size:2.4vw;
  letter-spacing:0.05em;
  color:#fff;
  line-height:1.0;
  padding:1.4% 1.0% 1.2% 2.5%;
  white-space:nowrap;
}
.first_view .present .detail{
  clear:both;
  width:95%;
  margin:0 auto;
  padding-top:4%;
  padding-left:3%;
  padding-bottom:3.4%;
  border-bottom:solid 0.15vw #ffffff;
}
.first_view .present .detail .left{
  float:left;
  position:relative;
  width:40%;
  border:solid 0.15vw #ffffff;
  padding:0.8%;
  box-sizing:border-box;
}
.first_view .present .detail .left img{
  line-height:1.0;
}
.first_view .present .detail .txt_icon{
  position:absolute;
  top:-8%;
  left:-5%;
  width:26%;
  height:37%;
  text-align:center;
  font-size:2.4vw;
  font-weight:bold;
  color:#000000;
  line-height:1.2;
  letter-spacing:0.1em;
  border-radius:50%;
  box-sizing:border-box;
  padding-top:4.4%;
  background:#ffffff;
}
.first_view .present .detail .right{
  float:right;
  width:60%;
  color:#ffffff;
  padding-left:2%;
  box-sizing:border-box;
}
.first_view .present .detail .right h3{
  font-size:3.4vw;
  font-weight:bold;
  letter-spacing:0.05em;
  line-height:1.0;
}
.first_view .present .detail .right h3 span{
  display:block;
  font-size:2.4vw;
  padding-bottom:2%;
}
.first_view .present .detail .right p{
  font-size:1.85vw;
  line-height:1.7;
  margin-top:3.5%;
}
.first_view .present .detail .right p span{
  font-size:1.45vw;
  margin-top:1.0%;
}

@media screen and (max-width:768px) {
  .content_area h1{
    width:100%;
    background:#008fd5 url(../img/sp/icon_q.png) no-repeat left top;
    background-size:auto 100%;
    color:#ffffff;
    font-size:2.9vw;
    font-weight:bold;
    line-height:1.0;
    padding:0.6% 0.5% 0.4% 10.0%;
    border-bottom:solid 2px #b5bcbf;
    clear:both;
  }
  .content_area h1 span{padding:1.5% 0 2.0%;}
  .content_area h1 img{display:none;}

  .first_view .picture h2{
    width:65.5%;
    margin:0 auto;
    padding:0 0 0 6%;
  }
  .first_view .present{
    margin-top:2.0%;
    padding-bottom:5.0%;
  }
  .first_view .present .ttl h2{
    width:90%;
    font-size:7.9vw;
    letter-spacing:0.25em;
    padding:2.6% 0 1.0%;
    border-bottom: solid 1px #ffffff;
  }
  .first_view .present .ttl p{
    font-size:3.4vw;
    letter-spacing:0.05em;
    padding:2.0% 1.0% 2.0% 2.0%;
  }
  .first_view .present .detail{
    width:95%;
    padding-top:4%;
    padding-left:3%;
    padding-bottom:3.4%;
    border-bottom: solid 1px #ffffff;
  }
  .first_view .present .detail .left{
    width:50%;
    padding:0.8% 0.8% 0;
  }
  .first_view .present .detail .txt_icon{
    top:-12%;
    left:-11%;
    width:32%;
    height:45%;
    font-size:3.0vw;
    line-height:1.3;
    letter-spacing:0.2em;
    padding-top:5.7%;
  }
  .first_view .present .detail .right{
    width:50%;
    padding-left:2%;
  }
  .first_view .present .detail .right h3{
    font-size:4.0vw;
    line-height:1.0;
  }
  .first_view .present .detail .right h3 span{
    display:block;
    font-size:3.0vw;
    padding-bottom:4%;
  }
  .first_view .present .detail .right p{
    font-size:3.0vw;
    line-height:1.7;
    margin-top:2.0%;
  }
  .first_view .present .detail .right p span{
    font-size:1.45vw;
    margin-top:1.0%;
  }
  .first_view .present .detail p.is_mobile{
    font-size: 2.8vw;
    color:#ffffff;
    line-height: 1.7;
    margin-top: 2.5%;
  }
}

.details{
  background:#ffffff;
  padding:2.5% 0;
}
.details .ttl{
  width:86%;
  border-top:solid 2px #333333;
  border-bottom:solid 2px #333333;
  margin:0 auto;
  padding:7px 0;
}
.details .ttl h2{
  color:#333333;
  text-align:center;
  font-size:3.70vw;
  font-weight:bold;
  text-align:center;
  letter-spacing:0.05em;
  line-height:1.0;
  padding:2.5% 0;
  border-top:solid 1px #333333;
  border-bottom:solid 1px #333333;
}
.details .details_01{
  background:#f1f3f4;
  margin-top:5%;
}
.details .details_02{
  background:#f1f3f4;
  margin-top:4.4%;
}
.details .left{
  float:left;
  width:50%;
  line-height:0;
}
.details .right{
  float:right;
  width:50%;
  line-height:0;
}
.details .details_01 .right{
  padding-right:7.2%;
  padding-left:2.2%;
}
.details .details_02 .left{
  padding-left:7.2%;
  padding-right:2.2%;
}
.details .left img, .details .right img{
  width:100%;
  height:100%;
  line-height:1.0;
}
.details .description{}
.details .description h3{
  width:100%;
  text-align:center;
  color:#333333;
  font-size:5.0vw;
  font-weight:bold;
  line-height:1.0;
  border:none;
  border-bottom:solid 2px #333333;
  margin:0;
  padding:3.8% 0;
}
.details .description p{
  font-size:2.0vw;
  /* font-weight:bold; */
  color:#333333;
  line-height:1.8;
  letter-spacing:0.05em;
  padding:3.4% 0 0;
}
.details .description p > span{font-size:3.0vw;}
.details .description a{
  display:block;
  width:90%;
  text-align:center;
  color:#ffffff;
  font-size:2.2vw;
  font-weight:bold;
  line-height:1.0;
  letter-spacing:0.15em;
  margin-top:5.0%;
  padding:3.8% 0;
  background: #1d51be; /* Old browsers */
  background: -moz-linear-gradient(top,  #1d51be 0%, #00257c 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #1d51be 0%,#00257c 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #bf8d40 0%,#8a5f1e 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius:0.6em;
}
.details .details_01 .description a{margin-left:10%;}
.details .details_02 .description a{margin-right:10%;}

.details_01.clearfix:after{
  content: "";
  display: block;
  clear: both;
}
.details_02.clearfix:after{
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width:768px) {
  .details{
    padding:5.0% 0;
  }
  .details .ttl{
    width:94%;
    border-top:solid 1px #333333;
    border-bottom:solid 1px #333333;
    margin:0 auto;
    padding:3px 0;
  }
  .details .ttl h2{
    font-size:4.0vw;
    letter-spacing:0.02em;
    line-height:1.0;
    padding:2.5% 0;
    border-top:solid 1px #333333;
    border-bottom:solid 1px #333333;
  }
  .details .details_01 {
    margin-top: 3.5%;
    padding-bottom: 2.5%;
  }
  .details .details_02 {
    background:#ffffff;
    margin-top: 0;
    padding-bottom: 2.5%;
  }
  .details h3.is_mobile{
    text-align:center;
    font-size:6.4vw;
    font-weight:bold;
    color:#333333;
    margin-bottom:2.0%;
    padding:1.6% 0;
    border:none;
    border-bottom:solid 1px #333333;
  }
  .details .details_01 .right {
    padding-right: 2.5%;
    padding-left: 2.2%;
  }
  .details .details_02 .left {
    padding-right: 2.2%;
    padding-left: 2.5%;
  }
  .details .description p {
    font-size: 2.8vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 0 0 3.4%;
  }
  .details .description p > span {font-size: 4.0vw;}
  .details .details_01 .description a {margin-left: 0;}
  .details .details_02 .description a {margin-right: 0;}
  .details .description a {
    width: 100%;
    font-size: 3.2vw;
    letter-spacing: 0.15em;
    margin-top: 5.0%;
    padding: 4.2% 0;
    border-radius: 0.8em;
  }
}

.target_period {
  width:100%;
  background:#680000;
  margin:0 auto;
  padding:3.2% 3.6% 5.4%;
}
.target_period h2 {
  width:94%‬;
  text-align:center;
  font-size:3.2vw;
  font-weight:bold;
  color:#ebc381;
  margin:0 3%;
  padding-bottom:0.2%;
  border-bottom:solid 2px #ebc381;
}
.target_period h3 {
  visibility:hidden;
  height:0;
}
.target_period p{
  width:100%;
  color:#fff;
  font-size:1.9vw;
  font-weight:bold;
  letter-spacing:0.05em;
  background:url(../img/bg_target_period.png) no-repeat left center;
  background-size:22.5% auto;
  margin-top:3.0%;
  padding-left:24.5%;
}
.target_period p span{
  font-size:2.8vw;
}

@media screen and (max-width:768px) {
  .target_period {padding:3.2% 1.5% 5.4%;}
  .target_period h2 {
    width:100%‬;
    font-size:3.4vw;
  }
  .target_period h3 {
  visibility:visible;
  background:url(../img/sp/bg_target_period.png) no-repeat center top;
  background-size:contain;
  width:24.64%;
  height:0;
  padding-top:7.3%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin:3.4% auto 0;
}
  .target_period p{
    text-align:center;
    font-size:2.4vw;
    font-weight:normal;
    background:none;
    margin-top:1.8%;
    padding-top:0;
    padding-left:0;
  }
  .target_period p span{
    font-size:3.4vw;
    font-weight:bold;
  }
}

/**section cvarea**/
.section.cvarea {padding: 2rem 1.5rem;}
.section.cvarea h2{
  width:100%;
  background:#00257c;
  color:#fff;
  text-align:center;
  font-size:2.9vw;
  font-weight:bold;
  line-height:1.0;
  letter-spacing:0.05em;
  padding:1.2% 0;
  border-radius: 18px 18px 0 0;
}
.golf_detail{
  padding:2.4% 2% 0;
}
.golf_detail img{width:34.26%;}
.golf_detail .right{
  float:right;
  width:65.74%;
  color:#422715;
  padding-left:1.8%;
}
.golf_detail .right h3{
  font-size:2.2vw;
  font-weight:bold;
  line-height:1.3;
  letter-spacing:0.05em;
}
.golf_detail .right p{
  font-size:1.6vw;
  line-height:1.5;
  letter-spacing:0.05em;
  padding-top:3%;
}

@media screen and (max-width: 768px) {
  .section.cvarea h2{
    color:#fff;
    font-size:4.9vw;
    line-height:1.0;
    padding:2.8% 0;
  }
  .golf_detail {padding:0 0 2.6% 0;}
  .golf_detail img {width: 100%;}
  .golf_detail .right {
    float: none;
    width: 96%;
    color: #422715;
    margin:0.5% auto;
    padding-left: 0;
  }
  .golf_detail .right h3 {
    font-size: 3.6vw;
    line-height: 1.3;
  }
  .golf_detail .right p {
    font-size: 2.6vw;
    line-height: 1.6;
    padding-top:2%;
  }
}

/* FV */
.section.head {
  padding-bottom: 0;
  padding-top: 0.5rem;
}
.main_desc {
  color: #412717;
  font-weight: bold;
  font-size: 2vw;
  text-shadow: 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
}
.notes {
  padding-bottom: 2%;
}
/* CONTENTS */
.section.first {
  padding-top: 0;
}
.section.first .board {
  width: 30%;
  margin-left: 70%;
}
.details {
  align-items: flex-end;
}
.details .details_ttl {
  font-weight: bold;
  font-size: 1.25rem;
}
.details .column {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.details .details_txt {
  font-size: 0.8rem;
}
.details .details_txt.last {
  margin-bottom: 0.75rem;
}
.seeyou {
  font-size: 0;
}
.seeyou_txt {
  font-size: 2.8vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.contents_header {
  background: #328a6e;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.contents_header_icon {
  color: #00287a;
  font-weight: bold;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #00287a;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  padding: 1rem 0;
  font-size: 1rem;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.contents_header_txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.contents_body {
  background: #fffcc6;
  border-radius: 0 0 20px 20px;
}
.contents_body_ttl {
  color: #00287a;
  font-weight: bold;
  font-size: 1.5rem;
}
.contents_body_subttl {
  color: #00287a;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.contents_body_txt {
  font-size: 1rem;
}
.contents_body_note {
  font-size: 0.75rem;
}
.maker {
  position: absolute;
  width: 10%;
  right: 0.75rem;
  bottom: 0.75rem;
  font-size: 0;
}
.contents_body_wrapper {
  position: relative;
}
.contents_body .column {
  font-size: 0;
}
.contents_body_subttl_icon {
  color: #fff;
  background: #00297a;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  padding-top: 1rem;
}
.contents_body_subttl_txt {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .batch {
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
  }
  .logo {
    position: absolute;
    width: 75%;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .main_desc {
    font-size: 5vw;
    text-shadow: none;
    margin-top: 71vw;
    padding: 0;
    text-align: center;
    line-height: 1.2;
  }
  .section.first .board {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .seeyou {
    width: 40%;
    margin: 0 auto;
    margin-top: 0.5rem;
    font-size: 0;
  }
  .seeyou_txt {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .contents_header_txt {
    text-align: left;
    padding-left: 5rem;
    font-size: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .contents_header_icon {
    top: -0.5rem;
    left: -0.5rem;
  }
  .contents_body_subttl_txt {
    letter-spacing: -3px;
  }
  .contents_body_subttl_txt span {
    letter-spacing: 0px;
  }
  .contents_body_subttl_icon {
    margin-left: -1.25rem;
  }
  .details .column {
    padding: 0;
  }
  .details .details_ttl {
    font-size: 1.25rem;
  }
  .section.camp {
    padding-top: 1rem;
  }
  .contents_header_icon {
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    padding: 1.7rem 0;
    top: -0.75rem;
    left: -0.75rem;
  }
  .contents_body_wrapper {
    padding-top: 0;
  }
  .maker {
    width: 15%;
  }
  .contents_body_note.btm {
    margin-bottom: 3.5rem;
  }
}

/* CV */
.section.cvarea {}
.cv {
  border: 2px solid #00287a;
  border-radius: 20px;
  padding-bottom: 1.5rem;
  background: #fff;
}
.cv_header {
  position: relative;
}
.cv_header_txt {
  background: #00287a;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 0 18px 0 0;
  padding-left: 4rem;
}
.cv_body {
  padding: 1rem 1.5rem;
}
.cv_header_icon {
  color: #fff;
  background: #31aa83;
  border-radius: 50%;
  font-weight: bold;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  padding: 1rem 0;
  font-size: 1rem;
  position: absolute;
  top: -1rem;
  left: -1rem;
}
.cv_body .cv_body_ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #00287a;
}
.cv_body .cv_body_subttl {
  font-size: 1rem;
}
.cv_body .cv_body_note {
  font-size: 0.75rem;
}
.cv_wrapper .column {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cv_header {
  }
  .cv_header_txt {
    background: #00287a;
    padding-left: 5rem;
  }
  .cv_body .cv_body_ttl {
    text-align: center;
    font-size: 1.75rem;
  }
  .cv_body {
    padding: 0.5rem;
    padding-top: 0;
  }
  .cv_header_icon {
    width: 5rem;
    height: 5rem;
    font-size: 1.25rem;
    padding: 1.2rem 0;
    top: -0.75rem;
    left: -0.75rem;
    z-index: 10;
  }
  .section.cvarea {
    padding-top: 3.4%;
  }
  .sparrange {
    overflow: hidden;
  }
  .sparrange img {
    transform: scale(1.01);
  }
  .footer_info .column {
    padding: 0;
    margin-bottom: 1rem;
  }
}

/* FORM */
.form_area {
  border: 2px solid #00287a;
  border-radius: 20px;
  padding: 1.5% 2% 2.0%;
  width: 90%;
  margin: 1.2rem auto 0;
  position: relative;
}
.form_area .form_ttl {
  font-size: 3.4vw;
  font-weight: bold;
  line-height:1.1;
  color: #00287a;
  text-align: center;
  margin-bottom: 1rem;
}
.items_name {
  text-align: right;
  min-width: 200px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight:bold;
  margin-right: 1rem;
  vertical-align:baseline;
}
.form_area label {
  display: block;
  margin-bottom: 1rem;
}
.form_area input {
  display: inline-block;
  width: calc(90% - 200px);
  font-size:1.5rem;
  border: 1px solid #00287a;
  border-radius: 10px;
  line-height: 2rem;
  padding: 10px;
}
.form_area input[type="submit"] {
  color: #fff;
  width:90%;
  background: linear-gradient(#1b47a2, #032976);
  border: none;
  border-radius: 10px;
  line-height: 1.0;
  font-weight: bold;
  font-size: 3.5vw;
  letter-spacing:0.05em;
  display: block;
  margin: 0 auto;
  padding:2% 0;
}

@media screen and (max-width: 768px) {
  .form_area input[type="submit"] {
    width: 100%;
    color:#fff;
    border-radius: 10px;
    line-height: 1.0;
    font-weight: bold;
    font-size: 4.0vw;
    letter-spacing:0.05em;
    display: block;
    margin: 0 auto;
    padding:2.4% 0;
  }
}
.thanks {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 45%;
  width: 100%;
  display: none;
  left: 0;
}
/* valid */
.username_error,
.usermail_error,
.usertel_error,
.uservisit_error,
.usermail_invalid {
  font-size: 0.75rem;
  display: block;
  width: 90%;
  text-align: right;
  color: red;
  display: none;
}
.error {
  display: block;
}
@media screen and (max-width: 768px) {
  .form_area {
    border: none;
    padding: 0;
    margin-top: 0.5rem;
  }
  .items_name {
    text-align: left;
    display: block;
    font-size: 1.2rem;
  }
  .form_area input {
    width: 100%;
    margin-top: 2.0%;
    margin-bottom: 1.4%;
  }
  .form_area .form_ttl {
    font-size: 4.8vw;
    margin-bottom: 1.2rem;
  }
  .form_area label {
    margin-bottom: 0.5rem;
  }
}

/* FOOTER */
footer.section {
  background: #fff;
  font-size: 2.8vw;
  font-weight:bold;
}
.footer_ttl {
  font-size: 4.6vw;
  font-weight: bold;
  text-align: center;
  padding-bottom:2%;
}
.footer_ttl .footer_subttl {
  font-size: 2.4vw;
  display: block;
}

footer .cate {
  background: #917e61;
  color: #fff;
  font-size: 2.0vw;
  padding: 2px 15px;
  text-align: center;
  min-width: 100px;
  display: inline-block;
  margin-right: 0.5rem;
}
.footer_info {
  width: 90%;
  width: 98%;
  margin: 0 auto;
  font-size: 2vw;
}
.map_area {
  width: 100%;
  height: 500px;
}
.map_area iframe {
  width: 100%;
  height: 100%;
}
footer .column span.attention {
  font-size: 1.0rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  footer.section {
    padding-top: 1rem;
    padding-bottom:30%;
  }
  .footer_info {
    width: 100%;
  }
  .footer_info .column {
    padding: 0;
    margin-bottom: 1rem;
    font-size: 3.8vw;
  }
  footer .cate {
    min-width: 80px;
    padding: 3px 0;
    font-size: 2.4vw;
    font-weight:normal;
    width:18%;
  }
  .footer_ttl {
    margin-bottom: 1rem;
  }
  .map_area {
    height: 300px;
  }
  footer .column span.attention {
    font-size: 2.8vw;
    margin-left: 25%;
  }
  .username_error,
  .usermail_error,
  .usertel_error,
  .uservisit_error,
  .usermail_invalid {
    font-size: 0.75rem;
  }
}

/* add */
@media screen and (min-width: 538px) and (max-width: 616px) {
  .contents_body_note.btm {
    margin-bottom: 5rem;
  }
}
.custom_br {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 880px) {
  .custom_br {
    display: block;
  }
}
img.pics {
  border-radius: 18px 0 0 0;
}
/* thanks page */
body.thankspage {
  background: url("../img/bg_add.jpg") no-repeat;
  background-size: 100%;
}
body.thankspage .logo {
  position: static;
  margin: 0 auto;
}
body.thankspage .thanks_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5rem;
}
body.thankspage .thanks_txt {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}
body.thankspage .thanks_txt.last {
  margin-bottom: 6rem;
}
body.thankspage .thanks_txt.last a {
  color: #333;
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  body.thankspage .thanks_ttl {
    font-size: 1.2rem;
    margin-top: 2rem;
  }
  body.thankspage .thanks_txt {
    font-size: 1rem;
    margin-top: 1rem;
  }
}

.floating_tel{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  padding:4.0% 0;
}
.floating_tel a{
  display:block;
  width:95%;
  background:rgba(255,65,101,0.8);
  color:#ffffff;
  text-align:center;
  line-height:1.0;
  vertical-align:top;
  margin:0 auto;
  padding:2.6% 0;
  border-radius:10px;
}
.floating_tel a span.ttl{
  display:block;
  font-size:4vw;
  padding-bottom:1.0%;
}
.floating_tel a span.tel_number{
  display:inline-block;
  font-size:7.8vw;
  font-weight:bold;
  line-height:1.0;
  vertical-align:14%;
  padding:0;
}
.floating_tel a img{
  display:inline-block;
  width:9%;
  height:auto;
  line-height:0;
  margin-right:2%;
}
