<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Information============
	top
========================== */
/* スマートフォンのデフォルトブラウザ、Safariのフォーム装飾の打消し */
* {
  -webkit-appearance: none;
}

body {
  background: url(../img/common/main_bg.png);
}

/*
.wrap {
  width: 100%;
  overflow: hidden;
}
*/
/*スマートフォン 縦*/
/* =======================
	page_image
========================== */
.page_image {
  margin-bottom: 30px;
}

/* =======================
	main
========================== */
#main h1 {
  position: absolute;
  z-index: 2;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  color: #fff;
  font-size: clamp(1.4rem, 2.4vw, 2.8rem);
  letter-spacing: 0.2em;
  text-align: center;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  width: 100%;
}

#main h1 .copy_txt_1 {
  font-size: clamp(2.3rem, 8vw, 7rem);
  display: block;
  line-height: 1.45;
  margin-bottom: 5px;
}

/* =======================
	　.fv_bnr
========================== */
.flexslider {
  position: relative;
}

.flexslider p.main_copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 90%;
  height: fit-content;
  -moz-height: fit-content;
  margin: auto;
}

.flexslider p.main_copy img,
.flexslider .fv_bnr_box img {
  max-width: 100%;
  width: auto;
}

.fv_bnr_box.on_box.pc_none p {
  position: absolute;
  z-index: 2;
  width: 25%;
  max-width: 150px;
  left: 10px;
  bottom: 10px;
}

.fv_bnr_box.under_box p {
  margin-bottom: 1px;
}

.fv_bnr_box.under_box p:last-child {
  margin-bottom: 0;
}

.fv_bnr_box.under_box.pc_none p img {
  width: 100%;
}

/* =======================
	　search
========================== */
.search {
  margin: 0 auto 40px;
}

.search .btn {
  margin-bottom: 20px;
}

.search .search_link {
  text-align: right;
}

.mouseon_alpha_01 a img:hover {
  opacity: 0.75;
  background-color: #fff;
}

/* =======================
	　topics
========================== */
/* .topics ul li {
  position: relative;
  margin-bottom: 10px;
}
.topics ul li p {
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.5;
  display: block;
  bottom: 20px;
  left: 20px;
}
.topics ul li p span {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 2px;
}
.btn a:hover {
  text-decoration-line: none;
} */

/* =======================
	　.plan
========================== */
.plan {
  margin: 0;
  background: #fff;
  padding: 30px 0 10px;
}

.plan ul li a p {
  color: #333;
}

/* =======================
	　concept
========================== */
.concept img {
  width: 100%;
}

.concept p.concept_copy {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: clamp(1.6rem, 5vw, 3.8rem);
  letter-spacing: 0.08em;
  line-height: 1.6;
  text-align: center;
}

.concept .concept_copy,
.concept_text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 3px #000, 0 0 10px #000, 0 0 10px rgba(0, 0, 0, 0.6);
}

.concept p.concept_copy span {
  display: block;
  font-size: clamp(1.3rem, 4vw, 2.3rem);
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}

.concept p.concept_text {
  position: absolute;
  width: auto;
  /* height: 41%; */
  top: 34%;
  right: 50%;
  transform: translateX(50%);
  letter-spacing: 0.22rem;
  font-size: clamp(1.25rem, 3.7vw, 3.4rem);
  line-height: 1.6;
  writing-mode: vertical-rl;
  margin: 0;
}

/* =======================
	　bnr_area
========================== */
.bnr_area {
  width: 94%;
  margin: 20px auto 60px;
}

.bnr_area p {
  margin-bottom: 20px;
}

.bnr_area p:last-child {
  margin-bottom: 0;
}

/* =======================
	　charm
========================== */
.charm div.min {
  margin-bottom: 45px;
}

.concept {
  overflow: hidden;
  position: relative;
  margin: 40px 0 40px;
}

.charm div.min p {
  text-align: center;
  letter-spacing: 0.05rem;
}

