@charset "utf-8";
@media screen and (max-width:750px){
/*--------------------------------------------
   サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html,input,textarea {
  font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, sans-serif;
}
body {
  min-width: 100%;
  background:url(../Images/common/cts_bg01.jpg) repeat-y;
  color: #1a1a1a;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  width:100%;
}

body {
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration:none;
  color:#0050c5;
}
table {
  width:100%;
}
img {
  width:100%;
  height:auto;
}
.for_pc {
  display:none;
}

/*--------------------------------------------
  header
--------------------------------------------*/
#header {
  background-color:#000;
}

#header h1 {
  float: left;
  width: 220px;
  height: auto;
}
#header h1 a {
  display: block;
}
#header .hdr_right {
  float: right;
}

#header #hdr_sp{
    padding:10px;
  }

#header #hdr_sp .hdr_right #menu_btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 4%;
  width: 28px;
  padding: 0;
}
#header #hdr_sp .hdr_right #menu_btn .b1,
#header #hdr_sp .hdr_right #menu_btn .b2,
#header #hdr_sp .hdr_right #menu_btn .b3 {
  width: 28px;
  height: 4px;
  margin: 0 auto;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  background-color: #fff;
}
#header #hdr_sp .hdr_right #menu_btn .b2,
#header #hdr_sp .hdr_right #menu_btn .b3 {
  margin: 5px auto 0;
}
.drawer-open #header #hdr_sp .hdr_right #menu_btn .b1,
.drawer-open #header #hdr_sp .hdr_right #menu_btn .b2,
.drawer-open #header #hdr_sp .hdr_right #menu_btn .b3 {
  background-color: #fff;
}
.drawer-open #header #hdr_sp .hdr_right #menu_btn .b1 {
  -webkit-transform: rotate(225deg) translate3d(-5px, -5px, 0);
  -moz-transform: rotate(225deg) translate3d(-5px, -5px, 0);
  -ms-transform: rotate(225deg) translate3d(-5px, -5px, 0);
  transform: rotate(225deg) translate3d(-5px, -5px, 0)
}
.drawer-open #header #hdr_sp .hdr_right #menu_btn  .b2 {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.drawer-open #header #hdr_sp .hdr_right #menu_btn .b3 {
  -webkit-transform: rotate(-225deg) translate3d(-7px, 8px, 0);
  -moz-transform: rotate(-225deg) translate3d(-7px, 8px, 0);
  -ms-transform: rotate(-225deg) translate3d(-7px, 8px, 0);
  transform: rotate(-225deg) translate3d(-7px, 8px, 0)
}
.drawer-nav {
  background: #000;
}
.drawer-menu {
  padding: 10%;
}
.drawer-menu li {
  border-bottom-color: #fff;
}
.drawer-menu a {
  display: block;
  color: #fff;
  padding: 12px;
}

/*--------------------------------------------
  mainimage
--------------------------------------------*/

#mainimage {
  width: 100%;
  position: relative;
}
#mainimage .mainimage_text {
  position: absolute;
  top: 0;
  left: 34px;
}
#mainimage .mainimage_text img {
  width: 100%;
  height: auto;
}
#mainimage .sp-buttons {
  position: absolute;
  bottom: 0;
}
#mainimage .sp-button {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  margin: 4px 10px;
}
#mainimage .sp-selected-button {
  background: #fff;
}





/*--------------------------------------------
  Footer
--------------------------------------------*/

#footer {
  width: 100%;
  background: #1a1a1a;
  padding: 30px 0;
}
#footer .ftr_inner {
  width: 100%;
  padding-bottom: 20px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #fff;
}

#footer .ftr_logo img{
  width:280px;
}
#footer .left_col {
}
#footer .left_col .ftr_logo {
  margin-bottom: 5px;
  text-align: center;
}
#footer .left_col .ftr_txt {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
#footer .right_col {
  display:none;
}
#copyright {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}
.pagetop {
  width:60px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  transition: 0.3s;
}
.pagetop a {
  display: block;
  text-decoration: none;
  background-color:#fff;
}