@charset "UTF-8";
/*           common            */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  -webkit-print-color-adjust: exact;
  scroll-behavior: smooth;
  /*scroll-padding-top: 60px;*/
}

.min {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
}

.futura {
  font-family: "Renner*";
}

body {
  font-size: 1.4rem;
  color: #4d4d4d;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
p,
dt,
dd,
li,
td,
th {
  line-height: 1.6em;
  font-weight: 400;
}

b {
  font-weight: 600;
  color: #5dc1cf;
}

a {
  text-decoration: none;
  color: #333333;
}

a:visited {
  color: #333333;
}

a:hover {
  opacity: 0.8;
  transition: 0.7s;
}

li {
  list-style-type: none;
}

img {
  flex-shrink: 0;
}

.inr10 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.inr20 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.inr30 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}

.rtn {
  flex-direction: row-reverse;
}

.midashi-1 {
  font-size: 2.3rem;
  color: #d9318b;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 20px;
  overflow: hidden;
  padding: 30px 0;
}

.midashi-1 > span {
  position: relative;
  display: inline-block;
}

.midashi-1 > span::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #d9318b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -105%;
  margin: auto;
}

.midashi-1 > span::before {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #d9318b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -105%;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7,
  h8,
  p,
  dt,
  dd,
  li,
  td,
  th {
    font-weight: 400;
    line-height: 1.8em;
    padding: 0;
    margin: 0;
  }
  .flex-ctr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp-only {
    display: none;
  }
  .midashi-1 {
    font-size: 3.8rem;
    color: #d9318b;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Sawarabi Mincho", "Yu Mincho", "MS PMincho", serif;
    text-align: center;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
    max-width: 1080px;
  }
  .midashi-1 > span {
    position: relative;
    display: inline-block;
    min-width: 600px;
  }
  .midashi-1 > span::after {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #d9318b;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 30px);
    margin: auto;
  }
  .midashi-1 > span::before {
    content: "";
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #d9318b;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 30px);
    margin: auto;
  }
}
@media print, screen and (min-width: 980px) {
  body {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .inr10,
  .inr20,
  .inr30 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
/*              */
/*    header    */
/*              */

/*              */
/*    footer    */
/* 
*/
footer {
  margin-top: 80px;
}

.footer-title {
  width: 100%;
  max-width: 220px;
  margin: auto;
}

.footer-title img {
  width: 100%;
}

.footer-fixed {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 0;
  z-index: 999;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.4);
  transform: translateY(100px);
  transition: 0.7s;
}

.footer-fixed-open {
  transform: translateY(0);
}

.footer-fixed-close {
  transform: translateY(-100px);
}

.footer-fixed .flex-ctr {
  display: flex;
  justify-content: space-between;
  max-width: 375px;
  margin: auto;
  padding: 0 20px;
}

.footer-fixed .flex-ctr > div {
  width: calc(50% - 4px);
}

.cp {
  text-align: center;
  font-size: 0.9rem;
  margin: 8px 0;
}

/* 上に戻る　*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 64px;
  right: 24px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 82px;
    right: 14px;
  }
}
.pagetop a {
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  background: #707070;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    display: block;
    background: #707070;
    text-align: center;
    position: relative;
    border-radius: 50%;
  }
}
.pagetop a::after {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 12.5px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  border-radius: 10px;
}
.pagetop a::before {
  content: "";
  width: 2px;
  height: 12px;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 12.5px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}


/*# sourceMappingURL=common.css.map */
