@charset "UTF-8";

.sub_main {
  background: #ebebeb;
}

#tour-group nav ul li {
  width: 50%;
  font-size: 1.25rem;
  height: 6rem;
  filter: drop-shadow(4px 8px 5px rgba(0,0,0,0.2));
}

#tour-group nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #989898;
}

#tour-group nav ul li a.current {
  background: #fff;
  color: #343434;
}

@media (max-width: 1000px) {
  #tour-group nav ul {
    margin-bottom: 30px;
  }
  
  #tour-group nav ul li {
    width: 100%;
    height: 3em;
    margin-bottom: .5em;
    filter: none;
  }
  
  #tour-group nav ul li a.current {
    filter: none;
  }
  
  #tour-group nav ul li a {
    border-radius: 30px;
    margin-botton: 1em;
    padding: 1em 1.5em 1em 0;
    position: relative;
  }
  
  #tour-group nav ul li a::after {
    content: '';
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -4px;
    height: .6em;
    width: .6em;
    position: absolute;
    top: 50%;
    right: 2em;
    transform: rotate(45deg);
  }
  
  #tour-group nav ul li a.current::after {
    border-color: #707070;
  }

}

#group_main {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  filter: drop-shadow(4px 4px 3px rgba(0,0,0,0.2));
  margin-top: -5px;
  position: relative;
  padding-top: 5%;
  border-radius: 5px 5px 0 0;
}

#group_main section {
  margin-bottom: 50px;
}

#group_main h3 {
  width: 80%;
  margin: 50px auto;
  font-size: 1.5rem;
  padding-bottom: 1em;
  border-bottom: 1px solid #707070;
  text-align: center;
  font-weight: normal;
  letter-spacing: .2em;
}

#group_main .group_txt.cflex {
  align-items: center;
}

#group_main .group_txt {
  width: 80%;
  margin: 0 auto 50px auto;
}

@media (max-width: 1000px) { 
  #group_main .group_txt {
    width: 100%;
    margin-bottom: 1em;
  }
}

#group_main h4 {
  font-weight: 400;
}

#group_main h4 span {
  display: inline-block;
}

#group_main .group_txt h4 {
  width: 45%;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
  padding-right: 5%;
  border-right: 1px solid #707070;
}

#group_main .group_txt h4 span {
  font-size: 2.5rem;
  line-height: 1;
  font-style: italic;
  display: inline-block;
}

#group_main .group_txt h4 span.num {
  font-size: 5rem;
  margin-left: .1em;
}

#group_main section:nth-of-type(3) .group_txt h4 span.num {
  position: relative;
  top: -.25em;
  left: 0;
  font-size: 4rem;
}

#group_main .group_txt .grout_txt_detail {
  width: 60%;
  margin-top: 10px;
  padding-left: 5%;
}

#group_main p {
  line-height: 1.8;
  margin-bottom: 1em;
}

@media (max-width: 1000px) { 
  #group_main .group_txt h4,
  #group_main .group_txt .grout_txt_detail {
    width: 100%;
    padding: 0;
  }
  
  #group_main .group_txt {  
      padding: 0 3%;
  }
  
  #group_main .group_txt h4 {
    border: none;
  }
}

#group_main a.cbtn.r_arrow {
  margin-top: 1em;
  border: 1px solid #707070;
  padding: .5em 3em .5em 1.5em;

}

#group_main a.cbtn.r_arrow::after {
  border-color: #707070;
  border-width: 1px 1px 0 0;
  right: 1.5em;
}

.group_list.cflex {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  max-width: 908px;
  margin: 0 auto; 
}

.group_list.cflex li {
  width: 48%;
  margin-bottom: 1.5em;
}

#group_main .group_list h4 {
  font-size: 1.25rem;
  width: 100%;
  margin-bottom: .5em;
  line-height: 1.3;
}

#group_main .group_list h4.tl {
  height: 3.6em;
}

#group_main .group_list li:first-of-type h4.tl .for_pc + span {
  display: inline-block;
  margin-left: 5em;
  font-size: 1.25rem;
}

@media (max-width: 1000px) {
  #group_main .group_list h4.tl {
    height: inherit;
  }
  #group_main .group_list li:first-of-type h4.tl .for_pc + span {
    margin-left: 0;
  }
}

#group_main .group_list h4 span {
  font-size: 1.5em;
  font-style: normal;
}

#group_main .group_list h4 span.num {
  font-size: 1.5em;
  margin-left: .2em;
  margin-right: .5em;
}

#group_main .group_list li:not(:nth-child(3)) h4 span.num {
  position: relative;
  top: -.25em;
  left: 0;
}

#group_main .group_list li:first-of-type h4 span.num {
  font-size: 1.8em;
  top: -.18em;
}
 


@media (max-width: 1000px) { 
  .group_list.cflex li {
    width: 100%;
  }
}

#group_misc h3.ctitle {
  font-size: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 1em;
}

#group_misc h3.ctitle span {
  font-size: 1rem;
}

#group_misc {
  background: #fff;
}

#group_misc ul.cflex {
  justify-content: space-between;
  width: 82vw;
  max-width: 910px;
} 

#group_misc ul.cflex li {
  width: 48%;
}

@media (max-width: 1000px) { 
  #group_misc ul.cflex li {
    width: 100%;
  }
}

#group_misc ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  text-align: center;
  background: #4a3228;
  color: #fff;
  border-radius: 5em;
  font-size: 1.15rem;
  font-family: 'Noto Sans JP', sans-serif;
}
