@charset "utf-8";

/* CSS Information============
top
========================== */
/* スマートフォンのデフォルトブラウザ、Safariのフォーム装飾の打消し */
* {
  -webkit-appearance: none;
}

/*スマートフォン 縦*/

/* =======================
	　.top_main_visual
========================== */
.top_main_visual {
  position: relative;
}
.top_main_visual .main_copy {
  position: absolute;
  inset: 5% 0 0 0;
  z-index: 2;
  height: fit-content;
  -moz-height: fit-content;
  margin: auto;
  font-style: normal;
  color: #fff;
  font-feature-settings: "palt";
  text-align: center;
  text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
  font-weight: 200;
  letter-spacing: 0rem;
  font-size: clamp(2.3rem, 7.7vw, 7rem);
  line-height: 1.45;
  max-width: fit-content;
}
.top_main_visual .main_copy span {
  font-size: clamp(1.2rem, 3.8vw, 3.2rem);
  display: block;
  margin-top: 1em;
}
.top_main_visual .main_copy img,
.top_main_visual .fv_bnr_box img {
  max-width: 100%;
  width: auto;
}
.fv_bnr_box.on_box.pc_none p {
  position: absolute;
  z-index: 3;
  width: 30%;
  max-width: 110px;
  left: 10px;
  bottom: 10px;
}
.fv_bnr_box.under_box p {
  margin-bottom: 1px;
}
.fv_bnr_box.under_box p:last-child {
  margin-bottom: 0;
}
.top_main-swiper {
  background-color: #eee;
  aspect-ratio: 640 / 851;
}
.swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.top_main_visual .top_main-swiper-button-next,
.top_main_visual .top_main-swiper-button-prev {
  display: none;
}

/* =======================
concept
========================== */
.concept {
  margin: 40px 0 60px;
  position: relative;
}

.concept img {
  width: 100%;
}

.concept p {
  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);
  text-align: center;
  font-feature-settings: "palt";
}

.concept p.concept_copy {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: clamp(1.6rem, 5vw, 3.8rem);
  letter-spacing: 0.05em;
  line-height: 1.65;
}

.concept p.concept_copy span {
  display: block;
  font-size: clamp(1.3rem, 4vw, 2.3rem);
  letter-spacing: 0.05em;
}

.concept p.concept_text {
  position: absolute;
  width: 100%;
  top: 52.3%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
  font-size: clamp(1rem, 3.3vw, 3.4rem);
  line-height: 1.8;
}

/* =======================
h2
========================== */
h2 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 25px;
  line-height: 2.6rem;
}

.col_sp1_pc3_list li {
  margin-bottom: 1.5vh;
}

.bnr_area {
  width: 94%;
  margin: 20px auto 60px;
}

.bnr_area p {
  margin-bottom: 20px;
}

.bnr_area p:last-child {
  margin-bottom: 0;
}

/* =======================
charm
========================== */
.col_sp1_pc3_list li {
  position: relative;
}

div.charm_copy {
  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 rgb(0 0 0 / 60%);
  text-align: center;
  font-feature-settings: "palt";
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: grid;
  flex-direction: column;
  position: absolute;
  grid-template-rows: auto 20px auto auto;
  line-height: 2;
}

div.charm_copy p.charm_title {
  display: block;
  font-size: clamp(1rem, 5.8vw, 4.5rem);
  order: 1;
  line-height: 1.8;
}

.col_sp1_pc3_list a:nth-of-type(3) li div.charm_copy p.charm_title {
  letter-spacing: 0.12em;
}

div.charm_copy:before {
  content: "";
  height: 1px;
  width: 81%;
  background-color: rgba(255, 255, 255, 0.5);
  order: 2;
  margin: auto;
}

div.charm_copy p.charm_text {
  font-size: clamp(1rem, 3.5vw, 3.2rem);
  line-height: 1.5;
  letter-spacing: 0.05rem;
  order: 3;
}

div.charm_copy:after {
  content: "";
  color: #fff;
  background-image: url("../img/220720/charm_yaji.png");
  background-repeat: no-repeat;
  order: 4;
  background-size: contain;
  vertical-align: middle;
  width: 7%;
  aspect-ratio: 1/1;
  margin: 7% auto 0;
}

div.charm_copy p.charm_text span.sp_on {
  display: inline-block;
}

/* =======================
	　info
========================== */
.info {
  width: 94%;
  margin: 30px auto 20px;
  box-sizing: border-box;
}

