@charset "utf-8";
/* CSS Information============
	top
========================== */
/* =======================
header logo
========================== */
@media only screen and (max-width: 767px) {
  #top-head ul.top_header_box li#logo p {
    opacity: 0;
    transition: all 0.3s ease-in;
  }
  #top-head.black-bg ul.top_header_box li#logo p,
  #top-head.open ul.top_header_box li#logo p {
    opacity: 1;
    transition: all 0.3s ease-in;
  }
}
.news_box {
  width: 94%;
}

/* =======================
.main_copy
========================== */
.main_copy {
  position: absolute;
  inset: -2% 0 0 0;
  z-index: 2;
  height: fit-content;
  -moz-height: fit-content;
  margin: auto;
  width: 100%;
}
.main_copy img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .main_copy {
    position: absolute;
    z-index: 2;
    height: fit-content;
    margin: auto;
    inset: 10% 0 0 0;
  }
  .main_copy img {
    display: block;
    width: 42%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .main_copy {
    inset: 0 0 0 0;
  }
  .main_copy img {
    max-width: 620px;
  }
}
@media screen and (min-width: 1440px) {
  .main_copy {
    inset: -4em 0 0 0;
  }
}

/*============
h1
========================== */
.main h1 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(1.6rem, 2.4vw, 2.8rem);
  letter-spacing: 0.02rem;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
  width: 100%;
}
@media screen and (min-width: 768px) {
  /*============
h1
========================== */
  .main h1 {
    top: 75%;
    font-size: clamp(1.4rem, 2vw, 2.8rem);
    letter-spacing: 0.03rem;
  }
}
@media screen and (min-width: 1024px) {
  /*============
h1
========================== */
  .main h1 {
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
    width: 100%;
    font-size: clamp(1.5rem, 2vw, 3rem);
  }
}

/*スマートフォン 縦*/
/* =======================
	page_image
========================== */
.page_image {
  margin-bottom: 30px;
}
/* =======================
	　.bestprice
========================== */
.bestprice {
  margin-bottom: 30px;
}
.bestprice p {
  width: 94%;
  margin: 0 auto;
}
/* =======================
	　.sp_bestlate_bnr
========================== */
.sp_emblem {
  padding-bottom: 1px;
}
/* =======================
	　search
========================== */
.search .btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.search .search_link {
  text-align: right;
}
/* =======================
	　info
========================== */
.info {
  width: 94%;
  margin: 0 auto;
}
.info dl {
  border: 1px #999 solid;
}
.info dt {
  text-align: center;
  padding: 14px;
  cursor: pointer;
  text-decoration: underline;
}
.info dt:hover {
  text-decoration: none;
}
.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 .txt_right {
  text-align: right;
}
.info dd {
  border-top: 1px #999 solid;
  display: none;
  margin: 0 3%;
  padding: 14px 0;
}
/* ========================
	news
========================== */
#news .inner {
  margin: 80px auto;
}
#news ul li {
  border-top: 1px solid #ccc;
  padding: 15px;
}
#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 {
  width: 300px;
}
#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;
}
#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: 42px;
  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;
}
/* =======================
	　news_box
========================== */
.news_box {
  margin: 0 auto 30px;
}
.news_box_2nd {
  margin: 0 auto 50px;
}
.news_box p,
.news_box_2nd p {
  border: 1px solid #cccccc;
  margin: 0 auto;
  text-align: center;
}
.news_box p a,
.news_box_2nd p a {
  padding: 10px;
  display: block;
  color: #333;
}
/* =======================
	　bnrarea
========================== */
.bnrarea {
  width: 94%;
  margin: 20px 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;
}

