@charset "utf-8";
/* CSS Information============
	top
========================== */
/*============
	FV
========================== */
#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(2rem, 2.4vw, 2.8rem);
  font-feature-settings: "palt";
  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;
}
/* =======================
    　tripla-booking
========================== */
#reservation_01.lower {
  display: none;
}

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

/*スマートフォン 縦*/
/* =======================
	page_image
========================== */
.page_image {
  margin-bottom: 30px;
}
/* =======================
	　.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%;
}
/* =======================
		system_note
========================== */
.system_note {
  text-align: center;
  border: double #cc3333;
  text-align: center;
}
.system_note a {
  color: #cc3333;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .system_note {
    width: 93%;
    margin: 30px auto 30px;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .system_note {
    line-height: 1.5;
    width: 93%;
    margin: 25px auto 40px;
    padding: 16px 0;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1101px) {
  .system_note {
    width: 1000px;
    margin: 30px auto 40px;
    padding: 15px 0;
    font-size: 16px;
  }
  .system_note a:hover {
    text-decoration: underline;
  }
}
/* =======================
	　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;
}

/* =======================
	　h2
========================== */

h2 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 25px;
  line-height: 2.6rem;
}

.col_sp1_pc3.concept {
  margin-bottom: 1.5vh;
}
.col_sp1_pc3_list li {
  margin-bottom: 1.5vh;
}
.col_sp1_pc3_list li {
  position: relative;
}
/* =======================
	　bnr_area
========================== */
.bnr_area {
  width: 94%;
  margin: 20px auto 60px;
}
.bnr_area p {
  margin-bottom: 20px;
}
.bnr_area p:last-child {
  margin-bottom: 0;
}
/* =======================
	　photo
========================== */
.photo {
  margin: 60px auto 45px;
}
.photo img {
  margin: 0 auto 10px;
}

.photo .btn a {
  width: 94%;
  margin: 10px auto;
}
.btn a:hover {
  text-decoration-line: none;
}
/* =======================
	　.plan
========================== */
.plan ul li a p {
  color: #333;
}
.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:hover {
  text-decoration: none;
}
.plan .list_link a span {
  display: none;
}

/* =======================
	　pickup_plan
========================== */
.pickup_plan,
.event_bnr,
.nichi_toma {
  width: 100%;
  margin: 0 auto;
}
.pickup_plan ul li {
  margin-bottom: 15px;
}
/* =======================
	　concept
========================== */
.concept {
  margin: 40px 0 40px;
  position: relative;
}
.concept img {
  width: 100%;
}
.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.08em;
  line-height: 1.62;
  text-align: center;
}
.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);
  font-feature-settings: "palt";
}
.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: auto;
  /* height: 41%; */
  top: 33%;
  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;
}
/* =======================
	　charm
========================== */
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 {
  font-size: clamp(1rem, 5.8vw, 4.5rem);
  order: 1;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
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:before {
  content: "";
  height: 1px;
  width: 81%;
  background-color: rgba(255, 255, 255, 0.5);
  order: 2;
  margin: auto;
}
div.charm_copy:after {
  content: "";
  color: #fff;
  background-image: url(../image/240410/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;
}
/* =======================
	　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_movie_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 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;
}

.info_popup {
  width: 94%;
  margin: 0 auto 6%;
  line-height: 1.5;
}
.info_popup p {
  border: #999 solid 1px;
  text-align: center;
  padding: 10px;
  margin: 0 0 20px 0;
}
.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%;
}
/* =======================
		Accordion details summary
========================== */
.accordion_js-summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

.accordion_js-summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.accordion_js-summary_inner {
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding-inline: 24px;
  position: relative;
}
.accordion_js-icon {
  display: block;
  position: absolute;
  width: 22px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
  right: 0;
}

/* is-openedクラスが付与されたときのスタイル */
.accordion_js-details.is-opened .accordion_js-icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.accordion_js-icon::before,
.accordion_js-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #999;
}
.accordion_js-icon::before {
  left: 0;
  transform: rotate(45deg);
}
.accordion_js-icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.accordion_js-content {
  overflow: hidden;
}
.accordion_js-content_inner {
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: left;
}
.list_news_item + .list_news_item {
  margin-top: 10px;
}
.list_news_item_text {
  border: 1px solid #999;
  display: block;
  padding-block: 10px;
  padding-inline: 1.2rem;
  text-decoration: none;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.list_news_item_text .accordion_js-summary_inner {
  padding-inline: 38px;
}
.list_news_item_text .accordion_js-content_inner {
  padding: 24px 1rem;
  gap: 8px;
  margin-top: 10px;
  border-top: 1px solid #999;
}
.list_news_item_text .accordion_js-icon {
  transform: unset;
  right: 10px;
}
@media (any-hover: hover) {
  .list_news_item_text.accordion_js-details .accordion_js-summary:hover .accordion_js-summary_inner {
    opacity: 0.7;
  }
}
/* =======================
	　 　メディア
========================== */
#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: -35%;
  left: 6%;
  right: 2%;
}
.sp_bnr {
  width: 100%;
  display: flex;
}
.gtt_bnr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.emblem_bnr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.sp_pickup_area {
  width: 100%;
}
.emblem_02 {
  width: 100%;
  display: block;
  margin-bottom: 1px;
}
.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 {
  width: 95%;
  margin: 5px auto;
  text-align: right;
}
/* =======================
	　　 service
========================== */
.service {
  width: 94%;
  margin: auto;
}
/* =======================
	　　 access
========================== */
.access.clearfix {
  padding-bottom: 0;
  width: 94%;
  margin: 0 auto 40px auto;
}
section.top_access {
  margin: 40px auto 0;
}
.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;
  text-align: left;
  margin-bottom: 0;
}
#awards_link {
  margin-top: -60px;
  padding-top: 60px;
}

