/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
}
input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
}


/* -----------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
html.fontSize-large {
  font-size: 75%;
}

body {
  color: #333;
  font-family: 'ãƒ¡ã‚¤ãƒªã‚ª','Meiryo','ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3','Hiragino Kaku Gothic Pro',YuGothic, 'æ¸¸ã‚´ã‚·ãƒƒã‚¯','ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯','sans-serif';
  font-size: 1.4em;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}


/*clearfix*/
.cf:before, .cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}


a {
  color: #2d2d2d;
  text-decoration: underline;
}
a:hover {
  color: #2d2d2d;
}

a img, .fade {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
a:hover img, .fade:hover {
  opacity: .5;
}
img.nofade {
  opacity: 1 !important;
}


.clearfix {
  width: 100%;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.flt_n {
  float: none !important;
}
@media screen and (max-width: 768px) {
  .flt_l {
    float: left !important;
  }
}



/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
  #responseFlagPc {
    display: block !important;
  }
  #responseFlagSp {
    display: none !important;
  }
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  #responseFlagPc {
    display: none !important;
  }
  #responseFlagSp {
    display: block !important;
  }
}



/*===========================================================================
 Common
===========================================================================*/
#header {
  margin: 0;
}

.swap, .swap-sp-blk, .swap-sp-inblk {
  background: no-repeat left top;
  //display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}



/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
  .pc-block {
    display: block;
  }
  .pc-inline {
    display: inline;
  }
  .pc-inblock {
    display: inline-block;
  }
  .sp-block, .sp-inline, .sp-inblock {
    display: none;
  }
}


/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .sp-inline {
    display: inline-block;
  }
  .pc-block, .pc-inline, .pc-inline {
    display: none;
  }

  .swap, .swap-sp-blk, .swap-sp-inblk {
    background: none !important;
    display: inline;
    height: auto !important;
    overflow: auto;
    width: auto !important;
  }
  .swap-sp-blk {
    display: block;
  }
  .swap-sp-inblk {
    display: inline-block;
  }
}

.imgW100 {
  height: auto;
  width: 100%;
}
.maxW100 {
  max-width: 100%;
}

body > iframe {
  position: fixed;
  top: -15px;
}


#wrap {
  min-width: 980px;
}
/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  #wrap {
    margin-bottom: 71px;
    min-width: 300px;
    overflow: hidden;
    width: 100%;
  }
}


/*===========================================================================
 #header
===========================================================================*/
#header .hd-inr {
  height: 77px;
  margin: 0 auto;
  position: relative;
  max-width: 1365px;
}
#header .hd-inr .logo {
  left: 0;
  position: absolute;
  top: 29px;
}
#header .hd-inr .logo .swap {
  //background-image: url(/lp_soudankai/image/hd_logo.png);
  //height: 38px;
  //width: 160px;
}
#header .sp-btn-nav {
  display: none;
}
#header .hd-nav {
  display: none;
}
#header .consul-btn {
  position: absolute;
  right: 0;
  top: 10px;
  display:flex;

}
#header .consul-btn img {
  height: auto;
  width: 167px;
}
#header .consul-btn img:first-child {
  padding-left:1rem;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
  #header .hd-nav {
    display: none !important;
  }
  #header .hd-inr .logo .swap img {
    width: 160px;
    height:auto;
  }
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  #header .hd-inr {
    height: 60px;
    width: auto;
  }
  #header .hd-inr .logo {
    left: 15px;
    top: 22px;
  }
  #header .hd-inr .logo .swap img {
    height: auto;
    width: 136px;
  }
  #header .sp-btn-nav {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  #header .hd-nav {
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-top: 1px solid #ccc;
    color: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 100;
  }
  #header .hd-nav ul {
    padding: 0 5px;
  }
  #header .hd-nav li {
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
    height: 44px;
    line-height: 44px;
  }
  #header .hd-nav li a {
    background: url(/lp_soudankai/image/marker_arrow.png) no-repeat right top;
    background-size: 22px auto;
    display: block;
    padding: 0 22px 0 5px;
    text-decoration: none;
  }
  #header .consul-btn {
    right: 7px;
    top: 7px;
  }
  #header .consul-btn img {
    height: 46px;
    width: auto;
	margin-left:0.5rem;
  }
}


/*===========================================================================
 #main
===========================================================================*/

/* PC
-------------------------------------*/
.cts-wrap {
  background: #f7f4ee;
  text-align: left;
}

.cts-col .col-ttl {
  padding: 37px 0 30px;
  text-align: center;
}
.cts-col .col-ttl .txt_top {
  font-size: 27px
  margin-top: 15px;
  position: relative;
  display: inline-block;
}

.cts-col .col-ttl .txt_top:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -35px;
  display: inline-block;
  width: 80px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #816323;
}

.consul-btn-wrap {
  padding: 37px 0;
  text-align: center;
}
.consul-btn-wrap .txt {
  line-height: 1.5;
  margin-top: 1em;
}
.consul-btn-wrap img {
  height: auto;
  width: 400px;
}


