@charset "UTF-8";
/*
	filename: common.css
	revision: 1

*/
/*============================================================
	IMPORT CSS
*/
@import url("./fontawesome.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:500&subset=japanese");
@font-face {
  font-family: "Overpass";
  font-weight: normal;
  src: url("../webfonts/Overpass-Regular.woff") format("woff"),
    url("../webfonts/Overpass-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Overpass";
  font-weight: 300;
  src: url("../webfonts/Overpass-Light.woff") format("woff"),
    url("../webfonts/Overpass-Light.ttf") format("truetype");
}

@font-face {
  font-family: "RameauPro-Light";
  src: url("../webfonts/38F01F_0_0.eot");
  src: url("../webfonts/38F01F_0_0.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/38F01F_0_0.woff2") format("woff2"),
    url("../webfonts/38F01F_0_0.woff") format("woff"),
    url("../webfonts/38F01F_0_0.ttf") format("truetype");
}

/*============================================================
	HTML
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  /*font-family: 'Overpass', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-family: "Overpass", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.9;
  color: #000;
  -ms-overflow-style: auto;
}

html,
body {
  height: 100%;
  min-width: 1048px;
}

a {
  cursor: pointer;
  -webkit-transition: color 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease, border-color 0.4s ease;
  -o-transition: color 0.4s ease, opacity 0.4s ease, background-color 0.4s ease,
    border-color 0.4s ease;
  transition: color 0.4s ease, opacity 0.4s ease, background-color 0.4s ease,
    border-color 0.4s ease;
}

@media screen and (max-width: 767px) {
  html,
  body {
    min-width: 1px;
  }
}

/*============================================================
	CONTAINER
*/
/*============================================================
	VISIBLE
*/
.visible-pc {
  display: block;
}

.visible-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .visible-pc {
    display: none;
  }
  .visible-sp {
    display: block;
  }
}

