@charset "UTF-8";
.member-popup {
  position: fixed;
  bottom: 0;
  left: 73px;
  width: 100%;
  width: calc(100% - (73px + 73px));
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 0;
  color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, 0.8);
          box-shadow: 0 4px 10px rgba(255, 255, 255, 0.8);
  z-index: 10;
  display: none;
}

@media screen and (max-width: 767px) {
  .member-popup {
    left: 0;
    width: 100%;
  }
}

.member-popup-inner {
  margin: 0 auto;
  max-width: 1030px;
}

.member-popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #000;
  cursor: pointer;
  border: solid 1px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
  .member-popup-close {
    right: 0;
    top: 0;
  }
}

.member-popup-close span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 1px;
  background: #fff;
}

.member-popup-close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.member-popup-close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.member-popup h4 {
  font-size: 20px;
  margin-bottom: 8px;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .member-popup h4 {
    font-size: 16px;
    padding: 0 48px;
  }
}

.member-popup p {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .member-popup p {
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}

.member-popup-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px -15px 0;
}

@media screen and (max-width: 767px) {
  .member-popup-link {
    width: calc(100% - 15px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
  }
}

.member-popup-link-btn {
  max-width: 230px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .member-popup-link-btn {
    max-width: 100%;
  }
}
/*20230816--修正--ボタン全て同じ色に修正する--osawa
---------------------------*/
.member-popup-link-btn a {
  display: block;
  margin: 0 auto;
  height: 42px;
  /* border: solid 1px; */
  /* border: 1px solid #c0b283; */
  color: #fff;/*#fffに変更*/
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .member-popup-link-btn a {
    font-size: 14px;
  }
}

.member-popup-link-btn a:hover {
  opacity: .7;
}

/*20230816--修正--ボタン全て同じ色に修正するのでコメントアウト--osawa
---------------------------*/
/**/
/* .member-popup-link-btn.btn--1 a {
  color: #fff;
  background: #c0b283;
}

.member-popup-link-btn.btn--2 a {
  background: #fff;
  color: #5a5a5a;
} */



/*20230130osawa追記ポップアップ
---------------------------*/
/**/
.member-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, 0.8);
          box-shadow: 0 4px 10px rgba(255, 255, 255, 0.8);
  z-index: 10;
  display: none;
}

@media screen and (max-width: 767px) {
  .member-popup {
    left: 0;
    width: 100%;
	height:370px;
    bottom: 0;
  }
}
/*20230528-nino追記*/
/* .member-popup-inner h4 + div{
	width:350px;
	margin:6px auto 14px;
	padding:5px;
	text-align:center;
	border:solid 1px rgba(256,256,256,0.5);
} */
/*20230816-大澤追記*/
.member-popup-inner h4 + div{
	width:220px;
	margin:6px auto 14px;
	padding:5px;
	text-align:center;
	/* border:solid 1px rgba(256,256,256,0.5); */
  background: #ceb175;
}
@media screen and (max-width: 767px) {
	.member-popup-inner h4 + div{
		width:190px;
	}
}



.body{
	margin-top:0;
}


/*############################################*/
/*（3）ビデオ*/
/*############################################*/
.videoBox {
  position: relative;
  width: 100%;
  _height: 100vh;
  min-height: 870px;/* 20230213osawa */
  margin: 0 auto;
  text-align: center;
  background: #000;
}

.sliderMain {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.wrapvid {
  position: relative;
  width: 100%;
  height: 80vh;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images_new/top/main_p.jpg);
  background-position: center center;
  background-size: cover;
}

.wrapvid.one {
  background-image: url(../images_new/top/main_p1.jpg);
}

.wrapvid.two {
  background-image: url(../images_new/top/main_p2.jpg);
}

.wrapvid.three {
  background-image: url(../images_new/top/main_p3.jpg);
}

video#bgvid {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
}

.videoBox .slick-slide {
  margin: 0;
}

.videoBox .txtBox {
  position: absolute;
  width: 100%;
  _min-width: 170px;
  height: auto;
  /* top: 10%; */
  top: 13%;/* 20230214osawa */
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  _-webkit-transform: translateY(-50%);
  /* Safari用 */
  _transform: translateY(-50%);
  z-index: 2;
}

.videoBox .txtBox .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 920px;
  /* margin: 70px auto 0; */
  margin: 60px auto 0;/* 20230214osawa */
}

