@charset "UTF-8";
@font-face {
  font-family: Notera;
  src: url(../font/Notera_PersonalUseOnly.ttf);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none !important;
  color: black;
}

ul li {
  list-style: none;
}

.sub {
  font-size: 12px;
}

.section-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-title h3 {
  font-weight: normal;
}

.fabulous {
  font-family: Notera;
}

.kanji {
  font-family: 'Noto Serif JP', serif;
}

/* 共通タイトル */
.main__section__title {
  text-align: center;
  margin: 50px 0;
}

/* ヘッダー */
.nav {
  color: black;
  background: blue;
}

.nav-item .sub {
  color: green;
}

/* メイン */
#main {
  background-image: url(../img/main.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 580px;
}

.home-inner {
  padding-top: 150px;
  padding-right: 50px;
}

nav .navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

nav .navbar-brand p {
  font-family: serif;
  font-weight: 600;
  font-size: 27px;
}

@media (max-width: 767px) {
  .home-inner {
    padding-top: 150px;
    padding-right: 35px;
  }
}

@media (max-width: 700px) {
  .home-inner {
    padding-right: 10px;
  }
}

.top__logo {
  width: 350px;
  font-family: Notera;
}

.firstlogo {
  text-align: right;
}

@media (max-width: 767px) {
  .firstlogo {
    text-align: center;
  }
}

/* メインサブコンテンツ */
.subcontainer {
  width: 100%;
  max-width: 723px;
  margin: 20px auto;
  color: black;
}

#subcontent {
  text-align: center;
  margin-bottom: 60px;
}

#subcontent .fabulous {
  font-size: 27px;
}

@media (max-width: 767px) {
  #subcontent {
    max-width: 330px;
    width: 100%;
    margin: 0px auto 30px;
    line-height: 1.5;
  }
}

/* メニュー */
#menu {
  background-image: url(../img/menu.png);
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
}

.menucontainer {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  color: black;
  padding-top: 60px;
}

.menu__item {
  background-color: rgba(255, 255, 255, 0.85);
  border-spacing: 10px 100px;
  text-align: center;
  padding: 60px;
}

.menu__items {
  border: double 20px white;
}

/* button */
.menu__item .btn {
  border: 2px solid black;
}

.button {
  max-width: 350px;
  margin: 0 auto;
}

a.btn_04 {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  color: black;
  background: transparent;
  border: 2px solid black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px 0 40px;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a.btn_04 :hover {
  color: black;
  text-decoration: none;
}

/* サロンについて */
#salon {
  margin-top: 60px;
  background-image: url(../img/servicebg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1024) {
  #salon {
    margin-bottom: 0;
    height: 300px;
  }
}

@media (max-width: 767px) {
  #salon {
    width: 350px;
    margin: 0 auto;
  }
  .salon {
    margin-top: 30px;
  }
}

.salon .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.salon .row .aboutsalon {
  background-image: url(../img/Q_A.png);
  background-size: cover;
  width: 100%;
  max-width: 430px;
  height: 270px;
  margin: 20px auto 0px;
}

@media (max-width: 1024px) {
  .salon .row .aboutsalon {
    height: 350px;
    max-width: 600px;
    margin: 0px auto;
  }
}

.aboutsalon img, .aboutvoice img {
  max-width: 136px;
  width: 100%;
}

.salon .row .aboutvoice {
  background-image: url(../img/voice.png);
  background-size: cover;
  width: 100%;
  max-width: 430px;
  height: 270px;
  margin: 20px auto 0px;
}

.voiceinfo {
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 60px;
  height: 230px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .top__page {
    display: none;
  }
}

/* slide */
.carousel-inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.carousel .carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 10px;
  height: 9px;
  border-radius: 50%;
  margin-right: 7px;
  margin-left: 7px;
  text-indent: -999px;
  cursor: pointer;
  position: relative;
  top: 50px;
  background-color: black;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.carousel .carousel-control-prev svg {
  position: relative;
  left: -50px;
}