/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .cts-col .col-ttl {
    margin:30px 20px 20px;
    padding: 0;
  }
  .cts-col .col-ttl .ttl-txt {
    font-size: 1.9rem;
    line-height: 1.2;
    margin-top: 10px;
  }
  .consul-btn-wrap {
    padding: 25px 27px 40px;
  }
  .consul-btn-wrap .txt .pc_only {
    display: none;
  }
  .consul-btn-wrap img {
    height: auto;
    width: 100%;
  }
}



.consul-col {
  background: #fff;
  border-top: none;
  margin-top: 0;
}

.consul-col .col-ttl {
  color: #976e16;
  font-size: 28px;
  padding: 57px 0 42px;
}
.consul-col .col-ttl .sp-only {
  display: none;
}
.consul-col .col-ttl .col-ttl-img img {
  width: 20%;
  margin-bottom: 4rem;
}
.consul-col .col-ttl .txt {
  color: #333;
  font-size: 18px;
  line-height: 1.75;
  margin-top: 65px;
}
.consul-col .local-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 70px;
  width: 960px;
}
.consul-col .local-nav li {
  border: #976e16 1px solid;
  position: relative;
  width: 48%;
}

.consul-col .local-nav li:hover {
  background: #f1ebe0;
}
.consul-col .local-nav li:hover::before {
  background: #f1ebe0;
}

.consul-col .local-nav li .link-txt1 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-size:1.5rem;
}

.consul-col .local-nav li .link-txt1::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  display: inline-block;
  width: 40px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #976e16;
}

.consul-col .local-nav li .link-txt2 {
  display: block;
  
  font-size:1.5rem
}



.consul-col .local-nav a {
  color: #976e16;
  display: block;
  font-weight: bold;
  line-height: 1.333333333333333;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}
.local-nav .botchan_open {
   color: #976e16;
  display: block;
  font-weight: bold;
  line-height: 1.333333333333333;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}

/* SP
-------------------------------------*/

