@charset "utf-8";


/*===■section===========================================*/
section {
    margin: 0 auto 8vw auto;
}
section:last-of-type {
    margin-bottom: 0;
}
/*===■#id===========================================*/
section#access {
    /*padding-top: 100px;
    margin-top: -100px;*/
}
section#access:before {
    content: "";
    display: block;
    height: 50px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -50px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}


/*===■pc sp===========================================*/
.pc {
    display: none !important;
}
.isp {
    display: none !important;
}
.sp {
    display:block !important; /*static*/
}
/*===■all===========================================*/
figure {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 0;
}
i {
    font-style: normal;
    margin-left: 5px;
}
.center {
    text-align: center;
}
.auto {
    margin-right: auto;
    margin-left: auto;
}
.cl {
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 1px;
    line-height: 0px;
}
.oflow {
    overflow: hidden;
    _zoom: 1;/*ie6 ie7*/
}
a {
    color: #E51A38;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/*===■sp chromeで勝手につく電話リンク==============*/
.no_tel {
    pointer-events: none;
    text-decoration: none;
}
.no_tel a {
    text-decoration: none;
}
/*===■sp===========================================*/
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;/*bottomでも*/
}
img.img_init {
    max-width: initial !important;
    max-height: initial !important;
    width: auto !important;
    height: auto !important;
}
img.img_max {
    max-width: 100% !important;
}

/*===■img============================================*/
img.img_w00 {/* 100-100*/
    width: 100%;
    height: auto;
}
img.img_w01 {/* 80-70*/
    width: 80%;
    height: auto;
}
img.img_w02 {/* 98-94*/
    width: 98%;
    height: auto;
}
img.img_w03 {/* 100-94*/
    width: 100%;
    height: auto;
}
img.img_w04 {/* 92-91*/
    width: 92%;
    height: auto;
}
img.img_w05 {/* 96-96*/
    width: 96%;
    height: auto;
}
img.img_w06 {/* 96-94*/
    width: 96%;
    height: auto;
}
img.img_w07 {/* 98-94*/
    width: 98%;
    height: auto;
}
img.img_w08 {/* 92-100*/
    width: 92%;
    height: auto;
}
img.img_w09 {/* 94-100*/
    width: 94%;
    height: auto;
}
img.img_w10 {/* 96- 100*/
    width: 96%;
    height: auto;
}
img.img_w11 {/* 98- 100*/
    width: 98%;
    height: auto;
}
img.img_w15 {/* 96-96*/
    width: 92%;
    height: auto;
}
/*===■layout===========================================*/
.centerb0 {
    text-align: center;
    margin-bottom: 0em !important;
}
.centerb1 {
    text-align: center;
    margin-bottom: 0.5em !important;
}
.centerb2 {
    text-align: center;
    margin-bottom: 1em !important;
}
/*===■txt color========================================*/
.txtred {
    color: #C92827;/*C03232*/
}
/*===■txt bg===========================================*/
.txtbg01 {/*黄色*/
    background: linear-gradient(transparent 55%, #FFFF57 55%);/*FFFF84*/
    padding: 0 0.2em 0 0.4em;
}
.txtbg02 {/*オレンジ*/
    background: linear-gradient(transparent 55%, #FEDC76 55%);
    padding: 0 0.1em 0 0.2em;
}
.txtbg03 {/*赤*/
    background: linear-gradient(transparent 55%, #F3CDCD 55%);
    padding: 0 0.1em 0 0.2em;
}
/*===■txtborder==========================================*/
.txtborder {
    border-bottom: solid 2px #333333;
    padding-bottom: 1px;
}
/*===■txt w===========================================*/
.txtbold6 {
    font-weight: 600;
}
.txtbold {
    font-weight: 700;
}
/*===■txtsize=========================================*/
.txtmin {
    font-size: 80%;
}
.txtsmal {
    font-size: 110%;
}
.txtmid {
    font-size: 120%;
}
.txtbig {
    font-size: 140%;
}
/*===■div_cf===========================================*/
.custom .div_cf {
}
.custom .div_cf:after {
    content:"";
    display: block;
    clear: both;
}
/*===■hr ===============================================*/
hr {
    margin: 0px;
    padding: 0px;
    height: 0px;
    border: 0px;
}
/*===■p ================================================*/
p {
    /*font-family: "Helvetica Neue",Arial,"Noto Sans JP", sans-serif;*/
    font-size: 4vw;/*1.6rem=16px*/
    line-height: 1.7;
    padding: 0;
    margin: 0 0 1.5em 0;
    color: #333333;
}

/*===■ eye_txt01 ===================================*/
.eye_txt01 { 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.6vw;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    padding-bottom: 3vw;
    font-weight: 700;
}
.eye_txt01::before,
.eye_txt01::after {
    content: '';
    width: 0.1em;
    height: 3em;
    background-color: #333333;
}
.eye_txt01::before {
    margin-right: 0.5em;
    transform: rotate(-25deg);
}
.eye_txt01::after {
    margin-left: 0.5em;
    transform: rotate(25deg);
}
/*===■header===========================================*/
header {
    background-color: #FFFFFF;
}
.header {/*親要素*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6em 0;
}
/*---------------------*/
#sticky {
    width: 100%;
    margin: 0 auto;
    /*height: 60px;*/
    position: -webkit-sticky;/*Safari必須*/
    position: sticky;/*position リセット　static*/
    top: 0;
    z-index: 10000;
}
.navi_shadow {
    -webkit-box-shadow: 0 3px 3px rgba(102,65,50,0.2);/*999999 153,153,153,0.3*/
    box-shadow: 0 3px 3px rgba(102,65,50,0.2);
}
/*===■header_logo========================================*/
.header .header_logo {/*header > 子要素*/
    margin: 0 0 0 10px;
}
.header .header_logo a {
  text-decoration: none;
}
.header .header_logo a:hover {
  text-decoration: none;
}
.site-id-img {
  width: auto;
  height: 37px;/*41-38*/
  /*height: auto;*/
}

/*===■header_info========================================*/
.header .header_info {
    display: flex;
    align-items: center;
}
.header .header_info .header_time {
    display: none;
}
.header .header_info .info_btn_tel {
    display: none;
}
/*----------------------*/
.header .header_info .info_btn_web a {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    text-decoration: none;

    white-space: nowrap;
    padding: 0.7em 4vw 1em 4vw;
    /*padding: 0.7em 0.9em 1em 1em;*/
    font-size: 2.9vw;
    line-height: 0;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #DC4B0E;
    margin-right: 3vw;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
}
.header .header_info .info_btn_web a i{
    font-size: 108%;
    margin: 0;
    padding: 0 0 9px 0;
}
.header .header_info .info_btn_web a:hover {
    /*opacity: 0.8;*/
}

/*----------------------*/
.header .header_info .info_btn_line a {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.7em 0.7em 1em 0.8em;
    font-size: 2.8vw;
    line-height: 0;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #009F00;/*公式00B900*/
    margin-right: 10px;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
}
.header .header_info .info_btn_line a i{
    font-size: 110%;
    margin: 0;
    padding: 0 0 10px 0;
}

/*===■header_main===========================================*/
.header_main {/*静止画像etc*/
    width: 100%;
    margin: 0 auto;
    /*padding-top: 80px;*/
    background-color: #FFFAEA;
}
.header_main img {
   width: 100%;
   margin: 0 auto;
   /*display: block;*/
}

/*===■globalNav========================================*/
.globalNav {
    width: 100%; 
    margin: 0 auto;
}
.globalNav_in_pc {
    display: none;
}
.globalNav_in_sp {
    /*background: url(../images/bg_texture02.jpg) repeat left top;
    background-size: 100px 100px;*/
    background-color: #846943;
    padding: 0 calc((100% - 1280px)*0.5);
}
/*----------------------------------*/
.globalNav_in_sp ul.navlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.globalNav_in_sp ul.navlist {
    list-style: none;
}
.globalNav_in_sp ul.navlist li {
    flex: 1;/*均等割*/
    /*flex-grow: 1;伸縮*/
}
.globalNav_in_sp ul.navlist li:first-child {/*★ここだけ小さい幅にしたい時★*/
    /*flex-grow: 0;flex-growの初期値(未設定時)=「0」なので「子要素の幅＝伸びる前の子要素の幅」となり幅は変わらない*/
    /*padding: 0 5px;*/
}

/*---罫線01-------------*/
.globalNav_in_sp ul.navlist li::after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  /*background-color: #EAD78C;*/
  background-color: #FFFFFF;
}
.globalNav_in_sp ul.navlist li {
  position: relative;
}
.globalNav_in_sp ul.navlist li::after {
  position: absolute;
  right: -1px;
  top: calc((100% - 36px)/2);
}
.globalNav_in_sp ul.navlist li:last-child::after {
  content: none;
}
/*---罫線02-------------*/
.globalNav_in_sp ul.navlist li:not(:first-child) {/*指定要素は適応外*/
}
/*---a------------------------------*/
.globalNav_in_sp ul.navlist li a {
    display: block;
    padding: 0.8em 2px 1.3em 2px;/*★*/
    position: relative;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 3.6vw;
    line-height: 0;
    /*color: #333333;*/
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}
.globalNav_in_sp ul.navlist li a:hover {
    background: rgba(255,255,255,0.1);
}
.globalNav_in_sp ul.navlist li a i {
    font-size: 103%;
    margin: 0;
    padding: 0 0 13px 0;
}

/*----------------------------------*/
.globalNav_in_sp.navi_color {
    background: none;
    background-color: #846943;
}
.globalNav_in_sp.navi_color ul.navlist li a {
    color: #FFFFFF;
}
.globalNav_in_sp.navi_color ul.navlist li a:hover {
    color: #FFFFFF;
    background: rgba(255,255,255,0.05);
}
.globalNav_in_sp.navi_color ul.navlist li::after {
  /*content: "";★ここ：横ブレ原因★
  display: block;★ここ：横ブレ原因★
  width: 1px;
  height: 36px;*/
  background-color: #FFFFFF;
}
/*----------------*/
.globalNav_in_sp ul.navlist li.current a,
.globalNav_in_sp ul.navlist li a:hover{
    color: #846943;/*★現在位置ここ*/
    background: rgba(255,255,255,0.2);
}
/*横バー　現在地とhoverの設定*/
.globalNav_in_sp ul.navlist li.current a::before,
.globalNav_in_sp ul.navlist li a:hover::before {
    /*transform: scale(1, 1);*/
}

/*========= ■ハンバーガー状 CSS ===============*/
.gnav {
    display: none;
}
.gnav_sp { 
    /*display: block;*/
    position:fixed;  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    z-index: 999;
    top: 0;   /*ナビのスタート位置と形状*/
    right: -120%;
    /*left: -120%;*/
    width:100%;
    height: 100vh;/*ナビの高さ フルスクリーン設定*/
    background-color: rgba(250,248,231, 0.92);
    transition: all 0.6s;
}
.gnav_sp.panelactive{ /*アクティブクラスがついたら位置を0に*/
    right: 0;
    /*left: 0;*/
}
.gnav_in {
    position: absolute;/*ナビゲーション天地中央揃え*/
    z-index: 999;
    top:35%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 80%;
    text-align: center;
}
/*ナビゲーション*/
.gnav_in ul {}
.gnav_in li{
  list-style: none;
  border-bottom: solid 1px #A69377;
}
.gnav_in li a {
  color: #333333;
  text-decoration: none;
  padding:15px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.gnav_in li a:hover {
  background: rgba(132,105,67,0.2);
  /*background-color: #333333;*/
}
/*----------------------------*/
.demo01 {
   margin: 1em 0;
}
/*----------------------------*/
.hamburger02_ex {
  cursor: pointer;
}
/*----------------------------*/
#txtclose {
    /*position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;*/
    width: 100%;
    background: #846943;
    /*line-height: 48px;*/
    margin-top: 1em;
    /*opacity: 0;*/
}
#txtclose a {
    font-size: 3.8vw;
    display: block;
    color: #FFFF;
    text-decoration: none;
    cursor: pointer;
    padding: 0.7em 0;
}
#txtclose a i {
    padding-right: 5px;
}

