@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ffff00;
  color: #000000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.content-wrap {
  margin: 0 auto;
  max-width: 950px;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Noto Sans Japanese,"ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: YuMincho,"游明朝","MS P明朝",MS PMincho,serif;
  font-feature-settings: "palt" 1;
}

.margin-top {
  margin-top: 40px;
}

header.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  width: calc(950px - 30px);
  background-color: rgba(45,41,38,.85);
}

header.header img.logo {
  width: 140px;
}

header.header .menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header.header .menu li {
  display: inline-block;
}

header.header .menu li + li {
  margin-left: 30px;
}

header.header .menu a {
  color: #fdfdfd;
  text-decoration: none;
}

header.header .menu a:before {
  content: "";
  display: block;
  position: relative;
  top: 1.8em;
  left: 0;
  width: 0;
  height: 1px;
  background: #fdfdfd;
  transition: .3s;
}

header.header .menu a:hover:before {
  width: 100%;
}

footer.footer {
  color: #fdfdfd;
}

footer.footer a {
  display: inline-block;
  color: #fdfdfd;
  text-decoration: none;
}

footer.footer .footer-top {
  padding: 60px 0;
  background: url(/web/20210921105108im_/https://www.grandbach.co.jp/kyoto/assets/images/rakuten/bg_inari.jpg) top 50% right 50% no-repeat;
  background-size: cover;
  text-align: center;
}

footer.footer .footer-top h2.title-cta {
  margin-bottom: 10px;
  font-weight: 400;
}

footer.footer .footer-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background-color: #2d2926;
  font-size: 12px;
}

footer.footer .footer-bottom a + a {
  margin-left: 15px;
}

footer.footer .footer-bottom a:hover {
  color: rgba(255,255,255,.7);
}

.button {
  display: inline-block;
  padding: 5px 20px;
  outline: none;
  text-align: center;
  text-decoration: none;
  font-size: 90%;
}

.button:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.button, .button:after {
  box-sizing: border-box;
  transition: all .3s;
}

.button-skeleton {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #fdfdfd;
  color: #fdfdfd!important;
}

.button-skeleton:hover {
  color: #333333!important;
}

.button-skeleton:after {
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-skeleton:hover:after {
  bottom: 0;
  left: 0;
  background-color: #fdfdfd;
}

.button-red {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #4a2322;
  color: #4a2322!important;
  background-color: #6d3332;
  color: #fdfdfd!important;
}

.button-red:hover {
  color: #fdfdfd!important;
}

.button-red:after {
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-red:hover:after {
  bottom: 0;
  left: 0;
  background-color: #4a2322;
}

.page-title {
  background: url(/web/20210921105108im_/https://www.grandbach.co.jp/kyoto/assets/images/rakuten/bg_page-header.jpg) top 50% left 50% no-repeat;
}

.title-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 15px;
  height: 100px;
  background-size: cover;
  color: #fdfdfd;
  line-height: 1.4;
}

.title-bottom span {
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Noto Sans Japanese,"ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
  display: block;
  font-weight: 400;
  font-size: 12px;
}

.page-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.index-title {
  background: url(/web/20210921105108im_/https://www.grandbach.co.jp/kyoto/assets/images/rakuten/top.jpg) top 50% right 50% no-repeat;
  height: 500px;
}

.lead-text {
  position: relative;
  top: -60px;
  margin: 0 auto;
  padding: 30px 0;
  width: 80%;
  background: #2d2926 url(/web/20210921105108im_/https://www.grandbach.co.jp/kyoto/assets/images/rakuten/bg_monogram.png) bottom 0 right 0 no-repeat;
  color: #fdfdfd;
  text-align: center;
}

.lead-text h1 {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

.lead-text p {
  margin-bottom: 20px;
}

.lead-text span.add {
  display: block;
  margin-bottom: 20px;
}

.top-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.top-panel a {
  transition: all .3s;
}

.top-panel a:hover {
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.top-access {
  margin-bottom: 60px;
  text-align: center;
}

.top-access img.map {
  margin-bottom: 30px;
}

.top-access h2 {
  margin-bottom: 20px;
  font-size: 22px;
}

.room-group {
  margin-bottom: 40px;
}

.room-group h2 {
  margin: 15px 0;
  font-weight: 400;
}

.room-group h5 {
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Noto Sans Japanese,"ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
}

.room-group img {
  width: 100%;
}

.room-group .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.room-group .flex div:nth-child(1) {
  -ms-flex-preferred-size: calc(60% - 20px);
  flex-basis: calc(60% - 20px);
}

.room-group .flex div:nth-child(2) {
  -ms-flex-preferred-size: calc(40% - 20px);
  flex-basis: calc(40% - 20px);
}

.facilities {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.facilities > div {
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-bottom: 20px;
}

.facilities h4 {
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Noto Sans Japanese,"ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
}

.restaurant-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.restaurant-group img {
  width: 100%;
}

.restaurant-group h2 {
  font-weight: 400;
  margin-bottom: 15px;
}

.restaurant-group > div:nth-child(1) {
  -ms-flex-preferred-size: calc(60% - 20px);
  flex-basis: calc(60% - 20px);
}

.restaurant-group > div:nth-child(2) {
  -ms-flex-preferred-size: calc(40% - 20px);
  flex-basis: calc(40% - 20px);
}

.feature-lead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.feature-lead h2 span {
  display: block;
  color: #999999;
  font-weight: 400;
  font-size: 10px;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Noto Sans Japanese,"ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
}

.feature-lead img {
  width: 100%;
}

.feature-lead > div:nth-child(1) {
  -ms-flex-preferred-size: calc(40% - 20px);
  flex-basis: calc(40% - 20px);
}

.feature-lead > div:nth-child(2) {
  -ms-flex-preferred-size: calc(60% - 20px);
  flex-basis: calc(60% - 20px);
}

.feature-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.feature-flex img {
  width: 100%;
}

.feature-flex h3 {
  margin: 10px 0;
  font-weight: 400;
  font-size: 18px;
}

.feature-flex > div {
  -ms-flex-preferred-size: calc(33.33% - 20px);
  flex-basis: calc(33.33% - 20px);
}

h2.access-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333333;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
}

.way-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.way-flex img {
  margin-bottom: 10px;
  width: 100%;
}

.way-flex > div {
  -ms-flex-preferred-size: calc(25% - 15px);
  flex-basis: calc(25% - 15px);
  line-height: 1.3;
}

.access-img {
  margin-bottom: 40px;
}

.access-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.access-flex h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Noto Sans Japanese,"ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
}

.access-flex > div {
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}

.access-flex a {
  color: #6d3332;
}

.access-flex a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=rakuten.css.map */

/*
     FILE ARCHIVED ON 10:51:08 Sep 21, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:40:22 Jul 05, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.812
  exclusion.robots: 0.131
  exclusion.robots.policy: 0.115
  esindex: 0.015
  cdx.remote: 28.119
  LoadShardBlock: 93.669 (3)
  PetaboxLoader3.datanode: 91.889 (5)
  load_resource: 327.103
  PetaboxLoader3.resolve: 243.909
  loaddict: 44.482
*/
