@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
  body {
    font-family: 'Noto Sans Japanese', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 28px;
    color: #000;
  }
  .pc_none {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: block;
    width: 110px;
    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;
  }
  #container {
    width: 100%;
    float: left;
    clear: both;
    background-size: 100%;
    min-width: 1320px;
  }
  header {
    width: 100%;
    float: left;
    clear: both;
  }
  header .auto {
    width: 95%;
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
  }
  header .common_area .logo {
    padding-right: 50px;
    vertical-align: bottom;
    margin: auto auto 0 0px;
  }
  header .common_area .logo a, header .common_area .logo img {
    display: block;
  }
  header .common_area {
    width: 100%;
    clear: both;
    padding: 15px 0 21px;
  }
  header .common_area h1 {
    line-height: 20px;
    font-size: 14px;
    color: #8B713E;
    margin: auto 40px auto auto;
  }
  header .common_area ul {
    margin: auto 50px auto 0;
  }
  header .common_area ul li {
    float: left;
    margin-right: 14px;
  }
  header .common_area ul li a, header .common_area ul li img {
    display: block;
  }
  header .common_area .h_right_menu {
    width: 160px;
    margin: auto 0;
  }
  header .common_area .h_right_menu li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    margin: auto;
  }
  header .common_area .h_right_menu>li {
    width: 100%;
    display: block;
    float: none;
  }
  header .common_area .h_right_menu li>p {
    display: block;
  }
  header .common_area .h_right_menu li>p img {
    width: 100%;
    height: auto;
  }
  header .common_area .h_right_menu .link_list {
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2d2820;
    margin-top: -18px;
    text-align: center;
    z-index: 999999999;
  }
  header .common_area .h_right_menu .link_list:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -24px;
    left: 0;
  }
  header .common_area .button {
    display: block;
    text-align: center;
    margin: 0 10px;
  }
  header .common_area .button a {
    display: block;
    text-decoration: none;
  }
  header .common_area .button a img {
    height: 52px;
    display: block;
    width: auto;
  }
  header .common_area .button_red a {
    box-shadow: 0 3px 0 #992424;
    -webkit-box-shadow: 0 3px 0 #992424;
    background-color: #D23F3F;
  }
  header .common_area .button_red a:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0px);
    transition-duration: 0.3s;
  }
  /*header .movie_wrapper {
    width: 100%;
    height: 100%;
    padding-top: 56.2%;
    overflow: hidden;
    position: relative;
  }
  header .movie_wrapper iframe {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
  }*/

  #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%;
  }
  .news {
    width: 100%;
    float: left;
    clear: both;
    padding: 5px 0 4px;
    background-color: #967F51;
  }
  .news p {
    color: #fff;
  }
  .navi_bg {
    background-color: #2D2820;
    width: 100%;
    float: left;
    clear: both;
  }
  .navi_pc {
    float: left;
    width: 100%;
    text-align: left;
    height: 95px;
    clear: both;
    background-color: #2D2820;
  }
  .navi_pc .navi_btn {
    float: left;
    width: 11%;
    text-align: left;
    background-color: #2d2820;
    height: 95px;
    font-size: 14px;
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
  }
  .navi_pc .navi_btn .off {
    float: left;
    width: 100%;
    text-align: center;
    height: 48px;
    display: block;
    color: #999;
  }
  .navi_pc .navi_btn p {
    float: left;
    width: 100%;
    text-align: center;
    height: 48px;
    display: block;
    font-size: 14px;
    padding-top: 23px;
    padding-bottom: 24px;
    color: #FFF;
  }
  .navi_pc .navi_btn a {
    float: left;
    width: 100%;
    text-align: center;
    height: 48px;
    display: block;
    padding-top: 23px;
    padding-bottom: 24px;
    color: #FFF;
    text-decoration: none;
  }
  .navi_pc .navi_btn .on {
    color: #FFF;
    background-color: #8B713E;
  }
  .navi_pc .navi_btn .over:hover {
    float: left;
    text-align: center;
    background-color: #8A703E;
    text-decoration: none;
  }
  .navi_pc .navi_btn a:hover {
    float: left;
    width: 100% !important;
    text-align: center;
    height: 48px;
    display: block;
    color: #FFF;
    padding-top: 23px;
    padding-bottom: 24px;
    background-color: #8b713b;
    text-decoration: none;
  }
  #conts_page_title {
    width: 100%;
    height: 446px;
    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: 446px;
    float: left;
    clear: both;
    background-image: url(../img/share/title_pattern.png);
  }
  #conts_page_title h2 {
    font-weight: bold;
    font-size: 32px;
    margin-top: 180px;
    margin-bottom: 20px;
  }
  #conts_page_title .eng {
    font-weight: bold;
    font-size: 20px;
  }
  footer {
    width: 100%;
    float: left;
    clear: both;
    min-width: 1320px;
    color: #8B713E;
  }
  footer .auto {
    width: 1200px;
    margin: 0 auto;
  }
  #footer_info {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 36px;
    padding-bottom: 56px;
    background-image: url(../img/share/bg_footer.jpg);
  }
  #footer_info .l_box {
    width: 388px;
    float: left;
  }
  #footer_info .l_box .logo {
    margin-bottom: 18px;
  }
  #footer_info .l_box .asama_img {
    width: 320px;
    margin-bottom: 10px;
  }
  #footer_info .l_box .asama_img img {
    display: block;
    width: 100%;
    height: auto;
  }
  #footer_info .l_box .text {
    color: #8B713E;
    line-height: 24px;
    margin-bottom: 17px;
  }
  #footer_info .l_box ul {}
  #footer_info .l_box ul li {
    float: left;
    width: 30px;
    margin-right: 14px;
  }
  #footer_info .r_box {
    float: right;
  }
  #footer_info .r_box .top_link {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 24px;
  }
  #footer_info .r_box .top_link .inner {
    float: left;
    margin-right: 58px;
  }
  #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: 8px;
  }
  #footer_info .r_box .top_link .inner ul {}
  #footer_info .r_box .top_link .inner ul li {
    font-size: 14px;
    line-height: 24px;
  }
  #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;
  }
  #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: 14px;
  }
  .pickup_bord p {
    float: left;
    overflow: hidden;
    margin-right: 10px;
  }
  .pickup_bord p.message {
    width: 1000px;
  }
  .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(85vw - 65px));
  }
  to {
    transform: translate(-100%);
  }
}