@charset "utf-8";

/*----------------------------------------------------
 elements
 ----------------------------------------------------*/

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "Meiryo", "verdana", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #000;
  position: relative;
}

figure {
  position: relative;
}

a {
  display: block;
  color: #231815;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

span {
  vertical-align: baseline;
}

.pos {
  position: relative;
}

/* text */
.small {
  font-size: 12px;
}

sup {
  font-size: 11px;
  vertical-align: super;
}

/*caption*/
.cap_txt {
  position: absolute;
  font-size: 10px;
  line-height: 1.3;
  bottom: 5px;
  /* transform: rotate(0.28deg); */
  z-index: 20;
}

.cap_R {
  right: 5px;
}

.cap_L {
  left: 5px;
}

.cap_W {
  color: #fff;
}

.cap_B {
  color: #000;
}

.cap_ShaW {
  text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}

.cap_ShaB {
  text-shadow: 2px 0 2px #000, -2px 0 2px #000, 0 2px 2px #000, 0 -2px 2px #000;
}

/* pagetop */
#pagetop {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 888;
}

#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: rgba(0, 184, 238, 0.9);
  position: relative;
}

#pagetop a span {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-25%, -50%);
}

/* copyright */
.copyright {
  font-size: 10px;
  color: #000000;
  letter-spacing: 1.5px;
  text-align: center;
  padding: 8px 0;
}

/* flex */
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

/* inner */
.inner_800 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.inner_1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner_1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner_1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.bread-list {
  flex-wrap: wrap;
  width: 90%;
  max-width: 1000px;
  margin: 140px auto 0;
}

.bread-list li a {
  font-size: 12px;
  font-weight: 500;
  color: #231815;
}

.bread-list.co_W li a {
  color: #fff;
}

.bread-list li a:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pconly {
  display: block;
}

/* tab */
@media (max-width: 1180px) {
  .pconly {
    display: none;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 820px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

   .bread-list {
    margin: 80px auto 0;
  }

  /* pagetop */
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: initial;
    left: 10px;
  }

  .copyright {
    margin-bottom: 0px;
  }
}

/* PC電話無効化 */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
