@charset "utf-8";
/* CSS Information============
	top
========================== */

.br_en {
  display: none;
}
/*スマートフォン 縦*/
/* =======================
	page_image
========================== */
.page_image {
  margin-bottom: 30px;
}
/* =======================
	　.fv_bnr
========================== */
.flexslider {
  position: relative;
}
#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.2rem;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
  width: 100%;
}
#main h1 .copy_txt_1 {
  font-size: clamp(2.3rem, 8vw, 7rem);
  display: block;
  line-height: 1.45;
  margin-bottom: 5px;
  letter-spacing: 0.25rem;
}
.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 .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.search .search_link {
  text-align: right;
}
/* =======================
charm
========================== */
.col_sp1_pc3_list li {
  position: relative;
  margin-bottom: 1.5vh;
}
div.charm_copy {
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 10px #000, 0 0 3px #000, 0 0 10px #000, 0 0 10px rgb(0 0 0 / 60%);
  text-align: center;
  font-feature-settings: "palt";
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: grid;
  flex-direction: column;
  position: absolute;
  grid-template-rows: auto 20px auto auto;
  line-height: 2;
}
div.charm_copy p.charm_title {
  display: block;
  font-size: clamp(1rem, 5.8vw, 4.5rem);
  order: 1;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
.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;
}

/* =======================
	　info
========================== */
.info_popup {
  width: 94%;
  margin: 0 auto 20px;
  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;
  }
  a.list_news_item_text:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
/* =======================
	　bnrarea
========================== */
.bnrarea {
  width: 94%;
  margin: 20px auto 60px;
}
.bnrarea ul li {
  margin-bottom: 20px;
}
.bnrarea .top_bnrarea p:nth-child(1),
.bnrarea .top_bnrarea p:nth-child(2) {
  margin-bottom: 15px;
}
.bnrarea .popup {
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}
.bnrarea p {
  margin-bottom: 20px;
}
.bnrarea p:last-child {
  margin-bottom: 0;
}
/* =======================
	　news_box
========================== */
.news_box {
  margin: 0 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;
}
/* =======================
	　topics
========================== */
.topics {
  width: 94%;
  margin: 0 auto 60px;
}
/* =======================
	　event_bnr
========================== */
.event_bnr .sp_maiko_event {
  margin: 0 2% 40px;
}
/* =======================
	　h2
========================== */
h2 {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 25px;
  line-height: 2.6rem;
}
/* =======================
	　.bestrate
========================== */
.bestrate_box {
  background-color: #000;
  color: #c9ac5e;
  padding: 20px 5px;
  width: 92%;
  margin: 30px auto 0px;
  text-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.5;
  text-box: trim-both cap alphabetic;
}
.bestrate_box_text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
/* =======================
	　concept
========================== */
.concept {
  margin-bottom: 45px;
}
.concept .img_box {
  width: 100%;
  margin-bottom: 25px;
}
.concept .concept_title {
  font-size: 2.1rem;
  text-align: center;
  margin-bottom: 5px;
}
.concept .concept_txt {
  text-align: center;
  margin-bottom: 25px;
}
.concept .concept_txt_m {
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
}
/* =======================
	　plan
========================== */
.plan ul li a p span.time_sale {
  color: #f00;
  font-weight: bold;
  font-size: 1.4rem;
}
.plan ul li a p {
  color: #000;
}
.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;
}
/* =======================
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: 100%;
  margin: 0 auto 20px;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news {
  /* margin: 0 0 70px; */
  margin: 0 0 40px;
}
.news .inner{
  margin: 0 auto;
}
.news .inner dl {
  padding: 0 0 10px 0;
  margin: 0 auto 10px;
}
.news .inner dl {
  margin: 0 auto;
  width: 90%;
  display: table;
}
.news .inner .new {
  margin-left: 5px;
  color: #cc0000;
  font-weight: bold;
}
.news .inner .news_txt {
  margin-bottom: 10px;
}
.news .inner dl .news_txt a[target="_blank"]:after {
  content: url(/img/common/img_externalLink_b.svg);
  display: inline-block;
  width: 12px;
  height: auto;
  margin: 0 0 2px 3px;
  vertical-align: middle;
}
/* =======================
    service
========================== */
.service {
  margin: 40px auto;
}

