/* default ///////////////////////*/
html,
body {
  /*
overflow:hidden;
-webkit-text-size-adjust: 100%;
height:100%;
*/
  overflow-x: hidden;
}
body,
div,
td,
th,
ul,
ol,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
table,
td,
th {
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
  font-size: 100%;
  /* vertical-align:top; */
}
.cr:after,
.cr:before {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0px;
  clear: both;
}
img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
a img {
  border: 0px;
}
/* float ///////////////////////*/
.left,
.fleft,
.aleft {
  float: left;
}
.right,
.fright,
.aright {
  float: right;
}
.center {
  margin: 0 auto;
}
.clear,
.cr {
  clear: both;
}
.fn,
.none {
  float: none;
}
/* display ///////////////////////*/
.db {
  display: block;
}
.di {
  display: inline;
}
.dib {
  display: inline-block;
}
.dt {
  display: table;
}
.dtc {
  display: table-cell;
}
.dn {
  display: none;
}
.oh,
.ofh {
  overflow: hidden;
}
.os,
.ofs {
  overflow-y: scroll;
}
.oa,
.ofa {
  overflow-y: auto;
}
.wsn,
.nw {
  white-space: nowrap;
}
/* text ///////////////////////*/
.b,
.bold {
  font-weight: bold;
}
.tdn {
  text-decoration: none;
}
.tdu {
  text-decoration: underline;
}
.tsn {
  text-shadow: none;
}
.tin,
.tn {
  text-indent: -9999px;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
/* font ///////////////////////*/
.fwb,
.b {
  font-weight: bold;
}
.fwn,
.n {
  font-weight: normal;
}
/* position ///////////////////////*/
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.pf,
.fx {
  position: fixed;
  z-index: 100000;
}
.ps {
  position: static;
}
/* border ///////////////////////*/
.bs {
  border: 1px #000000 solid;
}
/* radius /////////////////////// */
/* sp /////////////////////// */
.sp {
  display: none;
}
.tb {
  display: none;
}
@media (max-width: 980px) {
  .tb {
    display: inline;
  }
}
@media (max-width: 640px) {
  .sp {
    display: inline;
  }
  .pc {
    display: none;
  }
}
/* color /////////////////////// */
.body {
  color: #333333;
}
.white {
  color: #FFFFFF;
}
.red {
  color: #F88971;
}
.glay {
  color: #F3F1ED;
}
.color1 {
  color: #FF0000;
}
.color2 {
  color: #EAE5DD;
}
.color3 {
  color: #D1CDC6;
}
/* bg /////////////////////// */
.bg_hover {
  background-color: #F4A22B;
}
.bg_white {
  background-color: #FFFFFF;
}
.bg_glay {
  background-color: #F3F1ED;
}
.bg_glay2 {
  background-color: #E1DDC9;
}
.bg1 {
  background-color: #FF0000;
}
.bg2 {
  background-color: #F48DAF;
}
.bg3 {
  background-color: #6296EC;
}
.bg4 {
  background-color: #89C44B;
}
.bg5 {
  background-color: #FABD00;
}
.bg6 {
  background-color: #A857C6;
}
.bg7 {
  background-color: #FFFF99;
}
.bg_yellow {
  background: url(../image/bg.jpg) repeat-x 60% 0;
}
/* a /////////////////////// */
a {
  color: #4B4B4A;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
}
/* hover /////////////////////// */
.hover {
  -webkit-transition: 0.2s ;
  transition: 0.2s ;
}
.ahover {
  opacity: 0.3;
  filter: alpha(opacity=50);
}
/* pointer /////////////////////// */
.pointer,
.prev,
.next {
  cursor: pointer;
}
/* .global ///////////////////////*/
.global .menu .bt4 {
  background-color: #FABD00;
}
/* .guide ///////////////////////*/
.guide header {
  text-align: center;
}
.guide header p {
  padding: 20px 0 0 0;
}
.guide h3 {
  font-weight: bold;
  font-size: 24pt;
  padding: 20px 0;
  background-color: #F48DAF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 10px;
}
.guide section {
  margin: 0 auto;
  margin-top: 60px;
  width: 680px;
  position: relative;
}
.guide .next {
  position: absolute;
  right: 0px;
  top: 50%;
}
.guide .prev {
  position: absolute;
  left: 0px;
  top: 50%;
}
.guide dd {
  display: block;
  padding: 10px;
}
.guide dd img {
  max-width: 100%;
  border: 3px #F48DAF solid;
}
.guide h4 {
  font-size: 16pt;
  padding: 30px 0 20px 0;
}
@media (max-width: 680px) {
  .guide header {
    text-align: left;
  }
  .guide header img {
    width: 100%;
  }
  .guide header p {
    padding: 20px 10px 0 10px;
  }
  .guide section {
    margin-top: 40px;
    width: 100%;
  }
  .guide .next {
    right: 25%;
    top: auto;
    bottom: 0px;
    width: 20px;
    z-index: 10000;
  }
  .guide .prev {
    left: 25%;
    top: auto;
    bottom: 0px;
    width: 20px;
    z-index: 10000;
  }
  .guide h3 {
    font-size: 20pt;
    padding: 15px 0;
    letter-spacing: 0px;
  }
  .guide .slot {
    margin-top: 40px;
  }
}
@media (max-width: 380px) {
  .guide section {
    margin-top: 20px;
  }
  .guide h3 {
    font-size: 16pt;
    padding: 10px 0;
    letter-spacing: 0px;
  }
  .guide h4 {
    font-size: 12pt;
    padding: 20px 0 10px 0;
  }
}
