@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);

/* ===================================================================
CSS information

 File Name  : common.css
 Style Info : 見出し、ボタン、表など繰り返し使うパーツのスタイルを定義
=================================================================== */

html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
}
body {
  background: #fff;
  color: #333;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
  @media screen and (max-width: 767px) {
    body {
      font-size: 3.73vw;;
    }
  }

/*----------------------------------------------------
  link要素
--------------------------------------------------- */
a {
  transition: all 0.2s ease-in-out 0s;
}
a:link {
  color: #0470B6;
}
a:visited {
  color: #0470B6;
}
a:hover {
  text-decoration: none;
  color: #0470B6;
}
a:active {
  color: #0470B6;
}
:focus-ring {
  outline: dotted 1px #F6AB00;
}
:-moz-focusring {
  outline: dotted 1px #F6AB00;
}

/*----------------------------------------------------
  img要素
--------------------------------------------------- */
img {
  line-height: 1;
  /*font-size: 0;*/
  vertical-align: top;
  height: auto;
  max-width: 100%;
  transition: all 0.2s ease-in-out 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*----------------------------------------------------
  見出し要素
--------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
  line-height: 1.5;
}

/*----------------------------------------------------
 フォントファミリー
--------------------------------------------------- */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", 'Noto Serif JP', serif;
}

/*----------------------------------------------------
  スクロールバー
--------------------------------------------------- */

/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
  @media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 5px;
    }
    ::-webkit-scrollbar-track {
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    }
    ::-webkit-scrollbar-thumb {
      background-color: rgba(0,0,0,0.5);
      border-radius: 10px;
      box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
    }
  }

/*----------------------------------------------------
 共通カラム
--------------------------------------------------- */
#page {
  min-width: 1200px;
  margin: 0 auto;
  overflow:hidden;
}
#contents {
  line-height: 1.8;
  margin: 0 auto;
}
#contents a:hover img{
  opacity: 0.70;
}
.inner {
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
  @media screen and (max-width: 767px) {
    html, body, #page {
      min-width:100%!important;
      max-width:100%!important;
      width:100%!important;
    }
    #page {
      padding-top: 60px;
    }
    .inner {
      width:100%;
    }
  }

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
#header {
  position: relative;
  z-index: 100;
}
#header li {
  width: 50%;
  text-align: center;
}
#header li a {
  position: relative;
  height: 80px;
  text-decoration: none;
  color: #fff;
}
#header li a:hover {
  opacity: 0.8;
}
#header li a::after {
  position: absolute;
  left: calc(50% - 18px);
  bottom: -15px;
  content: "";
  width: 36px;
  height: 15px;
  transition: all 0.2s ease-in-out 0s;
}
#header li a:hover::after {
  filter: brightness(1.3);
}
#header li small {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#header li span {
  display: block;
  font-size: 2rem;
  background: url("../img/ico_logo.svg") 0 center no-repeat;
  background-size: 20px 17px;
  padding-left: 25px;
}
.hd_raffine a {
  background: #69656D;
}
.hd_raffine a::after {
  background: url("../img/arrow01.png") center bottom no-repeat;
  background-size: 36px 18px;
}
.hd_fushimi a {
  background: #400000;
}
.hd_fushimi a::after {
  background: url("../img/arrow02.png") center bottom no-repeat;
  background-size: 36px 18px;
}
  @media screen and (max-width: 767px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
    }
    #header li a {
      height: 60px;
      padding-bottom: 2px;
    }
    #header li a:hover {
      opacity: 1;
    }
    #header li span {
      line-height: 1.2;
      font-size: 1.4rem;
      background: url("../img/ico_logo.svg") center 0 no-repeat;
      background-size: 16px auto;
      padding: 18px 0 0;
    }
    #header li a:hover::after {
      filter: brightness(1);
    }
  }

/*----------------------------------------------------
  コンテンツ
--------------------------------------------------- */
.main_wrap {
  width: 50%;
}
#raffine {
  position: relative;
  z-index: 5;
}
.mainVisual {
  position: relative;
}
#raffine .mainVisual {
  background: #69656D;
}
#fushimi .mainVisual {
  background: #400000;
}
  @media screen and (max-width: 767px) {
    .main_wrap {
      width: 100%;
      padding-bottom: 16vw;
    }
  }

