@media screen and (max-width: 780px) {
  /*------------------------------ヘッダー*/
  /*------------------------------*/
  /*------------------------------*/
  img {
    max-width: 100%;
  }
  #container {
    min-width: auto;
  }
  #container > .site-header {
    display: none;
  }
  section.hero > .site-header {
    display: block;
  }
  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    margin-bottom: 0;
    z-index: 10;
  }
  .site-header.open {
    z-index: 10;
    height: 100%;
  }
  .site-header nav {
    width: 100%;
    height: 60px;
    position: relative;
  }
  .site-header .drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    padding: 0 1em;
    background-color: #8e866f;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    justify-content: center;
    z-index: 1500;
  }
  .site-header .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    background: #fff;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    width: 20px;
  }
  .site-header .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }
  .site-header .navbar_toggle_icon:nth-child(2) {
    margin: 5px 0;
  }
  .site-header .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }
  .site-header .menu.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    height: 100vh;
    background-color: #8e866f;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .site-header ul {
    display: block;
  }
  .site-header .u_m li {
    margin-right: 0;
  }
  .site-header .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 7px;
    left: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .site-header .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    width: 20px;
    margin-left: 0;
  }
  .site-header .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -7px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    margin-left: 0;
  }
  .site-header .menu {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: ease .3s;
    transition: ease .3s;
    display: none;
  }
  .site-header .menu ul li {
    border-bottom: 1px solid #CCC;
  }
  .site-header .menu ul li a {
    display: block;
    padding: 2em;
    background-position: center;
  }
  .site-header .menu ul .m1 {
    padding: 2em;
  }
  .site-header .menu ul .m1 a {
    padding: 0;
  }
  .site-header .u_sns {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #CCC;
  }
  .site-header .u_sns li {
    border-bottom: none !important;
    justify-content: center;
    width: 50%;
  }
  /*------------------------------メインビジュアル*/
  /* wrap */
  .hero {
    /* margin-bottom: 30%; */
  }
  .video-box {
    height: 0;
    /*padding-top: calc(100vw / 16 * 9);*/
    padding-top: 100vh;
    padding-top: calc(var(--vh, 1vh) * 100);
  }
  /* video */
  .video {
    height: 100%;
    width: 100%;
  }
  .hero h1 {
    top: 12px;
    background-size: 43%;
    height: 50%;
    width: calc(100% - 20px);
    left: 12px;
    background-image: url("../img/sp/logo.png");
  }
  .hero .reed {
    top: 90px;
    right: 20px;
    width: 50%;
    height: 70%;
    background-position: top right;
    background-size: 66px;
  }
  /*------------------------------------------------------------s_1*/
  .s_1 {
    padding-top: 10%;
    margin-bottom: 0;
  }
  .s_1 .h2_1 {
    background-position: right 45px top;
    max-width: calc(1000px - 4%);
    margin: 0 auto -227px;
    background-size: 41px;
    z-index: auto;
  }
  .s_1 .v {
    height: auto;
    background-image: url(../img/v-1_sp.jpg);
    background-size: contain;
    background-position: top center;
    margin-left: 8%;
  }
  .s_1 .v .in {
    height: auto;
    background-image: url(../img/t_2.png);
    background-position: top left;
    padding-top: 67%;
    background-size: 15%;
  }
  .s_1 .t_box {
    background-position: top left;
    padding: 5% 8% 0 0;
    background-size: 14%;
    background-color: #fff;
  }
  .s_1 .t_box_in {
    z-index: auto;
  }
  .t_box_in {
    max-width: 100%;
  }
  .s_1 .t_box_in_in {
    padding: 0;
  }
  .s_1 .h3_1 br {
    display: none;
  }
  .s_1 p {
    margin-bottom: 1.6em;
  }
  .s_1 .btn {
    background-image: url("../img/b-1.png");
  }
  /*------------------------------------------------------------s_1*/
  .s_1_4 {
    padding-top: 0;
    padding-bottom: 30%;
    margin-bottom: 0;
    position: relative;
  }
  .s_1_4 .h2_1 {
    background-position: right 45px top;
    max-width: calc(1000px - 4%);
    margin: 0 auto -227px;
    background-size: 41px;
    z-index: auto;
  }
  .s_1_4 .v {
    height: auto;
    /* background-image: url(../img/v-1_sp_4.jpg); */
    background-image: url(../img/1_sp_4.png);
    background-size: contain;
    background-position: top center;
    padding-top: 113%;
    margin-left: 0;
    /* margin-right: 8%;
        padding-right: 8%; */
  }
  .s_1_4 .v .in {
    display: none;
  }
  /*.s_1_4 .v .in {
        height: auto;
        background-image: none;
        background-position: top right;
        padding-top: 136%;
        background-size: 15%;
    }
    .s_1_4 .t_box {
        background-position: top right;
        padding: 5% 0 0 8%;
        background-size: 14%;
        background-color: #fff;
    }*/
  .s_1_4 .t_box_in {
    z-index: auto;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .s_1_4 .t_box_img {
    display: none;
  }
  .s_1_4 .t_box_img_2 {
    display: block;
    position: absolute;
    right: 0%;
    top: 31%;
    width: 70%;
  }
  .s_1_4 .t_box_img_2 img {
    width: 100%;
  }
  .s_1_4 .t_box_in_in {
    min-width: auto;
    margin-top: 0;
    padding: 10% 8% 0;
  }
  .s_1_4 .h3_1 br {
    display: none;
  }
  .s_1_4 p {
    margin-bottom: 1.6em;
  }
  .s_1_4 .btn {
    background-image: url("../img/b-1.png");
  }
  /*--------.s_1-s_2--------------------------------------*/
  .s_1-s_2 {
    background-image: url(../img/s_1-s_2-sp.png);
    display: flex;
    flex-direction: column;
    background-position: center top 186px;
    padding-top: 30%;
    margin-bottom: 0;
  }
  /*-----.s_3-----*/
  .s_3 {
    position: relative;
    order: 1;
		width: auto;
  }
  .s_3 .h2_3 {
    background-position: left 45px top;
    max-width: calc(1000px - 4%);
    background-size: 41px;
    height: 114px;
    margin-bottom: 0;
    z-index: auto;
		width: auto;
  }
  .s_3 ul {
    width: 100%;
    padding: 0 6%;
		margin: auto;
  }
  .s_3 li {
    padding: 2em 0;
    z-index: auto;
  }
  .s_3 li h3 {
    margin-bottom: 1em;
  }
  .s_3 li p {
    font-size: 1.5rem;
    line-height: 2;
  }
  .s_3 .btn_bn {
    width: auto;
    margin: 40px auto 0;
  }
  /*-----.s_2-----*/
  .s_2 {
    order: 2;
    padding-top: 30%;
  }
  .s_2 .h2_2 {
    background-position: right 45px top;
    max-width: calc(1000px - 4%);
    background-size: 41px;
    height: 125px;
    margin-bottom: -82px;
  }
  .s_2 .address p {
    text-align: center;
  }
  .s_2 .address p br {
    display: block;
  }
  .s_2 .address .h3_logo {
    width: 60%;
    height: 0;
    padding-top: calc(59 / 231 * 60%);
    background-size: contain;
  }
  #map_1 {
    height: 50vh;
    width: 100%;
    margin-bottom: 0;
    margin-right: 8%;
  }
  .s_2 .address {
    padding-top: calc(25vh + 14%);
    background-color: #fff;
    margin-top: -25vh;
    padding-right: 6%;
    padding-left: 6%;
    padding-bottom: 30%;
    margin-top: -40vh;
  }
  .s_2 .address .address_in {
    margin: auto;
  }
  /*--------s_4--------------------------------------*/
  .s_4 {
    padding-top: 30%;
    margin-bottom: 30%;
  }
  .s_4 .h2_4 {
    background-position: left 45px top;
    max-width: calc(1000px - 4%);
    background-size: 41px;
    height: 207px;
    margin-bottom: -197px;
    z-index: auto;
  }
  .s_4 .t_box_in {
    width: auto;
    height: auto;
  }
  .s_4 .v {
    background-image: url(../img/v-2-sp.jpg);
    height: auto;
    width: 84%;
    padding-top: calc(805 / 651 * 84%);
    background-size: contain;
    background-position: top center;
  }
  .s_4 .t_box {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .s_4 .t_box_in {
    width: auto;
    height: auto;
  }
  .s_4 .t_box_in_in {
    width: 100%;
    margin: 10% 0 0;
  }
  /*--------#site-footer--------------------------------------*/
  #site-footer {
    padding: 30% 0;
    z-index: auto;
  }
  #site-footer .f_logo {
    background-image: url(../img/f-logo_al.png);
    width: 80%;
    max-width: 344px;
    margin: 0 auto 5%;
    aspect-ratio: 640 / 57;
    background-size: contain;
  }
  #site-footer p {
    line-height: 1.7;
  }
  #site-footer nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #site-footer .u_m {
    flex-direction: column;
    padding: 0;
    margin-bottom: 15%;
  }
  #site-footer .u_m li, #site-footer .u_m li:first-child {
    border-left: 2px solid #8e866f;
    white-space: nowrap;
    border-right: none;
    line-height: 1.4;
    margin-bottom: 2em;
    padding: 0 0 0 0.5em;
  }
  #site-footer .u_m li:last-child {
    margin-bottom: 0;
  }
  #site-footer .u_sns {
    margin-bottom: 15%;
  }
  #site-footer .copy {
    font-size: 1rem;
  }
  #pageTop {
    display: none !important;
  }
  /*----------------------------------------
blog___
----------------------------------------*/
  .blog___ .blog___inner {
    display: block;
  }
  .blog___ #secondary {
    margin-left: 0;
  }
  header.page-header {
    padding: 0 2% 1rem;
  }
  .blog___ .blog___inner {
    padding: 0 2%;
  }
  /*----------------------------------------
    mail___
    ----------------------------------------*/
  .blog___, .mail___ #contact {
    padding: 9rem 2rem;
  }
  .mail___ #contact table {
    width: 100%;
  }
  .mail___ #contact th, .mail___ #contact td {
    display: block;
  }
  /*----------------------------------------
    cf___
    ----------------------------------------*/
  .cf___ .br_pc {
    display: none;
  }
  .blog___ .btn-o {
    padding-bottom: 2rem;
    display: block;
  }
  .blog___ .btn {
    background-image: url(../img/b-2.png);
    width: 17rem;
    margin: auto;
  }
  .blog___ .btn {
    background-color: #8e866f;
    display: flex;
    align-items: center;
    background-position: center right;
    height: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    padding-left: 1.3em;
  }
  .copyright-1 {
    top: 0;
    padding-top: 67%;
  }
  .copyright-2 {
    top: 0;
    display: block;
    background-position: left top;
  }
  .copyright-1, .copyright-2 {
    background-size: 84px;
  }
  .c-pc {
    display: none;
  }
  .c-sp {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  /*----------------------------------------
    cf___
    ----------------------------------------*/
  .cf___ .cf___section {
    padding: 9rem 2rem;
  }
  .cf___ .jinmei ul {
    max-width: 52rem;
    margin-right: -6rem;
  }
  .cf___ .jinmei li {
    width: 33.33%;
  }
}
@media screen and (max-width: 780px) {
  .s_1 .h3_1, .s_4 .h3_2 {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .s_1 p, .s_4 p {
    margin-bottom: 2em;
    font-size: 1.4rem;
  }
  section p, .s_2 .address p, .s_3 li a {
    font-size: 1.4rem;
  }
  .s_1 .btn, .s_4 .btn {
    font-size: 1.8rem;
    padding-left: 0;
    justify-content: center;
    padding-right: 37px;
  }
  /*----------------------------------------
    cf___
    ----------------------------------------*/
  .cf___ .jinmei ul {
    max-width: 34rem;
    margin-right: -3rem;
  }
  .cf___ .jinmei li {
    width: 17rem;
  }
}
@media screen and (max-width: 360px) {
  .s_1 .h3_1, .s_4 .h3_2 {
    font-size: 1.7rem;
  }
  .s_1 p, .s_4 p {
    font-size: 1.5rem;
  }
  .s_1 .btn, .s_4 .btn {
    font-size: 1.5rem;
  }
  .site-header .menu ul li a {
    padding: 1.5em 2em;
  }
  .site-header .menu ul li a {
    padding: 1.8em 2em;
  }
  .site-header .menu ul .m1 a {
    padding: 0;
  }
  /*----------------------------------------
    cf___
    ----------------------------------------*/
  .cf___ .jinmei {
    width: 16rem;
    display: inline-block;
  }
  .cf___ .jinmei ul {
    margin-right: 0;
    max-width: fit-content;
  }
  .cf___ .jinmei li {
    width: 100%;
    white-space: nowrap;
  }
}