/*---------------------/custom head---------------------*/

/********head-c*******/
.sub_main.sub_c {
  padding: 200px 0 100px;
}
.sub_main.sub_c.sub_main01{
  background: url(../img/custom/c_c_sub_main01.jpg) no-repeat center;
  background-size: cover;
}
.sub_main.sub_c.sub_main01 p {
  margin-left: 10px;
}
/********head-c*******/
/********head-d*******/
.sub_main.sub_d {
  padding: 40px 0 100px;
}
.sub_main.sub_d .container_1150::before {
  content: "";
  height: 36px;
  width: 1px;
  display: block;
  background-color: #F09C67;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.sub_main.sub_d .container_1150 p.f_140 {
  font-size: 140px;
  opacity: 0.1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
}
/********head-d*******/

@media (max-width: 1200px) {
  .sub_main.sub_d .container_1150 p.f_140 {
    font-size: 10vw;
    top: 20%;
  } 
}
@media (max-width: 767px) {
  .sub_main.sub_d {
    padding: 4vw 0 10vw;
}
  .sub_main.sub_d .container_1150 h2 {
    font-size: 7vw;
  } 
  .sub_main.sub_d .container_1150 p.f_140 {
    top: 50%;
  } 

  .sub_main.sub_c {
    padding: 20vw 0 10vw;
}
  .sub_main.sub_c.sub_main01 h2 {
    font-size: 7vw;
  }
  
}

/*---------------------custom head/---------------------*/



/*---------------------/custom---------------------*/