.videoBox .txtBox .flexBox div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 310px;
      flex-basis: 310px;
}

.videoBox .txtBox .flexBox div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
  padding-top: 235px;
  text-align: right;
}

.videoBox .txtBox .flexBox div:nth-child(2) p {
  height: 210px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: left;
  font-size: 15px;
  line-height: 1.8em;
  -moz-osx-font-smoothing: grayscale;
}

.videoBox .txtBox .flexBox div:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
  padding-top: 75px;
  text-align: left;
}

.videoBox .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background: url(../images_new/top/v_overlay.png) bottom center;
  background-size: 100% 100%;
  z-index: 1;
}

/*共通----------------------------------*/
.moreBtn {
  display: block;
  width: 118px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  color: rgba(255, 255, 255, 0.7);
  font: inherit;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9em;
  color: #5a5a5a;
  background: white;
  border: solid 1px #d2d2d2;
}

.moreBtn:link,
.moreBtn:visited,
.moreBtn:hover {
  color: #5a5a5a;
}

/*エントランス----------------------------------------------------------------------*/
.entranceWrapper {
  width: 100%;
  margin: 0 auto;
}

.entranceWrapper .pBox.main {
  width: 100%;
  height: 32vw;
  min-height: 425px;
  _padding: calc(32vw - 98px) 0 0;
  background-size: cover;
  background-position: center center;
}

.entranceWrapper .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 2vw 2vw 2vw 2vw;
  _margin: 2vw auto;
}

.entranceWrapper .flexBox .pBox {
  width: 32%;
  height: 21vw;
  min-height: 280px;
}

.entranceWrapper .kuro {
  padding: 0px 0 30px;
  background: #000;
}

.entranceWrapper .txtWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(33% + 300px);
  margin: 0 auto;
}

.entranceWrapper .txtWrapper .pBox,
.entranceWrapper .txtWrapper span {
  width: 148px;
  height: 148px;
}

.entranceWrapper .txtWrapper .txtBox {
  width: calc(33vw - 12%);
  text-align: left;
}

.entranceWrapper .moreBtn {
  margin: 30px auto 0;
}

/*体験----------------------------------------------------------------------*/
/*.experienceWrapper{
	width:calc(100% - 146px);
	margin:0 auto;
	padding:100px 0 70px;
}
.experienceWrapper .sectionTitle h3{
	color:#565656;
}
.experienceWrapper .inner{
	display:flex;
	justify-content:center;
	padding:40px 0 0;
}
.experienceWrapper .inner div:nth-child(1){
	width:414px;
}
.experienceWrapper .inner div:nth-child(1){
	width:166px;
}
.experienceWrapper .inner div:nth-child(2){
	width:414px;
	margin-right:166px;
}
.experienceWrapper .inner h4{
	padding:20px 0;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size:18px;
	color:#565656;
}
.experienceWrapper .inner p{
	text-align:left;
	line-height:200%;
}
.experienceWrapper .moreBtn{
	margin:30px auto 0;
}*/
.restaurantWrapper.experiencePart {
  margin: 100px auto;
}

/*-----------------*/
.appSection {
  width: 1000px;
  margin: 0 auto;
}

.appWrapper {
  position: relative;
  width: 994px;
  margin: 0px auto;
  padding: 50px 0;
  border: solid 1px #000;
  border-width: 1px 0;
}

.appWrapper .catch {
  width: 890px;
  margin: 0 auto;
  padding: 0 0 24px;
  font-size: 28px;
  text-align: left;
}

.appWrapper .innerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 994px;
}

.appWrapper .leftBox {
  padding-top: 0px;
  text-align: left;
}

.appWrapper .leftBox .bodyCopy {
  width: 390px;
  padding: 10px 0 0px;
  font-size: 14px;
  line-height: 1.6em;
}