.carousel .carousel-control-next svg {
  position: relative;
  right: -50px;
}

@media (max-width: 767px) {
  .carousel .carousel-control-prev svg {
    position: relative;
    left: -40px;
    width: 20px;
  }
  .carousel .carousel-control-next svg {
    position: relative;
    right: -40px;
    width: 20px;
  }
}

/* スライド動画部分 */
.carousel-item iframe {
  width: 100%;
  max-width: 802px;
  height: 377px;
}

@media (max-width: 767px) {
  .carousel-item iframe {
    width: 100%;
    max-width: 502px;
    height: 150px;
  }
}

/* staff */
#staff .jumbotron {
  background-color: #fff;
}

.staff img {
  width: 100%;
  border-radius: 50%;
  max-width: 200px;
}

@media (max-width: 767px) {
  .staff .clear {
    display: none;
  }
  .female img {
    margin-bottom: 20px;
    width: 200px;
  }
}

@media (min-width: 300px) {
  .female img {
    margin-bottom: 20px;
    width: 200px;
  }
}

#staff .jumbotron {
  padding: 0 2rem 4rem;
}

/* contact */
#contact {
  background-color: #F2F2F2;
  padding-bottom: 30px;
}

.contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .contact__item {
    display: block;
  }
}

.news__items {
  margin: 0 auto 0;
  width: 800px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .news__items {
    margin-top: 38px;
  }
}

.news__item:last-child {
  border: none;
}

.info {
  padding: 1px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .info {
    display: block;
    padding: 12px 0;
  }
}

.info__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  padding-top: 2px;
}

@media (max-width: 767px) {
  .info__meta {
    width: 100%;
    padding-top: 0;
  }
}

.info__published {
  width: 105px;
  display: inline-block;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .info__published {
    width: auto;
    margin-bottom: 10px;
  }
}

.contact__info-logo {
  font-weight: normal;
  font-size: 24px;
}

.info__title {
  line-height: 1.25;
  width: calc(100% - 105px - 80px);
  padding: 5px 0 0 20px;
  margin-top: 27px;
  font-weight: bold;
}

.info__title1 {
  border-bottom: 1px solid #7a7979;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .info__title {
    width: 100%;
    margin-top: 6px;
    padding: 0;
  }
  .info__title1 {
    margin-bottom: 0;
  }
}

.info__title dl {
  border: 2px solid #b6b4b4;
  width: 150px;
}

.info__title dl dd {
  font-size: 15px;
}

.info__title a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .info__title dl {
    border: 2px solid #b6b4b4;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}

.contact__right__inner {
  background-color: #fff;
  text-align: center;
  border: 4px solid #b6b4b4;
  margin-top: 30px;
  position: relative;
}

.contact__right__inner h2 {
  font-weight: normal;
}

.contact__right__inner::before, .contact__right__inner::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  left: 0;
  height: 10px;
  border-left: 10px solid #aaa;
  border-right: 10px solid #aaa;
}

.contact__right__inner::before {
  top: 0;
}

.contact__right__inner::after {
  bottom: 0;
}

.btn-arrow {
  -webkit-appearance: none;
  background: transparent url(https://haniwaman.com/wp-content/uploads/2018/12/arrow.png) no-repeat center right 4px/16px 16px;
  border: 1px solid #4b4b4b;
  border-radius: 0;
  color: #4b4b4b;
  cursor: pointer;
  display: block;
  margin: 0 auto 20px;
  padding: 12px 5px;
  text-decoration: none;
  width: 100%;
  max-width: 310px;
}

.btn-arrow:hover {
  text-decoration: none;
  color: black;
}

.btn-arrow::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.btn-arrow:hover, .btn-arrow:focus {
  outline: none;
}

@media (max-width: 767px) {
  .btn-arrow {
    width: 250px;
    font-size: 15px;
  }
}

/* フッター */
footer {
  background-color: #072c07;
  color: white;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 17px;
  padding-bottom: 17px;
}

#gNav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

#gNav > ul > li {
  width: 12%;
  position: relative;
}

