@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (max-width: 768px){
.pc {
  display: none!important;
}
.sp {
  display: block;
}

p.center{
  text-align: center;
}
p.center img{
  display: inline-block;
}

#wrapper h2.h2_none{
  background: none;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
}
#wrapper h3.h3_none{
  background: none;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
}

/* ヘッダー エリア */
    #header_in .inner_left {
        width: 54.94505494%;
        height: auto;
        margin-bottom: 2.604166666%;
        padding-top: 0.651041666%;
        float: left;
    }

    #header_in .inner_left img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    #header_in .inner_right {
        width: 37.08791208%;
        height: auto;
        margin-bottom: 2.604166666%;
        padding: 0;
        float: right;
    }

    #header_in .inner_right .sp_nav_btn {
        width: 29.62962962%;
        height: auto;
        margin-left: 3.703703733%;
        padding: 0;
        float: right;
    }

    #header_in .inner_right .sp_nav_btn img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        float: right;
    }

    #header_in .inner_right .sp_mail_btn {
        width: 29.62962962%;
        height: auto;
        margin-left: 3.703703733%;
        padding: 0;
        float: right;
    }

    #header_in .inner_right .sp_mail_btn img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        float: right;
    }

    #header_in .inner_right .sp_line_btn {
        width: 29.62962962%;
        height: auto;
        margin-left: 3.703703733%;
        padding: 0;
        float: right;
    }

    #header_in .inner_right .sp_line_btn img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        float: right;
    }

    #header_in .nav_sp {
        width: 105.208333332%;
        height: auto;
        margin-left: -2.604166666%;
        padding: 0;
        border-top: 1px solid #c98f56;
        float: left;
    }

    #header_in .nav_sp .left {
        width: 50%;
        height: auto;
        float: left;
        border-right: 1px solid #c98f56;
    }

    #header_in .nav_sp .right {
        width: 50%;
        height: auto;
        float: right;
    }

    #header_in .nav_sp .left li,
    #header_in .nav_sp .right li {
        width: 100%;
        height: auto;
        background-color: #fef8f0;
        border-bottom: 1px dotted #c98f56;
    }

    #header_in .nav_sp .left li:last-child,
    #header_in .nav_sp .right li:last-child {
        border-bottom: 1px solid #c98f56;
    }

    #header_in .nav_sp .left li:hover,
    #header_in .nav_sp .right li:hover {
        width: 100%;
        height: auto;
        background-color: #d3e1a3;
        border-bottom: 1px solid #c98f56;
    }

    #header_in .nav_sp .left li a,
    #header_in .nav_sp .right li a,
    #header_in .nav_sp .left li span,
    #header_in .nav_sp .right li span {
        font-size: 3.5vw;
        color: #7b3e27;
        text-align: center;
        text-decoration: none;
        padding: 6px 0;
        display: block;
    }

    #header_in .nav_sp .left li a:hover,
    #header_in .nav_sp .right li a:hover {
        color: #ffffff;
    }
  input#sp-menu:checked + .sp-menu {
        max-height: 100vh;
    }
  #header-in .sp-logo{
    padding: 4% 0 2% 2%;
  }
    .fixheader {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        display: table;
        z-index: 2;
    }

    .is-fixed {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
    }

    #main_visual_in img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    /* --------------------------------------------------- */
    /* 見出し */
    /* --------------------------------------------------- */

    #wrapper h1 {
        font-size: 23px;
        padding: 3%;
        margin-bottom: 7%;
    }

    #wrapper h2{
        font-size: 5vw;
        padding: 7px 11px;
        margin-bottom: 7%;
    }
    #wrapper h2 span, #wrapper h3 span{
        font-size: 3vw;
    }
    #wrapper h3{
        font-size: 4vw;
        padding: 7px 0px 0px 33px;
    }

    /* 投稿 */
    .single #wrapper h2{
        font-size: 17px;
    }

    /* 下層見出し h1 */
    .page_ttl{
        margin-bottom: 0%;
    }
    .page_ttl_in{
        height: 34vw;
        width: 100%;
        background-size: 65%;
    }
    .page_ttl_in h1{
        line-height: 34vw;
        padding-left: 4vw;
        font-size: 5vw;
    }