.info p {
  border: 1px #999 solid;
  padding: 9px;
  text-align: center;
  font-size: 1.3rem;
}

.info p a {
  color: #000;
}

.info .red {
  border: 1px #cc3333 solid;
}

.info .red a {
  color: #cc3333;
}

.info dl {
  text-align: center;
  border: 1px #999 solid;
  padding: 0;
}
.info dl p {
  border: none;
  padding: 0;
}
.info dt {
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.info dt.obj_outer p {
  position: relative;
}

.info dt.obj_outer p::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  border-top: 1px solid #000;
  transition: transform 0.3s ease-in-out;
  width: 12px;
  top: 50%;
  transform: translate(-50%) rotate(90deg);
}

.info dt.obj_outer p::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -2px;
  border-top: 1px solid #000;
  transition: transform 0.3s ease-in-out;
  width: 14px;
  top: 50%;
  transform: translateX(-50%);
}

.info dt.active {
  padding-bottom: 10px;
}

.info dt.active p::before {
  transform: translate(-50%) rotate(180deg);
}

.info dt.active p::after {
  opacity: 0;
}

.info dd {
  border-top: 1px #999 solid;
}

.info dd p.obj_inner_txt {
  padding: 10px;
  text-align: left;
}

.info dd p.obj_inner_txt:last-child {
  margin-bottom: 0;
}

.info p span {
  color: #cc3333;
}

.info p strong {
  font-weight: bold;
}

.info dd {
  border-top: 1px #999 solid;
  display: none;
  margin: 0 3%;
  padding: 14px 0;
}

.info dt {
  text-decoration: underline;
}

.info dt:hover {
  text-decoration: none;
}

/* =======================
	　plan
========================== */
.col_sp2_pc3 ul li a p {
  font-size: 1.4rem;
}

.col_sp2_pc3 ul li a:hover p {
  text-decoration: none;
}

.plan .list_link a {
  background-color: #8e6127;
  color: #fff;
  font-size: 1.4rem;
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
}

.plan .list_link a span {
  display: none;
}

.plan ul li a p {
  color: #333;
}

/* =======================
	　pickup
========================== */
.pickup {
  margin: 50px 0;
  padding: 50px 0 70px;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
}

#slider_pickup .slider_inner {
  margin: 0 min(2vw, 10px);
}

#slider_pickup.slick-slider {
  max-width: 1032px;
  margin: auto;
}

#slider_pickup .slider_inner .wrp_st {
  margin: 10px 3px;
}

#slider_pickup .slider_inner .wrp_st .ic {
  display: inline-block;
  padding: 5px 16px;
  margin: 5px 0 10px;
  font-size: 1rem;
  line-height: 1;
  color: #8e6127;
  border: solid 1px #8e6127;
  border-radius: 3px;
}

#slider_pickup .external_link::after {
  width: 1.1rem;
  vertical-align: baseline;
  content: url(/osaka/image/common/img_externalLink_b.svg);
  display: inline-block;
}

#slider_pickup .slick-dots {
  bottom: -35px;
}

#slider_pickup a:hover {
  text-decoration: none;
}

.slick-dots li button:before {
  font-size: 14px;
  color: black;
}

.slick-dots li.slick-active button:before {
  color: #ab8334;
  opacity: 1;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  color: #ab8334;
  opacity: 1;
}

#slider_pickup .slick-slide {
  opacity: 0.5;
  transition-duration: 0.3s;
}

#slider_pickup .slick-slide.slick-active,
#slider_pickup .slick-slide.slick-center {
  opacity: 1;
}

/* =======================
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_min {
  width: 90%;
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.news {
  margin: 0 0 60px;
}

.news .inner dl {
  padding: 0 0 10px 0;
  margin: 0 auto 10px;
}

.news .inner dl dt,
.news .inner dl dd {
  margin: 0 auto;
  float: left;
}

.news .inner dl:nth-last-of-type(1) {
  margin: 0 auto;
  width: 90%;
  display: table;
}

.news .inner .new {
  margin-left: 5px;
  color: #cc0000;
  font-weight: bold;
}

.news .inner .fl_sp {
  float: left;
}

.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;
}

/* =======================
.event_bnr
========================== */
.inner .event_bnr {
  margin-bottom: 40px;
}
.awards {
  background-color: #f0f0f0;
  margin: 10px auto 30px;
  padding: 0 0 30px;
}
.awards h2 {
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 0 0 0;
}
.awards-swiper {
  width: 95%;
  margin: 0 auto;
  max-width: 380px;
}
.awards-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
/*	swiper スライドボタン */
.awards-swiper-pagination {
  position: static;
  margin-top: 20px;
}
.awards-swiper > .awards-swiper-pagination .swiper-pagination-bullet {
  margin: 0px 6px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  width: 12px;
  height: 11px;
}
.awards-swiper > .awards-swiper-pagination .swiper-pagination-bullet-active {
  background: #ab8334;
  opacity: 1;
}
.rasi {
  margin-bottom: 30px;
}

