@charset "UTF-8";
/* =================================================================
		content
================================================================= */
* {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  background-position: center top;
  background-repeat: repeat;
 
  font-family: 'ＭＳ Ｐゴシック',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
  /*font-size:62.5%;*/
  line-height: 1.85;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 0.07em;
}

img {
  line-height: 0;
  vertical-align: bottom;
  width: 100%;
}

a, a:link, a:visited {
  color: #069;
  line-height: inherit;
  text-decoration: underline;
}

a:hover {
  color: #099;
}

a img {
  border: medium none;
  outline: medium none;
}

.clear {
  clear: both;
}

#wrapper img {
  display: block;
}

.c-flex {
  display: flex;
}

/* =================================================================
		cart
================================================================= */
/* 
.cart01,
.cart02{
	position:relative;
}

.cart01 a:hover img,
.cart02 a:hover img {
	opacity:0.7;
}

.cart01 img.btn-cv {
	position:absolute;
	bottom:5%;
	left:6%;
}

.cart02 img.btn-cv {
	position:absolute;
	bottom:5%;
	right:3.8%;
} */
@media screen and (min-width: 681px) {
  #wrapper {
    width: 750px;
    margin: 0 auto;
    /*box-shadow:0 0 5px 0 rgba(0,0,0,0.4);*/
  }
  img {
    border: 0;
    line-height: 0;
    vertical-align: bottom;
  }
  a, a:link, a:visited {
    color: #069;
    line-height: inherit;
    text-decoration: underline;
  }
  a:hover {
    color: #099;
  }
  a img {
    border: medium none;
    outline: medium none;
  }

  /* =================================================================
		.text01 .text02 .text03
	================================================================= */
  .text01 {
    width: 668px;
    margin: 20px auto;
    color: #5b5b5b;
    font-size: 17px;
    line-height: 1.4;
  }
.text01 .indent {
  padding-left: 1.5em;
  text-indent: -1.5em;
  }
  .text02 {
    width: 718px;
    margin: 5px auto 44px;
    color: #5b5b5b;
    font-size: 17px;
    line-height: 1.4;
    border: 1px solid #aaaaaa;
  }
  .text02 .inner {
    width: 670px;
    margin: 0 auto;
    padding: 20px 26px;
  }
  .text02 .indent {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .text02 a {
    color: #7bb0dc;
  }
  .text03 {
    width: 670px;
    margin: 0 auto 50px;
    padding: 0 10px;
    color: #5b5b5b;
    font-size: 18px;
    line-height: 1.4;
    text-align: justify;
    letter-spacing: 0.1em;
  }
  .text03 .mb40 {
    margin-bottom: 40px;
  }
  /*--------------------
	* footer
	--------------------*/
  footer {
    width: 750px;
    margin: 0 auto;
    background: #edc99f;
    padding: 35px 0;
  }
  footer .inner {
    display: flex;
    justify-content: center;
  }
  footer ul {
    display: flex;
    text-align: center;
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  footer ul li a {
    text-decoration: none !important;
    color: #fff !important;
  }
  footer ul li a:hover {
    text-decoration: underline;
  }
  footer ul li:not(:last-child) {
    margin-right: 34px;
  }
  footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
}

@media screen and (max-width: 680px) {
  #wrapper {
    width: 100%;
  }
  #wrapper img {
    width: 100%;
    height: auto;
    border: 0;
    line-height: 0;
    vertical-align: bottom;
  }
  a img {
    border: medium none;
    outline: medium none;
  }

  /* =================================================================
		.text01 .text02 .text03
	================================================================= */
  .text01 {
    width: 89vw;
    margin: 20px auto;
    color: #5b5b5b;
    font-size: 2.4vw;
    line-height: 1.4;
  }
  .text01 .indent {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .text02 {
    width: 95.733vw;
    margin: 5px auto 5.867vw;
    color: #5b5b5b;
    font-size: 2.4vw;
    line-height: 1.4;
    border: 1px solid #aaaaaa;
  }
  .text02 .inner {
    width: 89.333vw;
    margin: 0 auto;
    padding: 2.667vw 3.467vw;
  }
  .text02 .indent {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .text02 a {
    color: #7bb0dc;
  }
  .text03 {
    width: 89.333vw;
    margin: 0 auto 6.667vw;
    padding: 0 1.333vw;
    color: #5b5b5b;
    font-size: 2.4vw;
    line-height: 1.4;
    text-align: justify;
    letter-spacing: 0.1em;
  }
  .text03 .mb40 {
    margin-bottom: 5.333vw;
  }
  /*--------------------
	* footer
	--------------------*/
  footer {
    width: 100vw;
    margin: 0 auto;
    background: #edc99f;
    padding: 4.667vw 0;
  }
  footer .inner {
    display: flex;
    justify-content: center;
  }
  footer ul {
    display: flex;
    text-align: center;
    color: #fff;
    margin: 0 0 1.333vw 0;
    font-size: 2.4vw;
  }
  footer ul li a {
    text-decoration: none !important;
    color: #fff !important;
  }
  footer ul li a:hover {
    text-decoration: underline;
  }
  footer ul li:not(:last-child) {
    margin-right: 4.533vw;
  }
  footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 1.867vw;
  }
}