/*===■wrap======================================*/
.wrap {
    width: 100%;
    background-color: #FBF9EB;/*sp濃いめ－薄目FDFCF5*/
}

/*===■wrap02======================================*/
.wrap02 {
    width: 100%;
    background: radial-gradient(rgba(244,244,244,0.3), rgba(241,241,241,1));
}
/*===■wrap03======================================*/
.wrap03 {
    width: 100%;
    /*background: radial-gradient(rgba(244,244,244,0.3), rgba(241,241,241,1));*/
    background: url(../images/bg_wrap03.png) repeat left top;
    background-size: 375px auto;
}
/*===■main=====================================*/
.main {
    width: 100%;
    padding: 2em 3vw;/*2em 1em*/
}

/*===■bg_newinfo=====================================*/
.bg_newinfo {
    width: 100% !important;
    margin: 0 auto 1em;/*2*/
    background-color: #FFFFFF;
    border: solid 1px #EDE3BC;
}

h2.newinfo_title {
  font-size: 3.2vw;
  font-weight: 600;
  padding: 0.7em 0;
  margin: 0;
  text-align: center;
  background-color: #F4EED5;
}

iframe.newinfo {
    width: 100% !important;
    height: 90px;
    padding: 0 0.5em;
}

/*===■ btn_flex=======================*/
.btn_flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*flex-direction: column;
    align-items: center;*/
    width: 100%;
    margin: 0 auto 1em auto;
}
.btn_flex .itemsL {
    width: 49%;
    /*order: 1;*/
}
.btn_flex .itemsL img {
    width: 100%;
}
.btn_flex .itemsR {
    width: 49%;
    /*order: 2;*/
}
.btn_flex .itemsR img {
    width: 100%;
}
/*===■汎用 h2===========================================*/
h2.all_title {
  position: relative;
  width: 84%;
  margin: 1em auto;
  font-size: 6.4vw;
  line-height: 1.5;
  font-weight: 700;/*★★*/
  padding: 0em 0.5em 0.5em 0.5em;
  border-bottom: 3px solid #ddd;
  text-align: center;
  /*font-family: 'Hina Mincho', serif;*/
}
h2.all_title:before {
  position: absolute;
  bottom: -3px;
  /*left: 0;*/
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 30%;
  height: 3px;
  content: '';
  background: #5E0E08;
}
/*===■汎用 h2_404===========================================*/
h2.all_title_404 {
  position: relative;
  width: 74%;
  margin: 0em auto 1em auto;
  font-size: 6.4vw;
  line-height: 1.5;
  font-weight: 700;/*★★*/
  padding: 0 0.5em 0.5em 0.5em;
  border-bottom: 3px solid #ddd;
  text-align: center;
  /*font-family: 'Hina Mincho', serif;*/
}
h2.all_title_404:before {
  position: absolute;
  bottom: -3px;
  /*left: 0;*/
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 40%;
  height: 3px;
  content: '';
  background: #5E0E08;
}

