@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
reset
-------------------------------------------------------------- */

*{
  margin:0;
  padding:0;
  border: 0;
  outline: 0;
  background: transparent;
  list-style-type: none;
  border-collapse:collapse;
}

html,body{
  width: 100%;
  height: 100%;
}
a:link{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}
a:hover {
  text-decoration:none;
  opacity:0.7;
}
a:hover img {
  opacity:0.7;
}

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-size:100%;
}
body {
  display:block;
}
ol,
ul {
  list-style:none;
}
blockquote,
q {
  quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content:'';
  content:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
caption,
th,
td {
  font-weight:normal;
  text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear:both;
}
html {
  font-size:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-text-size-adjust:100%;/**i-phoneのsafariの文字サイズ用のハック**/
  -ms-text-size-adjust:100%;
}
a,
a:link,
a:visited,
a:active,
a:hover { /* FireFox リンク選択時の点線を消す */
  overflow:hidden;
  outline:none !important;
}
a:focus {
  outline:thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display:block;
}
audio,
canvas,
video {
  display:inline-block;
}
audio:not([controls]) {
  display:none;
}
del {
  color:#333;
}
ins {
  background:#fff9c0;
  text-decoration:none;
}
hr {
  background-color:#ccc;
  border:0;
  height:1px;
  margin:24px;
  margin-bottom:1.714285714rem;
}
sub,
sup {
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}
sup {
  top:-0.5em;
}
sub {
  bottom:-0.25em;
}
small {
  font-size:smaller;
}
img {
  border:0;
  -ms-interpolation-mode:bicubic;
}

/*--------------------------------------------------------------
 opacity
----------------------------------------------------------------*/

a,
a img {
  border: 0;
　　border-style: none;
}
a:hover,
a:hover img {
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

/*--------------------------------------------------------------
 clearFix
----------------------------------------------------------------*/

.clearfix:after { /*floatの解除*/
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

.clearfix {min-height:1px; /*IE6、7対策*/}

* html .clearfix {
  height:1px;　/*¥*//*/ /*MAC IE5.x対策*/
  height:auto;
  overflow:hidden;
  /**/
}

.clear {clear: both;}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear:both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display:table;
  content:"";
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

編集領域

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#mainvisual img{
  max-width: 100%;
}
#mainvisual img.sp{
  display: none;
}
@media screen and (max-width:740px){
  #mainvisual img.sp{
    display: block;
  }
}

#container .guide_box *{
  box-sizing: border-box;
}

@media screen and (max-width:740px){
  #container .guide_box .right {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
}

#container .cam__fee__wrap h4.cam__fee__title{
  font-size:1.75em;
  background-color:#88D1F5;
  color:#000;
  padding:15px 0;
  text-align:center;
}
.cam__fee__lst li{
  list-style:none;
  text-align:left;
  border-bottom:1px dashed #ccc;
  padding:20px 0;
}
.cam__fee__lst li:first-child{
  padding-top:0;
}
.cam__fee__lst li:nth-child(even){
  background-color:#efefef;
}
.cam__fee__data,.cam__fee__link{
  display:inline-block;
  vertical-align:middle;
}
.cam__fee__data{
  width:69%
}
.cam__fee__link{
  width:28%
}

@media screen and (max-width:740px){
  .cam__fee__data,.cam__fee__link{
    display:block;
    vertical-align:top;
  }
  .cam__fee__data{
    width:100%;
  }
  .cam__fee__link{
    padding-top:20px;
    padding-left:10px;
    width:100%;
  }
  .cam__fee__link a {
    width: 95%;
  }
}
.cam__fee__area,.cam__fee__mdltxt,.cam__fee__kikan,.cam__fee__wari{
  padding-left:10px;
}
.cam__fee__area{
  font-size:26px;
}
.cam__fee__area-m{
  font-size:20px;
  padding-left:15px;
}
.cam__fee__mdltxt{
  font-size:28px;
  color:#DD0000;
  font-weight:bold;
}
.cam__fee__mdltxt-m{
  font-size:14px;
  color:#333;
  font-weight:normal;
}
.cam__fee__kikan{
  padding:5px 0;
}
.cam__fee__wari{
  color:#DD0000;
  font-weight: bold;
}
.cam__fee__wari span{
  /*border-bottom: solid 3px #88D1F5;
  display: inline-block;
  line-height: 1.1em;*/
}
.cam__fee__attention{
  text-align:left;
  font-size:13px;
  padding-top:20px;
}
@media screen and (max-width:740px){
  .cam__fee__mdltxt-m{
    display:block
  }
  .cam__fee__kikan{
    font-size:13px
  }
}
.btn__cam__fee{
  display:inline-block;
  width:200px;
  height:54px;
  text-align:center;
  text-decoration:none;
  line-height:54px;
  outline:0;
  cursor:pointer;
}
.btn__cam__fee::before,.btn__cam__fee::after{
  position:absolute;
  z-index:-1;display:
  block;content:''
}
.btn__cam__fee,.btn__cam__fee::before,.btn__cam__fee::after{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-transition:all .3s;
  transition:all .3s;
}