/*============================================================
	HEADER
*/
.header {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  padding: 0 28px;
  width: 100%;
  min-width: 1048px;
  background-color: #fff;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
.header__container:after {
  content: "";
  display: block;
  clear: both;
}
.header__site {
  float: left;
  line-height: 0;
}
.header__site-name {
  display: block;
  width: 250px;
  color: #000;
}
.header__site-name img {
  width: 100%;
}
.header .header-nav {
  float: left;
  padding-top: 1px;
  padding-left: 30px;
}
.header .header-nav__list {
  list-style-type: none;
}
.header .header-nav__item {
  float: left;
  padding: 0 15px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.header .header-nav__link {
  text-decoration: none;
  color: #000;
}
.header .header-nav__link:hover {
  opacity: 0.4;
}
.header .header-nav__link:after {
  content: "■";
  display: inline-block;
  margin-left: -1em;
  opacity: 0;
}
li.header-nav__item.header_line{
    background-color:#00B900;
    margin-left: 5px;
}
a.header-nav__line-link {
    color: #ffffff;
    text-decoration: none;
}

/*ナビのreservation箇所*/

.header .header_reservation{
background:#e2c3b1;
}

/*ナビのmypage箇所*/

.header .header_mypage{
background:#e2c3b1;
margin-left:5px;
}

.header .multilingual {
 
  overflow: hidden;
  position: fixed;
  z-index: 5000;
  top:23px;
  right:60px;
	list-style: none;
	
	}

.header .multilingual ul{
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	padding:0;

	
	
}

 .header .multilingual li {
  width:40px;
  text-align: center;

  float: left;
	font-size: 13px;
	font-weight:100;
	 	margin: 0 auto;
	padding:0;
	 border: 1px solid #dfdfdf;
}
.header .multilingual li a {
  text-decoration: none;
  color: #5d5d5d;
background: #fff;
	padding:0;
	font-weight: normal;
	margin: 0 auto;
	list-style: none;
}


.header .multilingual .enarea{
	background: #dfdfdf;

}

@media screen and (max-width: 767px) {
  .header {
    padding: 0 20px;
    min-width: 1px;
  }
  .header__container {
    height: 80px;
  }
  .header__site-name {
    width: 250px;
  }
  .header .header-nav {
    display: none;
  }
	
.header .multilingual {
	  display: none;
	}	
	
	
	
.multilingual_navi{
  list-style: none;
  overflow: hidden;
	margin: 0 auto 10% auto;
}
 
.multilingual_navi li {
  width: 100px;
  text-align: center;
  float: left;
	font-size: 13px;
	font-weight:100;
	 	margin: 0 auto;
	padding:1% 0 1% 0;
	 border: 1px solid #505050;
	
}
 
.multilingual_navi li a {
  text-decoration: none;
  color: #5d5d5d;
background: #e2c3b1;
	padding:0;
	font-weight: normal;
	margin: 0 auto;
}


.multilingual_navi .enareas{
	background: #505050;
	color: #e2c3b1;

}	
	
	

}

@media screen and (max-width: 375px) {
  .header__site-name {
    width: 230px;
  }
}

/*============================================================
	MEGAMENU
*/
.megamenu {
  overflow: hidden;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1048px;
  height: 0%;
  background-color: #e2c3b1;
  color: #505050;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -webkit-transition: height 0.6s ease;
}
.megamenu a {
  text-decoration: none;
  color: #505050;
}
.megamenu__scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: -100px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-right: 100px;
  height: 100%;
}
.megamenu__site {
  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;
  margin-bottom: 40px;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 0;
}
.megamenu__site-name {
  display: block;
  width: 320px;
}
.megamenu__site-name img {
  width: 100%;
}
.megamenu__wrap {
  display: table;
  margin: 0 auto;
  text-align: left;
}
.megamenu__wrap-col01 {
  display: table-cell;
  vertical-align: bottom;
  width: 410px;
}
.megamenu__wrap-col02 {
  display: table-cell;
  vertical-align: bottom;
}
.megamenu .megamenu-nav__list {
  list-style-type: none;
}
.megamenu .megamenu-nav__item {
  padding: 0 0 24px;
}
.megamenu .megamenu-nav__link {
  display: table;
  letter-spacing: 0.2em;
}
.megamenu .megamenu-nav__link-en {
  display: block;
  font-family: "RameauPro-Light";
  font-weight: normal;
  font-size: 32px;
  line-height: 1.2;
}
.megamenu .megamenu-nav__link-jp {
  display: block;
  margin-top: -0.5em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
}
.megamenu .megamenu-nav__link:hover {
  opacity: 0.7;
}
.megamenu-connect__magazine {
  margin: 0 auto 30px;
}
.megamenu-connect__magazine > a {
  display: block;
  padding: 0.8em 0 0.3em;
/*   border: 1px solid #505050; */
/*   color: #505050; */
  font-family: "RameauPro-Light";
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.megamenu-connect__magazine > a:after{
	content: "";
    background-image: url("../img/magazine2023_banner_img.png");
    width:100%;
	min-width:228px; 
    height: 93px;
    z-index: 100;
    display: block;
    background-repeat: no-repeat;
}
.megamenu-connect__magazine > a:hover {
  color: #e2c3b1;
/*   background-color: #505050; */
 opacity: 0.8;
}

.megamenu-connect__line {
    display: flex;
    justify-content: center;
    margin: 0 auto 25px;
    background-color: #00B900;
    padding: 10px 0 8px;
}
a.megamenu__line-link {
    color: #ffffff;
}

.megamenu .megamenu-connect__title {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
.megamenu .megamenu-connect__list {
  padding: 10px 0 30px;
  list-style-type: none;
}
.megamenu .megamenu-connect__list:after {
  content: "";
  display: block;
  clear: both;
}
.megamenu .megamenu-connect__item {
  float: left;
  padding-right: 12px;
}
.megamenu .megamenu-connect__link {
  display: block;
  width: 48px;
  border: 1px solid #505050;
  border-radius: 50%;
  text-align: center;
}
.megamenu .megamenu-connect__link-icon {
  display: block;
  line-height: 46px;
  font-size: 20px;
}
.megamenu .megamenu-connect__link:hover {
  background-color: #505050;
  color: #e2c3b1;
}
.megamenu .megamenu-subnav__list {
  padding-bottom: 12px;
  list-style-type: none;
}
.megamenu .megamenu-subnav__item {
  padding-bottom: 12px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.megamenu .megamenu-subnav__link {
  position: relative;
}
.megamenu .megamenu-subnav__link:hover {
  opacity: 0.5;
}
.megamenu .megamenu-subnav__link[target="_blank"]::after {
  position: absolute;
  top: 0.3em;
  right: -1.2em;
  content: "";
  width: 0.8em;
  height: 0.8em;
  background-image: url("../img/icon_external.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.megamenu .megamenu-brand {
  margin-top: 40px;
}
.megamenu .megamenu-brand__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 530px;
  border-top: 1px solid #505050;
}
.megamenu .megamenu-brand__item {
  list-style: none;
  width: 25%;
}
.megamenu .megamenu-brand__link {
  display: block;
  margin: 0 auto;
  width: 84%;
}
.megamenu .megamenu-brand__link-logo {
  width: 100%;
}
.megamenu .megamenu-brand__link:hover {
  opacity: 0.5;
}

.megamenu-opened .megamenu {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .megamenu {
    min-width: 1px;
  }
  .megamenu__scroll {
    right: 0;
    padding-right: 0;
  }
  .megamenu__site {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 10px;
    padding: 0 20px;
    height: 80px;
  }
  .megamenu__site-name {
    margin: 0;
    width: 250px;
  }
  .megamenu__wrap {
    display: block;
    padding: 0 20px;
    width: 100%;
  }
  .megamenu__wrap-col01 {
    display: block;
    width: 100%;
  }
  .megamenu__wrap-col02 {
    display: block;
    width: 100%;
  }
  .megamenu .megamenu-nav__link {
    display: block;
  }
  .megamenu .megamenu-nav__link-en {
    font-size: 27px;
  }
  .megamenu .megamenu-nav__link-jp {
    font-size: 10px;
  }
  .megamenu .megamenu-connect__title {
    font-size: 14px;
  }
  .megamenu .megamenu-subnav__item {
    font-size: 15px;
  }
  .megamenu .megamenu-subnav__link[target="_blank"]::after {
    width: 0.7em;
    height: 0.7em;
  }
  .megamenu .megamenu-brand {
    margin: 0 20px;
  }
  .megamenu .megamenu-brand__list {
    width: 100%;
  }
  .megamenu .megamenu-brand__item {
    width: 50%;
  }
  .megamenu .megamenu-brand__item:nth-child(1) {
    order: 1;
  }
  .megamenu .megamenu-brand__item:nth-child(2) {
    order: 3;
  }
  .megamenu .megamenu-brand__item:nth-child(3) {
    order: 2;
  }
  .megamenu .megamenu-brand__item:nth-child(4) {
    order: 4;
  }
  .megamenu .megamenu-brand__link {
    max-width: 120px;
    width: 96%;
  }
  .megamenu-connect__magazine {
    width: 100%;
  }
  .megamenu-connect__magazine > a {
    font-size: 20px;
  }
	.megamenu-connect__magazine > a:after{
	    content: "";
	    background-image: url("../img/magazine2023_banner_img_sp.png");
		
	    height: 120px;
	    z-index: 100;
	    display: block;
	    width: 100%;
	    background-size: cover;
	}
}

/*============================================================
	MEGAMENU OPENER
*/
.megamenu-opener {
  display: block;
  position: fixed;
  z-index: 6000;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
}
.megamenu-opener i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -11px;
  width: 22px;
  height: 2px;
  background-color: #000;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
.megamenu-opener i:nth-child(1) {
  margin-top: -8px;
}
.megamenu-opener i:nth-child(3) {
  margin-top: 6px;
}
.megamenu-opener:hover {
  opacity: 0.4;
}

@media screen and (max-width: 1048px) {
  .megamenu-opener {
    right: auto;
    left: 1048px;
    margin-left: -70px;
  }
}

@media screen and (max-width: 767px) {
  .megamenu-opener {
    right: 0;
    left: auto;
    margin: 0;
    width: 65px;
    height: 80px;
  }
}

.megamenu-opened .megamenu-opener i {
  width: 24px;
}

.megamenu-opened .megamenu-opener i:nth-child(1) {
  margin: -1px 0 0 -12px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.megamenu-opened .megamenu-opener i:nth-child(2) {
  display: none;
}

.megamenu-opened .megamenu-opener i:nth-child(3) {
  margin: -1px 0 0 -12px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

@media screen and (min-width: 767px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 767px){   
  .pc { display:none; }
  .sp { display:block; }
}



/*============================================================
	FOOTER
*/
.footer {
  padding-top: 25px;
  width: 100%;
  min-width: 1048px;
  height: 84px;
  background-color: #fff;
  text-align: center;
}
.footer__copyright {
  display: block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
    min-width: 1px;
    height: auto;
  }
  .footer__copyright {
    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;
    height: 35px;
  }
}




/* MENSTOPページ-new */

.toparea{
  overflow: hidden;
	width:100%;
	background: #000000;
	
}

.mens_top{
  float: left;
	width:50%;
	height:auto;
	position: relative;
	overflow:hidden;
	
}

.hideout_top{
  float:right;
	width:50%;
	height:auto;
	position: relative;
	overflow:hidden;
	
}


.mens_top p {
	position: absolute;
	color:#fff;
	width:90%;
	left: 5%;
	bottom:10%;
	text-align: center;
	line-height:180%;

}

.mens_top img {
  width: 100%;
  }


.mens_top img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;	
}
.hideout_top p {
	position: absolute;
	color:#fff;
	width:90%;
	left: 5%;
	bottom:10%;
	text-align: center;
	line-height:180%;

}

.hideout_top img {
  width: 100%;
  }

.hideout_top img:hover{
  transform:scale(1.2,1.2);
	transition:1s all;
}



@media screen and (max-width: 768px) {

.toparea{
  overflow: hidden;
	width:100%;
	background: #000;
	padding:15% 0 0 0;
	
}	
.mens_top{
  float:none;
	width:100%;
	height:auto;
	position: relative;
	overflow:hidden;

	
}

.hideout_top{
  float:none;
	width:100%;
	height:auto;
	position: relative;
	overflow:hidden;
	
}

}

/*TOPページVIEW MORE　部分*/

.topvien{
	background:rgba(255,255,255,0.8);
	text-align:center;
	padding:10px 20px;
	color: #333333;

	}



/*---------------------------------
  topページへ
--------------------------------*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
	display: block;
    background: #fff;
    color: #4c4c4c;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ddd;
    font-size: 1.5rem;
}
 
#page-top a:hover {
    background: #ddd;
    text-decoration: none;
}


/*---------------------------------
  パンくず　背景白バージョン
--------------------------------*/


.breadcrumb {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 30px;
  padding-top: 70px;
  color: #888;
  font-size: 10px;
  line-height: 1.9;
}
.breadcrumb a {
  text-decoration: underline;
  color: #666;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb ol li {
  display: inline;
}
@media screen and (max-width: 768px) {
.breadcrumb {
  position: absolute;
  z-index: 1;
  top: 10px;
  left:20px;
  padding:80px 0 10px 0;
  color: #888;
  font-size: 10px;
  line-height: 1.9;
}
	
.breadcrumb a {
  text-decoration: underline;
  color: #666;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb ol li {
  display: inline;
}
	
.breadcrumb ul {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
 }	
	

	
}

/*---------------------------------
  パンくず　404背景白バージョン
--------------------------------*/


.breadcrumb404 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 30px;
  padding-top: 0;
  color: #888;
  font-size: 10px;
  line-height: 1.9;
}
.breadcrumb404 a {
  text-decoration: underline;
  color: #666;
}
.breadcrumb404 a:hover {
  text-decoration: none;
}
.breadcrumb404 ol li {
  display: inline;
}
@media screen and (max-width: 768px) {
.breadcrumb404 {
  position: absolute;
  z-index: 1;
  top: 10px;
  left:20px;
  padding:80px 0 10px 0;
  color: #888;
  font-size: 10px;
  line-height: 1.9;
}
	
.breadcrumb404 a {
  text-decoration: underline;
  color: #666;
}
.breadcrumb404 a:hover {
  text-decoration: none;
}
.breadcrumb404 ol li {
  display: inline;
}
	
.breadcrumb404 ul {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
 }	
	

	
}

/*---------------------------------
  パンくず　背景画像ありバージョン
--------------------------------*/


.breadcrumb_w {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 30px;
  padding-top: 70px;
  color: #fff;
  font-size: 10px;
  line-height: 1.9;
}
.breadcrumb_w a {
  text-decoration: underline;
  color: #fff;
}
.breadcrumb_w a:hover {
  text-decoration: none;
}
.breadcrumb_w ol li {
  display: inline;
}
@media screen and (max-width: 768px) {
.breadcrumb_w {
  position: absolute;
  z-index: 1;
  top: 10px;
  left:20px;
  padding:80px 0 10px 0;
  color: #fff;
  font-size: 10px;
  line-height: 1.9;
}
	
.breadcrumb_w a {
  text-decoration: underline;
  color: #fff;
}
.breadcrumb_w a:hover {
  text-decoration: none;
}
.breadcrumb_w ol li {
  display: inline;
}
	
.breadcrumb_w ul {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
 }	
	

	
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/* 404 */

.wrap404{
	width: 1180px;
	margin: 0 auto;
	padding: 50px 0 0;
	text-align: left;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.wrap404 span{
	font-size: 16px;
}
.wrap404 a{
	text-decoration: underline;
}
.wrap404 img{
	width: 100%;
}

@media screen and (max-width: 768px){

	.wrap404{
		width: 100%;;
		padding: 100px 3%;
	}

}


/*----------------------------------------------------------------
 *　searchページ
----------------------------------------------------------------*/
#wrap_search{
	width: 990px;
	margin: 0 auto;
	padding: 50px 0 0;
	text-align: left;
	color: #333;
	font-size: 12px;
	line-height: 20px;


}


#wrap_search h2{
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
font-family: "Overpass", sans-serif;
  font-weight: 600;
	}

#wrap_search h3{
padding:0;
border-bottom: 3px solid #000;
margin: 1rem 0;
text-align:left;
font-family: "Overpass", sans-serif;

}



#wrap_search ul{
display:flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  text-align:center;
	
		}
#wrap_search li{

	width:18%;
	margin:10px 1%;
		}



