@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Courier+Prime:wght@700&display=swap);

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  line-height: 1.5;
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #3C3C3C;
}

h1, h2, h3, h4, h5, h6 {
  color: #3C3C3C;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.txt_box p {
  line-height: 2.1;
}
.txt_box p:not(:last-child) {
  margin-bottom: 1em;
}

.mb30 {
  margin-bottom: 30px;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
}
.main_width.size_880 {
  max-width: 880px;
}
.main_width.size_1000 {
  max-width: 1000px;
}

/********************************************/
/* ttl */
/********************************************/
.center_grada,
.top_grada,
.bottom_grada {
  position: relative;
}
.center_grada:before,
.top_grada:before,
.bottom_grada:before {
  position: absolute;
  left: -30px;
  content: "";
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(rgba(240, 240, 240, 0)));
  background: -o-linear-gradient(left, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
  background: linear-gradient(to right, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color", endColorstr="$color00",GradientType=1 );
  z-index: -1;
}

.center_grada {
  margin-bottom: 30px;
}
.center_grada:before {
  top: calc(50% - 40px);
}
.center_grada .simple_ttl {
  margin-top: 1.9em;
}

.top_grada:before {
  top: 0;
}
.top_grada .sub_ttl {
  padding-top: 2.7em;
}

.bottom_grada {
  margin-bottom: 45px;
}
.bottom_grada:before {
  top: 90%;
}

.wide_ttl {
  font-size: 4rem;
}
.wide_ttl .big {
  display: block;
  line-height: 1.4;
  letter-spacing: 0.5em;
  color: inherit;
  font-size: 1em;
}
.wide_ttl .small {
  display: block;
  letter-spacing: 0.1em;
  color: #A0A0A0;
  font-size: 0.3em;
}
.wide_ttl .en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}
.wide_ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.wide_ttl.center .big {
  padding-left: 0.5em;
}

