@charset "UTF-8";

.clear:after{content: ".";display:block;height:0;font-size:0;clear: both;visibility:hidden;}
.clear {display: inline-block;} 
* html .clear {height: 1%;}
.clear {display:block;}

.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}
.row-30{ margin-left:-15px;  margin-right:-15px}
.row-30 >div{ padding-right:15px;  padding-left:15px}
.row-40{ margin-left:-20px;  margin-right:-20px}
.row-40 >div{ padding-right:20px;  padding-left:20px}
.row-50{ margin-left:-25px;  margin-right:-25px}
.row-50 >div{ padding-right:25px;  padding-left:25px}

.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}


body{
}
p{
	font-size: 18px;
	line-height: 1.6;
}
.container{
}
img{
	height: auto;
}
ul{
  margin:2.5rem 0;
}
ul li{
  font-size: 18px;
  line-height: 1.6;
}

h1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 2rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 2rem;
}
.txt-red{
	color:red;
	font-weight: bold;
	text-decoration: underline;
}
.txt-blue{
	font-weight:bold;color:#3d74ff;
	font-size: 120%;
}
.txt-red-noline{
	color:red;
	font-weight: bold;
	font-size: 120%;
}
.txt-line{
	background:#ffff00;
	font-weight: bold;
}
.txt-bold{
	font-weight: bold;
}
.txt-bold-line{
	font-weight: bold;
	text-decoration: underline;
}
.txt-pinkline{
	background:#facae2;
	font-weight: bold;
}


h2{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif;
    color: #54422d;
}
h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    font-family: "Noto Serif JP", serif;
}

.wrap-section{
  padding: 0 10px;
}
.wrap-section + .wrap-section{
  margin-top:140px;
}
@media( max-width:700px ){
.wrap-section + .wrap-section{
  margin-top:70px;
}
}

.hero{
}
.hero-header{
  background:url(../img/bg-hero.jpg?20250620) no-repeat center center;
  background-size: cover;
  padding: 120px 0;
  text-align: center;
}
.wrap-pagelogo{
  width:100%;
  max-width: 500px;
  margin:0 auto;
}

.box-timedata{
  max-width: 700px;
  margin:0 auto 10px auto;
}
.wrap-timedata{
  border:solid 3px #54422d;
  margin-bottom: 0;
}
.wrap-timedata dt{
  background: #54422d;
  color: #fff;
  padding:10px;
  text-align: center;
  font-size: 18px;
}
.wrap-timedata dd{
  padding:5px 5px;
  text-align: center;
  background: #ffffd8;
  margin-bottom: 0;
}
.time{
  font-size: 50px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
  color: #f30054;
}
.time + small{
  font-size: 20px;
  font-weight: bold;
  color: #f30054;
}


.cta-tel{
  margin:0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  padding: 32px 12px 32px 12px;
  background: #f8e9e0;
  border-radius: 10px;
  overflow: hidden;
}
.cta-tel dt{
  line-height: 1.2;
}
.cta-tel dt a{
  font-size: 3.5em;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  color: #b20005;
}
.cta-tel dt a:before{
  content:"";
  background:url(../img/icon-tel-pc.png) no-repeat;
  background-size: cover;
  width:29px;
  height: 50px;
  display: inline-block;
  margin-right: 15px;
  animation: squash 1s ease-in-out infinite;
  position: relative;
  top: -8px;
}
.cta-tel dt.cta-title{
  line-height: 1;
  background: #b20005;
  padding: 15px 5px;
  text-align: center;
  margin: -32px -12px 20px -12px;
}
.cta-tel strong{
  font-size: 24px;
  font-weight: bold;
  display: block;
  line-height: 1.4;
  margin-bottom: 12px;
}
.cta-tel dd{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}


