@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: 0.08em;
  font-size: clamp(2.3rem, 8vw, 7rem);
  line-height: 1.45;
  max-width: fit-content;
}
.main_copy .copy_txt_sub {
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  display: block;
  margin-top: 1em;
}
.main_copy .copy_txt_2 {
  letter-spacing: -0.1em;
}
.main_copy .copy_txt_3 {
  letter-spacing: -0.03em;
}
.top_main_visual .main_copy img,
.top_main_visual .fv_bnr_box img {
  max-width: 100%;
  width: auto;
}
.fv_bnr_box.on_box.sp_on p {
  position: absolute;
  z-index: 2;
  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;
}
.topics p:first-child {
  margin-bottom: 10px;
}
/* =======================
	　bnr
========================== */
.bnr {
  width: 95%;
  margin: 30px auto 25px;
}
.bnr p {
  margin-bottom: 20px;
}
/* =======================
	　pickup_plan
========================== */
.pickup_plan {
  width: 95%;
  margin: 0 auto;
}

/* =======================
	　concept
========================== */
.concept {
  margin: 40px 0 40px;
  position: relative;
}
.concept img {
  width: 100%;
}

.concept p {
  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);
  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.06em;
  line-height: 1.65;
}
.concept p.concept_copy span {
  display: block;
  font-size: clamp(1.3rem, 4vw, 2.3rem);
  letter-spacing: 0.14em;
}
.concept b.comma {
  letter-spacing: 0.01rem;
}

.concept b.period {
  position: absolute;
  letter-spacing: 0.01rem;
}

.concept p.concept_text {
  position: absolute;
  width: 100%;
  top: 35.4%;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  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;
}

/* =======================
charm
========================== */
.col_sp1_pc3_list li {
  position: relative;
}
div.charm_copy {
  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 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.5;
  letter-spacing: 0.1em;
}
/* .col_sp1_pc3_list a:nth-of-type(4) li div.charm_copy p.charm_title {
  letter-spacing: 0.1em;
} */
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.05em;
  order: 3;
}
div.charm_copy:after {
  content: "";
  color: #fff;
  background-image: url("../image/common/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.link_none:after {
  background-image: none;
}
div.charm_copy p.pc_on {
  display: none;
}

/* =======================
	　info
========================== */
.info {
  width: 95%;
  margin: 0 auto;
}
.info_popup {
  width: 95%;
  margin: 30px auto;
}
.info p.mb_20,
.info_popup p {
  text-align: center;
  border: 1px #999 solid;
  padding: 10px;
}
.info dl {
  text-align: center;
  border: 1px #999 solid;
  padding: 0;
}
.info dd {
  border-top: 1px #999 solid;
}
.tb_br {
  display: none;
}

/* =======================
	　.bnrarea
========================== */
.bnrarea {
  width: 95%;
  margin: 20px auto 60px;
}
.bnrarea p {
  margin-bottom: 20px;
}
.bnrarea p:last-child {
  margin-bottom: 0;
}
/* =======================
	　.plan
========================== */
.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;
}
/* =======================
	　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 .inner {
  width: 95.5%;
  margin: 30px auto;
}
#news ul li {
  border: 1px solid #999;
  padding: 10px;
}
#news ul li:hover {
  cursor: pointer;
}
/*
#news ul li:last-child {
    border-bottom: 1px solid #ccc;
}
*/
#news ul li dl dt {
  padding-bottom: 10px;
}
#news ul li dl dd {
  text-align: center;
  margin: 0 auto 0;
}
#news ul li dl dt > span {
  background-color: #666666;
  color: #fff;
  padding: 2px 15px;
  border-radius: 2px;
  margin-left: 15px;
}
#news ul li dl {
  margin: 0;
  justify-content: center;
}
#news .acd-check {
  display: none;
}
#news .acd-label {
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.acd-label:after {
  border-right: 1px solid #383838;
  border-top: 1px solid #383838;
  bottom: 10px;
  content: " ";
  height: 7px;
  right: 1%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  width: 7px;
}
#news .acd-content {
  background-color: #fff;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label:after {
  -webkit-transform: translateX(-50%) rotate(315deg);
  transform: translateX(-50%) rotate(315deg);
}
#news .acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 20px 5%;
  visibility: visible;
  margin-top: 15px;
  cursor: auto;
  background-color: #f0f0f0;
}

#news .acd-check:checked + .acd-label + .acd-content span a {
  text-decoration: underline;
}

