.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-danger {
  position: relative;
  color: #fff;
  background-color:#ff8c00;
  border-color: #ff8c00;
  margin-bottom:-30px;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ff8c00;
  border-color: #ff8c00;
}
.btn-danger:hover {
  color: #DCDCDC;
  background-color: #ff8c00;
  border-color: #ff8c00;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ff8c00;
  border-color: #ff8c00;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color:#ff8c00;
  border-color: #ff8c00;
}
.btn-danger .badge {
  color: #ff8c00;
  background-color: #fff;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: ;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.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: 0px;
  padding-left: 0px;
}
.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-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: 50%;
}
.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 (min-width: 768px) {
  .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;
  }
}

@media screen and (max-width: 768px){
#pcLogo { 
  display: none;
}
}
@media screen and (min-width:769px) and (max-width:2400px){
#spLogo { 
  display: none;
  text-align: center;
}
}


.wrapcontent{
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 10px;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;


/* border */
border:1px dotted rgb(204, 204, 204);

/* border-radius */
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;

/* box-shadow */
box-shadow:rgba(201, 201, 201, 0.65098) 0px 5px 6px 3px;
-webkit-box-shadow:rgba(201, 201, 201, 0.65098) 0px 0px 6px 3px;
-moz-box-shadow:rgba(201, 201, 201, 0.65098) 0px 0px 6px 3px;

}

.sitedesign{
  background-color: #F4F4F4;
}

.linecontent1{
  overflow: hidden;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
  margin-right: 2px;
  padding-left: 5px;
  display: block;
  margin-bottom: 60px;
  } 

.linecontent2{
  overflow: hidden;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 21px;
  padding-left: 21px;
  display: block;
  margin-bottom: 20px;
  }

.linecontent3{
  overflow: hidden;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
  padding-left: 30px;
  padding-right: -10px;
  display: block;
  margin-bottom: 20px;
  vertical-align: center;
  }

.textlarge{
	font-size: 400%;
	font-family: 'Bangers', cursive;
	letter-spacing:0.02em;
}

.titlelarge{
  font-size: 400%;
  letter-spacing:0.02em;
  font-family: 'Impact';
}


@media screen and (min-width: 750px){
.contentblock{
  padding-right: 50px;
  padding-left: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
}

.block{
  margin-right: 20px;
}

@media screen and (min-width: 401px) and (max-width: 2200px){
.linecontent4{
  overflow: hidden;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
  padding-right: 40px;
  padding-left: 45px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
  background-color: white;
  } 
}

@media screen and (max-width: 400px){
.linecontent4{
  overflow: hidden;
  border: 1px solid #e1e1e1;
  box-shadow: 0 3px 0 rgba(8, 1, 2, 0.03);
  padding-right: 10px;
  padding-left: 10px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
  background-color: white;
  } 
}

.eventitle{
    font-size: 1.5rem;
    text-align: center;
    color: green;
    font-weight: bold;
    text-decoration: none;
}
.othertitle{
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    margin-top: -50px;
    display: block;
    overflow: hidden;
}
h3{
	font-weight: bold;
	font-size: 1.4em;
}




@media screen and (min-width: 767px) and (max-width: 2200px){
.boxdesign{
  position: relative;
  display: block;
  text-align: center;
  max-width: 100%;
  height: 520px;

  margin-right: 7px;
  margin-left: 3px;

  margin-bottom: 15px;
  margin-top: 15px;
    background-color: white;
    border-top: #333333;
    border-left:4px white;
    border-top: #333333;
    border-bottom:4px #333333;

    color: #364347;
    -webkit-box-shadow: inset 7px 17px 7px 7px  rgba(0,0,0,0.05);
  overflow: hidden;
    box-shadow: inset 2px 2px 2px 2px rgba(0,0,0,0.05);

}
.boxdesign:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.thumbnail{
   width: 300px;
   height: 250px;
   padding-left: 4px;
   z-index: -1;
   overflow: hidden;
     -webkit-box-sizing: border-box; /* Webkit系用 */
-moz-box-sizing: border-box;     /* Firefox用 */
box-sizing: border-box;           /* 標準 */
}

.count-section {
  position: absolute;
  top: -6px;
  right:-5px;
  width: 100%;
}

.pvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.3rem;
  padding-top: 7px;
  padding-left: 140px;
  padding-right: 220px;
  padding-bottom: 7px;

  text-transform: uppercase;
  overflow:auto;
}
}