.charm .slick-dots {
  bottom: 3rem;
}

.charm .slick-dots li button:before {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  padding: 7px;
}

.charm .slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.charm .charm_text_link {
  text-decoration: underline;
  color: #333;
}

.charm h2 .ic {
  display: block;
  font-size: 1.4rem;
  background-color: #cc3333;
  border-radius: 2.5px;
  width: 250px;
  padding: 8px 16px;
  max-width: fit-content;
  color: #fff;
  margin: 0 auto 13px;
  box-sizing: border-box;
  letter-spacing: 0.2rem;
  line-height: 1;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.charm .more_btn {
  margin: 20px auto 0;
  border: #8e6127 solid 1px;
  text-align: center;
  color: #8e6127;
  width: 50%;
}

.charm .more_btn a {
  color: #8e6127;
  display: block;
  padding: 10px;
}

.charm .more_btn a:hover {
  color: #fff;
  background: #8e6127;
  text-decoration: none;
}

.charm .more_btn a[target="_blank"]:after {
  content: url(/kyoto/hanareya/image/common/img_externalLink_color.svg);
  display: inline-block;
  width: 12px;
  height: auto;
  margin: 0 0 0px 5px;
}

.charm .c_txt_r {
  margin: 30px 0 45px;
}

.charm .c_txt_l {
  margin: 30px 0 45px;
}

/* =======================
	　h2
========================== */
h2 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  line-height: 2.6rem;
}

.col_sp1_pc3.concept .col_sp1_pc3_list li {
  margin-bottom: 3%;
}

/* =======================
	　photo
========================== */
.photo {
  padding: 0 0 40px;
}

.photo img {
  margin: 0 auto 10px;
}

.photo .btn a {
  width: 94%;
  margin: 10px auto;
}

.btn a:hover {
  text-decoration-line: none;
}

/* =======================
	　news
========================== */
/*ポップアップ用*/
.news_box {
  border: 1px solid #cccccc;
  width: 85%;
  margin: 0 auto 50px;
  padding: 15px 4% 20px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.news_box p {
  padding: 5px 0 0;
  font-size: 1.8rem;
  margin: 5px 0 10px;
  text-align: center;
}

.news_box p a {
  padding: 10px;
  display: block;
  color: #000;
}

/*.news_boxred p a {
	color: #F00;
	font-weight: bold;
	text-decoration: underline;
}
*/
/*ポップアップ用*/
.news h2 {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.news_movie_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.news {
  /*margin-bottom: 40px;*/
  font-size: 1.4rem;
}

.news .inner dl {
  padding: 0 0 10px 0;
  margin: 0 auto 10px;
}

.news .inner dl dt,
.news .inner dl dd {
  margin: 0 auto;
}

.news .inner dl:nth-last-of-type(1) {
  margin: 0 auto;
  width: 90%;
  display: table;
}

.news .inner {
  width: 94%;
  margin: 30px auto;
}

.news .inner .new {
  margin-left: 5px;
  color: #cc0000;
  font-weight: bold;
}

.news .inner .news_txt {
  width: 100%;
  margin-bottom: 10px;
}

.news .inner .news_txt a[target="_blank"]:after {
  content: url(/img/common/img_externalLink_b.svg);
  display: inline-block;
  width: 12px;
  height: auto;
  margin: 3px 0 0 3px;
  vertical-align: middle;
}

.info_popup {
  width: 94%;
  margin: -5px auto 6%;
}

.info_popup p {
  border: #999 solid 1px;
  text-align: center;
  padding: 10px;
  margin: 10px 0 10px 0;
}

a.txt_link {
  text-decoration: underline;
  text-align: center;
  color: #333;
}

a.txt_link:hover {
  opacity: 1;
  text-decoration: none;
}

.info_popup_ac .txt_link {
  margin-top: 0.8rem;
  display: block;
}

.inline02 {
  display: inline-block;
  color: #cc3333;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.movie {
  position: relative;
  width: 94%;
  padding-top: 52.875%;
  margin: 20px auto 10px;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.list_news_item_text {
  border: 1px solid #999;
  display: block;
  padding: 12px;
  text-decoration: none;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.7;
}

.accordion_js-content_inner {
  align-items: center;
  text-align: left;
  padding: 12px 8px;
  gap: 8px;
  margin-top: 10px;
  border-top: 1px solid #999;
}

.list_news_item_text .link_text,
.list_news_item_text .link_tel {
  text-decoration: underline;
  color: inherit;
}

.list_news_item_text strong {
  font-weight: bold;
}

@media (any-hover: hover) {
  .list_news_item_text .link_text:hover {
    text-decoration: none;
  }
}

/* =======================
	　 　メディア
========================== */
#CDSRATINGWIDGET3.cdsROW.narrow.border {
  padding: 10px 11px 0;
  width: 150px;
}

.media {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 30px;
}

.media .insta_media {
  max-width: 15%;
}

.media .fb_media {
  max-width: 15%;
}

/* =======================
	　.event_bnr
========================== */
.inner .event_bnr {
  margin-bottom: 40px;
}

.award {
  margin-top: 10px;
}

.rasi {
  margin-bottom: 30px;
}

#right_bottom_bnr a:hover {
  opacity: 0.75;
}

div#right_bottom_bnr {
  z-index: 2;
  position: absolute;
  margin-top: -34%;
  left: 3%;
  /*	right: 2%;*/
}