.appWrapper .leftBox span {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.0em;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.appWrapper .leftBox h4 {
  font-weight: bold;
  font-size: 22px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.appWrapper .leftBox .lead {
  padding-top: 8px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.appWrapper .leftBox {
  -ms-flex-preferred-size: 430px;
      flex-basis: 430px;
}

.appWrapper .rightBox {
  -ms-flex-preferred-size: 460px;
      flex-basis: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0px;
}

.appWrapper .rightBox .left {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  text-align: left;
}

.appWrapper .rightBox .left img {
  height: 150px;
  margin-right: 5px;
}

.appWrapper .rightBox .right {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.appWrapper .rightBox .right div:nth-child(1) {
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  padding: 0 0 5px;
}

.appWrapper .rightBox .right div:nth-child(2) {
  -ms-flex-preferred-size: 135px;
      flex-basis: 135px;
}

.appWrapper .rightBox .right div:nth-child(3) {
  -ms-flex-preferred-size: 135px;
      flex-basis: 135px;
}

/*room----------------------------------------------------------------------*/
.roomWrapper {
  width: 100%;
  margin: 100px auto 0;
}

.roomWrapper .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.roomWrapper .flexBox .pBox {
  width: 50%;
  height: 30vw;
  min-height: 546px;
}

.roomWrapper .txtWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 1030px;
  margin: 0 auto;
}

.roomWrapper .txtWrapper .inner {
  width: 505px;/*20230213*/
  padding: 50px 0 0;
}

.roomWrapper .txtWrapper .inner .sectionTitle h3 div,
.roomWrapper .txtWrapper .inner .sectionTitle h3 p {
  color: #5a5a5a;
}

.roomWrapper .txtWrapper .inner .sectionTitle h3 div::before,
.roomWrapper .txtWrapper .inner .sectionTitle h3 div::after {
  width: 100%;
  color: #5a5a5a;
}

.roomWrapper .txtWrapper .inner .txtBox {
  width: 320px;
  margin: 0 auto;
  padding: 26px 0 0;
  text-align: left;
}

.roomWrapper .txtWrapper .inner .facTitle div {
  padding: 0 0 20px;
  font: inherit;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.0em;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.roomWrapper .txtWrapper .inner .facTitle h3 {
  position: relative;
  padding: 12px 0 8px;
  font-size: 14px;
  font-weight: normal;
}

.roomWrapper .txtWrapper .inner .facTitle h3::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.roomWrapper .txtWrapper .inner .facTitle h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.roomWrapper .txtWrapper .inner .facFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 470px;
  margin: 50px auto 0;
}

.roomWrapper .txtWrapper .inner .facFlex .pBox {
  width: 198px;
  height: 146px;
}

.roomWrapper .txtWrapper .inner .facFlex .txtBox {
  width: 220px;
  padding: 0;
}

.roomWrapper .moreBtn {
  margin: 40px auto 0;
}
/*20220713*/
.roomWrapper .smallP{
	display: flex;
	flex-wrap:wrap;
	width:950px;
	margin:50px auto 0;
}
.roomWrapper .smallP .pBox{
	width:190px;
	height:190px;
}
.cakeBtn img{
	margin:70px 0 0;
	width:330px;
}
.roomWrapper .komidashi{
	padding: 38px 0 13px;
	font-size: 24px;
	font-weight: normal;
}
.restaurantWrapper .komidashi{
	padding: 38px 0 10px;
	font-size: 24px;
	font-weight: normal;
	color:#d8d8d8;
}

/* 20211228 追加 */
.bnr_box {
  margin-top: 24px;
}

.img_bnr {
  margin: 40px auto 0;
  width: 420px;
}

.img_bnr img {
  width: 100%;
}

.img_bnr a:hover {
  opacity: 0.5;
  transition: 0.5s;
}

/*レストラン----------------------------------------------------------------------*/
.restaurantWrapper {
  width: 100%;
  margin: 100px auto 0;
}

.restaurantWrapper .mainBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.restaurantWrapper .mainBox .pBox.one {
  width: 25%;
  height: 40vw;
  min-height: 546px;
  background-position:26% center;
}

.restaurantWrapper .mainBox .sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  height: 40vw;
  min-height: 546px;
  background: #000;
}

.restaurantWrapper .mainBox .sectionTitle .txtBox {
  width: 230px;
  padding: 30px 0 30px;
  margin: 0 auto;
  text-align: left;
  color: #d8d8d8;
}

.restaurantWrapper .mainBox .pBox.two {
  width: 50%;
  height: 40vw;
  min-height: 546px;
}

.restaurantWrapper .moreBtn {
  color: #ccc;
  background: #000;
  border: solid 1px #999;
}

/**/
.restaurantWrapper .txtWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1030px;
  margin: 0 auto;
}

.restaurantWrapper .inner {
  width: 505px;
  padding: 50px 0 0;
}

.restaurantWrapper .inner .sectionTitle h3 div,
.restaurantWrapper .inner .sectionTitle h3 p {
  color: #5a5a5a;
}

.restaurantWrapper .inner .sectionTitle h3 div::before,
.restaurantWrapper .inner .sectionTitle h3 div::after {
  width: 100%;
  color: #5a5a5a;
}

.restaurantWrapper .inner .txtBox {
  width: 320px;
  margin: 0 auto;
  padding: 26px 0 0;
  text-align: left;
}

.restaurantWrapper .inner .facTitle div {
  padding: 0 0 20px;
  font: inherit;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.0em;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
}

.restaurantWrapper .inner .facTitle h3 {
  position: relative;
  padding: 12px 0 8px;
  font-size: 14px;
  font-weight: normal;
}

.restaurantWrapper .inner .facTitle h3::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.restaurantWrapper .inner .facTitle h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #ccc;
}

