/*==========================================
 reset
===========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
li {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*==========================================
 gloval
===========================================*/
body {
  margin: 0 auto;
  font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, 'メイリオ', "ＭＳ Ｐゴシック", sans-serif, Arial;
  -webkit-text-size-adjust: 100%;
  padding: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #333;
}
a:link {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: none;
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic
}
h1, h2, h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
p, li, dt, dl {
  line-height: 1.6;
}
/*==========================================
 既存CSS上書き分
===========================================*/
#wrapper {
  height: auto;
  width: 880px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: #fff;
}
div#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  text-align: left;
  overflow: hidden;
}
#pagetop .button {
  width: auto;
}
/*==========================================
 header
===========================================*/
/*==========================================
 contents
===========================================*/
.wrapper {
  width: 750px;
  margin: 0 auto;
}
section {
  margin: 0;
  padding: 0;
  line-height: 0;
}
/* 遅延読込画像 */
.lazy-load {
  opacity: 0;
  transition-duration: .5s;
}
/*==========================================
 application
===========================================*/
.offerAll {
  background: #EBECEE url("../images/offer_bg.jpg") no-repeat center top;
  background-size: contain;
  height: 1060px;
  margin: 0 auto;
  text-align: center;
}
.offerAll_end {
  background: url(../images/offer_bg.jpg) no-repeat center top;
  height: 1060px;
  margin: 0 auto;
  text-align: center;
}
.offerBtn {
  display: block;
  width: 627px;
  height: 187px;
  margin: 0 auto;
  position: relative;
}
.offerBtn a {
  display: block;
  width: 627px;
  position: absolute;
  top: 790px;
  right: 0;
  left: 0;
  margin: auto;
}
.btnAnime a {
  transform: scale(1);
  filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  animation: scaleanime 1s infinite normal none running;
}
@keyframes scaleanime {
  0% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  }
  30% {
    transform: scale(0.9);
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    -moz-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    -o-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    -ms-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -webkit-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, .3));
  }
}
/*==========================================
 pagetopBtn
===========================================*/
.gotop {
  position: relative;
  width: 100%;
  text-align: center;
}
.gotop a img {
  position: absolute;
  top: -30px;
  background: none !important;
}
.gotop a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=40);
  -ms-filter: "alpha( opacity=40 )";
  background: none !important;
}
/*==========================================
 font-style
===========================================*/
p {
  line-height: 1.5;
  padding: 0 10px 20px;
}
.imgR {
  float: right;
  margin: -20px 0 20px 20px;
}
p.imgC {
  text-align: center;
  padding: 0;
}
.txtC {
  text-align: center;
  padding: 30px 0;
}
.clear {
  clear: both;
}

/*==========================================
 クーポンチケット
===========================================*/
.coupon_ticket {
  text-align: center;
  border: 20px solid #fc9ce5;
  padding: 40px;
}
.coupon_ticket > img {
  padding: 0 10px;
  margin-bottom: 30px;
}
.coupon_ticket > p {
  font-size: 27px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1;
}
.coupon_ticket > p > span {
  color: #fc9ce5;
}
.coupon_ticket > p::before {
  content: "＼";
}
.coupon_ticket > p::after {
  content: "／";
}
.coupon_ticket ul {
  text-align: left;
  font-size: 33px;
  font-weight: bold;
  display: inline-block;
  width: 415px;
}
.coupon_ticket ul > li {
  margin-bottom: 25px;
}
.coupon_ticket ul > li > input {
  display: none;
}
.coupon_ticket ul > li > label {
  padding-left: 70px;
  position: relative;
}
.coupon_ticket ul > li > label::before {
  content: "";
  display: block;
  border: 10px solid #909090;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -10px;
}
.coupon_ticket ul > li > label::after {
  content: "";
  display: block;
  border-left: 5px solid #909090;
  border-bottom: 5px solid #909090;
  transform: rotate(-45deg);
  position: absolute;
  width: 20px;
  height: 13px;
  top: 27%;
  left: 21px;
  opacity: 0;
}
input[type=radio]:checked + label::after {
  opacity: 1;
}
.coupon_ticket ul > li:first-child > label::before {
  border-color: #fc9ce5;
}
.coupon_ticket ul > li:first-child > label::after {
  border-color: #fc9ce5;
}

/*==========================================
 FAQ
===========================================*/
section.faq {
  background-color: #f6f0f2;
  width: 100%;
  padding: 0 0 3em;
}

.faq_box {
  width: 92%;
  margin: 0 auto 2em;   
}
.accordion-container {

}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 2.4em 0 1em;
  background-color: #fff;
  border-radius:4px 4px 0 0;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #fff;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #000;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  display: none;
  background-color: #fff;
  padding: 0 0 1em;
  border-radius:0 0 4px 4px;
  text-align: center;
}