@media screen and (max-width: 768px) {
  .consul-col {
    border: none;
    padding: 0 20px;    
  }
  .consul-col .col-ttl {
    font-size: 1.7rem;
    line-height: 2;
    margin: 0 27px;
    padding: 30px 0;
  }
  .consul-col .col-ttl .ttl img {
    height: auto;
    width:48%;
  }
  .consul-col .col-ttl .large-txt {
    font-size: 2.7rem;
  }
  .consul-col .col-ttl .txt {
    font-size: 1.6rem;
    margin: 3rem auto 0;
    text-align: justify;
  }
  .consul-col .col-ttl .pc-only {
    display: none;
  }
  .consul-col .col-ttl .sp-only {
    display: block;
  }
  .consul-col .local-nav {
    display: none;
    flex-wrap: wrap;
    margin: 0 27px 30px;
    width: auto;
  }
  .consul-col .local-nav li {
    border: #976e16 2px solid;
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
  }
  .consul-col .local-nav li .link-txt1,
  .consul-col .local-nav li .link-txt2 {
  font-size:1.3rem;
  }
  .consul-col .local-nav li + li {
    margin-top: 10px;
  }
  .consul-col .local-nav li::before, .consul-col .local-nav li::after {
    display: none;
  }
  .consul-col .local-nav li .pc-only {
    display: none;
  }
  .consul-col .local-nav a {
    padding: 20px 0;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .consul-col .col-ttl .col-ttl-img img {
    width: 59%;
    margin:1rem 0 2rem;
  }
}

@media screen and (max-width: 599px) {
  .consul-col .col-ttl .col-ttl-img img {
    width: 100%;
    margin:1rem auto 2rem;
  }
}


.showcase-col {
  overflow: hidden;
  padding-bottom: 38px;
  width: 100%;
}
.showcase-col .col-ttl .ttl-txt {
  margin-top: 30px;
}
.showcase-col .col-ttl .ttl img {
  height: auto;
  width: 136px;
}
.showcase-col .pc-cts .thum-nav {
  text-align: center;
}
.showcase-col .pc-cts .thum-nav li {
  cursor: pointer;
  display: inline-block;
  margin: 0 10px;
}
.showcase-col .pc-cts .thum-nav li.stay {
  opacity: .3;
}
.showcase-col .pc-cts .slide-wrap {
  margin-left: -25px;
  margin-right: -25px;
}
.showcase-col .pc-cts .slide {
  margin: 0 auto;
  position: relative;
  width: 1030px;
}
.showcase-col .pc-cts .slide .mask {
  margin-top: 20px;
  width: 100%;
}
.showcase-col .pc-cts .slider {
  position: relative;
  width: 99999px;
}
.showcase-col .pc-cts .slide .item {
  float: left;
  width: 1030px;
}
.showcase-col .pc-cts .slide .item .item-inr {
  background: #fff;
  box-sizing: border-box;
  margin-left: 35px;
  margin-right: 35px;
  min-height: 355px;
  padding: 30px;
}
.showcase-col .pc-cts .slide .next, .showcase-col .pc-cts .slide .prev {
  background: #9b8250 no-repeat center center;
  border-radius: 50px;
  cursor: pointer;
  height: 50px;
  left: 50%;
  position: absolute;
  text-indent: -99999px;
  top: 50%;
  width: 50px;
}
.showcase-col .pc-cts .slide .next {
  background-image: url(/lp_soudankai/image/btn_slide_next.png);
  margin-left: 490px;
}
.showcase-col .pc-cts .slide .prev {
  background-image: url(/lp_soudankai/image/btn_slide_prev.png);
  margin-left: -540px;
}
.showcase-col .pc-cts .item .item-inr {
  display: -webkit-flex;
  display: flex;
}
.showcase-col .pc-cts .item .img, .showcase-col .pc-cts .item .item-txt {
  width: calc((100% - 1.5em) / 2);
}
.showcase-col .pc-cts .item .img img {
  max-width: 100%;
}
.showcase-col .pc-cts .item .item-txt {
  margin-left: 1.5em;
}
.showcase-col .pc-cts .item .item-txt .item-ttl {
  color: #976e16;
  font-size: 129%; /*18px*/
  line-height: 1.3;
}
.showcase-col .pc-cts .item .comment {
  line-height: 1.4;
  margin-top: 25px;
}
.showcase-col .pc-cts .item .comment dt {
  color: #976e16;
  /*font-weight: bold;*/
}

.showcase-col .pc-cts .item .btn_form {
  margin: 2em auto 0;
  width: 60%;
}
.showcase-col .pc-cts .item .btn_form a {
  background-color: #de7d0d;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: .5s;
}
.showcase-col .pc-cts .item .btn_form a:hover {
  opacity: .7;
  transition: .5s;
}

.showcase-col .sp-cts {
  position: fixed;
  top: -99999px;
}
.showcase-col .sp-more-wrap {
  display: none;
}
.showcase-col .col-note {
  font-size: 86%; /*12px*/
  margin: 20px auto 0;
  width: 960px;
}


/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .showcase-col {
    padding-bottom: 25px;
  }
  .showcase-col .col-ttl .ttl-txt {
    margin-top: 10px;
  }
  .showcase-col .pc-cts {
    position: fixed;
    top: -99999px;
    width: 100%;
  }
  .showcase-col .sp-cts {
    position: static;
    top: 0;
  }
  .showcase-col .sp-cts {
    background: #fff;
    padding: 0 27px;
  }
  .showcase-col .sp-cts .item {
    border-bottom: 1px solid #dcd4c4;
    border-top: 1px solid #dcd4c4;
    margin-top: 1px;
    padding: 25px 0;
  }
  .showcase-col .sp-cts .show-item .item {
    border-bottom: none;
    border-top: none;
    margin-top: 0;
  }
  .showcase-col .sp-cts .hide-item {
    border-top: 1px solid #dcd4c4;
    display: none;
    height: 0;
    overflow: hidden;
  }
  .showcase-col .sp-cts .hide-item .item:last-child {
    border-bottom: none;
  }
  .showcase-col .sp-cts .item .img {
    margin-top: 23px;
  }
  .showcase-col .sp-cts .item .img img {
    height: auto;
    width: 100%;
  }
  .showcase-col .sp-cts .item .item-txt .item-ttl {
    color: #976e16;
    line-height: 1.5;
  }
  .showcase-col .sp-cts .item .item-txt .item-ttl h3 {
    font-size: 1.46rem;
    margin-top: 12px;
    /*font-weight: bold;*/
  }
  .showcase-col .sp-cts .item .item-txt .item-ttl .info {
    font-size: 1.6rem;
  }
  .showcase-col .sp-cts .item .item-txt .comment {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 12px;
    width:100%;
  }
  .showcase-col .sp-cts .item .item-txt .comment dt {
    color: #976e16;
    /*font-weight: bold;*/
  }
  .showcase-col .sp-cts .item .btn_form {
    margin-top: 1em;
    width:100%;

  }
  .showcase-col .sp-cts .item .btn_form a {
    background-color: #de7d0d;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: .5em;
    text-align: center;
    text-decoration: none;
  }
  
  .showcase-col .sp-more-wrap {
    display: block;
  }
  .showcase-col .sp-more-wrap .more-inr {
    padding: 25px 0 0;
    text-align: center;
  }
  .showcase-col .sp-more-wrap .more-inr .btn-more {
    cursor: pointer;
  }
  .showcase-col .sp-more-wrap .more-inr img {
    width: 53%;
  }
  .showcase-col .col-note {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 0;
    padding: 25px 27px 0;
    width: auto;
  }
}


