@media screen and (min-width: 1080px) {
  main.main-page section.detail {
    padding-top: 20px;
  }
  main.main-page section.detail p.title {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 22px;
  }
  main.main-page section.detail p.title span, main.main-page section.detail p.title small {
    display: block;
    font-weight: bold;
  }
  main.main-page section.detail p.title span {
    font-size: 32px;
  }
  main.main-page section.detail p.title small {
    font-size: 20px;
  }
  main.main-page section.detail .detail_content {
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main.main-page section.detail .detail_content .text {
    width: 320px;
  }
  main.main-page section.detail .detail_content .text h1 {
    margin-top: -5px;
    margin-bottom: 45px;
  }
  main.main-page section.detail .detail_content .text h1 small, main.main-page section.detail .detail_content .text h1 span {
    display: block;
    font-weight: 500;
  }
  main.main-page section.detail .detail_content .text h1 small {
    margin-bottom: 4px;
    line-height: 26px;
    font-size: 16px;
  }
  main.main-page section.detail .detail_content .text h1 span {
    line-height: 36px;
    font-size: 32px;
  }
  main.main-page section.detail .detail_content .text p.text {
    margin-bottom: 24px;
    line-height: 30px;
    font-size: 16px;
  }
  main.main-page section.detail .detail_content .text dl.copy {
    line-height: 20px;
  }
  main.main-page section.detail .detail_content .text dl.copy dt {
    font-size: 16px;
  }
  main.main-page section.detail .detail_content .text dl.copy dd {
    font-size: 12px;
  }
  main.main-page section.detail .detail_content p.image {
    width: 700px;
    aspect-ratio: 5/4;
  }
  main.main-page section.detail .access {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  main.main-page section.detail .access .frame {
    padding: 30px;
    width: 320px;
    height: 350px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
  }
  main.main-page section.detail .access .frame dl {
    margin-bottom: 4px;
  }
  main.main-page section.detail .access .frame dl dt {
    margin-bottom: 6px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
  }
  main.main-page section.detail .access .frame dl dd {
    padding-left: 16px;
    line-height: 30px;
    font-size: 16px;
  }
  main.main-page section.detail .access .map {
    width: 700px;
    height: 350px;
  }
  main.main-page section.detail .access .map iframe {
    width: 100%;
    height: 100%;
  }
  main.main-page section.more_list {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  main.main-page section.more_list h2 {
    margin-bottom: 25px;
    line-height: 35px;
    font-size: 22px;
    font-weight: bold;
  }
  main.main-page section.more_list .slider {
    padding-bottom: 60px;
    line-height: 0;
  }
  main.main-page section.more_list .slider ul li {
    margin: 0 4px 0 0;
    padding: 0;
    width: 266px;
    float: left;
  }
  main.main-page section.more_list .slider ul li a {
    width: 100%;
    display: block;
  }
  main.main-page section.more_list .slider ul li a figure {
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 5/4;
    display: block;
    position: relative;
  }
  main.main-page section.more_list .slider ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.main-page section.more_list .slider ul li a figure figcaption {
    padding: 0 14px;
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
  }
  main.main-page section.more_list .slider .slick-track {
    margin: 0;
  }
  main.main-page section.more_list .slider .slick-prev, main.main-page section.more_list .slider .slick-next {
    width: 24px;
    height: 24px;
    top: -36px;
    left: auto;
    right: auto;
    background: transparent url("../image/icon_slick_arrow.png") no-repeat center center/9px 17px;
  }
  main.main-page section.more_list .slider .slick-prev:before, main.main-page section.more_list .slider .slick-next:before {
    display: none;
  }
  main.main-page section.more_list .slider .slick-prev {
    right: 52px;
    transform: rotate(180deg);
  }
  main.main-page section.more_list .slider .slick-next {
    right: 24px;
    transform: rotate(0);
  }
  main.main-page section.more_list .slider .slick-list {
    overflow: visible;
  }
  main.main-page section.more_list p.go_top {
    text-align: center;
  }
  main.main-page section.more_list p.go_top a {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
  }
}
@media screen and (max-width: 1079px) {
  main.main-page section.detail {
    padding-top: 14px;
  }
  main.main-page section.detail p.title {
    margin-bottom: 35px;
  }
  main.main-page section.detail p.title span, main.main-page section.detail p.title small {
    display: block;
    font-weight: bold;
  }
  main.main-page section.detail p.title span {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 21px;
  }
  main.main-page section.detail p.title small {
    line-height: 16px;
    font-size: 13px;
  }
  main.main-page section.detail .detail_content {
    margin-bottom: 45px;
  }
  main.main-page section.detail .detail_content .text h1 {
    margin-bottom: 32px;
  }
  main.main-page section.detail .detail_content .text h1 small, main.main-page section.detail .detail_content .text h1 span {
    display: block;
    font-weight: 500;
  }
  main.main-page section.detail .detail_content .text h1 small {
    margin-bottom: 6px;
    line-height: 20px;
    font-size: 14px;
  }
  main.main-page section.detail .detail_content .text h1 span {
    line-height: 32px;
    font-size: 21px;
  }
  main.main-page section.detail .detail_content .text p.text {
    margin-bottom: 26px;
    line-height: 26px;
    font-size: 15px;
  }
  main.main-page section.detail .detail_content .text dl.copy {
    line-height: 20px;
  }
  main.main-page section.detail .detail_content .text dl.copy dt {
    font-size: 13px;
  }
  main.main-page section.detail .detail_content .text dl.copy dd {
    font-size: 11px;
  }
  main.main-page section.detail .detail_content p.image {
    margin-bottom: 38px;
    position: relative;
    width: calc(100% + 30px);
    aspect-ratio: 5/4;
  }
  main.main-page section.detail .access {
    margin-bottom: 20px;
  }
  main.main-page section.detail .access .frame {
    margin-bottom: 28px;
    padding: 24px 30px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
  }
  main.main-page section.detail .access .frame dl {
    margin-bottom: 2px;
    line-height: 20px;
    font-size: 13px;
  }
  main.main-page section.detail .access .frame dl dt {
    width: 73px;
    float: left;
    font-weight: 500;
  }
  main.main-page section.detail .access .frame dl dd {
    margin-left: 73px;
  }
  main.main-page section.detail .access .map {
    width: 100%;
    height: 315px;
  }
  main.main-page section.detail .access .map iframe {
    width: 100%;
    height: 100%;
  }
  main.main-page section.more_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main.main-page section.more_list h2 {
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 15px;
    font-weight: bold;
  }
  main.main-page section.more_list .slider {
    margin-bottom: 50px;
    line-height: 0;
  }
  main.main-page section.more_list .slider ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
  }
  main.main-page section.more_list .slider ul li {
    width: calc(50% - 3px);
  }
  main.main-page section.more_list .slider ul li a {
    width: 100%;
    display: block;
  }
  main.main-page section.more_list .slider ul li a figure {
    margin: 0;
    padding: 0;
    width: 100%;
    aspect-ratio: 5/4;
    display: block;
    position: relative;
  }
  main.main-page section.more_list .slider ul li a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.main-page section.more_list .slider ul li a figure figcaption {
    padding: 8px 14px;
    width: 100%;
    min-height: 35px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    line-height: 20px;
    font-size: 13px;
    color: #ffffff;
  }
  main.main-page section.more_list p.go_top {
    text-align: center;
  }
  main.main-page section.more_list p.go_top a {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
  }
}