/* =======================
	　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 {
  margin-bottom: 60px;
}
.plan ul {
  margin-bottom: 20px;
}
.plan ul li {
  border-bottom: 1px solid #c9c2c2;
  padding: 10px 0;
}
.plan ul li a img {
  float: left;
  width: 32%;
}
.plan ul li a p {
  color: #333;
  float: left;
  width: 64%;
  line-height: 1.4;
  padding: 0 0 0 10px;
}
.plan ul li a p span {
  color: #333;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 5px;
}

/* =======================
.charm
========================== */
.charm ul li {
  position: relative;
  margin-bottom: 1.5vh;
}
.charm ul li .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;
}
.charm ul li .charm_copy .charm_title {
  display: block;
  font-size: clamp(1rem, 5.8vw, 4.5rem);
  order: 1;
  line-height: 1.8;
}
.charm ul a:nth-of-type(3) li .charm_copy .charm_title {
  letter-spacing: 0.12em;
}
.charm ul li .charm_copy:before {
  content: "";
  height: 1px;
  width: 81%;
  background-color: rgba(255, 255, 255, 0.5);
  order: 2;
  margin: auto;
}
.charm ul li .charm_copy .charm_text {
  font-size: clamp(1rem, 3.5vw, 3.2rem);
  line-height: 1.5;
  letter-spacing: 0.05rem;
  order: 3;
}
.charm ul li .charm_copy:after {
  content: "";
  color: #fff;
  background-image: url("../image/240621/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;
}
.charm ul li .charm_copy .charm_text span.sp_on {
  display: inline-block;
}

/* =======================
	　access
========================== */
#access {
  margin-top: -70px;
  padding-top: 70px;
}
.access {
  margin-bottom: 45px;
}
.access .access_txt {
  text-align: center;
}
/* =======================
	　detail
========================== */
#detail {
  margin-top: -70px;
  padding-top: 70px;
}
.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: 95px;
  margin-bottom: 10px;
}

/* -----------------------------------------------------------
    #reservation_01.lower
----------------------------------------------------------- */
#reservation_01.lower {
  display: none;
}

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

@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) {
  /* =======================
	　.bestprice
========================== */
  .bestprice {
    margin-bottom: 30px;
  }
  .bestprice p {
    width: 90%;
    margin: 0 auto;
  }
  /* =======================
	　.on_fv
========================== */
  .on_fv {
    width: 94%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
  }
  .img_mtm {
    display: flex;
    position: absolute;
    width: 100%;
    padding: 0 1.5%;
    bottom: 3%;
    margin: auto;
    z-index: 3;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .img_mtm div.pc_pickup_area {
    display: flex;
    align-self: flex-end;
    width: 50%;
  }
  .fv_bnr_box.right_box {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    align-items: end;
  }
  .fv_bnr_box.right_box p {
    text-align: right;
    max-width: 40%;
    margin-left: 2%;
  }
  .img_mtm div.pc_pickup_area p {
    margin-right: 2%;
    max-width: 20%;
    width: 150px;
  }
  .awards img {
    max-width: 175px;
    width: 100%;
  }
  .img_mtm a:hover {
    opacity: 0.75;
  }
  .pc_emblem {
    display: block;
    width: 105px;
  }
  /* =======================
	　info
========================== */
  .info dd p {
    width: 80%;
    margin: 0 auto;
  }
  /* ========================
	news
========================== */
  #news ul li {
    padding: 15px 5px 15px;
  }
  #news ul li dl {
    display: flex;
    margin: 0;
  }
  #news ul li dl dt > span {
    margin-right: 15px;
  }
  #news ul li dl dd {
    width: 400px;
  }
  .acd-label:after {
    bottom: 22px;
  }
  #news .acd-check:checked + .acd-label + .acd-content {
    padding: 20px;
  }
  /* =======================
	　.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;
  }
  /* =======================
	　h2
========================== */
  h2 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 50px;
    line-height: 1.2;
  }

  /* =======================
	　.event_bnr
========================== */
  .event_bnr .pc_maiko_event {
    width: 90%;
    margin: 0 auto 80px;
  }
  .event_bnr .pc_maiko_event.sp_none {
    display: block;
  }
  /* =======================
	　.plan
========================== */
  .plan {
    position: relative;
  }
  .plan .list_link a {
    top: 4px;
    display: block;
    text-align: right;
    font-size: 1.4rem;
    color: #8e6127;
  }
  .plan .list_link a:hover {
    color: #d2ab79;
  }
  .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;
  }
  .bottom_none {
    border-bottom: none;
  }
  .alpha a:hover {
    opacity: 0.75;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  /* =======================
	　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 {
    position: relative;
    margin-bottom: 4vh;
  }
  .charm ul li img {
    width: 100%;
  }
  .charm ul li .charm_copy {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 100%;
    display: inline-block;
    height: fit-content;
    height: -moz-fit-content;
  }
  .charm ul li .charm_copy .charm_title {
    display: block;
    font-size: clamp(1rem, 3vw, 3.3rem);
    order: 1;
    padding: 1% 0;
    letter-spacing: 0.1em;
  }
  .charm ul li .charm_copy:before {
    content: none;
  }
  .charm ul li .charm_copy .charm_text {
    font-size: clamp(1rem, 2vw, 2.2rem);
    line-height: 1.5;
    letter-spacing: 0.1em;
    order: 3;
  }
  .charm ul li .charm_copy .charm_text span.pc_on {
    display: inline-block;
  }
  .charm ul li .charm_copy .charm_text span.sp_on {
    display: none;
  }
  .charm ul li .charm_copy:after {
    content: none;
  }
  /* =======================
	　　　.detail
========================== */
  .detail .detail_txt {
    width: 96%;
  }
  .detail img {
    width: 50%;
    float: left;
    margin-right: 2%;
  }
  .detail .detail_txt {
    width: 42%;
  }
}