/*===■trouble ===============================*/
h2.trouble_title {
    /*font-family: 'Hina Mincho', serif;*/
    font-size: 6.4vw !important;
    line-height: 1.4 !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
}
.bg_trouble {
    width: 100%;
    margin: 0 auto 1.5em auto;
}
.bg_trouble .txtsmal {
    font-size: 80%;
}
.bg_trouble p {
    padding: 0 0;
}
.trouble_img {
    width: 100%;
    margin: 0 auto 0.5em auto;
}
.trouble_img img {
    display: block;
    margin: 0 auto 0 auto;
}

/*===■bg_case==============================*/
.bg_case {
    width: 100%;
    margin: 0 auto 1em auto;
    padding: 0.6em 0.8em;
    background-color: #FFFFFF;
}
img.ph_case {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
}

/*===■bg_check==============================*/
.bg_check {
    width: 88%;
    margin: 0 auto 1em auto;
    padding: 0.8em 0.5em;
    /*background-color: #FFFFFF;*/
    background-color: rgba(255,255,255,0.8);
}
img.ph_check {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
}
.bg_check p {
    font-size: 3.9vw;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-align: center;
}
/*===■bg_worries==============================*/
.bg_worries {
    width: 100%;
    margin: 0 auto 1em auto;
    padding: 0.8em 0.5em;
    background-color: #FFFFFF;
}
img.ph_worries {
    width: 100%;
    display: block;
    margin: 0 auto 0 auto;
}
.bg_worries p {
    font-size: 3.9vw;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-align: center;
}

/*===■voice_title==============================*/
h2.voice_title {
    font-size: 6.4vw !important;
    line-height: 1.4 !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8em;
}
p.voice_catch {
    font-size: 5vw;
    line-height: 1.5;
    font-weight: 800;
    margin: 0 0 3vw 0;
    padding: 0;
    text-align: center;
}

/*===■bg_voice ===============================*/
.bg_voice { 
    width: 100%;
    margin: 0 auto 1em auto;
    padding:0.3em;
    background: url(../images/bg_voice01.png) repeat left;
    background-size: 50px auto;
    border: solid 3px #E0CE97;
}
.bg_voice:last-of-type {
    margin-bottom: 0;
}
.bg_voice p.note {
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 40%;
}
.bg_paper {/*線*/
    /*width: 100%;
    border: solid 1px #F0E7BB;*/
    padding: 0.6em 0.5em 0.3em 0.5em;
}
/*===■ voice_flex02=======================*/
.voice_flex02 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.voice_flex02 .itemsL {
    width: 50%;
    order: 1;
    /*padding-top: 0.5em;*/
}
.voice_flex02 .itemsL img {
    width: 100%;
}
.voice_flex02 .itemsR {
    width: 100%;
    order: 2;
    /*text-align: center;*/
    /*margin-right: 0.5em;*/
}
.voice_flex02 .itemsR p.name {
    font-size: 3.4vw;
    line-height: 1.5;
    padding: 2vw 0;
    background-color: #F5EDD9;
    text-align: center;
    margin-bottom: 0.9em;
    font-weight: 500;
}
.voice_flex02 .itemsR p {
    font-size: 3.8vw;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    font-weight: 700;
    /*text-align: justify;*/
}
/*===■ case_flex02===汎用====================*/
.case_flex02 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;/*子要素の上下を中央に*/
    width: 100%;
    margin: 2vw auto 0.1em auto;
    line-height: 1.4;
    background-color: #67A741;
}
.case_flex02 p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    font-weight: 700;
}
.case_flex02 div.case_flex02L {
    flex-basis: 27%;
    text-align: center;
}
.case_flex02 div.case_flex02L p {
    color: #FFFFFF;
    font-size: 3.4vw;
}
.case_flex02 div.case_flex02R {
    flex: 1;
    padding: 2vw 0 2vw 2vw !important;
    background-color: #DCEDC8;
}
.case_flex02 div.case_flex02R p {
    color: #333333;
    font-size: 3.4vw;
}