@media screen and (min-width: 693px) and (max-width: 766px){
.boxdesign{
	display: block;
	text-align: center;
	width:350px;
  	height: 430px;

  margin-right: 30px;
  margin-left: 140px;
	padding-bottom: 25px;
	margin-bottom: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;
  
overflow: hidden;
    

}
.boxdesign:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.thumbnail img{
   width: 100%;
   height: 250px;

   z-index: -1;
}
.count-section {
  position: absolute;
  top: -6px;
  right:-5px;
}


.pvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.6rem;
   padding-top: 7px;
  padding-left: 250px;
  padding-right: 160px;
  padding-bottom: 7px;

  width: 450px;
  text-transform: uppercase

}
.companylogo{
  margin-left: 257px;
}
}



@media screen and (min-width: 601px) and (max-width: 692px){
.boxdesign{
  display: block;
  text-align: center;
  width:350px;
    height: 430px;

  margin-right: 30px;
  margin-left: 160px;
  padding-bottom: 25px;
  margin-bottom: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;
    -webkit-box-shadow: inset 7px 7px 7px 7px  rgba(0,0,0,0.05);
overflow: hidden;
    box-shadow: inset 2px  rgba(0,0,0,0.05);

}
.boxdesign:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.thumbnail img{
   width: 100%;
   height: 250px;

   z-index: -1;
}
.count-section {
  position: absolute;
  top: -6px;
  right:-5px;
}


.pvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.7rem;
  padding-top: 7px;
  padding-left: 220px;
  padding-right: 160px;
  padding-bottom: 7px;

  width: 450px;
  text-transform: uppercase
}
}

@media screen and (min-width: 480px) and (max-width: 600px){
.boxdesign{
  display: block;
  text-align: center;
  width:310px;
    height: 430px;

  margin-right: 30px;
  margin-left: 105px;
  padding-bottom: 25px;
  margin-bottom: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;
    
overflow: hidden;


}
.boxdesign:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.thumbnail img{
   width: 100%;
   height: 250px;

   z-index: -1;
}
.count-section {
  position: absolute;
  top: -6px;
  right:-5px;
}


.pvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.6rem;
  padding-top: 7px;
  padding-left: 240px;
  padding-right: 130px;
  padding-bottom: 7px;

  width: 450px;
  text-transform: uppercase
}
}

@media screen and (min-width: 385px) and (max-width: 479px){
.boxdesign{
  display: block;
  text-align: center;
  width:310px;
  height: 430px;

  margin-right: 30px;
  margin-left: 45px;
  padding-bottom: 25px;
  margin-bottom: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;
  
overflow: hidden;
    

}
.boxdesign:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.thumbnail img{
   width: 100%;
   height: 250px;

   z-index: -1;
}
.count-section {
  position: absolute;
  top: -6px;
  right: -5px;
}


.pvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.4rem;
  padding-top: 7px;
  padding-left: 280px;
  padding-right: 130px;
  padding-bottom: 7px;

  width: 450px;
  text-transform: uppercase
}
}

@media screen and (min-width: 321px) and  (max-width: 384px){
.boxdesign{
  display: block;
  text-align: center;
  width:280px;
  height: 430px;

  margin-right: 30px;
  margin-left: 35px;
  padding-bottom: 25px;
  margin-bottom: 15px;
    background-color: white;
    border-top: #333333;
    border-left: #333333;
    border-right: #333333;
    border-bottom:4px #333333;
    color: #364347;
  
overflow: hidden;

}
.boxdesign:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.thumbnail img{
   width: 100%;
   height: 180px;
   display: inline-block;
   z-index: -1;
}
.count-section {
  position: absolute;
  top: -6px;
  right: -5px;
}


.pvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.4rem;
  padding-top: 7px;
  padding-left: 290px;
  padding-right: 130px;
  padding-bottom: 7px;
  width: 450px;
  text-transform: uppercase
}
}

@media screen and  (max-width: 320px){
.boxdesign{
  display: block;
  text-align: center;
  width:280px;
  height: 430px;

  margin-right: 30px;
  margin-left: 15px;
  padding-bottom: 25px;
  margin-bottom: 15px;
    background-color: white;
    border-top: #333333;
    border-left: #333333;
    border-right: #333333;
    border-bottom:4px #333333;
    color: #364347;
  
overflow: hidden;

}
.boxdesign:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.thumbnail img{
   width: 100%;
   height: 180px;
   display: inline-block;
   z-index: -1;
}
.count-section {
  position: absolute;
  top: -6px;
  right: -5px;
}


.pvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.21rem;
  padding-top: 7px;
  padding-left: 290px;
  padding-right: 130px;
  padding-bottom: 7px;
  width: 450px;
  text-transform: uppercase
}
}