.sp_bnr {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.gtt_bnr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.emblem_bnr {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.emblem_02 {
  width: 100%;
  display: block;
  width: 110px;
}

.gtt_emblem_02 {
  display: block;
  width: 110px;
  margin-right: 50px;
}

.gtt_coupon_emblem_02 {
  display: block;
  width: 81px;
  margin-left: 20px;
  margin-right: 20px;
}

.text_link {
  float: right;
  margin: 5px 10px 15px 0;
}

/* =======================
	　　 service
========================== */
.service {
  width: 94%;
  margin: 40px auto 60px;
}

/* =======================
	　　 access
========================== */
.access.clearfix {
  padding-bottom: 0;
  width: 94%;
  margin: 0 auto 40px auto;
}

section.top_access {
  margin: 40px auto 30px;
  border-bottom: 1px solid #c9c2c2;
  padding-bottom: 20px;
}

.access h2 {
  font-size: 2.4rem;
}

.access .info_popup_ac {
  padding: 10px 15px;
  border: 1px solid #cc3333;
  margin: 20px auto 30px;
  color: #cc3333;
  font-weight: bold;
}

#g_map {
  height: 450px;
  border: none;
}

p#g_map_btn {
  text-align: right;
  padding-right: 10px;
}

section.top_access h3 {
  font-size: 1.5rem;
  padding-top: 30px;
  font-weight: bold;
  line-height: 1.5;
}
/* =======================
awards
========================== */
#awards {
  margin: 0 auto 30px;
  padding: 0 0 30px;
  background-color: #f0f0f0;
}
#awards h2 {
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 0 0 0;
}
#awards ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(48%, 175px));
  gap: clamp(10px, 2%, 30px);
  width: auto;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 95%;
  margin: auto;
}
#awards ul li img {
  width: auto;
}
/* =======================
    　tripla-booking
========================== */
#reservation_01.lower {
  display: none;
}

/*スマートフォン 縦（魅力・コンセプトの文字調整）*/
@media screen and (min-width: 375px) {
  /* =======================
	　concept
========================== */
  .concept ul li p {
    font-size: 2.8rem;
  }
}

/*スマートフォン 横*/
@media screen and (min-width: 480px) {
  /* =======================
	　　  media
========================== */
  .media {
    width: 70%;
  }

  .info_popup p {
    padding: 13px;
  }
}