#wrap_search li a{
	color: #3B3B3B;
	text-decoration:none; 
	text-align:left;
		}

#wrap_search .short{
	width: 100%;
	margin: 10px auto;
	padding: 0;
	}

#wrap_search .short img {
max-width: 100%;
height: auto;
}
@media screen and (max-width: 768px){

#wrap_search{
		width: 100%;;
		padding: 100px 3%;
	}
	
#wrap_search li{

	width:31%;
	margin:10px 1%;
		}



#wrap_search li a{
	color: #3B3B3B;
	text-decoration:none; 
	text-align:left;
		}

}

/*----------------------------------------------------------------
 *202412_フッター追加CSS
----------------------------------------------------------------*/
/* PC用 */
.footer2 {
  width: 99vw;
  background-color: #fff;
  text-align: center;
}
.footer-contact-area {
    display: flex;
}
a.footer-contact-btn {
    background-color: #c5b48e;
    color: #ffffff;
    width: 100%;
    padding: 20px 0;
}
a.footer-contact-btn.f-line {
    border-right: 1px solid #ffffff;
}
.footer__copyright2 {
  display: block;
font-size: 10px;
line-height: 1;
letter-spacing: 0.1em;
  padding: 30px 0px 50px 0px;
  border-top: 1px solid #d6d6d6;
}
.sponly{
  display: none;
}

