@charset "utf-8";
/* CSS Information============
	top
========================== */

/* スマートフォンのデフォルトブラウザ、Safariのフォーム装飾の打消し */
* {
  -webkit-appearance: none;
}

/*スマートフォン 縦*/

/* =======================
	page_image
========================== */
.page_image {
  margin-bottom: 30px;
}
/* =======================
	　.flexslider
========================== */
.flexslider {
  position: relative;
}
.flexslider p.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;
}
.flexslider p.main_copy span {
  font-size: clamp(1.2rem, 3.8vw, 3.2rem);
  display: block;
  margin-top: 1em;
}
.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: 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;
}
/* =======================
	　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;
}
/* =======================
		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 (min-width: 0px) {
  .info_popup {
    width: 94%;
    margin: 0 auto 20px;
  }
}
@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: 94%;
    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;
  }
}
/* ========================
	note
========================== */
.note {
  text-align: center;
  width: 94%;
  margin: 0 auto 20px;
  border: 1px solid #999;
  line-height: 1.5;
}
.note a {
  padding: 10px 0;
  display: block;
}
.note a[target="_blank"]:after {
  content: url(/img/common/img_externalLink_b.svg);
  display: inline-block;
  width: 12px;
  height: auto;
  margin: 1px 0 0 3px;
  vertical-align: middle;
}
/* =======================
	　info
========================== */
.info {
  width: 94%;
  margin: 0 auto;
}
.info dl {
  border: 1px #999 solid;
}
.info dt {
  text-align: center;
  padding: 14px;
  cursor: pointer;
}
.info dt p {
  position: relative;
}
.info dt 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 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: 14px;
}
.info dt.active p::before {
  transform: translate(-50%) rotate(180deg);
}
.info dt.active p::after {
  opacity: 0;
}
.info dd p {
  padding: 10px;
  text-align: left;
}
.info dd p: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;
}
/* =======================
	　bnrarea
========================== */
.bnrarea {
  width: 94%;
  margin: 20px auto 60px;
}
.top_bnrarea {
  margin: 20px auto;
}
.bnrarea p {
  margin-bottom: 20px;
}
.bnrarea p:last-child {
  margin-bottom: 0;
}
/* =======================
	　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;
}
/* =======================
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.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: 40%;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.1em;
  font-size: clamp(1rem, 3.3vw, 3.4rem);
  line-height: 1.8;
}
/* =======================
charm
========================== */
.col_sp1_pc3_list li {
  position: relative;
  margin-bottom: 1.5vh;
}
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;
}
.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("../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 p.charm_text span.sp_on {
  display: inline-block;
}
/* =======================
	　h2
========================== */
h2 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 25px;
  line-height: 2.6rem;
}
/* =======================
	　.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;
}
.plan ul li a p {
  color: #333;
}
/* =======================
	　news
========================== */
/*ポップアップ用*/
.news_box {
  margin: 20px auto 20px;
}
.news_box p {
  border: 1px solid #cccccc;
  width: 94%;
  margin: 0 auto;
  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: 98%;
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.news {
  margin-bottom: 40px;
}
.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;
}
/* =======================
	　 　メディア
========================== */
#TA_certificateOfExcellence798.TA_certificateOfExcellence {
  margin: 0 -5px -10px 0px;
}
#CDSRATINGWIDGET140.cdsROW.narrow.border {
  padding: 10px 5px 0;
  width: 150px;
}
.media {
  display: flex;
  width: 90%;
  margin: 0 auto 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 10px;
}
.fb_media {
  margin-left: 5px;
}
/* =======================
	　.event_bnr
========================== */
.inner .event_bnr {
  margin-bottom: 10px;
}
#right_bottom_bnr a:hover {
  opacity: 0.75;
}
#right_bottom_bnr {
  z-index: 2;
  width: 95%;
  position: absolute;
  display: flex;
  bottom: 10px;
  justify-content: left;
  left: 10px;
}
#right_bottom_bnr p:nth-child(2) {
  margin: 0px 10px;
}
.emblem_02,
.gtt_emblem_02 {
  display: block;
  width: 110px;
}
.event_bnr.mouseon_alpha {
  width: 94%;
  margin: 0 auto 20px;
}
/* =======================
	　.service_02
========================== */
p.mouseon_alpha.pc_none.corona,
p.mouseon_alpha.pc_none.gtt,
p.mouseon_alpha.sp_none.corona,
p.mouseon_alpha.sp_none.gtt {
  padding: 0px 0 10px;
  border: none;
}
/* =======================
	　　 access
========================== */
.access.clearfix {
  padding-bottom: 0;
  width: 94%;
  margin: 0 auto 40px auto;
}
section.top_access {
  margin: 40px auto 30px;
}
#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: 20px 0;
  line-height: 1.6;
}
/* =======================
	　#awards
========================== */
#awards {
  background-color: #f0f0f0;
  margin: 0 auto 30px;
  padding: 0 0 40px;
}
#awards h2 {
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 0 0 0;
}
#awards ul li {
  width: 100%;
}
#awards_sp h2 {
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 0 0 0;
}
#awards .flex-viewport {
  width: 95%;
  margin: 0 auto;
  max-width: 380px;
}

