/*リセット*/
* {
  margin: 0;
  padding: 0;
}
.ec_wetsuits ul, .ec_wetsuits li {
  list-style-type: none;
}
.ec_wetsuits h1 {
  font-size: 36px;
  text-align: left;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  padding: 20px;
  border-radius: 30px;
  background-color:#44CFCB;
  color: #fff;
}
.ec_wetsuits h2 {
  font-size: 28px;
  margin-top: 80px;
  margin-bottom: 60px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border-bottom: 3px solid #3141D6;
}
.ec_wetsuits h3 {
  font-size: 20px;
}
.ec_wetsuits p {
  font-size: 14px;
  text-align: left;
  line-height: 200%;
}
.ec_wetsuits a.to_form {
  position: absolute;
  background: #44CFCB;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.ec_wetsuits a.to_form:hover {
	background-color: #3141D6;
}
.ec_wetsuits .to_schedule {
  font-size: 12px;
}

.ec_wetsuits .width_1000 {
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ec_wetsuits .inviewfadeInUp {
   opacity: 0;
   transform: translate(0, 60px);
   -webkit-transform: translate(0, 60px);
   -o-transform: translate(0, 60px);
   transition: .8s;
}

.ec_wetsuits .fadeInUp {
   opacity: 1.0;
   transform: translate(0, 0);
   -webkit-transform: translate(0, 0);
   -o-transform: translate(0, 0);
 }
 .ec_wetsuits .float_left {
  float: left;
}
.ec_wetsuits .float_right {
  float: right;
}
.ec_wetsuits .float_clear {
  clear: both;
}
.ec_wetsuits .sp_br {
  display: none;
}

/*-----#about_suits-----start*/
.ec_wetsuits #about_suits .h1_bgimg {
  background: center 80% no-repeat url(../img/aboutsuit.jpg);
  background-size: cover;
}

.ec_wetsuits #about_suits h1 {
  background: none;
  width: auto;
  color: #fff;
  height: 100%;
  line-height: 200px;
  border: none;
  text-align: center;
  margin-top: 40px;
  font-size: 36px;
  text-shadow: 1px 1px #3141D6;
}

.ec_wetsuits #about_suits .bottom_arrow {
  margin-top: 25px;
  margin-bottom: 20px;
  width: 75px;
}
/*-----#about_suits-----end*/

/*-----#target-----start*/
.ec_wetsuits #target {
  width: 100%;
}

.ec_wetsuits #target .bg_img {
  width: 1000px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-image: url(../img/triathlon_swim.jpg);
  background-repeat: no-repeat;
  background-position: left 10%;
  background-size: cover;
  position: relative;
}
.ec_wetsuits #target .bg_img a.to_form {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
  width: 150px;
  height: 45px;
  padding: 2px;
  line-height: 45px;
  border-radius: 10px;
}
.ec_wetsuits #target .bg_img .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: rgba(0,0,0,.5);
  padding: 16px 30px 14px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ec_wetsuits #target .textbox ul {
  margin-top: 45px;
}

.ec_wetsuits #target .textbox li {
  margin-bottom: 15px;
}

.ec_wetsuits #target .bg_img .textbox  li p {
  margin-top: 0px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

/*-----#target-----end*/

/*-----#merit-----start*/
.ec_wetsuits span.message {
  font-size: 16px;
  background: linear-gradient(transparent 75%, #44CFCB   0%);
}
.ec_wetsuits #merit li {
  position: relative;
  height: 500px;
}

.ec_wetsuits #merit li img {
  width: 50%;
  height: 100%;
  vertical-align: bottom;
}

.ec_wetsuits #merit li h3 {
  margin-bottom: 15px;
}

.ec_wetsuits #merit li .textbox_right {
  position: absolute;
  width: 50%;
    height: 100%;
  right: 0;
  top: 0;
  bottom:0;
  margin: auto;

  background-color: rgba(255,255,255,.7);
  padding: 16px 30px 14px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ec_wetsuits #merit li .textbox_left {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom:0;
  margin: auto;
  height: 100%;
  background-color: #fff;
  padding: 16px 30px 14px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*-----#meri-----end*/