@media screen and (max-width: 767px) {
  .footer2 {
    padding-top: 0;
    width: 100vw;
  }
  .pctbonly{
      display: none;
  }
  .sponly{
    display: block;
  }
.footer__copyright2 {
  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;
  height: 35px;
  border-top: none;
    padding: 40px 0px 20px 0px;
}
}


.fmenu_container{
  text-align: justify;
  margin: 0 auto;
  max-width: 1133px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 35px 0px;
  overflow: hidden;
}

.fmenu_item{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.big_group{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.small_group{
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 14px;
}

.fmenu_container a {
  font-size: 14px;
  text-decoration: none;
  color: #4c4c4c;
  font-weight: 600;
  line-height: 1.2;
  transition: 0.5s;
}

.fmenu_container a:hover{
  opacity: 0.7;
  transition: 0.5s;
}

.small_group a{
  font-weight: normal;
}

@media screen and (max-width: 1132px){
  .fmenu_container{
      padding: 35px 50px;
      flex-wrap: wrap;
      gap: 50px;
  }
  .fmenu_item {
      width: 45%;
  }

}

/* 切り替え用 */
.fsp_container {
padding: 20px 10px;
}
.details{
border-bottom: 1px solid #d6d6d6;
}
.details-summary {
position: relative;
display: block;
padding: 20px 10px 20px 20px;
background-color: #ffffff;
text-align: justify;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary .btn {
position: absolute;
top: 37%;
right: 10px;
width: 18px;
height: 18px;
transform-origin: center center;
transition-duration: 0.2s;
}

.details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}
.details-summary::-webkit-details-marker {
  display: none;
}
.details-content {
padding: 0px 0px 20px 50px;

}

.details-summary a{
font-size: 14px;
text-decoration: none;
color: #4c4c4c;
font-weight: 600;
line-height: 1.2;
text-align: justify;
}

.details-content a {
font-size: 14px;
text-decoration: none;
color: #4c4c4c;
font-weight: normal;
line-height: 1.2;
text-align: justify;
}
.details-content p:last-of-type {
  margin: 0 0 0;
}

.sp_flex{
display: flex;
flex-direction: column;
gap: 25px;
align-items: flex-start;
}

.sp_nomal{
display: block;
font-size: 14px;
text-decoration: none;
color: #4c4c4c;
font-weight: 600;
line-height: 1.2;
text-align: justify;
padding: 20px 10px 20px 20px;
background-color: #ffffff;
border-bottom: 1px solid #d6d6d6;
text-align: justify;
}

.bnone{
border-bottom: none;
}

/*----------------------------------------------------------------
 *250416_ゲストページ：レンタル追加CSS
----------------------------------------------------------------*/
.shichakukibo{
  margin-bottom: 30px;
}
.new_rental .guestdetail-btn__download {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 40px 12px;
  background-color: #4c4c4c;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.1em;
}

.listinbtn{
  margin-top: 10px !important;
}

.guestdetail-detail__block h4 {
  float: none;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.shichakunokibo ol{
    list-style-type: decimal;
    font-size: 14px;
}

.shichakunokibo ol li:not(.zyogai_li){
  margin-left: 1em;
}

.shichakunokibo ul{
  padding-left: 1em;
  list-style-type: disc;
  font-size: 14px;
}

.minimidashi{
  font-weight: 500;

}

.li_02{
  margin: 20px 0px 5px 1em;
}

.chakurenraku{
  margin-top: 10px;
}

.a_line{
  border-bottom: 1px solid;
  transition: 0.5s;
}

.a_line:hover{
  opacity: 0.8;;
}

@media screen and (max-width: 767px) {
  .guestdetail-btn__download {
    padding: 12px 0 10px;
    font-size: 13px;
    width: 100%;
    text-align: center;
  }
  
  .guestdetail-detail__block h4 {
    font-size: 14px;
  }
  
  .shichakunokibo ol{
      font-size: 12px;
  }
  
  .shichakunokibo ul{
    font-size: 12px;
  }

  .listinbtn{
    margin-top: 10px !important;
  }

}

/*----------------------------------------------------------------
 *250523_ポップアップ追加CSS
----------------------------------------------------------------*/
/* ポップアップオーバーレイ */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
    z-index: 999; /* ポップアップより手前、コンテンツより奥 */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0s 0.3s; /* 表示時は即時、非表示時は遅延 */
}

.popup-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out;
}

/* ポップアップコンテナ */
.popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95); /* 初期状態は少し小さく */
    background-color: #fff;
    padding: 0;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* 最前面 */
    width: 90%;
    max-width: 800px; /* 最大幅 */
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0s 0.3s;
}