/* パンくずリスト エリア */
#breadcrumb {
  margin: -10px 0 5px 0;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

  /* コンテンツ エリア */
  #wrapper h1 {
      width: 100%;
      font-size: 34px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2em;
      text-shadow: 0 2px 0 rgba(0,0,0,0.1);
      margin-bottom: 30px;
      padding: 20px 0 18px 0;
      clear: both;
      color: #755c00;
      border-top: 6px solid #d7ae1a;
      border-bottom: 1px solid #d7ae1a;
  }

  #wrapper h2{
    color: #8f6a65;
    text-align: center;
    font-size: 22px;
    margin-bottom: 35px;
    padding: 7px 0;
    position: relative;
    letter-spacing: 0.15em;
  }
  #wrapper h2 span {
      display: block;
      margin-top: 15px;
      color: #be9f39;
      font-size: 10px;
      letter-spacing: 0.15em;
      text-align: center;
      padding: 7px 0px 13px;
      margin-top: 0px;
      font-family: 'Lora', san-serif;
  }
  #wrapper h2::after {
      content: '';
      width: 100%;
      height: 2px;
      background: url("../images/h2_title_border.png") no-repeat center;
      position: absolute;
      bottom: 0;
      left: 0;
  }

  #wrapper h2.t_h2{
    text-align: center;
    padding: 0px;
    margin: 0px auto 3%;
    background: none;
    text-shadow: none;
  }

  #wrapper h2.t_h2::after{
    display: none;
  }

  #wrapper h2.t_h2 img{
    display: inline-block;
  }

  #wrapper h3{
    width: auto;
    font-weight: bold;
    margin-bottom: 0;
    clear: both;
    padding: 10px;
    font-size: 20px;
    background-image: url("../images/h2_img.png");
    background-repeat: no-repeat;
    background-position: left center;
    color:#5e380f;
  }

  #wrapper h2.h2_none, #wrapper h3.h3_none{
    background: none;
    margin:0px;
    padding:0px;
    border:0px;
  }

  #wrapper h2 span,
  #wrapper h3 span {
    font-size: 16px;
    font-weight: normal
  }

  #wrapper h4,
  #wrapper h5,
  #wrapper h6 {
    position: relative;
    padding-left: 25px;/*アイコン分のスペース*/
    line-height: 1.4;
    color: #553403;
  }

  #wrapper h4:before,
  #wrapper h5:before,
  #wrapper h6:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";/*アイコンのユニコード*/
    position: absolute;/*絶対位置*/
    font-size: 1em;/*サイズ*/
    left: 0;/*アイコンの位置*/
    top: 0;/*アイコンの位置*/
    color: #421c0c; /*アイコン色*/
  }

  /* h1見出し */
  .page_ttl{
    width: 100%;
    height: auto;
    background: #f9f5ea;
    margin-bottom: 70px;
  }
  .page_ttl_in{
    width: 1140px;
    height: 280px;
    margin: auto;
    background-image: url("../images/page_ttl_h1_bak.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
  .page_ttl_in h1{
    border: 0px;
    letter-spacing: 0.1em;
    line-height: 280px;
    text-align: left;
    padding: 0px;
    margin-bottom: 0px;
    color: #402407;
    font-weight: normal;
    padding-left: 30px;
    font-size: 30px;
  }

#wrapper .post {
  padding-bottom: 20px;
}

#wrapper .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

#wrapper .contact_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

#wrapper .contact_box .inner_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  background-color: #f5f0e9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #f1ded2;
}

#wrapper .contact_box .inner_box .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  background-color: #ffffff;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  border-radius: 9px;
  box-shadow: 0 0 8px rgba(236,223,205,0.3);
}