.emblem_box {
  margin-top: 1px;
}

#right_bottom_bnr a:hover {
  opacity: 0.75;
}

div#right_bottom_bnr {
  z-index: 2;
  position: absolute;
  margin-top: -32%;
  left: 6%;
  right: 6%;
}

.sp_bnr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.gtt_bnr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.emblem_bnr {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.emblem_02 {
  display: block;
  width: 110px;
}

.gtt_emblem_02 {
  display: block;
  width: 110px;
  margin-left: 10px;
}

.gtt_coupon_emblem_02 {
  display: block;
  width: 81px;
  margin-left: 20px;
  margin-right: 20px;
}

.text_link {
  float: right;
  margin: 5px 10px 15px 0;
}

/* =======================
access
========================== */
.access.clearfix {
  padding-bottom: 0;
  width: 94%;
  margin: 0 auto;
}

section.top_access {
  margin: 40px auto 0;
  padding-bottom: 40px;
}

.access h2 {
  font-size: 2.4rem;
}

#g_map {
  height: 330px;
  width: 100%;
}

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;
}

.from_st {
  padding: 20px 0;
  line-height: 1.6;
}

.photo {
  margin-bottom: 60px;
}

.photo > .btn {
  width: 94%;
  margin: 20px auto 0;
}

/* =======================
reservation_01
========================== */
#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%;
  }
}

