@charset 'utf-8';

/*=======================================================
reset & common
=======================================================*/
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: bottom;
}
a {
  outline: 0;
  text-decoration: none;
}

body {
  position: relative;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.ti {
  text-indent: -9999px;
  overflow: hidden;
}

/*=======================================================
pc
=======================================================*/
@media screen and (min-width: 769px) {
  .only_sp {
    display: none !important;
  }
  .bg {
    width: 50%;
    height: 100%;
    min-height: 100vh;
    background-image: url(../images/pc/bg.png);
    position: absolute;
    top: 0;
  }
  .bg_r {
    background-position: right 9px top;
    right: 50%;
  }
  .bg_l {
    background-position: left top;
    left: 50%;
  }

  .header {
    position: relative;
  }

  .container {
    width: 830px;
    height: 100%;
    min-height: 100vh;
    background: url(../images/pc/bg_long.png) repeat-y left top;
    position: relative;
    z-index: 100;
    margin: auto;
    padding: 50px 0 70px;
  }

  .wrapper {
    position: relative;
  }
  .site_logo a {
    display: block;
    width: 235px;
    height: 80px;
    background: url(../images/pc/site_logo.png) no-repeat;
  }
  .parts01 {
    width: 316px;
    position: absolute;
    top: 6px;
    right: 86px;
    letter-spacing: -8px;
  }
  .parts02 {
    position: absolute;
    top: 6px;
    right: 6px;
    letter-spacing: -8px;
  }
  .parts01 a {
    display: block;
    vertical-align: middle;
    position: absolute;
  }
  .parts02 a {
    display: inline-block;
    vertical-align: middle;
  }
  .parts_r {
    width: 316px;
    height: 58px;
    background: url(../images/pc/reserve.png) no-repeat center;
    background-size: 265px auto;
    background-position:  center right 10px;
    border: 2px solid #fff;
    top: 0px;
    right: 0px;
  }
  .parts_r:hover {
    background-image: url(../images/pc/reserve_on.png);
    background-size: 265px auto;
    top: 0px;
    right: 0px;
  }
  .parts_r2 {
    width: 120px;
    height: 58px;
    background: url(../images/pc/course.png) no-repeat center;
    background-size: 94px auto;
    border: 2px solid #fff;
    top: 66px;
    left: 0px;
  }
  .parts_r2:hover {
    background-image: url(../images/pc/course_on.png);
    background-size: 94px auto;
    top: 66px;

  }
  .parts_r3 {
    width: 184px;
    height: 58px;
    background: url(../images/pc/takeout.png) no-repeat;
    background-size: 120px auto;
    background-position:  center right 10px;
    border: 2px solid #fff;
    /* top: 198px;
    right: 0px; */
    top: 132px;
    right: 0px;
  }
  .parts_r3:hover {
    background-image: url(../images/pc/takeout_on.png);
    background-size: 120px auto;
    background-position:  center right 10px;
    /* top: 198px;
    right: 0px; */
    top: 132px;
    right: 0px;
  }
  .parts_r4 {
    width: 120px;
    height: 58px;
    background: url(../images/pc/wine.png) no-repeat;
    background-size: 68px auto;
    background-position:  center right 10px;
    border: 2px solid #fff;
    top: 132px;
    left: 0px;
  }
  .parts_r4:hover {
    background-image: url(../images/pc/wine_on.png);
    background-position:  center right 10px;
  }
  .parts_r5 {
    width: 184px;
    height: 58px;
    background: url(../images/pc/grand.png) no-repeat;
    background-size: 164px auto;
    background-position:  center right 10px;
    border: 2px solid #fff;
    /* top: 132px;
    right: 0px; */
    top: 66px;
    right: 0px;
  }
  .parts_r5:hover {
    background-image: url(../images/pc/grand_on.png);
    background-position:  center right 10px;
    /* top: 132px;
    right: 0px; */
    top: 66px;
    right: 0px;
  }
  .parts_f {
    width: 29px;
    height: 29px;
    background: url(../images/pc/icon_f.png) no-repeat;
    margin: 0 7px 0 21px;
  }
  .parts_i {
    width: 29px;
    height: 29px;
    background: url(../images/pc/icon_i.png) no-repeat;
  }

  .main_contents {
    margin-top: 50px;
  }
  .moreinfo {
    display: block;
    width: 186px;
    height: 52px;
    background: url(../images/pc/moreinfo.png) no-repeat center;
    border: 2px solid #fff;
    margin-left: 12px;
  }
  .moreinfo:hover {
    background-image: url(../images/pc/moreinfo_on.png);
  }
  .contents {
    margin-top: 50px;
  }
  .cnt1 {
    padding-left: 11px;
    float: left;
  }
  .cnt1 i {
    display: block;
    margin-bottom: 15px;
  }
  .location {
    margin-bottom: 37px;
  }
  .location i {
    width: 70px;
    height: 20px;
    background: url(../images/pc/icon_location.png);
    background-size: contain;
  }
  .contact i {
    width: 66px;
    height: 20px;
    background: url(../images/pc/icon_contact.png);
    background-size: contain;
  }
  .address {
    display: block;
    width: 261px;
    height: 83px;
    background: url(../images/pc/address.png) no-repeat;
  }
  .address:hover {
    background-image: url(../images/pc/address_on.png);
  }
  .tel {
    display: block;
    width: 129px;
    height: 15px;
    background: url(../images/pc/tel.png) no-repeat;
    margin-bottom: 5px;
  }
  .mail {
    display: block;
    width: 129px;
    height: 15px;
    background: url(../images/pc/mail.png) no-repeat;
  }
  .mail:hover {
    background-image: url(../images/pc/mail_on.png);
  }
  .cnt2 {
    width: 270px;
    height: 198px;
    margin: 45px 10px 0 0;
    background: url(../images/pc/txt2.png) no-repeat;
    float: right;
  }

  .large_log {
    width: 830px;
    height: 194px;
    background: url(../images/pc/large_logo.png);
    margin-top: 78px;
  }
  .recruit_cnt {
        height: 57px;  
      margin-top: 34px;
  }
  .recruit_link {
    width: 82px;
    height: 57px;
    background: url(../images/pc/recruit_link.png) no-repeat center;
    background-size: 56px auto;
    border: 2px solid #fff;
    position: absolute;
    left: 11px;
  }
  .recruit_link:hover {
    background: url(../images/pc/recruit_link_on.png) no-repeat center;
  }

  /* Recruit */
  .recruit {
    margin-bottom: 37px;
  }
  .recruit i {
    width: 78px;
    height: 19px;
    background: url(../images/pc/recruit.png) no-repeat;
    background-size: contain;
    margin-bottom:30px;
  }
  /* menu */
  .menu {
      margin-bottom: 35px;
  }
  .menu h2 i {
    width: 101px;
    height: 20px;
    background: url(../images/pc/menu_tit2.png) no-repeat;
    background-size: contain;
  }
  .menu .course h2 i{
    width: 108px;
        background-image: url(../images/pc/menu_tit3.png) ;

  }
  .menu_footer {
      /* display: flex; */
  }
  .wine_menu {
      margin-right: 0px;
  }
  .wine_menu h2 i {
    width: 86px;
    height: 20px;
    background: url(../images/pc/wine_list_tit.jpg) no-repeat;
    background-size: contain;
  }
  .wine_menu a:hover {
      opacity: 0.6;
  }

  .menu_footer p {
      /* padding: 2px 0 0; */
      margin-top: 70px;
  }
}


/*=======================================================
sp & tablet
=======================================================*/
@media screen and (max-width: 768px) {
  body {
    background: url(../images/sp/sp_bg.png) repeat-y;
    background-size: 350px 1px;
  }
  .only_pc {
    display: none !important;
  }
  .bg {
    display: none;
  }
  .site_logo a {
    display: block;
    width: 350px;
    height: 94px;
    background: url(../images/sp/sp_large_logo.png) no-repeat;
    background-size: contain;
  }
  .container {
    padding-top: 32px;
  }
  .header {
    padding: 0 0 0 0;
    position: relative;
  }
  .parts {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .parts a {
    display: block;
    vertical-align: middle;
  }
  .parts_r {
    display: block;
    width: 300px;
    height: 57px;
    background: url(../images/sp/reserve_1.png) no-repeat left;
    background-size: contain;
    margin-bottom: 13px;
    margin-left: 29px;
  }
  .parts_r2 {
    display: block;
    width: 168px;
    height: 57px;
    background: url(../images/sp/sp_reservation_2.png) no-repeat left;
    background-size: contain;
    margin-bottom: 13px;
    margin-left: 29px;
  }
  .parts_r3 {
    display: block;
    width: 168px;
    height: 57px;
    background: url(../images/sp/sp_takeout.png) no-repeat left;
    background-size: contain;
    margin-bottom: 20px;
    margin-left: 29px;
  }
  .parts_r4 {
    display: block;
    width: 264px;
    height: 57px;
    background: url(../images/sp/afternoon.png) no-repeat left;
    background-size: contain;
    margin-bottom: 13px;
    margin-left: 29px;
  }
  .parts_r5 {
    display: block;
    width: 168px;
    height: 57px;
    background: url(../images/sp/menu.png) no-repeat left;
    background-size: contain;
    margin-bottom: 13px;
    margin-left: 29px;
  }
  .parts_f {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background: url(../images/sp/sp_icon_f.png) no-repeat;
    background-size: contain;
    float: left;
  }
  .parts_i {
    width: 30px;
    height: 30px;
    background: url(../images/sp/sp_icon_i.png) no-repeat;
    background-size: contain;
    float: left;
  }
  .recruit_link {
    width: 77px;
    height: 61px;
    background: url(../images/sp/recruit_link.png) no-repeat;
    background-size: contain;
  }

  .moreinfo {
    display: block;
    width: 168px;
    height: 32px;
    background: url(../images/sp/sp_official.png) no-repeat center;
    background-size: contain;
    margin-left: 29px;
  }
  .contents {
    margin: 20px 0 30px 29px;
  }
  .cnt1 {
    margin-bottom: 10px;
  }
  .cnt1 i {
    display: block;
    margin-bottom: 15px;
  }
  .location {
    margin-bottom: 23px;
  }
  .location i {
    width: 61px;
    height: 17px;
    background: url(../images/sp/sp_icon_location.png);
    background-size: contain;
  }
  .contact i {
    width: 57px;
    height: 19px;
    background: url(../images/sp/sp_icon_contact.png);
    background-size: contain;
  }
  .address {
    display: block;
    width: 224px;
    height: 72px;
    background: url(../images/sp/sp_address.png) no-repeat;
    background-size: contain;
  }
  .tel {
    display: block;
    width: 110px;
    height: 13px;
    background: url(../images/sp/sp_tel.png) no-repeat;
    background-size: contain;
    margin-bottom: 5px;
  }
  .mail {
    display: block;
    width: 89px;
    height: 13px;
    background: url(../images/sp/sp_mail.png) no-repeat;
    background-size: contain;
  }
  .cnt2 {
    width: 223px;
    height: 170px;
    background: url(../images/sp/sp_txt2.png) no-repeat;
    background-size: contain;
  }

  .large_log {
    width: 350px;
    height: 94px;
    background: url(../images/sp/sp_large_logo.png) no-repeat;
    background-size: contain;
    margin-top: 22px;
  }
  /* Recruit */
  .recruit {
    margin-bottom: 23px;
  }
  .recruit i {
    height: 15px;
    background: url(../images/sp/recruit.png) no-repeat;
    background-size: contain;
    margin-bottom: 23px;
  }
  .recruit img {
      height: 160px;
  }
  /* menu */
  .menu {
      display: flex;
  }
  .menu i {
    height: 17px;
    background: url(../images/pc/menu_tit2.png) no-repeat;
    background-size: contain;
    margin-bottom: 23px;
    width: 81px;
  }
  .menu .course i{
    background-image: url(../images/pc/menu_tit3.png) ;

  } 
  .menu .food {
      margin-right: 25px;
  }

  .menu .wine_menu i {
    height: 17px;
    background: url(../images/sp/wine_list_tit.png) no-repeat;
    background-size: contain;
    margin-bottom: 23px;
  }
  .course_menu {
      margin-right: 25px;
      text-align: center;
  }
  .course_menu h2 i {
    height: 17px;
    width: 90px;
    background: url(../images/sp/course_tit.png) no-repeat;
    background-size: contain;
        margin-bottom: 23px;

  }
  .menu_footer {
      margin-top: 50px;
  }
  .menu_footer p img {
      height: 51px;
  }
  .pdf_icon {
      width: 73px;
  }
}