/*タブレット 横向き対応*/
@media screen and (min-width: 1024px) {
  /* =======================
	　info
========================== */
  .info {
    width: 1000px;
    margin: 0 auto 20px;
  }
  .info_bottom {
    width: 1000px;
    margin: 20px auto;
  }
  .info dd p {
    width: 70%;
  }
  /* =======================
	　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
========================== */
  .charm ul li .charm_copy {
    transform: translate(-50%, 17%);
  }
  .charm ul li .charm_copy .charm_title {
    letter-spacing: 0.16em;
    padding: 0.8% 0;
  }
  /* =======================
	　detail
========================== */
  .detail {
    margin: 0 10% 30px;
  }
  .detail img {
    width: 54%;
    float: left;
    margin-right: 30px;
  }

  .detail .detail_txt {
    float: left;
    width: 38%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 20px 15px 20px;
    margin-top: 15px;
  }
  .detail .detail_txt_l {
    float: left;
  }
  /* =======================
	　on_fv
========================== */
  .on_fv {
    width: 100%;
  }

  .pc_emblem {
    display: block;
    width: 105px;
  }
  .tb_emblem {
    display: none;
  }
  /* ========================
	news
========================== */
  #news .inner {
    width: 1000px;
    margin: 100px auto;
  }
  #news ul li {
    padding: 15px 10px 15px;
  }
  #news ul li dl dt {
    padding-bottom: 0;
  }
  #news ul li dl dd {
    width: auto;
  }
  .acd-label:after {
    bottom: 10px;
  }
  /* =======================
	　news_box
========================== */
  .news_box {
    width: 1000px;
  }
  .news_box p,
  .news_box_2nd p {
    width: auto;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  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;
  }
  /* =======================
	　.on_fv
========================== */
  .on_fv {
    width: 97%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
  }
  .img_mtm {
    display: flex;
    position: absolute;
    z-index: 3;
  }
  /* .awards img {
    max-width: 150px;
  } */
  .on_fv .pc_emblem {
    width: 165px;
  }
  .img_mtm div.pc_pickup_area p {
    max-width: 26%;
    width: 175px;
  }
  /* =======================
	　.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;
  }
  /* =======================
	　bnrarea
========================== */
  .bnrarea {
    width: 1000px;
    margin: 20px auto 60px;
  }
  .bnrarea a:hover {
    opacity: 0.7;
  }
  /* =======================
	　.event_bnr
========================== */
  .event_bnr .pc_maiko_event {
    width: 1000px;
  }
  /* =======================
	　.plan
========================== */
  .plan {
    width: 1000px;
    margin: 0 auto;
  }
  .plan ul li a:hover p,
  .plan ul li a:hover p span {
    text-decoration: none;
  }

  /* =======================
	　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;
  }

  .sample_img {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 1400px) {
  /* =======================
	　.charm
==========================  */
  .charm ul li .charm_copy {
    transform: translate(-50%, 30%);
  }
  .charm ul li .charm_copy .charm_title {
    font-size: clamp(1rem, 2.5vw, 4.5rem);
    letter-spacing: 0.12em;
    padding: 1% 0;
  }
  .charm ul li .charm_copy .charm_text {
    font-size: clamp(1rem, 1.6vw, 4rem);
    line-height: 1.6;
  }
}