.voice-col {
  border-bottom: none;
  padding-bottom: 40px;
}
.voice-col .col-ttl .ttl img {
  height: auto;
  width: 235px;
}
.voice-col .col-ttl .ttl-txt {
  margin-top: 30px;
  font-size: 129%;
}
.voice-col .bg {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
  width: 960px;
}
.voice-col .item-wrap .item {
  float: left;
  padding: 30px 0;
  width: 420px;
}
.voice-col .item-wrap .item:nth-child(even) {
  float: right;
}
.voice-col .item-wrap:first-child .item {
  border-bottom: 1px solid #dcd4c4;
}
.voice-col .item-wrap:last-child .item {
  border-top: 1px solid #dcd4c4;
  margin-top: 1px;
}
.voice-col .item-wrap .item .ttl-tbl {
  display: table;
  width: 100%;
}
.voice-col .item-wrap .item .ttl-tbl .icn {
  display: table-cell;
  vertical-align: middle;
  width: 115px;
}
.voice-col .item-wrap .item .ttl-tbl .icn img {
  height: auto;
  width: 95px;
}
.voice-col .item-wrap .item .ttl-tbl .ttl {
  color: #976e16;
  display: table-cell;
  font-size: 129%; /*18px*/
  vertical-align: middle;
}
.voice-col .item-wrap .item .ttl-tbl .ttl span {
  /*font-weight: bold;*/
}
.voice-col .item-wrap .item .txt-col {
  line-height: 1.7;
}
.voice-col .item-wrap .item .txt-col p {
  margin-top: 15px;
}
.voice-col .sp-more-wrap {
  display: none;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .voice-col {
    padding-bottom: 0;
  }
  .voice-col .col-ttl .ttl-txt {
    margin-top: 10px;
  }
  .voice-col .bg {
    padding: 0;
    width: auto;
  }
  .voice-col .item-wrap {
    margin: 0 27px;
  }
  .voice-col .item-wrap:first-child {
    border-top: none;
  }
  .voice-col .item-wrap.hide-item {
    border-top: 1px solid #dcd4c4;
    display: none;
    height: 0;
    overflow: hidden;
  }
  .voice-col .item-wrap .item {
    border-bottom: 1px solid #dcd4c4;
    border-top: 1px solid #dcd4c4;
    float: none;
    margin-bottom: 1px;
    padding: 30px 0;
    width: auto;
  }
  .voice-col .item-wrap.show-item .item:last-child {
    border-bottom: none;
  }
  .voice-col .item-wrap .item:nth-child(even) {
    float: none;
  }
  .voice-col .item-wrap:first-child .item:first-child {
    border-top: none;
  }
  .voice-col .item-wrap:last-child .item:last-child {
    border-bottom: none;
  }
  .voice-col .item-wrap .item .item-inr {
    height: auto !important;
  }
  .voice-col .item-wrap .item .ttl-tbl {
    display: table;
    width: 100%;
  }
  .voice-col .item-wrap .item .ttl-tbl .icn {
    display: block;
    text-align: center;
    width: auto;
  }
  .voice-col .item-wrap .item .ttl-tbl .icn img {
    height: auto;
    width: 31%;
  }
  .voice-col .item-wrap .item .ttl-tbl .ttl {
    display: block;
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: center;
  }
  .voice-col .item-wrap .item .ttl-tbl .ttl span {
    font-size: 1.6rem;
  }
  .voice-col .item-wrap .item .txt-col {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .voice-col .item-wrap .item .txt-col p {
    margin-top: 15px;
  }
  .voice-col .sp-more-wrap {
    display: block;
  }
  .voice-col .sp-more-wrap .more-inr {
    padding: 22px 0 40px;
    text-align: center;
  }
  .voice-col .sp-more-wrap .more-inr .btn-more {
    cursor: pointer;
  }
  .voice-col .sp-more-wrap .more-inr img {
    width: 53%;
  }
}




.flow-col {
  border-bottom: none;
  padding-bottom: 60px;
}
.flow-col .col-ttl .ttl img {
  height: auto;
  width: 233px;
}
.flow-col .col-ttl .ttl-txt {
  margin-top: 30px;
}
.flow-col .bg {
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px;
  width: 960px;
}
.flow-col .item-wrap .item {
  margin-top: 20px;
  min-height: 224px;
  padding-left: 328px;
  position: relative;
}
.flow-col .item-wrap .item:first-child {
  margin-top: 20px;
}
.flow-col .item-wrap .item .flex-btn .num img {
  height: auto;
  width: 68px;
}
.flow-col .item-wrap .item .flex-btn .ttl {
  color: #976e16;
  font-size: 158%; /*22px*/
  letter-spacing: .2em;
  margin-top: 8px;
}
.flow-col .item-wrap .item .flex-box .item-img {
  left: 0;
  position: absolute;
  top: 0;
  width: 297px;
  /*border: 1px solid #eaeaea;*/
}
.flow-col .item-wrap .item .flex-box .item-img img {
  height: auto;
  width: 100%;
}
.flow-col .item-wrap .item .flex-box .txt-col {
  line-height: 1.7;
  margin-top: 12px;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
  .flow-col .item-wrap .item .flex-box {
    display: block !important;
    height: auto !important;
  }
}


/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .flow-col {
    padding-bottom: 30px;
  }
  .flow-col .col-ttl .ttl-txt {
    margin-top: 10px;
  }
  .flow-col .bg {
    background: #fff;
    box-sizing: border-box;
    padding: 0;
    width: auto;
  }
  .flow-col .item-wrap {
    border-bottom: 1px solid #976e16;
    border-top: 1px solid #976e16;
    padding-bottom: 1px;
    padding-top: 1px;
  }
  .flow-col .item-wrap .item {
    border-bottom: 1px solid #976e16;
    border-top: 1px solid #976e16;
    margin-top: 1px;
    min-height: 0;
    padding-left: 0;
    position: static;
  }
  .flow-col .item-wrap .item:first-child {
    margin-top: 0;
  }
  .flow-col .item-wrap .item .flex-btn {
    cursor: pointer;
    padding: 20px 55px 15px 28px;
    position: relative;
  }

  .flow-col .item-wrap .item .flex-btn .num img {
    height: auto;
    width: 67px;
  }
  .flow-col .item-wrap .item .flex-btn .ttl {
    font-size: 2.1rem;
    margin-top: 5px;
  }

  .flow-col .item-wrap .item .flex-box {
    display: block;
    height: auto;
    overflow: visible;
    padding: 0 28px;
  }
    
  .flow-col .item-wrap .item .flex-box .item-img {
    position: static;
    width: auto;
  }
  .flow-col .item-wrap .item .flex-box .txt-col {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 12px;
    padding-bottom: 16px;
  }
}