/*-----#step-----start*/
.ec_wetsuits #step > p {
  margin-top: 15px;
  margin-bottom: 60px;
}

.ec_wetsuits #step ul {
  height: auto;
}
.ec_wetsuits #step ul li {
  float: left;
  width: 220px;
  height: auto;
  position: relative;
}

.ec_wetsuits #step ul li.index_arrow {
  width: 30px;
  height: 300px;
}
.ec_wetsuits #step ul li h3 {
    background-color: #44CFCB;
    height: 40px;
    line-height: 40px;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-radius: 10px;
    color: #fff;
}

.ec_wetsuits #step ul li img {
  width: 180px;
  height: 180px;
}

.ec_wetsuits #step li.index_arrow img  {
  width: 30px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin:auto;

}
.ec_wetsuits #step ul li p {
  height: auto;
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
}
.ec_wetsuits #step .stepex img{
  margin-top: 40px;
  width: 100%;
}

/*-----#step-----end*/

/*-----#action-----start*/
.ec_wetsuits #action {
  position: relative;
  height: 160px;
  margin-bottom: 30px;
}
.ec_wetsuits #action a.to_form {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 400px;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  border-radius: 20px;
}

/*-----#action-----end*/
/*-----#plicelist-----start*/
.ec_wetsuits #plicelist {
  margin-bottom: 60px;
}
.ec_wetsuits #plicelist img {
  width:100%;
}
/*-----#plicelist-----end*/

/*-----#wearing-----start*/
.ec_wetsuits #wearing {
  margin-bottom: 60px;
}

.ec_wetsuits #wearing h3{
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
}

.ec_wetsuits #wearing ul li{
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 15px;
}
/*-----#wearing-----end*/

.ec_wetsuits footer small {
  padding-top: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;

}
.ec_wetsuits footer a {
  font-size: 11px;
  text-decoration: none;
}
.ec_wetsuits footer {
  position: relative;
  height: 70px;
  background: #44CFCB;
}
.ec_wetsuits footer .width_1000 {
  height: 100%;
}

.ec_wetsuits .arrow{
position: absolute;
right: 90px;
top: 0;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
z-index: 999;

}
.ec_wetsuits .arrow::before,
.ec_wetsuits .arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
}
.ec_wetsuits .circle_arrow::before{
width: 70px;
height: 70px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #44CFCB;
border: 3px solid #fff
}
.ec_wetsuits .circle_arrow::after{
left: 25px;
top: 10px;
width: 18px;
height: 18px;
border-top: 8px solid #fff;
border-right: 8px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}
/*rental_form.html*/
.ec_wetsuits .content_rink {
  text-align: left;
  margin-top: 30px;
}
.ec_wetsuits .content_rink h3 {}
.ec_wetsuits .content_rink li {
  margin-bottom: 20px;
}
.ec_wetsuits .content_rink li a {
  text-decoration: none;
}
/*-----#product-----start*/
.ec_wetsuits #product .to_click {
  text-align: center;
}
.ec_wetsuits #product .main {
	margin-bottom:5px;
}
.ec_wetsuits #product .main li {
	width:400px;
	height:400px;
  margin-left: auto;
  margin-right: auto;
	overflow:hidden;
}
.ec_wetsuits #product .main li img {
  width: 100%;

}
.ec_wetsuits #product .main li.item2,
.ec_wetsuits #product .main li.item3,
.ec_wetsuits #product .main li.item4,
.ec_wetsuits #product .main li.item5,
.ec_wetsuits #product .main li.item6,
.ec_wetsuits #product .main li.item7,
.ec_wetsuits #product .main li.item8 {
	display:none;
}