/*メインロゴ*/
.main_logo_wrap {
  position: absolute;
  z-index: 5;
  width: 320px;
  height: 320px;
  background: rgba(255,255,255,0.85);
  top: 157px;
  left: calc(50% - 160px);
  text-align: center;
  text-decoration: none;
  box-shadow: 10px 10px 0 0 rgba(179, 153, 69, 0.3);
}
.main_logo_wrap:hover {
  background: rgba(255,255,255,1);
}
.main_logo_wrap:hover img {
  opacity: 1!important;
}
.main_logo_wrap h2 {
  margin-bottom: 10px;
}
.main_logo_wrap dl {
  letter-spacing: 0.1rem;
}
.main_logo_wrap dt {
  font-size: 2.6rem;
  color: #aa8b50;
}
.main_logo_wrap dt span {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 0 3px;
  background: linear-gradient(transparent 65%, #e3dfcf 65%);
}
.main_logo_wrap dt small {
  font-size: 3.2rem;
}
.main_logo_wrap dd {
  font-size: 1.5rem;
  color: #69656d;
  font-weight: 400;
  margin-bottom: 22px;
}
  @media screen and (max-width: 767px) {
    .main_logo_wrap {
      width: 68vw;
      height: 68vw;
      top: 42vw;
      left: calc(50% - 34vw);
      box-shadow: 5px 5px 0 0 rgba(179, 153, 69, 0.3);
    }
    .main_logo_wrap:hover {
      background: rgba(255,255,255,0.85);
    }
    .main_logo_wrap h2 {
      margin: 2vw 0;
    }
    .main_logo_wrap h2 img {
      width: 34vw;
    }
    .main_logo_wrap dl {
      letter-spacing: 0;
    }
    .main_logo_wrap dt {
      font-size: 4.8vw;
    }
    .main_logo_wrap dt span {
      margin-bottom: 2vw;
      padding: 0 1vw;
    }
    .main_logo_wrap dt small {
      font-size: 5.2vw;
    }
    .main_logo_wrap dd {
      font-size: 3.46vw;
      margin-bottom: 3vw;
    }
    .main_logo_wrap p {
      font-size: 3vw;
      color: #980825;
    }
  }

.link_btn span {
  position: relative;
  display: inline-block;
  color: #fff;
  background: #AA8B50;
  font-size: 1.3rem;
  width: 130px;
  line-height: 28px;
  padding-bottom: 2px;
  transition: all 0.2s ease-in-out 0s;
}
.main_logo_wrap:hover .link_btn span {
  background: #980825;
}
.link_btn span::after {
  position: absolute;
  left: 3px;
  bottom: 3px;
  content: "";
  width: calc(100% - 6px);
  height: 1px;
  background: #fff;
}
.link_btn span::before {
  position: absolute;
  right: 8px;
  bottom: 1px;
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
  @media screen and (max-width: 767px) {
    .link_btn span {
      font-size: 3.46vw;
      width: 36vw;
      line-height: 6.66vw;
      padding-bottom: 1vw;
    }
  }

#fushimi .main_logo_wrap {
  box-shadow: 10px 10px 0 0 rgba(107, 139, 21, 0.3);
}
#fushimi .main_logo_wrap dt {
  color: #6b8b15;
}
#fushimi .main_logo_wrap dt span {
  background: linear-gradient(transparent 65%, #D2D6C6 65%);
}
#fushimi .link_btn span {
  background: #400000;
}
#fushimi .main_logo_wrap:hover .link_btn span {
  background: #6b8b15;
}
#fushimi .main_logo_wrap dd {
  color: #400000;
  font-weight: 400;
}
  @media screen and (max-width: 767px) {
    #fushimi .main_logo_wrap {
      box-shadow: 5px 5px 0 0 rgba(107, 139, 21, 0.3);
    }
  }

/*リニューアルオープン*/
.new_open {
  position: absolute;
  left: calc(50% - 210px);
  top: 545px;
  z-index: 5;
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  color: #bea863;
  width: 420px;
  padding: 4px;
  background: rgba(255,255,255,0.9);
}
.new_open::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 1px #bea863;
}
.new_open small {
  font-size: 94%;
}
  @media screen and (max-width: 767px) {
    .new_open {
      left: 12vw;
      top: auto;
      bottom: 14vw;
      font-size: 5vw;
      letter-spacing: 0.4vw;
      width: 76vw;
      padding: 1.66vw;
    }
    .new_open small {
      font-size: 4.9vw;
    }
  }