.cta-col {
  background: url(../image/bg_cta.jpg);
  background-size: cover;
  display: table;
  min-height: 250px;
  width: 100%;
}
.cta-col + .cts-col {
  border-top: none;
}
.cta-col .cta-cnt {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.cta-col .cta-txt {
  color: #fff;
  display: inline-block;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.cta-col .cta-txt::before {
  background: url(../image/cta_txt_icn01.png);
  background-size: cover;
  content: '';
  display: block;
  height: 95px;
  left: -139px;
  margin-top: -47px;
  position: absolute;
  top: 50%;
  width: 109px;
}
.cta-col .cta-txt::after {
  background: url(../image/cta_txt_icn02.png);
  background-size: cover;
  content: '';
  display: block;
  height: 82px;
  margin-top: -41px;
  position: absolute;
  right: -137px;
  top: 50%;
  width: 107px;
}
.cta-col .cta-txt-hosoku {
  font-size: 1em;
  color:#fff;
  margin: 1em 1em 0;
  line-height: 1.8;
}

.cta-col .cta-txt-hosoku a {
    color: #fff;
    margin: 0 .5rem;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.cta-col .cta-btn {
  margin: 21px auto 0;
  width: 310px;
  display: inline-block;
}
.cta-col .cta-btn a,
.cta-col .cta-btn span {
  background: url(../image/cta_btn_icn.png) right 22px center no-repeat #fff;
  background-size: 13px auto;
  border-radius: 60px;
  color: #de7d0d;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 13px 0;
  text-align: center;
  text-decoration: none;
  transition: .3s;
    width: 95%;
}

.cta-col .cta-btn a:hover,
.cta-col .cta-btn span:hover {
  background-position: right 17px center;
  opacity: 0.7;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .cta-col {
    min-height: inherit;
    padding: 30px 0;
  }
  .cta-col .cta-txt {
    font-size: 1.9rem;
  }
  .cta-col .cta-txt::before {
    background-size: cover;
    height: 47px;
    left: -64px;
    margin-top: -23px;
    width: 54px;
  }
  .cta-col .cta-txt::after {
    height: 41px;
    margin-top: -20px;
    right: -63px;
    width: 53px;
  }
  .cta-col .cta-btn a,
  .cta-col .cta-btn span {
    font-size: 1.5rem;
  }
}

.side-cta {
  position: fixed;
  right: 10px;
  top: 270px;
  z-index: 9999;
}
.side-cta .sp-cts {
  display: none;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .side-cta {
    bottom: 0;
    left: 0;
    position: fixed;
    top: auto;
    width: 100%;
  }
  .side-cta .pc-cts {
    display: none;
  }
  .side-cta .sp-cts {
    display: block;
  }
  .side-cta .sp-cts .sp-cts_smy1 {
    background: #de7d0d;
    color: #fff;
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-decoration: none;
  }
  .side-cta .sp-cts .sp-cts_smy2 {
    display: inline-block;
  }
  .side-cta .sp-cts .sp-cts_smy3 {
    align-items: center;
    display: flex;
	line-height:1.7;
  }
  .side-cta .sp-cts .sp-cts_smy3::before {
    align-items: center;
    background: url(../image/bg_sp_cta.png);
    background-size: cover;
    box-sizing: border-box;
    color: #ec8000;
    content: '無料';
    display: flex;
    font-weight: bold;
    height: 51px;
    justify-content: center;
    margin-right: 10px;
    padding-right: 10px;
    width: 59px;
  }
  .side-cta .sp-cts .sp-cts_smy3::after {
    background: url(../image/cta_icn.png);
    background-size: cover;
    content: '';
    height: 23px;
    margin-left: 15px;
    width: 14px;
  }
}

@media screen and (max-width: 374px) {
  .side-cta .sp-cts .sp-cts_smy1 {
    font-size: 1.3rem;
  }
}

.ft-col .sp-cts {
  display: none;
}

.ft-col .pc-cts {
  font-size: 86%;
  line-height: 1.7;
  margin: 0 auto;
  margin-top: 2em;
  width: 1100px;
}
.ft-col .pc-cts a {
  text-decoration: none;
}
.ft-col .pc-cts a:hover {
  text-decoration: underline;
}
.ft-col .pc-cts .b {
  font-weight: bold;
}
.ft-col .pc-cts .bn-staffinterview {
  margin-bottom: 3em;
}
.ft-col .pc-cts .bn-staffinterview a {
  border: solid 1px #debb8f;
  display: block;
}
.ft-col .pc-cts .bn-staffinterview img {
  width: 100%;
}
.ft-col .pc-cts .clearfix {
  overflow: hidden;
}
.ft-col .pc-cts .clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: .01px;
  overflow: hidden;
  visibility: hidden;
}
.ft-col .pc-cts .left, .ft-col .pc-cts .f_left {
  float: left;
}
.ft-col .pc-cts .wi210 {
  width: 210px;
}
.ft-col .pc-cts .mb0 {
  margin-bottom: 0;
}
.ft-col .pc-cts .ml20 {
  margin-left: 20px;
}
.ft-col .pc-cts .ml15 {
  margin-left: 15px;
}
.ft-col .pc-cts .pad_l30 {
  padding-left: 30px;
}
.ft-col .pc-cts .footer_sr {
  border-top: 1px #000 solid;
  padding-top: 15px;
  width: 1100px;
}
.ft-col .pc-cts .r_top0 {
  margin-top: 0;
  padding-top: 0;
}
.ft-col .pc-cts .fs_up {
  font-size: 115%;
}
.ft-col .pc-cts .fs_up150 {
  font-size: 150%;
}
.ft-col .pc-cts .arrow1 {
  background: url(/lp_soudankai/image/arrow1.gif) no-repeat left .35em;
  padding-left: 15px;
}


/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .ft-col .pc-cts {
    display: none;
  }
  .ft-col .sp-cts {
    display: block;
  }
  .ft-col .sp-cts .bn-staffinterview {
    margin: 3em 5px;
  }
  .ft-col .sp-cts .bn-staffinterview img {
    border: solid 1px #debb8f;
    width: 100%;
  }
  .ft-col .sp-cts #sp-shopList h1 {
    margin: 20px 5px;
  }
  .ft-col .sp-cts #sp-shopList p {
    font-weight: bold;
    line-height: 30px;
    margin: 20px 5px 0;
  }
  .ft-col .sp-cts #sp-shopList .list-ttl {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 10px;
  }
  .ft-col .sp-cts #sp-shopList dl {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 1.4rem;
  }
  .ft-col .sp-cts #sp-shopList dt {
    background-color: #f9f3e6;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #000;
    font-weight: 300;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
  }
  .ft-col .sp-cts #sp-shopList dd {
    border-top: 1px solid #ccc;
    height: 44px;
    line-height: 20px;
    margin: 0 10px;
    padding-left: 20px;
  }
  .ft-col .sp-cts #sp-shopList dt + dd {
    border-top: 0 none;
  }
  .ft-col .sp-cts #sp-shopList dd a {
    background-size: 22px auto;
    display: block;
    text-decoration: none;

    /*padding: 20px 14px 0 20px;*/
  }
  .ft-col .sp-cts #sp-shopList .shop_info_mei {
    position: relative;
  }

  .ft-col .sp-cts #sp-shopList .shop_info_tel {
    bottom: 0;
    font-size: 10px;
    left: 20px;
    position: absolute;
  }

  .ft-col .sp-cts #sp-shopList .shop_info_mei > a:first-child {
    font-weight: 500;
    left: 20px;
    position: absolute;
    top: 4px;
  }

