@charset "UTF-8";
.arrow_box {
  background: #ffe200;
}
.arrow_box:after {
  border-left-color: #ffe200;
}
.arrow_box > a {color:#ea5514;}
.arrow_box > a:link {color:#ea5514;}
.arrow_box > a:visited {color:#ea5514;}
.arrow_box > a:hover {color:#ea5514;}
.txt_date {
  color: #002eff;
}
.btn_order a:link {
  color: black;
}
.btn_order a:visited {
  color: black;
}
.btn_order {
  font-size: 18px;
}
li.cont_box:last-child {
  border-bottom: none;
}

a:link{ color: #ff7bac;}

a:hover{ color: #fc4a75;}

a:visited{ color:#ff7bac;}


.forPc{display:block;}

.forSp{display:none;}

/*----------------------original----------------------*/

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFE200;
}

hr.gradient { 
  border: 0; 
  height: 1px; 
  margin: 40px 0px;
  background-image: -webkit-linear-gradient(left, #ffe200, #f5f5f5, #ffe200);
  background-image: -moz-linear-gradient(left,    #ffe200, #f5f5f5, #ffe200);
  background-image: -ms-linear-gradient(left,     #ffe200, #f5f5f5, #ffe200);
  background-image: -o-linear-gradient(left,      #ffe200, #f5f5f5, #ffe200); 
}

.wrapper {
  width: 900px;
  background-color:transparent;
}

header {
  position: relative;
}

header .hobo{
    position: absolute;
    z-index: 99;
    top: 32px;
    left: 579px;
}

header .day{
  position: absolute;
  top: 570px;
  left: 78px;
    z-index: 99;
}

.bg_top{
  margin: 0 auto;
  text-align: center;
}
.bg_btm{
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

#contents{
  width: 680px;
}

nav {
  padding: 20px 65px 51px;
}


.arrow_box {
  display: inline-block;
  position: relative;
  min-width:82%;
  font-size: 140%;
  line-height: 1.4;
  text-align: left;
  padding: 20px;
  border-radius: 15px;
}

.cont_box {
  border-bottom: none;
  background:url(/textlive/css/rmnsq/images/border.jpg) bottom repeat-x;
}

.cont_txt {
  width: 360px;
  padding-left: 20px;
  font-size: 15px;
  margin-bottom: 26px;
}

.txt_title {
  font-size: 17px;
  text-align: center;
  margin-bottom: 26px;
}

.txt_date {
  font-size: 60%;
  letter-spacing: 0.15em;
}

.main_contents{
  margin: 40px auto 0 auto;
  background-color: white;
}

#slide_area {
  padding: 40px 0px;
}
.illustrator {
  padding-top: 40px;
}
.slide_arrow_left, .slide_arrow_right {
  top: 210px;
  position: absolute;
  z-index: 9999;
}

.slide_arrow_left {
  left: -20px;
}
.slide_arrow_right {
  right: -20px;
}

#banner {
  width: 880px;
  background-color:transparent;
}

#banner .btn {
  padding-bottom: 20px;
}

#footer {
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
#footer ul li {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#footer ul {
  margin-bottom: 40px;
}

.footer_m2 {
  margin-left:50px;
}


.footer_m {
  margin: 0 70px;
}

#footer.copy{
  margin: 0 auto;
  text-align: center;
}


/*----------------------original----------------------*/


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

  .forPc{display:none;}

  .forSp{display:block;}

  .wrapper {
      width: 95%;
  }

  header h1 img{
    width: 100%;
  }

  #contents{
    width: 98%;
  }

  .cont_box {
    background-size: 4%;
    margin: 0 auto 26px auto;
  }

  .cont_txt {
    width: 96%;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  nav {
      padding: 10px;
  }
  .arrow_box {
      min-width: 67%;
      font-size: 110%;
      font-weight: 600;
      padding: 10px;
      border-radius: 10px;
  }
  .txt_title {
      font-size: 15px;
      font-weight: bold;
  }
  .txt_date {
    font-weight: normal;
    }
  .btn_order {
    font-size: 14px;
  }

  .slide_arrow_left {
    left: 1px;
    width: 30px;
  }
  .slide_arrow_right {
    right: 1px;
    width: 30px;
  }

  nav .i_img {
    background-size: contain;
    display: table;
    width: 100%;
    height: 40px;
  }
  nav .btn_prev, nav .btn_next {
    width: 24%;
  }
  nav .btn {
    font-size: 12px;
  }
  .slide_arrow_left, .slide_arrow_right {
    top: 140px;
  }

  #banner {
    width: 100%;
    background-color:transparent;
  }

  /* [sp] footer */
  #footer .copy{
    width: 80%;
    margin: 0 auto;
  }

  #footer {
    margin: 0 auto;
    text-align: center;
    margin-top:40px;
  }
  #footer ul li{
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  #footer ul {
    margin-bottom: 40px;
  }

  .footer_m {
    margin: 0px ;
  }
  .footer_m2 {
    margin: 0px;
  }
}