/**/
.restaurantWrapper .pWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 475px;
  margin: 30px auto 0;
}

.restaurantWrapper .pWrapper .pBox {
  width: 230px;
  height: 190px;
}

/*ロケーション----------------------------------------------------------------------*/
.locationWrapper {
  width: 100%;
  margin: 100px auto 0;
  background: #000;
}

.locationWrapper .pBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  _height: 42vw;
  padding: 70px 0;
  background: url(../images_new/top/loc_back.jpg) center center;
  background-size: cover;
}

.locationWrapper .pBack .midashi {
  margin: 0 0 20px 0;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
  line-height: 1.4em;
}

.locationWrapper .pBack .moreBtn {
  color: #ccc;
  background: #000;
  border: solid 1px #999;
}

.locationWrapper .pBack .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 40px 0 40px 0;
}

.locationWrapper .left {
  width: 240px;
  margin-right: 105px;
}

.locationWrapper .left .sectionTitle .chapterBox {
  color: #ccc;
}

.locationWrapper .left .sectionTitle + p {
  padding-top: 40px;
  color: #fff;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}

.locationWrapper .right {
  padding-top: 0px;
  width: 550px;
}

/*
.locationWrapper .inner{
	padding:70px 0 50px;
	background:#faf8f1;
	overflow:hidden;
}
.locationWrapper .inner .slider{
	position:relative;
	width:92%;
	margin:0 auto;
	height:calc(18vw + 60px);
}
.locationWrapper .inner .flexContent{
	width:29%;
	margin:0 10px;
}
.locationWrapper .inner .flexContent div{
	width:100%;
	height:18vw;
	background-size:cover;
}
.locationWrapper .inner .flexContent p{
	position:relative;
	padding:20px 0 10px;
	font-size:16px;
}
.locationWrapper .inner .flexContent p:after{
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:0;
	width:110px;
	height:3px;
	margin:0 auto;
	background:#929292;
}
.locationWrapper .inner .flexContent span{
	display:block;
	padding-top:6px;
	font-size:10px;
	line-height:1.6em;
}
*/
/*ショップとニュース----------------------------------------------------------------------*/
.shopWrapper .txtWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1030px;
  margin: 0 auto;
}

.shopWrapper .txtWrapper .inner {
  width: 505px;
  padding: 70px 0;
}

.shopWrapper .txtWrapper .inner .sectionTitle h3 div,
.shopWrapper .txtWrapper .inner .sectionTitle h3 p {
  color: #5a5a5a;
}

.shopWrapper .txtWrapper .inner .sectionTitle h3 div::before,
.shopWrapper .txtWrapper .inner .sectionTitle h3 div::after {
  width: 100%;
  color: #5a5a5a;
}

.shopWrapper .txtWrapper .inner .txtBox {
  width: 400px;
  margin: 0 auto;
  padding: 26px 0 0;
  text-align: left;
}

.shopWrapper .txtWrapper .inner .facTitle div {
  padding: 0 0 20px;
  font: inherit;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.0em;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}

.shopWrapper .txtWrapper .inner .facTitle h3 {
  position: relative;
  padding: 12px 0 8px;
  font-size: 14px;
  font-weight: normal;
}