/*スマートフォン 縦（魅力・コンセプトの文字調整）*/

@media screen and (min-width: 375px) {
  /* =======================
	　concept
========================== */
}

/*スマートフォン 横*/
@media screen and (min-width: 480px) {
  /* =======================
	　　  media
========================== */
  .media {
    width: 70%;
  }
  .info_popup p {
    padding: 13px;
  }
}
/* タブレット */
@media screen and (min-width: 768px) {
  /*============
	FV
========================== */
  #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;
  }
  /* =======================
	　.fv_bnr
========================== */
  .fv_bnr_box > 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: 3;
  }
  .fv_bnr_wrapper.sp_none .fv_bnr_box.left_box {
    display: flex;
    width: 50%;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .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;
  }
  /* =======================

========================== */
  .inner.event_bnr.mouseon_alpha_rasi {
    width: 94%;
    margin: 0 auto 30px;
  }
  .inner div#right_bottom_bnr {
    display: none;
  }
  .limited.tb_on {
    display: block;
  }
  .limited.tb_on img {
    width: 722px;
  }
  .limited {
    margin: 40px auto 20px;
    width: 94%;
  }
  /* =======================
	　.bestprice
========================== */
  .bestprice {
    margin-bottom: 30px;
  }
  .bestprice p {
    width: 90%;
    margin: 0 auto;
  }

  /* =======================
	　pickup_plan
========================== */
  .pickup_plan ul {
    display: flex;
    justify-content: space-between;
  }
  .pickup_plan ul li {
    width: 355px;
    margin-bottom: 15px;
  }
  /* =======================
	　nichi_toma
========================== */
  .nichi_toma {
    margin: 0 auto 15px;
  }
  /* =======================
	　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;
  }

  /* =======================
	　.event_bnr
========================== */
  .event_bnr .pc_weeksale {
    margin: 0 auto;
  }
  .event_bnr .pc_maiko_event {
    margin: 0 auto;
  }
  .event_bnr .pc_rasi {
    margin: 0 auto 30px;
  }
  .event_bnr .pc_maiko_event.sp_none .pc_rasi {
    display: block;
  }
  /* =======================
	　.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: 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;
  }
  .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)";
  }
  .inner.event_bnr.mouseon_alpha_rasi a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  .col_sp2_pc3 ul li a img {
    margin-bottom: 2%;
  }
  /* =======================
	　.concept
========================== */
  .concept {
    margin: 0 0 40px;
  }
  .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 p.concept_copy {
    top: 19.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 p.concept_text {
    top: 59%;
    right: 16%;
    height: 43%;
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 2;
    transform: none;
  }
  /* =======================
	　.concept
========================== */
  .col_sp1_pc3_list li {
    margin-bottom: 4vh;
  }
  div.charm_copy {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 100%;
    display: inline-block;
    height: fit-content;
  }
  div.charm_copy p.charm_title {
    font-size: clamp(1rem, 3vw, 3.3rem);
    order: 1;
    padding: 1% 0;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .concept ul li p {
    bottom: 15px;
    width: 100%;
    margin: 0;
  }
  div.charm_copy p.pc_on {
    display: inline-block;
  }
  div.charm_copy p.charm_text {
    font-size: clamp(1rem, 2vw, 2.2rem);
    line-height: 1.5;
    letter-spacing: 0.03em;
    order: 3;
  }
  /* =======================
	　.photo
========================== */
  .photo {
    width: 650px;
    margin: 0 auto 60px;
  }
  .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;
    width: 50%;
    margin-right: 15px;
    margin-top: 5px;
  }
  .news_min {
    text-align: left;
    margin-left: 0;
    padding-left: 16.73px;
  }
  .news .inner {
    margin-bottom: 10px;
  }

  .news .list_link a {
    font-size: 1.4rem;
    color: #8e6127;
    float: right;
  }
  .news .inner dl:nth-last-of-type(1) {
    line-height: 1.8;
  }

  .news .inner dl {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 0 10px 0;
  }
  .news .inner dl .news_txt .new.sp_none {
    display: inline-block;
  }
  .news .inner dl dt {
    width: 100px;
  }
  .news .inner .news_txt {
    width: 100%;
    margin-bottom: 10px;
  }
  .news .inner dl .new.sp_none {
    display: none;
  }
  .news .inner dl .list_link.sp_none {
    float: right;
  }

  .news .list_link a:hover {
    color: #d2ab79;
  }
  .info_popup p {
    padding: 9px;
  }
  .info_popup {
    width: 94%;
    margin: 20px auto;
  }

  .movie {
    position: relative;
    width: 50%;
    padding-top: 28.125%;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  /* =======================
	　　 service
========================== */
  .service {
    width: 94%;
    margin: 60px auto;
  }
  /* =======================
	　　 access
========================== */
  .access .info_popup_ac {
    text-align: center;
  }
  section.top_access {
    width: 100%;
    border-top: none;
  }
  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%;
  }
  .award {
    display: none;
  }
  .rasi {
    display: none;
  }
  div#right_bottom_bnr {
    z-index: 2;
    position: absolute;
    display: flex;
    margin-top: -180px;
  }
  .emblem_02 {
    display: block;
    margin: 0 auto 3px;
  }
  .emblem_02 img {
    width: 100%;
  }
  .sp_bestlate_bnr {
    margin: 0 auto 3px;
  }
  .sp_bestlate_bnr img {
    width: 100%;
  }
  .gtt_emblem_02 {
    width: 150px;
    margin-right: 240px;
  }
  .gtt_coupon_emblem_02 {
    width: 110px;
  }
  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 {
    margin: 0 30px 0 0;
  }
  p.mouseon_alpha.sp_none.gtt {
    width: 345px;
    overflow: hidden;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  /*============
	FV
========================== */
  #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-feature-settings: "palt";
    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);
  }
  header {
    z-index: 5;
  }
  header #logo {
    display: block;
    z-index: 5;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  /* =======================
	　bnr
========================== */
  .inner div#right_bottom_bnr {
    display: flex;
    width: 88%;
  }
  #right_bottom_bnr {
    position: absolute;
    top: -130px;
    transform: translate(0%, -50%);
    width: 480px;
    z-index: 2;
    display: flex;
  }
  .emblem {
    width: 150px;
    margin: 0 30px 10px 0;
  }
  .gtt_emblem {
    width: 150px;
    margin: 0 20px 0 5px;
  }
  .gtt_bnr .limited {
    position: absolute;
    bottom: -20px;
    width: 150px;
    left: 8%;
  }
  /* =======================
	　.text_link 
========================== */
  .text_link {
    width: 93%;
    margin: 10px auto 0;
  }
  /* =======================
	　.bestprice
========================== */
  .bestprice {
    margin-bottom: 30px;
  }
  .bestprice p {
    width: 1000px;
    margin: 0 auto;
  }

  /* =======================
	　pickup_plan
========================== */
  .pickup_plan,
  .event_bnr,
  .nichi_toma {
    width: 100%;
    margin: 0 auto;
  }
  .pickup_plan ul {
    width: 1000px;
    margin: 0 auto 5px;
  }
  .pickup_plan ul li {
    width: auto;
  }
  /* =======================
	　nichi_toma
========================== */
  .nichi_toma {
    width: 1000px;
    margin: 0 auto 20px;
  }
  /* =======================
	　.topics
========================== */
  .topics {
    width: 1000px;
    margin: 0 auto 80px;
  }
  .topics ul li p span {
    font-size: 2.4rem;
  }
  /* =======================
	　.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 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: 2;
  }
  .concept p.concept_text {
    right: 17%;
    height: 40%;
    letter-spacing: 0.1rem;
    font-size: clamp(1rem, 1.2vw, 2.3rem);
  }
  div.charm_copy p.charm_title {
    letter-spacing: 0.16em;
    padding: 0.8% 0;
  }
  div.charm_copy {
    transform: translate(-50%, 17%);
  }
  /* =======================
	　.bnr_area
========================== */
  .bnr_area {
    width: 1000px;
  }
  /* =======================
	　.plan
========================== */
  .plan {
    width: 1000px;
    margin: 80px auto;
  }

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

  .photo .btn a {
    width: 40%;
    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 0;
    padding-right: 25px;
  }
  .news_min {
    width: 97%;
    text-align: left;
    margin: 0 auto;
    padding-left: 24.75px;
  }
  .news .inner dl {
    width: 1000px;
    padding: 0 0 10px 0;
  }
  .news .inner dl dt {
    width: 100px;
  }
  .news .inner .news_txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .news .inner .news_txt {
    width: 70%;
  }
  .news .list_link {
    width: 95%;
  }
  .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: 90%;
    line-height: 2.2;
    margin: 20px auto 0;
  }
  .info_popup {
    width: 1000px;
    margin: 0 auto;
  }
  .movie {
    position: relative;
    width: 50%;
    padding-top: 28.125%;
    margin: 0;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  /* =======================
	　　メディア
========================== */
  .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;
    z-index: 2;
    position: absolute;
  }
  /* =======================
	　　 service
========================== */
  .service {
    margin: 90px auto;
  }
  /* =======================
	　　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 {
    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;
  }
  /* =======================
	　　top_bnrarea
========================== */
  .top_bnrarea {
    margin-bottom: 20px;
  }
  p.mouseon_alpha.sp_none.corona {
    margin: 0 30px 0 0;
    width: 1000px;
  }
  p.mouseon_alpha.sp_none.gtt {
    width: 485px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1180px) {
  .gtt_bnr {
    width: 40%;
    bottom: -30px;
  }
  .emblem {
    margin: 0 15px 10px 0;
  }
}

@media screen and (min-width: 1440px) {
  /* =======================
	　.concept
========================== */
  div.charm_copy {
    transform: translate(-50%, 10%);
  }
  div.charm_copy p.charm_text {
    letter-spacing: 0.01em;
    font-size: clamp(1rem, 1.6vw, 4rem);
    line-height: 1.6;
  }
  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;
    letter-spacing: 0.1em;
  }
  div.charm_copy {
    transform: translate(-50%, 30%);
  }
}
