@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  webkit-text-size-adjust: 100%;
  font-family: 'メイリオ', Meiryo, Verdana, Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333;
}

img {
  vertical-align: bottom;
  border: none;
}

a {
  color: #029ed1;
}
a img {
  webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
  color: #029ed1;
}

a.btn:hover img {
  opacity: 0.85;
}

li {
  list-style: none;
}

h2 {
  margin: 0 auto 30px auto;
  text-align: center;
}

h3 {
  color: #029ed1;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

h4 {
  font-size: 1.6rem;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

h5 {
  color: #029ed1;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

small {
  font-size: 1.3rem;
}

.sp {
  display: inline-block;
}

.pc {
  display: none;
}

@media all and (min-width: 956px) {
  .pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }
}
/*****

電話番号のaタグには.telをつける

*****/
.tel:hover {
  cursor: text !important;
  opacity: 1 !important;
}

/*****

wrapper

*****/
.wrapper {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 956px) {
  .wrapper {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
}
/* to page top  */
.cd-top {
  display: inline-block;
  height: 102px;
  width: 100px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../common/images/top_btn.png) no-repeat center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}

.no-touch .cd-top:hover, .cd-top:hover {
  opacity: 1;
}

@media screen and (max-width: 956px) {
  .cd-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    bottom: 60px;
    right: 20px;
    z-index: 10;
  }
}
.page_title {
  background: url("../common/images/bg_page_title.jpg") center no-repeat;
  height: 240px;
  box-sizing: border-box;
  padding-top: 46px;
}

@media screen and (max-width: 956px) {
  .page_title {
    background: url("../common/images/bg_page_title_sp.jpg") bottom right no-repeat;
    background-size: cover;
    padding: 90px 0 20px 0;
    height: auto;
  }
  .page_title h2 {
    margin: 0;
  }
}
.breadcrumbs {
  background: #f6f6f6;
  height: 40px;
  box-sizing: border-box;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.breadcrumbs ul {
  width: 960px;
  margin: 0 auto;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 20px;
  color: #666;
  background: url("../common/images/brdc_arrow.png") 0 3px no-repeat;
  padding: 0 12px 0 22px;
}
.breadcrumbs ul li:first-of-type {
  background: url("../common/images/icon_home.png") 0 0 no-repeat;
}
.breadcrumbs ul li a {
  text-decoration: none;
  color: #093e8d;
}
.breadcrumbs ul li a:hover {
  color: #029ed1;
}

@media screen and (max-width: 956px) {
  .breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 956px) {
  head {
    min-width: 956px;
  }
}

.sidebtn {
  position: fixed;
  top: 30%;
  right: 0;
  max-width: 112px;
  width: 10%;
  z-index: 11;
}

.sidebtn a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebtn a:hover {
  opacity: 0.8;
}

.sidebtn img {
  max-width: 100%;
}

@media screen and (max-width: 956px) {
  .sidebtn {
    /*position: initial;*/
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    max-width: initial;
    width: 100%;
  }
}

/*# sourceMappingURL=base.css.map */