.shopWrapper .txtWrapper .inner .facTitle h3::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.shopWrapper .txtWrapper .inner .facTitle h3::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.shopWrapper .txtWrapper .inner .facFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 470px;
  margin: 50px auto 0;
}

.shopWrapper .txtWrapper .inner .facFlex .pBox {
  width: 198px;
  height: 128px;
}

.shopWrapper .txtWrapper .inner .facFlex .txtBox {
  width: 220px;
  padding: 0;
}

.shopWrapper .pBox {
  width: 310px;
  height: 170px;
  margin: 20px auto 0;
}

.shopWrapper .moreBtn {
  margin: 40px auto 0;
}

/**/
.newsListBox {
  text-align: left;
}

.newsListBox .listBox {
  display: block;
  margin: 10px 0 0 0;
  padding: 0px 0 0;
}

.newsListBox .listBox .dateBox {
  position: relative;
  padding: 14px 0 4px 0;
  font-size: 16px;
  color: #5a5a5a;
}

.newsListBox .listBox .dateBox::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  background: #b1b1b1;
  top: 0;
  left: 0;
}

.newsListBox .listBox .title {
  margin: 0 0 14px 0;
  padding: 0 0 0px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4em;
  color: #5a5a5a;
}

/*20200423*/
.kyukanBanner img {
  margin-top: 15px;
  -webkit-transition: all,0.4s;
  transition: all,0.4s;
}

.kyukanBanner img:hover {
  opacity: 0.7;
}