#wrapper .contact_box .inner_box .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#wrapper .contact_box .inner_box .inner ul {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
  float: left;
}

#wrapper .contact_box .inner_box .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

#wrapper .contact_box .inner_box .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#wrapper .contact_box .inner_box .inner ul li:last-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#wrapper .contact_box .inner_box .inner p {
  font-size: 15px;
  line-height: 1.5em;
  color: #444444;
  margin-bottom: 1.953125%;
}

#wrapper .contact_box .inner_box .inner p strong {
  color: #388393;
}

#wrapper .contact_box .inner_box .inner p span {
  font-size: 15px;
  line-height: 1.3em;
  color: #e4789b;
  display: block;
}

#wrapper .contact_box .inner_box .inner .view {
  width: 100%;
  margin-top: 4.557291666%;
  padding-top: 56.25%;
  position: relative;
}

#wrapper .contact_box .inner_box .inner .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 15px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 14.32291666%;
  right: 2.604166666%;
  z-index: 3;
}

p.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: rgba(56,131,147,0.7);
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  opacity: 0.7;
  color: #1a5f6e;
}

.footer {
    padding: 40px 0;
    background-color: #fff;
  }
  .center {
    padding: 0 3%;
  }
  .footer-block-out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-block {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-block p {
    padding-top: 0;
    text-align: center;
    margin-top: 15px;
    font-family: 'Kosugi Maru',sans-serif !important;
  }
  .footer-group-title {
    font-size: 18px;
    color: #f18288;
    border-bottom: 1px solid #f18288;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-family: 'Kosugi Maru',sans-serif !important;
    }
  .footer-navi ul {
    margin-top: 0;
    display: block;
  }
  .footer-navi ul li {
    display: block;
    padding-right: 1px;
    padding-bottom: 1px;
    border-right: none;
    width: 50%;
    float: left;
  }
  .footer-navi ul li:nth-of-type(7) {
    width: 100%;
  }
  .footer-navi ul li a {
    display: block;
    background-color: #f18288;
    background-image: -webkit-linear-gradient(45deg, #f18288 0, #efa7a5 100%);
    background-image: linear-gradient(45deg, #f18288 0, #efa7a5 100%);
    color: #fff;
    text-align: left;
    font-size: 15px;
    padding: 15px;
    text-decoration: none;
    font-family: 'Noto Sans JP', san-serif;
  }
  .footer-navi ul li a:before {
    content: ">";
    display: inline-block;
    margin-right: 5px;
  }
  .footer-block-out .footer-block:last-of-type {
    align-items: flex-end;
  }
  .footer-block-in {
    margin-top: 1em;
  }
  .footer-group-title {
    font-size: 18px;
  }
  .footer-block-in ul {
    width: 100%;
    overflow: hidden;
  }
  .footer-block-in ul li {
    width: 50%;
    padding-right: 1px;
    padding-bottom: 1px;
    float: left;
  }
  .footer-block-in ul li a {
    display: block;
    background-color: #f18288;
    color: #fff;
    text-align: left;
    font-size: 4vw;
    padding: 10px;
    text-decoration: none;
    font-family: 'Kosugi Maru',sans-serif !important;
  }
  .footer-block-in ul li a:before {
    content: ">";
    display: inline-block;
    border: 5px solid transparent;
      border-left-color: #f18288;
  }
  .footer-block-in ul li:last-of-type:nth-of-type(odd) {
    width: 100%;
  }
  #copyright {
    padding-bottom: 18vw;
  }
    #copyright .copyright{
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', san-serif;
    }
  #copyright a {
      font-family: 'Kosugi Maru',sans-serif !important;
      color: #fff;
      text-decoration: none;
  }