/*電話CV*/
@media screen and (max-width: 681px){
.pcver { display:none;}
}


@media screen and (min-width: 680px){
.spver { display:none;}
}



/* CTAエリア */
.cta {
  background-color: #6a3d28;
  padding-bottom: 5%;
}
.cta_ttl {
  width: 90%;
  margin: 0 auto;
  padding: 10% 0 8%;
}
.cta_area {
  text-align: center;
  margin: 0 auto;
}
.cta_tabs {
  width: 90%;
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
}
.cta_tabs img {
  cursor: pointer;
  width: 50% !important;
  /* transition: opacity 0.3s ease; */
}
.cta_tabs img.active {
  opacity: 1;
}
.cta_tabs img.inactive {
  /* opacity: 0.5; */
}
.cta_content {
  display: none;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.cta_content.active {
  display: block;
}
.cv_btn, .pcver, .spver {
  margin-top: 20px;
}
.spver {
  display: none;
}

.cta_tab_2 .cv_btn {
  width: 88% !important;
  position: absolute;
  bottom: 57%;
  left: 0;
  right: 0;
  margin: auto;
}
.cta_tab_2 .btn-tel {
  width: 88% !important;
  position: absolute;
  bottom: 42%;
  left: 0;
  right: 0;
  margin: auto;
}

.cta_tab_1 .cv_btn {
  width: 88% !important;
  position: absolute;
  bottom: 52%;
  left: 0;
  right: 0;
  margin: auto;
}
.cta_tab_1 .btn-tel {
  width: 88% !important;
  position: absolute;
  bottom: 36%;
  left: 0;
  right: 0;
  margin: auto;
}


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


  .cta_tab_2 .cv_btn {
    width: 88% !important;
    position: absolute;
    bottom: 57%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .cta_tab_2 .btn-tel {
    width: 88% !important;
    position: absolute;
    bottom: 42.5%;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .cta_tab_1 .cv_btn {
    width: 88% !important;
    position: absolute;
    bottom: 52%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .cta_tab_1 .btn-tel {
    width: 88% !important;
    position: absolute;
    bottom: 35.5%;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.text04 {
  width: 86%;
  font-size: 17px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.4;
  color: #5b5b5b;
  position: absolute;
  bottom: 4%;
  left: 7%;
}
.text04 .inner {
  width: 100%;
  margin: 0 auto;
  
}

.text05 {
  width: 86%;
  font-size: 17px;
  text-align: left;
  margin: 0 auto;
  line-height: 1.4;
  color: #5b5b5b;
  position: absolute;
  bottom: 4%;
  left: 7%;
}
.text05 .inner {
  width: 100%;
  margin: 0 auto;
  
}

@media screen and (max-width: 768px) {
  .text04 {
    width: 86%;
    font-size: 2.4vw;
    text-align: left;
    margin: 0 auto;
    line-height: 1.4;
    color: #5b5b5b;
    position: absolute;
    bottom: 4%;
    left: 7%;
  }
  .text04 .inner {
    width: 100%;
    margin: 0 auto;
    
  }
  
  .text05 {
    width: 86%;
    font-size: 2.4vw;
    text-align: left;
    margin: 0 auto;
    line-height: 1.4;
    color: #5b5b5b;
    position: absolute;
    bottom: 4%;
    left: 7%;
  }
  .text05 .inner {
    width: 100%;
    margin: 0 auto;
    
  }
}