@charset "UTF-8";
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,th,td,img{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
ol,ul {list-style:none;}
li {display: inline-block;*display: inline;*zoom: 1;}
img{max-width: 100%;}
a {color:#0064FF;text-decoration:none;-webkit-touch-callout:none;outline:none;}
a:link{color:#0064FF;}
a:visited{color:#0064FF;}
a:hover{color:#FFA0A0;}
a:focus{outline:0}
a:hover,a.selected,a:link{text-decoration:none;}
a,img{vertical-align:top; border-style:none;//IE8}
.clrfx:before,.clrfx:after {content: " ";display: table;clear: both;}
.clrfx {*zoom: 1;}
.dn{display: none;}
.fl {float: left;}
.fr {float: right;}
.vh{visibility: hidden;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{filter: alpha(opacity=60);opacity: 0.6;}
.forPc{display:block;}
.forSp{display:none;}

/* Common
 * --------------------------------------------------------*/
body {
  letter-spacing: 1px;
  font:normal 16px/28px "YuGothic", "Yu Gothic","游ゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wrap {
  width: 800px;
  margin: 0 auto;
}
/* header */
header {
}
header h1 {
}
.mainImg {
  position: relative;
}
.mainImg .bx-viewport {
 width: 100%;
 }
.mainImg #slider {
  width: 100%;
 }
.mainImg #slider li {
  width: 100%;
  left:0;
 }
 .mainImg #slider li img {
  width: 100%;
}

.pa{
  position: absolute;
  z-index: 9999999;
  text-align: center;

}
.hd_ttl {
  top: 4%;
  left: 0;
  right: 0;
  padding: 0 20px;
}

.hd_lead {
  top: 33%;
  left: 0;
  right: 0;
}

.hd_credit {
  left: 0;
  right: 0;
  bottom: 8%;
}



#yodogawa {
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.3em;
  padding: 50px 0;
}

#info_pre {

  border: 1px solid #000;
  padding: 30px 104px;
  display: table;
  margin: 0 auto;
  margin-top: 50px;
}

.credit {
  font-size: 12px;
  line-height: 21px;
  color: #333;
  text-align: right;
  margin-top: 40px;
}
.update{
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #333;
  text-align: center;
  padding: 45px 0 50px 0;
}

footer {
  border-top: 1px solid #000;
  padding: 30px 0;
  text-align: center;
}
footer .ft_inner{
  width: 770px;
  margin: 0 auto;
}
footer ul {
  padding-top: 10px;
  padding-bottom: 36px;
}
footer li {
  padding: 0 32px;
}

footer li.ft_home {
  padding-left: 170px;
}
        /* profile */
        .prof {
          text-align: right;
          margin-top: -88px;
        }
        .prof_pc{display: block;}
        .prof_sp{display: none;}
        .prof_pc_box{display: none;}
        #profile{
          margin: 0 auto;
          width: 380px;
          padding: 30px 0;
        }
        #profile h3,
        #profile p {
          font-size: 13px;
          line-height: 26px;
          padding:0 30px;
          text-align: left;
        }
        #profile h3 {
          font-size: 18px;
          padding-bottom: 15px;
        }
        #profile .btn_close {
          display: none;
        }

/* sp
 * --------------------------------------------------------------------------- */
@media only screen and (max-width: 769px) {
  .wrap {
    width: 80%;
  }
}

@media only screen and (max-width: 479px) {
  body {width: 100%;margin: 0 auto;}
  img{max-width:100%;height:auto;}
  .hoverOp:hover{filter: alpha(opacity=100);opacity: 100;}
  .wrap{width: 90%;}
  .fl,.fr {float: none;}
  .forPc{display:none;}
  .forSp{display:block;}


  .hd_ttl {
    top: 4%;
    left: 0;
    right: 0;
    padding: 0 5px;
    width: 90%;
    margin: 0 auto;
  }

  .hd_lead {
    width: 90%;
    margin: 20px auto 0 auto;
    position: relative;
  }

  .hd_credit {
    left: 0;
    right: 0;
    bottom: 30%;
    padding: 0 5px;
    width: 80%;
    margin: 0 auto;
  }
  #yodogawa{
    padding: 30px 0;
    line-height: 30px;
    letter-spacing: 0.15em;
  }
  #info_pre{
    margin-top: 50px;
    padding: 20px 10px;
  }
  /* [sp] flipPage */
	#flipPage{
		text-align: center;
	}
	#flipPage{
		padding-top: 10px;
		margin: 0 auto;
		width: 100%;
	}
	#flipPage li {
		display: inline-table;
		width: 10%;
	}
	#flipPage li.btn_top{
		padding: 0;
		width: 30%;
		padding: 0 10px
	}
	#flipPage li img {
		padding: 0;
	}

  /* [sp] footer */
  footer {
    width: 100%;
  }
  footer li{
    display: inline-block;
    padding: 0;
  }
  footer li {
    width: 22%;
  }
  footer li.ft_home {
    padding-left: 0;
  }
  footer .ft_inner {
    width: 100%;
  }


      /* [sp] profile */
      .prof {
        text-align: left;
        margin-top: 0px;
       }
      .prof_pc{display: none;}
      .prof_sp{display: block;}
      .prof_pc_box{display: block;}
      #profile{
        width: 100%;
        padding: 20px 0 30px 0;
        display: none;
      }
      #profile .btn_close {
        text-align: center;
        padding-top: 10px;
        font-size: 14px;
        display: block;
      }

}
