/* display change */

.-sp {
  display: none;
}

.-inline_sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .-pc {
    display: none;
  }

  .-inline_pc {
    display: none;
  }

  .-sp {
    display: block;
  }

  .-inline_sp {
    display: inline;
  }

}

/*tel*/
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* body */

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  color: #000;
  position: relative;
}

@media screen and (max-width: 768px) {
}


/* img */

img {
  width: 100%;
  max-width: 100%;
}

.container {
  overflow: hidden;
}

/* wrapper */

.-wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 850px;
}

@media screen and (max-width: 768px) {
}


/* header */

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  max-width: 872px;
}

.header-logo {
  width: 200px;
}

.header-cv {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-cv-tel {
  width: 250px;
  margin: 0 10px 0 0;
}

.header-cv-btn {
  /* width: 220px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #42210b;
  text-align: center;
  line-height: 1em;
  padding: 17px 0;
  border-radius: 5px; */
  width: 250px;
  transition: 0.3s;
}

.header-cv-btn:hover {
  opacity: 0.8;
}

.heaer-btn {
  display: none;
}

@media screen and (max-width: 768px) {

  .header-wrapper {
	align-items: baseline;
    padding: 14px 0;
    width: 94%;
  }
  
  .header-logo {
    width: 40%;
    line-height: 0;
  }
  
  .header-cv {
    width: 52%;
    /* display: none; */
  }
  
  .header-cv-tel {
    width: 100%;
    margin: 0 5% 0 auto;
    line-height: 0;
  }
  
  .header-cv-btn {
    display: none;
  }
  
  .heaer-btn {
    display: block;
    width: 25%;
  }

}


/* nav */

.nav {
  background-color: #937354;
}

.nav-wrapper {
  display: flex;
  padding: 15px 0;
}

.nav-btn {
  width: 25%;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-left: 1px solid #fff;
  line-height: 1em;
}

.nav-btn:last-child {
  border-right: 1px solid #fff;
}

.nav-btn .-txt {
  position: relative;
}

.nav-btn .-txt:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: 0.3s;
  background-color: #fff;
}

.nav-btn:hover .-txt:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  
  .nav {
    display: none;
  }

}

/* .gheader */
.gheader {
  padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bdbdbd;
}
.gheader .wrapper {
  overflow: hidden;
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.gheader .logo {
  float: left;
}
.gheader .logo-btn {
  background-color: #fff;
  display: block;
  line-height: 0;
  text-align: center;
  /*padding: 10px 0;*/
  width: 240px;
}
.gheader .logo-btn img {
  width: 100%;
}
.gheader .header-ttl {
  font-size: 12px;
	font-weight: 700;
  padding: 5px 0 0 0;
}
.gheader .info {
  float: right;
  /*padding: 20px 0 0 0;1*/
}
.gheader .info-group {
  overflow: hidden;
	text-align: right;
}
.gheader .info-tel {
	margin-bottom: 5px;
	font-size: 40px;
	font-weight: 700;
	color: #009844;
  line-height: 1;
}
.gheader .info-time {
  font-size: 15px;
	font-weight: 700;
}


/* cv */

.cv {
  background-image: url(../img/bg_01.png);
  background-size: 100% auto;
}

.cv.-transparent {
  background: none;
}

.cv-wrapper {
  padding: 42px 0;
  display: flex;
  justify-content: space-between;
}

.cv.-transparent .-wrapper {
  padding: 0;
  width: 100%;
}

.cv-btn {
  display: block;
  max-width: 420px;
  width: 100%;
  /*margin: 0 auto 26px auto;*/
  transition: 0.3s;
}

.cv-btn:hover {
  opacity: 0.8;
}

.cv-tel {
  max-width: 420px;
  width: 100%;
  /*margin: 0 auto;*/
}

@media screen and (max-width: 768px) {

  .cv {
  }
  
  .cv-wrapper {
    padding: 8% 0;
	flex-direction: column-reverse;
  }
  
  .cv-btn {
    margin-bottom: 8%;
  }
  
  .cv-tel, .cv-btn {
    width: 100%;
	max-width: 100%;
  }

}


/* news */

.news {
  background-color: rgba(213, 197, 138,0.35);
}

.news-wrapper {
  padding: 60px 0 54px 0;
}

.news-ttl {
  font-size: 25px;
  color: #603813;
  text-align: center;
  font-weight: bold;
  margin: 0 0 35px 0;
}

.news-list {
  border-top: 1px dashed #937354;
}

.news-list-item {
  display: flex;
  border-bottom: 1px dashed #937354;
  padding: 15px 0;
}

.news-list-date {
  width: 200px;
  font-weight: bold;
}


@media screen and (max-width: 768px) {
  
  .news {
  }
  
  .news-wrapper {
    padding: 10% 0;
  }
  
  .news-ttl {
    font-size: 24px;
    margin: 0 0 5% 0;
  }
  
  .news-list {
  }
  
  .news-list-item {
    display: block;
    padding: 4% 0;
  }
  
  .news-list-date {
    width: 100%;
  }

}


/* recommend */

.recommend-wrapper {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {

  .recommend-wrapper {
    padding: 10% 0;
  }

}


/* about */

.about {
  background-image: url(../img/bg_02.png);
  background-size: 100% auto;
}

.about-wrapper {
  padding: 72px 0;
}

@media screen and (max-width: 768px) {

  .about {
  }
  
  .about-wrapper {
    padding: 10% 0;
  }

}


/* feature */

.feature {
  background-color: rgb(213, 197, 138,0.35);
}

.feature-wrapper {
  padding: 80px 0;
}

.feature-ttl {
  font-size: 24px;
  color: #603813;
  font-weight: bold;
  text-align: center;
  margin: 0 0 75px 0;
}

.feature-ttl .-large {
  font-size: 32px;
}

.feature-ttl .-marker {
  position: relative;
}

.feature-ttl .-marker:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0.4em;
  background-color: #ffff00;
  left: 0;
  bottom: -5px;
}

.feature-ttl .-marker-txt {
  position: relative;
  z-index: 10;
}

.feature-list-item {
  margin: 0 0 20px 0;
}

.feature-list-item:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {

  .feature {
  }
  
  .feature-wrapper {
    padding: 10% 0 20% 0;
  }
  
  .feature-ttl {
    font-size: 18px;
    margin: 0 0 5% 0;
  }
  
  .feature-ttl .-large {
    font-size: 24px;
  }

  .feature-ttl .-marker:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0.4em;
    background-color: #ffff00;
    left: 0;
    bottom: -5px;
  }
  
  .feature-ttl .-marker-txt {
    position: relative;
    z-index: 10;
  }
  
  .feature-list-item {
    margin: 0 0 20px 0;
  }
  
  .feature-list-item:last-child {
    margin: 0;
  }

}