/*############################################*/
/*  */
/*############################################*/
@media only screen and (max-width: 767px) {
  /*############################################*/
  /*（3）ビデオ*/
  /*############################################*/
  .videoBox {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 70px 0;
    min-height: auto;
    background: #000;
  }
  .sliderMain {
    position: absolute;
    width: 100%;
    height: 80vh;
    top: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .wrapvid {
    width: 100%;
    height: 80vh;
    overflow: hidden;
  }
  .sliderMain .slick-slide {
    margin: 0;
  }
  video#bgvid {
    position: absolute;
    left: 0;
    top: -10vw;
    bottom: auto;
    min-width: 100%;
    min-height: 100%;
    width: 250vw;
    height: 140vw;
    z-index: 0;
    -webkit-transform: translateX(-40%);
    /* Safari用 */
    transform: translateX(-40%);
  }
  .videoBox .txtBox {
    position: relative;
    height: auto;
    top: auto;
    padding: 5vh 0 0 0;
    -webkit-transform: translateY(0%);
    /* Safari用 */
    transform: translateY(0%);
  }
  .mainLogo {
    width: 50%;
  }
  .videoBox .txtBox .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 6vh auto 0;
  }
  .videoBox .txtBox .flexBox div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .videoBox .txtBox .flexBox div:nth-child(1) img {
    width: auto;
    height: 50vh;
  }
  .videoBox .txtBox .flexBox div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 340px;
        flex-basis: 340px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .videoBox .txtBox .flexBox div:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding-top: 71px;
    text-align: left;
  }
  .videoBox .txtBox .flexBox div:nth-child(3) img {
    width: 100%;
    height: auto;
  }
  .videoBox .overlay {
    top: 0vw;
  }
  /*エントランス----------------------------------------------------------------------*/
  .entranceWrapper {
    width: 100%;
    margin: 0 auto;
  }
  .entranceWrapper .pBox.main {
    width: 100%;
    height: 70vw;
    min-height: 0;
  }
  .entranceWrapper .flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .entranceWrapper .flexBox .pBox {
    min-height: 0px;
  }
  .entranceWrapper .txtWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .entranceWrapper .txtWrapper .pBox,
  .entranceWrapper .txtWrapper span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 108px;
    height: 108px;
    margin: 0 auto;
    border-radius: 150px;
  }
  .entranceWrapper .txtWrapper span {
    display: none;
  }
  .entranceWrapper .txtWrapper .txtBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
    margin: 30px auto 30px;
    text-align: left;
  }
  .entranceWrapper .moreBtn {
    margin: 30px auto 0;
  }
  /*体験----------------------------------------------------------------------*/
  .experienceWrapper {
    width: 100%;
    padding: 80px 0 0px;
  }
  .experienceWrapper .sectionTitle h3 {
    color: #565656;
  }
  .experienceWrapper .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0 0;
  }
  /*.experienceWrapper .inner div:nth-child(1){
		order:2;
		width:90%;
		padding:70px 0 50px;
	}
	.experienceWrapper .inner div:nth-child(1) img{
		width:100%;
	}*/
  .experienceWrapper .inner div:nth-child(1) img {
    width: auto;
    height: 50vh;
  }
  .experienceWrapper .inner div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 166px;
  }
  .experienceWrapper .inner div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 90%;
    margin-right: 0;
    padding: 70px 0 20px;
  }
  .experienceWrapper .inner div:nth-child(2) img {
    width: 100%;
  }
  .experienceWrapper .inner h4 {
    padding: 20px 0;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    color: #565656;
  }
  .experienceWrapper .inner p {
    text-align: left;
    line-height: 200%;
  }
  /**/
  .appSection {
    width: 100%;
    margin: 0 auto;
  }
  .appWrapper {
    width: 100%;
    margin: 50px auto 0;
    padding: 30px 0 50px;
    border-width: 1px 0 0 0;
  }
  .appWrapper .catch {
    width: 96%;
    padding: 20px 0 24px;
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
  }
  .appWrapper .innerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .appWrapper .leftBox {
    padding-top: 10px;
  }
  .appWrapper .leftBox .bodyCopy {
    width: 100%;
  }
  .appWrapper .leftBox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .appWrapper .rightBox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0px;
  }
  .appWrapper .rightBox .left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: left;
  }
  .appWrapper .rightBox .left img {
    height: 36vw;
    margin-right: 2%;
  }
  .appWrapper .rightBox .right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
  .appWrapper .rightBox .right div:nth-child(1) {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    padding: 0 0 5px;
  }
  .appWrapper .rightBox .right div:nth-child(2) {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-right: 2%;
  }
  .appWrapper .rightBox .right div:nth-child(3) {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
  .appWrapper .rightBox .right div:nth-child(2) img,
  .appWrapper .rightBox .right div:nth-child(3) img {
    width: 100%;
  }
  /*room----------------------------------------------------------------------*/
  .roomWrapper {
    margin: 0px auto 0;
  }
  .roomWrapper .flexBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
    .roomWrapper .flexBox{
		width:100%;
	}
  .roomWrapper .flexBox .pBox {
    width: 100%;
    height: 80vw;
    min-height: 0px;
  }
  .roomWrapper .txtWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .roomWrapper .txtWrapper .inner {
    width: 100%;
    padding: 40px 0 0;
  }
  .roomWrapper .txtWrapper .inner .txtBox {
    width: 80%;
    margin: 0 auto;
    padding: 26px 0 0;
    text-align: left;
  }
  .roomWrapper .txtWrapper .inner .facFlex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 40px auto 0;
  }
  .roomWrapper .txtWrapper .inner .facFlex .pBox {
    width: 80%;
    height: 50vw;
    margin: 0px auto 0;
  }
  .roomWrapper .txtWrapper .inner .facFlex .txtBox {
    width: 80%;
    padding: 20px 0;
    margin: 0px auto 0;
  }
  .roomWrapper .moreBtn {
    margin: 20px auto 20px;
  }

	/* 20211228 追加 */
	.img_bnr {
	margin: 20px auto 0;
	width: 90%;
	}
	/*20220726*/
	.guestP02{
		background-position:left center!important;
	}