.excerpt{
  font-size: 0.9em;
  color: black;
}


@media screen and (min-width: 692px) and (max-width: 2200px){
.smallbox{
  display: block;
  text-align: center;
  max-width: 100%;
  height: 300px;

  margin-right: 7px;
  margin-left: 3px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;

  overflow: hidden;
 
}
.smallbox:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.allthumbnail{
  height: 350px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.fontclass{
  font-size: 1.6em;
  color: #A0C446;
}
.allcount-section {
  position: absolute;
  top: -0px;
  right: -5px;
}


.allpvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.5rem;
  padding-top: 0px;
  padding-left: 280px;
  padding-right: 130px;
  padding-bottom: 7px;
  width: 450px;
  text-transform: uppercase
}
}


@media screen and (min-width: 601px) and (max-width: 767px){
.smallbox{
  display: block;
  text-align: center;
  width:350px;
    height: 300px;

  margin-right: 30px;
  margin-left: 160px;
  padding-bottom: 25px;
  margin-bottom: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;
overflow: hidden;


}
.smallbox:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.fontclass{
  font-size: 1.2em;
}
.allthumbnail{
  height: 150px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.allcount-section {
  position: absolute;
  top: 0px;
  right: -5px;
}


.allpvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.4rem;
  padding-top: 0px;
  padding-left: 220px;
  padding-right: 130px;
  padding-bottom: 7px;
  width: 450px;
  text-transform: uppercase
}
}
@media screen and (min-width: 480px) and (max-width: 600px){
.smallbox{
  display: block;
  text-align: center;
  width:310px;
    height: 330px;

  margin-right: 30px;
  margin-left:115px;
  padding-bottom: 25px;
  margin-bottom: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;
  
overflow: hidden;
   

}
.smallbox:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.thumbnail img{
   width: 100%;
   height: 130px;

   z-index: -1;
}
.allcount-section {
  position: absolute;
  top: 0px;
  right:-5px;
}


.allpvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.8rem;
  padding-top: 7px;
  padding-left: 270px;
  padding-right: 130px;
  padding-bottom: 7px;

  width: 450px;
  text-transform: uppercase
}
}

@media screen and (min-width: 386px) and (max-width: 480px){
.smallbox{
  display: block;
  text-align: center;
  width:250px;
    height: 300px;

  margin-right: 30px;
  margin-left: 70px;
  padding-bottom: 25px;
  margin-bottom: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;

overflow: hidden;
    

}
.smallbox:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.thumbnail img{
   width: 100%;
   height: 150px;

   z-index: -1;
}
.allcount-section {
  position: absolute;
  top: 0px;
  right:-5px;
}


.allpvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.6rem;
  padding-top: 7px;
  padding-left: 305px;
  padding-right: 110px;
  padding-bottom: 7px;

  width: 450px;
  text-transform: uppercase
}
}

@media screen and (min-width: 321px) and (max-width: 385px){
.smallbox{
  display: block;
  text-align: center;
  width:250px;
  height: 300px;

  margin-right: 7px;
  margin-left: 45px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;

overflow: hidden;
    
}
.smallbox:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.allthumbnail{
  height: 160px;

  z-index: -1;
  overflow: hidden;
}
.fontclass{
  font-size: 1em;
}
.allcount-section {
  position: absolute;
  top: 0px;
  right: -5px;
}


.allpvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.4rem;
  padding-top: 0px;
  padding-left: 305px;
  padding-right: 100px;
  padding-bottom: 7px;
  width: 450px;
  text-transform: uppercase
}
}

@media screen and (max-width: 320px){
.smallbox{
  display: block;
  text-align: center;
  width:250px;
  height: 300px;

  margin-right: 7px;
  margin-left: 25px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
    background-color: white;
    border-top: #333333;
    border-bottom:4px #333333;
    color: #364347;
 
overflow: hidden;
   
}
.smallbox:hover{
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);

}
.allthumbnail{
  height: 160px;

  z-index: -1;
  overflow: hidden;
}
.fontclass{
  font-size: 1em;
}
.allcount-section {
  position: absolute;
  top: 0px;
  right: -5px;
}