/*スライドショー*/
.main_slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.main_slider.slick-initialized{
  opacity: 1;
}
#raffine .main_slider {
  background: #fff;
}
#fushimi .main_slider {
  background: #fff;
}
.main_slider img {
  width: 100%;
  height: 930px;
  object-fit: cover;
}
#fushimi .slick-dots li.slick-active button:before {
  color: #B2BC87;
}
  @media screen and (max-width: 767px) {
    .main_slider img {
      height: 144vw;
    }
  }

/*ホテルインフォメーション*/
.hotel_info {
  position: relative;
  z-index: 2;
}
.hotel_info_wrap {
  position: relative;
  top: -150px;
  width: 78%;
  margin: 0 auto;
  z-index: 5;
}
  @media screen and (max-width: 1320px) {
    .hotel_info_wrap {
      width: 88%;
    }
  }
  @media screen and (max-width: 767px) {
    .hotel_info {
      position: relative;
      z-index: 2;
      padding-top: 3vw;
    }
    .hotel_info_wrap {
      top: 0;
      width: 94vw;
    }
  }

.hotel_info_box {
  padding: 23px 20px;
  color: #fff;
  margin-bottom: 12px;
}
#raffine_info {
  background: #69656D;
}
#fushimi_info {
  background: #400000;
}
.hotel_info_txt {
  position: relative;
  margin-bottom: 22px;
}
.hotel_info_txt h3 {
  margin-bottom: 8px;
}
.hotel_info_txt p {
  font-size: 1.5rem;
}
  @media screen and (max-width: 767px) {
    .hotel_info_box {
      padding: 4vw 4vw;
      color: #fff;
      margin-bottom: 4vw;
    }
    .hotel_info_txt {
      margin-bottom: 4vw;
    }
    .hotel_info_txt h3 {
      margin-bottom: 2vw;
    }
    .hotel_info_txt h3 img {
      width: 64vw;
      height: auto;
    }
    #fushimi .hotel_info_txt h3 img {
      width: 76vw;
      height: auto;
    }
    .hotel_info_txt p {
      font-size: 3.46vw;
    }
      }

/*ルート検索*/
.route_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.route_btn a {
  display: inline-block;
  border-radius: 5px;
  color: #000338;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 3px 12px 3px 26px;
  background: url("../img/ico_pin01.png") #fff 10px center no-repeat;
  background-size: 12px 18px;
}
.route_btn a:hover {
  color: #69656D;
}
#fushimi .route_btn a {
  color: #000338;
  background: url("../img/ico_pin02.png") #fff 10px center no-repeat;
  background-size: 12px 18px;
}
#fushimi .route_btn a:hover {
  color: #400000;
}
  @media screen and (max-width: 767px) {
    .route_btn {
      position: static;
      margin-top: 2vw;
    }
    .route_btn a {
      font-size: 3.46vw;
      padding: 1vw 3vw 1vw 7vw;
      background: url("../img/ico_pin01.png") #fff 3vw center no-repeat;
      background-size: 3vw auto;
    }
    #fushimi .route_btn a {
      background: url("../img/ico_pin02.png") #fff 3vw center no-repeat;
      background-size: 3vw auto;
    }
  }

/*マップ*/
.gmap iframe {
  width: 100%;
}
  @media screen and (max-width: 767px) {
    .gmap iframe {
      width: 100%;
      height: 70vw;
    }
  }

/*インフォメーションナビ*/
.hotel_menu {
  position: relative;
}

.hm01 {
  margin-bottom: 20px;
}
.hm01 li {
  width: 32.5%;
  text-align: center;
}
.hm01 li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #694500;
  border-radius: 5px;
  padding: 12px;
  font-size: 1.4rem;
}
.hm01 li:first-child a {
  background: #AA8B50;
}
.hm01 li a span {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
.hm01 li a:hover {
  opacity: 0.8;
}
  @media screen and (max-width: 767px) {
    .hm01 {
      margin-bottom: 5vw;
    }
    .hm01 li {
      width: 32.5%;
    }
    .hm01 li a {
      padding: 2.33vw;
      font-size: 3.46vw;
    }
    .hm01 li a span {
      padding-left: 4vw;
    }
  }

.menu_site span {
  background: url("../img/ico_info01.png") 0 center no-repeat;
}
.menu_search span {
  background: url("../img/ico_info02.png") 0 center no-repeat;
}
.menu_plan span {
  background: url("../img/ico_info03.png") 0 center no-repeat;
  padding-left: 12px!important;
}
#fushimi .hm01 li a {
  background: #48600B;
}
#fushimi .hm01 li:first-child a {
  background: #73902A;
}
  @media screen and (max-width: 767px) {
    .menu_site span {
      background-size: 3vw auto;
    }
    .menu_search span {
      background-size: 3.33vw auto;
    }
    .menu_plan span {
      background-size: 2.58vw auto;
      padding-left: 3.26vw!important;
    }
  }