/* =======================
	　charm
========================== */
.charm_box .charm_box .charm_img {
  margin-bottom: 30px;
}
.charm_box .charm_txt {
  width: 90%;
  margin: 0 auto 25px;
  padding: 20px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.charm_box li .charm_title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 15px;
}
.charm_box .charm_txt .charm_txt_l {
  float: left;
}
.charm_box .charm_txt .charm_txt_r {
  text-align: left;
  margin-left: 90px;
}
/* =======================
	　photo
========================== */
.photo {
  margin-bottom: 45px;
}
.photo > .btn {
  width: 94%;
  margin: 20px auto 0;
}
.photo > .btn :hover {
  text-decoration: none;
}
/* =======================
	　access
========================== */
.access {
  margin-bottom: 40px;
}
.access iframe {
  height: 393px;
}
.access .access_txt {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
/* =======================
	　detail
========================== */
.detail {
  margin: 0 5% 45px;
}
.detail img {
  margin-bottom: 25px;
}
.detail .detail_txt {
  float: left;
  width: 91%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 20px 15px 20px;
}
.detail .detail_txt_l {
  float: left;
}
.detail_txt_r {
  text-align: left;
  margin-left: 109px;
  margin-bottom: 10px;
}
.detail .red_txt {
  color: #cc3333;
}
/* =======================
	　sample
========================== */
.sample_img {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 45px;
}
/* =======================
	　day_use
========================== */
.day_use p {
  text-align: center;
  margin-bottom: 40px;
}
/* =======================
	　tripla-booking
========================== */
#reservation_01.lower {
  display: none;
}
/* =======================
	　awards
========================== */
#awards .flex-viewport {
  width: 95%;
  margin: 0 auto;
  max-width: 380px;
}
#awards {
  margin: 0 auto 30px;
  padding: 0 0 30px;
  background-color: #f0f0f0;
}
#awards h2 {
  font-size: 2.4rem;
  text-align: center;
  padding: 30px 0 0 0;
}
#awards ul {
  display: flex;
}
/*スマートフォン 縦（魅力・コンセプトの文字調整）*/

