@charset "UTF-8";
#side p a, #header .links, #gnav, #footer #copyright, #footer #fnav, #footer #fnav > ul > li::before, #footer #fnav > ul > li ul li::before {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #333333;
  font-size: 14px;
  line-height: 2.28;
  font-family: "メイリオ", Meiryo, sans-serif;
  background-color: #fffae8;
}

a {
  color: #f781b9;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
side
------------------------------------------------- */
#side {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 4;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 180px;
  max-width: 180px;
}

#side p {
  height: 130px;
  border-radius: 5px;
  overflow: hidden;
}

#side p:nth-child(1) a {
  background: rgba(249, 126, 3, 0.8) url(../images/side-icon1.png);
  background-repeat: no-repeat;
  background-size: 46px 33.5px;
  background-position: bottom 7px right 10px;
}

#side p:nth-child(1) a:hover {
  background: #f97e03 url(../images/side-icon1.png);
  background-repeat: no-repeat;
  background-size: 46px 33.5px;
  background-position: bottom 7px right 10px;
}

#side p:nth-child(2) {
  margin-top: 5px;
}

#side p:nth-child(2) a {
  background: rgba(229, 69, 164, 0.8) url(../images/side-icon2.png);
  background-repeat: no-repeat;
  background-size: 40.5px 45px;
  background-position: bottom 7px left 10px;
}

#side p:nth-child(2) a:hover {
  background: #e545a4 url(../images/side-icon2.png);
  background-repeat: no-repeat;
  background-size: 40.5px 45px;
  background-position: bottom 7px left 10px;
}

#side p a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

#side p span {
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 1500px) {
  #side {
    width: 16.66667vw;
    min-width: 160px;
  }
}

@media (max-width: 767px) {
  #side {
    display: none;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header {
  padding-bottom: 20px;
  position: relative;
  background-color: #fffae8;
}

#header #h1txt {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

#header h1 {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  color: #333333;
  font-size: 10px;
  line-height: 2.4;
}

#header .top {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

#header .logo {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .links {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .links p:nth-child(1) a::before {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: url(../images/h-conpany.png) no-repeat center/cover;
}

#header .links p:nth-child(1) a:hover {
  color: #333;
}

#header .links p:nth-child(1) a:hover::before {
  background: url(../images/h-conpany-on.png) no-repeat center/cover;
}

#header .links p:nth-child(2) {
  margin-left: 40px;
}

#header .links p:nth-child(2) a::before {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: url(../images/h-pry.png) no-repeat center/cover;
}

#header .links p:nth-child(2) a:hover {
  color: #333;
}

#header .links p:nth-child(2) a:hover::before {
  background: url(../images/h-pry-on.png) no-repeat center/cover;
}

#header .links a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #666666;
  font-size: 12px;
  line-height: 2;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .links a::before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: block;
  content: "";
  margin-right: 7px;
}

@media (max-width: 999px) {
  #header .logo {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  #header {
    padding-bottom: 0;
  }
  #header .top {
    height: 60px;
  }
  #header .logo {
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    height: 50px;
    min-width: 0px;
    width: auto;
  }
  #header h1 {
    display: none;
  }
  #header .links {
    display: none;
  }
}

#gnav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 20px;
}

#gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#gnav > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#gnav > ul > li:hover > ul::after {
  opacity: 1;
}

#gnav > ul > li:hover > ul::before {
  opacity: 1;
}

#gnav > ul > li.current > a {
  color: #e545a4;
}

#gnav > ul > li.current ul li a {
  color: #e545a4;
}

#gnav > ul > li > a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4285;
}

#gnav > ul > li > a:hover {
  color: #e545a4;
}

#gnav > ul > li ul {
  padding-top: 35px;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translatex(-45%);
          transform: translatex(-45%);
  visibility: hidden;
  width: 340px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: 1;
}

#gnav > ul > li ul:before {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 10ms;
          transition-delay: 10ms;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translatex(-45%);
          transform: translatex(-45%);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e3067e;
}

#gnav > ul > li ul:after {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translatex(-45%);
          transform: translatex(-45%);
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #f781b9;
}

#gnav > ul > li ul li a {
  height: 50px;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  background-color: rgba(252, 222, 241, 0.7);
  border-radius: 7px;
}

#gnav > ul > li ul li a:hover {
  color: #e545a4;
}

#gnav > ul > li ul li a span {
  font-size: 14px;
  line-height: 1.428;
}

@media (max-width: 767px) {
  #gnav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gnav > ul > li::after {
    display: none;
  }
  #gnav > ul > li ul {
    top: 0;
    left: 0;
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
    width: auto;
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav > ul > li ul:before {
    display: none;
  }
  #gnav > ul > li ul:after {
    display: none;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
  #gnav > ul > li ul li a {
    white-space: inherit;
    border-radius: 0px;
    font-size: 10px;
  }
  #gnav > ul > li ul li a span {
    font-size: 12px;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 4;
}

#pagetop a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}

#pagetop a img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  top: 0;
}

#pagetop a img:last-child {
  opacity: 0;
}

#pagetop a:hover img:first-child {
  opacity: 0;
}

#pagetop a:hover img:last-child {
  opacity: 1;
}

@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
  }
  #pagetop a {
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  padding: 50px 0;
  background-color: #fce6eb;
}

#footer .inner {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .logo {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-bottom: 20px;
}

#footer .logo:hover {
  opacity: 0.6;
}

#footer #copyright {
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.75;
  color: #999999;
}

#footer #fnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer #fnav > ul:not(:first-child) {
  margin-left: 50px;
}

#footer #fnav > ul > li::before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  content: ">";
  color: #666666;
  padding-right: 5px;
}

#footer #fnav > ul > li:hover::before {
  color: #e545a4;
}

#footer #fnav > ul > li:hover > a {
  color: #e545a4;
}

#footer #fnav > ul > li > a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #666666;
}

#footer #fnav > ul > li ul {
  padding-left: 20px;
}

#footer #fnav > ul > li ul li::before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  content: "―";
  color: #666666;
  padding-right: 5px;
}

#footer #fnav > ul > li ul li:hover::before {
  color: #e545a4;
}

#footer #fnav > ul > li ul li:hover a {
  color: #e545a4;
}

#footer #fnav > ul > li ul li a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #666666;
}

#footer #fnav > ul > li ul li a:hover {
  color: #e545a4;
}

@media (max-width: 999px) {
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .left {
    margin-bottom: 50px;
  }
  #footer .logo {
    text-align: center;
  }
  #footer #copyright {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #footer {
    padding: 30px 0;
  }
  #footer #fnav {
    display: none;
  }
  #footer .left {
    margin-bottom: 0px;
  }
}
/*# sourceMappingURL=style.css.map */