@media screen and (max-width: 750px) {

  body {
    font-size: 14px;
  }


  .visual-main {
    background-position: 60% 0;
    height: 550px;
  }


  .visual-main .inner {
    width: 260px;
    top: 180px;
    left: 30px;
  }


  .title-set {
    margin-bottom: 30px;
    padding-top: 60px;
  }

  .box-btn {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }

  .btn.ex {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn.large {
    display: block;
    width: 90%;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .btn.large i:first-child {
    margin-right: 10px;
  }

  .btn.large i:last-child {
    margin-left: 10px;
  }

  .btn.large:hover {
    line-height: 45px;
  }


  /*----------------------------*/

  #news {
    width: 90%;
    margin: 30px auto;
  }

  .list-news {
    width: 100%;
  }


  .btn-fix {
    width: 120px;
    height: 95px;

  }

  .btn {
    width: 240px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }


  #about .img {
    width: 100%;
    height: 250px;
  }


  #about .info {
    width: 100%;
    text-align: center;
  }

  #about .info p {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
  }

  #about .info .inner {
    padding: 40px 20px;
  }

  #about .info img {
    max-width: 80%;
  }


  .box-circle {
    width: 100%;
    margin-top: 20px;
  }

  .box-circle .circle {
    width: 95px;
    height: 95px;
    font-size: 14px;
  }


  .title-1 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.2;
  }


  #access .item {
    width: 100%;
    padding: 30px;
  }

  #access .pc {
    display: none;
  }

  #access .sp {
    display: block;
    line-height: 1.3;
  }


  #access img {
    width: 350px;
    margin-bottom: 20px;
  }


  #access iframe {
    height: 250px;
  }


  .scene-box {
    width: 90%;
    margin-bottom: 0;
  }

  .scene-box .item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
  }


  .scene-box .item:last-child {
    margin-bottom: 0;
  }

  .scene-box .item.ex {
    width: 90%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .scene-box .item.ex:last-child {
    margin-bottom: 0px;
  }


  /*----------------------------*/

  .box-facility {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    background: #F0F0F0;
  }


  .box-facility img {
    width: 800px;
    position: static;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

  }

  .box-facility .item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    background: rgba(255, 82, 46, 1);
    position: static;
  }


  .box-gallery {
    width: 90%;
    margin: 0 auto;
  }

  .box-gallery .item {
    width: 100%;
    text-align: center;
  }

  .box-greeting {
    width: 90%;
    flex-direction: column;
  }

  .box-greeting img {
    width: 100%;
  }

  .box-greeting .info {
    width: 100%;
    margin: 30px auto;
    margin-bottom: 0;
  }


  .box-open {
    flex-direction: column;
  }

  .box-open .info {
    margin-left: 0;
    font-size: 20px;
    text-align: center;
  }

  .box-open span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
  }

  .box-open img {
    width: 120px;
    margin-bottom: 20px;
  }

  .table-plan {
    width: 100%;
    margin: 30px auto;
    margin-bottom: 0;
  }


  .table-plan th:nth-child(1) {
    width: 30%;
  }

  .table-plan th:nth-child(2) {
    width: 30%;
  }

  .table-plan th:nth-child(3) {
    width: 40%;
  }

  .table-plan .price span {
    font-size: 13px;
  }

  .table-plan .time {
    font-size: 13px;
  }

  .table-plan .pc {
    display: none;
  }

  .table-plan .sp {
    display: block;

  }

  .box-option {
    width: 100%;
    flex-direction: column;
  }

  .box-option .item {
    width: 100%;
  }


  .box-option .title {
    height: 40px;
  }

  .box-option .info {
    height: auto;
    padding: 20px;
    line-height: 1.5;
  }

  .box-option p {
    width: 90%;
    margin: 20px auto;
  }


  .box-flow {
    width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .box-flow .item {
    width: 280px;
    margin-bottom: 40px;
  }

  .box-flow .item:nth-child(n+3) {
    margin-bottom: 40px;
  }

  .box-flow .item:last-child {
    margin-bottom: 0;
  }

  .box-flow img {
    margin-top: 0px;
    width: 100px;
    margin-bottom: 10px;
  }


  .box-route {
    width: 90%;
    margin-bottom: 60px;
  }

  .box-route .item {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .box-route .item:nth-child(n+7) {
    margin-bottom: 30px;
  }

  .box-route .item:last-child {
    margin-bottom: 0;
  }

  .box-route img {
    border: 3px solid #fff;
  }


  footer {
    padding: 30px;
    font-size: 13px;
  }

  footer .txt-logo {
    width: 250px;
  }

  footer .logo {
    width: 200px;
    display: none;
  }

  .copyright {
    font-size: 12px;
    margin-right: 100px;
    text-align: left;
  }

  .box-sns {
    margin-right: 150px;
  }

  .box-sns i {
    color: #fff;
  }

  footer .info {
    margin-top: 20px;
  }

  footer .info img {
    height: 30px;
  }

  .nav-footer {
    flex-wrap: wrap;
  }

  .title-2 {
    font-size: 20px;
  }

  .box-sns {
    text-align: left;
    font-size: 25px;
    margin-right: 0;
  }


  footer .info img {
    height: 30px;
  }

  footer .info a {
    color: #fff;
    font-weight: bold;
  }




  /*----------------------------*/

}