@media screen and (min-width: 375px) {
  /* =======================
	　concept
========================== */
  .concept .img_box {
    width: 100%;
  }
  .concept ul li p {
    font-size: 1.4rem;
  }
  .concept_txt {
    text-align: center;
  }
  .concept_txt_m {
    text-align: center;
  }

  /* =======================
	　detail
========================== */
  .detail .detail_txt {
    width: 91%;
  }
}
/*スマートフォン 横*/
@media screen and (min-width: 480px) {
  /* =======================
	　concept
========================== */
  .concept ul li p {
    font-size: 2.8rem;
  }

  /* =======================
	　　  media
========================== */
  .media {
    width: 70%;
  }
  /* =======================
	　detail
========================== */
  .detail .detail_txt {
    width: 91%;
  }
}
/* タブレット */
@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.5rem;
  }
  /* =======================
	　.fv_bnr
========================== */
  .fv_bnr_box > p a:hover {
    opacity: 0.7;
  }
  .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.tb_on.pc_on .fv_bnr_box.left_box {
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }
  .fv_bnr_wrapper.tb_on.pc_on .fv_bnr_box.left_box p {
    margin-right: 2%;
    max-width: 26%;
    width: 175px;
  }
  /* .fv_bnr_wrapper.tb_on.pc_on .fv_bnr_box.right_box {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
  } */
  /* .fv_bnr_wrapper.tb_on.pc_on .fv_bnr_box.right_box p {
    text-align: right;
    max-width: 40%;
    margin-left: 2%;
  }
  .fv_bnr_wrapper.tb_on.pc_on .fv_bnr_box.right_box p:first-child {
    margin-left: 0;
  } */
  .charm_box {
    position: relative;
  }
  .pc_charm_copy {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -25%;
    z-index: 4;
    width: 50%;
  }
  /* =======================
	　.search_pc
========================== */
  .search_pc {
    background-color: #e3e1e2;
  }
  .search_pc form #booking_inner .search_title {
    color: #fff;
    text-align: center;
    width: 80px;
    font-size: 1.3rem;
    float: left;
    padding: 34px 0 33px 0;
    background-color: #8e6126;
    border-left: 1px solid #fff;
  }
  .search_pc form #booking_inner .booking_date {
    float: left;
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .search_pc form #booking_inner .booking_date #nitteiarea {
    margin-left: 15px;
  }
  .search_pc form #booking_inner .booking_date #ninzuarea {
    margin-left: 20px;
  }
  .search_pc form #booking_inner .booking_date #nitteiarea h4 {
    margin-bottom: 10px;
  }
  .search_pc form #booking_inner .booking_date #ninzuarea h4 {
    margin-bottom: 10px;
  }
  .search_pc form #booking_inner input {
    border-style: none;
    border: 1px solid #999;
    padding-left: 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;
  }
  /* =======================
.charm
========================== */
  .charm ul li {
    position: relative;
  }
  .pc_charm_copy {
    position: absolute;
    top: 63%;
    left: 50%;
    margin-left: -38%;
    width: 75%;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-shadow: 0 0 10px #000, 0 0 3px #000, 0 0 10px #000, 0 0 10px rgba(0, 0, 0, 0.6);
    text-align: center;
    font-feature-settings: "palt";
  }
  .pc_charm_copy span {
    display: block;
    font-size: 3.3rem;
  }
  .col_sp1_pc3_list li {
    position: relative;
    margin-bottom: 4vh;
  }
  div.charm_copy {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 100%;
    display: inline-block;
    height: fit-content;
    height: -moz-fit-content;
  }
  div.charm_copy p.charm_title {
    display: block;
    font-size: clamp(1rem, 3vw, 3.3rem);
    order: 1;
    padding: 1% 0;
    letter-spacing: 0.1em;
  }
  div.charm_copy:before {
    content: none;
  }
  div.charm_copy p.charm_text {
    font-size: clamp(1rem, 2vw, 2.2rem);
    line-height: 1.5;
    letter-spacing: 0.1em;
    order: 3;
  }
  div.charm_copy p.charm_text span.pc_on {
    display: inline-block;
  }
  div.charm_copy p.charm_text span.sp_on {
    display: none;
  }
  div.charm_copy:after {
    content: none;
  }
  /* =======================
	　info
========================== */
  .info p {
    margin-bottom: 20px;
  }
  /* =======================
	　h2
========================== */
  h2 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 50px;
    line-height: 1.2;
  }
  /* =======================
	　top_bnrarea
========================== */
  .top_bnrarea p {
    width: 49%;
    float: left;
  }
  .top_bnrarea p:first-child {
    margin-right: 2%;
  }
  .bnrarea ul {
    display: flex;
    justify-content: space-between;
  }
  .bnrarea ul li {
    width: 49%;
    margin-bottom: 20px;
  }
  .bnrarea p {
    margin-bottom: 20px;
  }
  .bnrarea .top_bnrarea p:nth-child(1),
  .bnrarea .top_bnrarea p:nth-child(2) {
    margin-bottom: 20px;
  }
  /* =======================
	　.event_bnr
========================== */
  .event_bnr .pc_maiko_event {
    width: 90%;
    margin: 0 auto 80px;
  }
  .event_bnr .pc_maiko_event.tb_on.pc_on {
    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: 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 span {
    display: inline;
  }
  .bottom_none {
    border-bottom: none;
  }
  .alpha a:hover {
    opacity: 0.75;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

/* =======================
.bestrate
========================== */
  .bestrate {
    margin-bottom: 15px;
  }
  .bestrate_box {
    width: 95%;
    max-width: 748px;
    margin: 0 auto;
    padding: 15px 5px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .bestrate_box_title,
  .bestrate_box_text {
    text-box: trim-both cap alphabetic;
  }
  /* =======================
	　concept
========================== */
  .concept {
    margin-bottom: 70px;
  }
  .concept .concept_title {
    margin-bottom: 10px;
  }
  .concept .concept_txt {
    margin-bottom: 10px;
  }
  .concept .concept_txt_m {
    line-height: 22px;
  }
  /* =======================
	　　　.charm
========================== */
  .charm ul li img {
    width: 100%;
  }
  /* =======================
	　　　.detail
========================== */
  .detail .detail_txt {
    width: 96%;
  }
  .detail img {
    width: 38%;
    float: left;
    margin-right: 2%;
  }
  .detail .detail_txt {
    width: 55%;
  }
  .detail_txt_r {
    margin-left: 115px;
  }
  /* =======================
	　　　.access
========================== */
  .access iframe {
    height: 299px;
  }
  /* =======================
	　　　.news
========================== */
  .news .inner dl {
    width: 80%;
  }
  .news .inner dl dt {
    width: 17%;
    float: left;
  }
  .news .inner dl dd {
    width: 80%;
    float: left;
  }
  .news .list_link a {
    font-size: 1.4rem;
    color: #8e6127;
    float: right;
  }
  /* =======================
	　　 photo
========================== */
  .photo > .btn {
    width: 40%;
    margin: 30px auto 0;
  }
  .photo > .btn a:hover,
  .service_menu > .btn a:hover {
    opacity: 0.75;
  }
  /* =======================
	　awards
========================== */
  #awards {
    margin: 0;
  }
  #awards h2 {
    font-size: 3rem;
    padding: 40px 0 0;
  }
  #awards ul {
    width: 600px;
  }
  #awards ul li {
    width: 130px;
    float: left;
  }
}
/*タブレット 横向き対応*/
@media screen and (min-width: 1024px) {
  /*============
	FV
========================== */
  #main h1 {
    position: absolute;
    z-index: 4;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 0.4rem;
    /* line-height: 1.2; */
    text-align: center;
    text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
    width: 100%;
  }
  #main h1 .copy_txt_1 {
    display: block;
    margin-bottom: 5px;
    letter-spacing: 0.5rem;
  }
  .info p {
    text-align: center;
  }
  /* =======================
	　bnrarea
========================== */
  .bnrarea p {
    margin-bottom: 20px;
  }
  .top_bnrarea {
    margin-top: 20px;
  }
  .top_bnrarea p {
    width: 49%;
    float: left;
  }
  .top_bnrarea p:first-child {
    margin: 0 2% 0 0;
  }
  .rest_sale p:nth-child(2) {
    width: 80px;
    float: right;
    margin: 0 10px 0px 15px;
  }

  .plan {
    width: 1000px;
    margin: 30px auto 60px;
}
  /* =======================
	　concept
========================== */
  .concept {
    margin-bottom: 70px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .concept .img_box {
    height: 100%;
    width: auto;
    margin: 0;
  }
  .concept .img_box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .concept_txt_box {
    padding: 30px 0;
  }
  /* =======================
.charm
========================== */
  .pc_charm_copy {
    position: absolute;
    top: 64%;
    left: 50%;
    margin-left: -390px;
    width: 780px;
  }
  div.charm_copy {
    transform: translate(-50%, 17%);
  }
  div.charm_copy p.charm_title {
    letter-spacing: 0.16em;
    padding: 0.8% 0;
  }
  .pc_charm_copy {
    position: absolute;
    top: 67%;
    left: 50%;
    margin-left: -423px;
    width: 857px;
  }
  /* =======================
	　　　.detail
========================== */
  .detail .detail_txt {
    float: left;
    width: 55%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 20px 15px 20px;
    margin-top: 15px;
  }
  .detail_txt_r {
    margin-left: 130px;
  }
  /* =======================
	
========================== */

  .news {
    width: 100%;
    margin: 100px auto 100px;
  }
  .news .inner dl {
    width: 60%;
  }
  .news .inner {
    width: 1000px;
  }
  .charm_box {
    position: relative;
  }
  .pc_charm_copy {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -350px;
    z-index: 4;
    width: 730px;
  }
  /* =======================
	　photo
========================== */
  .photo {
    width: 1000px;
    margin: 0 auto 80px;
  }
}

