@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 (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }

  p.center {
    text-align: center;
  }

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

  /* ヘッダー エリア */
  #header-in {
    max-width: 100%;
    overflow: hidden;
  }
  #h-logo .logo {
    float: left;
    width: 15%;
    padding: 25px 0 25px 10px;
    padding-left: 20px;
  }
  a:link {
    text-decoration: underline;
    color: #00f;
    outline: none;
  }
  #header-in .header-menu {
    width: 50%;
    float: right;
  }
  .header-menu ul {
    width: 100%;
    display: flex;
  }
  .header-menu ul li {
    width: 25%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 0px;
  }
  #header-in .header-menu ul li a {
    padding: 20px 0;
    font-size: 15px;
    background-position: center 15px;
    font-family: "Kosugi Maru", sans-serif !important;
  }
  #header-in .header-menu ul li:last-child a {
    padding: 40px 0 0;
    height: 100%;
  }
  .header-menu ul li:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #ccc;
  }
  .header-menu ul li:after {
    content: " ";
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 100%;
    height: 100%;
    background-color: #f18288;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s;
    z-index: -1;
  }
  .header-menu ul li a:after {
    font-size: 15px;
    color: #8f6a65;
    display: block;
    text-align: center;
  }
  .header-menu ul li#menu-item-23 a:after {
    content: "Home";
  }
  .header-menu ul li#menu-item-22 a:after {
    content: "Flow";
  }
  .header-menu ul li#menu-item-20 a:after {
    content: "Cases";
  }
  .header-menu ul li#menu-item-21 a:after {
    content: "Access";
  }
  #header-in .header-menu ul li:hover a,
  #header-in .header-menu ul li:hover a:after {
    color: white;
  }
  .header-menu ul li:last-child:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #f18288;
  }

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

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

@media screen and (min-width: 769px) {
  /* コンテンツ エリア */
  #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: 30px;
    margin-bottom: 35px;
    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: 10px;
    clear: both;
    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: 15px;
    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: 15px 15px 7px 15px;
    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: 20px;
    padding: 0;
    float: left;
  }

  #wrapper .contact_box .inner_box .inner ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    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: 75.21489971%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

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

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

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

@media screen and (min-width: 769px) {
  /* 続きを読む エリア */
  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: 4px;
    right: 2.604166666%;
  }

  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: 80px 0;
    overflow: hidden;
    background-color: #fff;
  }
  .center {
    max-width: 1000px;
    margin: auto;
  }
  .footer-block-out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-block {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-block p {
    margin-top: 15px;
    font-family: "Kosugi Maru", sans-serif !important;
  }
  .footer-group-title {
    color: #6fa60c;
    font-size: 24px;
    border-bottom: 1px solid #6fa60c;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .footer-block-in ul {
    width: 100%;
    overflow: hidden;
  }
  .footer-block-in ul li {
    width: calc(100% / 3);
    float: left;
  }
  .footer-block-in ul li a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #464646;
    padding: 10px 0;
    font-family: "Kosugi Maru", sans-serif !important;
  }
  .footer-block-in ul li a:before {
    content: " ";
    border: 5px solid transparent;
    border-left-color: #6fa60c;
    display: inline-block;
  }
  .footer-navi ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 0;
  }
  .footer-navi ul li {
    display: table-cell;
    border-right: 1px solid #ccc;
    font-family: "Kosugi Maru", sans-serif !important;
  }
  .footer-navi ul li a {
    display: block;
    text-align: center;
    color: #5c5c5c;
    text-decoration: none;
  }
  #copyright p {
    width: auto;
    height: auto;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding-bottom: 70px;
    font-family: "Noto Serif JP", serif;
  }

  /* 404 エリア */
  #wrapper a.reverse_lnk {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
  }
}