/*=== ■approach================================*/
h2.approach_title {
    /*font-family: 'Hina Mincho', serif;*/
    font-size: 6.4vw !important;
    line-height: 1.4 !important;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8em;
}
.bg_approach {
    width: 100%;
    background: linear-gradient(180deg, #FCFBED 0%, #FCFBED 15%, #FEF1C9 15%, #FEF1C9 100%);/*F0EBEA FDFCF5*/
}
.approach_flex {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
}
.approach_flex .itemsL {
    width: 70%;
}
.approach_flex .itemsL img {
    width: 100%;
}
.approach_flex .itemsR {
    width: 100%;
    padding-bottom: 1em;
}
.approach_flex .itemsR p.title {/*h3*/
    font-size: 4.8vw;
    line-height: 1.5;
    margin: 0;
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    font-weight: 800;
}
.approach_flex .itemsR p {
    font-size: 4vw;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 0 5vw 4vw 5vw;
}
.approach_flex .itemsR p:last-child {
    padding-bottom: 0;
}
/*===■ qa===========================================*/
.faq_title {
    font-size: 7.5vw !important;
    line-height: 1.4 !important;
    font-weight: 700;
    text-align: center;
}
.box_qa {
    width: 100%;
    margin: 1em auto;
    padding: 0.7em 0.5em 0.5em 0.5em;
    background-color: #FFFFFF;
}
.box_qa:last-of-type {
    margin-bottom: 0 !important;
}
.box_qa .title_q {/*3*/
    font-size: 4vw;
    line-height: 1.6;
    position: relative;
    text-align: justify;
    font-weight: 700;
    padding: 0 0 0 7vw;
}
.box_qa .title_q::before {
    display: inline-block;
    position: absolute;
    width: 5.6vw;
    height: 5.6vw;
    left: 0;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 4.2vw;
    line-height: 1.4;
    text-align: center;
}
.box_qa .title_q::before {
    background-color: #FF7131;
    content: 'Q';
    font-family: "Arial";
}
.box_qa p {
    font-size: 3.9vw;
    line-height: 1.6;
    position: relative;
    text-align: justify;
    margin: 0;
    padding: 0 0 0 7vw;
}
.box_qa p.title_a::before {
    display: inline-block;
    position: absolute;
    width: 5.6vw;
    height: 5.6vw;
    left: 0;
    border-radius: 100%;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 4.2vw;
    line-height: 1.4;
    text-align: center;
    background-color: #A49279;
    content: 'A';
    font-family: "Arial";
}

hr.qa {
    background-image: none;
    height: 1px;
    background-image: linear-gradient(to right, #DDDDDD, #DDDDDD 2px, transparent 2px, transparent 4px) !important;/*E2CE7E*/
    background-repeat: repeat-x !important;
    background-position: left top !important;
    background-size: 4px 1px !important;
    margin: 2vw auto 2vw auto;
}
/*===■closing_map===========================================*/
.closing_map {
    width: 100%;
    margin: 1em auto 1.5em auto;
}
.closing_map img {
    display: block;
    margin: 0 auto 0 auto;
}
/*===■gmap===========================================*/
.gmap {
    position: relative;
    width: 100%;
    margin: 1em auto 2.5em auto;
    height: 0;
    padding-top: 56.25%;
}
.gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*===■ btn_txt01 ===================================*/
.btn_txt01 { 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    text-align: center;
    padding-bottom: 0.6em;
    margin-bottom: 0;
    font-weight: 700;
}
.btn_txt01::before,
.btn_txt01::after {
    content: '';
    width: 0.1em;
    height: 1.8em;
    background-color: #333333;
}
.btn_txt01::before {
    margin-right: 0.6em;
    transform: rotate(-25deg);
}
.btn_txt01::after {
    margin-left: 0.6em;
    transform: rotate(25deg);
}
/*===■btn_web===========================================*/
.wp_btn_web {
  width: 90%;
  margin: 0 auto 1.5em auto;
}
.btn_web {
  width: 100%;
  color: #FFFFFF;
  background-color: #DC4B0E;
  position: relative;
  padding: 0.5em 0.5em;
  border-radius: 100vh;
  border-bottom: 4px solid #C72605;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 6vw;
  transition: all 0.6s;
}
.btn_web:hover {
  /*background-color: #E1622D;*/
}

/*===■btn_line===========================================*/
.wp_btn_line {
  width: 90%;
  margin: 0 auto 1.5em auto;
}
.btn_line {
  width: 100%;
  color: #FFFFFF;
  background-color: #009F00;
  position: relative;
  padding: 0.5em 0.5em;
  border-radius: 100vh;
  border-bottom: 4px solid #008600;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 6vw;
  transition: all 0.6s;
}
.btn_line:hover {
  /*background-color: #E1622D;*/
}

/*===■btn_tel===========================================*/
.wp_btn_tel {
  width: 90%;
  margin: 0 auto 1.5em auto;
}
.btn_tel {
  width: 100%;
  background-color: #F58410;/*緑系　6AAB43*/
  position: relative;
  padding: 0.5em 0.5em;
  border-radius: 100vh;
  border-bottom: 4px solid #E96200;/*緑系　5E973C*/
  text-decoration: none;
  display: inline-block;
  transition: 0.6s;
  text-align: center;
  font-size: 6vw;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.btn_tel:hover {
  /*background-color: #81BE5B;*/
}

/*===■info_data===========================================*/
.info_data {
    width: 100%;
    margin: 0 auto 1.5em 0;
}
.table01 {
    width: 100%;
    margin: 1em auto;
    border-spacing: 0;
    border-collapse: collapse;/*separate collapse重*/
}
.table01 th {
  width: 26%;
  background: #f4f4f4;
  padding: 0.5em;
  border: 1px solid #ddd;
  font-weight: 700;
  font-size: 3.7vw;
}
.table01 td {
  width: 74%;
  background: #FFFFFF;
  padding: 0.5em;
  border: 1px solid #ddd;
  font-size: 3.7vw;
  line-height: 1.5;
}
/*--sp----*/

/*--------*/
.table01 th,
.table01 td {
   vertical-align: middle;
}

/*===■price_data===========================================*/
.price_data {
    width: 100%;
    margin: 0 auto 1em auto;
}
.price_data .txtbig {
    font-size: 130%;
}
.table02 {
    width: 100%;
    margin: 1em auto;
    border-spacing: 0;
    border-collapse: collapse;/*separate collapse重*/
}
.table02 th {
  background: #f4f4f4;
  padding: 0.5em;
  border: 1px solid #ddd;
  font-weight: 700;
  font-size: 3.8vw;
}
.table02 td {
  background: #FFFFFF;
  padding: 0.5em;
  border: 1px solid #ddd;
  font-size: 3.8vw;
  line-height: 1.5;
}
/*--sp----*/
.table02 th,
.table02 td {
    display: block;
    width: 100%;
}
.table02 th,
.table02 td {
    border-bottom: none;
}
.table02 tr:last-child {/*全ての要素に対しての　-of-typeは特定の要素に対しての*/
    border-bottom: solid 1px #ddd;
}
/*--------*/
.table02 th,
.table02 td {
   text-align: center;
   vertical-align: middle;
}
/*--------*/
.bnr_camp {
   /*display: block;*/
   margin: 0 auto;
   width: 100%;
}
/*===■ access=================================*/
.bg_access {
    width: 100%;
    margin: 0 auto 1em auto;
}
.bg_access p {
    padding: 0 0;
}
.access_IN {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    /*align-items: stretch;初期値はstretch*/
}
.access_IN .items:last-of-type {
    margin-bottom: 0;
}
.access_IN .items {
    flex: 0 0 100%;
    /*width: 48%;*/
    position: relative;
    /*display: flex;
    flex-direction: column;*/
    margin-bottom: 1em;
    padding: 0.4em 0.5em 0.7em;
    background-color: #FFFFFF;
    border-radius: 7px;
    border: solid 1px #F0EBB1;
}
.description {
    flex-grow: 1;
}
.access_IN .items .title_box {
    /*margin: auto;*/
}
.access_IN .items .title_box p {
    font-size: 3.6vw;
    line-height: 1.7;
    padding: 0.8em 0.5em 0;
    margin-bottom: 0;
}

/*--------------content: counter----------------------*/
.access_IN  {
    counter-reset: number 0; /*名前任意、0でリセット*/
}
.access_IN p:before {
    counter-increment: number 1; /*counter-reset名を指定、+1づつ増やす*/
    content: counter(number) "."; /*番号の後にドット*/
    /*content: counter(number) ; */
    /*padding-left: 5px;*/
    padding-right: 5px;
    /*margin-right: 5px;*/
    font-weight: bold;
    /*line-height: 64px;
    width: 64px;
    border-radius: 100%;
    background-color: #a3d0ff;*/
    color: #C03232;
}
/*----------------------------------------------------*/
.access_IN p:after {
    /*content: "";
    margin: auto;
    position: absolute;
    bottom: -1em;
    left: 50%;
    transform: translateX(-50%)  rotate(45deg);
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    z-index: 100;*/
}
.access_IN p:last-child {
    /*background-color: #F00000;*/
}

/*----------------------------------------------------*/

.access_IN .items figure {
    padding: 0;
}
.access_IN .items img.ph {
    width: 100%;
    height: auto;
}
.access_IN .items:nth-last-child(-n+2):before {
  /*content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #4682b4;*/
}
/*transform　複数書く場合は順番注意（一行指定でないと上書きされる）*/














/* ####################################################################### */
/* #### Extra small devices (phones, less than 768px) #################### */
/* ####################################################################### */
/* No media query */
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {


/*===■section===========================================*/
section {
    margin: 0 auto 10vw auto;
}
/*== □pc sp============================================*/
.sp {
    display: block !important;/*static*/
}
.isp {
    display: none;
}
.pc {
    display: none;
}

/*===□p ===============================================*/
p {
    font-size: 2.3vw;
    line-height: 1.7;
    margin: 0 0 1.5em 0;
}
/*===□ eye_txt01 ===================================*/
.eye_txt01 { 
    font-size: 3.6vw;
    line-height: 1.4;
    padding-bottom: 3vw;
}
/*===□header===========================================*/
.header {
    padding: 1.1em 0;
}
/*===□header_logo========================================*/
.header .header_logo {
    margin: 0 0 0 22px;
}
.site-id-img {
  width: auto;
  height: 62px;/*60*/
}

/*===□header_info========================================*/
.header .header_info .info_btn_web a {
    display: flex;
    flex-direction: row;
    align-items:center;
    padding: 0.8em 4vw 0.8em 4vw;
    /*padding: 0.8em 1em 0.8em 1em;*/
    font-size: 2.6vw;
    margin-right: 2vw;
    /*margin-right: 20px;*/
    border-radius: 9px;
    transition: 0.3s ease-in-out;
}
.header .header_info .info_btn_web a i{
    padding-right: 15px;
    padding-bottom: 0;
}
/*----------------------*/
.header .header_info .info_btn_line a {
    flex-direction: row;
    align-items:center;
    padding: 0.9em 1em 0.9em 1em;/*0.8em 1em 0.8em 1em*/
    font-size: 2.6vw;
    margin-right: 20px;
    border-radius: 9px;
    transition: 0.3s ease-in-out;
}
.header .header_info .info_btn_line a i{
    padding-right: 15px;
    padding-bottom: 0;
}
/*----------------------------*/
#txtclose {
    margin-top: 1.5em;
}
#txtclose a {
    font-size: 2.8vw;
    padding: 0.8em 0;
}
#txtclose a i {
    padding-right: 10px;
}
/*===□globalNav_in_sp=========================================*/
.globalNav_in_sp ul.navlist li a {
    /*padding: 13px 2px 20px 2px;*/
    padding: 1.1em 2px 1.3em 2px;/*★*/

    width: 100%;
    font-size: 2.4vw;
    line-height: 0;
}
.globalNav_in_sp ul.navlist li a i{
    padding: 0 0 18px 0;
}

/*===□main=====================================*/
.main {
    padding: 3em 1.5em;
}

/*===□bg_newinfo=====================================*/
iframe.newinfo {
    height: 100px;
    margin: 0 auto 1.5em;
    padding: 0.5em 1em;
}
/*===□btn_flex=======================*/
.btn_flex {
    display: none;
}
/*===□汎用 h2===========================================*/
h2.all_title {
  font-size: 4.8vw;
  line-height: 1.5;
  padding: 0 0.5em 0.4em 0.5em;
  border-bottom: 3px solid #ddd;
}

/*===□trouble ===============================*/
h2.trouble_title {
    font-size: 5.8vw !important;
    line-height: 1.2 !important;
    font-weight: 400;/*★★bold*/
}
.trouble_img {
    width: 100%;
    margin: 0 auto 1em auto;
}
/*===□voice ===============================*/

/*===□bg_voice ===============================*/
h2.voice_title {
    font-size: 4.8vw !important;
    line-height: 1.4 !important;
    margin-bottom: 1em;
}
.bg_voice { 
    width: 100%;
}
.bg_paper {/*線*/
    padding: 0.8em 1.5em 0.8em 1.5em;
}
/*===□voice_flex=======================*/
.voice_flex .itemsL {
    padding-top: 1em;
}

/*=== □approach================================*/
h2.approach_title {
    font-size: 4.8vw !important;
    line-height: 1.4 !important;
    margin-bottom: 1em;
}
.approach_flex .itemsR {
    padding-bottom: 1.5em;
}
.approach_flex .itemsR p.title {/*h3*/
    font-size: 3.3vw;
    line-height: 1.5;
    padding: 1em 0 0.5em 0;
}
.approach_flex .itemsR p {
    font-size: 2.3vw;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 0 4vw 2vw 4vw;
}

/*===□info_data===========================================*/
.info_data {
    margin: 0 auto 1.5em 0;
}
.table01 {
    margin: 1.5em auto 1em;
}
.table01 th {
  font-size: 2.3vw;
}
.table01 td {
  font-size: 2.3vw;
  line-height: 1.5;
}
/*===□price_data===========================================*/
.price_data {
    width: 100%;
    margin: 1.5em auto 2em auto;
}
.table02 th {
  padding: 0.5em;
  font-size: 3.1vw;
}
.table02 td {
  padding: 0.5em;
  font-size: 3.1vw;
  line-height: 1.5;
}

/*--------*/
.bnr_camp {
   margin: 0 auto;
   width: 90%;
}

/*===□ qa===========================================*/
.faq_title {/*h2*/
    font-size: 5.6vw !important;
    line-height: 1.4 !important;
}
.box_qa {
    width: 92%;
    margin: 1.5em auto 1.5em auto;
    padding: 1em 0.7em 1em 0.7em;
}
.box_qa .title_q {/*3*/
    font-size: 2.3vw;
    line-height: 1.6;
    padding: 0 0 0 5vw;
}
.box_qa .title_q::before {
    width: 3.8vw;
    height: 3.8vw;
    font-size: 2.3vw;
    line-height: 1.6;
}
.box_qa p {
    font-size: 2.3vw;
    line-height: 1.6;
    padding: 0 0 0 5vw;
}
.box_qa p.title_a::before {
    width: 3.8vw;
    height: 3.8vw;
    font-size: 2.3vw;
    line-height: 1.6;
}

/*===□ access=================================*/
.bg_access {
    width: 100%;
    margin: 0 auto 1em auto;
}
.bg_access p {
    padding: 0 1em;
}
.access_IN .items {
    margin-bottom: 1.5em;
    padding: 0.8em 0.8em 1em;
}
.access_IN .items .title_box p {
    font-size: 2.3vw;
    line-height: 1.7;
    padding: 0.6em 0.5em 0;
    margin-bottom: 0;
}
/*===□ btn_txt01 ===================================*/
.btn_txt01 { 
    font-size: 3.2vw;
    padding-bottom: 0.3em;
}
.btn_txt01::before,
.btn_txt01::after {
    content: '';
    width: 0.1em;
    height: 1.4em;
}
.btn_txt01::before {
    margin-right: 0.6em;
    transform: rotate(-25deg);
}
.btn_txt01::after {
    margin-left: 0.6em;
    transform: rotate(25deg);
}
/*===□ btn_web===========================================*/
.wp_btn_web {
  width: 75%;
  margin: 0 auto 1.5em auto;
}
.btn_web {
  padding: 0.4em 0.5em;
  border-bottom: none;
  font-size: 4.6vw;
}
/*===□ btn_line===========================================*/
.wp_btn_line {
  width: 75%;
  margin: 0 auto 1.5em auto;
}
.btn_line {
  padding: 0.4em 0.5em;
  border-bottom: none;
  font-size: 4.6vw;
}
/*===□ btn_tel===========================================*/
a[href^="tel:"]{
    pointer-events: none;
    cursor: default;
}
.wp_btn_tel {
  width: 75%;
  margin: 0 auto 1.5em auto;
}
.btn_tel {
  padding: 0.4em 0.5em;
  font-size: 4.6vw;
  border-bottom: none;
}
/*===□info_data===========================================*/
.info_data {
    width: 100%;
    margin: 0 auto 2.5em 0;
}








}



