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

  body {
    font-size: 13px;
  }

  .drawer_menu {
    display: block;
  }

  .drawer_nav .entry-btn img {
    max-width: 85%;
  }


  .drawer_nav .sns {
    margin-bottom: 40px;
  }


  .drawer_nav .sns a {
    font-size: 20px;
    margin-right: 10px;
  }

  .drawer_nav .sns a:last-child {
    margin-right: 0;
  }


  .title-3 {
    font-size: 18px;
  }


  .top-logo {
    width: 250px;
  }


  .nav-top {
    display: none;
  }


  .visual-main {
    background-position: 20% 50%;
    height: 600px;
    position: relative;
  }


  .visual-main .inner {
    width: 400px;
    position: absolute;
    top: 150px;
    left: 80px;
  }

  .btn-fix {
    width: 151px;
    height: 119px;
  }


  .btn {
    font-size: 15px;
  }

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

  #news {
    width: 100%;
    margin: 60px auto;
  }

  .list-news {
    width: 600px;
    margin: 0 auto;
  }


  .list-news li {
    display: flex;
    margin-bottom: 20px;
  }


  .list-news time {
    font-weight: bold;
    margin-right: 10px;
    color: #111;
  }


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


  #about .item {
    width: 90%;
    flex-direction: column;
    margin-bottom: 50px;
  }

  #about .item.ex {
    flex-direction: column-reverse;
  }


  #about .img {
    width: 100%;
    height: 450px;
    background-size: cover;
  }

  #about .img.one {
    border-radius: 10px 10px 0 0;
  }

  #about .img.two {
    background-image: url(../img/chitose.work-2.jpg);
    background-position: 50% 50%;
    border-radius: 10px 10px 0 0;
  }


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

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

  #about .info .inner {
    padding: 60px;
  }


  .box-circle {
    width: 400px;
  }

  .box-circle .circle {
    font-size: 16px;
  }


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

  #access {
    height: auto;
    flex-direction: column-reverse;
  }

  #access .item {
    width: 100%;
  }

  #access img {
    width: 350px;
    margin: 0 auto;
  }


  #access iframe {
    width: 100%;
    height: 400px;
  }

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

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


  .title-set .title {
    font-size: 26px;
  }


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

  .scene-box {
    width: 600px;
    margin: 0 auto;
    flex-wrap: wrap;

  }

  .scene-box .item {
    width: 50%;
    margin-bottom: 20px;
  }

  .scene-box .item.ex {
    width: 50%;
  }

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

  .box-facility {
    height: 650px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .box-facility img {
    width: 580px;
  }

  .box-facility .item {
    width: 320px;
    padding: 20px;
  }

  .box-facility .item p {
    margin-top: 10px;
  }


  .box-facility .item span {
    display: block;
    line-height: 1.5;
    margin-top: 10px;
  }


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


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

  .box-gallery .item {
    width: 48.5%;
    margin-bottom: 30px;
  }

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


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

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

  .box-greeting img {
    width: 450px;
  }

  .box-greeting .info {
    padding: 0;
    width: 450px;
    margin: 30px auto;
  }


  .box-greeting .name {
    display: block;
    margin-top: 30px;
    font-weight: bold;
  }


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



  .table-plan {
    width: 90%;
    margin: 30px auto;
  }


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

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

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


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

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

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

  .table-plan.sp {
    text-align: center;
    display: table;
  }


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

  .box-option {
    width: 90%;
  }

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

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

  .box-option .info {
    height: 150px;
    line-height: 1.5;
  }


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


  .box-flow {
    width: 600px;
    flex-wrap: wrap;
  }

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

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


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


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

  .box-route .item {
    width: 48.5%;
    margin-bottom: 30px;
  }

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

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

  .box-rout .item p {
    font-size: 13px;
  }

  .box-route span {
    margin-right: 6px;
    font-size: 13px;
  }


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


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

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

  footer .logo {
    width: 200px;
  }


  .copyright {
    font-size: 12px;
    margin-right: 150px;
  }

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

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

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

  footer .info img {
    height: 30px;
  }



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

}
