html,body {
  min-width: auto;
  box-sizing: border-box;
}


/*レイアウトで必要なbootstrap*/
.col-sm-6.fl_right, .col-sm-5.fl_right {
  float: right;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: " ";
}
ul {
    list-style: none;
}
.row:after {
  clear: both;
}
table{
  border-spacing:0;
  border-collapse:collapse;
}
td,th{
  padding:0;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
#wrapper *{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 480px){
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 45%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
}
@media (max-width: 768px) {
  .spring ul li{
    display: inline-block;
    margin-left:0%;
    margin-bottom: 5%;
    width:50%;
  }
  .bg_img h1{
    background:none !important;
  }
  .sp-btn{
    margin-bottom: 30px;
    margin-left:50px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
 }




@charset "utf-8";

/*秋イベントここからです*/
a:hover, a:hover img {
  opacity: 0.7;
}

#wrapper .lp_img:before{
  position: absolute;
  bottom: 7px;
  left: 31px;
  z-index: 10;
  content: url("https://d32sw8gozyguks.cloudfront.net/resource/20160616/icon_scale.png");
}
#wrapper .lp_img01:before{
  position: absolute;
  bottom: -30px;
  left: 15px;
  z-index: 10;
  content: url("https://d32sw8gozyguks.cloudfront.net/resource/20160616/icon_scale.png");
}
#wrapper .lp_img02:before{
  position: absolute;
  bottom: -45px;
  left: 15px;
  z-index: 10;
  content: url("https://d32sw8gozyguks.cloudfront.net/resource/20160616/icon_scale.png");
}
table th{
    padding: 10px 0;
    border-right: none;
    border-bottom: none;
    background: none;
}
td.test_right{
  text-align: right;
}
td.test_ri{
  text-align: right;
}
td.test_right .RE{
  margin-right: 30px;
}
td.test_ri .RE{
  margin-right: 16px;
}
table td{
  border-right: none;
  border-bottom: none;
}
#wrapper table th{
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
#contentInner {
    width: auto !important;
    margin: 0 auto;
    position: relative;
    padding: 0 !important;
    background-color: #fffcdd;
}

.w900{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}


#fil{
    display: none;
}


.bg_img{
  background-color: #f2dcea;
  width:100%;
}
.bg_img h1{
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;

}
.coloum1 .name{
  color:#1580c6;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
}
.coloum2 .name{
  color:#a64a97;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
}
.coloum3 .name{
  color:#009933;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
}
.coloum4 .name{
  color:#ff6600;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
}
.coloum1 .l_maker{
  background-color:#1580c6;
  /*width:35%;*/
  padding: 3px 20px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  line-height: 1.2;
  display: inline-block;
  font-size: 12px;
}
.coloum2 .l_maker{
  background-color:#a64a97;
  /*width:35%;*/
  padding: 3px 20px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  margin-top: 0px;
  line-height: 1.2;
  display: inline-block;
  font-size: 12px;
}
.coloum3 .l_maker{
  background-color:#009933;
  /*width:35%;*/
  padding: 3px 20px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  margin-top: 0px;
  line-height: 1.2;
  display: inline-block;
  font-size: 12px;
}
/*#spring table{

  width: initial;
}*/
table {
  width: auto;
  min-width: 100%;
  font-size: 88%;
}
table.td3{
  width:70%;
}
table td.w10{
  width:10%;
  text-align: center;
}
table td.w20{
  width:20%;
  text-align: center;
}
table.td2{
  width:60%;
}
table td.w30{
  width:30%;
  text-align: center;
}
table td.w40{
  width:40%;
}
table td.w45{
  width:45%;
  text-align: center;
}
table.td4{
  width:83%;
}
.spring table td{
  padding: 10px 5px;
  font-size: 12px;
}