@media screen and (min-width: 769px) {
  /****************************
****** サブメイン ******
****************************/
  /* バナー */
  .bnr {
    margin-bottom: 60px;
  }

  .bnr p {
    margin-bottom: 20px;
  }

  /* main */
  .cover-con {
    position: relative;
  }
  .cover-con .btn {
    position: absolute;
    right: 10%;
    bottom: 65px;
  }
  /*  .cover-con .btn img {
    width: 70%;
  }*/

  #wrapper h3::before {
    display: none !important;
  }

  /* site menu */
  .site-menu {
    background-color: #fff;
    margin: 2% 0;
  }
  .site-menu ul {
    width: 1000px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
  }
  .site-menu ul li {
    position: relative;
    right: 15px;
    width: 100%;
    padding: 0 4%;
    text-align: center;
  }
  .site-menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "BIZ UD明朝" !important;
    font-size: 20px;
    color: #5c5c5c;
    text-decoration: none;
  }
  .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: 13px;
    height: 18px;
    padding-right: 5%;
  }

  /* 悩み */
  .nayami {
    background-image: url("../images/section02-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
  }
  .nayami .cover-con02 .title {
    text-align: center;
    margin: 2% 0;
  }
  .nayami .cover-con02 .title h3 {
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝" !important;
    font-weight: normal !important;
    font-size: 30px !important;
    color: #956b37 !important;
    line-height: 40px !important;
    border: none !important;
    padding: 0 1%;
  }
  .nayami .cover-con02 p {
    font-family: "BIZ UD明朝" !important;
    font-weight: normal;
    font-size: 25px;
    color: #9c6b37;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 0px 10px #fcffe5;
    background: #ffffff8a;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 0;
    border-radius: 50px;
  }
  .nayami .cover-con02 .title::before {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  .nayami .cover-con02 .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  .nayami .cover-con02 img {
    margin: 0 auto;
    width: 60%;
  }

  /* about */
  .about {
    background-image: url(../images/section03-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
  }
  .about .title {
    text-align: center;
    margin: 0 0 2%;
  }
  .about .title h3 {
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝" !important;
    font-weight: normal !important;
    font-size: 30px !important;
    color: #956b37 !important;
    line-height: 40px !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: 50px;
    height: 80px;
  }
  .about .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  .about .sec03 {
    width: 1000px;
    margin: 0 auto;
  }
  .about .sec03 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about .sec03 ul li {
    width: 49%;
  }
  .about .sec03 ul li p {
    font-family: "Kosugi Maru", sans-serif !important;
    font-weight: normal;
    font-size: 15px;
    color: #5c5c5c;
    line-height: 30px;
    text-align: left;
    margin-bottom: 1em;
  }
  .about span {
    color: #8c6661;
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #8c6661;
    font-family: "BIZ UD明朝" !important;
  }
}

@media screen and (min-width: 769px) {
  /* ポイント */
  .point {
    background: #fff;
    padding: 80px 0;
  }
  .point .title {
    text-align: center;
    margin: 0 0 2%;
  }
  .point .title h3 {
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝" !important;
    font-weight: normal !important;
    font-size: 30px !important;
    color: #956b37 !important;
    line-height: 40px !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: 50px;
    height: 80px;
  }
  .point .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  .sec04 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0 50px;
  }
  .sec04 ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: auto;
    justify-content: space-around;
    align-content: space-around;
  }
  .sec04 ul li {
    width: 25%;
  }
  .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;
  }
  .sec04 ul li span {
    font-size: 18px;
    color: #b7813e;
    line-height: 1.6;
    font-family: "BIZ UD明朝" !important;
    text-align: center;
  }
  .sec04 ul li figure {
    margin: auto;
    font-family: "Kosugi Maru", sans-serif !important;
  }
  .sec04 ul li p {
    width: 300px;
    padding-top: 20px;
    font-size: 15px;
    color: #5c5c5c;
  }

  /* 流れ */
  .nagare {
    background-image: url(../images/section07-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
  .nagare .title {
    text-align: center;
    margin: 0 0 2%;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
  }
  .nagare .title h3 {
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝" !important;
    font-weight: normal !important;
    font-size: 30px !important;
    color: #956b37 !important;
    line-height: 40px !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: 50px;
    height: 80px;
  }
  .nagare .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  .nagare .nagare_in .pic img {
    margin: 0 auto;
  }
  #wrapper .nagare h2 {
    text-align: center;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #333;
    padding: 24px 0 16px;
    margin: 0 0 24px;
  }

  #wrapper .nagare h3 {
    text-align: center;
    border: 0px;
  }

  #wrapper .nagare h2 img,
  #wrapper .nagare h3 img {
    display: inline-block;
  }
  #flow .flow-lists ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    max-width: 1000px;
    margin: auto;
  }
  .flow-lists ul li {
    padding: 20px;
  }
  #flow .flow-lists ul li figure {
    margin: 10px auto;
    max-width: 196px;
    width: 100%;
    margin-bottom: 2em;
  }
  .flow-lists ul li p {
    font-size: 22px;
    color: #f18288;
    padding-bottom: 15px;
    font-family: "BIZ UD明朝" !important;
    text-align: center;
  }
  .flow-lists ul li span {
    background-color: #ffb6ba;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
    margin-right: 15px;
    font-family: "Kosugi Maru", sans-serif !important;
  }
  .flow-lists ul li #flow-fontsize {
    font-family: "Kosugi Maru", sans-serif !important;
    font-size: 15px;
    color: #5c5c5c;
  }
}