#gNav > ul > li:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 80%;
}

#gNav > ul > li > a {
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 767px) {
  #gNav > ul {
    width: 300px;
    font-size: 12px;
    position: relative;
  }
  #gNav > ul li {
    margin-right: 13px;
  }
}

/* メニュー/料金 */
#menuprice {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #menuprice {
    overflow: hidden;
  }
}

.firstplan {
  text-align: center;
  border: 1px solid black;
  font-size: 19px;
  padding: 10px 20px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.online__record {
  text-align: center;
}

.price__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 70px 0;
}

@media (max-width: 767px) {
  .price__items {
    display: block;
  }
  .price__title {
    margin-top: 20px;
  }
}

.price__inner .price__left {
  width: 100%;
  max-width: 450px;
}

.price__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price__title .kanji {
  font-size: 20px;
}

.price__right img {
  width: 100%;
  max-width: 20px;
  height: 20px;
}

.price__infomation {
  padding: 7px 0;
  border-bottom: 1px solid black;
}

.price__infomation h6 {
  font-size: 17px;
  font-family: serif;
}

.hr {
  margin: 10px;
}

.price__detail {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 1px;
}

.video {
  text-align: center;
  font-size: 26px;
}

iframe {
  max-width: 560px;
}

.customervoice__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .customervoice__items {
    display: block;
  }
}

@media (max-width: 700px) {
  .customervoice__items .coustomervoice__left {
    margin: 0 auto;
  }
}

.coustomervoice__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.coustomervoice__left .coustomervoice__left-left img {
  width: 210px;
  height: 230px;
  background-color: blue;
}

.coustomervoice__left .coustomervoice__left-right img {
  width: 210px;
  height: 230px;
  background-color: gray;
}

@media (max-width: 767px) {
  .coustomervoice__left .coustomervoice__left-left img {
    width: 165px;
    height: 190px;
    background-color: blue;
  }
  .coustomervoice__left-left, .coustomervoice__left-right {
    max-width: 175px;
    width: 100%;
    height: 190px;
  }
  .coustomervoice__left .coustomervoice__left-right img {
    width: 165px;
    height: 190px;
    background-color: gray;
  }
}

@media (max-width: 700px) {
  .coustomervoice__left .coustomervoice__left-left img {
    width: 155px;
    height: 190px;
    background-color: blue;
  }
  .coustomervoice__left-left, .coustomervoice__left-right {
    max-width: 175px;
    width: 100%;
    height: 190px;
  }
  .coustomervoice__left .coustomervoice__left-right img {
    width: 155px;
    height: 190px;
    background-color: gray;
  }
}

.coustomervoice__right {
  display: block;
}

.coustomervoice__right h3 {
  font-size: 24px;
  margin-top: 40px;
}

/* よくあるご質問 */
#question .fabulous {
  font-size: 28px;
}

.question__logo img {
  width: 100%;
  max-width: 30px;
  height: auto;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .question__logo img {
    max-width: 40px;
    margin-top: 70px;
  }
  .question__info h4 {
    font-size: 20px;
  }
}

.question__info {
  margin: 20px;
}

.question__span {
  font-size: 20px;
  margin-right: 5px;
  font-weight: bold;
}

.question__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.question__inner p {
  font-size: 16px;
}

.question__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f2f5;
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
  border: 2px solid #aaa;
  -webkit-box-shadow: 4px 4px #d3d2d2;
          box-shadow: 4px 4px #d3d2d2;
}

.question__item::before, .question__item::after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  left: 0;
  height: 10px;
  border-left: 10px solid #aaa;
  border-right: 10px solid #aaa;
}

.question__item::before {
  top: 0;
}

.question__item::after {
  bottom: 0;
}