/* prod */

.prod {
  margin: -34px 0 0 0;
}

.prod-wrapper {
  padding: 0 0 62px 0;
}

.prod-ttl {
  background-color: #f15a24;
  font-size: 22px;
  text-align: center;
  padding: 25px 0;
  line-height: 1em;
  color: #fff;
  margin: 0 0 48px 0;
}

.prod-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 58px 0;
}

.prod-list-item {
  width: 100%;
  margin: 0 0 48px 0;
  position: relative;
}

.prod-list-item:nth-child(2),
.prod-list-item:nth-child(3) {
  width: 48%;
  margin: 0;
}

.prod-btn {
	position: absolute;
}

.prod-btn01 {
	max-width: 325px;
	width: 100%;
	left: 48px;
	bottom: 20px;
}

.prod-btn02,.prod-btn03 {
	max-width: 380px;
	width: 100%;
	left: 17px;
	bottom: 10px;
}

.prod-btn,
.prod-list-item .-btn {
  transition: 0.3s;
}

.prod-btn:hover,
.prod-list-item .-btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {

  .prod {
    margin: -40px 0 0 0;
  }

  .prod-wrapper {
    padding: 0 0 10% 0;
  }
  
  .prod-ttl {
    font-size: 24px;
    padding: 3% 0;
    margin: 0 0 8% 0;
  }
  
  .prod-list {
    display: block;
    margin: 0 0 10% 0;
  }
  
  .prod-list-item {
    width: 100%;
    margin: 0 0 5% 0;
  }
  
  .prod-list-item:nth-child(2),
  .prod-list-item:nth-child(3) {
    width: 100%;
    margin: 0 0 5% 0;
  }
  
  .prod-list-item:nth-child(3) {
    margin: 0;
  }

  .prod-btn01 {
    width: 72.265625vw;
    left: 9.375vw;
    bottom: 3.90625vw;
  }

  .prod-btn02,.prod-btn03 {
    width: 72.265625vw;
    left: 9.375vw;
    bottom: 3.90625vw;
  }

}


/* flow */

.flow {
  background-image: url(../img/bg_01.png);
  background-size: 100% auto;
}

.flow-wrapper {
  padding: 50px 0 30px 0;
}

