.fiexd_side {
  width: 200px;
  position: fixed;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 767px) {
    .fiexd_side {
      display: none !important; } }
  .fiexd_side dl dt {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    position: relative; }
    .fiexd_side dl dt:hover {
      cursor: pointer; }
    .fiexd_side dl dt.on:after {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .fiexd_side dl dt:before, .fiexd_side dl dt:after {
      content: '';
      display: block;
      width: 15px;
      height: 1px;
      background: #fff;
      position: absolute;
      right: 12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .fiexd_side dl dt:after {
      -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
      transform: translateY(-50%) rotate(90deg);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .fiexd_side dl dt .side_img {
      width: 80px; }
    .fiexd_side dl dt p {
      width: -webkit-calc(100% - 80px);
      width: calc(100% - 80px); }
  .fiexd_side dl dd {
    background-color: #877b61;
    padding: 5px; }
    .fiexd_side dl dd a {
      display: block;
      color: #fff;
      position: relative;
      padding: 5px 10px 5px 15px; }
      .fiexd_side dl dd a span {
        font-size: 12px; }
      .fiexd_side dl dd a:before {
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 15px;
        left: 0; }

.stay_top {
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .stay_top.bg_left:before {
      content: url(../images/stay/stay_bg.png);
      top: 0;
      left: 0;
      z-index: 1;
      position: absolute; } }
  .stay_top .ttl_txt, .stay_top .stay_page {
    position: relative;
    z-index: 2; }
  .stay_top .ttl_txt {
    text-align: center;
    margin-bottom: 50px; }
    .stay_top .ttl_txt h3 {
      font-size: 22px;
      margin-bottom: 30px;
      line-height: 1.85; }
      .stay_top .ttl_txt h3 span {
        font-size: 28px; }
    .stay_top .ttl_txt p {
      font-size: 16px;
      line-height: 2; }
      .stay_top .ttl_txt p span {
        font-size: 14px;
        color: #876418; }
  .stay_top .stay_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .stay_top .stay_page li {
      width: 48%;
      max-width: 550px;
      border: solid 1px #e0ddd5;
      background-color: #fff; }
      .stay_top .stay_page li:nth-child(2) a {
        margin-left: auto; }
      .stay_top .stay_page li.selected a, .stay_top .stay_page li:hover a {
        opacity: 1;
        border: solid 3px #952121; }
        .stay_top .stay_page li.selected a dl dd span, .stay_top .stay_page li:hover a dl dd span {
          color: #952121; }
      .stay_top .stay_page li a {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
        border: solid 3px transparent;
        height: 100%; }
        @media only screen and (max-width: 767px) {
          .stay_top .stay_page li a {
            display: block;
            padding: 18px 12px; }
            .stay_top .stay_page li a .pageimg {
              text-align: center;
              margin-bottom: 15px; } }
        @media print, screen and (min-width: 768px) {
          .stay_top .stay_page li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 20px; }
            .stay_top .stay_page li a .pageimg {
              width: 38%; }
            .stay_top .stay_page li a .pagetxt {
              width: 59%; } }
        .stay_top .stay_page li a .pagetxt p {
          font-size: 20px; }
          @media only screen and (max-width: 767px) {
            .stay_top .stay_page li a .pagetxt p {
              font-size: 15px; } }
          @media print, screen and (min-width: 768px) and (max-width: 960px) {
            .stay_top .stay_page li a .pagetxt p {
              font-size: 18px; } }
        .stay_top .stay_page li a dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end;
          margin-bottom: 20px; }
          .stay_top .stay_page li a dl dt span {
            display: inline-block;
            background-color: #e9e5d9;
            font-size: 15px;
            padding: 5px 12px 2px;
            position: relative; }
            @media only screen and (max-width: 767px) {
              .stay_top .stay_page li a dl dt span {
                font-size: 12px; } }
            @media print, screen and (min-width: 768px) {
              .stay_top .stay_page li a dl dt span {
                padding-left: 52px; } }
            .stay_top .stay_page li a dl dt span.car:before {
              content: url(../images/stay/car_icon.png); }
            .stay_top .stay_page li a dl dt span.bus:before {
              content: url(../images/stay/bus_icon.png); }
            @media only screen and (max-width: 767px) {
              .stay_top .stay_page li a dl dt span:before {
                display: block; } }
            @media print, screen and (min-width: 768px) {
              .stay_top .stay_page li a dl dt span:before {
                position: absolute;
                top: 5px;
                left: 7px; } }
          .stay_top .stay_page li a dl dd span {
            font-size: 62px;
            font-family: "Playfair Display", serif;
            color: #e0ddd5;
            line-height: 0.5; }
            @media print, screen and (max-width: 800px) {
              .stay_top .stay_page li a dl dd span {
                font-size: 50px; } }

@media only screen and (max-width: 767px) {
  .stay_top {
    padding: 30px 0; }
  .stay_top .ttl_txt h3 {
    font-size: 18px; }
    .stay_top .ttl_txt h3 span {
      font-size: 22px; } }

@media print, screen and (min-width: 768px) {
  .stay_top {
    padding: 80px 0 100px; } }

.pagemain_ttl {
  background: url(../images/stay/pagemain_ttlbg.png) top right no-repeat; }
  @media print, screen and (min-width: 981px) {
    .pagemain_ttl#living_craft ul li:first-of-type {
      background: url(../images/stay/stay01_img01.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 1481px) {
    .pagemain_ttl#living_craft ul li:nth-child(3) {
      width: 25%;
      background: url(../images/stay/stay01_img02.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 981px) {
    .pagemain_ttl#nature_food ul li:first-of-type {
      background: url(../images/stay/stay02_img01.png) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 1481px) {
    .pagemain_ttl#nature_food ul li:nth-child(3) {
      width: 25%;
      background: url(../images/stay/stay02_img02.png) 50% 50% no-repeat;
      background-size: cover; } }
  @media only screen and (max-width: 767px) {
    .pagemain_ttl {
      padding: 50px 15px; } }
  @media print, screen and (min-width: 768px) {
    .pagemain_ttl {
      padding: 100px 50px; } }
  .pagemain_ttl ul {
    position: relative;
    z-index: 3; }
    @media print, screen and (min-width: 981px) {
      .pagemain_ttl ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media print, screen and (min-width: 981px) {
      .pagemain_ttl ul li {
        min-height: 500px; } }
    @media print, screen and (min-width: 981px) and (max-width: 1480px) {
      .pagemain_ttl ul li:first-of-type {
        width: 60%; } }
    @media print, screen and (min-width: 1481px) {
      .pagemain_ttl ul li:first-of-type {
        width: 47%; } }
    .pagemain_ttl ul li:nth-child(2) {
      position: relative;
      background-color: #fff; }
      @media only screen and (max-width: 980px) {
        .pagemain_ttl ul li:nth-child(2) {
          padding: 35px 15px; } }
      @media print, screen and (min-width: 981px) {
        .pagemain_ttl ul li:nth-child(2) {
          padding: 0 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media print, screen and (min-width: 981px) and (max-width: 1480px) {
        .pagemain_ttl ul li:nth-child(2) {
          width: 40%; } }
      @media print, screen and (min-width: 1481px) {
        .pagemain_ttl ul li:nth-child(2) {
          width: 28%; } }
      .pagemain_ttl ul li:nth-child(2) h2 {
        text-align: left; }
        @media only screen and (max-width: 767px) {
          .pagemain_ttl ul li:nth-child(2) h2 {
            font-size: 20px;
            margin: 20px 0; } }
        @media print, screen and (min-width: 768px) {
          .pagemain_ttl ul li:nth-child(2) h2 {
            margin: 30px 0; } }
        @media print, screen and (min-width: 768px) and (max-width: 1580px) {
          .pagemain_ttl ul li:nth-child(2) h2 {
            font-size: 28px; } }
        @media print, screen and (min-width: 1581px) {
          .pagemain_ttl ul li:nth-child(2) h2 {
            font-size: 35px; } }
      .pagemain_ttl ul li:nth-child(2) p.txt {
        line-height: 2; }
      .pagemain_ttl ul li:nth-child(2) p.icon span {
        display: inline-block;
        background-color: #e9e5d9;
        font-size: 15px;
        padding: 5px 12px 2px 52px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .pagemain_ttl ul li:nth-child(2) p.icon span {
            font-size: 12px; } }
        .pagemain_ttl ul li:nth-child(2) p.icon span.car:before {
          content: url(../images/stay/car_icon.png); }
        .pagemain_ttl ul li:nth-child(2) p.icon span.bus:before {
          content: url(../images/stay/bus_icon.png); }
        .pagemain_ttl ul li:nth-child(2) p.icon span:before {
          position: absolute;
          top: 5px;
          left: 7px; }
      .pagemain_ttl ul li:nth-child(2) p.num {
        font-size: 62px;
        font-family: "Playfair Display", serif;
        color: #952121;
        position: absolute;
        top: 0;
        right: 30px; }
        @media print, screen and (max-width: 800px) {
          .pagemain_ttl ul li:nth-child(2) p.num {
            font-size: 50px; } }
    @media print, screen and (max-width: 1480px) {
      .pagemain_ttl ul li:nth-child(3) {
        display: none; } }
    @media print, screen and (min-width: 1481px) {
      .pagemain_ttl ul li:nth-child(3) {
        width: 25%;
        background: url(../images/stay/stay01_img02.jpg) 50% 50% no-repeat;
        background-size: cover; } }

@media only screen and (max-width: 767px) {
  .day_plan {
    padding: 50px 0; } }

@media print, screen and (min-width: 768px) {
  .day_plan {
    padding: 10px 0 100px; } }

@media print, screen and (min-width: 768px) {
  .day_plan ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .day_plan ul li {
      width: 32%; } }

.day_plan ul li {
  border: solid 1px #e0ddd5; }
  @media only screen and (max-width: 767px) {
    .day_plan ul li {
      margin-bottom: 30px; } }
  .day_plan ul li .route_ttl {
    background-color: #e0ddd5; }
    @media print, screen and (max-width: 980px) {
      .day_plan ul li .route_ttl {
        padding: 10px; } }
    @media print, screen and (min-width: 981px) {
      .day_plan ul li .route_ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px; } }
    .day_plan ul li .route_ttl dt span {
      display: inline-block;
      font-size: 16px;
      padding: 5px 12px 2px 52px;
      position: relative; }
      @media print, screen and (min-width: 981px) {
        .day_plan ul li .route_ttl dt span {
          border-right: solid 1px #fff; } }
      .day_plan ul li .route_ttl dt span.car:before {
        content: url(../images/stay/car_icon.png); }
      .day_plan ul li .route_ttl dt span.bus:before {
        content: url(../images/stay/bus_icon.png); }
      .day_plan ul li .route_ttl dt span.walk {
        padding: 5px 12px 2px 42px; }
        .day_plan ul li .route_ttl dt span.walk:before {
          content: url(../images/stay/walk_icon.png); }
      .day_plan ul li .route_ttl dt span:before {
        position: absolute;
        top: 5px;
        left: 7px; }
    .day_plan ul li .route_ttl dd {
      font-size: 18px;
      padding-left: 12px; }
      @media print, screen and (max-width: 980px) {
        .day_plan ul li .route_ttl dd {
          text-align: center; } }
  .day_plan ul li .couse_box {
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .day_plan ul li .couse_box {
        padding: 12px; } }
    .day_plan ul li .couse_box table th {
      width: 80px; }
      @media print, screen and (min-width: 961px) {
        .day_plan ul li .couse_box table th {
          width: 90px; } }
    .day_plan ul li .couse_box table th, .day_plan ul li .couse_box table td {
      font-size: 15px;
      padding: 10px; }
      @media only screen and (max-width: 980px) {
        .day_plan ul li .couse_box table th, .day_plan ul li .couse_box table td {
          padding: 7px; } }
      .day_plan ul li .couse_box table th.bgc, .day_plan ul li .couse_box table td.bgc {
        background-color: #f0eee8; }
    .day_plan ul li .couse_box table td.ct {
      text-align: center; }
    .day_plan ul li .couse_box .couse_btn {
      margin-top: 20px; }
      .day_plan ul li .couse_box .couse_btn a {
        font-size: 15px;
        text-align: center;
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 15px;
        background-color: #000;
        color: #fff; }

.day_route {
  padding: 50px 0; }
  .day_route .day_ttl {
    position: relative;
    background: url(../images/stay/day_bg.jpg) left bottom repeat-x;
    background-size: auto 100px;
    padding-bottom: 32px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .day_route .day_ttl {
        background-size: auto 65px;
        padding-bottom: 17px; } }
    .day_route .day_ttl h3 {
      text-align: center;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .day_route .day_ttl h3 {
          font-size: 14px; } }
      .day_route .day_ttl h3 span {
        font-size: 50px;
        font-family: "Playfair Display", serif;
        letter-spacing: 5px; }
        @media only screen and (max-width: 767px) {
          .day_route .day_ttl h3 span {
            font-size: 35px; } }
  .day_route .redpoint_time {
    text-align: center;
    background: url(../images/stay/redpoint.png) top center no-repeat;
    padding: 35px 0;
    position: relative; }
    .day_route .redpoint_time.none:before {
      content: none; }
    .day_route .redpoint_time:before {
      position: absolute;
      top: -50px;
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      display: block;
      width: 1px;
      height: 50px;
      background-color: #afafaf; }
    @media only screen and (max-width: 767px) {
      .day_route .redpoint_time {
        padding: 25px 0; } }
    .day_route .redpoint_time p.time {
      display: inline-block;
      color: #877b61;
      font-size: 45px;
      letter-spacing: 3px;
      border-bottom: double 4px #877b61; }
      @media only screen and (max-width: 767px) {
        .day_route .redpoint_time p.time {
          font-size: 25px; } }
    .day_route .redpoint_time .txt {
      padding: 30px 0; }
      @media only screen and (max-width: 767px) {
        .day_route .redpoint_time .txt {
          padding: 20px 0; } }
      .day_route .redpoint_time .txt p.subttl {
        font-size: 25px;
        margin-bottom: 20px;
        letter-spacing: 0.15em; }
        @media only screen and (max-width: 767px) {
          .day_route .redpoint_time .txt p.subttl {
            font-size: 18px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day01_02.grid_img ul li:first-of-type {
      background: url(../images/stay/sirakawago01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day01_02.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/sirakawago02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day01_02.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/sirakawago03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day04_02.grid_img ul li:first-of-type {
      background: url(../images/stay/gattan01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day04_02.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/gattan02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day04_02.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/gattan03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day01_03 .grid_img ul li:first-of-type {
      background: url(../images/stay/kino01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day01_03 .grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/kino02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day01_03 .grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/kino03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  .day_route #day01_03 .cat_img {
    position: relative; }
    @media print, screen and (min-width: 981px) and (max-width: 1460px) {
      .day_route #day01_03 .cat_img:before {
        bottom: 140px;
        left: 0; } }
    @media print, screen and (min-width: 981px) and (max-width: 1180px) {
      .day_route #day01_03 .cat_img:before {
        width: 168px;
        height: 117px; } }
    @media print, screen and (min-width: 1181px) and (max-width: 1460px) {
      .day_route #day01_03 .cat_img:before {
        width: 224px;
        height: 156px; } }
    @media print, screen and (min-width: 1461px) {
      .day_route #day01_03 .cat_img:before {
        bottom: 35px;
        left: 50px;
        width: 280px;
        height: 195px; } }
    @media print, screen and (min-width: 981px) {
      .day_route #day01_03 .cat_img:before {
        background: url(../images/stay/cat.png) 50% 50% no-repeat;
        background-size: 100% auto;
        position: absolute;
        content: ""; } }
    @media only screen and (max-width: 767px) {
      .day_route #day01_03 .cat_img .center_txt {
        text-align: left;
        padding: 20px 15px; } }
  .day_route .grid_img {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .day_route .grid_img {
        padding-top: 30px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .grid_img {
        padding-top: 70px; } }
    .day_route .grid_img .camera_ttl {
      text-align: center;
      width: 250px;
      border-top: solid 1px #e0ddd5;
      padding-bottom: 30px;
      background-color: #fff;
      position: absolute;
      top: 0; }
      @media only screen and (max-width: 767px) {
        .day_route .grid_img .camera_ttl {
          width: 130px;
          padding-bottom: 5px; } }
      @media print, screen and (min-width: 768px) and (max-width: 1080px) {
        .day_route .grid_img .camera_ttl {
          width: 180px;
          padding-bottom: 15px; } }
      .day_route .grid_img .camera_ttl.left_ptn {
        left: 0; }
      @media only screen and (max-width: 767px) {
        .day_route .grid_img .camera_ttl.right_ptn {
          left: 0; } }
      @media print, screen and (min-width: 768px) {
        .day_route .grid_img .camera_ttl.right_ptn {
          right: 0; } }
      .day_route .grid_img .camera_ttl p {
        font-size: 25px; }
        @media only screen and (max-width: 767px) {
          .day_route .grid_img .camera_ttl p {
            font-size: 14px; } }
        @media print, screen and (min-width: 768px) and (max-width: 1080px) {
          .day_route .grid_img .camera_ttl p {
            font-size: 16px; } }
        .day_route .grid_img .camera_ttl p.icon span {
          display: inline-block;
          background-color: #e0ddd5;
          padding: 12px 10px;
          line-height: 0; }
        @media only screen and (max-width: 767px) {
          .day_route .grid_img .camera_ttl p.time {
            padding: 5px 0 10px; } }
        @media print, screen and (min-width: 768px) {
          .day_route .grid_img .camera_ttl p.time {
            padding: 10px 0 20px; } }
        .day_route .grid_img .camera_ttl p.time span {
          display: inline-block;
          color: #877b61;
          font-size: 45px;
          letter-spacing: 3px;
          border-bottom: double 4px #877b61; }
          @media only screen and (max-width: 767px) {
            .day_route .grid_img .camera_ttl p.time span {
              font-size: 18px; } }
          @media print, screen and (min-width: 768px) and (max-width: 1080px) {
            .day_route .grid_img .camera_ttl p.time span {
              font-size: 28px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .grid_img ul.rvs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; } }
    @media print, screen and (min-width: 768px) {
      .day_route .grid_img ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media print, screen and (min-width: 768px) and (max-width: 1180px) {
      .day_route .grid_img ul li {
        height: 450px; } }
    @media print, screen and (min-width: 1181px) {
      .day_route .grid_img ul li {
        height: 640px; } }
    @media only screen and (max-width: 767px) {
      .day_route .grid_img ul li:first-of-type {
        margin-bottom: 2px; } }
    @media print, screen and (min-width: 768px) and (max-width: 960px) {
      .day_route .grid_img ul li:first-of-type {
        width: 59.8%; } }
    @media print, screen and (min-width: 961px) {
      .day_route .grid_img ul li:first-of-type {
        width: 69.8%; } }
    .day_route .grid_img ul li:nth-child(2) dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .day_route .grid_img ul li:nth-child(2) dl dd:first-of-type {
          margin-right: 2px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .grid_img ul li:nth-child(2) dl {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .day_route .grid_img ul li:nth-child(2) dl dd {
          width: 100%;
          height: 49.9%; } }
    @media print, screen and (min-width: 768px) and (max-width: 960px) {
      .day_route .grid_img ul li:nth-child(2) {
        width: 40%; } }
    @media print, screen and (min-width: 961px) {
      .day_route .grid_img ul li:nth-child(2) {
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .day_route .grid_img .grid_txt {
        padding: 35px 10px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .grid_img .grid_txt {
        padding: 35px 0;
        text-align: center; } }
    .day_route .grid_img .grid_txt p {
      line-height: 2; }
  .day_route .img_left {
    max-width: 1260px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .day_route .img_left {
        padding: 30px 15px 120px;
        background: url(../images/stay/img_leftbg.png) bottom center no-repeat; } }
    @media print, screen and (min-width: 768px) {
      .day_route .img_left {
        padding: 30px 30px 50px 30px;
        background: url(../images/stay/img_leftbg.png) top center no-repeat; } }
    .day_route .img_left .img_btm {
      position: absolute;
      bottom: 0;
      right: 30px; }
      @media only screen and (max-width: 960px) {
        .day_route .img_left .img_btm.ghei {
          width: 120px; } }
      @media print, screen and (min-width: 961px) and (max-width: 1180px) {
        .day_route .img_left .img_btm.ghei {
          width: 180px; } }
      @media print, screen and (min-width: 1181px) {
        .day_route .img_left .img_btm.ghei {
          width: 230px; } }
      @media only screen and (max-width: 767px) {
        .day_route .img_left .img_btm.irori {
          bottom: -15px; } }
      @media print, screen and (max-width: 1110px) {
        .day_route .img_left .img_btm.irori {
          width: 180px; } }
    @media only screen and (max-width: 767px) {
      .day_route .img_left ul {
        max-width: 500px;
        margin: 0 auto; } }
    .day_route .img_left ul li:nth-child(2) {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .day_route .img_left ul li:nth-child(2) {
          padding: 20px 0 15px; } }
      @media print, screen and (min-width: 961px) {
        .day_route .img_left ul li:nth-child(2) {
          padding: 30px 10px 0 40px; } }
      .day_route .img_left ul li:nth-child(2) p {
        max-width: 495px;
        line-height: 2; }
      @media print, screen and (max-width: 980px) {
        .day_route .img_left ul li:nth-child(2) .dango {
          display: none; } }
      @media print, screen and (min-width: 981px) and (max-width: 1220px) {
        .day_route .img_left ul li:nth-child(2) .dango {
          width: 200px; } }
      @media print, screen and (min-width: 981px) {
        .day_route .img_left ul li:nth-child(2) .dango {
          position: absolute;
          bottom: 0;
          right: -24px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .img_left ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .day_route .img_left ul.right_ptn {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
        .day_route .img_left ul li:first-of-type {
          width: 39%; }
        .day_route .img_left ul li:nth-child(2) {
          width: 59%; } }
  .day_route .center_txt {
    padding: 75px 15px;
    text-align: center;
    position: relative; }
@media only screen and (min-width: 980px) {
  .day_route .center_txt {
    padding: 75px 235px;
    text-align: center;
    position: relative; }
}
    .day_route .center_txt.none:before, .day_route .center_txt.none:after {
      content: none; }
    .day_route .center_txt:before, .day_route .center_txt:after {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      display: block;
      width: 1px;
      height: 50px;
      background-color: #afafaf; }
    .day_route .center_txt:before {
      top: 0; }
    .day_route .center_txt:after {
      bottom: 0; }
    .day_route .center_txt p {
      line-height: 2; }
      .day_route .center_txt p a.link_icon {
        display: inline-block;
        border-bottom: solid 1px #000;
        padding: 7px 45px 2px 7px;
        background: url(../images/common/link_icon.png) 92% 15px no-repeat; }
  .day_route .shop_data {
    max-width: 1000px;
    margin: 0 auto 50px;
    border: solid 1px #e0ddd5; }
    @media only screen and (max-width: 767px) {
      .day_route .shop_data {
        padding: 20px 15px; } }
    @media only screen and (max-width: 559px) {
      .day_route .shop_data {
        margin: 50px 20px 0;
        position: relative; }
        .day_route .shop_data.cat:before {
          background: url(../images/stay/cat.png) 50% 50% no-repeat;
          background-size: 100% auto;
          position: absolute;
          content: "";
          top: -75px;
          right: 0;
          width: 125px;
          height: 90px; }
        .day_route .shop_data.dog {
          margin: 80px 20px 0; }
          .day_route .shop_data.dog:before {
            background: url(../images/stay/dog.png) 50% 50% no-repeat;
            background-size: 100% auto;
            position: absolute;
            content: "";
            top: -88px;
            right: 0;
            width: 117px;
            height: 110px; } }
    @media print, screen and (min-width: 560px) and (max-width: 767px) {
      .day_route .shop_data {
        max-width: 485px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .shop_data {
        padding: 50px; }
        .day_route .shop_data ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .day_route .shop_data ul li {
            width: 50%; } }
    @media only screen and (max-width: 767px) {
      .day_route .shop_data li:nth-child(2) {
        padding: 20px 0 10px; } }
    @media print, screen and (min-width: 768px) and (max-width: 960px) {
      .day_route .shop_data li:nth-child(2) {
        padding-left: 20px; } }
    @media print, screen and (min-width: 961px) {
      .day_route .shop_data li:nth-child(2) {
        padding-left: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .day_route .right_shop {
    padding: 50px 0; }
    @media only screen and (max-width: 767px) {
      .day_route .right_shop {
        padding: 30px 15px; } }
    .day_route .right_shop ul {
      max-width: 1200px;
      margin: 0 auto; }
      @media print, screen and (max-width: 980px) {
        .day_route .right_shop ul {
          max-width: 650px; } }
      @media only screen and (min-width: 981px) {
        .day_route .right_shop ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .day_route .right_shop ul li:first-of-type {
            width: 40%; }
          .day_route .right_shop ul li:nth-child(2) {
            width: 55%;
            text-align: right; } }
      @media print, screen and (max-width: 980px) {
        .day_route .right_shop ul li:first-of-type {
          margin-bottom: 30px; } }
      .day_route .right_shop ul li .txt_img {
        display: inline-block;
        position: relative; }
        .day_route .right_shop ul li .txt_img p {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          color: #fff;
          font-size: 14px;
          text-align: left;
          padding: 10px;
          text-shadow: 2px 2px 3px #000000; }
          @media only screen and (max-width: 767px) {
            .day_route .right_shop ul li .txt_img p {
              font-size: 12px; } }
  .day_route .data p.time span {
    display: inline-block;
    color: #877b61;
    font-size: 45px;
    letter-spacing: 3px;
    border-bottom: double 4px #877b61; }
    @media only screen and (max-width: 767px) {
      .day_route .data p.time span {
        font-size: 22px; } }
    @media print, screen and (min-width: 768px) and (max-width: 1080px) {
      .day_route .data p.time span {
        font-size: 28px; } }
  .day_route .data .txt_box {
    padding: 40px 0 30px; }
    @media only screen and (max-width: 767px) {
      .day_route .data .txt_box {
        padding: 30px 0 25px; } }
    .day_route .data .txt_box h4 {
      font-size: 25px;
      margin-bottom: 20px; }
      @media print, screen and (max-width: 767px) {
        .day_route .data .txt_box h4 {
          font-size: 20px; } }
    .day_route .data .txt_box p {
      line-height: 1.85; }
      .day_route .data .txt_box p span {
        color: #876418;
        font-size: 14px; }
  .day_route .data .shop_name {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px; }
    .day_route .data .shop_name:before {
      position: absolute;
      top: -5px;
      left: 0;
      content: url(../images/stay/redpoint.png); }
    .day_route .data .shop_name span {
      font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .day_route .data .data_box {
      padding-left: 20px; } }
  .day_route .data .data_box p span {
    font-size: 12px; }
  .day_route .data .data_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      .day_route .data .data_box dl {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    .day_route .data .data_box dl dd:nth-child(2) {
      margin-left: 35px; }
    .day_route .data .data_box dl dd a {
      display: inline-block;
      padding: 7px 25px 7px 7px;
      background: url(../images/common/link_icon.png) 92% 12px no-repeat;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .day_route .data .data_box dl dd a {
          padding: 7px 20px 7px 3px; } }
      .day_route .data .data_box dl dd a:hover {
        opacity: 1; }
        .day_route .data .data_box dl dd a:hover:after {
          bottom: 2px;
          opacity: 0;
          visibility: hidden; }
      .day_route .data .data_box dl dd a:after {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #333;
        opacity: 1;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        visibility: visible; }
  .day_route .widebg_wrap {
    background: url(../images/stay/checkin_bg.png) top center no-repeat;
    padding: 50px 15px; }
    @media print, screen and (min-width: 961px) and (max-width: 1520px) {
      .day_route .widebg_wrap {
        margin: 0 50px 50px; } }
    @media print, screen and (min-width: 1521px) {
      .day_route .widebg_wrap {
        margin: 0 100px 50px; } }
    @media print, screen and (max-width: 980px) {
      .day_route .widebg_wrap ul {
        max-width: 650px;
        margin: 0 auto; } }
    @media only screen and (min-width: 981px) {
      .day_route .widebg_wrap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .day_route .widebg_wrap ul.left_img {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
    @media print, screen and (min-width: 981px) and (max-width: 1320px) {
      .day_route .widebg_wrap ul.half_box li.txtwrap {
        width: 59%; } }
    @media print, screen and (min-width: 1321px) {
      .day_route .widebg_wrap ul.half_box li.txtwrap {
        width: 45%; } }
    @media print, screen and (min-width: 981px) and (max-width: 1320px) {
      .day_route .widebg_wrap ul.half_box li.imgwrap {
        width: 39%; } }
    @media print, screen and (min-width: 1321px) {
      .day_route .widebg_wrap ul.half_box li.imgwrap {
        width: 50%; } }
    .day_route .widebg_wrap ul li.txtwrap .txt_box .bd_l {
      margin-top: 15px;
      font-size: 14px;
      border-left: solid 1px #afafaf;
      padding: 7px 10px; }
    @media print, screen and (min-width: 981px) and (max-width: 1220px) {
      .day_route .widebg_wrap ul li.txtwrap {
        width: 38%; } }
    @media only screen and (min-width: 1221px) {
      .day_route .widebg_wrap ul li.txtwrap {
        width: 28%; } }
    @media print, screen and (min-width: 981px) and (max-width: 1220px) {
      .day_route .widebg_wrap ul li.imgwrap {
        width: 58%; } }
    @media only screen and (min-width: 1221px) {
      .day_route .widebg_wrap ul li.imgwrap {
        width: 68%; } }
  @media print, screen and (max-width: 980px) {
    .day_route .onsen_img {
      padding: 50px 15px; } }
  @media print, screen and (min-width: 981px) {
    .day_route .onsen_img ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media print, screen and (min-width: 768px) and (max-width: 980px) {
    .day_route .onsen_img ul li:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .day_route .onsen_img ul li:first-of-type > div:first-of-type {
        width: 58%; }
      .day_route .onsen_img ul li:first-of-type > div:nth-child(2) {
        text-align: right;
        width: 40%; } }
  @media print, screen and (min-width: 981px) {
    .day_route .onsen_img ul li:first-of-type .txt_box {
      padding-right: 20px; } }
  @media print, screen and (min-width: 981px) and (max-width: 1420px) {
    .day_route .onsen_img ul li:first-of-type {
      width: 27%; } }
  @media print, screen and (min-width: 1421px) {
    .day_route .onsen_img ul li:first-of-type {
      width: 368px; } }
  .day_route .onsen_img ul li:first-of-type .onsen_btn {
    margin: 20px 0; }
    @media only screen and (max-width: 767px) {
      .day_route .onsen_img ul li:first-of-type .onsen_btn {
        margin: 20px 0 0; } }
    .day_route .onsen_img ul li:first-of-type .onsen_btn a {
      display: block;
      width: 150px;
      padding: 7px;
      text-align: center;
      color: #fff;
      background-color: #000; }
  @media print, screen and (min-width: 981px) {
    .day_route .onsen_img ul li:nth-child(2) {
      min-height: 600px;
      background: url(../images/stay/stay01_onsen01.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 981px) and (max-width: 1420px) {
    .day_route .onsen_img ul li:nth-child(2) {
      width: 73%; } }
  @media print, screen and (min-width: 1421px) {
    .day_route .onsen_img ul li:nth-child(2) {
      width: -webkit-calc(100% - 368px);
      width: calc(100% - 368px); } }
  @media print, screen and (min-width: 981px) {
    .day_route .restaurant_lineup {
      padding-top: 80px; } }
  .day_route .restaurant_lineup .redpoint_time {
    padding: 35px 0 0; }
  .day_route .restaurant_lineup .dinner_col2 {
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .day_route .restaurant_lineup .dinner_col2 {
        padding: 0 15px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .restaurant_lineup .dinner_col2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .day_route .restaurant_lineup .dinner_col2 li {
          width: 48%; } }
    .day_route .restaurant_lineup .dinner_col2 li {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .day_route .restaurant_lineup .dinner_col2 li:first-of-type {
          margin-bottom: 30px; } }
      .day_route .restaurant_lineup .dinner_col2 li .img_inner {
        display: inline-block;
        position: relative;
        text-align: left; }
        .day_route .restaurant_lineup .dinner_col2 li .img_inner p {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          color: #fff;
          font-size: 14px;
          text-align: left;
          padding: 10px;
          text-shadow: 2px 2px 3px #000000;
          background: rgba(0, 0, 0, 0.3); }
          @media only screen and (max-width: 767px) {
            .day_route .restaurant_lineup .dinner_col2 li .img_inner p {
              font-size: 12px;
              padding: 7px; } }
  .day_route .dinner_btn {
    margin-top: 30px; }
    .day_route .dinner_btn a {
      display: block;
      width: 150px;
      margin: 0 auto;
      padding: 7px;
      text-align: center;
      color: #fff;
      background-color: #000; }
  .day_route .grid_img .camera_ttl p span.small {
    font-size: 18px;
    display: block;
    margin-bottom: 7px; }
    @media print, screen and (max-width: 1080px) {
      .day_route .grid_img .camera_ttl p span.small {
        font-size: 12px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day02_01 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day02_01.grid_img ul li:first-of-type {
      background: url(../images/stay/okuhida01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day02_01.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/okuhida02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day02_01.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/okuhida03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day02_02 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day02_02.grid_img ul li:first-of-type {
      background: url(../images/stay/shizuku01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day02_02.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/shizuku02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day02_02.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/shizuku03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day03_01, .day_route #day06_01 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day03_01.grid_img ul li:first-of-type, .day_route #day06_01.grid_img ul li:first-of-type {
      background: url(../images/stay/asaichi01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day03_01.grid_img ul li:nth-child(2) dl dd:first-of-type, .day_route #day06_01.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/asaichi02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day03_01.grid_img ul li:nth-child(2) dl dd:nth-child(2), .day_route #day06_01.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/asaichi03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  .day_route #day03_02 {
    margin-top: 40px; }
  @media print, screen and (min-width: 768px) {
    .day_route #day03_03 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day03_03.grid_img ul li:first-of-type {
      background: url(../images/stay/baren01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day03_03.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/baren02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day03_03.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/baren03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day05_01 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day05_01.grid_img ul li:first-of-type {
      background: url(../images/stay/kamikochi01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day05_01.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/shinhotaka.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day05_01.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/norikuradake.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  .day_route #day05_03 {
    margin-bottom: 0; }
  @media print, screen and (min-width: 768px) {
    .day_route #day03_04 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day03_04.grid_img ul li:first-of-type {
      background: url(../images/stay/sumishin01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day03_04.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/sumishin02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day03_04.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/sumishin03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day06_04 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day06_04.grid_img ul li:first-of-type {
      background: url(../images/stay/fukyuan01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day06_04.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/fukyuan02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day06_04.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/fukyuan03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day06_05 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day06_05.grid_img ul li:first-of-type {
      background: url(../images/stay/tohoen01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day06_05.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/tohoen02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day06_05.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/tohoen03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day06_03 {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) {
    .day_route #day06_03.grid_img ul li:first-of-type {
      background: url(../images/stay/mingeikan01.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day06_03.grid_img ul li:nth-child(2) dl dd:first-of-type {
      background: url(../images/stay/mingeikan02.jpg) 50% 50% no-repeat;
      background-size: cover; }
    .day_route #day06_03.grid_img ul li:nth-child(2) dl dd:nth-child(2) {
      background: url(../images/stay/mingeikan03.jpg) 50% 50% no-repeat;
      background-size: cover; } }
  .day_route #day05_04 .grid_img {
    padding-top: 0; }
    @media print, screen and (min-width: 768px) {
      .day_route #day05_04 .grid_img ul li:first-of-type {
        background: url(../images/stay/stay02_onsen01.jpg) 50% 50% no-repeat;
        background-size: cover; }
      .day_route #day05_04 .grid_img ul li:nth-child(2) dl dd:first-of-type {
        background: url(../images/stay/stay02_onsen02.jpg) 50% 50% no-repeat;
        background-size: cover; }
      .day_route #day05_04 .grid_img ul li:nth-child(2) dl dd:nth-child(2) {
        background: url(../images/stay/stay02_onsen03.jpg) 50% 50% no-repeat;
        background-size: cover; } }
  .day_route .shizuku_utsuwa {
    max-width: 1360px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .day_route .shizuku_utsuwa {
        background: url(../images/stay/shizuku_bg.png) left top no-repeat; } }
    @media only screen and (min-width: 768px) {
      .day_route .shizuku_utsuwa {
        background: url(../images/stay/shizuku_bg.png) left 50px no-repeat; } }
    @media only screen and (min-width: 768px) {
      .day_route .shizuku_utsuwa .utsuwa_top, .day_route .shizuku_utsuwa .utsuwa_btm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media only screen and (max-width: 767px) {
      .day_route .shizuku_utsuwa .utsuwa_top {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 15px; } }
    @media only screen and (min-width: 768px) {
      .day_route .shizuku_utsuwa .utsuwa_top li:first-of-type {
        width: 46%; }
      .day_route .shizuku_utsuwa .utsuwa_top li:nth-child(2) {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .day_route .shizuku_utsuwa .utsuwa_top li:first-of-type {
        padding-top: 50px; } }
    .day_route .shizuku_utsuwa .utsuwa_btm {
      position: relative; }
      @media print, screen and (min-width: 768px) {
        .day_route .shizuku_utsuwa .utsuwa_btm:before {
          background: url(../images/stay/dog.png) 50% 50% no-repeat;
          background-size: 100% auto;
          position: absolute;
          content: ""; } }
      @media print, screen and (min-width: 768px) and (max-width: 1280px) {
        .day_route .shizuku_utsuwa .utsuwa_btm:before {
          width: 165px;
          height: 154px; } }
      @media print, screen and (min-width: 768px) and (max-width: 960px) {
        .day_route .shizuku_utsuwa .utsuwa_btm:before {
          top: -10px;
          right: 7px; } }
      @media print, screen and (min-width: 961px) {
        .day_route .shizuku_utsuwa .utsuwa_btm:before {
          top: 10px;
          right: 7px; } }
      @media print, screen and (min-width: 1281px) {
        .day_route .shizuku_utsuwa .utsuwa_btm:before {
          width: 235px;
          height: 220px; } }
      @media only screen and (max-width: 767px) {
        .day_route .shizuku_utsuwa .utsuwa_btm {
          padding: 50px 15px; } }
      @media only screen and (min-width: 768px) {
        .day_route .shizuku_utsuwa .utsuwa_btm {
          padding: 50px 0;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          .day_route .shizuku_utsuwa .utsuwa_btm li:first-of-type {
            width: 50%; }
          .day_route .shizuku_utsuwa .utsuwa_btm li:nth-child(2) {
            width: 45%; } }
      @media only screen and (max-width: 767px) {
        .day_route .shizuku_utsuwa .utsuwa_btm li {
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .day_route .shizuku_utsuwa .utsuwa_btm li:first-of-type {
          margin-bottom: 30px; } }
      .day_route .shizuku_utsuwa .utsuwa_btm li .img_inner {
        display: inline-block;
        position: relative;
        text-align: left; }
        .day_route .shizuku_utsuwa .utsuwa_btm li .img_inner p {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          color: #fff;
          font-size: 14px;
          text-align: left;
          padding: 10px;
          text-shadow: 2px 2px 3px #000000;
          background: rgba(0, 0, 0, 0.3); }
          @media only screen and (max-width: 767px) {
            .day_route .shizuku_utsuwa .utsuwa_btm li .img_inner p {
              font-size: 12px;
              padding: 7px; } }
  .day_route .day2_gallery {
    padding: 15px;
    margin-bottom: 50px; }
    @media print, screen and (max-width: 980px) {
      .day_route .day2_gallery ul {
        max-width: 800px;
        margin: 0 auto; } }
    @media only screen and (min-width: 981px) {
      .day_route .day2_gallery ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media print, screen and (min-width: 981px) {
      .day_route .day2_gallery ul li:first-of-type {
        width: 29%; } }
    @media print, screen and (min-width: 981px) {
      .day_route .day2_gallery ul li:nth-child(2) {
        width: 67%; } }
  .day_route .dekonaru_img {
    max-width: 1400px;
    margin: 0 auto 50px;
    background: url(../images/stay/dekonaru_bg.png) right top no-repeat; }
    @media only screen and (min-width: 1321px) {
      .day_route .dekonaru_img {
        min-height: 650px; } }
    .day_route .dekonaru_img ul {
      padding: 50px 15px; }
      @media print, screen and (max-width: 980px) {
        .day_route .dekonaru_img ul {
          max-width: 600px;
          margin: 0 auto; } }
      @media only screen and (min-width: 981px) {
        .day_route .dekonaru_img ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
      @media print, screen and (max-width: 980px) {
        .day_route .dekonaru_img ul li:first-of-type {
          margin-bottom: 30px; } }
      @media print, screen and (min-width: 981px) and (max-width: 1320px) {
        .day_route .dekonaru_img ul li:first-of-type {
          width: 59%; } }
      @media print, screen and (min-width: 1321px) {
        .day_route .dekonaru_img ul li:first-of-type {
          width: 45%; } }
      @media print, screen and (min-width: 981px) and (max-width: 1320px) {
        .day_route .dekonaru_img ul li:nth-child(2) {
          width: 39%; } }
      @media print, screen and (min-width: 1321px) {
        .day_route .dekonaru_img ul li:nth-child(2) {
          width: 50%; } }
  .day_route .zakka .inner {
    max-width: 1200px;
    margin: 0 auto; }
  .day_route .zakka h4 {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 45px 0 30px;
    background: url(../images/stay/redpoint.png) top center no-repeat; }
    .day_route .zakka h4 span {
      font-size: 22px;
      position: relative;
      display: inline-block;
      margin: 0 10px;
      padding: 0 15px;
      letter-spacing: 3px; }
      @media only screen and (max-width: 767px) {
        .day_route .zakka h4 span {
          font-size: 18px; } }
      .day_route .zakka h4 span:before, .day_route .zakka h4 span:after {
        position: absolute;
        top: 50%;
        content: '';
        width: 400%;
        height: 1px;
        background-color: #dedede; }
      .day_route .zakka h4 span:before {
        right: 100%; }
      .day_route .zakka h4 span:after {
        left: 100%; }
  .day_route .zakka .chair_wrap {
    max-width: 1260px;
    margin: 65px auto 0;
    background: url(../images/stay/chair_bg.png) top center no-repeat;
    padding-top: 30px; }
    @media print, screen and (min-width: 768px) {
      .day_route .zakka .chair_wrap .flex_b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .day_route .zakka .chair_wrap .flex_b.chair_top li:first-of-type {
          text-align: right; }
        .day_route .zakka .chair_wrap .flex_b.chair_top li:nth-child(2) {
          padding-left: 45px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .day_route .zakka .chair_wrap .flex_b li {
          width: 50%; }
          .day_route .zakka .chair_wrap .flex_b li p {
            line-height: 2; } }
    .day_route .zakka .chair_wrap .flex_b.chair_top {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .day_route .zakka .chair_wrap .flex_b.chair_top {
          padding: 0 15px; } }
      .day_route .zakka .chair_wrap .flex_b.chair_top:before {
        background: url(../images/stay/kino_isu.png) 50% 50% no-repeat;
        background-size: 100% auto; }
        @media only screen and (min-width: 560px) {
          .day_route .zakka .chair_wrap .flex_b.chair_top:before {
            position: absolute;
            top: -80px;
            right: 20px;
            content: ""; } }
        @media print, screen and (max-width: 1160px) {
          .day_route .zakka .chair_wrap .flex_b.chair_top:before {
            width: 100px;
            height: 130px; } }
        @media print, screen and (min-width: 1161px) {
          .day_route .zakka .chair_wrap .flex_b.chair_top:before {
            width: 160px;
            height: 200px; } }
      @media only screen and (max-width: 767px) {
        .day_route .zakka .chair_wrap .flex_b.chair_top li {
          max-width: 380px;
          margin: 0 auto; } }
      @media only screen and (max-width: 767px) {
        .day_route .zakka .chair_wrap .flex_b.chair_top li:first-of-type {
          text-align: center;
          margin-bottom: 20px; } }
    .day_route .zakka .chair_wrap .flex_b.chair_bottom {
      max-width: 1200px;
      margin: 50px auto;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .day_route .zakka .chair_wrap .flex_b.chair_bottom {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 30px auto 50px; } }
      @media print, screen and (min-width: 768px) {
        .day_route .zakka .chair_wrap .flex_b.chair_bottom {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
      @media print, screen and (min-width: 961px) {
        .day_route .zakka .chair_wrap .flex_b.chair_bottom {
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      @media only screen and (max-width: 560px) {
        .day_route .zakka .chair_wrap .flex_b.chair_bottom:before {
          background: url(../images/stay/kino_wood.png) 50% 50% no-repeat;
          background-size: 100% auto;
          width: 100px;
          height: 77px;
          position: absolute;
          bottom: 0;
          left: 10px;
          content: ""; } }
      @media print, screen and (min-width: 1181px) {
        .day_route .zakka .chair_wrap .flex_b.chair_bottom:before {
          background: url(../images/stay/kino_wood.png) 50% 50% no-repeat;
          background-size: 100% auto;
          width: 143px;
          height: 100px;
          position: absolute;
          top: 0;
          left: 100px;
          content: ""; } }
      @media only screen and (max-width: 767px) {
        .day_route .zakka .chair_wrap .flex_b.chair_bottom li:first-of-type {
          width: 45%; } }
      @media only screen and (max-width: 767px) {
        .day_route .zakka .chair_wrap .flex_b.chair_bottom li:nth-child(2) {
          width: 55%; } }
      .day_route .zakka .chair_wrap .flex_b.chair_bottom li:nth-child(2) p {
        padding: 35px 10px;
        max-width: 500px; }
        @media only screen and (max-width: 767px) {
          .day_route .zakka .chair_wrap .flex_b.chair_bottom li:nth-child(2) p {
            padding: 15px 10px;
            font-size: 13px; } }
  .day_route .zakka_col3 {
    max-width: 1200px;
    margin: 0 auto 50px; }
    @media only screen and (max-width: 767px) {
      .day_route .zakka_col3 {
        padding: 0 15px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .zakka_col3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .day_route .zakka_col3 li {
          width: 32%;
          margin-right: 2%; }
          .day_route .zakka_col3 li:last-of-type {
            margin-right: 0; } }
    .day_route .zakka_col3 li {
      max-width: 380px; }
      @media only screen and (max-width: 767px) {
        .day_route .zakka_col3 li {
          margin: 0 auto 50px; } }
      .day_route .zakka_col3 li p {
        line-height: 2;
        padding-top: 15px; }
  .day_route .day3top {
    padding-top: 50px;
    background: url(../images/stay/redpoint.png) top center no-repeat;
    position: relative; }
    .day_route .day3top li .bd_l {
      margin-top: 15px;
      font-size: 14px;
      border-left: solid 1px #afafaf;
      padding: 7px 10px; }
    .day_route .day3top.none {
      background-image: none; }
      .day_route .day3top.none:before {
        content: none; }
    .day_route .day3top:before {
      position: absolute;
      top: -50px;
      left: 0;
      right: 0;
      margin: auto;
      content: '';
      display: block;
      width: 1px;
      height: 50px;
      background-color: #afafaf; }
    @media print, screen and (max-width: 980px) {
      .day_route .day3top {
        max-width: 600px;
        margin: 0 auto; } }
    @media only screen and (min-width: 981px) {
      .day_route .day3top {
        margin-bottom: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .day_route .day3top li:first-of-type {
          width: 46%; }
        .day_route .day3top li:nth-child(2) {
          width: 50%; } }
  @media only screen and (max-width: 767px) {
    .day_route#craft3day .img_left {
      padding: 30px 15px 50px; } }
  .day_route .baren_img {
    max-width: 1260px;
    margin: 100px auto 50px;
    position: relative;
    background: url(../images/stay/img_leftbg.png) bottom center no-repeat; }
    @media only screen and (max-width: 767px) {
      .day_route .baren_img {
        padding: 0 15px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .baren_img {
        padding: 30px 30px 60px 30px; } }
    .day_route .baren_img ul {
      max-width: 1000px;
      margin: -75px auto 0;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .day_route .baren_img ul {
          max-width: 380px;
          margin: 0 auto; } }
      @media print, screen and (min-width: 768px) {
        .day_route .baren_img ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .day_route .baren_img ul li:first-of-type {
            width: 39%; }
          .day_route .baren_img ul li:nth-child(2) {
            width: 55%; } }
      @media only screen and (max-width: 767px) {
        .day_route .baren_img ul li:nth-child(2) {
          padding: 20px 0 30px; } }
      @media print, screen and (min-width: 768px) {
        .day_route .baren_img ul li:nth-child(2) {
          padding-top: 65px; } }
      .day_route .baren_img ul li:nth-child(2) p {
        max-width: 490px;
        line-height: 2; }
  .day_route .sumishin_box {
    max-width: 1360px;
    margin: 0 auto 50px; }
    @media only screen and (max-width: 767px) {
      .day_route .sumishin_box {
        background: url(../images/stay/shizuku_bg.png) left top no-repeat; } }
    @media only screen and (min-width: 768px) {
      .day_route .sumishin_box {
        background: url(../images/stay/shizuku_bg.png) right 50px no-repeat; } }
    @media only screen and (min-width: 768px) {
      .day_route .sumishin_box .sumishin_top, .day_route .sumishin_box .sumishin_btm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media only screen and (max-width: 767px) {
      .day_route .sumishin_box .sumishin_top {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 15px; } }
    @media only screen and (min-width: 768px) {
      .day_route .sumishin_box .sumishin_top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .day_route .sumishin_box .sumishin_top li:first-of-type {
          width: 46%; }
        .day_route .sumishin_box .sumishin_top li:nth-child(2) {
          width: 50%; } }
    @media only screen and (min-width: 768px) {
      .day_route .sumishin_box .sumishin_top li:first-of-type {
        padding-top: 50px; } }
    .day_route .sumishin_box .sumishin_btm {
      position: relative; }
      .day_route .sumishin_box .sumishin_btm.none:before {
        content: none; }
      @media print, screen and (min-width: 768px) {
        .day_route .sumishin_box .sumishin_btm:before {
          background: url(../images/stay/nuigurumi.png) 50% 50% no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: 70px;
          left: 20%;
          content: "";
          width: 190px;
          height: 110px; } }
      @media print, screen and (min-width: 768px) and (max-width: 980px) {
        .day_route .sumishin_box .sumishin_btm:before {
          top: 0;
          left: 100px; } }
      @media only screen and (max-width: 767px) {
        .day_route .sumishin_box .sumishin_btm {
          padding: 50px 15px; } }
      @media only screen and (min-width: 768px) {
        .day_route .sumishin_box .sumishin_btm {
          padding: 50px 0;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          .day_route .sumishin_box .sumishin_btm li:first-of-type {
            width: 45%; }
          .day_route .sumishin_box .sumishin_btm li:nth-child(2) {
            width: 50%; } }
      @media only screen and (max-width: 767px) {
        .day_route .sumishin_box .sumishin_btm li {
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .day_route .sumishin_box .sumishin_btm li:first-of-type {
          margin-bottom: 30px; } }
      .day_route .sumishin_box .sumishin_btm li .img_inner {
        display: inline-block;
        position: relative;
        text-align: left; }
        .day_route .sumishin_box .sumishin_btm li .img_inner p {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          color: #fff;
          font-size: 14px;
          text-align: left;
          padding: 10px;
          text-shadow: 2px 2px 3px #000000;
          background: rgba(0, 0, 0, 0.3); }
          @media only screen and (max-width: 767px) {
            .day_route .sumishin_box .sumishin_btm li .img_inner p {
              font-size: 12px;
              padding: 7px; } }
  .day_route .noodles ul {
    max-width: 710px;
    margin: 0 auto 50px; }
    @media only screen and (max-width: 767px) {
      .day_route .noodles ul {
        max-width: 485px;
        margin: 30px auto 0; } }
    @media only screen and (min-width: 768px) {
      .day_route .noodles ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .day_route .noodles ul li:first-of-type {
          width: 53%; }
        .day_route .noodles ul li:nth-child(2) {
          width: 39%; } }
    .day_route .noodles ul li:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .day_route .noodles ul li:first-of-type {
          padding: 20px 15px; } }
      .day_route .noodles ul li:first-of-type p {
        line-height: 2; }
    @media only screen and (max-width: 767px) {
      .day_route .noodles ul li:nth-child(2) {
        text-align: center; } }
  .day_route .front_hotel {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .day_route .front_hotel {
        padding: 50px 15px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .front_hotel {
        padding: 90px 15px 150px; } }
    @media print, screen and (min-width: 768px) {
      .day_route .front_hotel:before {
        content: url(../images/stay/stay_bg.png);
        top: 0;
        right: 0;
        z-index: 1;
        position: absolute; } }
    @media only screen and (min-width: 768px) {
      .day_route .front_hotel ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .day_route .front_hotel ul li:first-of-type {
          width: 45%; }
        .day_route .front_hotel ul li:nth-child(2) {
          width: 50%; } }
  .day_route .sight_spot {
    background-color: #fff;
    position: relative;
    z-index: 2; }
    @media print, screen and (min-width: 961px) and (max-width: 1520px) {
      .day_route .sight_spot {
        padding: 0 50px; } }
    @media print, screen and (min-width: 1521px) {
      .day_route .sight_spot {
        padding: 0 100px; } }
    .day_route .sight_spot .inner {
      background: url(../images/stay/checkin_bg.png) top center no-repeat;
      background-size: cover; }
      @media only screen and (max-width: 767px) {
        .day_route .sight_spot .inner {
          padding: 80px 15px; } }
      @media print, screen and (min-width: 768px) {
        .day_route .sight_spot .inner {
          padding: 50px 30px; } }
      .day_route .sight_spot .inner h4 {
        overflow: hidden;
        position: relative;
        text-align: center; }
        .day_route .sight_spot .inner h4 span {
          font-size: 28px;
          position: relative;
          display: inline-block;
          margin: 0 10px;
          padding: 0 50px;
          letter-spacing: 3px; }
          @media only screen and (max-width: 767px) {
            .day_route .sight_spot .inner h4 span {
              font-size: 18px;
              padding: 0 15px; } }
          .day_route .sight_spot .inner h4 span:before, .day_route .sight_spot .inner h4 span:after {
            position: absolute;
            top: 50%;
            content: '';
            width: 400%;
            height: 4px;
            border-top: solid 1px #dedede;
            border-bottom: solid 1px #dedede; }
          .day_route .sight_spot .inner h4 span:before {
            right: 100%; }
          .day_route .sight_spot .inner h4 span:after {
            left: 100%; }
      .day_route .sight_spot .inner .txt {
        text-align: center;
        line-height: 2;
        padding: 50px 0; }
        .day_route .sight_spot .inner .txt a {
          text-decoration: underline; }
      @media print, screen and (min-width: 768px) {
        .day_route .sight_spot .inner ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .day_route .sight_spot .inner ul li {
            width: 31.5%; } }
      @media only screen and (max-width: 767px) {
        .day_route .sight_spot .inner ul li {
          max-width: 380px;
          margin: 0 auto 50px; } }
      .day_route .sight_spot .inner ul li a {
        display: block; }
      .day_route .sight_spot .inner ul li p {
        line-height: 2;
        text-align: center;
        padding-top: 15px; }
  .day_route .slide {
    margin-bottom: 50px; }
  .day_route .his_tour {
    max-width: 1200px;
    margin: 40px auto; }
    .day_route .his_tour h3 {
      overflow: hidden;
      position: relative;
      text-align: center;
      margin-bottom: 80px;
      font-size: 18px; }
      .day_route .his_tour h3 span {
        position: relative;
        display: inline-block;
        margin: 0 10px;
        padding: 0 35px;
        color: #876418; }
        .day_route .his_tour h3 span:before, .day_route .his_tour h3 span:after {
          position: absolute;
          top: 35%;
          content: '';
          width: 400%;
          height: 10px; }
        .day_route .his_tour h3 span:before {
          right: 100%;
          background: url(../images/stay/bd_left.png) top right no-repeat; }
        .day_route .his_tour h3 span:after {
          left: 100%;
          background: url(../images/stay/bd_right.png) top left no-repeat; }
    @media print, screen and (min-width: 961px) {
      .day_route .his_tour ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .day_route .his_tour ul li:first-of-type {
          width: 40%; }
        .day_route .his_tour ul li:nth-child(2) {
          width: 52%; } }
    @media only screen and (max-width: 767px) {
      .day_route .his_tour ul li:first-of-type {
        padding: 0 15px; } }
    @media only screen and (max-width: 767px) {
      .day_route .his_tour ul li:nth-child(2) div img {
        width: 70%; } }
    @media print, screen and (max-width: 960px) {
      .day_route .his_tour ul li:nth-child(2) {
        max-width: 600px;
        margin: 30px auto 0; } }
    .day_route .his_tour ul li:nth-child(2) div:nth-child(2) {
      text-align: right;
      padding-top: 2px; }
  @media only screen and (max-width: 767px) {
    .day_route #day05_02 {
      padding: 35px 15px 0; } }

#craft2day .restaurant_lineup, #nature2day .restaurant_lineup {
  padding-top: 0; }

@media only screen and (max-width: 767px) {
  #nature1day .day3top, #nature2day .day3top, #nature3day .day3top {
    padding: 30px 15px 0; } }

#nature3day .zakka {
  padding-bottom: 50px; }

#nature3day .noodles {
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    #nature3day .noodles {
      margin-top: 50px; } }
