@charset "UTF-8";
.SP {
  display: block; }

.PC {
  display: none; }

html, body {
  overflow-x: hidden;
  width: 100%; }

body {
  padding-top: 50px; }

#Hd {
  text-align: left;
  background: #fff;
  z-index: 100;
  position: relative;
  overflow: scroll;
  top: 50px; }
  #Hd h1 {
    display: none; }
  #Hd .h-gm ul li {
    line-height: 50px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    text-indent: 55px;
    position: relative; }
    #Hd .h-gm ul li a {
      display: block; }
    #Hd .h-gm ul li ul {
      display: none;
      padding-bottom: 15px; }
      #Hd .h-gm ul li ul li {
        line-height: 35px;
        font-weight: normal;
        border: 0px;
        font-size: 14px; }
    #Hd .h-gm ul li.hasChild > a::before {
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      text-align: center;
      content: '＋';
      width: 55px;
      height: 55px;
      padding: 0px;
      text-align: center;
      text-indent: 0px; }
    #Hd .h-gm ul li.hasChild > a.op::before {
      content: '－'; }
  #Hd .h-hd .h-for {
    margin: 30px 20px; }
    #Hd .h-hd .h-for ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: 1px solid #ddd; }
      #Hd .h-hd .h-for ul li {
        width: 50%;
        padding: 15px 0;
        border: 1px solid #eee;
        font-size: 12px;
        font-weight: bold;
        color: #757575;
        line-height: 20px;
        margin: 0;
        text-align: center; }
      #Hd .h-hd .h-for ul li:first-child {
        width: 100%; }
  #Hd .h-hd .h-ser {
    padding-bottom: 90px;
    margin: 30px 20px;
    position: relative; }
    #Hd .h-hd .h-ser input[type='text'] {
      outline: none;
      height: 40px;
      font-size: 16px;
      background: none;
      border: 1px solid #ccc;
      padding-right: 45px;
      color: #757575;
      width: 100%;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    #Hd .h-hd .h-ser input[type='submit'] {
      font-family: 'Icons';
      width: 40px;
      height: 40px;
      background: none;
      line-height: 28px;
      display: block;
      border: 0px;
      position: absolute;
      right: 0px;
      top: 0px; }

#sHd {
  height: 50px;
  border-bottom: 1px solid #ddd;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1000;
  top: 0px; }
  #sHd .hum {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100; }
    #sHd .hum a {
      display: block;
      width: 50px;
      height: 50px; }
    #sHd .hum a::before,
    #sHd .hum a::after {
      line-height: 24px;
      font-size: 17px;
      padding-top: 13px;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0px;
      -webkit-transition: all 0.75s ease;
      -moz-transition: all 0.75s ease;
      -o-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
      transition: all 0.75s ease; }
    #sHd .hum a::before {
      content: '二';
      font-family: 'Icons';
      opacity: 1; }
    #sHd .hum a::after {
      content: '閉';
      font-family: 'Icons';
      opacity: 0; }
  #sHd .log {
    text-align: left; }
    #sHd .log img {
      height: 36px;
      padding: 7px 0 0 10px; }

body.open #sHd .hum a::before {
  opacity: 0; }
body.open #sHd .hum a::after {
  opacity: 1; }

body #Hd {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: fixed;
  width: 100%; }

body.open #Hd {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

#Sd {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 10000;
  width: 100%; }
  #Sd .sd-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #Sd .sd-nav ul li {
      height: 45px;
      width: 33.333%; }
      #Sd .sd-nav ul li a {
        display: block;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        #Sd .sd-nav ul li a p {
          font-weight: bold;
          font-size: 15px;
          line-height: 17px; }
    #Sd .sd-nav ul li.-s1 {
      background: #F69B86; }
    #Sd .sd-nav ul li.-s2 {
      background: #B8DA9D; }
    #Sd .sd-nav ul li.-s3 {
      background: #77BFE9; }

#Tt .-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 120px;
  background-size: cover;
  background-position: center center; }
  #Tt .-wrap > div {
    height: 120px;
    text-align: left;
    width: 94%; }
    #Tt .-wrap > div > div {
      display: inline-block;
      height: 100%;
      background: rgba(246, 155, 134, 0.8);
      color: #fff;
      font-weight: bold;
      min-width: 50%;
      padding-right: 5%;
      line-height: 1.1;
      position: relative; }
      #Tt .-wrap > div > div dl {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        display: block; }
      #Tt .-wrap > div > div p {
        font-size: 12px;
        margin-bottom: 5px;
        width: 100%; }
      #Tt .-wrap > div > div h1 {
        font-size: 24px;
        width: 100%;
        white-space: pre-wrap; }
  #Tt .-wrap > span {
    display: block;
    height: 120px;
    width: 3%; }
  #Tt .-wrap > span:first-child {
    background: rgba(246, 155, 134, 0.8); }