.flow-ttl {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #603813;
  margin: 0 0 40px 0;
}

.flow-list {
  margin: 0 0 70px 0;
}

.flow-list-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 34px 28px;
  box-shadow: 2px 2px 4px #603813;
}

.flow-list-ttl {
  color: #603813;
  text-align: center;
  margin: 0 0 3% 0;
  font-size: 28px;
}

.flow-list-col {
  display: flex;
  justify-content: space-between;
}

.flow-list-arrow {
  max-width: 240px;
  width: 60%;
  margin: 30px auto;
}

.flow-list-col {}

.flow-list-col {
  display: flex;
  justify-content: space-between;
}

.flow-list-col .flow-list-cont {
  width: 64%;
}

.flow-list-cont-txt {
}

.flow-list-cont-txt:last-child {
  margin: 0;
}

.flow-list-col .flow-list-img {
  width: 30%;
}

.flow-list-cont-img {
  margin: 5% 0 0 0;
}

.flow-list-cv {
  width: 70%;
  max-width: 420px;
  margin: 3% auto 0 auto;
}

.flow-list-cv-btn {
  transition: 0.3s;
}

.flow-list-cv-btn:hover {
  opacity: 0.8;
}

.flow-list-cont-label {
  text-align: center;
  padding: 3px 0;
  font-weight: bold;
  margin: 0 0 3% 0;
}

.flow-list-cont-label.-label01 {
  background-color: #603813;
  color: #fff;
}

.flow-list-cont-label.-label02 {
  background-color: #c7b299;
}

.flow-list-cont-txt .-color {
  color: #603813;
  font-weight: bold;
}

.flow-list-cont .-label01 {
  display: inline-block;
  background-color: #603813;
  color: #fff;
  padding: 0 5px;
  margin: 0 0 2% 0;
}

.flow-list-cont .-label02 {
  display: inline-block;
  background-color: #c7b299;
  color: #fff;
  padding: 0 5px;
  margin: 0 0 2% 0;
}


