@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
  }
  #back-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    display: block;
    width: 60px;
    z-index: 99;
    clear: both;
    float: left;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }
  #back-top.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .sp_none {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
    line-height: 0px;
  }
  table {
    width: 100%;
  }
  html, body {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    background: #848484;
  }
  body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans Japanese', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7;
    color: #000;
    font-size: 1.5rem;
    text-align: left;
  }
  #container {
    width: 100%;
    clear: both;
    float: left;
    display: table;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
  }
  header {
    width: 100%;
    float: left;
    clear: both;
  }
  header .common_area {
    width: 92%;
    float: left;
    clear: both;
    padding: 16px 4% 14px;
  }
  header .common_area .logo {
    float: left;
    width: 160px;
  }
  header .common_area .reservation {
    float: right;
    width: 68px;
    line-height: 0;
    margin-right: 50px;
  }
  header .common_area h1 {
    float: right;
    line-height: 20px;
    font-size: 14px;
    color: #8B713E;
    margin-top: 9px;
    margin-right: 4px;
    display: none;
  }
  header .common_area ul {
    float: right;
    margin-top: 22px;
    display: none;
  }
  header .common_area ul li {
    float: left;
    margin-right: 14px;
  }
  header .common_area .button a {
    width: 202px;
    float: right;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    box-shadow: 0 4px 0 #a31f1f;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 9px 0 4px;
    -webkit-box-shadow: 0 4px 0 #a31f1f;
    background-color: #d23f3f;
    margin-top: 9px;
    margin-left: 6px;
    display: none;
  }
  header .common_area .button a:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0px);
  }
  /*header .movie_wrapper {
        width: 100%;
        height: 56.25vw;
        overflow: hidden;
    }
    header .movie_wrapper iframe {
        width: 100%;
        height: 100%;
    }*/

  .news {
    width: 92%;
    float: left;
    clear: both;
    padding: 8px 4% 8px;
    background-color: #8b713e;
    z-index: 5;
    position: relative;
  }
  .news p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    /*  height: 36px; */
    overflow: hidden;
  }
  #conts_page_title {
    width: 100%;
    height: 326px;
    float: left;
    clear: both;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
  }
  #conts_page_title .bg {
    width: 100%;
    height: 326px;
    float: left;
    clear: both;
    background-image: url(../img/share/title_pattern.png);
  }
  #conts_page_title h2 {
    font-weight: bold;
    font-size: 2.6rem;
    margin-top: 110px;
    margin-bottom: 10px;
  }
  #conts_page_title .eng {
    font-weight: bold;
    font-size: 1.6rem;
  }
  footer {
    width: 100%;
    float: left;
    clear: both;
    color: #8B713E;
  }
  #footer_info {
    width: 92%;
    float: left;
    clear: both;
    padding: 50px 4% 40px;
    background-image: url(../img/share/bg_footer.jpg);
  }
  #footer_info .l_box {
    margin-bottom: 30px;
  }
  #footer_info .l_box .logo {
    margin: 0 auto 15px;
    width: 106px;
  }
  #footer_info .l_box .asama_img {
    margin-bottom: 14px;
    width: 280px;
  }
  #footer_info .l_box .text {
    color: #8B713E;
    line-height: 24px;
    margin-bottom: 16px;
  }
  #footer_info .l_box ul {}
  #footer_info .l_box ul li {
    display: inline-block;
    width: 30px;
    margin: 0 12px 0 0;
  }
  #footer_info .r_box {
    /*float: right;*/
  }
  #footer_info .r_box .top_link {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 28px;
  }
  #footer_info .r_box .top_link .inner {
    float: left;
    margin-right: 58px;
    margin-bottom: 20px;
  }
  #footer_info .r_box .top_link .inner:last-child {
    margin-right: 0px;
  }
  #footer_info .r_box .top_link .inner .title {
    font-weight: bold;
    margin-bottom: 4px;
  }
  #footer_info .r_box .top_link .inner ul {}
  #footer_info .r_box .top_link .inner ul li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #footer_info .r_box a {
    color: #8B713E;
  }
  #footer_info .r_box .bottom_link {
    clear: both;
    width: 100%;
    float: left;
  }
  #footer_info .r_box .bottom_link ul {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 2px;
  }
  #footer_info .r_box .bottom_link ul li {
    float: left;
    margin-right: 7px;
    font-size: 1.4rem;
  }
  #footer_info .r_box .bottom_link ul li:after {
    content: "|";
    padding-left: 8px;
  }
  #footer_info .r_box .bottom_link ul li:last-child {
    content: none;
  }
  .copywriter {
    width: 100%;
    float: left;
    clear: both;
    background-color: #3F3C37;
    padding: 12px 0 8px;
    text-align: center;
    font-size: 1.0rem;
  }
  /*===============================================
●スマホメニュー
===============================================*/
  #container {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
  }
  #container__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 50px 0;
    background: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
  }
  .drawer-menu ul {
    margin: 0 20px;
    border-top: 1px solid #323232;
  }
  .drawer-menu li {
    border-bottom: 1px solid #323232;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .8s;
    transition: all .8s;
    padding-left: 34px;
  }
  .drawer-menu li a:hover {
    text-decoration: none;
  }
  .drawer-menu .sub li a {
    background-image: url(../img/share/icon_nav.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 12px center;
  }
  .drawer-menu>ul>li {
    background-position-y: 16px;
  }
  .drawer-menu .sp_nav_01 {
    background-image: url(../img/share/nav_01.png);
    background-size: 30px;
  }
  .drawer-menu .sp_nav_02 {
    background-image: url(../img/share/nav_02.png?20220825);
    background-size: 32px;
  }
  .drawer-menu .sp_nav_03 {
    background-image: url(../img/share/nav_03.png);
    background-size: 34px;
  }
  .drawer-menu .sp_nav_04 {
    background-image: url(../img/share/nav_04.png);
    background-size: 38px;
  }
  .drawer-menu .sp_nav_05 {
    background-image: url(../img/share/nav_05.png);
    background-size: 34px;
  }
  .drawer-menu .sp_nav_06 {
    background-image: url(../img/share/nav_06.png);
    background-size: 34px;
  }
  .drawer-menu .sp_nav_07 {
    background-image: url(../img/share/nav_07.png);
    background-size: 34px;
  }
  .drawer-menu .sp_nav_08 {
    background-image: url(../img/share/nav_08.png);
    background-size: 34px;
  }
  .drawer-menu .sp_nav_09 {
    background-image: url(../img/share/nav_09.png);
    background-size: 35px;
  }
  .drawer-menu .sns {
    text-align: center;
    margin-top: 28px;
  }
  .drawer-menu .sns p {
    width: 32px;
    display: inline-block;
    margin: 0 10px;
  }
  .drawer-menu ul.sub {
    display: none;
    margin: 0;
  }
  .drawer-menu ul.sub li a {
    margin-left: 20px;
    padding-left: 30px;
  }
  .drawer-menu span.icon {
    position: absolute;
    right: 30px;
  }
  /* checkbox */
  .check {
    display: none;
  }
  /* menu button - label tag */
  .menu-btn {
    position: absolute;
    display: block;
    top: 12px;
    right: 10px;
    display: block;
    width: 36px;
    height: 36px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
  }
  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 36px;
    height: 2px;
    background: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .bar.middle {
    top: 10px;
    opacity: 1;
  }
  .bar.bottom {
    top: 20px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  .menu-btn__text {
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: auto;
    color: #000;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .menu-btn:hover .bar {
    background: #999;
  }
  .menu-btn:hover .menu-btn__text {
    color: #999;
  }
  .close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }
  /* checked */
  .check:checked~.drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
  }
  .check:checked~#container {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .check:checked~.menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
  }
  .check:checked~.menu-btn .bar.top {
    width: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }
  .check:checked~.menu-btn .bar.middle {
    opacity: 0;
  }
  .check:checked~.menu-btn .bar.bottom {
    width: 40px;
    top: 26px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }
  .check:checked~.close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }
  .drawer-menu .link {
    margin-top: 15px;
  }
  .drawer-menu .link .button {
    text-align: center;
    margin: 5px 0;
  }
  .drawer-menu .link .button a img {
    width: 75%;
  }
  .pickup_bord p {
    float: left;
    overflow: hidden;
    margin-right: 10px;
  }
  .pickup_bord p.message {
    width: calc(88vw - 65px);
    margin-right: 0;
  }
  .pickup_bord span.text {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    animation:
      first 10s linear 3s alternate forwards, second 20s linear 13s infinite forwards;
  }
  @keyframes first {
    from {
      transform: translate(0);
    }
    to {
      transform: translate(-100%);
    }
  }
  @keyframes second {
    from {
      transform: translate(calc(88vw - 65px));
    }
    to {
      transform: translate(-100%);
    }
  }
}