@charset "utf-8";
/*		Styles for all
----------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: auto;
  background: #ffffff;
  color: #333;
  font-size: 14px;
}
a:link {
  text-decoration: none;
  color: #4374E4;
}
a:visited {
  text-decoration: none;
  color: #996699;
}
a:active {
  text-decoration: underline;
  color: #FF6699;
}
a:hover {
  text-decoration: underline;
}
P {
  margin: 0;
}
img {
  border: 0;
}
.sp {
  display: block;
  clear: both;
  height: auto;
}
a:hover .hover_img {
  opacity: 0.7; /*要素の透明度を指定*/
  filter: alpha(opacity=70); /*ie6、7の透明度指定*/
  /*ちなみにie8の透明度指定はこれ→ -ms-filter: "alpha(opacity=70)";*/
}
/*-----------------------------------
　　フォント
-----------------------------------*/
.font-01 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.font-02 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 21px;
}
/*************
/* page-top
*************/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  z-index: 100;
}
#page-top img {
  display: block;
}
/*-----------------------------------
　　スライダー
-----------------------------------*/
.menu {
  position: absolute;
}
.menu a {
  display: block;
  padding: 12px 10px 12px 10px;
  background: #626262;
  color: #fff;
}
.menu a:hover {
  background: #7d7d7d;
  color: #fff;
}
.sb-menu li {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sb-menu > li:last-child {
  border-bottom: none;
}
.sb-menu li a {
  width: 100%;
  display: inline-block;
  padding: 15px;
  color: #f2f2f2;
}
.sb-menu li a:hover {
  border-left: 3px solid #ffa636;
  color: #ffa636;
}
.button {
  color: #ffa636;
  text-decoration: underline;
  cursor: pointer;
}
.sb-right p {
  padding: 20px;
  color: #f2f2f2;
  line-height: 1.8;
}
/*-----------------------------------
　　 ヘッダー 
-----------------------------------*/
.header {
  width: 100%;
  height: auto;
  margin: 0px auto;
}
.logo {
  width: 190px;
  height: auto;
  margin: 20px auto 20px;
}
.main_menu {
  width: 1000px;
  height: auto;
  margin: 20px auto 0px;
}
.m01 {
  width: 230px;
  height: auto;
  margin: 0px 0px 0px 0px;
  float: left;
}
.m02 {
  width: 230px;
  height: auto;
  margin: 0px 0px 0px 26px;
  float: left;
}
.m03 {
  width: 230px;
  height: auto;
  margin: 0px 0px 0px 26px;
  float: left;
}
.m04 {
  width: 230px;
  height: auto;
  margin: 0px 0px 0px 26px;
  float: left;
}
/*-----------------------------------
　　 フッター
-----------------------------------*/
.footer {
  width: 100%;
  height: auto;
  margin: 50px 0px 0px 0px;
}
.footer_left {
  width: 195px;
  height: auto;
  margin: 25px 0px 30px 0px;
  float: left;
}
.logo02 {
  width: 100%;
  height: auto;
  margin: 0px 0px 20px 0px;
  float: left;
}
.logo03 {
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  float: left;
}
.footer_right {
  width: 770px;
  height: auto;
  margin: 30px 0px 0px 0px;
  float: right;
}
.f01 {
  width: auto;
  height: auto;
  margin: 0px 0px 0px 50px;
  letter-spacing: 0.15em;
  line-height: 28px;
  float: left;
  font-size: 12.5px;
}
.f01 a {
  color: #454444;
}
.f02 {
  width: auto;
  height: auto;
  margin: 35px 0px 0px 0px;
}
.tel {
  width: 285px;
  height: auto;
  margin: 0px 0px 0px 0px;
  float: right;
}
.copyright {
  width: 100%;
  height: auto;
  margin: 20px 0px 5px 0px;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #7f7f7f;
}
/* PC用 */
@media print, screen and (min-width:1000px) {
  .inner {
    width: 1000px;
    height: auto;
    margin: 0px auto;
  }
  /*-----------------------------------
　　 スライドメニュー
-----------------------------------*/
  #fixed-top {
    display: none;
  }
  .sb-slidebar sb-left {
    display: none;
  }
}
/* モニター幅1000px以下 */
@media only screen and (max-width:1000px) {
  .inner {
    width: 98%;
    height: auto;
    margin: 0px auto 0px;
  }
  /*-----------------------------------
　　 ヘッダー 
-----------------------------------*/
  .header {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .logo {
    width: 190px;
    height: auto;
    margin: 15px auto 15px;
  }
  .main_menu {
    display: none;
  }
  /*-----------------------------------
　　 フッター
-----------------------------------*/
  .footer {
    margin: 40px 0px 0px 0px;
  }
  .footer img {
    width: 100%;
    height: auto;
  }
  .footer_left {
    width: 20%;
    margin: 0px 0px 0px 0px;
  }
  .logo02 {
    margin: 0px 0px 10px 0px;
  }
  .logo03 {
    margin: 0px 0px 0px 0px;
  }
  .footer_right {
    width: 80%;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  .f01 {
    margin: 0px 0px 0px 40px;
    letter-spacing: 0.12em;
    line-height: 25px;
    font-size: 12.5px;
  }
  .f02 {
    width: 75%;
    margin: 25px 0px 0px 0px;
  }
  .tel {
    width: 33%;
    margin: 0px 0px 0px 0px;
  }
  .copyright {
    margin: 20px 0px 5px 0px;
    font-size: 10px;
  }
}
/* iPad 縦 */
@media only screen and (max-width:768px) {
  /*-----------------------------------
　　 ヘッダー 
-----------------------------------*/
  .header {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .logo {
    width: 150px;
    height: auto;
    margin: 5px auto;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  /*-----------------------------------
　　 フッター
-----------------------------------*/
  .footer {
    margin: 20px 0px 0px 0px;
  }
  .footer_left {
    width: 65%;
    margin: 0px auto 0px;
    float: none;
  }
  .logo02 {
    width: 45%;
    margin: 0px 0px 10px 0px;
    float: left;
  }
  .logo03 {
    width: 45%;
    margin: 0px 0px 0px 0px;
    float: right;
  }
  .footer_right {
    width: 100%;
  }
  .f01 {
    display: none;
  }
  .f02 {
    display: none;
  }
  .tel {
    width: 42%;
    margin: 0px auto 15px;
    float: none;
  }
  .copyright {
    margin: 10px 0px 5px 0px;
  }
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
  /*************
/* page-top
*************/
  #page-top {
    bottom: 10px;
    right: 10px;
  }
  .font-02 {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 20px;
  }
  /*-----------------------------------
　　 ヘッダー 
-----------------------------------*/
  .header {
    width: 100%;
    height: auto;
    margin: 0px auto;
  }
  .logo {
    width: 100px;
    height: auto;
    margin: 5px auto;
  }
  .menu a {
    padding: 9px 7px 9px 7px;
  }
  /*-----------------------------------
　　 フッター
-----------------------------------*/
  .footer {
    margin: 20px 0px 0px 0px;
  }
  .footer_left {
    width: 70%;
  }
  .logo02 {
    width: 47%;
    margin: 0px 0px 0px 0px;
  }
  .logo03 {
    width: 47%;
    margin: 0px 0px 0px 0px;
  }
  .footer_right {
    width: 100%;
  }
  .f01 {
    display: none;
  }
  .f02 {
    display: none;
  }
  .tel {
    width: 60%;
    margin: 0px auto 15px;
  }
  .copyright {
    margin: 10px 0px 5px 0px;
  }
}