.ec_wetsuits #product .thumb {
	letter-spacing: -.40em;
  width: 500px;
  margin-top: 10px;
}
.ec_wetsuits #product .thumb li {
	display:inline-block;
	width:125px;
	height:150px;
	overflow:hidden;
	cursor:pointer;
	vertical-align:top;
	margin-bottom:4px;
	letter-spacing: normal;
}
.ec_wetsuits #product .thumb li img {
	width:100%;
	height:auto;
}
.ec_wetsuits #product .thumb li p {
	text-align: center;
  margin-top: -14px;
}
.ec_wetsuits #product .thumb li:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.ec_wetsuits #product .product_nm_sp {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}
.ec_wetsuits #product_info {
  width: 480px;
  margin-left: 20px;
  text-align: left;
}
.ec_wetsuits #product_info .product_nm_pc {
  font-size: 24px;
  margin-bottom: 8px;
}
.ec_wetsuits #product_info h3.price {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  background: #3141D6;
  padding: 10px;
  border-bottom: 0;
  border-radius: 15px;
}

.ec_wetsuits #product_info .product_comment,
.ec_wetsuits #product_info .product_code {
  font-size: 12px;
  margin-bottom: 20px;
}
.ec_wetsuits #product .size_comment {
  font-size: 12px;
  color: red;
}
.ec_wetsuits #product_info .size_sp{
  display: none;
}

.ec_wetsuits #product_info table {
  font-size: 12px;
  border-spacing: 0;
  margin-bottom: 5px;
}
.ec_wetsuits #product_info table tr,#product_info table td{
  padding: 5px;
  text-align: center;
  background: #fff;
}
.ec_wetsuits #product_info table td {
  border: 1px solid #aaa;
}
.ec_wetsuits #product_info table .thorizontal {
  background-color: #FFEBCE;
  width: 20px;
}
.ec_wetsuits #product_info table .mens {
  background-color: #CBD7DB ;
}

.ec_wetsuits #product_info table .ledys {
  background-color: #FFE8EB;
}

/*-----#product-----end*/

/*-----#form-----start*/
/*共通の設定*/
.ec_wetsuits form h2 {
  margin-bottom: 20px;
}
.ec_wetsuits form .to_caution {
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
}
.ec_wetsuits form .to_schedule {
  margin-bottom: 8px;
}
.ec_wetsuits form th {
  width: 300px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 8px;
  border-left: 1px solid #aaa;
  background: #44CFCB;
  color: #fff;
}
.ec_wetsuits form td {
  width: 700px;
  padding: 9px 8px 10px 8px;
  background-color: #eee;
  font-size: 14px
}
.ec_wetsuits form td {
  vertical-align: middle;
  text-align: left;
}
.ec_wetsuits form input,form select,form textarea,form #pay{
  padding: 4px;
  font-size: 14px;
  vertical-align: middle;
}
.ec_wetsuits form select {
  padding-bottom: 8px;
}
.ec_wetsuits form .required {
  vertical-align: 2px;
  font-size: 11px;
  padding: 4px;
  border-radius: 3px;
  margin-left: 5px;
  background: #e00;
  color: #fff
}

/*入力欄個別の設定*/
.ec_wetsuits form  #add .add_number_search {
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #aaa;
  padding: 3px 5px;
  font-size: 12px;
  border-radius: 3px;
  margin: 0;
  border: none;
  -webkit-appearance: none;
}
.ec_wetsuits form #add .add_number_search:hover {
  background-color: #888
}

.ec_wetsuits form #add input {
  margin-top: 6px;
}
.ec_wetsuits form #add #add_number {
  margin-top: 0;
}

.ec_wetsuits form #add #add_ken,form #add_number {
  width: 120px;
}

.ec_wetsuits form #add #add_banchi {
  width: 400px;
}
.ec_wetsuits form #tel {
  width: 267px;
}

.ec_wetsuits form #add #add_mansion,form #convention,form #mail ,form textarea{
  width: 600px;
}

.ec_wetsuits form #use,form #from_time  {
  width: 160px;
}
.ec_wetsuits form .suits_type {
  display: none;
}
.ec_wetsuits form #suits_type , form #suits_size {
  width: 280px;
}
.ec_wetsuits form .form_checkbox {
  width: 500px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.ec_wetsuits form .consent {
  width: 20px;
  height: 20px;
  margin-right: 10px;

}
.ec_wetsuits form .submit {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
  height: 60px;
  background: #44CFCB;
  border: none;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  -webkit-appearance: none;
}

.ec_wetsuits form .submit:hover {
  background-color: #3141D6;
  cursor: pointer;
}
.ec_wetsuits form #form_alert {
  color: red;
  font-weight: bold;
}
.ec_wetsuits form .mail_setting {
  margin-top: 10px;
  padding: 5px;
  background-color: #FFEAF3;
  border: 1px solid red;
}

