@charset "utf-8";
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 100%;
  z-index: 99999;
}
#status {
  width: 50px;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -15px;
}
.spinner {
  margin: 0px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #a79d79;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
  margin: 0 2px;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@media screen and (min-width: 450px) {
.iframe-class {
     width: 100% !important;
     height: 300px !important;
     border: none !important;
}
}
@media screen and (max-width: 449px) {
.iframe-box {
     position: relative !important;
     padding-bottom: 72% !important;
     width: 270px !important;
     height: 0 !important;
     /*height: 180px !important;*/
     overflow-x:hidden;
     overflow-y:auto;
     -webkit-overflow-scrolling:touch;
}
.iframe-class {
     position: absolute !important;
     top: 0 !important;
     left: 0 !important;
     width: 100% !important;
     height: 100% !important;
     border: none !important;
     display:block;
     transform:scale(0.95);  
     -o-transform:scale(0.95);
     -webkit-transform:scale(0.95);
     -moz-transform:scale(0.95);
     -ms-transform:scale(0.95);
     transform-origin:0 0;
     -o-transform-origin:0 0;
     -webkit-transform-origin:0 0;
     -moz-transform-origin:0 0;
     -ms-transform-origin:0 0;
}
}
@media screen and (max-width:449px){
#boxPagePlugin{ 
    width: 270px;
    height: 250px;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
}
#boxPagePlugin iframe{  
    border:none;
    display:block;
    border: none;
    width: 270px;
    height: 250px;
    transform:scale(0.95);  
    -o-transform:scale(0.95);
    -webkit-transform:scale(0.95);
    -moz-transform:scale(0.95);
    -ms-transform:scale(0.95);
    transform-origin:0 0;
    -o-transform-origin:0 0;
    -webkit-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -ms-transform-origin:0 0;
}
}
@media screen and (min-width:450px){
#boxPagePlugin iframe{
    border:none;
    display:block;
    width: 85%;
    border: none;
}
.flexslider-controls {
    width: 40px !important;
    height: 40px !important;
}

.flexslider-controls .thumb {
    margin: 0px !important;
    padding: 0px !important;
    width: 40px !important;
    height: 40px !important;
}
.flexslider-controls .thumb li {
    width: 40px !important;
    height: 40px !important;
}
}
@media screen and (max-width:449px){
#boxPagePlugin iframe{
    border:none;
    display:block;
    width: 85%;
    border: none;
}
.flexslider-controls {
    width: 30px !important;
    height: 30px !important;
}

.flexslider-controls .thumb {
    margin: 0px !important;
    padding: 0px !important;
    width: 30px !important;
    height: 30px !important;
}
.flexslider-controls .thumb li {
    width: 30px !important;
    height: 30px !important;
}
}
.twitter-wrap iframe{
    width: calc(100vw - 20px)!important;
}
/********************************
バルーンコンテンツ　基本情報　緊急告知
********************************/
/*
.attention p:after {
content: "\A※現在、上記内容は変更になっている場合があります。";
white-space: pre;
}
*/
/********************************
FlexSlider Lastchild span-class Pointer
********************************/
.lastslide {
	cursor: pointer !important;
}