span.fl_lef{
  float:right;
  margin-right: 30px;
}
strong.RE{
  color:#FF0000;
  font-size: 21px;
}
small{
  font-size: 110% !important;
}
table.tb_top {
  border-top: 1px solid #ccc;
}
table th.tb_bottom{
  border-bottom: 1px solid #ccc;
}
table td.tb_bottom{
  border-bottom: 1px solid #ccc;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.tb_right{
  border-right: 1px solid #ccc;
}
table td{
  vertical-align: middle;
  line-height: 1.2em;
  font-size: 12px;
}
.spring .lp_dot{
  margin:100px auto;
}

.lp_dot img{
  padding: 60px 0;
}
.pdf {
    text-align: center;
}
.mt150{
  margin-top: 150px;
}

.tx-right {
text-align: right;
}
.tx-left {
text-align: left !important;
}
.tx-center {
text-align: center;
}



.various {
  display: block;
}

.lp_dot img{display: block;margin: auto;}

p.sub_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}

.small_table th,.small_table td {
  font-size: 12px;
}

.color {
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.color-square {
  width: 1em;
  height: 1em;
  line-height: 1em;
  border-radius: 3px !important;
  display: inline-block;
  margin-right: 5px;
}
.white {
  color: #fff;
  background: #fff;
  border:1px solid #ccc;
}
.yellow {
  color: #fff100;
  border:1px solid #9e9e9e;
  background: #fff100;
}
.peal_pink {
  color: #ebb3c2;
  border:1px solid #ebb3c2;
  background: #ebb3c2;
}
.dark_pink {
  color: #cb2886;
  border:1px solid #cb2886;
  background: #cb2886;
}
.pink {
  color: #fd94b7;
  border:1px solid #fd94b7;
  background: #fd94b7;
}
.red {
  color: #FF0000;
  border:1px solid #FF0000;
  background: #FF0000;
}
.cream {
  color: #fff2ad;
  border:1px solid #ccc;
  background: #fff2ad;
}
.orange {
  color: #f39800;
  border:1px solid #f39800;
  background: #f39800;
}
.white_orange {
  color: #facd89;
  border:1px solid #facd89;
  background: #facd89;
}
.peal_orange {
  color: #f9d3cb;
  border:1px solid #f9d3cb;
  background: #f9d3cb;
}
.dark_orange {
  color: #ea5520;
  border:1px solid #ea5520;
  background: #ea5520;
}

.blue {
  color: #003692;
  border:1px solid #003692;
  background: #003692;
}
.blue02 {
  color: #2287ca;
  border:1px solid #2287ca;
  background: #2287ca;
}
.sakura {
  color: #f9d2dc;
  border:1px solid #f9d2dc;
  background: #f9d2dc;
}
.benimomo {
  color: #e85298;
  border:1px solid #e85298;
  background: #e85298;
}
.gray {
  color: #6f817b;
  border:1px solid #6f817b;
  background: #6f817b;
}
.mizuiro {
  color: #039ad4;
  border:1px solid #039ad4;
  background: #039ad4;
}
.lightblue {
  color: #bae3f9;
  border:1px solid #bae3f9;
  background: #bae3f9;
}
.brown {
  color: #6b3a29;
  border:1px solid #6b3a29;
  background: #6b3a29;
}
.brown02 {
  color: #ca3a1c;
  border:1px solid #ca3a1c;
  background: #ca3a1c;
}
.black {
  color: #000;
  border:1px solid #000;
  background: #000;
}
.green {
  color: #008001;
  border:1px solid #008001;
  background: #008001;
}
.teagreen {
  color: #77b941;
  border:1px solid #77b941;
  background: #77b941;
}
.yellowgreen {
  color: #adff30;
  border:1px solid #adff30;
  background: #adff30;
}

.wakakusa{
   color: #47b27a;
  border:1px solid #47b27a;
  background: #47b27a;
}
.silver {
  color: #aab8c1;
  border:1px solid #aab8c1;
  background: #aab8c1;
}
.gold {
  color: #e5ad46;
  border:1px solid #e5ad46;
  background: #e5ad46;
}
.botan {
  color: #b70e5e;
  border:1px solid #b70e5e;
  background: #b70e5e;
}
.sumire {
  color: #af62a3;
  border:1px solid #af62a3;
  background: #af62a3;
}
.murasaki {
  color: #714e8c;
  border:1px solid #714e8c;
  background: #714e8c;
}
.peal_murasaki{
   color: #bcbcde;
  border:1px solid #bcbcde;
  background: #bcbcde;
}

.oudo {
  color: #e59400;
  border:1px solid #e59400;
  background: #e59400;
}
.lemon {
  color: #fff462;
  border:1px solid #fff462;
  background: #fff462;
}

.handmade .frame {
  text-align: center;
  border-radius: 10px;
}

/*#header,#footer_nav,#footer,#header_bottom_full {
  display: none;
}*/

@media (max-width: 768px) {
  .w900 {
    padding: 0 10px;
  }
  .handmade .frame {
    margin-bottom: 10px !important;
  }
  .spring .col-sm-6 {
    margin-bottom: 20px;
  }
  .mb95 {
    margin-bottom: 20px !important;
  }

  .lp_links {
    text-align: center;
    display: block;
  }
  .lp_links img {
    width: 90%;
    margin:0 auto;
  }
  .lp_img {
    max-width: 90%;
    margin: 0 auto;
  }
  section#loginBar {
    display: none;
  }

  h3.name.mb20 {
      background: none;
      text-shadow: none;
  }
  .tanabata h3.mb20{
    color:#ff6d09;
    font-weight: normal;
  }
  .tanabata table td{
    padding:10px 5px;
    font-size: 12px;
  }
  .tanabata p.l_maker.mb10{
   background-color:#95c8ff;
  /*width:35%;*/
  padding: 3px 20px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  margin-top: 0px;
  line-height: 1.2;
  display: inline-block;
  font-size: 12px;
}
.catch{
  font-size: 16px;
  margin-top: 17px;
  line-height: 1.2em;
}
  }

}
@media (min-width: 769px) {
  .space {
    height: 20px;
  }
  .space02 {
    height: 18px;
  }
  .space03 {
    height: 58px;
  }
.mb65{
  margin-bottom: 65px;
}
}