/* タブレット */
@media screen and (min-width: 768px) {
  /* =======================
	　.fv_bnr
========================== */
  .top_main-swiper {
    aspect-ratio: 1920 / 919;
  }
  .fv_bnr_box > p a:hover {
    opacity: 0.7;
  }
  .top_main-swiper .top_main-swiper-button-next,
  .top_main-swiper .top_main-swiper-button-prev {
    display: block;
    opacity: 0.7;
    color: #eee;
  }
  .top_main-swiper .top_main-swiper-button-next {
    translate: 100px;
    transition: all 0.3s ease;
  }
  .top_main-swiper .top_main-swiper-button-prev {
    translate: -100px;
    transition: all 0.3s ease;
  }
  .top_main-swiper .top_main-swiper-button-prev:after,
  .top_main-swiper .top_main-swiper-button-next:after {
    content: "";
    display: inline-block;
    height: 30px;
    width: 15px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }
  .top_main-swiper .top_main-swiper-button-prev:after {
    background-image: url(/kyoto/img/171024/left.png);
  }
  .top_main-swiper .top_main-swiper-button-next:after {
    background-image: url(/kyoto/img/171024/right.png);
  }
  .top_main_visual:hover .top_main-swiper .top_main-swiper-button-next,
  .top_main_visual:hover .top_main-swiper .top_main-swiper-button-prev {
    translate: 0;
    transition: all 0.3s ease;
    width: fit-content;
    height: auto;
  }
  .top_main-swiper .top_main-swiper-button-next:hover,
  .top_main-swiper .top_main-swiper-button-prev:hover {
    opacity: 1;
  }
  .top_main_visual .main_copy {
    font-size: clamp(2.7rem, 3.6vw, 5.4rem);
    letter-spacing: 0.08em;
    inset: 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: 3;
  }

  .fv_bnr_wrapper.pc_on .fv_bnr_box.left_box {
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }

  .fv_bnr_wrapper.pc_on .fv_bnr_box.left_box p {
    margin-right: 2%;
    max-width: 26%;
    width: 175px;
  }

  .fv_bnr_wrapper.pc_on .fv_bnr_box.right_box {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
  }

  .fv_bnr_wrapper.pc_on .fv_bnr_box.right_box p {
    text-align: right;
    max-width: 40%;
    margin-left: 2%;
  }

  .fv_bnr_wrapper.pc_on .fv_bnr_box.right_box p:first-child {
    margin-left: 0;
  }

  /* =======================
h2
========================== */
  h2 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  /* =======================
	　.on_fv
========================== */
  .on_fv {
    position: relative;
    margin: 0 auto;
    z-index: 2;
  }

  .img_mtm {
    display: flex;
    position: absolute;
    justify-content: space-between;
    width: 89vw;
    left: 5vw;
    bottom: 25px;
    align-items: flex-end;
  }

  .img_mtm p.fv_bnr {
    margin: 0 30px;
  }

  .pc_bestlate_bnr {
    width: 170px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .pc_emblem {
    display: block;
    width: 80px;
  }

  .img_mtm p:nth-child(3) {
    margin-right: 10px;
  }

  .img_mtm a:hover {
    opacity: 0.75;
  }

  .gtt_emblem {
    display: block;
    width: 80px;
    margin-right: 10px;
  }

  .tb_emblem {
    width: 170px;
    position: absolute;
    bottom: 65px;
  }

  .pc_pickup_area {
    width: 35%;
    display: flex;
  }

  .pc_pickup_area p {
    margin-right: 2%;
    width: 150px;
  }

  /* =======================
	　info
========================== */
  .info {
    width: 95%;
    margin: 40px auto 20px;
  }

  .info p {
    text-align: center;
    font-size: 1.4rem;
  }
  .info dd {
    text-align: center;
  }
  .info dd p.obj_inner_txt {
    text-align: center;
    text-align: left;
    display: inline-block;
  }

  /* =======================
bnr_area
========================== */
  .bnr_area {
    width: 94%;
  }

  /* =======================
.concept
========================== */
  .concept {
    position: relative;
  }

  .concept p.concept_copy {
    top: 19.5%;
    font-size: clamp(1.6rem, 3.6vw, 4.5rem);
    letter-spacing: 0.1em;
  }

  .concept p.concept_copy span {
    font-size: clamp(1.3rem, 1.8vw, 2.3rem);
    letter-spacing: 0.2em;
  }

  .concept p.concept_text {
    width: 44%;
    top: 59%;
    bottom: unset;
    line-height: 1.55;
    right: 0;
    left: unset;
    text-align: left;
    letter-spacing: 0.08em;
    font-size: clamp(1rem, 1vw, 1.8rem);
    transform: inherit;
  }

  /* =======================
.charm
========================== */
  .pc_charm_copy {
    position: absolute;
    top: 63%;
    left: 50%;
    margin-left: -38%;
    width: 75%;
    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);
    text-align: center;
    font-feature-settings: "palt";
  }

  .pc_charm_copy span {
    display: block;
    font-size: 3.3rem;
  }

  .col_sp1_pc3_list li {
    position: relative;
    margin-bottom: 4vh;
  }

  div.charm_copy {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 100%;
    display: inline-block;
    height: fit-content;
    height: -moz-fit-content;
  }

  div.charm_copy p.charm_title {
    display: block;
    font-size: clamp(1rem, 3vw, 3.3rem);
    order: 1;
    padding: 1% 0;
    letter-spacing: 0.1em;
  }

  div.charm_copy:before {
    content: none;
  }

  div.charm_copy p.charm_text {
    font-size: clamp(1rem, 2vw, 2.2rem);
    line-height: 1.5;
    letter-spacing: 0.1em;
    order: 3;
  }

  div.charm_copy p.charm_text span.pc_on {
    display: inline-block;
  }

  div.charm_copy p.charm_text span.sp_on {
    display: none;
  }

  div.charm_copy:after {
    content: none;
  }

  /* =======================
.plan
========================== */
  .plan {
    padding: 10px 0 0;
    margin-bottom: 0;
  }

  .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 {
    display: inline-block;
  }

  .plan ul li a img {
    width: 100%;
  }

  .plan ul li a p {
    width: 100%;
    padding: 0;
    margin: 10px 0 20px 0;
    font-size: 1.4rem;
  }

  .plan ul li a p span {
    font-size: 1.3rem;
  }

  .plan .list_link {
    text-align: right;
    width: 100%;
  }

  .plan .list_link a {
    background-color: white;
    display: inline;
    top: 4px;
    font-size: 1.4rem;
    color: #8e6127;
    text-decoration: none;
  }

  .plan .list_link a:hover {
    color: #d2ab79;
    text-decoration: underline;
  }

  .plan .list_link a span {
    display: inline;
  }

  .bottom_none {
    border-bottom: none;
  }

  .alpha a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  /* =======================
pickup
========================== */
  #slider_pickup .slider_inner .wrp_st .ic {
    font-size: 1.1rem;
    padding: 5.5px 10px;
  }

  #slider_pickup .slider_inner .wrp_st {
    margin: 10px 5px;
  }

  /* =======================
.news
========================== */
  .news {
    position: relative;
  }

  .news .list_link a {
    font-size: 1.4rem;
    color: #8e6127;
    float: right;
  }

  .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 dl dt {
    width: auto;
  }

  .news .inner .news_txt {
    margin-bottom: 0;
  }

  .news .inner dl .new {
    display: none;
  }

  .news .inner dl .list_link {
    float: right;
  }

  .news .list_link a:hover {
    color: #d2ab79;
  }

  .info_popup {
    width: 94%;
    margin: -5px auto 3%;
  }

  /* =======================
service
========================== */
  .service {
    margin-bottom: 0;
  }

  /* =======================
access
========================== */
  section.top_access {
    width: 100%;
    border-top: none;
    margin: 40px auto 0;
    padding-bottom: 0;
  }

  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;
  }

  #g_map {
    height: 480px;
    border: none;
  }

  .top_access section.clearfix {
    float: left;
    width: 29%;
    padding: 20px 2% 50px;
  }

  .media {
    width: 48%;
  }
  /* =======================
awards
========================== */
  .awards {
    margin-bottom: 0;
    padding: 0 0 40px;
  }
  .awards h2 {
    font-size: 3rem;
    padding: 40px 0 0;
  }
  .awards-swiper {
    max-width: unset;
  }
  .awards-swiper .swiper-wrapper {
    justify-content: center;
    gap: 20px;
  }
  .awards-swiper .swiper-slide {
    width: calc((100% - 80px) / 5);
    max-width: 175px;
  }
  .awards-swiper .swiper-slide {
    display: block;
  }
  .rasi {
    display: none;
  }

  div#right_bottom_bnr {
    z-index: 2;
    position: absolute;
    display: flex;
    margin-top: -180px;
    left: 6%;
  }

  .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 {
    display: none;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  /* =======================
header
========================== */
  header {
    z-index: 5;
  }

  /* =======================
flexslider
========================== */
  .top_main_visual {
    margin-bottom: 2%;
  }
  .fv_emblem {
    width: 1000px;
    position: absolute;
    bottom: 15px;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .top_main_visual .main_copy {
    font-weight: 300;
    inset: -25px 0 0 0;
  }

  .top_main_visual .main_copy span {
    letter-spacing: 0.5rem;
    margin-top: 1.7em;
  }
  .top_main-swiper .top_main-swiper-button-prev:after,
  .top_main-swiper .top_main-swiper-button-next:after {
    height: 60px;
    width: 30px;
    translate: 0 -25%;
  }
  /* =======================
	　.on_fv
========================== */
  .on_fv {
    position: relative;
    margin: 0 auto;
    z-index: 2;
  }

  .img_mtm p.fv_bnr {
    margin: 0 30px;
  }

  .img_mtm {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    bottom: 25px;
  }

  .pc_bestlate_bnr {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .on_fv .pc_emblem,
  .on_fv .gtt_emblem {
    width: 150px;
  }

  .on_fv .gtt_emblem {
    margin-right: 10px;
  }

  /* =======================
	　info
========================== */
  .info {
    width: 1000px;
    margin: 40px auto 30px;
  }

  /* =======================
bnr
========================== */
  #right_bottom_bnr {
    position: absolute;
    top: -130px;
    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;
  }

  /* =======================
.bestprice
========================== */
  .bestprice {
    margin-bottom: 30px;
  }

  .bestprice p {
    width: 1000px;
    margin: 0 auto;
  }

  /* =======================
bnr_area
========================== */
  .bnr_area {
    width: 1000px;
  }

  /* =======================
.concept
========================== */
  .concept {
    margin: 40px auto 0;
  }

  .concept .pc_concept_copy {
    position: absolute;
    top: 33%;
    margin-top: -7%;
    left: 50%;
    margin-left: -302px;
    width: 604px;
  }

  .concept .pc_concept_text {
    position: absolute;
    top: 75%;
    margin-top: -8%;
    left: 50%;
    margin-left: 6%;
    width: 330px;
  }

  .concept ul li p {
    bottom: 35px;
  }

  .concept p.concept_copy {
    top: 22%;
    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 {
    line-height: 1.75;
  }

  /* =======================
.charm
========================== */
  .pc_charm_copy {
    position: absolute;
    top: 64%;
    left: 50%;
    margin-left: -390px;
    width: 780px;
  }

  /* =======================
.plan
========================== */
  .plan {
    width: 1000px;
    margin: 30px auto;
  }

  /* =======================
pickup
========================== */
  #slider_pickup .slider_inner {
    margin: 0 16px;
  }

  #slider_pickup .slick-dots {
  }

  #slider_pickup .slick-prev {
    background: url(/osaka/image/common/img_arrowBack.svg);
    background-repeat: no-repeat;
  }

  #slider_pickup .slick-next {
    background: url(/osaka/image/common/img_arrowForward.svg);
    background-repeat: no-repeat;
  }

  #slider_pickup .slick-prev,
  #slider_pickup .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transform: translateY(-80%);
    opacity: 0.3;
  }

  #slider_pickup .slick-prev:before,
  #slider_pickup .slick-next:before {
    display: none;
  }

  #slider_pickup .slick-prev:hover,
  #slider_pickup .slick-next:hover {
    outline: none;
    opacity: 1;
  }

  #slider_pickup .slick-prev {
    left: -5%;
  }

  #slider_pickup .slick-next {
    right: -5%;
  }

  #slider_pickup .slick-slide {
    opacity: 1;
    transition-duration: unset;
  }

  /* =======================
.news
========================== */
  /*ポップアップ用*/
  .news_box p {
    width: 1000px;
  }

  /*ポップアップ用*/
  .news {
    width: 1000px;
    margin: 100px auto 100px;
  }

  .news .inner dl {
    width: 1000px;
    padding: 0 0 10px 0;
  }

  .news .inner dl dt {
    width: 100px;
  }

  .text_link {
    position: absolute;
    margin: -30px 0 0px 20px;
    left: auto;
  }

  .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;
  }

  /* =======================
メディア
========================== */
  .media {
    display: flex;
    width: 35%;
    padding: 30px 0;
  }

  .media .insta_media {
    width: 70px;
  }

  .media .fb_media {
    width: 70px;
  }

  div#right_bottom_bnr {
    margin-top: 0px;
    width: 1000px;
    margin-left: -500px;
    left: 50%;
  }

  /* =======================
access
========================== */
  .access h2.min {
    font-size: 30px;
  }

  section.top_access {
    margin: 40px auto 0px;
    padding-bottom: 20px;
  }

  .acc_01 {
    width: 1000px;
    margin: 10px auto 0;
  }

  .access.clearfix {
    width: 1000px;
    margin: 0 auto;
  }

  .top_access section.clearfix {
  }

  .awards-swiper .swiper-wrapper {
    gap: 30px;
  }

  /* =======================
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;
  }

  .photo {
    width: 100%;
    margin: 80px auto 80px;
  }

  .photo > .btn {
    width: 40%;
    margin: 30px auto 0;
  }

  /* =======================
charm
========================== */
  div.charm_copy {
    transform: translate(-50%, 17%);
  }

  div.charm_copy p.charm_title {
    letter-spacing: 0.16em;
    padding: 0.8% 0;
  }

  .pc_charm_copy {
    position: absolute;
    top: 67%;
    left: 50%;
    margin-left: -423px;
    width: 857px;
  }
}