/* ####################################################################### */
/* #### Medium devices (desktops, 992px and up)  ######################### */
/* ####################################################################### */

@media (min-width: 1025px) {/*992-1024-1025*/


/*===drawer===========================================*/
.drawer .sp_test {
    display: none;
}
/*===section========================================*/
section {
    margin: 0 auto 5em auto;
}
/*===#id===========================================*/
section#access:before {
    content: "";
    display: block;
    height: 50px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -50px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
/*===pc sp==========================================*/
.sp {
    display: none !important;/*static*/
}
.isp {
    display: none !important;/*static*/
}
.pc {
    display: block !important;
}
/*===p===============================================*/
p {
    font-size: 2.1rem;/**/
    line-height: 1.8;
}
/*=== eye_txt01 ===================================*/
.eye_txt01 {
    font-size: 3.7rem;
    padding-bottom: 0.5em;
}
.eye_txt01::before,
.eye_txt01::after {
    width: 3px;
    height: 75px;
}
.eye_txt01::before {
    margin-right: 0.5em;
    transform: rotate(-25deg);
}
.eye_txt01::after {
    margin-left: 0.5em;
    transform: rotate(25deg);
    opacity: 1;
}

/*===layout==========================================*/
.centerb0 {
    text-align: center;
    margin-bottom: 0em !important;
}
.centerb1 {
    text-align: center;
    margin-bottom: 1em !important;
}
.centerb2 {
    text-align: center;
    margin-bottom: 2em !important;
}
.centerb3 {
    text-align: center;
    margin-bottom: 3.5em !important;
}
.centerb4 {
    text-align: center;
    margin-bottom: 4.5em !important;
}
.centertxtb1 {
    text-align: center;
    margin-bottom: 1em !important;
}
/*===img=============================================*/
img.img_w01 {/* 80- 70*/
    width: 70%;
    height: auto;
}
img.img_w02 {/* 98- 94*/
    width: 94%;
    height: auto;
}
img.img_w03 {/* 100- 94*/
    width: 94%;
    height: auto;
}
img.img_w04 {/* 92- 91*/
    width: 91%;
    height: auto;
}
img.img_w05 {/* 96- 96*/
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
img.img_w06 {/* 96- 94*/
    width: 94%;
    height: auto;
}
img.img_w07 {/* 98- 94*/
    height: auto;
    width: 94%;
}
img.img_w08 {/* 92- 100*/
    width: 100%;
    height: auto;
}
img.img_w09 {/* 94- 100*/
    width: 100%;
    height: auto;
}
img.img_w10 {/* 96- 100*/
    width: 100%;
    height: auto;
}
img.img_w11 {/* 98-100*/
    width: 100%;
    height: auto;
}
img.img_w12 {/* 90- 80*/
    width: 80%;
    height: auto;
}
img.img_w13 {/* 98- 86*/
    width: 96%;
    height: auto;
}
img.img_w14 {/* 94- 96*/
    width: 96%;
    height: auto;
}
img.img_w15 {/* 92- 96*/
    width: 96%;
    height: auto;
}

/*===header===========================================*/
.header {/*親要素*/
    width: 100%;
    height: auto;
    padding: 0.9em calc((100% - 1280px)*0.5);
    display: flex;
    /*align-items: end;logo部分が大きくて下ぞろえしたい場合*/
    align-items: center;/*子要素の上下中央揃え*/
    justify-content: space-between;/*左右両端に*/
}
/*---------------------*/
.header .header_logo {/*header > 子要素*/
    width: 37%;
    height: auto;
    margin: 0 0 0 10px;
    /*background-color: #FFFF99;*/
}
.site-id {
  /*display: flex;
  align-items: baseline;*/
}
.site-id img {
  width: 100%;
  height: auto;
}

/*===header_info========================================*/
.header .header_info {
    display: flex;
    align-items: center;
    /*background-color: #FFFF99;*/
    /*justify-content: flex-end;この親の子要素の右寄せなら*/
}
/*----------------------------------------------*/
.header .header_info .header_time {
    display: block;
    margin-right: 2.5em;
}
.header_time table.infobox01 {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  line-height:1.6;
  font-size: 1.8rem;
}
.header_time table.infobox01 td:first-child {/*見出*/
    width: 25%;
    text-align: center;
    padding: 0.3em 0 0.3em 1em;
    vertical-align: middle;
    white-space:nowrap;
}
.header_time table.infobox01 td:last-child {/*内容*/
    width: 75%;
    padding: 0.3em 0 0.3em 1em;

}
.header_time table.infobox01 .border {/*span罫線*/
    border-left: 1px solid #EAD78C;
    padding-left: 0.8em;
    display: block;
}
span.kerning02h {
    letter-spacing: 0.9rem;
}
/*----------------------------------------------*/
.info_btn_web {
    display: none;
}
/*----------------------------------------------*/
.info_btn_line {
    display: none;
}
/*----------------------------------------------*/
.info_btn_tel {
    display: block !important;
}
.info_btn_tel {
    display: flex;
    flex-direction: column;
    /*justify-content: center;縦並び時の上下の中央寄せ*/
    align-items: center;/*縦並び時の左右の中央寄せ*/
}
.info_btn_tel span.telcatch {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
}
.info_btn_tel span.telnumber {
    display: flex;
    align-items: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 3.7rem;
    line-height: 0;
    color: #5E973C;
    /*padding-top: 0.1em;*/
    padding-bottom: 0.1em;
}
.info_btn_tel i{
    font-size: 80%;
    padding-top: 5px;
    padding-right: 10px;
    margin-left: 0;
}
.p_txt01 { 
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.p_txt01::before,
.p_txt01::after {
    content: '' !important;
    width: 0.05em !important;
    height: 1.6em !important;
    background-color: #333333 !important;
}
.p_txt01::before {
    margin-right: 0.6em !important;
    transform: rotate(-25deg) !important;
}
.p_txt01::after {
    margin-left: 0.6em !important;
    transform: rotate(25deg) !important;
}

/*===globalNav========================================*/
.header .header_info .web_btn a {
    width: 100%; 
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.4em 1em 0.4em 1em;
    font-size: 1.6rem;
    line-height: 0;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #DC4B0E;
    margin-right: 20px;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
}
.header .header_info .web_btn a i{
    font-size: 108%;
    padding-right: 15px;
    padding-bottom: 0;
}
.header .header_info .web_btn a:hover {
    opacity: 0.8;
}

/*===globalNav========================================*/
.header .header_info .line_btn a {
    width: 100%; 
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.4em 1em 0.4em 1em;
    font-size: 1.6rem;
    line-height: 0;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #009F00;/*LINE色*/
    margin-right: 20px;
    border-radius: 6px;
    transition: 0.3s ease-in-out;
}
.header .header_info .line_btn a i{/*要：高さ揃え*/
    font-size: 108%;
    padding-right: 15px;
    padding-top: 0;/*上の隙間*/
    padding-bottom: 0;
}
.header .header_info .line_btn a:hover {
    opacity: 0.8;
}
/*===globalNav========================================*/
.globalNav {
    width: 100%; 
    margin: 0 auto;
}
.globalNav_in_sp {
    display: none;
}
.globalNav_in_pc {
    display: block;
    background: url(../images/bg_texture02.jpg) repeat left top;
    background-size: 100px 100px;
    padding: 0 calc((100% - 1280px)*0.5);
    border-top: solid 1px #EAD78C;
}
.globalNav_in_pc ul.navlist {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.globalNav_in_pc ul.navlist {
    list-style: none;
}
.globalNav_in_pc ul.navlist li {
    flex: 1;/*均等割*/
}
/*----------------*/
.globalNav_in_pc ul.navlist li:not(:first-child) {/*指定要素は適応外*/
}
/*----------------*/
.globalNav_in_pc ul.navlist li::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #EAD78C;
}
.globalNav_in_pc ul.navlist li {
  position: relative;
}
.globalNav_in_pc ul.navlist li::after {
  position: absolute;
  right: -1px;
  top: calc((100% - 30px)/2);
}
.globalNav_in_pc ul.navlist li:last-child::after {
  content: none;
}
.globalNav_in_pc ul.navlist li:last-child {/*★★*/
    /*flex-grow: 1;伸縮*/
    /*flex: 1;固定*/
    /*flex-basis: 80px;*/
}
/*----------------*/
.globalNav_in_pc a {
    text-decoration: none;
    display: block;
    padding: 25px 5px 24px 5px;
    position: relative;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 1.8rem;
    color: #333333;
    font-weight: bold;
}
/*----------------*/
.globalNav_in_pc ul.navlist li.current a,
.globalNav_in_pc ul.navlist li a:hover{
    color: #846943;/*★現在位置ここ*/
    background: rgba(255,255,255,0.2);
}
/*横バー　現在地とhoverの設定*/
.globalNav_in_pc ul.navlist li.current a::before,
.globalNav_in_pc ul.navlist li a:hover::before {
    /*transform: scale(1, 1);*/
}

/*===header_main=============================*/
.header_main {/*静止画像*/
    padding: 0 calc((100% - 1280px)*0.5);
}
/*===wrap====================================*/
.wrap {
    padding: 1em calc((100% - 1280px)*0.5);
    margin: 0 auto;
    background-color: #FDFCF5;/*pc薄目*/
}
/*===wrap02====================================*/
.wrap02 {
    padding: 1em calc((100% - 1280px)*0.5);
    margin: 0 auto;
}
/*===wrap03====================================*/
.wrap03 {
    padding: 1em calc((100% - 1280px)*0.5);
    margin: 0 auto;
    background-size: 1100px auto;
}
/*===main====================================*/
.main {
    padding: 2.5rem 5rem 5rem 5rem;
    /*padding: 5rem;*/
}
/*===bg_newinfo=====================================*/
.bg_newinfo {
    width: 90% !important;
    margin: 0 auto 2em;
}
h2.newinfo_title {
  font-size: 1.9rem;
  padding: 0.7em 0 0.5em 0;
}
iframe.newinfo {
    /*display: block;*/
    height: 115px;
    padding: 0.5em 1.5em 0 1.5em;
}
/*===汎用 h2===========================================*/
h2.all_title {
  width: 60%;
  font-size: 5rem;/*3.2*/
  line-height: 1.5;
  padding: 0em 0.5em 0.5em 0.5em;
  margin: 1.5em auto;
  border-bottom: 4px solid #ddd;
}
h2.all_title:before {
  position: absolute;
  bottom: -4px;
  /*left: 0;*/
  width: 50%;
  height: 4px;
  content: '';
}
/*===汎用 h2_404===========================================*/
h2.all_title_404 {
  width: 60%;
  font-size: 4.6rem;
  line-height: 1.5;
  padding: 0 0.5em 0.5em 0.5em;
  margin: 0 auto 1.5em auto;
  border-bottom: 4px solid #ddd;
}
h2.all_title_404:before {
  position: absolute;
  bottom: -4px;
  /*left: 0;*/
  width: 50%;
  height: 4px;
  content: '';
}
/*===gmap===========================================*/
.gmap {
    width: 80%;
    margin: 1em auto 1em auto;
}
/*===info_data=========================================*/
.info_data {
    width: 100%;
    margin: 0 auto 3em auto;
}
.table01 {
    width: 80%;
    margin: 1em auto;
}
.table01 th {
  padding: 1em;
  width: 20%;
  font-size: 2.1rem;
}
.table01 td {
  padding: 1em;
  width: 80%;
  font-size: 2.1rem;
  line-height: 1.5;
}
.table01 th,
.table01 td {
    display: table-cell;
}
.table01 th,
.table01 td {
    border-bottom: solid 1px #ddd;
}
.table01 tr:last-child {
    /*border-bottom: none;*/
}
/*=== trouble=================================*/
h2.trouble_title {
    font-size: 4.6rem !important;
    line-height: 1.5 !important;
    margin-bottom: 1em;
}
.bg_trouble {
    width: 88%;
    margin: 0 auto 4em auto;
}
.bg_trouble .txtsmal {
    font-size: 100%;
}
.bg_trouble p {
    padding: 0 2em;
    font-size: 2.6rem;
}
.trouble_img  {
    margin: 1em auto 1.5em auto;
}
.trouble_img img {
    width: 990px;/*928*/
}
/*===bg_case==========================================*/
.bg_case {
    width: 100%;
    padding: 1.5em 1.5em;
    margin: 0 auto 1em auto;
    background-color: #E0E0E0;
}
img.ph_case {
    width: 1020px;
    margin: 1.5em auto 0 auto;
}
/*===bg_check==========================================*/
.bg_check {
    width: 80%;
    padding: 2em 1em;
    margin: 2.5em auto 1.5em auto;
}
img.ph_check {
    width: 880px;
    margin: 1.5em auto 1em auto;
}
.bg_check p {
    font-size: 2.8rem;
    line-height: 1.6;
}
/*===bg_worries==========================================*/
.bg_worries {
    width: 80%;
    padding: 2em 1em;
    margin: 0 auto 0 auto;
}
img.ph_worries {
    width: 840px;
    margin: 1.5em auto 0 auto;
}
.bg_worries p {
    font-size: 2.8rem;
    line-height: 1.5;
}
/*===voice_title===========================================*/
h2.voice_title {
    font-size: 5.5rem !important;
    line-height: 1.4 !important;
    margin-bottom: 1em;
}
/*
h2.voice_title {
  width: 100%;
  margin: 1.5em auto;
}
*/
p.voice_catch {
    font-size: 4.6rem;
    line-height: 1.5;
    margin: 0 0 1em 0;
}
/*===bg_voice ===============================*/
.bg_voice { 
    width: 94%;
    margin: 0 auto 2em auto;
    padding:0.3em;
    background: url(../images/bg_voice00.png) repeat left;
    background-size: 50px auto;
    border: solid 3px #E0CE97;
}
.bg_voice p.note {
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 60%;
}
.bg_paper {/*線*/
    padding: 1em;
}
/*=== voice_flex02=========================*/
.voice_flex02 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;/*初期値nowrap*/
    align-items: flex-start;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.voice_flex02 .itemsL {
    width: 25%;
    order: 1;
    padding-top: 0;
}
.voice_flex02 .itemsR {
    flex: 1;
    order: 2;
    padding-left: 1em;
    display: flex;
    flex-direction: column;
    /*height: auto;
    align-self: stretch;*/
}
.voice_flex02 .itemsR p.name {
    font-size: 2rem;
    line-height: 1.5 !important;
    padding: 0.5em;
    /*margin-top: auto !important;*/
    margin-bottom: 0.9em !important;
}
.voice_flex02 .itemsR p {
    font-size: 2.6rem;
    line-height: 1.7;
    margin: 0;
    padding: 0 0 0 0.5em;
    /*text-align: start;*/
}
/*=== case_flex02===汎用======================*/
.case_flex02 {
    margin: 0em auto 0.1em auto;
}
.case_flex02 div.case_flex02L p {
    font-size: 2.3rem;
}
.case_flex02 div.case_flex02R {
    padding: 0.7em 0 0.7em 1em !important;
}
.case_flex02 div.case_flex02R p {
    font-size: 2.3rem;
}
/*===approach ===============================*/
h2.approach_title {
    font-size: 5.5rem !important;
    line-height: 1.5 !important;
    /*font-weight: 400;★★bold*/
    margin-bottom: 1em;
}
.bg_approach {
    width: 100%;
    padding-bottom: 1.5em;
    margin-bottom: 3em;
    background: linear-gradient(180deg, #FCFBED 0%, #FCFBED 75px, #FEF1C9 75px, #FEF1C9 100%);
}
.bg_approach.end {
    margin-bottom: 3.5em;
}
.approach_flex {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}
.approach_flex .itemsL {
    width: 35%;
    margin-right: 1em;
    padding-left: 1em;
}
.approach_flex .itemsR {
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}
.approach_flex .itemsR p.title {
    font-size: 2.8rem;
    line-height: 1.4;
    padding: 0.8em 0 1.4em 0.4em;
    text-align: left;
}
.approach_flex .itemsR p {
    font-size: 2.1rem;/*2*/
    line-height: 1.8;
    padding: 0 1.2em 0.9em 0.7em;
    text-align: left;
}
/*===closing_map===========================================*/
.closing_map {
    /*width: 100%;
    margin: 1em auto 1.5em auto;*/
}
.closing_map img {
    width: 928px;
}
/*===gmap===========================================*/
.gmap {
    width: 80%;
    margin: 1em auto 4.5em auto;
}
/*=== btn_txt01 ===================================*/
.btn_txt01 {
    font-size: 3rem;
    padding-bottom: 0.5em;
}
.btn_txt01::before,
.btn_txt01::after {
    width: 2px;
    height: 50px;
}
.btn_txt01::before {
    margin-right: 0.6em;
    transform: rotate(-25deg);
}
.btn_txt01::after {
    margin-left: 0.6em;
    transform: rotate(25deg);
    opacity: 1;
}
/*===btn_web===========================================*/
.wp_btn_web {
  width: 60%;
  margin: 0 auto 3em auto;
}
.btn_web {
  width: 100%;
  position: relative;
  padding: 0.5em 1em;
  font-size: 4.5rem;
  border-bottom: none;
}
.btn_web:hover {
  background-color: #E1622D;
}
/*===btn_web02 coco-factory 背景が流れる（斜め）==========*/
.btn_web02 {
  width: 100%;
  position: relative;
  padding: 0.5em 1em;
  font-size: 4.5rem;
  border-bottom: none;
}
/*===btn_line===========================================*/
.wp_btn_line {
  width: 60%;
  margin: 0 auto 3em auto;
}
.btn_line {
  width: 100%;
  position: relative;
  padding: 0.5em 1em;
  font-size: 4.5rem;
  border-bottom: none;
}
.btn_line:hover {
  background-color: #00B200;
}
/*===btn_tel===========================================*/
a[href^="tel:"]{
    /*pointer-events: none;
    cursor: default;*/
}
.wp_btn_tel {
  width: 60%;
  margin: 0 auto 3em auto;
}
.btn_tel {
  width: 100%;
  position: relative;
  padding: 0.5em 1em;
  font-size:4.5rem;
  /*border-bottom: none;*/
}
/*===btn_tel02 coco-factory 背景が流れる（斜め）========*/
.wp_btn_tel {
  width: 60%;
  margin: 0 auto 3em auto;
}
.btn_tel02 {
  width: 100%;
  position: relative;
  padding: 0.5em 1em;
  font-size:4.5rem;
  border-bottom: none;
}

/*===info_data===========================================*/

/*===price_data===========================================*/
.price_data {
    width: 100%;
    margin: 0 auto 2em auto;
}
.price_data .txtbig {
    font-size: 130%;
}
.table02 {
    width: 80%;
    margin: 1em auto;
}
.table02 th {
  padding: 1em;
  width: 25%;
  font-size: 2.1rem;/*2*/
}
.table02 td {
  padding: 1em;
  width: 75%;
  font-size: 2rem;
  line-height: 1.5;
}
.table02 th,
.table02 td {
    display: table-cell;
}
.table02 th,
.table02 td {
    border-bottom: solid 1px #ddd;
}
.table02 tr:last-child {
    /*border-bottom: none;*/
}
/*--------*/
.table02 th,
.table02 td {
   text-align: left;
}

.bnr_camp {
   margin: 0 auto;
   width: 820px;
}
/*=== qa===========================================*/
.faq_title {/*h2*/
    font-size: 3.5rem !important;
    line-height: 1.4 !important;
}
.box_qa {
    width: 80%;
    margin: 1.5em auto;
    padding: 1em 2em;
}
.box_qa .title_q {
    font-size: 2.1rem;/*2*/
    line-height: 1.8 !important;
    padding: 0 0 0 4rem;
}
.box_qa .title_q::before {
    width: 3.2rem;
    height: 3.2rem;
    left: 0;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
}
.box_qa p {
    font-size: 2.1rem;/*2*/
    line-height: 1.8;
    padding: 0 0 0 4rem;
}
.box_qa p.title_a::before {
    width: 3.2rem;
    height: 3.2rem;
    left: 0;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
}
hr.qa {
    margin: 0.8em auto;
}

/*=== access=================================*/
.bg_access {
    width: 88%;
    margin: 0 auto 2.5em auto;
}
.bg_access p {
    padding: 0 2em;
}
.access_IN {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;/*初期値はstretch*/
}
.access_IN:last-of-type {
    margin-bottom: 0;
}
.access_IN .items {
    flex: 0 0 48%;
    /*width: 48%;*/
    position: relative;
    /*display: flex;
    flex-direction: column;*/
    margin-bottom: 1.5em;
    padding: 1em 1em 1em;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.access_IN .items:nth-last-child(-n+2) {/*後ろ二個*/
    margin-bottom: 0;
}
.description {
    flex-grow: 1;
}
.access_IN .items .title_box p {
    font-size: 2.1rem;/*2*/
    line-height: 1.7;
    padding: 1em 0.5em 0.5em;
}
.access_IN .items:nth-child(2n+1):before {
  content: "";
  margin: auto;
  position: absolute;
  top: 130px;
  right: -23px;
  transform: translateX(0%)  rotate(45deg);
  width: 36px;
  height: 36px;
  border-top: 2px solid #E7DF8E;
  border-right: 2px solid #E7DF8E;
  border-bottom: none;
  z-index: 100;
}
.access_IN .items:nth-child(2n+1):after {
  content: "";
  margin: auto;
  position: absolute;
  top: 130px;
  right: -33px;
  transform: translateX(0%)  rotate(45deg);
  width: 36px;
  height: 36px;
  border-top: 2px solid #E7DF8E;
  border-right: 2px solid #E7DF8E;
  border-bottom: none;
  z-index: 100;
}















} 