/* アクセス/営業時間 */
.access-and-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.access-and-time .access {
  text-align: center;
}

@media (max-width: 767px) {
  .access-and-time {
    display: block;
  }
}

.access .special {
  border: dotted 1px gray;
  width: 200px;
  margin: 0 auto;
}

/* ご利用の流れ */
#flow {
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px;
}

#flow .row {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  margin-left: 80px;
}

@media (max-width: 1024px) {
  #flow .row {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    margin-left: 80px;
  }
}

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

.flow__items_firstline, .flow__items_secondline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 30px auto 0;
}

@media (max-width: 1024px) {
  .flow__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    max-width: 200px;
    width: 100%;
  }
}

.flow__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  max-width: 330px;
  width: 100%;
}

.flow__inner svg {
  margin-top: 70px;
  width: 50px;
}

@media (max-width: 1024px) {
  .flow__inner {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .flow__inner svg {
    margin-top: 40px;
    width: 100px;
  }
}

.flow__item img {
  width: 100%;
  max-width: 160px;
  height: 150px;
  border-radius: 50%;
}

.flow__items_secondline .flow__item img {
  width: 100%;
  max-width: 142px;
  border-radius: 50%;
}

.flow__item h6 {
  font-weight: bold;
}

/* 流れスマホ版 */
#acMenu {
  display: none;
}

#acMenu dt {
  display: block;
  width: 90%;
  height: 60px;
  line-height: 50px;
  text-align: center;
  border: none;
  cursor: pointer;
  margin: 10px auto 0;
  background-color: white;
  text-align: left;
  padding: 10px 10px 15px;
  overflow-y: hidden;
}

#acMenu dd {
  background-color: white;
  width: 90%;
  height: auto;
  text-align: center;
  border: none;
  display: none;
  margin: 0 auto 10px;
  padding: 10px;
}

#acMenu dd p {
  font-size: 12px;
  text-align: left;
}

@media (max-width: 767px) {
  #acMenu {
    display: block;
  }
}

.arrow {
  position: relative;
  padding-right: 15px;
  color: #333;
  text-decoration: none;
}

.arrow::after {
  content: '';
  display: block;
  width: 8px;
  /* 矢印の大きさの指定 */
  height: 8px;
  /* 矢印の大きさの指定 */
  border-top: 2px solid #333;
  /* 矢印の太さの指定 */
  border-right: 2px solid #333;
  /* 矢印の太さの指定 */
}

.arrow--right::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  /* 矢印の角度の指定 */
  position: absolute;
  /* 矢印の位置の指定 */
  right: 20px;
  /* 矢印の位置の指定 */
  top: 27px;
  /* 矢印の位置の指定 */
}

/* アクセス/営業時間/お問い合わせ */
.contact_access_info {
  text-align: center;
  line-height: 1.7;
  font-weight: 600;
  font-size: 14px;
}

/* お問い合わせフォーム */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Form-Item ul {
  margin-left: 50px;
}