@media screen and (min-width: 769px) {
  /* 質問 */
  .qa {
    background-color: #fffcf2;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
  .qa .title {
    text-align: center;
    margin: 0 0 2%;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
  }
  .qa .title h3 {
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝" !important;
    font-weight: normal !important;
    font-size: 30px !important;
    color: #956b37 !important;
    line-height: 40px !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: 50px;
    height: 80px;
  }
  .qa .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  .qa .qa-inner {
    width: 1000px;
    background-color: #fff;
    margin: 0 auto;
  }
  .qa ul {
    margin-top: 30px;
  }

  .qa ul li.q {
    background: #fff8f8;
    background-image: url("../images/qa_q.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    padding: 20px 40px 20px 90px;
    border-radius: 7px;
    color: #5c5c5c;
    font-size: 17px;
    font-family: "Kosugi Maru", sans-serif !important;
  }

  .qa ul li.a {
    background-image: url("../images/qa_a.png");
    background-position: left 20px top 1em;
    background-repeat: no-repeat;
    padding: 20px 40px 20px 90px;
    border-radius: 7px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #5c5c5c;
    font-family: "Kosugi Maru", sans-serif !important;
  }

  /*　初回価格エリア　*/
  #first-price .first-time {
    padding: 5% 0;
  }
  .first-time .title {
    text-align: center;
    margin: 0 0 2%;
  }
  .first-time .title h3 {
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝" !important;
    font-weight: normal !important;
    font-size: 30px !important;
    color: #956b37 !important;
    line-height: 40px !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: 50px;
    height: 80px;
  }
  .first-time .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  .first-time img {
    margin: 0 auto 80px;
  }

  /* お問い合わせエリア */
  .mailform {
    background-image: url(../images/section07-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
  }
  .mailform .title {
    text-align: center;
    margin: 0 0 1%;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
  }
  .mailform .title h3 {
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝" !important;
    font-weight: normal !important;
    font-size: 30px !important;
    color: #956b37 !important;
    line-height: 40px !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: 50px;
    height: 80px;
  }
  .mailform .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  /*  .mailform .mail-inner {
    width: 1000px;
    margin: 0 auto;
  }
  .mailform .mail-inner ul{
    display: flex;
    justify-content: space-between;
  }
  .mailform .mail-inner ul .m-left{
    background-color: #fff;
    padding: 3%;
    width: 480px;
  }
  .mailform .mail-inner ul .m-left img {
    margin: 0 auto;
  }
  .mailform .mail-inner ul .m-right{
    background-color: #fff;
    padding: 3%;
    width: 480px;
  }
  .mailform .mail-inner ul p {
    font-family: "BIZ UD明朝"!important;
    font-weight: normal;
    font-size: 30px;
    color: #BAA05F;
    line-height: 45px;
    text-align: center;
  }*/
  .mailform img {
    margin: auto;
  }
  p.copyright a {
    color: #fff;
    text-decoration: none;
  }

  .contact_under li.sp {
    display: none;
  }

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

  .gmap-container {
    margin-top: 20px;
  }

  .accessWrap .title {
    text-align: center;
    margin: 0 0 2%;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: center;
  }
  .accessWrap .title h3 {
    display: inline-block;
    text-align: center;
    font-family: "BIZ UD明朝" !important;
    font-weight: normal !important;
    font-size: 30px !important;
    color: #956b37 !important;
    line-height: 40px !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: 50px;
    height: 80px;
  }
  .accessWrap .title::after {
    content: "";
    display: inline-block;
    background: url("../images/titledeco-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }

  .box05_chigai_pic {
    transform: translateY(3rem);
  }

  .box05_chigai_pic {
    position: relative;
    z-index: 1;
  }

  .dnadiet_box05 > .h_dnadiet.no_topmargin {
    position: relative;
    z-index: 2;
  }
}