/********custom02*******/
.ctm02-text-box{
  padding: 60px 40px;
  margin-top: -200px;
  position: relative;
  z-index: 100;
  max-width: 1280px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.ctm02-text-box h3 span {
  -webkit-text-stroke: 1px #7f6252; /*****メインカラーに合う枠線の色で*****/
  text-stroke: 1px #7f6252; /*****メインカラーに合う枠線の色で*****/
  color: transparent;
  top: -2px;
  left: -2px;
  width: 100%;
}

@media (max-width: 767px) {

  .ctm02-text-box{
    padding: 6vw 4vw;
    margin-top: -15vw;
  }
  .ctm02-text-box p {
    font-size: 5vw;
  }

  .ctm02-text-box h3 span {
    top: -1px;
    left: -1px;
  }

}
/********custom02*******/

/********anchor_wrap*******/
.anchor_wrap a {
  background-color: #F09C67;
  border: 1px solid #F09C67;
}
.anchor_wrap a i {
  transition: unset;
}
.anchor_wrap a:hover {
  background-color: #fff;
  color: #F09C67;
  transition: 0.3s;
  opacity: 1;
}

@media (max-width: 767px) {
  .anchor_wrap .d-flex {
    flex-direction: column;
  }
  .anchor_wrap a {
    width: 100%;
    max-width: unset;
    margin-bottom: 2vw;
  }
  .anchor_wrap a:last-child {
    margin-bottom: 0;
  }
  .anchor_wrap p {
    margin-top: 15vw;
    text-align: center !important;
  }
}
/********anchor_wrap*******/

/********custom03*******/
.ctm03 .box_wap .txt01 {
  width: 46%;
}
.ctm03 .box_wap img {
  width: 48%;
}

@media (max-width: 767px) {
  .ctm03 .box_wap .txt01,.ctm03 .box_wap img {
    width: 100%;
  }
  .ctm03 .box_wap .txt01 {
    margin-top: 5vw;
  }
}
/********custom03*******/

/********custom04*******/
.ctm04 {
  background: url(../img/custom/ctm04_01.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0 ;
}
.ctm04 .box_wap .box {
  width: 48%;
  padding: 30px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .ctm04 {
    padding: 12vw 0 ;
  }
  .ctm04 .box_wap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .ctm04 .box_wap .box {
    width: 100%;
  }
  
}

/********custom04*******/

/********custom05*******/
.ctm05 {
  max-width: 1150px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.ctm05 p.txt_left {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.ctm05 .box_wap img {
  width: 48%;
}
.ctm05 .box_wap .txt_wap {
  width: 48%;
}

@media (max-width: 767px) {
  .ctm05 .box_wap img,.ctm05 .box_wap .txt_wap {
    width: 100%;
  }
  .ctm05 .box_wap img {
    margin-bottom: 5vw;
  }
}

/********custom05*******/

/********custom06*******/
.ctm06 .ctm06-row .ctm06-row-left {
  width: 45%;
}
.ctm06 .ctm06-row .ctm06-row-left img {
  max-width: 100%;
}
.ctm06 .ctm06-row .ctm06-row-left img:last-child {
  width: 90%;
}
.ctm06 .ctm06-row .ctm06-row-right {
  width: 50%;
}

@media (max-width: 767px) {
  .ctm06 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vw;
  }
  .ctm06 .ctm06-row .ctm06-row-left,.ctm06 .ctm06-row .ctm06-row-right {
    width: 100%;
  }
  .ctm06 .ctm06-row .ctm06-row-right {
    margin-top: 7vw;
  }
}

/********custom06*******/

/********custom07*******/
.ctm07 {
  padding: 100px 0;
  background: rgb(240,156,103);
  background: linear-gradient(90deg, rgba(240,156,103,1) 0%, rgba(255,222,90,1) 100%);
}
.ctm07 .ctm07-inner .ctm07-row {
  margin-left: auto;
}
.ctm07 .ctm07-inner .ctm07-row .ctm07-row-item {
  width: 46%;
} 
.ctm07 .ctm07-inner .ctm07-row .ctm07-row-right img {
  max-width: 100%;
} 

@media (max-width: 1200px) {
  .ctm07 .ctm07-inner .ctm07-row {
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .ctm07 .ctm07-inner .ctm07-row {
    flex-direction: column;
  }
  .ctm07 .ctm07-inner .ctm07-row .ctm07-row-item {
    width: 100%;
  } 
  .ctm07 .ctm07-inner .ctm07-row .ctm07-row-right {
    margin-top: 5vw;
  }
}

/********custom07*******/

/********custom08*******/
.ctm08 .ctm08-inner .ttl_wap p.f_132{
  font-size: 132px;
  opacity: 0.1;
}
.ctm08 .ctm08-inner .ttl_wap h3 {
  margin-top: -55px;
}
.ctm08 .ctm08-inner .ctm08-row .ctm08-row-left {
  width: 47%;
}
.ctm08 .ctm08-inner .ctm08-row .ctm08-row-left img{
  width: 100%;
}
.ctm08 .ctm08-inner .ctm08-row .ctm08-row-right {
  width: 50%;
}
@media (max-width: 1200px) {
  .ctm08 .ctm08-inner .ttl_wap p.f_132{
    font-size: 10vw;
  }
}
@media (max-width: 767px) {
  .ctm08 .ctm08-inner .ctm08-row {
    flex-direction: column;
  }
  .ctm08 .ctm08-inner .ctm08-row .ctm08-row-left,.ctm08 .ctm08-inner .ctm08-row .ctm08-row-right {
    width: 100%;
  }
  .ctm08 .ctm08-inner .ctm08-row .ctm08-row-right {
    margin-top: 5vw;
  }
}
/********custom08*******/

/********custom09*******/
.ctm09 .ctm09-inner .ctm09-item img {
  max-width: 100%;
}
/********custom09*******/

/********contact01*******/
.contact01 {
  background: url(../img/custom/c_c05.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0;
}
.contact01 .box_wap .box01 {
  width: 48%;
}
.contact01 .box_wap .box01 .tel_wap i {
  margin-right: 30px;
}
.contact01 .box_wap .box02 {
  width: 48%;
}
.contact01 .box_wap .box02 .btn_{
  width: 70%;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.contact01 .box_wap .box02 .btn_i {
  margin-right: 30px;
}
.contact01 .box_wap .box02 .btn_main:hover {
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .contact01 {
    padding: 12vw 0;
  }
  .contact01 .box_wap {
    flex-direction: column;
  }
  .contact01 .box_wap .box01,.contact01 .box_wap .box02 {
    width: 100%;
  }
  .contact01 .box_wap .box02 {
    margin-top: 5vw;
  }
}
/********contact01*******/

/********contact02*******/
.contact02 a {
  display: block;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.contact02 a img{
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .3s;
}
.contact02 a:hover img {
  transform: scale(1.1);
}
/********contact02*******/


/********custom-footer*******/
footer.ctm-footer * {
  box-sizing: border-box;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-left {
  width: 70%;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-left.col-11 {
  width: 90%;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row02 {
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row02 .footer-row02-left {
  max-width: 250px;
  width: 40%;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row02 .footer-row02-left a img {
  max-width: 100%;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row03 .btn_main {
  width: auto;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row04 {
  width: 70%;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row04 a {
  display: inline-block;
  min-width: 31%;
  width: auto;
  margin-right: 1%;
  margin-bottom: 20px;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-right {
  width: 28%;
}
footer.ctm-footer .footer-inner .footer-row .footer-row-right iframe {
    height: 300px;
    width: 100%;
}

@media (max-width: 767px) {
  footer.ctm-footer .footer-inner .footer-row {
    margin-left: auto;
    margin-right: auto;
  }
  footer.ctm-footer .footer-inner .footer-row .footer-row-left ,footer.ctm-footer .footer-inner .footer-row .footer-row-right{
    width: 100%;
    padding: 0;
  }
  footer.ctm-footer .footer-inner .footer-row .footer-row-right {
    margin-top: 5vw;
  }
  footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row02 {
    flex-direction: column;
    border-bottom: 1px solid #999;
  }
  footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row02 .footer-row02-item {
    width: 100% !important;
  }
  footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row02 .footer-row02-left {
    width: 100%;
    max-width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
  footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row02 .footer-row02-right {
    margin-top: 5vw;
  }
  footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row03 {
    flex-direction: column;
  }
  footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row03 .btn_main {
    margin-left: auto;
    margin-right: auto;
  } 
  footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row04 {
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  footer.ctm-footer .footer-inner .footer-row .footer-row-left .footer-row04 a {
    min-width: 48%;
  }

}
/********custom-footer*******/
.ctm-copy {
}
/*---------------------custom/---------------------*/

@media (max-width: 767px) {
  section.mt120 {
    margin-top: 15vw;
  }
  .btn_main.wide {
    width: 100%;
  }
  .ctm-copy {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 20vw !important;
    padding-bottom: 13vw;
  }
}