.popup-container.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1); /* 表示時に通常サイズへ */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/* ポップアップ内容 */
.bgiset{
    width: 100%;
}

.sppop{
    display: none;
}

@media (max-width: 600px) {
    .sppop{
    display: block;
}

    .pcpop{
    display: none;
}

}

/* 閉じるボタン */
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 28px; /* 大きめの× */
    color: #888;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
    z-index: 99999;
}
.close-button:hover {
    color: #333;
}

/* LINE登録ボタン */
.line-button {
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
}
.line-button:hover {
    opacity: 0.8;
}

/*----------------------------------------------------------------
 *250617_サブメニュー追加CSS
----------------------------------------------------------------*/

/* Font Awesomeの最新バージョンを読み込む */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.circular-menu-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 400px;
  pointer-events: none;
  overflow: hidden;
  z-index: 100;
}

.menu-toggler {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.open-label,
.close-label {
  position: absolute;
  bottom: 23%;/* LINE追加後31％に変更 */
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 101;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}

.menu-toggler:checked ~ .open-label {
  opacity: 0;
  pointer-events: none;
}
.close-label {
  opacity: 0;
  pointer-events: none;
}
.menu-toggler:checked ~ .close-label {
  opacity: 1;
  pointer-events: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 99;
  cursor: pointer; /* クリックできることを示すカーソル */
}
.menu-toggler:checked ~ .overlay {
  opacity: 1;
  pointer-events: auto;
}

.menu {
  position: absolute;
  bottom: 23%;/* LINE追加後31％に変更 */
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 100;
  pointer-events: none;
}
.menu-toggler:checked ~ .menu {
  pointer-events: auto;
}

.menu ul {
  list-style: none;
  padding: 0; margin: 0;
  position: relative;
  width: 100%; height: 100%;
}
.menu-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  text-align: center;
}
.menu-toggler:checked ~ .menu .menu-item {
  opacity: 1;
}
.menu-toggler:checked ~ .menu .menu-item:nth-child(1) {
  transform: translate(-50%, -35%) rotate(90deg) translateX(-90px) rotate(-90deg);
}
.menu-toggler:checked ~ .menu .menu-item:nth-child(2) {
  transform: translate(-50%, -50%) rotate(28deg) translateX(-90px) rotate(-28deg);
}
.menu-toggler:checked ~ .menu .menu-item:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-28deg) translateX(-90px) rotate(28deg);
}
/* LINE公開後にコメントアウトを外す */
/* 
.menu-toggler:checked ~ .menu .menu-item:nth-child(4) {
  transform: translate(-50%, -70%) rotate(-90deg) translateX(-90px) rotate(90deg);
}
   */