.box-about{
  margin-bottom: 60px;
}
.about-header{
  margin-bottom: 60px;
}
.about-header h2{
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.about-header h2 b{
  font-size: 140%;
  color: #b20005;
  display: inline-block;
  margin:0 10px;
}
.about-header p{
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}
.wrap-no1,
.wrap-selectsale{

}
.wrap-no1 h3,
.wrap-selectsale h3{
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  color: #EE000E;
}
.list-selectsale{
  list-style: none;
  margin:0;
  padding: 15px 10px;
  border:solid 5px #ffdee9;
  border-radius: 5px;
  display: flex;
}
.list-selectsale li{
  width:100%;
  padding:0 10px;
  margin:0;
  font-size: 20px;
  text-align: center;
  display: flex;
}
.list-selectsale li div{
  background: #ffdee9;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  color: #6a1633;
  font-weight: bold;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.list-selectsale li div img{
  margin:0 auto 15px auto;
  height: 40px;
  width: auto;
}

.box-question .list-selectsale{
  border:solid 5px #ffdee9;
}
.box-question .list-selectsale li div{
  background: #ffdee9;
  padding: 10px 10px 10px 10px;
  color: #6a1633;
}

.wrap-rank{
  text-align: center;
  margin-bottom: 30px;
}
.wrap-rank img{
  margin:0 auto;
}


.box-salelist{
  margin-bottom: 60px;
  background: url(../img/bg-red.jpg) no-repeat top left;
  background-size: cover;
  padding: 4px;
}
.hero .box-salelist{
  margin-bottom: 0;
  width:100%;
  max-width: 1000px;
  margin:0 auto;
}

.title-salelist{
  font-size: 18px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */
background: #606c88; /* Old browsers */
background: -moz-linear-gradient(top,  #606c88 0%, #3f4c6b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #606c88 0%,#3f4c6b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #606c88 0%,#3f4c6b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
  color: #fff;
  text-align: center;
  padding:10px;
  font-weight: bold;

}
.wrap-salelist{
  border-top: dotted 1px #ccc;
  border-left: dotted 1px #ccc;
  list-style: none;
  margin:0;
  padding: 0;
  background: #fff;
}
.box-salelist-inner{
  position: relative;
  padding: 15px;
  border:solid 3px #3f4c6b;
  background: #fcfbf7;
  border-radius: 0 0 4px 4px;
  overflow-y: scroll;
  height: 220px;
}
.box-salelist-inner #add-contents,
.box-salelist-inner #add-contents2 {
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
}
.wrap-salelist {
  width: 100%;
  display: table;
}
.wrap-salelist li{
  display: table-cell;
  /*float: left;
  width:50%;*/
  border-bottom: dotted 1px #ccc;
  border-right: dotted 1px #ccc;
  padding:10px;
  margin:0;
  font-size: 13px;
}
.wrap-salelist + .wrap-salelist{
  border-top: none;
}
.wrap-salelist li.sale-day {
    width: 25%;
}
.wrap-salelist li.sale-area{
    width: 75%;
}

.row-step{
  margin-bottom: 60px;
  position: relative;
}
.row-step:after{
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  border: 24px solid transparent;
  border-top: 24px solid #333;
  margin-left: -24px;
}
.wrap-flow{
  margin-top: 60px;
}
.wrap-flow .row-step:last-child:after{
  display: none;
}
.wrap-flow h3{
  text-align: center;
  border-bottom: 1px dotted #333;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.flow-txt dt{
  font-size: 20px;
  color: #472015;
  margin-bottom: 10px;
}
.flow-main{
  border:solid 5px #eee;
  border-radius: 5px;
  padding:15px;
  margin-top: 15px;
}
.flow-main span{
  font-weight: bold;
  background: #ccc;
  color: #666;
  padding: 2px 8px;
  border-radius: 3px;
}
.flow-main ul{
  list-style: none;
  margin:0;
  padding:0;
  border:none;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.flow-main li{
  font-size: 16px;
  margin-bottom: 5px;
}
.flow-main li:last-child{
  margin-bottom: 0px;
}
.flow-main ul:last-child{
  margin-bottom: 0;
}



.wrap-voice h3{
  text-align: center;
  border-bottom: 1px dotted #333;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

/* 吹き出し スタイル */
.wrap-fukidashi-base{
  width: 94%;
  margin: 0 auto 20px auto;
  box-sizing: border-box;
}
.wrap-fukidashi-base *{
  box-sizing: border-box;
}
.wrap-fukidashi-base:after{content: ".";display:block;height:0;font-size:0;clear: both;visibility:hidden;}
.wrap-fukidashi-base {display: inline-block;} 
* html .wrap-fukidashi-base {height: 1%;}
.wrap-fukidashi-base {display:block;}

.fukidashi-face{
  margin:0;
  padding: 0;
  float: left;
  width: 12%;
  position: relative;
  text-align: center;
}
.fukidashi-face p{
  margin-bottom: 0 !important;
}
.wrap-level{
  border:solid 1px #c7982c;
  background: #fff;
  border-radius: 5px;
  padding:15px 25px;
  margin-top: 15px;
}
.wrap-level ul{
  list-style: none;
  margin:0;
  padding: 0;
}
.icon-star{
  color:#EE000E;
  font-weight: bold;
  margin-right: 5px;
  font-size: 120%;
}
.icon-num{
  color: #EE000E;
  font-weight: bold;
  font-size: 120%;
}
.fukidashi-face{
  padding: 3px;
}
.fukidashi-face img{
  width: 100%;
  border-radius: 100px;
  border: 7px solid #f4ffe7;
}
.fukidashi-face .faceimg{
  border-radius: 100px;
  overflow: hidden;
  background: #f4ffe7;
}
.fukidashi-face span{
  font-size: 10px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fukidashi-face span:after{
  content: "お客様";
}
.fukidashi-body{
  float: right;
  width: 83%;
  text-align: left;
  background: #f4ffe7;
  border-radius: 10px;
  padding: 20px 20px;
  position: relative;
}
.fukidashi-body:after{
  content: "";
  position: absolute;
    top: 16px;
    left: -36px;
    border: 18px solid transparent;
    border-right: 18px solid #f4ffe7;
}
.fukidashi-body p:last-child{
  margin-bottom: 0;
}
.fukidashi-body a{
  display: block;
  font-size: 90%;
}
@media( max-width:700px ){
.wrap-fukidashi-base{
  margin: 0 auto 30px auto;
}
.wrap-voice .wrap-fukidashi-base:last-child{
  margin: 0 auto 70px auto;
}
.fukidashi-face{
  width: 30%;
  margin-bottom: 20px;
}
.fukidashi-body{
  width: 100%;
  font-size: 14px;
}
.fukidashi-body p{
  font-size: 14px;
}
.wrap-level ul li{
  font-size: 14px;
}
.fukidashi-body:after{
  content: "";
  position: absolute;
    top: -33px;
    left: 31px;
    border: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #f4ffe7;
}
}


.box-question{
  margin-bottom: 60px;
}
.question-header{
  margin-bottom: 60px;
}
.wrap-question{
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
.wrap-question img{
  width: 100%;
}
.wrap-question2{
  display: block;
  padding: 25px 25px 25px 25px;
  background:#f0f7ff;
  margin-bottom: 35px;
  border-radius: 5px;
  position: relative;
}
.question-header h2{
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}
.question-header h2 b{
  display: block;
  font-size: 180%;
  margin:5px 0;
  color: #b20005;
}

.title-question{
  font-size: 20px;
  color: #026fde;
  margin-bottom: 15px;
  font-weight: bold;
}

.text-answer{
  margin-bottom: 0;
}
.text-answer dt{
  margin-bottom: 5px;
  color: #472015;
}
.text-answer dd{
  background: #fff;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 5px;
  font-size: 14px;
}




.box-jisseki{
  background: url(../img/bg-black.jpg) top left;
  padding: 120px 0;
  margin-bottom: 60px;
  border-top: 5px solid #c7982c;
}
.jisseki-header{
  margin-bottom: 60px;
}
.title-logo{
  text-align: center;
  margin:0 auto 30px auto;
  width: 100%;
  max-width: 200px;
}
.col-jisseki{
  border-top: 1px dotted #ccc;
}
.col-jisseki + .col-jisseki{
  border-left: 1px dotted #ccc;
}
.col-jisseki:nth-child(4n){
  border-left:none;
}
.col-jisseki:nth-child(1),
.col-jisseki:nth-child(2),
.col-jisseki:nth-child(3){
  border-top:none;
}
.wrap-jisseki{
  display: block;
  padding: 25px 25px;
  margin-bottom:0px;
}
.jisseki-header h2{
  text-align: center;
  font-size: 60px;
  color: #fff;
}
.jisseki-header p{
  text-align: center;
  font-size: 16px;
  margin-bottom: 0;
}

.title-jisseki{
  text-align: center;
  margin-bottom: 15px;
}
.title-jisseki img{
  margin:0 auto;
}
.text-jisseki dt{
  font-size: 16px;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  /*font-family: 'Saira Stencil One', cursive;*/
  letter-spacing: 0;
  color: #f30054;
  text-align: right;
  margin-bottom: 15px;
}
.text-jisseki dt small{
  font-size: 16px;
  font-weight: bold;
  color: #f30054;
}
.text-jisseki dd{
  position: relative;
}


.wrap-kougaku{
  margin-top: 60px;
}
.wrap-kougaku h3{
  text-align: center;
  border-bottom: 1px dotted #333;
  padding-bottom: 15px;
  margin-bottom: 25px;
  color: #fff;
}
.label-point{
  background: #f30054;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  margin-right: 10px;
  padding: 3px 8px;
  position: relative;
  top: -2px;
}

.row-kougaku{
  padding: 25px;
}
.row-kougaku dl{
  padding: 15px 15px;
  border:solid 4px #eee;
  border-radius: 4px;
  margin-bottom: 20px;
}
.row-kougaku dl:last-child{
  margin-bottom: 0;
}
.row-kougaku dl dt{
  margin-bottom: 15px;
  background: #c7982c;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 3px 8px;
}
.row-kougaku dl dd{
  margin-bottom: 0;
}
.wrap-reserve{
  margin-bottom: 0px;
  margin-top: 30px;
}
.wrap-reserve a{
  display: block;
  margin:0 auto;
  text-align: center;
  color: #fff;
  background: #333;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  max-width: 500px;
  padding:20px 10px;
  position: relative;
}
.icon-fukidashi{
  position: absolute;
  bottom:25px;
  left: 20px;
  width: 80px;
}
.korokoro {
  animation: squash 1s ease-in-out infinite;
}
@keyframes squash {
  0% {transform: scale(1) translate(0, 0);}
  50% {transform: scale(1.5, .5) translate(0, 60px);}
  100% {transform: scale(1) translate(0, 0);}
}

.wrap-footer{
  background: #eee;
  padding:30px 0;
  font-size: 12px;
  text-align: center;
  color: #666;
}
.wrap-footer a{
  color: #666;
}

@media(max-width:767px) { 


.hero{
  margin-bottom: 40px;
}
.hero .container{
  padding: 0;
}
.hero-header{
  padding:40px;
}
.wrap-pagelogo{
  width:100%;
  max-width: 100%;
  margin:0 auto;
}


.wrap-timedata dt{
  font-size: 14px;
  padding:5px;
}
.wrap-timedata dd{
  padding: 0;
}
.time{
  font-size: 30px;
}
.time + small{
  font-size: 20px;
}


.cta-tel{
  padding: 24px 12px;
}
.cta-tel dt{
  margin-bottom: 12px;
}
.cta-tel dt a{
  font-size: 18px;
  padding: 15px 10px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#78da7a+0,01a801+100 */
  background: #78da7a; /* Old browsers */
  background: -moz-linear-gradient(top,  #78da7a 0%, #01a801 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #78da7a 0%,#01a801 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #78da7a 0%,#01a801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78da7a', endColorstr='#01a801',GradientType=0 ); /* IE6-9 */
  display: block;
  border-radius: 8px;
  animation: gelatine 1.5s infinite;
}
.cta-tel dt a:before{
  background:url(../img/icon-tel-sp.png) no-repeat;
  background-size: cover;
  width:15px;
  height: 20px;
  position: relative;
  top: 4px;
  animation: none;
}
.cta-tel dt.cta-title{
  line-height: 1;
  background: #b20005;
  padding: 15px 5px;
  text-align: center;
  margin: -24px -12px 20px -12px;
}
.cta-tel strong{
  font-size: 16px;
}
.cta-tel dd{
  font-size: 14px;
}


.box-about{
  margin-bottom: 30px;
}
.about-header{
  margin-bottom: 40px;
}
.about-header h2{
  font-size: 20px;
}
.about-header h2 b{
  display: block;
  margin:5px 0;
}
.about-header p{
  text-align: left;
  font-size: 14px;
}
.wrap-no1,
.wrap-selectsale{
  margin-bottom: 30px;
}
.wrap-selectsale{
  margin-top: 30px;
}
.wrap-no1 h3,
.wrap-selectsale h3{
  font-size: 18px;
}
.list-selectsale{
  padding: 10px 10px;
  display: block;
}
.list-selectsale li{
  padding:0 3px;
  font-size: 16px;
}
.list-selectsale li + li{
  margin-top: 10px;
}
.list-selectsale li div{
  padding: 10px 5px;
}
.wrap-rank{
  text-align: center;
  margin-bottom: 30px;
}
.wrap-rank img{
  margin:0 auto;
}
.box-question .list-selectsale li{
  width: 100%;
  margin-bottom: 10px;
}
.box-question .list-selectsale li:last-child{
  margin-bottom: 0px;
}


.box-salelist{
  margin-bottom: 60px;
}

.title-salelist{
  font-size: 14px;
  padding:5px;
}
.box-salelist-inner{
  padding: 10px;
}
.wrap-salelist li{
  font-size: 13px;
}


.row-step{
  margin-bottom: 40px;
}

.flow-txt dt{
  font-size: 18px;
}
.flow-txt dd{
  font-size: 14px;
}
.flow-main{
  border:solid 3px #eee;
  padding:8px;
  margin-top: 10px;
}
.flow-main ul{
  margin-top: 5px;
  margin-bottom: 15px;
}
.flow-main li{
  font-size: 14px;
}


.box-question{
  margin-bottom: 30px;
}
.question-header{
  margin-bottom: 40px;
}
.question-header h2{
  font-size: 20px;
}


.title-question{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.wrap-question2{
  padding: 15px;
  margin-bottom:10px;
}
.text-answer dt{
  font-size: 16px;
}
.text-answer dd{
  font-size: 14px;
}



.box-jisseki{
  padding: 60px 0;
  margin-bottom: 40px;
}
.jisseki-header{
  margin-bottom: 30px;
}
.col-jisseki{
  border-top: 1px dotted #ccc;
}
.col-jisseki + .col-jisseki{
  border-left: 1px dotted #ccc;
}
.col-jisseki:nth-child(3n),
.col-jisseki:nth-child(5n){
  border-left:none;
}
.col-jisseki:nth-child(1),
.col-jisseki:nth-child(2){
  border-top:none;
}
.col-jisseki:nth-child(3){
  border-top: 1px dotted #ccc;
}
.wrap-jisseki{
  padding: 8px 8px;
}
.jisseki-header h2 img{
  margin:0 auto;
  zoom:0.6;
}
.jisseki-header p{
  text-align: left;
  font-size: 14px;
}

.title-jisseki{
  margin-bottom: 5px;
}
.text-jisseki dt{
  font-size: 18px;
}
.text-jisseki dt small{
  font-size: 14px;
}
.text-jisseki dd{
  font-size: 14px;
}


.row-kougaku{
  padding: 10px;
}
.wrap-reserve a{
  padding:15px 10px;
}

.icon-fukidashi{
  position: absolute;
  bottom:25px;
  left: 0px;
  width: 60px;
}

}


/* 右下CVボタン */
.float-btn {
  position: fixed;
  width: 40%;
  max-width: 200px;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.btn-site2 {
    display: block;
    padding: 0;
    width: 100%;
    -webkit-animation: gelatine 1.5s infinite;
    animation: gelatine 1.5s infinite;
}
/**
 * $keyframes \ gelatine
 **/
@keyframes gelatine {
  from, to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }

  12% {
  -webkit-transform: scale(0.95, 1.05);
  transform: scale(0.95, 1.05);
  }

  24% {
  -webkit-transform: scale(1.05, 0.95);
  transform: scale(1.05, 0.95);
  }

  36% {
  -webkit-transform: scale(0.975, 1.025);
  transform: scale(0.975, 1.025);
  }

  48% {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }

  from, to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }

  12% {
  -webkit-transform: scale(0.95, 1.05);
  transform: scale(0.95, 1.05);
  }

  24% {
  -webkit-transform: scale(1.05, 0.95);
  transform: scale(1.05, 0.95);
  }

  36% {
  -webkit-transform: scale(0.975, 1.025);
  transform: scale(0.975, 1.025);
  }

   48% {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }
}
@-webkit-keyframes gelatine {
  from, to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }

  12% {
  -webkit-transform: scale(0.95, 1.05);
  transform: scale(0.95, 1.05);
  }

  24% {
  -webkit-transform: scale(1.05, 0.95);
  transform: scale(1.05, 0.95);
  }

  36% {
  -webkit-transform: scale(0.975, 1.025);
  transform: scale(0.975, 1.025);
  }

  48% {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }

  from, to {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }

  12% {
  -webkit-transform: scale(0.95, 1.05);
  transform: scale(0.95, 1.05);
  }

  24% {
  -webkit-transform: scale(1.05, 0.95);
  transform: scale(1.05, 0.95);
  }

  36% {
  -webkit-transform: scale(0.975, 1.025);
  transform: scale(0.975, 1.025);
  }

  48% {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  }
}


.text-price {
  /* 点滅 */
  font-size: 40px;
  display: inline-block;
  animation: flash 0.4s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
/*.text-price {
  font-size: 40px;
  display: inline-block;

  background: url(../img/animated_text_fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 3s linear infinite;

  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
}
@-webkit-keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}*/

.label-kaitori{
  background: #f30054;
  font-size: 12px;
  padding: 5px 15px;
  margin:0 15px 0 0;
  color: #fff;
  border-radius: 4px;
  position: relative;
  top: -10px;
  display: inline-block;
}
.yokopuru {
    animation: yokopururun 1.4s linear infinite;
}
@keyframes yokopururun {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.0, 1.0) translate(10%, 0%) skew(-10deg, 0deg); }
  60%  { transform: scale(1.0, 1.0) translate(20%, 0%) skew(-20deg, 0deg); }
  70%  { transform: scale(1.0, 1.0) translate(-15%, 0%) skew(15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(15%, 0%) skew(-15deg, 0deg); }
  80%  { transform: scale(1.0, 1.0) translate(5%, 0%) skew(-5deg, 0deg); }
  90%  { transform: scale(1.0, 1.0) translate(-5%, 0%) skew(5deg, 0deg); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@media(max-width:767px) { 
.label-kaitori{
  top: 0;
}
}

/* =====================
  電光掲示板
======================= */
.ledText {
  overflow: hidden;
  position: relative;
  margin: 0 0 60px 0;
  padding:5px 0;
  color: #e6f429;
  font-size: 46px !important;
  font-weight: bold !important;
  background: #222222;
  line-height: 1em;
  border-top: 2px solid #e6f429;
  border-bottom: 2px solid #e6f429;
}

/* CSS3グラデーションでドット感を出す */
.ledText:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(#0a0600 1px, transparent 0px), linear-gradient(0, #0a0600 1px, transparent 1px);
  background-image: -webkit-linear-gradient(#0a0600 1px, transparent 0px), -webkit-linear-gradient(0, #0a0600 1px, transparent 1px);
  background-size: 2px 2px;
}

/* CSS3アニメーションでスクロール */
.ledText span {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 15s;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 15s;
}

@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}



.wrap-bnrbox-strong{
  position: relative;
  border:solid 5px #EE000E;
  background: #fff;
  padding: 36px 12px;
  margin-bottom: 120px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
}
.wrap-bnrbox-strong img{
  display: block;
  margin:0 auto;
}
.wrap-bnrbox-lead{
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px;
  text-align: center;
  animation: gelatine 1.5s infinite;
}
.wrap-bnrbox-strong .wrap-reserve{
  margin-bottom: 0;
}
.wrap-bnrbox-strong-title{
  display: inline-block;
  background: #EE000E;
  color: #fff;
  padding: 6px 20px;
  border-radius: 100px;
  position: absolute;
  top:-23px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 20px;
  font-weight: bold;
}
@media(max-width:767px) {
.wrap-bnrbox-strong{
  padding: 36px 12px 12px;
  margin-bottom: 60px;
}
.wrap-bnrbox-lead{
  font-size: 16px;
}
.wrap-bnrbox-strong-title{
  display: block;
  padding: 6px 10px;
  position: absolute;
  top:-23px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 16px;
  width: 96%;
  text-align: center;
}
}


.row-jisseki-motto{
  position: relative;
}
.row-jisseki-motto .btn-motto{
  width: 100%;
  max-width: 400px;
  position: absolute;
  bottom:40px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media(max-width:767px) {
.row-jisseki-motto .btn-motto{
  width:90%;
  max-width: 400px;
  position: absolute;
  bottom:20px;
  left: 50%;
  transform: translate(-50%, 0);
}
}