/*-----#form-----end*/
/*-----#caution-----start*/
.ec_wetsuits #caution h1 {
  margin-bottom: 10px;
}
.ec_wetsuits #caution {
  margin-bottom: 60px;
}
.ec_wetsuits #caution li{
  margin-left: 20px;
  margin-bottom: 15px;
  list-style-type: disc;
}

/*-----#caution-----end*/

/*-----#outline-----start*/
.ec_wetsuits #outline {
  margin-bottom: 40px;
}
.ec_wetsuits #outline ul {
  margin-left: 30px;
  text-align: left;
}
.ec_wetsuits #outline li {
  margin-bottom: 20px;
  margin-left: 20px;
}

.ec_wetsuits #outline .outline_index {
  list-style: outside decimal;
}

.ec_wetsuits #outline .outline_index2 {
  list-style: outside lower-roman;
}

.ec_wetsuits #outline .outline_disk li{
  list-style-type: disc;
}
/*-----#outline-----end*/

/*-----#commercial-----start*/
.ec_wetsuits #commercial {
  margin-top: 100px;
  margin-bottom: 100px;
}

.ec_wetsuits #commercial table th  {
  padding-right: 5px;
}

/*-----#commercial-----end*/

/*-----#confirm-----start*/
#confirm  h2{
  margin-bottom: 20px;
}
#confirm form table{
  width: 100%;
  table-layout: fixed;
}
#confirm form table th {
  width: 100%;
}

#confirm form table td{
}

#confirm  form table{
  width: 100%;
}

#confirm form > p{
  margin-bottom: 20px;
}

#confirm form #back {
  margin: 30px auto;
  background: #bbb;
  width: 150px;
  height: 40px;
  border: 0;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}

#confirm form #submit {
  font-size: 14px;
  margin: 30px auto;
  background: #44CFCB;
  width: 150px;
  height: 40px;
  border: 0;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
#confirm form .product_table_sp {
  display: none;
}
#confirm form .product_table_pc {
  display: table;
}
#confirm form .product_table {
  margin-bottom: 30px;
  table-layout: auto;
}
#confirm .product_table td {
  text-align: center;
}
#confirm .product_table img{
  width: 200px;
}

/*-----#confirm-----end*/

/*-----#thanks-----start*/
#thanks button {
  margin: 30px auto;
  background: #bbb;
  width: 200px;
  height: 60px;
  border: 0;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
/*-----#thnaks-----end*/

/*-----#link-----start*/
.ec_wetsuits #link {
  margin-bottom: 100px;
  text-align: left;
}

.ec_wetsuits #link h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px;
  width: 50%;
  margin-left: 0;
  border: 0;
}

.ec_wetsuits #link a img  {
  width: 50%;
}

.ec_wetsuits #link a img:hover  {
  opacity: 0.8;
}
/*-----#link-----end*/