#Tt .-front {
  height: 240px;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center; }
  #Tt .-front > div {
    background: rgba(246, 155, 134, 0.8);
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 30px 20px;
    min-width: 33.333%;
    max-width: 92%; }
    #Tt .-front > div h1 {
      font-size: 24px; }

#Bc {
  background: rgba(246, 155, 134, 0.07);
  padding: 10px 0; }
  #Bc p {
    width: 94%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    color: #666; }
    #Bc p a {
      color: #000; }
    #Bc p a::after {
      content: '＞';
      font-family: 'Icons';
      font-size: 10px;
      margin: 0 5px;
      vertical-align: 0px; }

#Ft {
  /*.f-im {height:300px;background-image:url("../img/common/foot_image.png");@include Cover;background-position:center center;position:relative;
      &::after {display:block;content:'';width:100%;height:4px;background-image:url("../img/common/tricolor.png");background-size:100%;position:absolute;bottom:-4px;}
      @media screen and (max-width: $BP - 1px) {
          height:150px;
      }
  }*/ }
  #Ft .f-im {
    position: relative;
    height: 4px; }
    #Ft .f-im::before {
      display: block;
      content: '';
      width: 100%;
      height: 4px;
      background-image: url("../img/common/tricolor.png");
      background-size: 100%;
      position: absolute;
      top: 0px; }
  #Ft .f-sm {
    width: 94%;
    margin: 15px auto; }
    #Ft .f-sm > div {
      text-align: left;
      margin: 30px 0; }
      #Ft .f-sm > div p {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        margin: 0px 0 10px 0; }
        #Ft .f-sm > div p span {
          font-size: 14px; }
      #Ft .f-sm > div ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -2%; }
        #Ft .f-sm > div ul li {
          width: 29.333%;
          margin: 5px 2%;
          font-size: 14px;
          line-height: 20px; }
      #Ft .f-sm > div ul + p {
        margin-top: 30px; }
    @media screen and (max-width: 559px) {
      #Ft .f-sm > div ul li {
        width: 46%; }
      #Ft .f-sm > div.-sm6 ul li {
        width: 96%; } }
  #Ft hr {
    border: 1px solid #eee;
    font-size: 0px;
    line-height: 0px;
    margin: 0px;
    height: 0px; }
  #Ft .f-ad {
    width: 94%;
    margin: 30px auto;
    justify-content: space-between;
    padding-bottom: 30px; }
    #Ft .f-ad > div {
      text-align: left; }
    #Ft .f-ad .f-ou h1 img {
      width: 370px;
      max-width: 100%; }
    #Ft .f-ad .f-ou address {
      font-size: 13px;
      line-height: 20px;
      margin: 30px 0 15px 0; }
    #Ft .f-ad .f-ou ul.-sns {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #Ft .f-ad .f-ou ul.-sns li {
        margin-right: 5px; }
        #Ft .f-ad .f-ou ul.-sns li img {
          height: 35px; }
      #Ft .f-ad .f-ou ul.-sns li.-insta {
        background: #DC000C; }
    #Ft .f-ad .f-re {
      margin-top: 15px; }
      #Ft .f-ad .f-re .-re1, #Ft .f-ad .f-re .-re2 {
        display: inline-block;
        vertical-align: top;
        margin-top: 15px; }
        #Ft .f-ad .f-re .-re1 p, #Ft .f-ad .f-re .-re2 p {
          font-weight: bold;
          font-size: 14px;
          line-height: 20px;
          margin: 0 0 10px 0; }
        #Ft .f-ad .f-re .-re1 ul li, #Ft .f-ad .f-re .-re2 ul li {
          font-size: 13px;
          line-height: 20px;
          margin: 5px 0; }
      #Ft .f-ad .f-re .-re1 {
        margin-right: 30px; }
      #Ft .f-ad .f-re .-cr {
        margin: 30px 0;
        font-size: 13px;
        line-height: 20px; }