.roomWrapper .smallP{
	width:100%;
	margin:50px auto 40px;
}
.roomWrapper .smallP .pBox{
	width:50vw;
	height:50vw;
}
.cakeBtn img {
	margin: 40px 0 0;
	_width: 330px;
}
  /*レストラン----------------------------------------------------------------------*/
  .restaurantWrapper {
    margin: 30px auto 0;
  }
  .restaurantWrapper .mainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .restaurantWrapper .mainBox .pBox.one {
    width: 100%;
    height: 100vw;
    min-height: 0px;
  }
  .restaurantWrapper .mainBox .sectionTitle {
    width: 100%;
    height: 100vw;
    min-height: 546px;
  }
  .restaurantWrapper .mainBox .pBox.two {
    width: 100%;
    height: 100vw;
    min-height: 0px;
  }
  .restaurantWrapper .moreBtn {
    color: #ccc;
    background: #000;
    border: solid 1px #999;
  }
  /**/
  .restaurantWrapper .txtWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  .restaurantWrapper .inner {
    width: 100%;
    padding: 30px 0 0;
  }
  /**/
  .restaurantWrapper .pWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 96%;
    margin: 30px auto 0;
  }
  .restaurantWrapper .pWrapper .pBox {
    width: 49%;
    height: 40vw;
  }
 .restaurantWrapper.experiencePart {
	margin: 70px auto;
}
  /*ロケーション----------------------------------------------------------------------*/
  .locationWrapper {
    width: 100%;
    margin: 60px auto 0;
    background: #000;
  }
  .locationWrapper .pBack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 70px 0;
    background: url(../images_new/top/loc_back.jpg) center center;
    background-size: cover;
  }
  .locationWrapper .pBack .midashi {
    margin: 0 0 40px 0;
    font-size: 21px;
    line-height: 1.6em;
  }
  .locationWrapper .pBack .flexBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0 40px 0;
  }
  .locationWrapper .left {
    width: 100%;
    margin-right: 0;
  }
  .locationWrapper .left .sectionTitle + p {
    width: 60%;
    margin: 0 auto;
  }
  .locationWrapper .right {
    padding-top: 0px;
    width: 100%;
  }
  .locationWrapper .right img {
    width: 96%;
    margin: 50px auto 30px;
    height: auto;
  }
  /*ショップとニュース----------------------------------------------------------------------*/
  .shopWrapper .txtWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 30px auto;
  }
  .shopWrapper .txtWrapper .inner {
    width: 100%;
    padding: 40px 0;
  }
  .shopWrapper .txtWrapper .inner .txtBox {
    width: 80%;
  }
  /**/
  .newsListBox {
    width: 90%;
    margin: 20px auto 0;
  }
  .newsListBox .listBox {
    margin: 50px 0 0 0;
  }
}


/*20250428-メンバーシップ----------------------------------------------------------------------*/
body:has(.pcBtmWrapper) .con_kv_member {
  bottom: 100px;
}
/* body:has(#trip_ai_container) .con_kv_member {
  bottom: 100px
} */
@media only screen and (max-width: 767px) {
  body:has(.pcBtmWrapper) .con_kv_member {
    bottom: 80px;
  }
}

.con_kv_member {
  --color: #fff;
  color: var(--color);
  --swiper-dots: rgba(255,255,255,0.5);
  --swiper-pause-border: #fff;
  --swiper-pause-inner: #fff;
  --swiper-arrow-border: #fff;
  --swiper-arrow-arr: #fff;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .con_kv_member {
      --swiper-dots:#fff;
  }
}

@media only screen and (min-width: 768px) {
  .con_kv_member {
      overflow:visible;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      height: 0;
      padding-top: 0;
      z-index: 999;
      bottom: .53rem;
      position: fixed;
      right: .53rem;
      top: auto;
  }
}

@media only screen and (max-width: 767px) {
  .con_kv_member {
      /* margin-top:-5em;
      margin-bottom: 1.5em; */
      position: fixed;
      z-index: 999;
  }
}

@media only screen and (min-width: 1025px) {
  .con_kv_member .view_ctrl_css {
      display:none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_kv_member .view_ctrl_css {
      display:block;
  }
}

@media only screen and (max-width: 767px) {
  .con_kv_member .view_ctrl_css {
      display:none;
  }
}

.zoom-200 .con_kv_member .view_ctrl_css {
  display: block;
}

.con_kv_member>.inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 283px;
  background-color: #09294D;
  border-radius: .3rem;
}

@media only screen and (max-width: 767px) {
  .con_kv_member>.inner {
      width:calc(388 / 428 * 100%);
  }
}

@media only screen and (max-width: 767px) {
  .con_kv_member>.inner {
      display:block;
  }
}



.con_kv_member .st_kv_member {
  padding-top: .86rem;
  padding-bottom: .66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .con_kv_member .st_kv_member {
      padding-bottom:.33rem;
  }
}

.con_kv_member .st_kv_member .free {
  border: 1px solid rgba(167,167,167,0.9);
  padding-right: .86rem;
  padding-left: .86rem;
  min-height: 1.06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .con_kv_member .st_kv_member .free {
      font-size:13px;
  }
}

@media only screen and (max-width: 767px) {
  .con_kv_member .st_kv_member .free {
      font-size:.75rem;
  }
}

