@charset "UTF-8";
@media screen and (min-width: 751px) {
  #koushi_archive .arealist {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #koushi_archive .arealist > li {
    color: #bfb5b6;
    font-weight: bold;
    text-align: center;
    font-size: 1.25rem;
  }
  #koushi_archive .arealist > li::after {
    content: "｜";
    font-size: 1.25rem;
    display: inline-block;
    margin: 0 10px;
  }
  #koushi_archive .arealist > li:last-child {
    margin-right: 0;
  }
  #koushi_archive .arealist > li:last-child::after {
    display: none;
  }
  #koushi_archive .arealist > li a {
    color: #796D6D;
  }
  #koushi_archive section {
    margin-bottom: 50px;
  }
  #koushi_archive section:last-of-type {
    margin-bottom: 0;
  }
  #koushi_archive section h3 {
    color: #fff;
    font-size: 1.5rem;
    padding: 10px;
    background: #796D6D;
    margin-bottom: 30px;
  }
  #koushi_archive section > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  #koushi_archive section > ul > li {
    background: #F9F9F7;
    border-radius: 5px;
    padding: 20px;
  }
  #koushi_archive section > ul > li .imgright {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #koushi_archive section > ul > li .imgright > a {
    width: 50%;
    display: block;
  }
  #koushi_archive section > ul > li .imgright > a > img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #koushi_archive section > ul > li .imgright div {
    width: 45%;
  }
  #koushi_archive section > ul > li .imgright div > img {
    display: block;
    margin-bottom: 10px;
  }
  #koushi_archive section > ul > li .imgright div h4 a {
    display: block;
    color: #796D6D;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #koushi_archive section > ul > li .imgright div h4 a:hover {
    color: #9F8E8E;
  }
  #koushi_archive section > ul > li .imgright div .school {
    margin-bottom: 10px;
    color: #796D6D;
    font-weight: bold;
  }
  #koushi_archive section > ul > li .imgright div .school a {
    color: #9F8E8E;
  }
  #koushi_archive section > ul > li .imgright div .school a i {
    color: #796D6D;
    display: inline-block;
    margin-left: 5px;
  }
  #koushi_archive section > ul > li .imgright div .school a:hover i {
    color: #9F8E8E;
  }
  #koushi_archive section > ul > li .imgright div .area {
    color: #796D6D;
    font-weight: bold;
  }
  #koushi_archive section > ul > li .about {
    color: #796D6D;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #koushi_archive section > ul > li .snslist {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  #koushi_archive section > ul > li .snslist > li {
    margin-right: 20px;
  }
  #koushi_archive section > ul > li .snslist > li:last-child {
    margin-right: 0;
  }
  #koushi_archive section > ul > li .snslist > li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #koushi_archive section > ul > li .snslist > li a i {
    color: #796D6D;
    text-align: center;
    font-size: 1.25rem;
  }
  #koushi_archive section > ul > li .snslist > li a:hover i {
    color: #9F8E8E;
  }
  #koushi_archive section > ul > li .morebtn a {
    display: block;
    background: #796D6D;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #796D6D;
    font-weight: bold;
  }
  #koushi_archive section > ul > li .morebtn a:hover {
    background: none;
    color: #9F8E8E;
  }
  #koushi_single .btn {
    width: 30%;
    margin: 50px auto 0 auto;
  }
  #koushi_single .btn a {
    display: block;
    background: #796D6D;
    color: #fff;
    padding: 20px;
    text-align: center;
    border: 1px solid #796D6D;
    font-weight: bold;
  }
  #koushi_single .btn a:hover {
    background: none;
    color: #9F8E8E;
  }
  #koushi_single .headline {
    padding: 100px 0;
    background: #F9F9F7;
    margin-bottom: 100px;
  }
  #koushi_single .headline .title {
    font-size: 1.875rem;
    text-align: center;
    color: #796D6D;
    font-weight: bold;
  }
  #koushi_single .headline .title span {
    display: block;
    margin: 0 auto 30px auto;
    font-size: 1rem;
    color: #A89282;
    font-weight: bold;
  }
  #koushi_single .entry {
    color: #796D6D;
  }
  #koushi_single .entry .imgright {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 50px;
  }
  #koushi_single .entry .imgright > img {
    display: block;
    width: 50%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #koushi_single .entry .imgright div {
    width: 45%;
  }
  #koushi_single .entry .imgright div > img {
    display: block;
    margin-bottom: 10px;
  }
  #koushi_single .entry .imgright div h1 {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
  #koushi_single .entry .imgright div .area {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  #koushi_single .entry .imgright div .snslist {
    display: flex;
    align-items: center;
  }
  #koushi_single .entry .imgright div .snslist > li {
    margin-right: 20px;
  }
  #koushi_single .entry .imgright div .snslist > li:last-child {
    margin-right: 0;
  }
  #koushi_single .entry .imgright div .snslist > li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #koushi_single .entry .imgright div .snslist > li a i {
    color: #796D6D;
    text-align: center;
    font-size: 1.25rem;
  }
  #koushi_single .entry .imgright div .snslist > li a:hover i {
    color: #9F8E8E;
  }
  #koushi_single .entry .about h2 {
    font-size: 1.5rem;
    margin-bottom: 50px;
    border-bottom: 1px solid #796D6D;
    border-top: 1px solid #796D6D;
    padding: 20px 0;
  }
  #koushi_single .entry .about .col2 {
    display: grid;
    grid-template-columns: 60% 30%;
    gap: 10%;
    align-items: flex-end;
    margin-bottom: 50px;
  }
  #koushi_single .entry .about .col2 .c_left h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #koushi_single .entry .about .col2 .c_left .add {
    font-size: 1.25rem;
    font-weight: bold;
  }
  #koushi_single .entry .about .col2 .c_left .add span {
    display: block;
    margin-bottom: 10px;
  }
  #koushi_single .entry .about .col2 .c_left .add span::before {
    content: "〒";
    display: inline-block;
    margin-right: 10px;
  }
  #koushi_single .entry .about .col2 .btn {
    width: 100%;
    margin: 0;
  }
  #koushi_single .entry .about .abouttxt {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
  }
  body a {
    text-decoration: none;
  }
  body img {
    max-width: 100%;
    height: auto;
  }
  #koushi_archive {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 40px 0 !important;
  }
  #koushi_archive .arealist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
  #koushi_archive .arealist > li {
    color: #bfb5b6;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
  }
  #koushi_archive .arealist > li a {
    color: #796D6D;
  }
  #koushi_archive section h3 {
    color: #fff;
    font-size: 1.25rem;
    padding: 10px 20px;
    background: #796D6D;
  }
  #koushi_archive section > ul {
    margin: 20px;
  }
  #koushi_archive section > ul > li {
    background: #F9F9F7;
    border-radius: 5px;
    padding: 20px;
  }
  #koushi_archive section > ul > li .imgright {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  #koushi_archive section > ul > li .imgright > a {
    width: 50%;
    display: block;
  }
  #koushi_archive section > ul > li .imgright > a > img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #koushi_archive section > ul > li .imgright div {
    width: 45%;
  }
  #koushi_archive section > ul > li .imgright div > img {
    display: block;
    margin: 0 auto 10px auto;
  }
  #koushi_archive section > ul > li .imgright div h4 a {
    display: block;
    color: #796D6D;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  #koushi_archive section > ul > li .imgright div .school {
    margin-bottom: 10px;
    color: #796D6D;
    font-weight: bold;
  }
  #koushi_archive section > ul > li .imgright div .school a {
    color: #9F8E8E;
  }
  #koushi_archive section > ul > li .imgright div .school a i {
    color: #796D6D;
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    font-size: 1.125rem;
  }
  #koushi_archive section > ul > li .imgright div .area {
    color: #796D6D;
    font-weight: bold;
  }
  #koushi_archive section > ul > li .about {
    color: #796D6D;
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #koushi_archive section > ul > li .snslist {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  #koushi_archive section > ul > li .snslist > li {
    margin-right: 20px;
  }
  #koushi_archive section > ul > li .snslist > li:last-child {
    margin-right: 0;
  }
  #koushi_archive section > ul > li .snslist > li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #koushi_archive section > ul > li .snslist > li a i {
    color: #796D6D;
    text-align: center;
    font-size: 1.875rem;
  }
  #koushi_archive section > ul > li .morebtn a {
    display: block;
    background: #796D6D;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
  }
  #koushi_single .btn a {
    display: block;
    background: #796D6D;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
  }
  #koushi_single .headline {
    background: #F9F9F7;
    padding: 50px 0;
    margin-bottom: 40px;
  }
  #koushi_single .headline .title {
    font-size: 1.5rem;
    text-align: center;
    color: #796D6D;
    font-weight: bold;
  }
  #koushi_single .headline .title span {
    display: block;
    margin: 0 auto 20px auto;
    font-size: 1rem;
    color: #A89282;
    font-weight: bold;
  }
  #koushi_single .entry {
    color: #796D6D;
  }
  #koushi_single .entry .imgright {
    display: flex;
    flex-direction: column-reverse;
  }
  #koushi_single .entry .imgright > img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
  }
  #koushi_single .entry .imgright div > img {
    display: block;
    margin-bottom: 10px;
  }
  #koushi_single .entry .imgright div .area {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.125rem;
    text-align: center;
  }
  #koushi_single .entry .imgright div h1 {
    font-size: 1.75rem;
    margin-bottom: 30px;
    text-align: center;
  }
  #koushi_single .entry .imgright div .snslist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background: #F9F9F7;
    padding: 20px;
  }
  #koushi_single .entry .imgright div .snslist > li {
    margin-right: 20px;
  }
  #koushi_single .entry .imgright div .snslist > li:last-child {
    margin-right: 0;
  }
  #koushi_single .entry .imgright div .snslist > li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #koushi_single .entry .imgright div .snslist > li a i {
    color: #796D6D;
    text-align: center;
    font-size: 1.875rem;
  }
  #koushi_single .entry .about h2 {
    font-size: 1.375rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #796D6D;
    border-top: 1px solid #796D6D;
    padding: 20px 0;
  }
  #koushi_single .entry .about .col2 {
    margin-bottom: 20px;
  }
  #koushi_single .entry .about .col2 .c_left h3 {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  #koushi_single .entry .about .col2 .c_left .add {
    font-weight: bold;
    margin-bottom: 20px;
  }
  #koushi_single .entry .about .col2 .c_left .add span {
    display: block;
    margin-bottom: 5px;
  }
  #koushi_single .entry .about .col2 .c_left .add span::before {
    content: "〒";
    display: inline-block;
    margin-right: 5px;
  }
  #koushi_single .entry .about .col2 .btn a {
    display: block;
    background: #796D6D;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
  #koushi_single .entry .about .abouttxt {
    line-height: 1.8;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=koushi.css.map */