#news .acd-check:checked + .acd-label + .acd-content span a:hover {
  text-decoration: 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_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-bottom: 40px;
  /* font-size: 1.2rem; */
}
.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: 0 0 1px 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;
}
#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 {
  width: 100%;
  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 40px auto;
}
section.top_access {
  margin: 40px auto 30px;
}
.access h2 {
  font-size: 2.4rem;
}
#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;
}
.from_st {
  padding: 0 0 20px;
  line-height: 1.6;
}
/* =======================
	　tripla-booking
========================== */
#reservation_01.lower {
  display: none;
}
/* =======================
	　　 photo
========================== */
.photo {
  margin-bottom: 60px;
}
.photo > .btn {
  width: 94%;
  margin: 20px auto 0;
}
/* =======================
	　　 access
========================== */
.access .info_popup_ac {
  padding: 10px 15px;
  border: 1px solid #cc3333;
  margin: 20px auto 30px;
  color: #cc3333;
  font-weight: bold;
}

/*スマートフォン 縦（魅力・コンセプトの文字調整）*/
@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);
  }

  .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.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;
  }
  /* =======================
	　h2
========================== */
  h2 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  /* =======================
	　topics
========================== */
  .topics {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 20px;
  }
  .topics p {
    width: 355px;
  }
  /* =======================
	　bnr
========================== */
  .bnr {
    margin: 30px auto 20px;
  }
  /* =======================
	　pickup_plan
========================== */
  .pickup_plan ul {
    display: flex;
    justify-content: space-between;
  }
  .pickup_plan ul li {
    width: 355px;
  }
  .pc_pickup_area {
    width: 35%;
    display: flex;
  }
  .pc_pickup_area p {
    margin-right: 2%;
    width: 150px;
  }
  /* =======================
pickup
========================== */
  #slider_pickup .slider_inner .wrp_st .ic {
    font-size: 1.1rem;
    padding: 5.5px 10px;
  }
  /* =======================
	　info
========================== */
  .info p {
    text-align: center;
  }
  .info dd p.obj_inner_txt {
    text-align: center;
  }
  .tb_br {
    display: block;
  }

  /* =======================
	　.concept
========================== */
  .concept ul li img {
    width: 100%;
  }
  .concept ul li p {
    bottom: 15px;
    width: 100%;
    margin: 0;
  }
  .concept ul li p .text {
    display: block;
    width: 97%;
    margin: 0 auto;
    font-size: 3rem;
    line-height: 1.3;
  }

  .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: 42%;
    top: 59%;
    bottom: 0%;
    line-height: 1.55;
    left: 77%;
    text-align: left;
    letter-spacing: 0.08em;
    font-size: clamp(1rem, 1vw, 1.8rem);
  }
  /* =======================
.charm
========================== */
  .charm ul li {
    position: relative;
  }
  .pc_charm_copy {
    position: absolute;
    top: 63%;
    left: 50%;
    margin-left: -38%;
    width: 75%;
    font-family: "Noto Serif JP", sans-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);
    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.pc_on {
    display: inline-block;
  }
  div.charm_copy p.sp_on {
    display: none;
  }
  div.charm_copy:after {
    content: none;
  }
  /* =======================
	　.plan
========================== */
  .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 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:hover {
    text-decoration: none;
    opacity: 0.75;
  }
  .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;
  }
  .plan .list_link a:hover {
    color: #d2ab79;
  }
  .plan .list_link a span {
    display: inline;
  }
  .bottom_none {
    border-bottom: none;
  }
  .alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  /* ========================
	news_新
========================== */
  #news .inner {
    margin: 40px auto 20px;
  }
  #news ul li {
    padding: 10px;
    width: 98%;
    margin: 0 auto;
  }
  #news ul li dl {
    display: flex;
    margin: 0;
  }
  #news ul li dl dt > span {
    margin-right: 15px;
  }
  #news ul li dl dd {
    width: auto;
  }
  .acd-label:after {
    bottom: 10px;
  }
  #news .acd-check:checked + .acd-label + .acd-content {
    padding: 20px;
    text-align: center;
  }
  /* =======================
	　.news
========================== */
  .news {
    position: relative;
    margin-bottom: 20px;
  }
  .news .list_link a {
    font-size: 1.4rem;
    color: #8e6127;
    float: right;
  }
  .news .inner dl {
    width: 97%;
    margin: 0 auto 20px;
    padding: 0 0 10px 0;
  }
  .news .inner dl .news_txt .new {
    display: inline-block;
  }
  .news .inner dl dt {
    width: 100px;
    margin: 0 0 0 40px;
  }
  .news .inner .news_txt {
    width: 75%;
    margin-bottom: 10px;
  }
  .news .inner dl .new {
    display: none;
  }
  .news .inner dl .list_link {
    float: right;
  }
  .news .inner dl:nth-last-of-type(1) {
    width: 80%;
  }
  .news .list_link a:hover {
    color: #d2ab79;
  }
  .info_popup {
    width: 94%;
    margin: 40px auto 20px;
  }

  /* =======================
	　　 photo
========================== */
  .photo {
    width: 650px;
    margin: 0 auto 60px;
  }
  .photo > .btn {
    width: 40%;
    margin: 30px auto 0;
  }
  .photo > .btn a:hover {
    opacity: 0.75;
  }
  /* =======================
	　　 access
========================== */
  section.top_access {
    width: 100%;
    border-top: none;
    margin: 40px auto 30px;
  }
  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;
  }
  /* =======================
	　　  media
========================== */
  .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) {
  /*============
	FV
========================== */
  header {
    z-index: 5;
  }

  /* =======================
top_main_visual
========================== */
  .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;
  }
  .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;
  }
  .on_fv .pc_emblem,
  .on_fv .gtt_emblem {
    width: 150px;
  }
  .on_fv .gtt_emblem {
    margin-right: 10px;
  }

  /* =======================
	　info
========================== */
  .info {
    width: 1000px;
    margin: 20px auto;
  }
  .tb_br {
    display: none;
  }
  /* =======================
	　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;
  }
  /* =======================
	　pickup_plan
========================== */
  .pickup_plan {
    width: 1000px;
    margin: 0 auto;
  }
  .pickup_plan ul {
    margin: 0;
  }
  .pickup_plan ul li {
    width: 490px;
    margin-bottom: 0;
  }
  .pickup_plan ul li a:hover img {
    opacity: 0.75;
  }
  /* =======================
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;
  }
  /* =======================
	　.bestprice
========================== */
  .bestprice {
    margin-bottom: 30px;
  }
  .bestprice p {
    width: 1000px;
    margin: 0 auto;
  }
  /* =======================
	　topics
========================== */
  .topics {
    width: 1000px;
    margin: 30px auto 20px;
  }
  .topics p {
    width: 490px;
  }
  .topics a:hover img {
    opacity: 0.75;
  }
  /* =======================
	　bnr
========================== */
  .bnr {
    width: 1000px;
    margin: 20px auto 40px;
  }
  .bnr p {
    margin-bottom: 20px;
  }
  /*  test*/
  .bnr p:last-child {
    margin-bottom: 40px;
  }

  .bnr a:hover img {
    opacity: 0.75;
  }
  /* =======================
	　dayuse
========================== */
  .bnrarea {
    width: 1000px;
    margin: 20px auto 60px;
  }
  .bnrarea p {
    margin-bottom: 20px;
  }
  .bnrarea p:last-child {
    margin-bottom: 0;
  }
  .dayuse a:hover img {
    opacity: 0.75;
  }

  /* =======================
.concept
========================== */
  .concept {
    margin: 70px 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 {
    top: 59.5%;
    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;
  }
  .plan ul li a:hover p,
  .plan ul li a:hover p span {
    text-decoration: none;
  }
  /* ========================
	news_新
========================== */
  #news .inner {
    width: 1000px;
    margin: 30px auto;
  }
  #news ul li {
    padding: 10px;
    margin: 0;
    width: auto;
  }
  #news ul li dl dt {
    padding-bottom: 0;
  }
  #news ul li dl dd {
    width: auto;
  }
  .acd-label:after {
    bottom: 10px;
  }
  /* =======================
	　.news
========================== */
  /*ポップアップ用*/
  .news_box p {
    width: 1000px;
  }
  /*ポップアップ用*/
  .news {
    width: 1000px;
    margin: 0 auto;
  }
  .news_min {
    width: 100%;
  }
  .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 .inner .news_txt {
    width: 70%;
  } */
  .news .list_link a {
    top: 4px;
    text-align: right;
    display: block;
    font-size: 1.4rem;
    color: #8e6127;
  }
  .news .inner dl:nth-last-of-type(1) {
    width: 70%;
  }
  .info_popup {
    width: 1000px;
    margin: 30px auto;
  }
  /* =======================
	　　 photo
========================== */
  .photo {
    width: 100%;
    margin: 80px 0 80px;
  }
  /* =======================
	　　メディア
========================== */
  .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;
  }
  .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;
  }
  /* =======================
	　　 access
========================== */
  .access .info_popup_ac {
    text-align: center;
  }
  /* =======================
charm
========================== */
  div.charm_copy {
    transform: translate(-50%, 17%);
  }
  div.charm_copy p.charm_title {
    letter-spacing: 0.16em;
    padding: 0.8% 0;
  }
  /* div.charm_copy p.charm_text {
    letter-spacing: 0.15em;
  } */
  .pc_charm_copy {
    position: absolute;
    top: 67%;
    left: 50%;
    margin-left: -423px;
    width: 857px;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
  /* =======================
	　　 photo
========================== */
  .photo {
    width: 1000px;
    margin: 80px auto 80px;
  }
}
/* PC */
@media screen and (min-width: 1025px) {
  .pc_pickup_area {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .top_main_visual .main_copy {
    inset: -25px 0 0 0;
  }
  .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;
  }
  .concept p.concept_text {
    top: 60.5%;
  }
  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;
  }
}