.btn__cam__fee{
  position:relative;
  z-index:2;
  background-color:#FFF34B;
  border:2px solid #FFF34B;
  color:#000;
  line-height:50px;
}
.btn__cam__fee:hover{
  background-color:#fff;
  border-color:#FFF34B;
  color:#000;
}
.btn__cam__fee::before,.btn__cam__fee::after{
  top:0;
  width:50%;
  height:100%;
  background-color:#FFF34B;
}
.btn__cam__fee::before{
  right:0
}
.btn__cam__fee::after{
  left:0
}
.btn__cam__fee:hover::before,.btn__cam__fee:hover::after{
  width:0;
  background-color:#FFF34B;
}

#container .right h4.campaign {
/*  padding: 2px 0 15px 45px;*/
/*  background-position: 76px top;*/
  text-align: center;
}
#container .left .sideBnr li{
  margin: 0 0 20px;
}
#container .left .sideBnr li img{
  max-width: 100%;
}

#mainvisual{
  background-image:none;
  height: 400px;
}

#mainvisual .sp{
  display: none;
}

.opensaleArea{
  color: #222;
}

.opensaleArea .tokuten{
  background-color: #FFF34B;
  font-size: 1.5em;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.opensaleArea .mt20{
  margin-top: 20px;
}
.opensaleArea .attention{
/*  font-weight: 800;*/
  color: #DD0000;
  line-height: 2em;
  margin: 2em 0;
}
.opensaleArea .attention .num {
  color: #DD0000;
  font-size: 1.3em;
  padding: 0 3px;
}
.opensaleArea .attention .red {
  color: #DD0000;
  font-size: 1.3em;
  padding: 0 3px;
}
.period{
  width: 100%;
  margin: 20px 0 30px;
  background-color: #fcfcfc;
}

.period th,.period td{
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  border: solid 1px #ccc;
  border-collapse: collapse;
/*  text-align: center;*/
}
.period th {
  text-align: center;
}

.period dt{
  width: 23%;
  text-align: left;
}

.period dd{
  margin-bottom: 10px;
}

.period dd::before {
  content: "：";
}

.opensaleArea .text_left{
  margin-bottom: 5px;
}

.none{
  display: none;
}

#container .guide_box .right{
  width: 730px;
}

.mt20{
  margin-top: 20px;
}

.btn{
  margin: 3em 0 1em 0;
}
.btn ,.btn a{
  width: 100%;
}

@media screen and (max-width:1100px) {
  #mainvisual{
    height: inherit;
    text-align: center;
  }

  #mainvisual .pc{
    display: block;
    width: 90%;
    margin: auto;
  }

  #mainvisual .sp{
    display: block;
  }

  #container .guide_box{
    width: 90%;
  }

  #container .guide_box .right{
    width: 100%;
  }

}

@media screen and (max-width:740px) {
  #mainvisual{
    height: inherit;
  }


  #mainvisual .pc{
    display: none;
  }

  #mainvisual .sp{
    display: block;
  }

  .period th{
    width: 35%;
  }

  .period th,.period td{
    font-size: 1.0em;
    text-align: center;
    padding: 10px 5px;
  }
  .opensaleArea .tokuten{
    font-size: 1.0em;

  }
  #container .right h4.campaign{
/*    background-position: left top;*/

  }
  .none{
    display: block;
  }
}

.arrow_box {
    -webkit-border-radius: 50px;
    -moz-border-radius:50px;
    position: relative;
    padding: 14px 15px 0;
    width: 70px;
    height: 70px;
    font-weight: bold;
    border-radius: 50%;
    background-color: #DD0000;
    color: white;
    text-align: center;
    font-size: 13px;
    margin: 10px 15px 0;
    float: left;
    line-height: 1.3;
}
.arrow_box span {
    font-size: 20px;
}

.max_wari {
  font-weight: 700;
}
.max_wari span.cam__fee__mdltxt {
  padding: 5px;
}

.pl-none {
  padding-left: 0;
}

.cam__fee__line {
  display: block;
  padding: 1em 0 1.25em 0;
}