.allpvcount {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: white;
  background: #222222;
  opacity: 0.7;
  font-size: 0.21rem;
  padding-top: 0px;
  padding-left: 305px;
  padding-right: 100px;
  padding-bottom: 7px;
  width: 450px;
  text-transform: uppercase
}
}


@media screen and (max-width: 768px){
#spNone { display: none;}
}

@media screen and (min-width:769px) and (max-width:2400px){
#pcNone { 
  display: none;
  text-align: center;
}
}
#otherall{
  text-align: center;
  padding-left: 20px;
}

@media screen and (min-width: 767px){
.thumnail{

  height: 120px;
  width: 100%;
  z-index: -1;
  overflow: hidden;

}

@media screen and (min-width: 767px) and (max-width: 2250px){
.allthumbnail{
  height: 100px;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}




@media screen and (max-width: 450px){



.sidetitle{
  margin-top: -45px;
  margin-left: 75px;
  float: right;
  overflow: hidden;
  background-color: #222222;
  opacity: 0.9;
  width: 100%;
  height: 45px;
  font-size: 0.6rem;

}


.event-section {
  position: absolute;
  top: -6px;
  right: 15px;
}


.event {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #fff;
  background: #ff7f50;
  opacity: 0.9;
  font-size: 0.21rem;
  padding: 12px 8px 6px;
  border-top-right-radius: 8px;
  width: 108px;
  text-transform: uppercase
}

.event:before,
.event:after {
  position: absolute;
  content: '';
  display: block;
}

.event:before {
  background:#ff7f50;
  height: 5px;
  width: 5px;
  left: -6px;
  opacity: 0.9;
  top: 0;
}

.event:after {
  background: #96a0a2;
  height: 5px;
  width: 5px;
  border-radius: 8px 8px 0 0;
  left: -8px;
  opacity: 0.9;
  top: 0;
}
}

@media screen and (min-width: 694px) and (max-width: 767px){

.sidetitle{
  margin-top: -55px;
  margin-right: 90px;
  float: right;
  overflow: hidden;
  background-color: #222222;
  opacity: 0.9;
  width: 0%;
  height: 55px;
  font-size: 0.6rem;

}

.thumnail{
  margin-left: 50px;
  width: 80%;
  height: 180px;
  z-index: -1;
  overflow: hidden;
}



.event-section {
  position: absolute;
  top: -6px;
  right: 85px;
}


.event {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #fff;
  background: #ff7f50;
  opacity: 0.9;
  font-size: 0.21rem;
  padding: 12px 8px 6px;
  border-top-right-radius: 8px;
  width: 100px;
  text-transform: uppercase
}

.event:before,
.event:after {
  position: absolute;
  content: '';
  display: block;
}

.event:before {
  background:#ff7f50;
  height: 5px;
  width: 5px;
  left: -6px;
  opacity: 0.9;
  top: 0;
}

.event:after {
  background: #96a0a2;
  height: 5px;
  width: 5px;
  border-radius: 8px 8px 0 0;
  left: -8px;
  opacity: 0.9;
  top: 0;
}
}

@media screen and (min-width: 450px) and (max-width: 768px){

.sidetitle{
  margin-top: -55px;
  margin-right: 90px;
  float: right;
  overflow: hidden;
  background-color: #222222;
  opacity: 0.9;
  width: 80%;
  height: 55px;
  font-size: 0.6rem;

}

.thumnail{
  margin-left: 50px;
  width: 80%;
  height: 180px;
  z-index: -1;
  overflow: hidden;
}



.event-section {
  position: absolute;
  top: -6px;
  right: 85px;
}


.event {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #fff;
  background: #ff7f50;
  opacity: 0.9;
  font-size: 0.21rem;
  padding: 12px 8px 6px;
  border-top-right-radius: 8px;
  width: 108px;
  text-transform: uppercase
}

.event:before,
.event:after {
  position: absolute;
  content: '';
  display: block;
}

.event:before {
  background:#ff7f50;
  height: 5px;
  width: 5px;
  left: -6px;
  opacity: 0.9;
  top: 0;
}

.event:after {
  background: #96a0a2;
  height: 5px;
  width: 5px;
  border-radius: 8px 8px 0 0;
  left: -8px;
  opacity: 0.9;
  top: 0;
}
}


@media screen and (max-width: 450px){


.sidetitle{
  margin-top: -42px;
  float: right;
  overflow: hidden;
  background-color: #222222;
  opacity: 0.9;
  width: 100%;
  height: 55px;
  font-size: 0.6rem;
}

.thumnail{

overflow: hidden;
    height: 150px;
  z-index: -1;

}



.event-section {
  position: absolute;
  top: -6px;
  right: 55px;
}


.event {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #fff;
  background: #ff7f50;
  opacity: 0.9;
  font-size: 0.21rem;
  padding: 12px 8px 6px;
  border-top-right-radius: 8px;
  width: 108px;
  text-transform: uppercase
}

.event:before,
.event:after {
  position: absolute;
  content: '';
  display: block;
}

.event:before {
  background:#ff7f50;
  height: 5px;
  width: 5px;
  left: -6px;
  opacity: 0.9;
  top: 0;
}

.event:after {
  background: #96a0a2;
  height: 5px;
  width: 5px;
  border-radius: 8px 8px 0 0;
  left: -8px;
  opacity: 0.9;
  top: 0;
}
}

.articleimage{
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-width: 1px 1px 1px 1px; 
   display: block;
   z-index: -1;
   margin-bottom: 10px;
   filter: gray;
    -webkit-filter: grayscale(100%);
 }
.allevent{
	display: block;
	right:5px;
	font-size: 1rem;
	color:#A0C14D;
}
.eventall　a{
  display: block;
  right:5px;
  font-size: 1rem;
  color:#A0C14D;
  width: 40px;
  height:20px;
}
.textwhite{
  color: white!important;
}

@media screen and  (min-width: 768px){
.sidecontents{
    margin-right: auto;
    margin-left: auto;
    float: right;
  }
}
@media screen and  (max-width: 768px){
.sidecontents{
    margin-right: auto;
    margin-left: auto;
float: right;
  }
}


.allevent:hover{
	cursor: pointer;
	color: #008000;
	text-decoration: underline;
}
li img {
    max-width: 100%;
    height:auto;
    text-align: center;
}
a {
    color: #333333;
    text-decoration: none;
}

.sidetitle{
  margin-top: -45px;
  margin-left: 75px;
  float: right;
  overflow: hidden;
  background-color: #222222;
  opacity: 0.9;
  width: 100%;
  height: 45px;
  font-size: 0.75rem;

}


.event-section {
  position: absolute;
  top: -6px;
  right: 6px;
}


.event {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #fff;
  background: #ff7f50;
  opacity: 0.9;
  font-size: 0.21rem;
  padding: 12px 8px 6px;
  border-top-right-radius: 8px;
  width: 108px;
  text-transform: uppercase
}

.event:before,
.event:after {
  position: absolute;
  content: '';
  display: block;
}

.event:before {
  background:#ff7f50;
  height: 5px;
  width: 5px;
  left: -6px;
  opacity: 0.9;
  top: 0;
}

.event:after {
  background: #96a0a2;
  height: 5px;
  width: 5px;
  border-radius: 8px 8px 0 0;
  left: -8px;
  opacity: 0.9;
  top: 0;
}

@media screen and (max-width: 450px){
.reservetext{
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 2px;
  overflow: hidden;
}
}

@media screen and (min-width: 450px) and (max-width: 1200px){
.reservetext{
  font-size: 1.0rem;
  margin-top: 10px;
  margin-bottom: 2px;
  overflow: hidden;
}
}

.contactbody{
  margin-left: 40px;
  margin-right: 5px;
}

.ripple {

    height: 30px;
    width: 350px;
    text-align: center;
    cursor: pointer;
    padding-top: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}


.ripple__effect {
    width: 150px;
    height: 150px;

    position: absolute;
    border-radius: 100%;
    pointer-events: none;
    transform: scale(0);
    opacity: 0;
}

.ripple__effect.is-orange { background: #ff1493;}



.ripple__effect.is-show {
    animation: ripple 0.75s ease-out;
}

/* アニメーションの定義 */
@keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}




{ opacity: 1; -webkit-transform: translateY(0); }
}


ul#event {
  display:table;
  table-layout:fixed;
}
ul#event li {
  float:left;
  width:300px;

}
ul#event li:first-child {

}


#event h4 {
  font-size:12px;
}

/* 960以下 */
@media screen and (max-width: 960px) {
  
}

/* 800以下 */
@media screen and (max-width: 800px) {
  
}

/* 7インチタブレット */
@media screen and (max-width: 692px) {
  ul#event {
    display:block;
  }
  ul#event li {
    display: block;

    padding-left:0px;
  
  }