.ec_wetsuits .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.ec_wetsuits .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*スマートフォンメニュー*/
@media screen and (max-width : 768px){
  /*共通の設定*/
  .ec_wetsuits h1 {
    font-size: 20px;
    text-align: left;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
    background-color:#44CFCB;
    color: #fff;
  }
  .ec_wetsuits h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    text-align: left;
    border-bottom: 3px solid #3141D6;
  }
  .ec_wetsuits h3 {
    font-size: 18px;
  }
  .ec_wetsuits p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    text-align: left;
    line-height: 150%;
  }
  .ec_wetsuits .to_form {
    position: absolute;
    background: #44CFCB;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 14px;
  }

  .ec_wetsuits a.to_form:hover {
  	background-color: #3141D6;
  }

  .ec_wetsuits .width_1000 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .ec_wetsuits .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transition: .8s;
     }

  .ec_wetsuits .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
     }
  .ec_wetsuits .float_left {
    float: left;
  }
  .ec_wetsuits .float_right {
    float: right;
  }
  .ec_wetsuits .float_clear {
    clear: both;
  }
  .ec_wetsuits .sp_br {
    display: block;
  }
  /*-----header-----start*/
  .ec_wetsuits header {
    width: 100%;
    background: center center no-repeat url(../img/topimg_sp.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    padding-bottom: 54.6%;
  }
  /*-----header-----end*/

  /*-----#about_suits-----start*/
  .ec_wetsuits #about_suits .h1_bgimg {
    background: center center no-repeat url(../img/aboutsuit.jpg);
    background-size: cover;
  }

  .ec_wetsuits #about_suits h1 {
    padding: 30px 15px 30px 15px;
    line-height: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-size: 20px;
    text-shadow: 1px 1px #3141D6;
  }

  .ec_wetsuits #about_suits .bottom_arrow {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 35px;
  }
  /*-----#about_suits-----end*/

  /*-----#target-----start*/
  .ec_wetsuits #target {
    width: 100%;
  }

  .ec_wetsuits #target .bg_img {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .ec_wetsuits #target .bg_img a.to_form {
    bottom: 20px;
    width: 200px;
    height: 30px;
    padding: 0px 10px 0 10px;
    line-height: 30px;
  }
  .ec_wetsuits #target .bg_img .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: rgba(0,0,0,.5);
    padding: 16px 15px 14px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .ec_wetsuits #target .textbox ul {
    margin-top: 20px;
  }

  .ec_wetsuits #target .textbox li {
    margin-bottom: 15px;
  }

  .ec_wetsuits #target .bg_img .textbox  li p {
    margin-top: 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding:0;
  }
  /*-----#target-----end*/

  /*-----#merit-----start*/

  .ec_wetsuits div.message {
    margin-right: 15px;
  }
  .ec_wetsuits #merit li {
    position: relative;
    height: auto;
  }

  .ec_wetsuits #merit li img {
    width: 100%;
    height: auto;
  }

  .ec_wetsuits #merit li h3 {
    margin-bottom: 15px;
  }

  .ec_wetsuits #merit li .textbox_right {
    clear: both;
    position: static;
    width: 100%;
    height: auto;
    padding: 10px 0 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .ec_wetsuits #merit li .textbox_left {
    clear: both;

    position: static;
    width: 100%;
    height: auto;
    padding: 10px 0 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  /*-----#meri-----end*/

  /*-----#step-----start*/
  .ec_wetsuits #step ul {
    height: auto;
  }
  .ec_wetsuits #step ul li {
    float: none;
    width: 100%;
    height: auto;
  }
  .ec_wetsuits #step ul li.index_arrow  {
    display: none;
  }

  .ec_wetsuits #step ul li h3 {
      line-height: 40px;
      width: auto;
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 20px;
  }

  .ec_wetsuits #step ul li img {
    width: 50%;
    margin-left: 15px;
    height: auto;
    float: left;
    margin-bottom: 10px;
  }

  .ec_wetsuits #step ul li p {
    height: auto;
    margin-bottom: 10px;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  /*-----#step-----end*/

  /*-----#action-----start*/
  .ec_wetsuits #action {
    position: relative;
    height: 160px;
    margin-bottom: 20px;
  }
  .ec_wetsuits #action a.to_form {

    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    height: 100px;
  }
  /*-----#action-----end*/

  /*-----#plicelist-----start*/
  .ec_wetsuits #plicelist {
    margin-bottom: 60px;

  }
  .ec_wetsuits #plicelist img {
    width:100%;
  }
  /*-----#plicelist-----end*/

  /*-----#wearing-----start*/
  .ec_wetsuits #wearing {
    margin-bottom: 60px;
  }

  .ec_wetsuits #wearing h3{
    margin-left: 15px;
    margin-right: 15px;
  }

  .ec_wetsuits #wearing ul {
    margin-left: 15px;
    margin-right: 15px;
  }

  .ec_wetsuits #wearing ul li{
    margin-left: 27px;
    margin-bottom: 10px;
  }

  .ec_wetsuits #wearing ul li p{
    padding: 0;
  }
  /*-----#wearing-----end*/

  .ec_wetsuits footer {
    position: relative;
    height: 70px;
    background: #44CFCB;
  }
  .ec_wetsuits footer .width_1000 {
    height: 100%;
  }

  .ec_wetsuits .arrow{
  right: 52px;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  top: -10px;
  }

  .ec_wetsuits .circle_arrow::before{
  width: 50px;
  height: 50px;
  border: 2px solid #fff
  }
  .ec_wetsuits .circle_arrow::after{
  left: 17px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  }

  /*rental_form.html*/
  .ec_wetsuits .content_rink {
    text-align: left;
    margin-top: 30px;
    padding-left: 15px;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .ec_wetsuits .content_rink li {
    margin-bottom: 8px;
  }
  .ec_wetsuits .content_rink li a {
    text-decoration: none;
  }

  /*-----#product-----start*/
  .ec_wetsuits #product #product_sp {
    float: none;
  }
  .ec_wetsuits #product .main {
  	margin-bottom: 5px;

  }
  .ec_wetsuits #product .to_click {
    display: none;
  }
  .ec_wetsuits #product .main li {
  	width:100%;
  	height:auto;
    margin-left: 15px;
    margin-right: 15px;
  	overflow:hidden;
    z-index: -1;

  }
  .ec_wetsuits #product .main li img {
    background: #aaa;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .ec_wetsuits #product .main li.item2,
  .ec_wetsuits #product .main li.item3,
  .ec_wetsuits #product .main li.item4,
  .ec_wetsuits #product .main li.item5,
  .ec_wetsuits #product .main li.item6,
  .ec_wetsuits #product .main li.item7,
  .ec_wetsuits #product .main li.item8 {
  	display:block;
  }
  .ec_wetsuits #product .product_nm_sp {
    display: block;;
  }
  .ec_wetsuits #product .thumb {
    display: none;
  }
  .ec_wetsuits #product_info {
    width: 100%;
    text-align: left;
  }
  .ec_wetsuits #product_info .product_nm_pc {
    display: none
  }
  .ec_wetsuits #product_info h3.price {
    padding: 6px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    border-radius: 10px;
  }
  .ec_wetsuits #product_info h3.price span {
    font-size: 14px;
  }
  .ec_wetsuits #product_info .product_comment,
  .ec_wetsuits #product_info .product_code {
    font-size: 12px;
  }
  .ec_wetsuits #product .size_comment {
    font-size: 12px;
  }
  .ec_wetsuits #product_info .size_sp{
    display: block;
  }
  .ec_wetsuits #product_info .size_pc{
    display: none;
  }
  .ec_wetsuits #product_info table {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    border-spacing: 0;
    margin-bottom: 5px;
  }
  .ec_wetsuits #product_info table tr,
  .ec_wetsuits #product_info table td{
    padding: 5px;
    text-align: center;
    background: #fff;
  }
  .ec_wetsuits #product_info table td {
    border: 1px solid #aaa;
  }
  .ec_wetsuits #product_info table .thorizontal {
    background-color: #FFEBCE;
  }
  .ec_wetsuits #product_info table .mens {
    background-color: #CBD7DB ;
  }

  .ec_wetsuits #product_info table .ledys {
    background-color: #FFE8EB;
  }

  /*-----#product-----end*/

  /*-----#form-----start*/
  /*共通の設定*/
  .ec_wetsuits form h2 {
    margin-bottom: 10px;
  }
  .ec_wetsuits form .to_caution {
    font-size: 12px;
    width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .ec_wetsuits form .to_schedule {
    margin-bottom: 8px;
    padding: 0;
  }
  .ec_wetsuits form  {
    width: auto;
  }
  .ec_wetsuits form table{
    width: 100%;
  }
  .ec_wetsuits form table,form tr ,form th ,form td,form tbody{
    display: block;
  }
  .ec_wetsuits form tr {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .ec_wetsuits form .background_gray {
    background-color: #eee;
  }
  .ec_wetsuits form th {
    width: auto;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    border-left: 0;
    background: none;
    color: #000;
    margin-bottom: 8px;
  }
  .ec_wetsuits form td {
    width: 100%;
    padding: 0;
    background: none;
    font-size: 12px;
    max-width: 100%;
    display:block;
  }
  .ec_wetsuits form p {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: auto;
  }

  .ec_wetsuits form input,form select,form textarea,form #pay{
    padding: 4px;
    font-size: 12px;
  }

  .ec_wetsuits form select {
    padding-bottom: 8px;
  }

  .ec_wetsuits form .required {
    vertical-align: 2px;
    font-size: 10px;
    padding: 4px;
    border-radius: 3px;
    margin-left: 5px;
    background: #e00;
    color: #fff
  }

  /*入力欄個別の設定*/
  .ec_wetsuits form  #add .add_number_search {
    padding: 3px 10px;
    font-size: 12px;
  }
  .ec_wetsuits form #name, form #name_f {
    width: 50%;
  }

  .ec_wetsuits form #add input {
    margin-top: 6px;
  }
  .ec_wetsuits form #add #add_number {
    margin-top: 0;
  }

  .ec_wetsuits form #add #add_ken,form #add_number {
    width: 40%;
  }


  .ec_wetsuits form #tel {
    width: 70%;
  }

  .ec_wetsuits form #add #add_banchi,
  .ec_wetsuits form #add #add_mansion,
  .ec_wetsuits form #convention,
  .ec_wetsuits form #mail,
  .ec_wetsuits form textarea{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .ec_wetsuits form #use,
  .ec_wetsuits form #from_time {
    width: 50%;
  }
  .ec_wetsuits form .suits_type {
    display: block;
  }
  .ec_wetsuits form #suits_type,
  .ec_wetsuits form #suits_size {
    margin-bottom: 6px;
    width: 70%;
  }
  .ec_wetsuits form .form_checkbox {
    width: auto;
    text-align: left;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .ec_wetsuits form .consent {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .ec_wetsuits form .submit {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 16px;
    height: 40px;
    line-height: 8px;
    background: #44CFCB;
    -webkit-appearance: none;
  }

  .ec_wetsuits form .submit:hover {
    background: #44CFCB;

    cursor: pointer;
  }
  .ec_wetsuits form #form_alert {
    color: red;
    font-weight: bold;
    text-align: left;
  }
  .ec_wetsuits form .mail_setting {
    font-size: 11px;

  }
  /*-----#form-----end*/

  /*-----#caution-----start*/
  .ec_wetsuits #caution ul p {
    padding-left: 0;
  }
  .ec_wetsuits #caution li{
    margin-left: 40px;
  }
  /*-----#caution-----end*/

  /*-----#outline-----start*/
  .ec_wetsuits #outline {
    margin-bottom: 40px;
  }
  .ec_wetsuits #outline ul {
    margin-left: 30px;
  }

  .ec_wetsuits #outline ul ul  {
    margin-left: 20px;
  }

  .ec_wetsuits #outline ul ul ul {
    margin-left: 30px;
  }
  .ec_wetsuits #outline li {
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .ec_wetsuits #outline li p {
    padding-left: 0;
  }

  /*-----#outline-----end*/

  /*-----#commercial-----start*/
  .ec_wetsuits #commercial {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ec_wetsuits #commercial table th  {
    border-bottom: 2px solid red;
    padding-right: 5px;
  }
  /*-----#commercial-----end*/

  /*-----#confirm-----start*/
  #confirm  h2{
    margin-bottom: 20px;
  }

  #confirm form > p{
    margin-bottom: 20px;
  }

  #confirm form #back {
    margin: 30px auto;
    background: #bbb;
    width: 150px;
    height: 40px;
    border: 0;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
  }

  #confirm form #submit {
    font-size: 12px;
    margin: 30px auto;
    background: #44CFCB;
    width: 150px;
    height: 40px;
    border: 0;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
  }
  #confirm form .product_table {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    background-color: #eee;
    table-layout:fixed;
  }

  #confirm form .product_table_sp {
    display: table;
  }
  #confirm form .td_padding {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #confirm form .product_table_pc {
    display: none;
  }
  #confirm .product_table tbody {
    display: table-row-group;
  }
  #confirm .product_table tr {
    display: table-row;
  }

  #confirm .product_table td {
    text-align: center;
    display: table-cell;
     border: 1px #fff solid;
  }
  #confirm .product_table img{
    width: 100px;
  }

  /*-----#confirm-----end*/

  /*-----#link-----start*/
  .ec_wetsuits #link {
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .ec_wetsuits #link h2 {
    font-size: 12px;
    margin-top: 20px;
    width: 100%;
  }

  .ec_wetsuits #link a img  {
    width: 100%;
  }
  /*-----#link-----end*/
  .ec_wetsuits .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .ec_wetsuits .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    padding-left: 15px;
    padding-right: 15px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  }

  /*-----#calendar-----start*/
  .ec_wetsuits #calendar h2 {
  margin-bottom: 20px;
}
.ec_wetsuits #calendar p {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 30px;
}
.ec_wetsuits .gc_wrapper {
  max-width: 1000px;
  min-width: 300px;
  margin: 15px auto;
  margin-bottom: 150px;
}