@media screen and (max-width: 768px) {

  .flow {
  }
  
  .flow-wrapper {
    padding: 10% 0;
  }
  
  .flow-ttl {
    font-size: 24px;
    margin: 0 0 5% 0;
  }
  
  .flow-list {
    margin: 0 0 10% 0;
  }
  
  .flow-list-item {
    padding: 8%;
  }
  
  .flow-list-ttl {
    margin: 0 0 6% 0;
    font-size: 20px;
    font-weight: bold;
  }
  
  .flow-list-col {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  
  .flow-list-arrow {
    max-width: 240px;
    width: 40%;
    margin: 8% auto;
  }
  
  .flow-list-col {}

  
  .flow-list-col .flow-list-cont {
    width: 100%;
  }
  
  .flow-list-cont-txt {
  }
  
  .flow-list-cont-txt:last-child {
    margin: 0;
  }
  
  .flow-list-col .flow-list-img {
    width: 100%;
    margin: 0 0 5% 0;
  }
  
  .flow-list-cont-img {
    margin: 5% 0 0 0;
  }
  
  .flow-list-cv {
    width: 100%;
    margin: 8% auto 0 auto;
  }
  
  .flow-list-cont-label {
    width: 100%;
    padding: 5px 0;
    margin: 0 0 4% 0;
  }
  
  .flow-list-cont-txt .-color {
  }

  .flow-list-cont br {
    display: none;
  }

  .flow-list-cont .-label01 {
    display: block;
    background-color: #603813;
    color: #fff;
    padding: 0 5px;
    margin: 0 0 5% 0;
  }
  
  .flow-list-cont .-label02 {
    display: block;
    background-color: #c7b299;
    color: #fff;
    padding: 0 5px;
    margin: 0 0 5% 0;
  }
  
  .flow-list-cont-txt {
    margin: 0 0 8% 0;
  }

}


/* voice */

.voice {
}

.voice-wrapper {
  padding: 70px 0 90px 0;
}

@media screen and (max-width: 768px) {

  .voice-wrapper {
    padding: 10% 0;
  }  

}


/* faq */

.faq {
  background-color: rgba(199, 178, 153, 0.35);
  padding: 80px 0 80px 0;
}

.faq-wrapper {
  padding: 60px;
  background-color: #fff;
}

.faq-ttl {
  font-size: 34px;
  color: #603813;
  text-align: center;
  font-weight: bold;
  margin: 0 0 35px 0;
}

.faq-list-item {
  margin: 0 0 35px 0;
}

.faq-list-item:last-child {
  margin: 0;
}

.faq-list-q {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
  background-color: rgba(199, 178, 153, 0.35);
}

.faq-list-a {
  display: flex;
  align-items: flex-start;
}

.faq-list .-head {
  background-color: #8e7a6d;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
}

.faq-list-q .-txt {
  padding: 10px 20px;
  font-size: 18px;
}

.faq-list-a .-txt {
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {

  .faq {
    padding: 10% 0;
  }
  
  .faq-wrapper {
    padding: 5%;
  }
  
  .faq-ttl {
    font-size: 22px;
    margin: 0 0 8% 0;
  }
  
  .faq-list-item {
    margin: 0 0 10% 0;
  }
  
  .faq-list-item:last-child {
    margin: 0;
  }
  
  .faq-list-q {
    margin: 0 0 5% 0;
    align-items: flex-start;
  }
  
  .faq-list-a {
  }
  
  .faq-list .-head {
    background-color: #8e7a6d;
    color: #fff;
    padding: 3% 5%;
    font-weight: bold;
  }
  
  .faq-list-q .-txt {
    padding: 3% 5%;
    font-size: 18px;
  }
  
  .faq-list-a .-txt {
    padding: 3% 5%;
  }

}


/* access */

.access {
  background-image: url(../img/bg_03.png);
  background-size: 100% auto;
}

.access-wrapper {
  padding: 60px 0;
}

.access-ttl {
  font-size: 34px;
  color: #603813;
  text-align: center;
  font-weight: bold;
  margin: 0 0 35px 0;
}

.access-col {
  display: flex;
  justify-content: space-between;
}

.access-list {
  width: 52%;
}

.access-map {
  width: 44%;
}

.access-map-wrap {
  padding: 100% 0 0 0;
  position: relative;
}

.access-map-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.access-list-item {
  margin: 0 0 8% 0;
}

.access-list-label {
  display: inline-block;
  background-color: #42210b;
  color: #fff;
  text-align: center;
  padding: 2px 50px;
  border-radius: 40px;
  margin: 0 0 15px 0;
}

.access-list-access {
  padding: 0 0 2% 0;
  margin: 0 0 2% 0;
  border-bottom: 1px dashed #42210b;
}

.access-list-access:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

@media screen and (max-width: 768px) {

  .access {
  }
  
  .access-wrapper {
    padding: 10% 0;
  }
  
  .access-ttl {
    font-size: 22px;
    margin: 0 0 5% 0;
  }
  
  .access-col {
    display: block;
  }
  
  .access-list {
    width: 100%;
  }
  
  .access-map {
    width: 100%;
  }
  
  .access-map-wrap {
    padding: 100% 0 0 0;
    position: relative;
  }
  
  .access-map-wrap iframe {
  }
  
  .access-list-item {
    margin: 0 0 8% 0;
  }
  
  .access-list-label {
    display: block;
    background-color: #42210b;
    color: #fff;
    text-align: center;
    padding: 2px 50px;
    border-radius: 40px;
    margin: 0 0 15px 0;
  }
  
  .access-list-access {
    padding: 0 0 2% 0;
    margin: 0 0 2% 0;
    border-bottom: 1px dashed #42210b;
  }
  
  .access-list-access:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }

}

/* cart-btn */
.cart-btn {
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
}


/* drawer */

.drawer {
  display: none;
}

@media screen and (max-width: 768px) {
  
  .drawer {
    display: block;
    position: fixed;
    width: 85%;
    height: 100%;
    right: -85%;
    top: 0;
    transition: 0.3s;
    opacity: 0;
    background-color: rgba(147, 115, 84,0.96);
  }
  
  .drawer-wrapper {
    width: 80%;
    padding: 25% 0 5% 0;
    margin: 0 auto;
  }
  
  .drawer-list {
    margin: 0 0 15% 0;
  }
  
  .drawer-list-item {
    border-bottom: 1px solid #fff;
  }
  
  .drawer-list-item:last-child {
    border-bottom: none;
  }
  
  .drawer-list-item .-btn {
    color: #fff;
    display: block;
    text-align: center;
    padding: 10% 0;
  }
  
  .drawer.-active {
    right: 0;
    opacity: 1;
    /* display: block; */
  }
  
  .drawer-btn {
    width: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  
  .drawer-cv-btn {
    /* background-color: #1eb54a;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 30px 0;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 2px #42210b; */
  }
  

}

/* footer */

.footer {
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}

@media screen and (max-width: 768px) {
	
}
