@charset "UTF-8";
@font-face {
  font-family: "";
  src: url();
}

body {
  width: 100%;
  min-width: 1024px;
  max-height: 100%;
  color: #555555;
  margin: auto;
  font-family: 'Noto Serif JP', serif;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}

p {
  font-size: 16px;
  line-height: 1.75;
}

dl, ol, ul {
  font-size: 16px;
  line-height: 1.75;
}

table {
  font-size: 16px;
  line-height: 1.75;
}

a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  transition: .3s;
  cursor: pointer;
}

a:hover {
  opacity: .8;
}

a.line {
  text-decoration: underline;
}

.box {
  display: block;
}

.box.flex {
  display: flex;
}

::before, ::after {
  content: "";
  display: none;
}

.sp {
  display: none;
}

/*===================================
  TOP HEADER
===================================*/
#top_header {
  width: 100%;
  height: 100px;
  display: flex;
  align-content: center;
  box-shadow: 0 0 6px #333;
  position: relative;
  background: #fff;
  z-index: 1;
}

#top_header h1 {
  font-size: 42px;
  color: #ff658a;
  line-height: 1.1;
  letter-spacing: .1em;
}

#top_header h1 span {
  font-size: 20px;
  display: block;
}

#top_header .inner {
  align-items: center;
}

#top_header #menu_btn {
  display: none;
}

/*===================================
  MAIN VISUAL
===================================*/
#main_visual {
  width: 100%;
  height: 692px;
  padding-top: 96px;
  background: url(../img/mv_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#main_visual img {
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

#main_visual .mask {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: url(../img/mv_mask.png) no-repeat;
  background-size: cover;
  background-position: center;
}

/*===================================
  MAIN
===================================*/
section {
  padding: 116px 0;
}

section .inner > p {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-top: -20px;
  margin-bottom: 60px;
}

.heading {
  margin: 0 auto 70px;
}

.heading h2 {
  font-size: 42px;
  text-align: center;
  line-height: 1;
}

.heading h2 span {
  font-weight: inherit;
  position: relative;
}

.heading h2 span::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: -.6em;
  color: #ff87a4;
}

.heading::before {
  width: 68px;
  height: 4px;
  display: block;
  margin: 0px auto 30px;
  background: #ff658a;
}

.heading::after {
  width: 68px;
  height: 4px;
  display: block;
  margin: 30px auto 0;
  background: #ff658a;
}

.heading02 {
  width: 100%;
  height: 196px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/heading02_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.heading02 h2 {
  color: #fff;
  font-size: 42px;
  text-align: center;
}

.heading02 h2 span {
  display: block;
  font-size: 28px;
}

.fix_navi {
  width: 80px;
  height: 620px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
}

.fix_navi a {
  width: 80px;
  display: block;
}

.fix_navi a img {
  width: 100%;
  height: auto;
}

.fix_navi a + a {
  margin-top: 10px;
}

.fadeup {
  top: 8px;
  position: relative;
  opacity: 0;
}

/*===================================
  FOOTER
===================================*/
#footer {
  background: url(../img/footer_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 108px 0;
  color: #fff;
  position: relative;
}

#footer h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
}

#footer p {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

#footer p + p {
  margin-top: 1em;
  font-size: 16px;
}

#footer #pagetop {
  display: block;
  position: absolute;
  bottom: 140px;
  right: 10%;
}

#footer #pagetop img {
  box-shadow: 0 0 2px #ddd;
  border-radius: 50%;
}

#copy_right {
  padding: 32px 0;
  color: #ff658a;
  font-size: 14px;
  text-align: center;
  display: block;
}

/*===================================
  BUTTON
===================================*/
.btn {
  width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: auto;
  color: #fff;
  background: #ff658a;
  cursor: pointer;
}

/*============================================================================================================================================
  SP_style
============================================================================================================================================*/
@media screen and (max-width: 768px) {
  /*===================================
  GENERAL
===================================*/
  body {
    min-width: 320px;
    padding-bottom: 60px;
  }
  .inner {
    width: 100%;
    padding: 0 15px;
  }
  img, video {
    width: 100%;
    height: auto;
  }
  .tel, .tel img {
    pointer-events: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*===================================
  HEADING
===================================*/
  p {
    font-size: 12px;
  }
  dl, ol, ul {
    font-size: 14px;
    line-height: 1.75;
  }
  table {
    font-size: 14px;
    line-height: 1.75;
  }
  /*===================================
  TOP HEADER
===================================*/
  #top_header {
    width: 100%;
    height: 50px;
    display: flex;
    align-content: center;
    position: relative;
  }
  #top_header .right {
    width: 48%;
  }
  #top_header h1 {
    width: 52%;
    font-size: 18px;
  }
  #top_header h1 span {
    font-size: 10px;
  }
  #top_header .inner {
    align-items: center;
  }
  #top_header #menu_btn {
    display: none;
  }
  #main_visual {
    width: 100%;
    height: 70vh;
    max-height: 500px;
    background: url(../img/mv_bg_sp.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }
  #main_visual img {
    margin: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #main_visual .mask {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: url(../img/mv_mask_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  /*===================================
  MAIN
===================================*/
  section {
    padding: 60px 0;
  }
  section .inner > p {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 36px;
  }
  .heading {
    margin: 0 auto 35px;
  }
  .heading h2 {
    font-size: 23px;
    text-align: center;
    line-height: 1.3;
  }
  .heading h2 span::before {
    display: none;
  }
  .heading::before {
    width: 35px;
    height: 3px;
    display: block;
    margin: 0px auto 15px;
  }
  .heading::after {
    width: 35px;
    height: 3px;
    display: block;
    margin: 15px auto 0;
  }
  .heading02 {
    width: 100%;
    height: 98px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/heading02_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .heading02 h2 {
    color: #fff;
    font-size: 23px;
    text-align: center;
  }
  .heading02 h2 span {
    display: block;
    font-size: 14px;
  }
  .fix_navi {
    width: 100%;
    height: auto;
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 8px 4px;
    background: #fff;
    z-index: 100;
  }
  .fix_navi.sp {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .fix_navi a {
    width: 32%;
  }
  .fix_navi a img {
    width: 100%;
    height: auto;
  }
  .fix_navi a + a {
    margin-top: 0;
  }
  /*===================================
  FOOTER
===================================*/
  #footer {
    background: url(../img/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 55px 0;
    color: #fff;
  }
  #footer h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
  #footer p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
  }
  #footer p + p {
    margin-top: 1em;
    font-size: 12px;
  }
  #footer #pagetop {
    width: 50px;
    bottom: 150px;
    right: 15px;
  }
  #footer #pagetop img {
    box-shadow: 0 0 2px #ddd;
    border-radius: 50%;
  }
  #copy_right {
    padding: 16px 0;
    font-size: 12px;
  }
  /*===================================
  BUTTON
===================================*/
  .btn {
    width: 200px;
    font-size: 16px;
  }
}