.simple_ttl {
  font-size: 2.5rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

.sub_ttl {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}

/********************************************/
/* btn */
/********************************************/
.btn {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 2px 2px 0;
  background: #e2e2e2;
  background: -webkit-gradient(linear, left top, right top, from(#e2e2e2), to(#ddd));
  background: -o-linear-gradient(left, #e2e2e2 0%, #ddd 100%);
  background: linear-gradient(to right, #e2e2e2 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$first", endColorstr="$last",GradientType=1 );
  -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.white_btn {
  position: relative;
}
.white_btn a, .white_btn .link {
  position: relative;
  border: solid 1px #fff;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  overflow: hidden;
}
.white_btn a:before, .white_btn a:after, .white_btn .link:before, .white_btn .link:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.white_btn a:before, .white_btn .link:before {
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#F7F7F7));
  background: -o-linear-gradient(left, #fff 0%, #F7F7F7 100%);
  background: linear-gradient(to right, #fff 0%, #F7F7F7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$first", endColorstr="$last",GradientType=1 );
  opacity: 1;
  z-index: -1;
}
.white_btn a:after, .white_btn .link:after {
  background: #505050;
  background: -webkit-gradient(linear, left top, right top, from(#505050), to(#3c3c3c));
  background: -o-linear-gradient(left, #505050 0%, #3c3c3c 100%);
  background: linear-gradient(to right, #505050 0%, #3c3c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#505050", endColorstr="#3c3c3c",GradientType=1 );
  z-index: -2;
  opacity: 0;
}
.white_btn a:hover, .white_btn .link:hover {
  border-color: #3C3C3C;
  color: #fff;
}
.white_btn a:hover:before, .white_btn .link:hover:before {
  opacity: 0;
}
.white_btn a:hover:after, .white_btn .link:hover:after {
  opacity: 1;
}

.dark_btn a, .dark_btn .link {
  position: relative;
  border: solid 1px #3C3C3C;
  border-radius: 5px;
  background: #505050;
  background: -webkit-gradient(linear, left top, right top, from(#505050), to(#3c3c3c));
  background: -o-linear-gradient(left, #505050 0%, #3c3c3c 100%);
  background: linear-gradient(to right, #505050 0%, #3c3c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#505050", endColorstr="#3c3c3c",GradientType=1 );
  text-align: center;
  overflow: hidden;
}
.dark_btn a:before, .dark_btn .link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #00AD83;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dark_btn a:hover, .dark_btn .link:hover {
  border: solid 1px #00AD83;
}
.dark_btn a:hover:before, .dark_btn .link:hover:before {
  opacity: 1;
}

.rsv_btn {
  padding: 0 3px 3px 0;
}
.rsv_btn a {
  position: relative;
  display: block;
  padding: 0.8em;
  border: solid 1px #3C3C3C;
  border-radius: 5px;
  background: #505050;
  background: -webkit-gradient(linear, left top, right top, from(#505050), to(#3c3c3c));
  background: -o-linear-gradient(left, #505050 0%, #3c3c3c 100%);
  background: linear-gradient(to right, #505050 0%, #3c3c3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#505050", endColorstr="#3c3c3c",GradientType=1 );
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rsv_btn a span {
  position: relative;
  color: #fff;
  z-index: 2;
}
.rsv_btn a:after {
  display: inline-block;
  position: relative;
  top: 2px;
  content: "";
  width: 17px;
  height: 14px;
  margin-left: 10px;
  background: url(https://www.beez-kyoto.com/img/common/ico-pc.svg);
}

.arr_btn {
  display: inline-block;
  line-height: 1;
}
.arr_btn a, .arr_btn .link {
  display: inline-block;
  position: relative;
  min-width: 200px;
  padding: 1.2em 1em 1em 0.5em;
  letter-spacing: 0.4em;
  font-size: 1.5rem;
}
.arr_btn a .arr, .arr_btn .link .arr {
  color: inherit;
  font-size: 1em;
  z-index: 2;
}
.arr_btn a .arr:before, .arr_btn .link .arr:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  width: 20px;
  height: auto;
  border-top: solid 1px #3C3C3C;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.arr_btn a .arr:after, .arr_btn .link .arr:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  width: 4px;
  height: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  border-top: solid 1px #3C3C3C;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.arr_btn .link:hover .arr:before, .arr_btn .link:hover .arr:after {
  right: 0.5em;
  border-color: #fff;
}

.tel_btn a,
.contact_btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.tel_btn a img,
.contact_btn a img {
  position: relative;
  z-index: 2;
}

.contact_btn img {
  width: 20px;
  height: auto;
}

.tel_btn a i {
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tel_btn a:hover i {
  color: #fff;
}

.transparent_btn .link {
  padding: 0.7em 0.4em 0.4em;
  background: transparent;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.4em;
  color: #fff;
}
.transparent_btn .link:before, .transparent_btn .link:after {
  content: none;
}
.transparent_btn .link .arr:before {
  width: 30px;
  border-top: solid 1px #fff;
}
.transparent_btn .link .arr:after {
  border-top: solid 1px #fff;
}
.transparent_btn .link:hover {
  border-color: #fff;
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /********************************************/
  /* ttl */
  /********************************************/
  /********************************************/
  /* btn */
  /********************************************/
  /********************************************/
  /* parts */
  /********************************************/
  .nowrap {
    white-space: nowrap;
  }
  .grada_img {
    position: relative;
    padding: 0 0 30px 30px;
  }
  .grada_img:after {
    width: calc(87% - 30px);
    height: calc(100% - 30px);
  }
  .two_img {
    width: 100%;
  }
}
/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header {
  position: relative;
  width: 100%;
  background: #fff;
}
.header .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.header .logo {
  line-height: 1;
  max-width: 140px;
}
.header .logo a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .logo a:hover {
  opacity: 0.75;
}

.main_pc_nav .nav_list {
  display: inline-block;
  vertical-align: middle;
}
.main_pc_nav .nav_list li {
  display: inline-block;
  vertical-align: middle;
}
.main_pc_nav .nav_list li.menu a {
  position: relative;
  padding: 0 1.5em 0.6em;
  letter-spacing: 0.3em;
  font-size: 1.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main_pc_nav .nav_list li.menu a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 3px;
  height: 3px;
  background: #3C3C3C;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main_pc_nav .nav_list li.menu a:hover {
  color: #00AD83;
}
.main_pc_nav .nav_list li.menu a:hover:before {
  background: #00AD83;
}
.main_pc_nav .rsv_btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5em;
}

.nav_list:hover .menu a {
  opacity: 0.3;
}
.nav_list .menu a:hover {
  opacity: 1;
}

.sp-menu-trigger,
.sp_main_nav {
  display: none;
}

body.fixed {
  padding-top: 100px;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  -webkit-box-shadow: 0 0 10px rgba(60, 60, 60, 0.5);
          box-shadow: 0 0 10px rgba(60, 60, 60, 0.5);
}
.header.fixed .inner {
  padding: 8px 0;
}
.header.fixed .logo {
  max-width: 80px;
}
.header.fixed .main_pc_nav .nav_list .menu a {
  padding: 0 1.5em 0.5em;
}
.header.fixed .main_pc_nav .nav_list .rsv_btn a {
  padding: 0.5em;
}

.side_box {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  width: 30px;
  z-index: 900;
  mix-blend-mode: multiply;
}
.side_box .copyright {
  height: 23em;
  padding: 15px 0 0 7px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.copyright {
  color: #A0A0A0;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}

.bottom_fix_btn {
  display: none;
}

/********************************************/
/*footer */
/********************************************/
.footer_box {
  margin-top: 100px;
  padding: 100px 0;
  border-top: solid 1px #3C3C3C;
}
.footer_box .inner {
  position: relative;
}
.footer_box .inner .logo_box {
  margin-bottom: 35px;
}
.footer_box .inner .logo_box li {
  display: inline-block;
  vertical-align: middle;
}
.footer_box .inner .logo_box li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_box .inner .logo_box li a:hover {
  opacity: 0.7;
}
.footer_box .inner .logo_box li.logo {
  width: 120px;
  height: auto;
  margin-right: 30px;
}
.footer_box .inner .logo_box li.insta span {
  margin-left: 8px;
}
.footer_box .inner .logo_box li:last-child {
  margin-left: 10px;
}
.footer_box .inner .footer_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer_box .inner .footer_btn .rsv_btn {
  margin-top: 10px;
}

.footer_link_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer_link ul {
  margin-right: 50px;
}
.footer_link ul li {
  font-size: 1.3rem;
}
.footer_link ul li:not(:last-child) {
  margin-bottom: 1em;
}
.footer_link ul li a {
  position: relative;
  padding: 0 0.1em 0.2em;
}
.footer_link ul li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  border-bottom: solid 1px #3C3C3C;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_link ul li a:hover:after {
  width: 100%;
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  /********************************************/
  /*header */
  /********************************************/
  .header .inner {
    display: block;
  }
  .header .logo {
    max-width: 120px;
  }
  .main_pc_nav {
    display: none;
  }
  .sp-menu-trigger,
.sp-menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  .sp-menu-trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 40px;
    height: 30px;
    margin: auto;
    z-index: 2;
  }
  .sp-menu-trigger span {
    position: absolute;
    background-color: #3C3C3C;
    width: 100%;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .header.fixed .inner {
    padding: 18px 0;
  }
  .header.fixed .sp-menu-trigger {
    width: 30px;
    height: 22px;
  }
  .sp-menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .sp-menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .sp-menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .sp_main_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
    overflow-y: scroll;
    padding: 20px 15px 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  header .sp_main_nav .logo {
    max-width: 90px;
    height: auto;
  }
  header .sp_main_nav .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 24px;
    cursor: pointer;
  }
  header .sp_main_nav .sp_nav_list {
    margin-top: 40px;
    text-align: center;
  }
  header .sp_main_nav .sp_nav_list .menu {
    border-bottom: 1px solid #3C3C3C;
  }
  header .sp_main_nav .sp_nav_list .menu a {
    display: block;
    padding: 0.9em 0.4em;
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 0.3em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
  }
  header .sp_main_nav .sp_nav_list .menu.insta_btn {
    border-bottom: none;
    margin-bottom: 20px;
  }
  header .sp_main_nav .sp_nav_list .rsv_btn {
    width: 100%;
  }
  header .sp_main_nav .sp_nav_list .rsv_btn a {
    padding: 1.7em;
  }
  header .sp_main_nav .copyright {
    position: absolute;
    bottom: 2em;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sp_nav_list li.animate {
    position: relative;
    -webkit-animation-name: txt_anime;
            animation-name: txt_anime;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
  }
  @-webkit-keyframes txt_anime {
    0% {
      opacity: 0;
      top: 3em;
    }
    40% {
      opacity: 0;
      top: 3em;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes txt_anime {
    0% {
      opacity: 0;
      top: 3em;
    }
    40% {
      opacity: 0;
      top: 3em;
    }
    100% {
      opacity: 1;
      top: 0;
    }
  }
  .side_box {
    display: none;
  }
}
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
  /*=============================================*/
  /*  layout  Base                        */
  /*=============================================*/
  .sp_inner {
    max-width: calc(100% - 60px);
    margin: auto;
  }
  section {
    padding: 50px 0;
  }
  /********************************************/
  /*header */
  /********************************************/
  .bottom_fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 900;
  }
  .bottom_fix_btn a {
    display: block;
    width: 100%;
    padding: 1.6em;
    border-radius: 0;
    background: #3C3C3C;
    text-align: center;
  }
  /********************************************/
  /*footer */
  /********************************************/
  .footer_box {
    padding: 50px 0 110px;
  }
  .footer_box .inner {
    width: 100%;
  }
  .footer_box .inner .footer_btn {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .footer_link_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .footer_link ul {
    margin-right: 30px;
  }
  .footer_link ul:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}