/*------------------------------------------------------------------------------
  PC or ALL 
------------------------------------------------------------------------------*/
.header-logo{
  width: auto;
}

.footer-main .logo{
  width: auto;
  max-width: 400px;
}

.fixed-footer{
  background: var(--main-color);
  color: #fff;
  .tel a:before{
    color: #fff;
  }
  .contact a{
    background: var(--main-color-2);
  }
}

.home .page-content{

margin-bottom: 0;

.sm{
  max-width: 1124px;
  padding: 0;
}

.btn a{
  background: var(--main-color);
}

.title-type02, .title-type04{
  padding: 0;
  &::before{
    display: none;
  }
  .box-h2{
    display: flex;
    flex-flow: column;
  }
  & span.ja{
    color: var(--main-color-2);
  }
  & span.en{
    order: -1;
    color: var(--main-color);
    opacity: 1;
  }
}

.main-sou,
.main-message{
  .title-type02 .ja{
    font-size: 4.2rem;
  }
}

.main-sou{
  padding-bottom: 16vw;
  &.bg::before{
    clip-path: polygon(100% 0, 100% calc(100% - 12vw) , 50% 100%, 0 calc(100% - 12vw), 0 0);
  }
  .image-text-type03{
    .image,
    .text:before{
      border-radius: 2vmin;
      background: #fff;
    }
  }
  .list-check-type01 > ul > li:before{
    color: var(--main-color);
  }
}

.main-message{
  .image-text-type02 {
    .image{
      border-radius: 2vmin;
    }
    .text{
      .box-h3{
        color: var(--main-color); 
      }
    }
  }
}

.main-google{
  .image-bg-type01{
    .image,
    .text:before{
      border-radius: 2vmin;
    }
    .text{
      text-align: center;
      background: #fff;
      .box-h3{
        color: var(--main-color-2);
        line-height: 1.6;
      }
      & strong{
        font-size: 4rem;
        color: var(--main-color-2);
      }
    }
  }
  .list-check-type01 > ul > li:before{
    color: var(--main-color);
  }
}

.main-menu{
  .image-text-type03{
    .image,
    .text:before{
      border-radius: 2vmin;
      background: #fff;
    }
    .box-h3{
      color: var(--main-color-2);
    }
  }
}

.main-service{
  .banner-type01 {
    margin: 0;
  }
  .banner-type01 + .banner-type01{
    margin-top: 4vmin;
  }
  .banner-type01 ul li {
    border-radius: 1vmin;
    position: relative;
    overflow: hidden;
  }
  .banner-type01 ul li a{
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    min-height: 258px;
    padding: 0;
    &::after{display: none;}
    & span{
      display: flex;
      flex-flow: column;
      align-items: center;
      justify-content: center;
      height: 4em;
      margin-top: auto;
      background: rgba(224,124,137,.8);
      text-align: center;
      font-size: 2.4rem;
      line-height: 1.4;
    }
    & small{
      font-size: 1.6rem;
    }
  }
}

.main-gal{
  .blog-type01 ul li .image, .blog-type04 .swiper-slide .image{
    border-radius: 1vmin;
  }
}

.main-map,
.main-map iframe{
  height: 460px;
}

/* home */
}

/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {

.home .page-content{

padding: 0;

.box-wrap{
  padding: 8vmin 3vmin;
}

.title-type02, .title-type04{
  & span.ja{
    font-size: 3rem !important;
  }
  & span.en{
  }
}


.main-sou,
.main-menu{
  .image-text-type03 .text{
    background: #fff;
    border-radius: 2vmin;
  }
}

.main-sou{
  padding-bottom: 16vmin !important;
}

.main-message{
  background: var(--sub-color);
}

}


}



/*sakamoto*/

.content .content-inner .page-content .template {
  margin: 0 0 20px 0;
}
.content .content-inner .page-content .template h2,
.content .content-inner .page-content .template h3,
.content .content-inner .page-content .template h4,
.content .content-inner .page-content .template h5,
.content .content-inner .page-content .template h6 {
  margin-top: 0;
}
.content .content-inner .page-content .template.row > div {
  margin-bottom: 10px;
}
.content .content-inner .page-content .template-img-left {
  float: left;
  display: inline;
  margin-right: 20px;
  margin-bottom: 20px;
}
.content .content-inner .page-content .template-img-right {
  float: right;
  display: inline;
  margin-left: 20px;
  margin-bottom: 20px;
}
.content .content-inner .page-content .template-text {
  overflow: hidden;
}
.content .content-inner .page-content .template-text-left {
  float: left;
  margin-right: 20px;
}
.content .content-inner .page-content .template-text-right {
  float: right;
  margin-left: 20px;
}
.content .content-inner .page-content .template-backpattern {
  padding: 2%;
  background: url(/images/common/template-backpattern-bg.png) repeat 0 0;
  border: #eaeaea 2px solid;
}