/* タブレット */
@media screen and (min-width: 768px) {
  .inner.event_bnr.mouseon_alpha_rasi {
    width: 94%;
    margin: 0 auto 30px;
  }

  .limited.tb_on {
    display: block;
  }

  .limited.tb_on img {
    width: 722px;
  }

  .limited {
    margin: 10px auto 0;
    width: 65%;
    left: 0%;
  }

  /* =======================
	　main
========================== */
  #main h1 {
    top: 53%;
    font-size: clamp(2rem, 2.4vw, 2.8rem);
    letter-spacing: 0.3rem;
  }

  #main h1 .copy_txt_1 {
    font-size: clamp(2.7rem, 3.6vw, 5.4rem);
    letter-spacing: 0.08em;
  }
  #main h1 .sp_none {
    display: inline-block;
  }
  /* =======================
	　.fv_bnr
========================== */
  .fv_bnr_box &gt; p a:hover {
    opacity: 0.7;
  }

  .flexslider p.main_copy {
    width: 50%;
    text-align: center;
    inset: 31px 0 0;
  }

  .fv_bnr_wrapper {
    position: absolute;
    width: 100%;
    padding: 0 1.5%;
    box-sizing: border-box;
    bottom: 3%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 2;
  }

  .fv_bnr_wrapper.sp_none .fv_bnr_box.left_box {
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }

  .fv_bnr_wrapper.sp_none .fv_bnr_box.left_box p {
    margin-right: 2%;
    max-width: 26%;
    width: 175px;
  }

  .fv_bnr_wrapper.sp_none .fv_bnr_box.right_box {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
  }

  .fv_bnr_wrapper.sp_none .fv_bnr_box.right_box p {
    text-align: right;
    max-width: 40%;
    margin-left: 2%;
  }

  .fv_bnr_wrapper.sp_none .fv_bnr_box.right_box p:first-child {
    margin-left: 0;
  }

  /* =======================
	　.bestprice
========================== */
  .bestprice {
    margin-bottom: 30px;
  }

  .bestprice p {
    width: 90%;
    margin: 0 auto;
  }

  /* =======================
	　.search_pc
========================== */
  .search_pc {
    background-color: #e3e1e2;
  }

  .search_pc form #booking_inner .search_title {
    color: #fff;
    text-align: center;
    width: 80px;
    font-size: 1.3rem;
    float: left;
    padding: 34px 0 33px 0;
    background-color: #8e6126;
    border-left: 1px solid #fff;
  }

  .search_pc form #booking_inner .booking_date {
    float: left;
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .search_pc form #booking_inner .booking_date #nitteiarea {
    margin-left: 15px;
  }

  .search_pc form #booking_inner .booking_date #ninzuarea {
    margin-left: 20px;
  }

  .search_pc form #booking_inner .booking_date #nitteiarea h4 {
    margin-bottom: 10px;
  }

  .search_pc form #booking_inner .booking_date #ninzuarea h4 {
    margin-bottom: 10px;
  }

  .search_pc form #booking_inner input {
    border-style: none;
    border: 1px solid #999;
    padding-left: 26px;
    border-radius: 0;
  }

  .search_pc form #booking_inner select {
    height: 24px;
    padding-left: 5px;
    background-color: #fff;
    width: 30px;
    border-radius: 0;
    border: 1px solid #999;
  }

  .search_pc form #booking_inner .button {
    margin-top: 23px;
    text-align: center;
    background-color: #8e6126;
    padding: 15px 12px;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    margin-left: 20px;
  }

  .search .search_link {
    width: 97%;
    margin: 20px auto 0;
  }

  /* =======================
	　h2
========================== */
  h2 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  /* =======================
	　.topics
========================== */
  /* .topics ul li {
    width: 32%;
    float: left;
    margin: 0 0 0 2%;
  }
  .topics ul li:first-child {
    margin: 0;
  } */
  /* =======================
	　.concept
========================== */
  .concept {
    margin: 0 0 40px;
    position: relative;
  }

  .concept p.concept_copy {
    top: 24.5%;
    font-size: clamp(1.6rem, 3.6vw, 4.5rem);
  }

  .concept p.concept_copy span {
    font-size: clamp(1.3rem, 1.8vw, 2.3rem);
    letter-spacing: 0.2em;
  }

  .concept ul li img {
    width: 100%;
    margin-bottom: 2%;
  }

  .concept ul li p {
    bottom: 15px;
    width: 100%;
    margin: 0;
  }

  .concept p.concept_text {
    top: 57%;
    right: 13%;
    height: 43%;
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 2;
    transform: none;
  }

  .charm {
    width: 100%;
    gap: 3%;
    margin: 50px auto 80px;
    display: flex;
    align-items: flex-start;
    /* align-items: center; */
  }

  .concept .charm:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .charm h2 {
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    text-align: left;
  }

  .charm .charm_slider {
    width: 52%;
  }

  .charm .c_txt {
    width: 42%;
    margin: 0 0 45px;
  }

  .charm .more_btn {
    width: 100%;
  }

  .charm_text_link:hover {
    text-decoration: none;
  }

  .charm_text_link:hover {
    text-decoration: none;
  }

  .charm .more_btn a[target="_blank"]:hover:after {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(300%) contrast(101%);
  }

  .charm div.min p {
    letter-spacing: 0.08em;
    text-align: left;
  }

  .charm h2 .ic {
    margin-inline: unset;
  }

  .charm div.min p.more_btn {
    text-align: center;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  /* =======================
	　.event_bnr
========================== */
  .event_bnr .pc_weeksale {
    margin: 0 auto -10px;
  }

  .event_bnr .pc_maiko_event {
    margin: 0 auto -10px;
  }

  .event_bnr .pc_rasi {
    margin: 0 auto 30px;
  }

  .event_bnr .pc_maiko_event.sp_none .pc_rasi {
    display: block;
  }

  /* =======================
	　.plan
========================== */
  .plan {
    position: relative;
  }

  .plan .list_link {
    text-align: right;
    margin: 0 0 50px 0;
  }

  .plan .list_link a {
    top: 4px;
    display: inline-block;
    font-size: 1.4rem;
    color: #8e6127;
  }

  .plan .list_link a:hover {
    color: #d2ab79;
    text-decoration: underline;
  }

  .plan ul li {
    width: 32%;
    float: left;
    margin: 0 0 0 2%;
    border-bottom: none;
    padding: 0;
  }

  .plan ul li:first-child {
    margin: 0;
  }

  .plan ul li a p:hover {
    text-decoration: none;
  }

  .plan ul li a img {
    width: 100%;
  }

  .plan ul li a p {
    width: 100%;
    padding: 10px 0 20px 0;
    font-size: 1.4rem;
    color: #333;
  }

  .plan ul li a p span {
    font-size: 1.3rem;
  }

  .bottom_none {
    border-bottom: none;
  }

  .alpha a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  .inner.event_bnr.mouseon_alpha_rasi a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  /* =======================
	　フォトギャラリー
========================== */
  .photo {
    width: 650px;
    margin: 0 auto;
  }

  .photo .btn a {
    width: 40%;
  }

  /* =======================
	　.news
========================== */
  .tb_none {
    display: none;
  }

  .news_movie_box {
    flex-direction: row;
    justify-content: space-between;
    width: 94%;
    margin: 60px auto;
  }

  .news {
    position: relative;
    margin: 5px auto;
  }

  .news h2 {
    text-align: center;
  }

  .news .inner {
    margin-bottom: 10px;
  }
  .news .inner dl {
    width: 90%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 10px 15px;
    margin: 0 auto 20px;
    padding: 0 0 10px 0;
  }

  .news .inner dl:nth-last-of-type(1) {
    margin: 0 auto 10px;
    width: 90%;
    display: grid;
  }
  .news .inner .news_txt {
    margin-bottom: 0;
  }
  a.link_text_m {
    font-size: 1.4rem;
    color: #8e6127;
    float: right;
  }
  .info_popup p {
    padding: 9px;
  }

  .info_popup {
    width: 94%;
    margin: 25px auto 3%;
  }

  .movie {
    position: relative;
    width: 50%;
    padding-top: 28.125%;
  }

  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .accordion_js-content_inner {
    padding: 12px 20px;
  }

  /* =======================
	　　 service
========================== */
  .service {
    margin: 60px auto;
  }

  /* =======================
	　　 access
========================== */
  .access .info_popup_ac {
    text-align: center;
  }

  section.top_access {
    width: 100%;
    border-top: none;
    margin: 40px auto 30px;
    border-bottom: 1px solid #c9c2c2;
    padding-bottom: 20px;
  }

  section.top_access h3 {
    font-size: 1.5rem;
    padding-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.5;
  }

  .access.clearfix {
    padding-bottom: 0;
    width: 95%;
    margin: 0 auto 40px auto;
  }

  #g_map {
    height: 480px;
    border: none;
  }

  .top_access section.clearfix {
    float: left;
    width: 233px;
    margin: 10px 10px 30px 0;
  }
  /* =======================
awards
========================== */
  #awards {
    margin-bottom: 0;
  }
  #awards h2 {
    font-size: 3rem;
    padding: 40px 0 0;
  }
  #awards ul {
    width: 100%;
  }
  #awards ul li a {
    display: block;
  }
  /* =======================
	　　  media
========================== */
  .media {
    width: 48%;
  }
  .rasi {
    display: none;
  }

  div#right_bottom_bnr .gtt_bnr {
    /*
	z-index: 2;
    position: absolute;
	display: flex;
	margin-top: -180px;
	left: 6%;
*/
    display: none;
  }

  div#right_bottom_bnr {
    left: 3%;
  }

  div#right_bottom_bnr .sp_bnr {
    z-index: 2;
    position: absolute;
    display: flex;
    margin-top: 90px;
    left: 6%;
    display: block;
  }

  .emblem_02 {
    display: block;
    width: 150px;
  }

  .gtt_emblem_02 {
    width: 150px;
  }

  .gtt_coupon_emblem_02 {
    width: 110px;
  }

  .text_link {
    left: 7%;
    position: absolute;
  }

  p.mouseon_alpha.pc_none {
    display: none;
  }

  p.mouseon_alpha.sp_none {
    display: block;
  }

  /* =======================
	　　top_bnrarea
========================== */
  .top_bnrarea {
    margin-bottom: 10px;
  }

  p.mouseon_alpha.sp_none.corona {
    /* float: left; */
    margin: 0 30px 0 0;
    /* width: 345px; */
  }

  p.mouseon_alpha.sp_none.gtt {
    width: 345px;
    overflow: hidden;
  }

  /* =======================
	　　pickup_plan
========================== */
  .pickup_plan ul {
    display: flex;
    justify-content: space-between;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  header {
    z-index: 5;
  }

  header #logo {
    display: block;
    z-index: 5;
  }

  .flexslider.sp_none {
    position: relative;
  }

  .flex-control-nav {
    bottom: 10px;
  }

  .flexslider .pc_main_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -293px;
    z-index: 4;
    margin-top: -75px;
    width: 595px;
  }

  /* =======================
	　main
========================== */
  #main h1 {
    position: absolute;
    z-index: 3;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: clamp(2rem, 2.4vw, 2.8rem);
    letter-spacing: 0.4rem;
    /* line-height: 1.2; */
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
    width: 100%;
  }

  #main h1 .copy_txt_1 {
    display: block;
    margin-bottom: 5px;
    font-size: clamp(2.7rem, 3.6vw, 5.4rem);
  }

  /* =======================
	　bnr
========================== */
  #right_bottom_bnr {
    position: absolute;
    transform: translate(0%, -50%);
    width: 480px;
    z-index: 2;
    display: flex;
  }

  .emblem {
    width: 150px;
    margin: 0 5px;
  }

  .gtt_emblem {
    width: 150px;
    margin: 0 20px 0 5px;
  }

  div#right_bottom_bnr .gtt_bnr {
    display: block;
  }

  .inner div#right_bottom_bnr {
    display: flex;
    /*    width: 85%;*/
  }

  .gtt_bnr .limited {
    position: absolute;
    bottom: -80px;
    width: 150px;
    left: 0.5%;
  }

  /* =======================
	　.bestprice
========================== */
  .bestprice {
    margin-bottom: 30px;
  }

  .bestprice p {
    width: 1000px;
    margin: 0 auto;
  }

  /* =======================
	　.search_pc
========================== */
  .search_pc {
    position: relative;
  }

  .search_pc .backcolorL {
    background-color: #8e6126;
    width: 50%;
    padding: 47px 0;
    float: left;
  }

  .search_pc .backcolorR {
    background-color: #e3e1e2;
    width: 50%;
    padding: 47px 0;
    float: right;
  }

  .search_pc form {
    width: 100%;
    position: absolute;
    top: 0;
  }

  .search_pc form #booking_inner {
    width: 1000px;
    margin: 0 auto 0;
    background-color: #e3e1e2;
  }

  .search_pc form #booking_inner .search_title {
    width: 140px;
    font-size: 1.8rem;
    float: left;
    padding: 34px 0 33px 0;
  }

  .search_pc form #booking_inner .booking_date {
    margin-top: 25px;
  }

  .search_pc form #booking_inner .booking_date #nitteiarea {
    margin-left: 20px;
  }

  .search_pc form #booking_inner .booking_date #ninzuarea {
    margin-left: 35px;
  }

  .search_pc form #booking_inner select {
    width: 50px;
  }

  .search_pc form #booking_inner .button {
    padding: 15px 40px;
    font-size: 1.8rem;
    float: right;
    margin-left: 0;
  }

  .search_pc form #booking_inner .button:hover {
    background-color: #b5966d;
  }

  .search .search_link {
    width: 1000px;
    margin: 20px auto 0;
  }

  .search_link a:hover {
    text-decoration: underline;
  }

  /* =======================
	　.topics
========================== */
  /* .topics {
    width: 1000px;
    margin: 0 auto 80px;
  }
  .topics ul li p span {
    font-size: 2.4rem;
  } */

  /* =======================
	　bnr_area
========================== */
  .bnr_area {
    width: 1000px;
  }

  /* =======================
	　.event_bnr
========================== */
  .event_bnr .pc_weeksale {
    width: 1000px;
  }

  .event_bnr .corona {
    width: 1000px;
  }

  .event_bnr .pc_maiko_event {
    width: 1000px;
  }

  .event_bnr .pc_rasi {
    width: 1000px;
  }

  /* =======================
	　.concept
========================== */
  .concept ul li p {
    bottom: 35px;
  }

  .concept ul li p .text {
    width: 1000px;
    font-size: 5rem;
    line-height: 1.5;
    text-shadow: 2px 2px 3px #000;
  }

  .concept ul li p .text .text_min {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-top: 35px;
  }

  .concept {
    position: relative;
  }

  .concept p.concept_copy {
    font-size: clamp(1.6rem, 3.3vw, 4.5rem);
  }

  .concept p.concept_copy span {
    font-size: clamp(1.3rem, 1.8vw, 2.3rem);
    letter-spacing: 0.2em;
  }

  .concept p.concept_text {
    right: 15%;
    height: 40%;
    letter-spacing: 0.1rem;
    font-size: clamp(1rem, 1.2vw, 2.3rem);
    line-height: 2;
  }

  /* =======================
	　.plan
========================== */
  .plan .inner {
    width: 1000px;
  }

  /* =======================
	　charm
========================== */
  .charm {
    width: 1000px;
    margin: 50px auto 80px;
    gap: 35px;
  }

  .charm .charm_slider {
    width: 56%;
  }

  .charm .c_txt {
    width: 37%;
  }

  .charm div.min h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }

  .charm h2 .ic {
    margin-inline: unset;
  }

  .charm div.min p {
    line-height: 1.7;
    padding: 10px 0;
    font-size: 1.6rem;
  }

  .charm div.min h2,
  .charm div.min p {
    text-align: left;
  }

  .charm div.min p.more_btn {
    text-align: center;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
  }

  /* =======================
	　.photo
========================== */
  .photo {
    width: 1000px;
    margin: 90px auto;
  }

  .photo .btn a {
    margin: 20px auto 0;
  }

  .btn a:hover {
    background-color: #b5966d;
  }

  /* =======================
	　.news
========================== */
  /*ポップアップ用*/
  .news_box p {
    width: 1000px;
  }

  /*ポップアップ用*/
  .news_movie_box {
    width: 1000px;
    margin-bottom: 80px;
  }

  .news {
    margin: 0 auto;
    width: 1000px;
  }

  .news h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin: 0 auto 20px;
  }

  .text_link {
    position: absolute;
    left: auto;
    right: 0;
    bottom: -40%;
  }

  .news .inner .news_txt {
  }

  .news .list_link a {
    top: 4px;
    text-align: right;
    display: block;
    font-size: 1.4rem;
    color: #8e6127;
  }
  .info_popup {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .inline02 {
    font-size: 1.4rem;
  }

  .movie {
    position: relative;
    width: 50%;
    padding-top: 28.125%;
    margin: 0;
  }

  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  /* =======================
	　　 service
========================== */
  .service {
    margin: 90px auto;
  }

  /* =======================
	　　メディア
========================== */
  .media {
    display: flex;
    width: 35%;
    padding: 30px 0;
  }

  .media .insta_media {
    width: 70px;
  }

  .media .fb_media {
    width: 70px;
  }

  div#right_bottom_bnr {
    margin-top: -100px;
    width: 1000px;
    /*    margin-left: -290px;*/
    left: 1%;
    display: block;
  }

  /* =======================
	　　access
========================== */
  .access h2.min {
    font-size: 30px;
  }

  section.top_access {
    margin: 40px auto 0px;
    border-bottom: none;
    padding-bottom: 20px;
  }

  .acc_01 {
    width: 1000px;
    margin: 10px auto 0;
  }

  .access.clearfix {
    width: 1000px;
    margin: 0 auto;
  }

  .top_access section.clearfix {
    float: left;
    width: 333px;
    margin: 10px 0px 30px 0;
  }

  /* =======================
	　　news_box
========================== */
  .news_box {
    width: 1000px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 0 auto 50px;
    padding: 15px 2% 20px;
    text-align: center;
    border: 1px solid #cccccc;
  }

  .news_box p {
    padding: 5px 0 0;
    font-size: 1.8rem;
    margin: 5px 0 10px;
  }

  .news_box p a {
    padding: 10px;
    display: block;
    color: #000;
  }
  .news .inner dl dt {
    width: 100px;
  }
  /* =======================
	　　top_bnrarea
========================== */
  .top_bnrarea {
    margin-bottom: 20px;
  }

  p.mouseon_alpha.sp_none.corona {
    /* float: left; */
    margin: 0 30px 0 0;
    width: 1000px;
  }

  p.mouseon_alpha.sp_none.gtt {
    width: 485px;
  }

  /* =======================
	　　pickup_plan
========================== */
  .pickup_plan ul {
    width: 1000px;
    margin: 0 auto 5px;
  }

  .pickup_plan,
  .event_bnr,
  .nichi_toma img {
    width: 100%;
  }

  /* =======================
	　　.kyoto_link 
========================== */
  .kyoto_link.sp_none p {
    text-align: center;
    width: 100%;
    margin: 10px auto 10px;
  }

  .kyoto_link.sp_none p a:hover {
    opacity: 0.75;
  }
}
</pre></body></html>