.ft-col .sp-cts #sp-shopList .shop_info_mei:last-child > a:first-child {
   top: 13px;
}
    
  .ft-col .sp-cts #sp-shopList .shop_info_mei > a:last-child > img {
    height: 44px;
    position: absolute;
    right: 20px;
    width: 22px;
  }
}


.footer .page-top {
  padding: 40px 0;
  text-align: center;
}
.footer .page-top img {
  height: auto;
  width: 104px;
}
.footer .copyright {
  background: #fff;
  color: #9b8250;
  font-size: 86%; /*12px*/
  padding: 33px 0;
  text-align: center;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
  .footer .page-top {
    padding: 29px 0;
  }
  .footer .page-top img {
    height: auto;
    width: 23%;
  }
  .footer .copyright {
    font-size: 1rem;
    padding: 15px 0;
  }
}


/* 20200221
-------------------------------------*/
.item-tit {
    width: 960px;
    border-top: #976e16 1px solid;
    background-color:#f1ebe0;
    color: #976e16;
    font-size: 193%;
    padding: 25px 0 23px;
    margin: 0 auto;
    text-align: center;
}

section .item {
  width: 100%;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 7rem;
}

.item-tit .tit-txt01 {
    display: inline-block;
    width: 24%;
    text-align: center;
    border-right: 1px solid #976e16;
}