.Form-Item ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media (max-width: 1024px) {
  .Form-Item ul {
    margin-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin-left: 40px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

.Form-Item-Label-Required {
  border-radius: 40px;
  margin-left: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: black;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
    margin-top: 5px;
  }
}

.Form-Item-Input {
  border: 1px solid black;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 660px;
  font-size: 18px;
}

.Form-Item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.Form-Item ul .Form-Item-Input {
  margin-left: 10px;
}

@media (max-width: 480px) {
  .Form-Item ul li {
    display: block;
  }
  .Form-Item ul .Form-Item-Input {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .Form-Item ul li {
    margin-left: 40px;
    width: 450px;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .Form-Item ul li {
    margin-left: 5px;
    width: 450px;
    font-weight: bold;
  }
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid black;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 660px;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 8px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 200px;
  display: block;
  letter-spacing: 0.05em;
  background: black;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.kanji {
  color: #464F3B;
}

@media (max-width: 767px) {
  .nav-item {
    text-align: center !important;
  }
  .nav-item .nav-link {
    margin: 0 !important;
  }
  .nav-item p {
    padding: 0 !important;
    margin: 0 auto !important;
  }
}

.info__title > dl {
  width: 160px;
  padding: 10px;
}

@media (max-width: 767px) {
  .info__title > dl {
    text-align: left;
  }
}

.info__title > dl dd:last-of-type {
  margin-bottom: 0;
}

.voiceinfo {
  background-color: rgba(255, 255, 255, 0.5);
}

.voiceinfo h3 {
  font-weight: normal;
}

.contact__right__inner > p {
  color: #000;
}

.news__item .info .info__published > img {
  display: inline-block;
  margin-bottom: 10px;
}

.news__item .info .info__title1 {
  color: #666666;
}

#contact {
  padding: 40px 0;
}

@media (max-width: 768px) {
  #contact {
    padding: 0px 0 40px 0;
  }
}

#main {
  margin-bottom: 30px;
}

.main__section__title {
  margin: 70px 0;
}

footer {
  background-color: #464F3B;
  padding: 20px 0;
}

footer .footer__nav > p {
  margin: 0;
}

footer .footer__nav #gNav {
  margin-bottom: 15px;
}

footer .footer__nav #gNav ul {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (max-width: 768px) {
  footer .footer__nav #gNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
  }
}

footer .footer__nav #gNav ul li {
  margin: 0;
  width: auto;
}

@media (max-width: 768px) {
  footer .footer__nav #gNav ul li {
    margin-bottom: 10px;
  }
}

footer .footer__nav #gNav ul li a {
  padding: 0;
}

.btn-arrow {
  background: none;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

@media (max-width: 767px) {
  .btn-arrow {
    max-width: 100%;
  }
}

.btn-arrow:hover {
  color: #fff;
  background-color: #000;
}

.btn-arrow:hover::after {
  background-image: url(../img/angle-white.png);
}

.btn-arrow::after {
  content: '';
  display: inline-block;
  background-image: url(../img/angle-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

@media (max-width: 767px) {
  .btn-arrow::after {
    right: 7px;
  }
}

@media (max-width: 512px) {
  .menu__item {
    padding: 15px 0;
  }
}

.btn_04 {
  font-weight: normal !important;
  border: 1px solid #000 !important;
  text-decoration: none !important;
}

.btn_04:hover {
  color: #fff;
  background-color: #000;
}

.btn_04:hover::after {
  background-image: url(../img/angle-white.png);
}

.btn_04::after {
  content: '';
  display: inline-block;
  background-image: url(../img/angle-black.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

@media (max-width: 767px) {
  .btn_04::after {
    right: 7px;
  }
}

.fabulous {
  color: #464F3B;
}

.subcontainer .fabulous {
  text-align: center;
}

.subcontainer p {
  text-align: left;
}

.firstplan {
  color: #464F3B;
}

.price__infomation > h6 {
  color: #464F3B;
}

.price__infomation > small {
  color: #464F3B;
}

.complete {
  background-color: #464F3B;
  color: #fff;
  width: 500px;
  max-width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 20px;
}

.complete p {
  margin: 0;
}

.flow__item > img {
  margin-bottom: 20px;
}

.flow__item > h6 {
  margin-bottom: 20px;
}

.flow__item > p {
  text-align: left;
}

.access {
  text-align: center;
}

.access .lists {
  display: inline-block;
  margin-bottom: 30px;
}

.access .lists dl {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.access .lists dl dt {
  margin: 0;
  width: 80px;
  text-align: right;
}

.access .lists dl dd {
  margin: 0;
  padding-left: 10px;
}

.access .special {
  text-align: left;
  padding: 10px 20px !important;
}


.container {
  overflow-x: hidden;
}

@media (max-width: 700px) {
  .carousel-indicators {
    right: 95px !important;
  }
}
/*# sourceMappingURL=style.css.map */