.catch{
  color:#000000;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.tanabata .catch{
  color:#000000;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.tanabata .l_maker{
   background-color:#95c8ff;
  /*width:35%;*/
  padding: 3px 20px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  margin-top: 0px;
  line-height: 1.2;
  display: inline-block;
  font-size: 12px;
}
.tanabata .name{
  color:#ff6d09;
  line-height: 1.2em;
  font-weight: normal;
  text-align: left;
}
.col-sm-6.bt{
	margin-bottom: 65px;
}
.pickup{
  font-size: 12px;
}
.tb_width{
  width: 17%;
}
.tb_width1{
  width: 12%;
}
.tb_width2{
  width: 20%;
}
.tb_width3{
  width:27%;
}
.notes{
  font-size: 10px;
}

/*20170718*/
/*作り方PDF*/
.col-sm-5.tx-center{
  width: 50%;
}
/*TD内のpadding*/
td.pad{
  padding-left:5%!important;
}
/*top btn*/
li.fl{
  width: 25%;
}
/*backtop word*/
.col-sm-6.fl_right.backtop.mb95{
  text-align: right;
}
.txt_blue a{
  color: #1580c6;
  text-decoration: underline;
  font-weight: bold;
  font-size: 20px;
}
.txt_purple a{
  color:#a64a97;
  text-decoration: underline;
    font-weight: bold;
  font-size: 20px;
}
.txt_green a{
  color: #009933;
  text-decoration: underline;
    font-weight: bold;
  font-size: 20px;
}
.txt_orange a{
  color: #ff6600;
  text-decoration: underline;
    font-weight: bold;
  font-size: 20px;
}