@media only screen and (max-width: 767px) {
  .con_kv_member .st_kv_member .free {
      height:1.2rem;
  }
}

.con_kv_member .st_kv_member .mem {
  width: 100%;
  text-align: center;
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.2;

  padding-right: 1em;
  padding-left: 1em;
}

@media only screen and (min-width: 768px) {
  .con_kv_member .st_kv_member .mem {
      font-size:14px;
  }
}

@media only screen and (max-width: 767px) {
  .con_kv_member .st_kv_member .mem {
      font-size:.81rem;
  }
}

/* .zoom-200 .con_kv_member .st_kv_member .mem {
  padding-right: 1em;
  padding-left: 1em
} */

.con_kv_member .st_kv_member .en {
  font-family: "Cormorant Garamond", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .con_kv_member .st_kv_member .en {
      font-size:22px;
  }
}

@media only screen and (max-width: 767px) {
  .con_kv_member .st_kv_member .en {
      font-size:1.88rem;
  }
}

.con_kv_member .txt_send {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
  min-height: 1.33rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #0A1726;
  line-height: 1.4;
  padding: 6.3px 13.6px;
  /* padding: .25em; */
}

@media only screen and (min-width: 768px) {
  .con_kv_member .txt_send {
    font-size:13.6px;
      /* font-size:.87rem; */
  }
}

@media only screen and (max-width: 767px) {
  .con_kv_member .txt_send {
      font-size:.81rem;
  }
}

.zoom-200 .con_kv_member .txt_send {
  font-size: .8rem;
}

@media only screen and (max-width: 1024px) {
  .con_kv_member .txt_send {
      padding:.5em .25em;
      height: auto;
  }
}

.zoom-200 .con_kv_member .txt_send {
  height: auto;
  line-height: 1.2;
  padding-right: 1em;
  padding-left: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
}

.con_kv_member .link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .8rem!important;
  row-gap: 0.45em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zoom-200 .con_kv_member .link_btn {
  padding-top: .5em;
  padding-bottom: .5em;
}

.con_kv_member .link_btn a {
  padding: .25em .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32%;
  text-decoration: none;
  text-align: center;
  color: #333;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .con_kv_member .link_btn a {
    min-height: 2.83rem;
    font-size: 13.6px;
      /* min-height:2.33rem; */
  }
}

@media only screen and (max-width: 767px) {
  .con_kv_member .link_btn a {
      min-height:2.5em;
  }
}

.mouse .con_kv_member .link_btn a {
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}

.mouse .con_kv_member .link_btn a:hover,.touch .con_kv_member .link_btn a.touchstart {
  opacity: 0.7;
}

.touch .con_kv_member .link_btn a {
  -webkit-tap-highlight-color: transparent;
}

.touch .con_kv_member .link_btn a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.zoom-200 .con_kv_member .link_btn a {
  font-size: .8rem;
}

html:lang(en) .con_kv_member .link_btn a {
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  html:lang(en) .con_kv_member .link_btn a {
      min-height:2.66rem;
  }
}

@media only screen and (max-width: 767px) {
  html:lang(en) .con_kv_member .link_btn a {
      min-height:3em;
  }
}

.con_kv_member .link_btn a.detail {
  background-color: #dddccc;
}

.con_kv_member .link_btn a.login {
  background-color: #fff;
}

.con_kv_member .link_btn a.member {
  background-color: #fff;
}

.con_kv_member .link_btn a.stamp {
  background-color: #fff;
  width: 100%;
}

.con_kv_member .ic_close {
  width: 1.8rem;
  aspect-ratio: 1;
  border-radius: 100px;
  position: absolute;
  right: -.34rem;
  top: -.6rem;
  background-color: #0A1726;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  border: none;
}

@media only screen and (max-width: 767px) {
  .con_kv_member .ic_close {
      width:2rem;
      z-index: 2;
  }
}

.con_kv_member .ic_close .ic {
  width: .6rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .con_kv_member .ic_close .ic {
      width:.66rem;
  }
}

.con_kv_member .ic_close svg {
  fill: white;
  width: 100%;
  height: 100%;
}

.over:hover {
  opacity: 0.7;
}
.over {
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
/**/
/* /@media */
@media only screen and (max-width: 374px) {
  /*iPhone5サイズ*/
}

/* /@media */
/*# sourceMappingURL=top.css.map */