.ec_wetsuits .responsive-iframe-container {
    position: relative;
    padding-bottom: 70%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.ec_wetsuits frame-container iframe,
.ec_wetsuits frame-container object,
.ec_wetsuits frame-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ec_wetsuits .htmlembed-page-title {
	display: none;
}
@media (max-width: 1000px) {
    .ec_wetsuits .big-container {
        display: none;
    }
    .ec_wetsuits .small-container {
     padding-bottom: 250%;   /* 高さ */
    }
    .ec_wetsuits .gc_wrapper {
      margin-bottom: 60px;
    }
}
@media (min-width: 1000px) {
    .ec_wetsuits .small-container {
      display: none;
    }

    }
/*-----#calendar-----end*/




/*　BEGIN :: BOULDER　*/
.bl__wrap *{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.bl__strong {
  font-weight: 700;
}


.bl__wrap {
  background: #000;
  color: #fcfcfc;
  margin: 0;
  padding: 0;
}
.bl__wrap button {
  background: transparent;
  border: #fff solid 1px;
  padding: 20px 0;
}
.bl__wrap button a {
  text-decoration: none;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 25px 75px;
}
.bl__wrap button a:hover {
  background: #fff;
  color: #000;
}

.bl__top {
  width: 100%;
  background: url('img/top_01.jpg') center center no-repeat;
  background-size: cover;
  height: 100vh;
}
.bl__top .bl__box {
  text-align: center;
  width: 400px;
  position: absolute;
  left: 100px;
  bottom: 140px;
}
.bl__logo img {
  width: 300px;
}


.bl__about {
  width: 100%;
  background: url('img/top_03.jpg') center center no-repeat;
  background-size: cover;
  height: 100vh;
}
.bl__about .bl__box {
  right: 0;
  padding: 50vh 0;
  width: 700px;
  margin: 0 auto;
}
.bl__about .bl__box h2,
.bl__about .bl__box p {
  margin: 0;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.7); 
}


.bl__recommend {
  width: 100%;
  height: 500px;
  text-align: center;
}
.bl__recommend h2 {
  margin-left: auto;
  margin-right: auto;
}
.bl__recommend .bl__box {
  width: 31%;
  float: left;
  margin: 0 1.1666667%;
}
.bl__recommend h3 {
  color: #1789D4;
  font-size: 1.6rem;
  font-weight: 700;
}
.bl__recommend img {
  width: 140px;
}


.bl__lineup {
  width: 100%;
  height: 200px;
  text-align: center;
}
.bl__lineup h2 {
  margin-left: auto;
  margin-right: auto;
}



.bl__wrap .modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.bl__wrap .modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.bl__wrap .modal__content{
  background: #fff;
  color: #333;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 530px;
}
.bl__wrap .modal__content table{
  border-collapse:collapse;
  margin:20px auto 60px;
}
.bl__wrap .modal__content td,
.bl__wrap .modal__content th{
  padding:10px;
  border-bottom:1px solid #000;
}
.bl__wrap .modal__content .first th{
  border-bottom:2px solid #000;
}
/*　END :: BOULDER　*/