/* smartphone only */
@media screen and (max-width: 768px) {
  .content .content-inner .page-content .template-img-left {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .content .content-inner .page-content .template-img-right {
    float: none;
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .content .content-inner .page-content .template-text-left {
    float: none;
    margin-right: 0;
  }
  .content .content-inner .page-content .template-text-right {
    float: none;
    margin-left: 0;
  }
}

.content .content-inner .page-content .list_button {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.content .content-inner .page-content ul.list_button li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  font-size: 17px;
  margin: 0px;
  padding: 0;
}

.content .content-inner .page-content ul.list_button li a {
  margin: 16px 10px 16px 10px;
  padding: 10px 16px;
  display: block;
  text-decoration: none;
  background: #e07d80; /* ボタン色 */
  color: #FFF;
  border-bottom: solid 4px #ad5f69;
  border-radius: 3px;
}

.content .content-inner .page-content ul.list_button li a:active {
  transform: translateY(5px); /* 下に動く */
  border-bottom: none; /* 線を消す */
}

.content .content-inner .page-content .table-bordered th {
  background-color: #edd7c4;
  text-align: center;
}
.content .content-inner .page-content .table-bordered th,
.content .content-inner .page-content .table-bordered td {
  border: 1px solid #e0c0a3;
  vertical-align: middle;
}

.content .content-inner .page-content table.table_qa {
  margin: 0 0 0.8em 0;
  padding: 0;
  margin-bottom: 40px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.content .content-inner .page-content table.table_qa th {
  padding: 10px;
  width: 8%;
}
.content .content-inner .page-content table.table_qa td {
  padding: 10px;
}
.content .content-inner .page-content table.table_qa tr:nth-child(2n) {
  background: #fceff1;
}

.content .content-inner .page-content .list_icon {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.content .content-inner .page-content ul.list_icon li {
  display: inline-block;
  list-style-type: none;
  text-align: center;
  font-size: 15px;
  margin: 10px 10px 20px 10px;
  padding: 10px 16px;
  border-radius: 4px;
  background: #e07d80;
  color: #FFF;
}

.content .content-inner .page-content .main-service-text li.col-sm-3 {
  margin-bottom: 25px;
}

/* table */
.content .content-inner .page-content .table {
  margin: 0 0 0.8rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  width: 100%;
}
.content .content-inner .page-content .table th,
.content .content-inner .page-content .table td {
  font-weight: normal;
}
.content .content-inner .page-content .table td ul li {
  margin: 0 0 0 20px;
  list-style: outside disc;
}

/* bordered */
.content .content-inner .page-content .table-bordered th,
.content .content-inner .page-content .table-bordered td {
  border: 1px solid rgba(185,185,185,0.5);
}
.content .content-inner .page-content .table-bordered th {
  background-color: rgba(186,186,186,0.5);
}

/* dashed */
.content .content-inner .page-content .table-dashed th,
.content .content-inner .page-content .table-dashed td {
  border-top: none;
  border-bottom: 1px dashed rgba(185,185,185,0.5);
}
.content .content-inner .page-content .table-dashed tr:last-child th,
.content .content-inner .page-content .table-dashed tr:last-child td {
  border-bottom: none;
}
.content .content-inner .page-content .table-dashed td {
  border-left: 1px dashed rgba(185,185,185,0.5);
}

/* striped */
.content .content-inner .page-content .table-striped tr:nth-of-type(odd) {
  background-color: rgba(186,186,186,0.5);
}


.content .content-inner .page-content .clearfix {
    content: "";
    display: table;
    clear: both;
}

.page-id-15080 .content .content-inner .page-content .table-bordered{
    width: 1100px;
	margin-bottom: 3rem;
}

.page-id-15068 .content .content-inner .page-content .table-bordered{
max-width: 320px;
}

.page-id-15068 .content .content-inner .page-content .table-bordered td{
padding: 0 0 0 10px;
}

/* --- レスポンシブスタイル --- */
@media screen and (max-width: 1024px) {
  .content .content-inner .page-content .template-img-left,
  .content .content-inner .page-content .template-img-right {
    max-width: 50%;
  }
.content .content-inner .page-content .scroll {
    overflow-x: scroll;
}
	
.page-id-15080 .content .content-inner .page-content .table-bordered{
    width: 1000px;
}
	
}

@media screen and (max-width: 768px) {
  .content .content-inner .page-content .template-img-left,
  .content .content-inner .page-content .template-img-right {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    max-width: 100%; /* モバイル用画像フル幅 */
  }
  .content .content-inner .page-content .template-text-left,
  .content .content-inner .page-content .template-text-right {
    float: none;
    margin: 0 auto;
  }
  .content .content-inner .page-content ul.list_button li {
    display: block; /* ボタンを縦並びに */
  }
  .content .content-inner .page-content ul.list_icon li {
    display: block; /* アイコンを縦並びに */
  }
  .content .content-inner .page-content table.table_qa th,
  .content .content-inner .page-content table.table_qa td {
    font-size: 0.9em;
    padding: 8px;
  }

.content .content-inner .page-content .scroll {
    overflow-x: scroll;
}
	
.page-id-15080 .content .content-inner .page-content .table-bordered{
    width: 700px;
}

}

@media screen and (max-width: 480px) {
  .content .content-inner .page-content .template h2,
  .content .content-inner .page-content .template h3 {
    font-size: 1.2em; /* 見出しを小さく */
  }
  .content .content-inner .page-content ul.list_button li a {
    font-size: 0.9em;
    padding: 8px 12px;
  }
	
.page-id-15080 .content .content-inner .page-content .table-bordered td:first-child{
    width: 250px;
}

.page-id-15080 .content .content-inner .page-content .table-bordered th:first-child{
    width: 250px;
}
	
}