.menu-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.menu-item span {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #C5B48E;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.line_ico_o span {
    background: #1CAE00;
}

.menu-item p {
  margin: 8px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  opacity: 0.8;
}
.menu-item:hover span {
  opacity: 0.8;
}

.open-label img{
  box-shadow: 0px 0px 10px #cccccc;
  border-radius: 100px;
}



/*便利なCSS*/
/* ブラウザ幅により、表示非表示を切り替えるCSS：クラス名一覧
◆パソコンのみ表示する
pconly
◆タブレットのみ表示する
tbonly
◆スマホのみ表示する
sponly
◆パソコン～タブレットのみ表示する
pctbonly
◆タブレット～スマホのみ表示する
tbsponly
◆パソコン・スマホのみ表示する
pcsponly
 */
/* パソコン幅 */
    /* パソコンのみ表示する */
    .pconly{
      display: block !important;
  }
  /* タブレットのみ表示する */
  .tbonly{
      display: none !important;
  }
  /* スマホのみ表示する */
  .sponly{
      display: none !important;
  }
  /* パソコン～タブレットのみ表示する */
  .pctbonly{
      display: block !important;
  }
  /* タブレット～スマホのみ表示する */
  .tbsponly{
      display: none !important;
  }
  /* パソコン・スマホのみ表示する */
  .pcsponly{
      display: block !important;
  }
/* タブレット幅 */
@media screen and (max-width:1024px){
  /* パソコンのみ表示する */
  .pconly{
      display: none !important;
  }
  /* タブレットのみ表示する */
  .tbonly{
      display: block !important;
  }
  /* タブレット～スマホのみ表示する */
  .tbsponly{
      display: block !important;
  }
  /* パソコン・スマホのみ表示する */
  .pcsponly{
      display: none !important;
  }
}
/* スマホ幅 */
@media screen and (max-width:767px){
  /* タブレットのみ表示する */
  .tbonly{
      display: none !important;
  }
  /* スマホのみ表示する */
  .sponly{
      display: block !important;
  }
  /* パソコン～タブレットのみ表示する */
  .pctbonly{
      display: none !important;
  }
  /* パソコン・スマホのみ表示する */
  .pcsponly{
      display: block !important;
  }
}