/* PC */
@media screen and (min-width: 1025px) {
  header {
    z-index: 5;
  }
  header #logo {
    z-index: 5;
  }
  .flex-control-nav {
    bottom: 10px;
  }
  /* =======================
	　.bestprice
========================== */
  .bestprice {
    margin-bottom: 30px;
  }
  .bestprice p {
    width: 1000px;
    margin: 0 auto;
  }
  /* =======================
.news
========================== */
  /*ポップアップ用*/
  .news_box p {
    width: 1000px;
  }
  /*ポップアップ用*/
  .news {
    width: 1000px;
    margin: 100px auto 100px;
  }
  .news .inner dl {
    width: 70%;
    padding: 0 0 10px 0;
  }
  .news .inner dl dt {
    width: 16%;
  }
  .text_link {
    position: absolute;
    margin: -30px 0 0px 20px;
    left: auto;
  }
  .news .inner .news_txt {
    width: 84%;
  }
  .news .list_link a {
    top: 4px;
    text-align: right;
    display: block;
    font-size: 1.4rem;
    color: #8e6127;
  }
  .info_popup {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /* =======================
	　.topics
========================== */
  .topics {
    width: 1000px;
    margin-bottom: 60px;
  }
  .topics a:hover img {
    opacity: 0.85;
  }

  /* =======================
	　.search_pc
========================== */
  .search_pc {
    position: relative;
  }
  .search_pc .backcolorL {
    background-color: #8e6126;
    width: 50%;
    padding: 47px 0;
    float: left;
  }
  .search_pc .backcolorR {
    background-color: #e3e1e2;
    width: 50%;
    padding: 47px 0;
    float: right;
  }
  .search_pc form {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .search_pc form #booking_inner {
    width: 1000px;
    margin: 0 auto 20px;
    background-color: #e3e1e2;
  }
  .search_pc form #booking_inner .search_title {
    width: 140px;
    font-size: 1.8rem;
    float: left;
    padding: 34px 0 33px 0;
  }
  .search_pc form #booking_inner .booking_date {
    margin-top: 25px;
  }
  .search_pc form #booking_inner .booking_date #nitteiarea {
    margin-left: 20px;
  }
  .search_pc form #booking_inner .booking_date #ninzuarea {
    margin-left: 35px;
  }
  .search_pc form #booking_inner select {
    width: 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: 20px auto;
  }
  /* =======================
	　top_bnrarea
========================== */
  .bnrarea {
    width: 1000px;
  }
  .bnrarea ul li {
    width: auto;
  }
  .top_bnrarea {
    margin-top: 20px;
  }
  .top_bnrarea p {
    width: 49%;
    float: left;
  }
  .bnrarea a:hover {
    opacity: 0.7;
  }
  /* =======================
	　.event_bnr
========================== */
  .event_bnr .pc_maiko_event {
    width: 1000px;
  }
  /* =======================
	　.plan
========================== */
  .plan {
    width: 1000px;
    margin: 0 auto;
  }
  .charm_box .flexslider {
    width: 80%;
    margin: auto;
  }
  /* =======================
	　concept
========================== */
  .concept .concept_title {
    font-size: 2.8rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
    line-height: 1.3;
  }
  .concept .concept_txt {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    margin: 15px 0 25px;
  }
  .concept .concept_txt_m {
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
  /* =======================
	　detail
========================== */
  .detail {
    width: 1000px;
    margin: 0 auto 30px;
  }
  .detail img {
    width: 40%;
    float: left;
    margin-right: 30px;
  }

  .detail .detail_txt {
    float: left;
    width: 54%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 20px 15px 20px;
    margin-top: 15px;
  }
  .detail .detail_txt_l {
    float: left;
  }
  /* =======================
	　detail
========================== */
  .sample_img {
    margin-bottom: 60px;
  }
  /* =======================
	　.access
========================== */
  .access {
    margin-bottom: 80px;
  }
  .access iframe {
    height: 350px;
  }
  .access .access_txt {
    width: 1000px;
  }
}

@media only screen and (min-width: 1440px) {
  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;
  }
}