.item-tit .tit-txt02 {
    display: inline-block;
    width: 73%;
    text-align: center;
}

.item .flex01 {
    display: flex;
    display:-ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 960px;
    margin: 2rem auto 0px;
}

.item .flex02 {
    display: flex;
    display:-ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
    width: 960px;
    margin: 5rem auto 7rem;
}

.item .flex03 {
    display: flex;
    display:-ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.item .flex01 .img,
.item .flex02 .img,
.item .flex03 .img {
    width: 48%;
}

.item .flex01 .img img,
.item .flex02 .img img,
.item .flex03 .img img {
    max-width: 100%;
}

.item .flex01 .txt_area {
    width: 48%;
    margin-left: 4%;
}

.item .flex02 .txt_area {
    width: 48%;
    margin-right: 4%;
}

.item .flex03 .img {
    margin-bottom: 4%;
}

.item .txt_area h4 {
  color: #976e16;
  font-size: 150%;
  line-height: 1.35;
}

.item .txt_area .txt01 {
  font-size: 130%;
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 10px;
}

.item .txt_area .txt02 {
  font-size: 100%;
  line-height: 1.4;
  margin-top: 40px;
  margin-bottom: 10px;
}

.item .txt_area li {
    font-size: 100%;
    line-height: 1.3;
    margin-bottom: 5px;
    padding-left: .8em;
    position: relative;
}

.item .txt_area li::before {
    background-color: #333;
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .3em;
    position: absolute;
    left: 0;
    top: .2em;
}

@media screen and (max-width: 768px) {
    section.solution,
    section.adviser {
    margin: 0 auto;
    width: 100%;
    background: #f1ebe0;
    position:initial;
}

section .item {
  width: 100%;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 2rem;
  display: block;
  margin: 0 20p
}

.item-tit {
    width: 100%;
    background-color:#f1ebe0;
    color: #976e16;
    font-size: 150%;
    padding: 25px 0 23px;
    margin: 0 auto;
    text-align: center;
}

.item-tit .tit-txt01 {
    display: block;
    font-size: 70%;
    width: 100%;
    margin-bottom: .7rem;
    text-align: center;
    border-right: none;
}

.item-tit .tit-txt02 {
    display: block;
    width: 100%;
    text-align: center;
}

.item .flex01 {
    display: block;
    width: 100%;
    margin: 2rem auto 0px;
}

.item .flex02 {
    display: block;
    width: 100%;
    margin: 3rem auto 5rem;
}

.item .flex03 {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.item .flex01 .img,
.item .flex02 .img,
.item .flex03 .img {
    width: 100%;
    margin-bottom: 1.5rem;
    text-align: center;
}

.item .flex01 .img img,
.item .flex02 .img img,
.item .flex03 .img img {
    width: 100%;
    height: auto;
}

.item .flex01 .txt_area {
    width: 100%;
    margin-left: 0;
}

.item .flex02 .txt_area {
    width: 100%;
    margin-right: 0;
}

.item .flex03 .img {
    margin-bottom: 4%;
}

.item .txt_area h4 {
  color: #976e16;
  font-size: 150%;
  line-height: 1.35;
}

.item .txt_area .txt01 {
  font-size: 130%;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: .7rem;
  letter-spacing: -0.6px;
}

.item .txt_area .txt02 {
  font-size: 100%;
  line-height: 1.5;
  margin-top: 2rem;
  margin-bottom: 10px;
}

.item .txt_area li {
    font-size: 100%;
    line-height: 1.3;
    margin-bottom: 5px;
    padding-left: .8em;
    position: relative;
}

.item .txt_area li::before {
    background-color: #333;
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .3em;
    position: absolute;
    left: 0;
    top: .4em;
}
    
.consul-col .local-nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 10px 2rem 0;
  width: 100%;
  padding: 0;
}
    
.consul-col .local-nav li {
  border: #976e16 1px solid;
  position: relative;
  width: 45%;
  margin: 10px 5px;
}

.cts-col .col-ttl .txt_top:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1rem;
  display: inline-block;
  width: 60px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #816323;
}    
    
}

/* swiper
-------------------------------------*/
.swiper-container {
    width: 100%;
    max-width: 1366px;
    height: 500px;
    position: relative;
}

.swiper-wrapper {
    
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.main_logo {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    z-index: 999999;
}

.main_logo img {
    width: 300px;
    height: auto;
    /* background-color: #ffffffd1; */
}

@media screen and (max-width: 768px) {
.swiper-container {
    width: 100%;
    height: 50vh;
}

.main_logo img {
    width: 50%;
    height: auto;
}
    
}

/* botchan
-------------------------------------*/
.botchan_open:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 0.7;
    transition: 0.5s;
}



/*
showroom_col
------------------------------------ */
.showroom_col {
  display:flex;
  flex-flow: row nowrap;
  justify-content:space-between;
  align-items: flex-start;
}
.showroom_col div {
  width: 17%;
}
.showroom_col div:first-child {
  width: 27%;
}
.showroom_col div:nth-child(3) {
  width: 22%;
}
.footer_sr {
	width:1100px;
}