.hm02 li {
  margin-right: 40px;
}
.hm02 a {
  color: #333;
  text-decoration: none;
  font-size: 1.5rem;
}
.hm02 a:hover {
  text-decoration: underline;
}
  @media screen and (max-width: 767px) {
    .hm02 li {
      margin-right: 6.66vw;
    }
    .hm02 a {
      font-size: 3.73vw;
    }
  }

.hm03 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hm03 li {
  margin-left: 12px;
}
  @media screen and (max-width: 767px) {
    .hm03 li {
      margin-left: 3.33vw;
    }
    .hm03 li img {
      width: auto;
      height: 5.33vw;
    }
  }

#raffine .hotel_info::after {
  position: absolute;
  right: 0;
  bottom: -346px;
  content: "";
  width: 880px;
  height: 450px;
  border-style: solid;
  border-width: 0 440px 450px 440px;
  border-color: transparent transparent #f2f2f2 transparent;
}
#fushimi .hotel_info::after {
  position: absolute;
  right: -420px;
  top: 0;
  content: "";
  width: 880px;
  height: 450px;
  border-style: solid;
  border-width: 450px 440px 0 440px;
  border-color: #f2f2f2 transparent transparent transparent;
}
  @media screen and (max-width: 767px) {
    #raffine .hotel_info::after {
      display: none;
    }
    #fushimi .hotel_info::after {
      display: none;
    }
  }

/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#footer {
  position: relative;
  width: 100%;
  height: 520px;
  background: url("../img/ft_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
}
#footer::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 880px;
  height: 450px;
  border-style: solid;
  border-width: 450px 440px 0 440px;
  border-color: rgba(255, 255, 255, 0.2) transparent transparent transparent;
}
#footer::before {
  position: absolute;
  left: -720px;
  bottom: 0;
  content: "";
  width: 880px;
  height: 450px;
  border-style: solid;
  border-width: 0 440px 450px 440px;
  border-color: transparent transparent rgba(255, 255, 255, 0.2) transparent;
}
#footer dl {
  position: relative;
  z-index: 5;
  letter-spacing: 0.2rem;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  font-weight: 600;
}
#footer dt span {
  position: relative;
  display: inline-block;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
#footer dt span::after {
  position: absolute;
  left: -38px;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
}
#footer dt span::before {
  position: absolute;
  right: -38px;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
}
#footer dd {
  font-size: 1.8rem;
}
  @media screen and (max-width: 767px) {
    #footer {
      height: 80vw;
    }
    #footer::after {
      left: 65%;
      width: 234.66vw;
      height: 120vw;
      border-style: solid;
      border-width: 120vw 117.33vw 0 117.33vw;
    }
    #footer::before {
      left: auto;
      right: 65%;
      width: 234.66vw;
      height: 120vw;
      border-style: solid;
      border-width: 0 117.33vw 120vw 117.33vw;
    }
    #footer dl {
      letter-spacing: 0.4vw;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }
    #footer dt span {
      font-size: 5vw;
      margin-bottom: 6vw;
    }
    #footer dt span::after {
      left: -9vw;
      width: 8vw;
    }
    #footer dt span::before {
      right: -9vw;
      width: 8vw;
    }
    #footer dd {
      font-size: 3.73vw;
      line-height: 1.8;
    }
  }

.copyright {
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #333;
  font-weight: 300;
  font-size: 1.3rem;
}
  @media screen and (max-width: 767px) {
    .copyright {
      padding: 3vw 0;
      font-size: 3vw;
    }
  }

.bnr_recruit {
  text-align: center;
  margin-bottom: 146px;
  z-index: 50;
  position: sticky;
}

.bnr_recruit  a:hover {
  opacity: 0.8;
}

.img_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .bnr_recruit {
margin: 0 15px 50px 15px;
  }

  .img_pc{
    display: none;
      }
  .img_sp{
display: block;
  }
}