/* PC大型 */
@media screen and (min-width: 1280px) {
  /* =======================
.concept
========================== */

  .pc_charm_copy {
    position: absolute;
    top: 67%;
    left: 50%;
    margin-left: -423px;
    width: 857px;
  }

  .photo {
    width: 1000px;
    margin: 80px auto 80px;
  }

  /*府民割バナー設置時は1200px*/
}

@media screen and (min-width: 1440px) {
  .concept p.concept_copy {
    top: 22%;
    font-size: clamp(1.6rem, 2.6vw, 4.5rem);
  }

  .concept p.concept_copy span {
    font-size: clamp(1.3rem, 1.5vw, 2.3rem);
    letter-spacing: 0.2em;
  }
  div.charm_copy {
    transform: translate(-50%, 30%);
  }

  div.charm_copy p.charm_title {
    font-size: clamp(1rem, 2.5vw, 4.5rem);
    letter-spacing: 0.12em;
    padding: 1% 0;
  }

  div.charm_copy p.charm_text {
    font-size: clamp(1rem, 1.6vw, 4rem);
    line-height: 1.6;
  }
}
/* ========================
	event_bnr
========================== */
.event_bnr {
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
.event_bnr ul li:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .event_bnr {
    width: 95%;
    margin: 40px auto 20px;
  }
}
@media screen and (min-width: 1024px) {
  .event_bnr {
    width: 1000px;
    margin: 0 auto 30px;
  }
}