/* ------------------------------------

showroom 202309追加

------------------------------------ */
.showroom_inner img {
  max-width:100%;
}
@media only screen and (max-width:599px) {
	.showroom_inner {
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
		margin: 4em auto 0;
		padding: 3rem 2vw 3rem;
		background: #fff;
	}
	.showroom_inner .showroom_container {
		width: calc(48%);
		margin-bottom:2rem;
		display: flex;
		flex-direction: column;
	}
	.showroom_inner .showroom_container:last-child {
      	display: none;
    }
	.item_img {
		margin-bottom: 15px;
	}
	.item_img a img:hover {
      opacity:1;
    }
	.item_name h3 {
	    text-align: left;
	    font-size: 11px;
		font-weight: normal;
	    padding: 5px;
	    background: #de7d0d;
		color: #fff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.item_description {
	    margin:  5px 0;
	    text-align: left;
	    font-size: 12px;
	    flex-grow: 1;
	}
	.item_description p {
	    line-height: 1.6;
	    /* font-size: .75rem; */
	}
	.read_more_btn {
		text-align: right;
		padding-right: 0.7rem;
		padding-top: 0.5em;
		/* padding-bottom: .5em; */
		font-size: 12px;
		position: relative;
	}
	.read_more_btn a {
		display:block;
		color: #337ab7;
		padding: 1rem 0.2rem 1rem 0;
	}
	.read_more_btn::after {
		content: "\f054";
		font-weight: 700;
		font-family: "Font Awesome 5 Free";
		position: absolute;
		bottom: 10%;
		right: 0;
		transform: translateY(-50%);
		color: #397eb9;
	}
}

@media only screen and (min-width:600px) and (max-width:1024px) {
	.showroom_inner {
		display:flex;
		justify-content:space-between;
		flex-flow: wrap;
		/*width:100%;*/
		margin: 0 auto;
		padding: 5rem 4vw 2rem;
		background: #fff;
	}
	.showroom_inner .showroom_container {
		width:31%;
		margin-bottom: 3rem;
        display: flex;
		flex-direction: column;
	}
	.showroom_inner .showroom_container:last-child {
        visibility:hidden;
  	}
	.item_img {
		margin-bottom: 15px;
	}
	.item_img a img:hover {
      opacity:1;
    }
	.item_name h3 {
	    text-align: left;
	    font-size: 14px;
	    padding: 5px;
	    background: #de7d0d;
	    color: #fff;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.item_description {
		height: 4em;
		margin:  5px 0 35px;
		text-align: left;
		font-size: 14px;
        flex-grow: 1;
	}
	.item_description p {
	    line-height: 1.6;
	    /* font-size: .75rem; */
	    /* word-break: break-all; */
	}
	.read_more_btn {
		text-align:right;
		
		font-size:14px;
		position:relative;
	}
	.read_more_btn a {
		display:block;
		color: #337ab7;
        padding: 1rem 1rem 1rem 0;
	}
	.read_more_btn::after {
		content: "\f054";
		font-weight: 700;
		font-family: "Font Awesome 5 Free";
		position: absolute;
    	top: 50%;
    	right: 0;
    	transform: translateY(-50%);
    	color: #397eb9;
	}
}

@media only screen and (min-width:1025px) {
	.showroom_wrapper {
		padding: 0px 2vw 1%;
		margin: 0 auto;
		background: #fff;
	}
	.showroom_inner {
		display:flex;
		justify-content:center;
		flex-flow:row wrap;
		margin: 0 auto 4rem;
		padding-top: 6rem;
	}
	.showroom_inner .showroom_container {
		width:18%;
		min-width: 240px;
		margin-bottom:1rem;
		padding: 10px;
		display: flex;
		flex-direction: column;
	}
	.showroom_inner .showroom_container:last-child{
		display: none;
	  } 
	.item_img {
		margin-bottom: 15px;
	    /*filter: drop-shadow(-2px 5px 3px rgba(0,0,0,.5));*/
	}
	.item_img a img:hover {
      opacity:1;
    }
	.item_name h3 {
		text-align: center;
		font-size: .9vw;
		font-weight: normal;
		padding: 5px;
		background: #de7d0d;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
	}
	.item_description {
	    margin: 5px 0 15px;
	    text-align: left;
	    /* height: 32%; */
	    flex-grow: 1;
	    font-size: 16px;
	}
	.item_description p {
	    line-height: 1.6;
		font-size: .8em;
	}
	.read_more_btn {
		text-align: right;
		padding-right: 0.7rem;
		/* margin-bottom: 1rem; */
		font-size: 12px;
		position: relative;
	}
	.read_more_btn a {
		display:block;
		color: #337ab7;
		padding: 1rem 0.5rem 1rem 0;
	}
	.read_more_btn::after {
		content: "\f054";
		font-weight: 700;
		font-family: "Font Awesome 5 Free";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		color: #397eb9;
	}	
}