/* 404 エリア */
#wrapper a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* テーブル */
table{
    margin: 0 auto 32px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
table th{
  background: #4fbab0;
  color: #fff;
  width: 30%;
}
table td{

}
table th, table td{
  border: solid 1px #E7E7E7;
  padding:7px;
  text-align: left;
}

/****************************
****** サブメイン ******
****************************/
/* バナー */
.bnr{
  margin-bottom: 7%;
}
.bnr p{
  margin-bottom: 3%;
}

/* main */
  .sp_cover-con {
    position: relative;
  }
  .sp_cover-con .btn {
    position: absolute;
    right: 2%;
    bottom: 10px;
  }
  .sp_cover-con .btn img {
    width: 50%!important;
    display: inline-block;
    float: right;
  }
@media screen and (width: 768px){
  .sp_cover-con .btn {
    position: absolute;
    right: 7%;
    bottom: 60px;
  }
  .sp_cover-con .btn img {
    width: 80%!important;
    display: inline-block;
    float: right;
  }
}


  /* site menu */
  .site-menu {
    background-color: #fff;
    padding: 5.208333333% 2.604166666% 0 2.604166666%;
  }
  .site-menu ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .site-menu ul li {
    width: 50%;
    padding: 3% 4%;
  }
  .site-menu ul li a {
    font-family: "BIZ UD明朝"!important;
    font-size: 15px;
    color: #5c5c5c;
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  .site-menu ul li a::before {
    content: "";
    display: inline-block;
    background: url("../images/ba-link-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 16px;
    padding-right: 5%;
  }




/* 悩み */
  .nayami {
    background-image: url("../images/sp_sec01-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.208333333% 2.604166666% 0 2.604166666%;
  }
  .nayami .cover-con02 .title {
    text-align: center;
    margin-bottom: 7%;
  }
  .nayami .cover-con02 .title h3{
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝"!important;
    font-weight: normal!important;
    font-size: 20px!important;
    color: #956b37!important;
    line-height: 30px!important;
    border: none!important;
    padding: 0 1%;
  }
  .nayami .cover-con02 p{
    font-family: "BIZ UD明朝"!important;
    font-weight: 400;
    font-size: 15px;
    color: #9C6B37;
    margin: 0 auto;
    padding: 3% 0;
    line-height: 1.6;
    text-align: center;
    text-shadow: 0 0px 5px white;
    display: block;
    width: fit-content;
    background: #ffffffc2;
  }
  .nayami .cover-con02 .title::before{
    content: "";
    display: inline-block;
    background: url("../images/titledeco-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 60px;
  }
  .nayami .cover-con02 .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 60px;
  }

.nayami ul{
  background-size: 20%;
  width: 100%;
  margin: 0px auto 0px;
  margin-top: 3%;
  margin-bottom: 3%;
}
.nayami ul li{
  background-image: url("../images/nayami_check.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2.5% 0% 2.5% 8%;
  font-size: 15px;
  background-size: 18px;
}
.nayami p.img{
  margin-bottom: 3%;
}


/* about */
  .about {
    background-image: url("../images/sp_sec03-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5.208333333% 2.604166666% 0 2.604166666%;
  }
  .about .title {
    text-align: center;
    margin-bottom: 7%;
  }
  .about .title h3{
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝"!important;
    font-weight: normal!important;
    font-size: 20px!important;
    color: #956b37!important;
    line-height: 30px!important;
    border: none!important;
    padding: 0 1%;
  }
  .about .title::before{
    content: "";
    display: inline-block;
    background: url("../images/titledeco-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 60px;
  }
  .about .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 60px;
  }
  .about .sec03 {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10%;
  }
  .about .sec03 img {
    margin: 0 auto;
  }
  .about .sec03 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .about .sec03 ul li p {
    /* font-family: "TBUD丸ゴシック Std"!important; */
    font-family: 'Kosugi Maru',sans-serif !important;
    font-weight: normal;
    font-size: 15px;
    color: #5c5c5c;
    line-height: 25px;
    text-align: left;
    margin-bottom: 1em;
  }
  .about span{
  color: #8c6661;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #8c6661;
  font-family: "BIZ UD明朝"!important;
  }

/* ポイント */
  .point {
    background-color: #fff8f8;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.208333333% 2.604166666% 0 2.604166666%;
  }
  .point .title {
    text-align: center;
    margin-bottom: 7%;
  }
  .point .title h3{
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝"!important;
    font-weight: normal!important;
    font-size: 20px!important;
    color: #956b37!important;
    line-height: 30px!important;
    border: none!important;
    padding: 0 1%;
  }
  .point .title::before{
    content: "";
    display: inline-block;
    background: url("../images/titledeco-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 60px;
  }
  .point .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 60px;
  }
  .sec04{
  max-width: 100%;
    /*margin: 0 auto;
    padding: 60px 0 50px;*/
  }
  .sec04 ul{
  display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
  }
  .sec04 ul li{
    width: 100%;
  margin-bottom: 5%;
  }
  .sec04 ul .circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background-color: #ffdee0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
    padding: 0;
    font-family: 'Kosugi Maru',sans-serif !important;
  }
  .sec04 ul li span{
    font-size: 18px;
    line-height: 1.6;
    color: #956b37!important;
    font-family: "BIZ UD明朝"!important;
    text-align: center;
  }
  .sec04 ul li img{
  margin: auto;
  }
  .sec04 ul li p{
  max-width: 400px;
  width: 90%;
  padding-top: 20px;
  font-size: 15px;
  color: #5c5c5c;
  margin: auto;
  font-family: 'Kosugi Maru',sans-serif !important;
  }



/* 流れ */
.nagare {
    background-image: url("../images/sp-sec07-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5.208333333% 2.604166666% 0 2.604166666%;
  }
.nagare .title {
    text-align: center;
    margin-bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.nagare .title h3{
  display: inline-block;
  text-align: center;
  font-family: "BIZ UD明朝"!important;
  font-weight: normal!important;
  font-size: 20px!important;
  color: #956b37!important;
  line-height: 30px!important;
  border: none!important;
  padding: 0 1%;
}
.nagare .title::before{
  content: "";
  display: inline-block;
  background: url("../images/titledeco-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}
.nagare .title::after {
  content: "";
  display: inline-block;
  background: url("../images/titledeco-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}
.nagare .nagare_in {
    padding-bottom: 10%;
}
.nagare .nagare_in .flow-lists {
  background-color: #fff;
  padding: 5%;
}
.nagare .nagare_in img {
  margin: 0 auto;
}
#flow .flow-lists ul{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
#flow li {
    padding: 1%;
    width: 50%;
}
#flow .flow-lists ul li figure{
    margin: 5% auto;
    max-width: 196px;
    width: 100%;
}
.flow-lists ul li span{
  background-color: #ffb6ba;
  border-radius: 5px;
  padding: 1%;
  font-size: 3vw;
  color: #ffffff;
  margin-right: 3%;
  padding: 4px;
  font-family: 'Kosugi Maru',sans-serif !important;
}
.flow-lists ul li p{
  color: #f18288;
  font-size: 20px;
  font-family: "BIZ UD明朝"!important;
  text-align: center;
  padding: 9px 0 0;
}
.flow-lists ul li #flow-fontsize{
  margin-top: 5px;
  font-size: 15px;
  color: #5c5c5c;
  font-family: 'Kosugi Maru',sans-serif !important;
}
#flow .flow-lists{
  padding-bottom: 10%;
}
    

/* 質問 */
.qa{
  width: auto;
  margin: 0px auto 0px;
 padding: 7% 2.604166666%;
  overflow: hidden;
}
.qa .title {
    text-align: center;
    margin-bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.qa .title h3{
  display: inline-block;
  text-align: center;
  font-family: "BIZ UD明朝"!important;
  font-weight: normal!important;
  font-size: 20px!important;
  color: #956b37!important;
  line-height: 30px!important;
  border: none!important;
  padding: 0 1%;
}
.qa .title::before{
  content: "";
  display: inline-block;
  background: url("../images/titledeco-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}
.qa .title::after {
  content: "";
  display: inline-block;
  background: url("../images/titledeco-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}
#wrapper .qa h2.h2_none{
  max-width: 65%;
  margin: auto;
}
.qa ul{
  margin-top: 30px;
}
.qa ul li.q{
  background: #fff8f8;
  background-image: url("../images/qa_q.png");
  background-position: left 5% center;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 3% 3% 3% 17%;
  border-radius: 7px;
  font-size: 15px;
  font-family: 'Kosugi Maru',sans-serif !important;
}
.qa ul li.a{
  background-image: url("../images/qa_a.png");
  background-position: left 5% top 1em;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 3% 3% 3% 17%;
  border-radius: 7px;
  margin-bottom: 3%;
  margin-top: 3%;
  font-size: 15px;
  font-family: 'Kosugi Maru',sans-serif !important;
}

/*初めての方へ*/
.first-time{
  margin-bottom: 10%;
    padding: 0 3%;
}
.first-time .title {
    text-align: center;
    margin-bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7%;
  }
.first-time .title h3{
  display: inline-block;
  text-align: center;
  font-family: "BIZ UD明朝"!important;
  font-weight: normal!important;
  font-size: 20px!important;
  color: #956b37!important;
  line-height: 30px!important;
  border: none!important;
  padding: 0 1%;
}
.first-time .title::before{
  content: "";
  display: inline-block;
  background: url("../images/titledeco-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}
.first-time .title::after {
  content: "";
  display: inline-block;
  background: url("../images/titledeco-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}
  
/* お問い合わせエリア */
.mailform{
  margin-bottom: 0;
  padding: 0 3%;
  background-image: url(../images/sp-section07-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.208333333% 2.604166666% 5% 2.604166666%;
}
.mailform .title {
    text-align: center;
    margin-bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7%;
  }
.mailform .title h3{
  display: inline-block;
  text-align: center;
  font-weight: normal!important;
  font-size: 20px!important;
  color: #956b37!important;
  line-height: 30px!important;
  border: none!important;
  padding: 0 1%;
}
.mailform .title::before{
  content: "";
  display: inline-block;
  background: url("../images/titledeco-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}
.mailform .title::after {
  content: "";
  display: inline-block;
  background: url("../images/titledeco-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}
.mailform .mail-inner ul{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.mailform .mail-inner li {
    margin: 7% 0;
}
.mailform .mail-inner p{
  font-family: "TBUD丸ゴシック Std"!important;
  font-weight: normal;
  font-size: 6vw;
  color: #BAA05F;
  line-height: 7.2vw;
  text-align: center;
}
.mailform .mail-inner img {
  margin: 0 auto;
}

.contact_under figure img {
    margin-top: 3%;
}
.gmap-container{
  margin-top: 3%;
}

/* フッターポップアップ */
.footer-block {
  width: 100%;
  float: none;
}
.footer-logo img {
  margin: auto;
  margin-bottom: 1em;
}
.footer-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.footer-popup ul {
  width: 100%;
  overflow: hidden;
}
.footer-popup ul li {
  width: calc(100% / 3);
  float: left;
}
.accessWrap .title {
    text-align: center;
    margin-bottom: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7%;
  }
.accessWrap .title h3{
  display: inline-block;
  text-align: center;
  font-family: "BIZ UD明朝"!important;
  font-weight: normal!important;
  font-size: 20px!important;
  color: #956b37!important;
  line-height: 30px!important;
  border: none!important;
  padding: 0 1%;
}
.accessWrap .title::before{
  content: "";
  display: inline-block;
  background: url("../images/titledeco-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}
.accessWrap .title::after {
  content: "";
  display: inline-block;
  background: url("../images/titledeco-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 60px;
}

/**/
}
/**/