@charset "UTF-8";
@media screen and (min-width: 770px) {
  h2 {
    font-size: 36px;
    text-align: center;
    color: #000;
    padding: 12px 0 11px;
    clear: both;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .auto {
    width: 1200px;
    margin: 0 auto;
  }
  #slider {
    width: 95%;
    height: 650px;
    position: relative;
    z-index: 1;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 25px;
  }
  #slider .slide {
    text-align: center;
    width: 1320px;
    height: 650px;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-position: center center;
    background-size: cover;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .fv_img {
    width: 100%;
    position: relative;
  }
  .fv_img p {
    width: 100%;
    position: relative;
  }
  .fv_img p img {
    display: block;
    width: 100%;
    height: auto;
  }
  .fv_img .btn_list {
    display: flex;
    width: 53%;
    text-align: center;
    position: absolute;
    bottom: 8%;
    left: 52.2%;
    transform: translateX(-50%);
    justify-content: space-between;
  }
  .fv_img .btn_list li {
    display: flex;
    width: 32%;
    height: 3vw;
    min-height: 38px;
  }
  .fv_img .btn_list li a {
    display: flex;
    width: 100%;
    height: auto;
    color: #dcccb6;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    padding: 2% 3%;
    gap: 8px;
    border: 2px solid #dcccb6;
    border-radius: 8px;
    background-color: #36473f;
    justify-content: center;
    align-items: center;
  }
  .fv_img .btn_list li a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #dcccb6;
    border-right: 0;
    position: relative;
    right: 0;
    transition: .3s;
  }
  .fv_img .btn_list li a:hover::after {
    right: -4px;
  }
  .fv_img .btn_list li a:hover {
    text-decoration: none;
  }

  #slider .slide_01 {
    background-image: url(../img/index/slider_21.jpg);
  }
  #slider .slide_02 {
    background-image: url(../img/index/slider_22.jpg);
  }
  #slider .slide_03 {
    background-image: url(../img/index/slider_23.jpg);
  }
  #slider_bg .slide_text {
    position: absolute;
    bottom: 50px;
    z-index: 999;
    font-size: 48px;
    line-height: 70px;
    text-align: left;
    color: #fff;
    display: inline;
    text-shadow: 1px 1px 5px #6B6B6B;
    left: 30px;
  }
  #slider_bg .slide_text .small {
    font-size: 50px;
  }
  #slider_bg .slide_text img {
    width: 100%;
  }
  #content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 114px;
  }
  .conts_info {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 62px;
    margin-bottom: 54px;
  }
  #conts_info_summer {
    margin-bottom: 0;
  }
  #content>.caution {
    width: 1200px;
    margin: 54px auto 0;
    text-align: center;
  }
  .caution a {
    display: block;
    border: 3px solid #d11f22;
    color: #d11f22;
    padding: 8px 0 9px;
    font-size: 17px;
    transition-duration: .3s;
  }
  .caution a:hover {
    display: block;
    border: 3px solid #d11f22;
    color: #fff;
    background-color: #d11f22;
    text-decoration: none;
  }
  .web_reserve_list {
    width: 1230px;
    display: flex;
    justify-content: space-around;
    margin: 40px auto 0;
  }
  .web_reserve_list li {
    width: calc(40% - 10px);
    font-size: 27px;
    line-height: 1.5;
  }
  .web_reserve_list li a {
    display: flex;
    min-height: 125px;
    padding: 16px 0;
    border: 3px solid #967F51;
    background-color: #967F51;
    box-sizing: border-box;
    font-size: 27px;
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 96px;
    transition-duration: .3s;
    text-align: center;
  }
  .web_reserve_list li a:hover {
    background-color: #fff;
    color: #967F51;
  }
  .web_reserve_list .link_ticket a {
    background-image: url(../img/index/circle_icon_01.png);
  }
  .web_reserve_list .link_rental a {
    background-image: url(../img/index/circle_icon_02.png);
  }
  .web_reserve_list .link_web a {
    background-image: url(../img/index/circle_icon_03.png);
  }
  .web_reserve_list .link_ticket a:hover {
    background-image: url(../img/index/circle_icon_01_on.png);
  }
  .web_reserve_list .link_rental a:hover {
    background-image: url(../img/index/circle_icon_02_on.png);
  }
  .web_reserve_list .link_web a:hover {
    background-image: url(../img/index/circle_icon_03_on.png);
  }
  .web_reserve_list a:hover {
    color: #2d2820;
    background-color: #fff;
    text-decoration: none;
  }
  .conts_info .facility_img {
    width: 1000px;
    margin: 0 auto 80px;
  }
  .conts_info .facility_img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .conts_info .img {
    width: 840px;
    margin: 0 auto 30px;
  }
  .conts_info .img.map_summer {
    width: 680px;
  }
  .conts_info .img img {
    width: 100%;
    height: auto;
    display: block;
  }
  .conts_info .situation {
    width: 515px;
    float: left;
    border: 2px solid #8B713E;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .conts_info h3 {
    background-color: #8B713E;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 0 2px;
    margin-bottom: 15px;
  }
  #conts_info_summer h3 {
    margin-bottom: 10px;
  }
  .conts_info .situation .lift {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 6px;
  }
  #conts_info_summer .situation .lift {
    margin-bottom: 15px;
  }
  .conts_info .situation .lift .box {
    width: 100%;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .conts_info .situation .lift h4 {
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px 0;
    margin-bottom: 6px;
    color: #8B713E;
  }
  .conts_info .situation .lift .box .inner {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 1.2;
    padding: 3px 8px 2px;
    margin: 0 6px 8px 0;
    background-color: #ddd;
  }
  .conts_info .situation .lift .box ul {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 16px;
  }
  .conts_info .situation .lift .box ul li {
    float: left;
    font-size: 14px;
    padding-right: 16px;
  }
  .conts_info .situation .lift .box ul li:nth-child(1) {
    width: 132px;
  }
  .conts_info .situation .lift .box ul li:nth-child(3) {
    width: 90px;
  }
  .conts_info .situation .lift .box ul li:nth-child(2) {
    width: 72px;
  }
  .conts_info .situation .lift .box ul li:last-child {
    padding-right: 0px;
  }
  .conts_info .situation .lift .menu_box {
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
  }
  .conts_info .situation .lift .menu_box .btn a {
    color: #947D4F;
  }
  .conts_info .situation .none_move {
    color: #C15050;
    padding: 7px 3%;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 114px;
    text-align: center;
    border: 2px solid #C15050;
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    border-radius: 4px;
    /* CSS3草案 */
  }
  .conts_info .situation .move {
    color: #4b9d9c;
    padding: 7px 3%;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 114px;
    text-align: center;
    border: 2px solid #4b9d9c;
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    border-radius: 4px;
    /* CSS3草案 */
  }
  .conts_info .situation .suspend {
    color: #ebae30;
    padding: 7px 3%;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 114px;
    text-align: center;
    border: 2px solid #ebae30;
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    border-radius: 4px;
    /* CSS3草案 */
  }
  .conts_info .situation .course {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px;
  }
  .conts_info .situation .price {
    width: 100%;
    float: left;
    clear: both;
  }
  .conts_info .situation .price .caution {
    text-indent: -1em;
    padding-left: 1em;
  }
  .conts_info .situation .price .red {
    color: #C15050;
    font-weight: bold;
  }
  .conts_info .situation .course .box {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .conts_info .situation .box .inner {
    display: inline-block;
    width: 55px;
    text-align: center;
    line-height: 1.2;
    padding: 3px 8px;
    margin: 0 6px 8px 0;
    background-color: #ddd;
  }
  .conts_info .situation .course .box ul {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 16px;
  }
  .conts_info .situation .course .box li {
    float: left;
  }
  .conts_info .situation .course .box .left {
    width: 218px;
    float: left;
    margin-right: 14px;
    box-sizing: border-box;
  }
  .conts_info .situation .course .box .right {
    width: 242px;
    float: left;
    box-sizing: border-box;
  }
  .conts_info .situation .course .box .left li:nth-child(1) {
    width: 90px;
  }
  .conts_info .situation .course .box .right li:nth-child(1) {
    width: 110px;
  }
  #conts_news {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 80px;
    margin-top: 80px;
  }
  #conts_news h2 {
    margin-bottom: 30px;
  }
  #conts_news .outer {
    width: 1140px;
    margin: 0 30px 20px;
    display: flex;
    flex-wrap: wrap;
  }
  #conts_news .outer .box {
    width: 360px;
    margin-right: 30px;
    margin-bottom: 22px;
    margin-top: 70px
  }
  #conts_news .outer .box:nth-child(3n) {
    margin-right: 0;
  }
  #conts_news .outer .box .img {
    margin-bottom: 3px;
  }
  #conts_news .outer .box .day {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px;
  }
  #conts_news .outer .box dl {
    line-height: 24px;
  }
  #conts_news .outer .box dl dt {
    font-size: 16px;
    color: #947D4F;
    margin-bottom: 8px;
  }
  #conts_news .outer .box dl dt a {
    color: #947D4F;
  }
  #conts_news .outer .box dl dd {
    margin-bottom: 6px;
  }
  #conts_news .outer .box .more {
    text-align: right;
  }
  #conts_news .outer .box .more a {
    display: inline-block;
    font-size: 18px;
    color: #947D4F;
    padding-left: 27px;
    background-image: url(../img/share/icon_more.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left 7px;
  }
  #conts_news .button {
    width: 330px;
    margin: 0 auto;
  }
  #conts_news .button a span {
    color: #8B713E;
    font-size: 16px;
    width: 330px;
    float: left;
    clear: both;
    padding: 11px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #8B713E;
    background-image: url(../img/share/button_icon_side_on.png);
    background-repeat: no-repeat;
    background-position: 104px 22px;
    background-size: 6px;
    text-align: center;
  }
  #conts_news .button a span:hover {
    background-color: #8B713E;
    border: 1px solid #8B713E;
    color: #fff;
    text-decoration: none;
    transition-duration: 0.4s;
    background-image: url(../img/share/button_icon_side_off.png);
  }
  #conts_event {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 102px;
  }
  #conts_event h2 {
    margin-bottom: 30px;
  }
  #conts_event .outer {
    width: 1140px;
    float: left;
    clear: both;
    margin: 0 30px;
  }
  #conts_event .outer .calendar {
    float: left;
  }
  #conts_event .outer .post {
    width: 506px;
    float: right;
  }
  .tabs * {
    margin: 0;
    padding: 0;
  }
  .tabs li {
    float: left;
    list-style: none;
  }
  .tabs {
    position: relative;
  }
  .tabs input[type="radio"] {
    display: none;
  }
  .tabs label {
    background: #efefef;
    transition: all 0.4s;
  }
  .tabs label:hover {
    background: #3f3c37;
  }
  .tabs .content {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0.15;
    transition: opacity 1s;
  }
  .tabs [id^="page"]:checked+label {
    display: block;
    background: #3f3c37;
    color: #fff;
  }
  .tabs [id^="page"]:checked~[class^="content"] {
    visibility: visible;
    opacity: 1.0;
  }
  #conts_event .outer .post ul {
    margin-bottom: 8px;
    width: 100%;
    float: left;
    clear: both;
  }
  #conts_event .outer .post ul li {
    text-align: center;
  }
  #conts_event .outer .post ul a.now {
    width: 50%;
    float: left;
    background-color: #3F3C37;
    color: #FFFFFF;
  }
  #conts_event .outer .post ul a {
    width: 50%;
    float: left;
    background-color: #efefef;
    color: #b9b5b5;
  }
  #conts_event .outer .post .caution {
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
    padding-left: 1em;
    float: left;
    clear: both;
    margin-bottom: 8px;
  }
  #conts_event .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 4px;
  }
  #conts_event .box .img {
    width: 109px;
    float: left;
  }
  #conts_event .box .inner {
    width: 384px;
    float: right;
    margin-top: 8px;
  }
  #conts_event.box .inner .day {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 4px;
  }
  #conts_event .box .inner .title {
    line-height: 24px;
  }
  #conts_event .outer .post .more {
    text-align: right;
    clear: both;
  }
  #conts_event .outer .post .more a {
    display: inline-block;
    font-size: 18px;
    color: #947D4F;
    padding-left: 27px;
    background-image: url(../img/share/icon_more.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px;
    background-position: left 7px;
  }
  #conts_reservation {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 80px;
  }
  #conts_reservation .move_img, #conts_reservation .move_img_rev {
    width: 100%;
    height: 180px;
    float: left;
    clear: both;
    background-image: url(../img/index/move_img_01.jpg);
    background-position: top center;
    background-size: cover;
  }
  #conts_reservation .move_img {
    -webkit-animation-name: gallerySlideLeft;
    -webkit-animation-duration: 80;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: gallerySlideLeft;
    -moz-animation-duration: 80s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: gallerySlideLeft;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-repeat: repeat-x;
  }
  @keyframes gallerySlideLeft {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: -3576px 0px;
    }
  }
  @-webkit-keyframes gallerySlideLeft {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: -3576px 0px;
    }
  }
  @-moz-keyframes gallerySlideLeft {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: -3576px 0px;
    }
  }
  #conts_reservation .move_img_rev {
    -webkit-animation-name: gallerySlideRight;
    -webkit-animation-duration: 80;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: gallerySlideRight;
    -moz-animation-duration: 80s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: gallerySlideRight;
    animation-duration: 80s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-repeat: repeat-x;
  }
  @keyframes gallerySlideRight {
    0% {
      background-position: -3576px 0px;
    }
    100% {
      background-position: 0px 0px;
    }
  }
  @-webkit-keyframes gallerySlideRight {
    0% {
      background-position: -3576px 0px;
    }
    100% {
      background-position: 0px 0px;
    }
  }
  @-moz-keyframes gallerySlideRight {
    0% {
      background-position: -3576px 0px;
    }
    100% {
      background-position: 0px 0px;
    }
  }
  #conts_reservation .reservation_inner {
    width: 100%;
    float: left;
    clear: both;
    background-color: #2D2820;
    background-image: url(../img/index/bg_reservation_2.jpg);
    height: 605px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #conts_reservation .reservation_inner .box {
    width: 550px;
    float: left;
    margin: 0 25px;
  }
  #conts_reservation .reservation_inner .box .lead {
    color: #FFFFFF;
    margin-top: 78px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box .lead dt {
    font-size: 27px;
    margin-bottom: 4px;
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box .lead dd {
    min-height: 210px;
    line-height: 30px;
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box #search {
    background-color: #E9E4D9;
    color: #947D4F;
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 18px;
  }
  #conts_reservation .reservation_inner .box #search .title {
    color: #FFFFFF;
    background-color: #3F3C37;
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
    font-weight: bold;
    margin-bottom: 18px;
  }
  #conts_reservation .reservation_inner .box #search dl {
    margin-bottom: 10px;
    padding: 0 16px;
    width: 100%;
    float: left;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_reservation .reservation_inner .box #search dl dt {
    width: 90px;
    float: left;
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box #search dl dd {
    width: 428px;
    float: left;
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box #search .small {
    font-size: 13px;
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box #search th {
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box #search td {
    font-weight: bold;
    vertical-align: middle;
  }
  #conts_reservation .reservation_inner .box #search .btn {
    width: 150px;
    margin: 0 auto;
    text-align: center;
  }
  #conts_reservation .reservation_inner .box #search .btn button {
    width: 100%;
    float: left;
    clear: both;
    background-color: #d23f3f;
    color: #FFFFFF;
    padding: 2px 0 1px;
    font-weight: bold;
    border: 2px solid #D23F3F;
    font-size: 13px;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_reservation .reservation_inner .box #search .btn button:hover {
    border: 2px solid #D23F3F;
    background-color: #FFFFFF;
    color: #D23F3F;
    text-decoration: none;
    transition-duration: 0.4s;
  }
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
  }
  #conts_reservation .reservation_inner .box #search select {
    border: 1px solid #C1B397;
    background-color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 0 4px 10px;
    width: 54px;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    background-position: right 7px center;
    background-size: 6px;
    background-image: url(../img/index/ico_select_02.png);
    background-repeat: no-repeat;
  }
  #conts_reservation .reservation_inner .box #search select#year {
    width: 72px;
  }
  #conts_reservation .reservation_inner .box #search select#meal {
    width: 108px;
  }
  #conts_reservation .reservation_inner .box #search input[type="checkbox"] {
    background: #000;
  }
  #conts_sns {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 40px;
  }
  #conts_sns .facebook {
    float: left;
    background-color: #2A57B2;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    width: auto;
  }
  .slide {
    overflow: hidden;
  }
  .slide-inner img, .slide-inner video {
    display: block;
    height: 520px;
    width: 100%;
    object-fit: cover;
  }
  #conts_sns .facebook .title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  #conts_sns .instagram .title {
    color: #9D9D9D;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  #conts_sns .swiper-pointer-events {
    overflow-x: hidden;
    height: 500px;
  }
  #conts_sns .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
  }
  #conts_sns .facebook .fb-page {
    width: 480px;
  }
  #conts_sns .instagram {
    width: 500px;
    padding-top: 20px;
    padding-bottom: 40px;
    float: right;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f8f8f8;
    overflow: hidden;
    position: relative;
    overflow: hidden;
  }
  #conts_sns .instagram .swiper {
    overflow: hidden;
  }
  #conts_banner {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 40px;
  }
  #conts_banner ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    gap: calc(40px / 3);
  }
  #conts_banner ul:last-child {
    margin-bottom: 0;
  }
  /* #conts_banner ul::before, #conts_banner ul::after {
    content: "";
    display: block;
    width: 290px;
    height: 0;
    order: 2;
  } */
  #conts_banner ul li {
    width: 290px;
  }
  #conts_banner ul li img {
    width: 100%;
    height: auto;
    display: block;
  }
  #conts_banner ul.hotel_banner {
    margin-bottom: 20px;
  }
  #conts_banner ul.hotel_banner li {
    width: calc(50% - 10px);
  }
  #conts_banner .banner_list {
    display: flex;
    justify-content: center;
    gap: 11px;
  }
  #conts_banner .single_banner {
    width: 350px;
    border: 1px solid #c6c7c0;
    display: flex;
    align-items: center;
  }
  #conts_banner .single_banner img {
    display: block;
    width: 100%;
    height: auto;
  }
  .right_navi {
    width: 430px;
  }
  .right_navi .navi {
    float: left;
    width: 100px;
  }
  .right_navi .navi ul li {
    line-height: 0px;
  }
  .right_navi .navi img {
    width: 100px;
  }
  .right_navi {
    background-color: #FDFDFD;
    z-index: 9999999;
  }
  .right_navi .content {
    background-color: #fff;
  }
  .right_navi .content .title {
    background-color: #8b713e;
    color: #F9F9F9;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 15px;
  }
  .right_navi .content .weather {
    float: left;
    width: 330px;
    font-size: 14px;
  }
  .right_navi .content .weather .outer {
    margin: 14px 24px 0;
  }
  .right_navi .content .weather .box {
    width: 130px;
    float: left;
    text-align: center;
    margin-right: 21px;
  }
  .right_navi .content .weather .mr_none {
    margin-right: 0;
  }
  .right_navi .content .weather .box .day {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .right_navi .content .weather .box .temperature {
    margin-top: -10px;
  }
  .right_navi .content .weather .box .temperature dt {
    display: inline-block;
    color: #E52A2A;
  }
  .right_navi .content .weather .box .temperature dd {
    display: inline-block;
  }
  .right_navi .content .weather .box .temperature .blue {
    color: #0E55CA;
  }
  .right_navi .content .weather .bottom_box {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-right: 21px;
  }
  .right_navi .content .weather table {
    width: 100%;
    line-height: 25px;
  }
  .right_navi .content .weather table tr {
    border-bottom: 1px dashed #E5E5E6;
  }
  .right_navi .content .weather table th {
    padding-top: 10px;
    width: 90px;
  }
  .right_navi .content .weather table td {
    padding-top: 10px;
  }
  .right_navi .content .course {
    float: left;
    width: 330px;
    font-size: 14px;
  }
  .right_navi .content .course .outer {
    margin: 12px 24px 0;
  }
  .right_navi .content .course .outer ul {
    width: 100%;
    text-align: center;
  }
  .right_navi .content .course .outer ul li {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: middle;
  }
  .right_navi .content .course .outer ul li:nth-child(1) {
    width: 100px;
  }
  .right_navi .content .course .outer .none_move {
    color: #C15050;
    padding: 7px 15px;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 70px;
    text-align: center;
    border: 2px solid #C15050;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  .right_navi .content .course .outer .move {
    color: #4b9d9c;
    padding: 7px 15px;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 70px;
    text-align: center;
    border: 2px solid #4b9d9c;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  .right_navi .content .live_camera {
    float: left;
    width: 330px;
    font-size: 14px;
  }
  .right_navi .content .live_camera .outer {
    margin: 20px 24px 20px;
  }
  .right_navi .content .live_camera .outer .banner {
    width: 220px;
    margin: 0 auto 14px;
  }
  .right_navi .content .live_camera .outer .banner:last-of-type {
    margin-bottom: 0;
  }
  .right_navi .content .live_camera .outer .banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .right_navi .content .live_camera .outer iframe {
    width: 282px;
    height: 250px
  }
  .right_navi .content .lift_season {
    float: left;
    width: 330px;
    font-size: 14px;
  }
  .right_navi .content .lift_season .outer {
    display: flex;
    margin: 20px 14px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .right_navi .content .lift_season .outer .banner {
    width: 48%;
  }
  .right_navi .content .lift_season .outer .banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .right_navi .content .tickets {
    float: left;
    width: 330px;
    font-size: 14px;
  }
  .right_navi .content .tickets .outer {
    margin: 20px 24px 20px;
  }
  .right_navi .content .tickets .outer .banner {
    width: 100%;
  }
  .right_navi .content .tickets .outer .banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .right_navi .content .lift {
    float: left;
    width: 330px;
    font-size: 14px;
  }
  .right_navi .content .lift .outer {
    margin: 12px 24px 0;
  }
  .right_navi .content .lift .outer ul {
    width: 100%;
    text-align: center;
  }
  .right_navi .content .lift .outer ul li {
    display: inline-block;
    margin-bottom: 4px;
    vertical-align: middle;
    white-space: nowrap;
  }
  .right_navi .content .lift .outer ul li:nth-child(1) {
    margin-right: 17px;
  }
  .right_navi .content .lift .outer .none_move {
    color: #C15050;
    padding: 7px 15px;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 70px;
    text-align: center;
    border: 2px solid #C15050;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  .right_navi .content .lift .outer .move {
    color: #4b9d9c;
    padding: 7px 15px;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 70px;
    text-align: center;
    border: 2px solid #4b9d9c;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #calendar {
    width: 598px;
    float: left;
    margin-bottom: 40px;
  }
  #calendar .calendar {
    width: 100%;
    clear: both;
    background-color: #fff;
  }
  #calendar .year {
    font-size: 16px;
    font-weight: bold;
  }
  .calendar_controller {
    text-align: center;
    margin-bottom: 16px;
  }
  #calendar .month {
    color: #676767;
    font-size: 34px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
  }
  #calendar .small {
    font-size: 22px;
  }
  #calendar .button {
    color: #c3dde8;
    display: inline-block;
    vertical-align: middle;
  }
  #calendar .text {
    line-height: 20px;
    color: #606465;
    font-size: 13px;
  }
  #calendar th {
    font-weight: bold;
    border: 1px solid #c6c6c6;
    width: 14%;
    background-color: #666666;
    text-align: center;
    color: #fff;
  }
  #calendar td {
    font-weight: bold;
    border: 1px solid #c6c6c6;
    text-align: center;
    line-height: 1em;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 6px;
    padding-left: 6px;
    height: 50px;
  }
  #calendar .name_cell_0 {
    background-color: #c46067;
  }
  #calendar .name_cell_6 {
    background-color: #6386ba;
  }
  /*曜日で色変更*/
  /*月曜日*/
  #calendar .date_wday_1 {
    background-color: #FFF;
  }
  /*火曜日*/
  #calendar .date_wday_2 {
    background-color: #FFF;
  }
  /*水曜日*/
  #calendar .date_wday_3 {
    background-color: #FFF;
  }
  /*木曜日*/
  #calendar .date_wday_4 {
    background-color: #FFF;
  }
  /*金曜日*/
  #calendar .date_wday_5 {
    background-color: #FFF;
  }
  /*土曜日*/
  #calendar .date_wday_6 {
    color: #00a2ea;
    background-color: #FFF;
  }
  /*日曜日*/
  #calendar .date_wday_7 {
    color: #ff7f53;
    background-color: #FFF;
  }
  /*セレクトで色変更*/
  /*平日*/
  #calendar .date_cell_1 {
    background-color: #FFF;
  }
  /*休診日*/
  #calendar .date_cell_2 {
    background-color: #ffd1b7;
    color: #ff5333;
  }
  /*午前休*/
  #calendar .date_cell_3 {
    background-color: #f9ed4f;
  }
  /*午後休診*/
  #calendar .date_cell_4 {
    background-color: #ddf0f8;
  }
  /*当番医*/
  #calendar .date_cell_5 {
    background-color: #afd48c;
  }
  #calendar .day {
    padding-bottom: 5px;
    text-align: left;
    font-size: 18px;
  }
  #calendar .calendar p span {
    color: #ff5333;
    font-weight: bold;
  }
  #SH-001 {
    position: absolute;
    display: block;
    width: 350px;
    border: 3px solid #FFFFFF;
    background: #E9E4D9;
    z-index: 1000;
    padding: 15px;
  }
  #SH-001 dl {
    border-bottom: none !important;
    margin: 0 0 0 0;
  }
  #SH-001 dl dt {
    height: 24px;
    width: 60% ! important;
    float: left;
    border-bottom: dotted 1px #fff;
    padding-bottom: 3px;
    margin-bottom: 6px;
  }
  #SH-001 dd {
    margin-top: 0px;
    height: 24px;
    width: 40% !important;
    float: left;
    border-bottom: dotted 1px #fff;
    padding-bottom: 3px;
    margin-bottom: 6px;
    text-align: right;
  }
  #SH-001 span {
    width: 150px;
    margin: auto;
    display: block;
  }
  #SH-001 p {
    width: 100%;
    text-align: center;
  }
  #SH-001 span input {
    width: 100%;
    float: left;
    clear: both;
    background-color: #d23f3f;
    color: #FFFFFF;
    padding: 2px 0 1px;
    font-weight: bold;
    border: 2px solid #D23F3F;
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    cursor: pointer;
  }
  #SH-001 span input:hover {
    border: 2px solid #D23F3F;
    background-color: #FFFFFF;
    color: #D23F3F;
    text-decoration: none;
    transition-duration: 0.4s;
  }
}
/*===============================================
●sp.css  画面の横幅が769pxまで
===============================================*/
@media screen and (max-width:769px) {
  h2 {
    font-size: 2.4rem;
    text-align: center;
    color: #000;
    padding-right: 0;
    padding-left: 0;
    clear: both;
    margin-bottom: 4px;
    font-weight: bold;
  }
  .slide_text {
    position: absolute;
    bottom: 31px;
    z-index: 999;
    font-size: 24px;
    line-height: 1.6;
    text-align: right;
    color: #fff;
    display: inline;
    text-shadow: 1px 1px 5px #6B6B6B;
    right: 10px;
  }
  .slide_text .small {
    font-size: 18px;
    line-height: 1;
  }
  .fv_img {
    width: 100%;
    /* height: 60vw; */
    clear: both;
    position: relative;
  }
  .fv_img p {
    width: 100%;
    height: 100%;
  }
  .fv_img p img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fv_img .btn_list {
    display: flex;
    width: 88%;
    text-align: center;
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
  }
  .fv_img .btn_list li {
    display: flex;
    width: 32.5%;
    height: 12vw;
  }
  .fv_img .btn_list li a {
    display: flex;
    width: 100%;
    height: auto;
    color: #dcccb6;
    font-size: 3.2vw;
    line-height: 1.4;
    font-weight: 600;
    padding: 2% 2%;
    gap: 4%;
    border: 2px solid #dcccb6;
    border-radius: 6px;
    background-color: #36473f;
    justify-content: center;
    align-items: center;
  }
  .fv_img .btn_list li a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #dcccb6;
    border-right: 0;
    position: relative;
    right: 0;
  }
  #content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 114px;
  }
  .caution {
    margin: 54px 5% 0;
    text-align: center;
    line-height: 1.4;
  }
  .caution a {
    display: block;
    border: 3px solid #d11f22;
    color: #d11f22;
    padding: 8px 0 9px;
    transition-duration: .3s;
  }
  .caution a:hover {
    display: block;
    border: 3px solid #d11f22;
    color: #fff;
    background-color: #d11f22;
    text-decoration: none;
  }
  .web_reserve_list {
    width: 80%;
    max-width: 380px;
    margin: 30px auto 0;
  }
  .web_reserve_list li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .web_reserve_list li:last-of-type {
    margin-bottom: 0;
  }
  .web_reserve_list li a {
    display: flex;
    min-height: 92px;
    text-decoration: none;
    padding: 12px 0;
    border: 3px solid #967F51;
    background-color: #967F51;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 68px;
    transition-duration: .3s;
    text-align: center;
  }
  .web_reserve_list .link_ticket a {
    background-image: url(../img/index/circle_icon_01.png);
  }
  .web_reserve_list .link_rental a {
    background-image: url(../img/index/circle_icon_02.png);
  }
  .web_reserve_list .link_web a {
    background-image: url(../img/index/circle_icon_03.png);
  }
  .conts_info {
    width: 90%;
    float: left;
    clear: both;
    margin: 40px 5% 20px;
  }
  .conts_info img {
    display: block;
    width: 100%;
    height: auto;
  }
  .conts_info .facility_block h2 {
    margin-bottom: 12px;
  }
  .conts_info .facility_img {
    width: 100%;
    border: 1px solid #eaeaea;
    margin: 0 auto 50px;
  }
  .conts_info .map_block h2 {
    margin-bottom: 12px;
  }
  .conts_info h3 {
    background-color: #8B713E;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 4px 0 4px;
    margin-bottom: 16px;
  }
  .conts_info .img {
    margin-bottom: 20px;
  }
  .conts_info .situation .lift {
    margin-top: 14px;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 18px;
  }
  .conts_info .situation .lift .box {
    width: 100%;
    float: left;
    clear: both;
  }
  .conts_info .situation .lift .margin_bottom {
    margin-bottom: 10px;
  }
  .conts_info .situation .lift h4 {
    float: left;
    clear: both;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 14px 0 0;
    margin-bottom: 6px;
    color: #8B713E;
  }
  .conts_info .situation .lift .box .inner {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 1.2;
    padding: 3px 8px 2px;
    margin: 0 6px 8px 0;
    background-color: #ddd;
  }
  .conts_info .situation .lift .box ul {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-bottom: 26px;
  }
  .conts_info .situation .lift .box ul li {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
  }
  .conts_info .situation .lift .box ul li:nth-child(1) {
    width: 100%;
    text-align: center;
    background-color: #F8F8F8;
    padding: 6px 0 5px;
    margin-bottom: 10px;
  }
  .conts_info .situation .lift .box ul li:nth-child(2) {
    width: 24%;
  }
  .conts_info .situation .lift .box ul li:nth-child(3) {
    width: 30%;
  }
  .conts_info .situation .lift .box ul li:nth-child(4) {
    width: 42%;
  }
  .conts_info .situation .lift .menu_box .btn a {
    color: #947D4F;
  }
  .conts_info .situation .none_move {
    font-size: 1.2rem;
    color: #C15050;
    padding: 7px 0;
    line-height: 12px;
    font-weight: bold;
    float: left;
    width: 90px;
    text-align: center;
    border: 2px solid #C15050;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  .conts_info .situation .move {
    font-size: 1.2rem;
    color: #4b9d9c;
    padding: 7px 0;
    line-height: 12px;
    font-weight: bold;
    float: left;
    width: 90px;
    text-align: center;
    border: 2px solid #4b9d9c;
    border-radius: 4px;
    /* CSS3草案 */
    /* Safari,Google Chrome用 */
    /* Firefox用 */
    box-sizing: border-box;
  }
  .conts_info .situation .suspend {
    font-size: 1.2rem;
    color: #ebae30;
    padding: 7px 0;
    line-height: 12px;
    font-weight: bold;
    float: left;
    width: 90px;
    text-align: center;
    border: 2px solid #ebae30;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  .conts_info .situation .course {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 18px;
  }
  .conts_info .situation .price {
    width: 100%;
    float: left;
    clear: both;
  }
  .conts_info .situation .price .caution {
    margin: 0;
    text-align: justify;
    text-indent: -1em;
    padding-left: 1em;
  }
  .conts_info .situation .price .red {
    color: #C15050;
    font-weight: bold;
  }
  .conts_info .situation .course .box {
    width: 100%;
    float: left;
    clear: both;
  }
  .conts_info .situation .box .inner {
    display: inline-block;
    width: 59px;
    text-align: center;
    line-height: 1.2;
    padding: 3px 3px;
    margin: 0 6px 8px 0;
    background-color: #ddd;
  }
  .conts_info .situation .course .box ul {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 16px;
    text-align: center;
  }
  .conts_info .situation .course .box li {
    display: inline-block;
    vertical-align: middle;
  }
  .conts_info .situation .course .box .left li:nth-child(1) {
    width: 120px;
    text-align: right;
    padding-right: 10px;
  }
  .conts_info .situation .course .box .right li:nth-child(1) {
    width: 120px;
    text-align: right;
    padding-right: 10px;
  }
  #conts_nav {
    width: 90%;
    float: left;
    clear: both;
    margin: 40px 5% 40px;
  }
  .right_navi .navi ul li {
    line-height: 0px;
    width: 25%;
    float: left;
  }
  .right_navi {
    background-color: #FDFDFD;
    z-index: 9999999;
  }
  .right_navi .content {
    background-color: #fff;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 34px;
  }
  .right_navi .content .title {
    background-color: #8b713e;
    color: #F9F9F9;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .right_navi .content .weather {
    font-size: 1.4rem;
  }
  .right_navi .content .weather .outer {
    margin: 18px 24px 0;
  }
  .right_navi .content .weather .box {
    width: 46%;
    float: left;
    text-align: center;
    margin-right: 8%;
  }
  .right_navi .content .weather .mr_none {
    margin-right: 0;
  }
  .right_navi .content .weather .box .day {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
  .right_navi .content .weather .box .icon {
    width: 80px;
    margin: 0 auto 6px;
  }
  .right_navi .content .weather .box .temperature {
    margin-top: -10px;
  }
  .right_navi .content .weather .box .temperature dt {
    display: inline-block;
    color: #E52A2A;
  }
  .right_navi .content .weather .box .temperature dd {
    display: inline-block;
  }
  .right_navi .content .weather .box .temperature .blue {
    color: #0E55CA;
  }
  .right_navi .content .weather .bottom_box {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    margin-right: 21px;
  }
  .right_navi .content .weather table {
    width: 100%;
    line-height: 25px;
  }
  .right_navi .content .weather table tr {
    border-bottom: 1px dashed #E5E5E6;
  }
  .right_navi .content .weather table th {
    padding-top: 10px;
    width: 90px;
  }
  .right_navi .content .weather table td {
    padding-top: 10px;
  }
  .right_navi .content .course {
    font-size: 1.4rem;
  }
  .right_navi .content .course .outer {
    margin: 12px 24px 0;
  }
  .right_navi .content .course .outer ul {
    width: 100%;
    text-align: center;
  }
  .right_navi .content .course .outer ul li {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: middle;
  }
  .right_navi .content .course .outer ul li:nth-child(1) {
    width: 100px;
    text-align: left;
  }
  .right_navi .content .course .outer .none_move {
    color: #C15050;
    padding: 7px 15px;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 70px;
    text-align: center;
    border: 2px solid #C15050;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  .right_navi .content .course .outer .move {
    color: #4b9d9c;
    padding-top: 7px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 7px;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 90px;
    text-align: center;
    border: 2px solid #4b9d9c;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  .right_navi .content .live_camera {
    font-size: 1.4rem;
  }
  .right_navi .content .live_camera .outer {
    margin: 20px 0 0;
  }
  .right_navi .content .live_camera .outer .banner {
    margin: 0 10% 15px;
  }
  .right_navi .content .live_camera .outer .banner:last-of-type {
    margin-bottom: 0;
  }
  .right_navi .content .live_camera .outer .banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .right_navi .content .live_camera .outer iframe {
    width: 100%;
    height: 300px;
  }
  .right_navi .content .lift_season {
    font-size: 1.4rem;
  }
  .right_navi .content .lift_season .outer {
    display: flex;
    margin: 20px 5% 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .right_navi .content .lift_season .outer .banner {
    width: 48%;
  }
  .right_navi .content .lift_season .outer .banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .right_navi .content .tickets {
    font-size: 1.4rem;
  }
  .right_navi .content .tickets .outer {
    margin: 20px 5% 0;
  }
  .right_navi .content .tickets .outer .banner {
    width: 100%;
  }
  .right_navi .content .tickets .outer .banner a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .right_navi .content .lift {
    font-size: 1.4rem;
  }
  .right_navi .content .lift .outer {
    margin-top: 12px;
    margin-right: 10px;
    margin-left: 14px;
    margin-bottom: 0;
  }
  .right_navi .content .lift .outer ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 15px;
  }
  .right_navi .content .lift .outer ul li {
    font-size: 1.3rem;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
  }
  .right_navi .content .lift .outer ul li:nth-child(1) {
    width: 54%;
    font-size: 1.2rem;
    text-align: left;
    white-space: nowrap;
    padding-right: 10px;
    margin-bottom: 8px;
  }
  .right_navi .content .lift .outer ul li:nth-child(2) {
    width: 46%;
    line-height: 1.5;
    text-align: left;
  }
  .right_navi .content .lift .outer ul li:nth-child(3) {
    width: 100%;
    text-align: left;
    white-space: nowrap;
  }
  .right_navi .content .lift .outer .none_move {
    color: #C15050;
    padding-top: 7px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 7px;
    line-height: 14px;
    font-weight: bold;
    float: left;
    width: 60px;
    text-align: center;
    border: 2px solid #C15050;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  .right_navi .content .lift .outer .move {
    color: #4b9d9c;
    padding: 7px 15px 7px 5px;
    line-height: 14px;
    font-weight: bold;
    width: 100%;
    display: block;
    max-width: 60px;
    text-align: center;
    border: 2px solid #4b9d9c;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_nav .button a {
    width: 100%;
    float: left;
    clear: both;
    color: #FFFFFF;
    padding: 16px 0 16px;
    font-weight: bold;
    border: 2px solid #3f3b34;
    text-align: center;
    border-radius: 6px;
    /* CSS3草案 */
    -webkit-border-radius: 6px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 6px;
    /* Firefox用 */
    background-image: url(../img/share/button_icon_side_off.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-color: #34312B;
    background-position: 20px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_nav .button a:hover {
    border: 2px solid #3f3b34;
    color: #3f3b34;
    text-decoration: none;
    transition-duration: 0.4s;
    background-image: url(../img/share/button_icon_side_brine.png);
    background-color: #FFFFFF;
  }
  #conts_course {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 62px;
    margin-bottom: 80px;
  }
  #conts_news {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5% 80px;
  }
  #conts_news .outer .box {
    width: 100%;
    margin-bottom: 34px;
  }
  #conts_news .outer .box:nth-child(even) {
    margin-right: 0;
  }
  #conts_news .outer .box .img {
    margin-bottom: 3px;
  }
  #conts_news .outer .box .img img {
    width: 100%;
  }
  #conts_news .outer .box .day {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  #conts_news .outer .box dl {
    line-height: 1.5;
  }
  #conts_news .outer .box dl dt {
    font-size: 1.6rem;
    color: #947D4F;
    margin-bottom: 8px;
  }
  #conts_news .outer .box dl dt a {
    color: #947D4F;
  }
  #conts_news .outer .box dl dd {
    margin-bottom: 2px;
  }
  #conts_news .outer .box .more {
    text-align: right;
  }
  #conts_news .outer .box .more a {
    display: inline-block;
    font-size: 1.7rem;
    color: #947D4F;
    padding-left: 27px;
    background-image: url(../img/share/icon_more.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px;
    background-position: left 7px;
  }
  #conts_news .button a span {
    color: #8B713E;
    font-size: 16px;
    width: 100%;
    float: left;
    clear: both;
    padding: 11px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #8B713E;
    text-align: center;
    display: inline-block;
  }
  #conts_news .button a span:before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../img/share/button_icon_side_on.png);
    background-repeat: no-repeat;
    background-position: -1px 0;
    background-size: contain;
    display: inline-block;
    padding-left: 10px;
  }
  #conts_event {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5% 80px;
  }
  #conts_event .outer .calendar {
    margin-bottom: 24px;
  }
  #conts_event .outer .post ul {
    margin-bottom: 6px;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  #conts_event .outer .post ul li {
    display: contents;
    text-align: center;
  }
  #conts_event .outer .post ul li a {
    width: 50%;
    background-color: #3F3C37;
    color: #FFFFFF;
    padding: 4px 0 2px;
  }
  #conts_event .outer .post ul li a.now {
    background-color: #8c7137;
    text-decoration: none;
    line-height: 1.6;
  }
  #conts_event .outer .post ul .off {
    width: 50%;
    float: left;
    background-color: #efefef;
    color: #b9b5b5;
  }
  #conts_event .outer .post .caution {
    font-size: 10px;
    line-height: 1.5;
    margin: 0 auto 12px;
    text-align: left;
  }
  #conts_event .outer .post .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 4px;
  }
  #conts_event .outer .post .box .img {
    width: 80px;
    float: left;
    margin-right: 10px;
  }
  #conts_event .outer .post .box .inner {
    margin-top: 8px;
  }
  #conts_event .outer .post .box .inner .day {
    font-size: 1.3rem;
    line-height: 1.0;
    margin-bottom: 4px;
  }
  #conts_event .outer .post .box .inner .title {
    line-height: 1.5;
    font-size: 1.4rem;
    height: 44px;
    overflow: hidden;
  }
  #conts_event .outer .post .box .inner .title a {
    color: #8c7137;
  }
  #conts_event .outer .post .more {
    text-align: right;
  }
  #conts_event .outer .post .more a {
    display: inline-block;
    font-size: 1.7rem;
    color: #947D4F;
    padding-left: 27px;
    background-image: url(../img/share/icon_more.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px;
    background-position: left 7px;
  }
  #conts_reservation {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 80px;
  }
  #conts_reservation .move_img, #conts_reservation .move_img_rev {
    width: 100%;
    height: 96px;
    float: left;
    clear: both;
    background-image: url(../img/index/move_img_01.jpg);
    background-position: top center;
    background-size: cover;
  }
  #conts_reservation .move_img {
    -webkit-animation-name: gallerySlideLeft;
    -webkit-animation-duration: 70;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: gallerySlideLeft;
    -moz-animation-duration: 70s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: gallerySlideLeft;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-repeat: repeat-x;
  }
  @keyframes gallerySlideLeft {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: -1907px 0px;
    }
  }
  @-webkit-keyframes gallerySlideLeft {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: -1907px 0px;
    }
  }
  @-moz-keyframes gallerySlideLeft {
    0% {
      background-position: 0px 0px;
    }
    100% {
      background-position: -1907px 0px;
    }
  }
  #conts_reservation .move_img_rev {
    -webkit-animation-name: gallerySlideRight;
    -webkit-animation-duration: 70;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: gallerySlideRight;
    -moz-animation-duration: 70s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: gallerySlideRight;
    animation-duration: 70s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-repeat: repeat-x;
  }
  @keyframes gallerySlideRight {
    0% {
      background-position: -1907px 0px;
    }
    100% {
      background-position: 0px 0px;
    }
  }
  @-webkit-keyframes gallerySlideRight {
    0% {
      background-position: -1907px 0px;
    }
    100% {
      background-position: 0px 0px;
    }
  }
  @-moz-keyframes gallerySlideRight {
    0% {
      background-position: -1907px 0px;
    }
    100% {
      background-position: 0px 0px;
    }
  }
  #conts_reservation .reservation_inner {
    width: 90%;
    float: left;
    clear: both;
    padding: 0 5% 50px;
    background-color: #2D2820;
    background-image: url(../img/index/bg_reservation_2.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #conts_reservation .reservation_inner .box {
    width: 100%;
    float: left;
    clear: both;
  }
  #conts_reservation .reservation_inner .box .lead {
    color: #FFFFFF;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  #conts_reservation .reservation_inner .box .lead dt {
    font-size: 2.0rem;
    margin-bottom: 4px;
    text-align: center;
  }
  #conts_reservation .reservation_inner .box #search {
    background-color: #E9E4D9;
    color: #947D4F;
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 24px;
  }
  #conts_reservation .reservation_inner .box #search .title {
    color: #FFFFFF;
    background-color: #3F3C37;
    text-align: center;
    font-size: 16px;
    padding: 6px 0;
    font-weight: bold;
    margin-bottom: 18px;
  }
  #conts_reservation .reservation_inner .box #search dl {
    margin-bottom: 16px;
    padding: 0 16px;
    width: 100%;
    float: left;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #conts_reservation .reservation_inner .box #search dl dt {
    font-weight: bold;
    margin-bottom: 2px;
  }
  #conts_reservation .reservation_inner .box #search dl dd {
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box #search .small {
    font-size: 13px;
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box #search th {
    font-weight: bold;
  }
  #conts_reservation .reservation_inner .box #search td {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    padding: 0 0 8px;
  }
  #conts_reservation .reservation_inner .box #search td img {
    width: 20px;
    vertical-align: middle;
  }
  #conts_reservation .reservation_inner .box #search .meal dt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  #conts_reservation .reservation_inner .box #search .meal dd {
    display: inline-block;
    vertical-align: middle;
  }
  #conts_reservation .reservation_inner .box #search .room table {
    width: auto;
  }
  #conts_reservation .reservation_inner .box #search .btn {
    width: 150px;
    margin: 0 auto;
    text-align: center;
  }
  #conts_reservation .reservation_inner .box #search .btn button {
    width: 100%;
    float: left;
    clear: both;
    background-color: #d23f3f;
    color: #FFFFFF;
    padding: 6px 0 5px;
    font-weight: bold;
    border: 2px solid #D23F3F;
    font-size: 13px;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
  }
  #conts_reservation .reservation_inner .box #search .btn button:hover {
    border: 2px solid #D23F3F;
    background-color: #FFFFFF;
    color: #D23F3F;
    text-decoration: none;
    transition-duration: 0.4s;
  }
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
  }
  #conts_reservation .reservation_inner .box #search select {
    border: 1px solid #C1B397;
    background-color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 0 7px 10px;
    width: 54px;
    border-radius: 4px;
    /* CSS3草案 */
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    background-position: right 7px center;
    background-size: 6px;
    background-image: url(../img/index/ico_select_02.png);
    background-repeat: no-repeat;
  }
  #conts_reservation .reservation_inner .box #search select#year {
    width: 72px;
  }
  #conts_reservation .reservation_inner .box #search select#meal {
    width: 108px;
  }
  #conts_reservation .reservation_inner .box #search input[type="checkbox"] {
    background: #000;
  }
  #conts_sns {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0;
    margin-bottom: 60px;
  }
  #conts_sns .facebook_wrapper {
    text-align: center;
  }
  #conts_sns .facebook {
    background-color: #2A57B2;
    margin-bottom: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
  }
  #conts_sns .facebook .title {
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    font-weight: bold;
  }
  #conts_sns .fb_iframe_widget span {
    display: block;
    width: 90% !important;
    margin: 0 auto;
  }
  #conts_sns .fb_iframe_widget iframe {
    width: 100% !important;
  }
  .slide {
    overflow: hidden;
  }
  .slide-inner img, .slide-inner video {
    display: block;
    height: 520px;
    width: 100%;
    object-fit: cover;
  }
  #conts_sns .instagram {
    width: 90vw;
    clear: both;
    margin-bottom: 30px;
    padding: 20px 5vw 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f8f8;
    position: relative;
    word-break: break-all;
  }
  #conts_sns .instagram .title {
    color: #9D9D9D;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    font-weight: bold;
  }
  #conts_sns .swiper {
    overflow-x: hidden;
    height: 90vw;
  }
  #conts_sns .swiper-pagination {
    bottom: 6px;
  }
  #conts_banner {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5% 40px;
  }
  #conts_banner ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
  }
  #conts_banner ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  #conts_banner ul.hotel_banner li {
    width: 100%;
  }
  #conts_banner ul li img {
    display: block;
    width: 100%;
  }
  #conts_banner .single_banner {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 10px;
    border: 1px solid #c6c7c0;
  }
  #conts_banner .single_banner img {
    display: block;
    width: 100%;
    height: auto;
  }
  #calendar {
    width: 100%;
    margin-bottom: 40px;
  }
  #calendar .calendar {
    width: 100%;
    clear: both;
    background-color: #fff;
  }
  #calendar .year {
    font-size: 16px;
    font-weight: bold;
  }
  .calendar_controller {
    text-align: center;
  }
  #calendar .month {
    color: #676767;
    font-size: 2.8rem;
    font-weight: bold;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 14px;
    vertical-align: middle;
  }
  #calendar .small {
    font-size: 22px;
  }
  #calendar .button {
    color: #c3dde8;
    display: inline-block;
    vertical-align: middle;
  }
  #calendar .text {
    line-height: 14px;
    color: #8c7137;
    font-size: 11px;
    text-align: left;
  }
  #calendar .text a {
    color: #8c7137;
  }
  #calendar th {
    font-weight: bold;
    border: 1px solid #c6c6c6;
    width: 14%;
    background-color: #666666;
    text-align: center;
    color: #fff;
  }
  #calendar td {
    font-weight: bold;
    border: 1px solid #c6c6c6;
    text-align: center;
    line-height: 1em;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 1px;
    padding-left: 1px;
    height: 50px;
  }
  #calendar .name_cell_0 {
    background-color: #c46067;
  }
  #calendar .name_cell_6 {
    background-color: #6386ba;
  }
  /*曜日で色変更*/
  /*月曜日*/
  #calendar .date_wday_1 {
    background-color: #FFF;
  }
  /*火曜日*/
  #calendar .date_wday_2 {
    background-color: #FFF;
  }
  /*水曜日*/
  #calendar .date_wday_3 {
    background-color: #FFF;
  }
  /*木曜日*/
  #calendar .date_wday_4 {
    background-color: #FFF;
  }
  /*金曜日*/
  #calendar .date_wday_5 {
    background-color: #FFF;
  }
  /*土曜日*/
  #calendar .date_wday_6 {
    color: #00a2ea;
    background-color: #FFF;
  }
  /*日曜日*/
  #calendar .date_wday_7 {
    color: #ff7f53;
    background-color: #FFF;
  }
  /*セレクトで色変更*/
  /*平日*/
  #calendar .date_cell_1 {
    background-color: #FFF;
  }
  /*休診日*/
  #calendar .date_cell_2 {
    background-color: #ffd1b7;
    color: #ff5333;
  }
  /*午前休*/
  #calendar .date_cell_3 {
    background-color: #f9ed4f;
  }
  /*午後休診*/
  #calendar .date_cell_4 {
    background-color: #ddf0f8;
  }
  /*当番医*/
  #calendar .date_cell_5 {
    background-color: #afd48c;
  }
  #calendar .day {
    padding-bottom: 5px;
    text-align: left;
    font-size: 18px;
  }
  #calendar .calendar p span {
    color: #ff5333;
    font-weight: bold;
  }
  #SH-001 {
    position: absolute;
    display: block;
    width: 350px;
    border: 3px solid #FFFFFF;
    background: #E9E4D9;
    z-index: 1000;
    padding: 15px;
  }
  #SH-001 dl {
    border-bottom: none !important;
    margin: 0 0 0 0;
  }
  #SH-001 dl dt {
    height: 24px;
    width: 60% ! important;
    float: left;
    border-bottom: dotted 1px #fff;
    padding-bottom: 3px;
    margin-bottom: 6px;
  }
  #SH-001 dd {
    margin-top: 0px;
    height: 24px;
    width: 40% !important;
    float: left;
    border-bottom: dotted 1px #fff;
    padding-bottom: 3px;
    margin-bottom: 6px;
    text-align: right;
  }
  #SH-001 p {
    width: 100%;
    text-align: center;
  }
  #SH-001 span {
    width: 150px;
    margin: auto;
    display: block;
  }
  #SH-001 span input {
    width: 100%;
    float: left;
    clear: both;
    background-color: #d23f3f;
    color: #FFFFFF;
    padding: 2px 0 1px;
    font-weight: bold;
    border: 2px solid #D23F3F;
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 4px;
    /* Firefox用 */
    cursor: pointer;
  }
  #SH-001 span input:hover {
    border: 2px solid #D23F3F;
    background-color: #FFFFFF;
    color: #D23F3F;
    text-decoration: none;
    transition-duration: 0.4s;
  }

  #slider {
    width: 100%;
    height: 85vw;
    position: relative;
    z-index: 1;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  #slider .slide {
    text-align: center;
    width: 100%;
  }
  #slider .slide {
    width: 100%;
    height: 85vw;
    padding-top: 0px;
    margin-right: auto;
    margin-left: auto;
    background-position: center top;
    background-size: cover;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
  }
  #slider .slide_01 {
    background-image: url(../img/index/slider_21.jpg);
  }
  #slider .slide_02 {
    background-image: url(../img/index/slider_22.jpg);
  }
  #slider .slide_03 {
    background-image: url(../img/index/slider_23.jpg);
  }
}