@charset "utf-8";
/* CSS Document */

/* base部分削除 */
body{
  line-height: 1.6;
}
.tfz_footer {
  display: none;
}
.tfz_gotop {
  background-color: transparent;
}

.tfz_koso_logo{
  background:#790506;
  border-radius: 30px 30px 0 0;
  text-align: center;
  margin-top: 32px;
}
.tfz_koso_logo img{
  max-width: 506px;
  width: 100%;
  margin-top: -62px;
}


a{
  display: block;
  text-decoration: none;
}
h1.tfz_koso_heading1 {
  color: #790506;
  font-size: clamp(1.25rem, 4vw, 40px);
  line-height: calc(50/40);
  margin-bottom: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h2.tfz_koso_heading2 {
  position: relative;
  display: inline;
  color: #AA1923;
  font-size: clamp(1.25rem, 2.4vw, 30px);
  z-index: 1;
  margin-bottom: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background-image: linear-gradient(
    -45deg,
    #FCEDE4 25%,
    #FCEDE4 50%,
    #FCEDE4 75%
  );
  background-size: 100% 10px;
  background-position: bottom;
  background-repeat: repeat-x;
  line-height: 1.16;
}
span.tfz_koso_br {
  display: inline-block;
}
span.tfz_koso_br02 {
  display: inline-block;
}

.tfz_koso_contentwrap{
  max-width: 1200px;
  margin: auto;
  padding: 40px 16px 0;
  position: relative;
  z-index: 2;
  font-weight: 500;
  color: #3E3A39;
  font-family: "游ゴシック";
  font-weight: bold;
  line-height: 1.8;
}
.tfz_koso_content{
  background-color: #FFFFFF;
  border-width: 0 10px 0 10px;
  border-style: solid;
  border-color: #790506;
  position: relative;
}
.tfz_koso_mainwrap {
  padding: clamp(2rem, 0.071rem + 7.18vw, 2.75rem) 6% 7% 6%;
}

.tfz_koso_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.tfz_koso_set:nth-last-of-type(n + 2){
  margin-bottom: 2%;
}
.tfz_koso_rev{
  flex-direction: row-reverse;
}
.tfz_koso_txt {
  width: 60%;
}
.tfz_koso_txt p {
  margin-top: 10px;
}
.tfz_koso_set.tfz_koso_ex01 .tfz_koso_txt{
  width: 40%;
}
.tfz_koso_set.tfz_koso_ex02 .tfz_koso_txt {
  width: 80%;
}

.tfz_koso_img {
  margin: 0 auto;
  text-align: center;
}

.tfz_koso_list {
  background-color: #FDE9DE;
  padding: 3% 6%;
}
p.tfz_koso_list_t {
  font-size: 1.125rem;
  font-weight: 600;
  color: #97071A;
  margin-bottom: 28px;
}
ul.tfz_koso_list_cont{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0 12px;
}
ul.tfz_koso_list_cont li {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 16px;
  padding-left: 24px;
  background-image: url(../img/deco_check.svg);
  background-position: left top 5px;
  background-size: auto;
  background-repeat: no-repeat;
}


span.tfz_koso_deco01{
  display: block;
  height: 2px;
  border-bottom: 0.5px solid transparent;
  background-image: linear-gradient(to right, #97071A 3px, transparent 2px);
  background-size: 5px 0.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
}



.tfz_kosodatebook_gr {
  background-color: #790506;
  border-radius: 0 0 20px 20px;
  display: grid;
  grid-template-columns: repeat(5, auto);
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  padding: 20px 20px 16px;
  margin-top: clamp(-20px,-0.625rem,-10px);
  width: 100%;
}
.tfz_kosodatebook_gr div{
  margin: 0 auto;
  transform: translateY(-30px);
  margin-bottom: -24px;
  background-size:auto 100%;
}

.tfz_kosodatebook_gr div:nth-of-type(1){
  background-image:url(../img/banner01_hvr.png);
}
.tfz_kosodatebook_gr div:nth-of-type(2){
  background-image:url(../img/banner02_hvr.png);
}
.tfz_kosodatebook_gr div:nth-of-type(3){
  background-image:url(../img/banner03_hvr.png);
}
.tfz_kosodatebook_gr div:nth-of-type(4){
  background-image:url(../img/banner04_hvr.png);
}
.tfz_kosodatebook_gr div:nth-of-type(5){
  background-image:url(../img/banner05_hvr.png);
}



@media screen and (min-width:801px){
  .tfz_kosodatebook_gr div img:hover{
    opacity:0;
    transition: opacity 0.2s ease;
  }
}




@media screen and (max-width:800px){
  .tfz_gotop{
    padding-bottom:120px;
  }
  .tfz_koso_contentwrap {
    padding-top:0;
    padding-bottom:0;
  }

  .tfz_koso_logo img{width: 60%; margin-top: -1.2em;}
  .tfz_koso_logo a {min-height: 4em;}
  
  span.tfz_koso_br {
    display: inline;
  }
  .tfz_koso_mainwrap{
    padding: clamp(2rem, 0.071rem + 7.18vw, 2.75rem) 4% 7% 4%;
  }
  .tfz_koso_txt p{
    font-size: clamp(0.875rem, 0.73rem + 0.54vw, 1rem);
    text-align:left;
    /* 14-16 430-800 */
  }
  .tfz_koso_set{
      flex-wrap: wrap;
      justify-content: center;
  }
  .tfz_koso_set:nth-last-of-type(n + 2){
    margin-bottom: 6%;
  }
  .tfz_koso_set.tfz_koso_ex .tfz_koso_txt{
    width: 100%;
  }
  .tfz_koso_txt{
    text-align: center;
    width: 100%;
  }

  h1.tfz_koso_heading1 {
    text-align: center;
    margin-bottom: 14px;
  }
}




@media screen and (max-width:640px){
    .tfz_koso_logo a {
    min-height: 3.4em;
  }
  .tfz_kosodatebook_gr{
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
    margin-top: 0px;
    padding-top: 6px;
  }
  .tfz_kosodatebook_gr div{
    transform: none;
    margin-bottom:0;
  }
  .tfz_kosodatebook_gr div:last-child{
    grid-column: 1/3;
    margin-top: 16px;
  }
  .tfz_kosodatebook_gr div:last-child a::after {
    right: 3px;
    top: 42%;
  }
  
}