/* =======================
    　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) {
  .info_popup {
    margin: -5px auto 20px;
  }
  /* =======================
	　　  media
========================== */
  .media {
    width: 35%;
  }
}
/* タブレット */
@media screen and (min-width: 768px) {
  /* =======================
	　.flexslider
========================== */
  .fv_bnr_box > p a:hover {
    opacity: 0.7;
  }
  .flexslider p.main_copy {
    font-size: clamp(2.7rem, 3.6vw, 5.4rem);
    letter-spacing: 0.08em;
  }
  .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 .fv_bnr_box.left_box {
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }
  .fv_bnr_wrapper .fv_bnr_box.left_box p {
    margin-right: 2%;
    max-width: 26%;
    width: 175px;
  }
  .fv_bnr_wrapper .fv_bnr_box.right_box {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
  }
  .fv_bnr_wrapper .fv_bnr_box.right_box p {
    text-align: right;
    max-width: 40%;
    margin-left: 2%;
  }
  .fv_bnr_wrapper .fv_bnr_box.right_box p:first-child {
    margin-left: 0;
  }
  /* =======================
	　.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: 37px 0 41px 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: 3px;
    border-radius: 0;
  }
  .search_pc form #booking_inner select {
    height: 24px;
    padding-left: 3px;
    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;
  }
  /* ========================
	note
========================== */
  .note {
    width: 94%;
  }
  /* =======================
	　info
========================== */
  .info dd p {
    width: 81%;
    margin: 0 auto;
  }
  /* =======================
	　top_bnrarea
========================== */
  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;
  }
  .bnrarea .sp_none {
    display: block;
  }
  .bnrarea .pc_none {
    display: none;
  }
  /* =======================
	　top_bnrarea
========================== */
  .bnrarea p img {
    width: 100%;
  }
  .top_bnrarea {
    display: flex;
    justify-content: space-between;
    column-gap: 2%;
  }
  p.rec_bnr {
    width: 100%;
  }
  /* =======================
	　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 {
    position: relative;
  }

  .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 {
    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 {
    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;
  }
  /* =======================
	　.event_bnr
========================== */
  .event_bnr .pc_maiko_event {
    margin: 0px auto 20px;
  }
  .event_bnr .pc_maiko_event.sp_none {
    display: block;
  }
  .event_bnr.mouseon_alpha {
    width: 94%;
    margin: 0 auto;
  }
  /* =======================
	　.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 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
========================== */
  .tb_none {
    display: none;
  }
  .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.sp_none {
    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.sp_none {
    display: none;
  }
  .news .inner dl .list_link.sp_none {
    float: right;
  }
  .news .inner dl:nth-last-of-type(1) {
    width: 80%;
  }
  .news .list_link a:hover {
    color: #b5966d;
  }
  /* =======================
	　　 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: 55%;
  }
  div#right_bottom_bnr {
    z-index: 2;
    position: absolute;
    display: flex;
    margin-top: -180px;
  }
  .emblem_02 {
    display: block;
    width: 150px;
  }
  .gtt_emblem_02 {
    width: 150px;
  }
  .bestrate img {
    width: 100%;
  }
  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;
  }

  /* =======================
	　awards
========================== */
  #awards {
    margin: 0 auto;
  }
  #awards .flex-viewport {
    max-width: 1200px;
  }
  #awards h2 {
    font-size: 3rem;
    padding: 40px 0 0;
    margin-bottom: 20px;
  }
  #awards ul {
    display: flex;
  }
  #awards ul li {
    width: 150px;
    float: left;
  }
  #awards ul li a {
    display: block;
  }
  #awards_sp h2 {
    font-size: 3rem;
    padding: 40px 0 0;
  }
  #awards_sp ul {
    display: flex;
  }
  #awards_sp ul li {
    width: 150px;
    float: left;
    padding: 9px;
  }
  #awards_sp ul li a {
    display: block;
  }
}
/*タブレット 横向き対応*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /* =======================
	　bnrarea
========================== */
  .rest_sale p:nth-child(2) {
    width: 80px;
    float: right;
    margin: 0 10px 0px 15px;
  }
  p.rec_bnr {
    width: 100%;
  }
  div#right_bottom_bnr {
    margin-top: 0px;
    margin-left: -390px;
    left: 54%;
    justify-content: flex-start;
    bottom: 30px;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  a:hover {
    z-index: 5;
  }
  header #logo {
    z-index: 5;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  .info_popup {
    width: 1000px;
    margin: 0 auto 20px;
  }
  /* =======================
flexslider
========================== */
  .flexslider {
    margin-bottom: 2%;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  .fv_emblem {
    width: 1000px;
    position: absolute;
    bottom: 15px;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .flexslider p.main_copy {
    font-weight: 300;
    inset: -25px 0 0 0;
  }
  .flexslider p.main_copy span {
    letter-spacing: 0.5rem;
    margin-top: 1.7em;
  }
  /* =======================
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;
  }
  /* =======================
	　.booking_inner
========================== */
  #booking_inner {
    position: absolute;
    bottom: 30px;
    width: 96vw;
    display: flex;
    margin: auto;
    z-index: 2;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    left: 30px;
  }
  #booking_inner .emblem_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
  #booking_inner .emblem_box p:not(:first-child) {
    margin-left: 10px;
  }
  .emblem {
    width: 150px;
    margin: 0 5px;
  }
  .gtt_emblem {
    width: 150px;
    margin: 0 20px 0 5px;
  }
  #booking_inner .bestrate {
    margin-bottom: 7px;
  }
  /* =======================
	　.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: 31.3%;
    padding: 50px 0;
    float: left;
  }
  .search_pc .backcolorR {
    background-color: #e3e1e2;
    width: 50%;
    padding: 50px 0;
    float: right;
  }
  .search_pc form {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .search_pc form #booking_inner {
    width: 1000px;
    margin: 0 auto 20px;
    background-color: #e3e1e2;
  }
  .search_pc form #booking_inner .search_title {
    width: 140px;
    font-size: 1.8rem;
    float: left;
    padding: 32px 0 41px 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: 45px;
  }
  .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;
  }
  /* =======================
	　info
========================== */
  .info {
    width: 1000px;
    margin: 30px auto;
  }
  .info dd p {
    width: 61%;
  }
  /* =======================
	　top_bnrarea
========================== */
  .top_bnrarea p {
    width: 49%;
    float: left;
  }
  p.rec_bnr {
    width: 100%;
    margin-top: 5px;
  }
  /* =======================
	　.topics
========================== */
  .topics {
    width: 1000px;
    margin: 0 auto 80px;
  }
  .topics ul li p span {
    font-size: 2.4rem;
  }
  /* =======================
	　.event_bnr
========================== */
  .event_bnr .pc_maiko_event {
    width: 1000px;
  }
  .event_bnr.mouseon_alpha {
    width: 100%;
  }
  /* =======================
.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);
    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 {
    top: 59.5%;
    line-height: 1.75;
  }
  /* =======================
	　.plan
========================== */
  .plan {
    width: 94%;
    margin: 0 auto;
  }
  .plan a:hover p {
    opacity: 0.75;
  }

  /* =======================
	　.news
========================== */
  /*ポップアップ用*/
  .news_box p {
    width: 1000px;
  }
  /*ポップアップ用*/
  .news {
    width: 1000px;
    margin: 0 auto;
  }
  .news .inner dl {
    width: 1000px;
    padding: 0 0 10px 0;
  }
  .news .inner dl dt {
    width: 100px;
  }
  .text_link {
    float: right;
  }
  .news .inner .news_txt {
    width: 80%;
  }
  .news .list_link a {
    top: 4px;
    text-align: right;
    display: block;
    font-size: 1.4rem;
    color: #8e6127;
  }
  .service_02 .list_link a {
    float: right;
    font-size: 1.4rem;
    color: #8e6127;
    margin-top: 230px;
  }
  .news .inner dl:nth-last-of-type(1) {
    width: 75%;
  }
  /* =======================
	　　access
========================== */
  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;
  }
  /* =======================
	　　メディア
========================== */
  .media {
    display: flex;
    width: 440px;
    padding: 30px 0 30px;
    margin: 0 auto;
  }
  .media .insta_media {
    width: 70px;
  }

  div#right_bottom_bnr {
    margin-top: 0px;
    margin-left: -500px;
    left: 50%;
    justify-content: flex-start;
    bottom: 70px;
  }
  .mouseon_alpha a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: #fff;
  }
  /* =================================
		#awards
===================================== */
  #awards ul {
    /*    max-width: 1050px;*/
    margin: 0 auto;
  }
  #awards_sp ul {
    /*    max-width: 1050px;*/
    margin: 0 auto;
  }

  /* =======================
	　top_bnrarea
========================== */
  .top_bnrarea {
    margin-bottom: 20px;
  }
  p.mouseon_alpha.sp_none.corona {
    float: left;
    margin: 0 30px 0 0;
    width: 465px;
  }
  p.mouseon_alpha.sp_none.gtt {
    width: 465px;
  }
  .system_note {
    width: 97%;
  }
}
/* PC */
@media screen and (min-width: 1025px) {
  /* =======================
	　top_bnrarea
========================== */
  p.mouseon_alpha.sp_none.corona {
    float: left;
    margin: 0 30px 0 0;
    width: 485px;
  }
  p.mouseon_alpha.sp_none.gtt {
    width: 485px;
  }
  .system_note {
    width: 1000px;
  }
  .media {
    width: 31%;
  }
  .bnrarea {
    width: 1000px;
  }
  /* ========================
	note
========================== */
  .note {
    width: 1000px;
  }
  /* =======================
	　.plan
========================== */
  .plan {
    width: 1000px;
  }
}

/* PC大型 */
@media screen and (min-width: 1280px) {
  /* =======================
.concept
========================== */

  .pc_charm_copy {
    position: absolute;
    top: 67%;
    left: 50%;
    margin-left: -423px;
    width: 857px;
  }
}

@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;
  }
  .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;
  }
}

@media screen and (min-width: 1920px) {
  .media {
    width: 23%;
  }
}
