@charset "utf-8";
/* CSS Document */

.sample-block {
	word-wrap: overflow-wrap;
}

.all-cnt{
	background-color:black;
	background-image:url("//muhen.cc/img/top-rl-all-bg.jpg");
	background-repeat: repeat;
	background-size: contain;
}








.news {
  font-size: 9pt;
  color: white;
  margin-bottom: 10%;
  display: flex;
  flex-direction: column;
}
.news a {
  padding-top: 15px;
  border-bottom: solid 1px;
  padding-bottom: 2px;
  width: fit-content;
}
.news a:hover{
	opacity:0.5;
	transition: 0.6s;
}
.video-container {
	width:100%;
  position: relative;
	overflow: hidden;
}
#video-area {
	width:100%;
	max-height:100vh;
}
video {
	width:100%;
}
#video-area::before {
  content: '';
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.2);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.home-kv__logo {
  position: absolute;
  top: 10%;
  left: 5%;
}
.home-kv__logo img {
  max-width: 250px;
}
.home-kv__logo:hover img {
  opacity: 0.5;
  transition: 0.6s;
}
.fadeIn2s-2S {
  animation-name: fadeIn1s;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeIn1s {
  0% {}
  100% {
    opacity: 1;
  }
}
.is-shown .js-fade, .js-fade.is-shown {
  opacity: 1;
}
.home-concept {}
.leftmenu {
  bottom: 60px;
  left: 100px;
  position: absolute;
}
.mannavi {
  position: absolute;
  bottom: 15%;
  right: 10%;
	display: flex;
	flex-direction: column;
	gap:50px;
}
.mannavi a {
  text-decoration: none;
  position: relative;
  color: #fff;
  font-size: 1.5em;
  border-bottom: 1px solid #6D6D6D;
  display: inline-block;
  padding:0 20px 10px 20px;
}
.mannavi a::after {
  content: ''; /* 要素に内容を追加 */
  background-color: #fff; /* 下線の色 */
  bottom: -0.5px; /* 要素の下端からの距離 */
  height: 1.5px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: center top; /* 変形の原点を中央上に指定 */
  transition: transform .5s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
.mannavi a:hover::after {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}
.home-moji {
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 100px;
}
.home-moji p {
  font-size: 12pt;
  color: white;
  line-height: 2.5;
  text-shadow: 1px 1px 3px #000;
  padding-bottom: 20%;
  letter-spacing: 4pt;
}
.hide {
  opacity: 0;
}
.top-navi-box {
  bottom: 60px;
  left: 100px;
  position: absolute;
}
.top-navi01 {}
.top-navi01 ul {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.top-navi01 li {
  margin-right: 30px;
}
.top-navi01 li a {
  position: relative;
  width: auto;
  color: #fff;
  font-size: 14pt;
  border-bottom: 1px solid #6D6D6D;
  display: inline-block;
  padding-bottom: 1px;
  text-decoration: none;
}
.top-navi01 a::after {
  content: ''; /* 要素に内容を追加 */
  bottom: 0;
  background-color: #fff; /* 下線の色 */
  bottom: -0.5px; /* 要素の下端からの距離 */
  width: 100%; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0,1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: center; /* 変形の原点を中央上に指定 */
  transition: transform .5s; /* 変形をアニメーション化 */
  height: 1.5px; /* 要素の幅 */
}
.top-navi01 a:hover::after {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}
.top-navi02 {
  width: 100%;
}
.top-navi02 ul {
  display: flex;
}
.top-navi02 li {
  margin-right: 20px;
}
.top-navi02 li a {
  color: #fff;
  font-size: 9pt;
  letter-spacing: 2pt;
}
.top-navi02 li a:hover {
  color: gray!important;
  transition: 0.6s;
}
.top-bottom {
  margin: 10px 0 0 0;
  color: #fff;
}
.top-navi-left {
  padding-bottom: 10px;
}
.top-navi-right h3 {
  font-size: 13pt;
  letter-spacing: 2pt;
}
.top-navi-left p {
  font-size: 9pt;
  padding-bottom: 2px;
  letter-spacing: 2pt;
}
.top-navi-left a:hover {
	opacity:0.5;
  transition: 0.6s;
}
.top-navi-right p {
  font-size: 9pt;
  padding-top: 10px;
  letter-spacing: 2pt;
}
.top-navi-right a:hover {
	opacity:0.5;
  transition: 0.6s;
}
.top-bottom2 {
  color: white;
  width: 100%;
  padding-top: 20px;
  text-align: right;
}






.kome2{
	padding:10% 0 0 0;
}
.kome2-box{
	width:90%;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-direction: row;
	gap:2.5vw;
	margin:0 0 0 auto;
}
.hidari{
	color:white;
	display: flex;
	flex-direction:column;
	gap:15px;
	position: relative;
	z-index: 10;
}
.hidari h2{
	font-size:1.5em;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-bottom:2px solid #7f6000;
	padding-bottom:15px;
	font-weight:bold;
	z-index: 10;
}
.hidari p{
	font-size:1em;
	line-height: 1.5;
	letter-spacing: 0.1em;z-index: 10;
}
.migi{
	width:60%;
	z-index: 10;
}
.test-slider{
	max-width:900px;
	max-height:600px;
}
.test-slider img{
	width:100%;
}



















.bg{
	display:flex;
    z-index: 10;
	background-color:black;
	background-image:url("//muhen.cc/img/和紙？背景.jpg");
	background-size:cover;
	padding:10% 0 0 0;
}
.TOPCNTBOX{
	width:100%;
}
.TOPCNTBOX a{
	color:white;
	height:600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.TOPCNTBOX a::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s ease-out;
    transition: var(--transit-default, all 0.6s ease-out);
}
.TOPCNTBOX a:hover::before{
    transform:scale(1.1); /*画像の拡大/縮小(xy)*/
	filter: blur(7px);
}
.roomcnt::before{
	background-image:url("//muhen.cc/img/top-rt-cnt3-pic01.jpg");
}
.onsencnt::before{
	background-image:url("//muhen.cc/img/top-rt-cnt3-pic02.jpg");
}
.dishescnt::before{
	background-image:url("//muhen.cc/img/top-rt-cnt3-pic03.jpg");
}
.bg h2{
	font-size:2.5em;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 2px black;
	font-weight: bold;
	writing-mode: vertical-rl;
	text-align: center;
}
.bg h3{
	font-size:1.25em;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 2px black;
	font-weight: bold;
}
.bg p{
	font-size:1em;
	line-height: 1.5;
	letter-spacing: 0.1em;
text-shadow: 1px 1px 2px black;
	text-align: center;
}
.mojimoji{
	z-index:100;
	display: flex;
	flex-direction: column;
	gap:25px;
	align-items: center;
	padding:5%;
}




.f-cnt{
	background-size:cover;
	padding:10% 0 0 0;
}
.f-cnt-moji{
	color:white;display: flex;
	flex-direction: column;
	align-items: center;text-align: center;gap:30px;
}
.f-cnt-moji h2{
	font-size:1.75em;
	line-height: 1.5;
	letter-spacing: 0.1em;
text-shadow: 1px 1px 2px black;
}
.f-cnt-moji p{
	font-size:1em;
	line-height: 1.5;
	letter-spacing: 0.1em;
text-shadow: 1px 1px 2px black;
}
.f-cnt-moji a{
}
.f-cnt-moji a:hover{
	opacity:0.5;
	transition:0.6s ;
}



.test__container {
}

.test-slick {
    width: 1000px;
    margin: 0 auto;
	padding-top:20px;
}

.test-slick__item {
    margin-right: 5px;
    margin-left: 5px;
}

.test-slick__item img {
    height: auto;
    width: 100%;
}

.test-nav {
    display: flex;
    justify-content: center;
	gap:50px;
}
.test-nav__btn {
	color:white;
	border:2px solid #7f6000;
	padding:10px 50px;
	
}
.test-nav__btn.current {
	background-color:#7f6000;
    opacity: 1!important;
}
.test-nav__btn:hover {
    opacity: .5;
}










.iframeWrapper {
  position: relative;
}
.iframeWrapper iframe {
  height: 600px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
	padding-top:50px;
}
.a-cnt{
	padding:10% 0 0 0;
}
.a-cnt-moji{
	color:white;display: flex;
	flex-direction: column;
	align-items: center;text-align: center;gap:30px;
}
.a-cnt-moji h2{
	font-size:1.75em;
	line-height: 1.5;
	letter-spacing: 0.1em;
text-shadow: 1px 1px 2px black;
}
.a-cnt-moji p{
	font-size:1em;
	line-height: 1.5;
	letter-spacing: 0.1em;
text-shadow: 1px 1px 2px black;
}
.a-cnt-moji a{
}
.a-cnt-moji a:hover{
	opacity:0.5;
	transition:0.6s ;
}











.man-cnt{
	padding:10% 0 0 0;
}
.man-cnt h2{
	font-size:1.75em;
	line-height: 1.5;
	letter-spacing: 0.1em;font-weight: bold;
}
.man-cnt p{
	font-size:1em;
	line-height: 1.5;
	letter-spacing: 0.1em;
}


.top-man-box{
	display: flex;
	width:100%;
	height:600px;
	position: relative;
	overflow: hidden;
}
.top-man-box01{
	width:100%;
	position: relative;
	overflow: hidden;
}
.top-man-box01::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-image:url("//muhen.cc/img/top-rk-man-pic.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s ease-out;
    transition: var(--transit-default, all 0.6s ease-out);
    transform: scale(1.0);
}
.top-man-box:hover .top-man-box01::before {
    transform: scale(1.1);
}
.top-man-box02{
	width:100%;
	color:white;
	background-color:black;
}
.top-man-moji{
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
	padding:5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.top-man-box a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	z-index:100;
}






.top-woman-box{
	display: flex;
	width:100%;
	height:600px;
	position: relative;
	overflow: hidden;
	flex-direction: row-reverse;
}
.top-woman-box01{
	width:100%;
	position: relative;
	overflow: hidden;
}
.top-woman-box01::before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-image:url("//muhen.cc/img/top-rk-woman-pic.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s ease-out;
    transition: var(--transit-default, all 0.6s ease-out);
    transform: scale(1.0);
}
.top-woman-box:hover .top-woman-box01::before {
    transform: scale(1.1);
}
.top-woman-box02{
	width:100%;
	color:black;
	background-color:white;
}
.top-woman-moji{
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
	padding:5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.top-woman-box a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	z-index:100;
}


.manspan{
	display: inline-block;
    position: relative;
	padding-left: 65px;
}
.manspan::before,.manspan::after{
	width: 50px;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: white;
}
.manspan::before{
    transform: scaleX(1);
    transform-origin:right;
	transition: all 0.4s ease 0.2s;
}
.top-man-box:hover .manspan::before{
    transform: scaleX(0);
	transition: all 0.4s ease;
}
.manspan::after{
    transform: scaleX(0);
    transform-origin:left;
	transition: all 0.4s ease;
}
.top-man-box:hover .manspan::after{
    transform: scaleX(1);
	transition: all 0.4s ease 0.2s;
}




.woman-span{
	display: inline-block;
    position: relative;
	padding-left: 65px;
}
.woman-span::before,.woman-span::after{
	width: 50px;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: black;
}
.woman-span::before{
    transform: scaleX(1);
    transform-origin:right;
	transition: all 0.4s ease 0.2s;
}
.top-woman-box:hover .woman-span::before{
    transform: scaleX(0);
	transition: all 0.4s ease;
}
.woman-span::after{
    transform: scaleX(0);
    transform-origin:left;
	transition: all 0.4s ease;
}
.top-woman-box:hover .woman-span::after{
    transform: scaleX(1);
	transition: all 0.4s ease 0.2s;
}





.cnt3-span{
	display: inline-block;
    position: relative;
	padding-left: 65px;
}
.cnt3-span::before,.cnt3-span::after{
	width: 50px;
    content: '';
    display: block;
    height: 0.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: white;
}
.cnt3-span::before{
    transform: scaleX(1);
    transform-origin:right;
	transition: all 0.4s ease 0.2s;
}
.TOPCNTBOX a:hover .cnt3-span::before{
    transform: scaleX(0);
	transition: all 0.4s ease;
}
.cnt3-span::after{
    transform: scaleX(0);
    transform-origin:left;
	transition: all 0.4s ease;
}
.TOPCNTBOX a:hover .cnt3-span::after{
    transform: scaleX(1);
	transition: all 0.4s ease 0.2s;
}

.bn-area{
	padding:5% 0;
}
.bn{
	width:100%;
	max-width:950px;
	padding:10px 0;
	margin:0 auto;
}
.bn img{
	width:100%;
}
.bn a:hover{
	opacity:0.5;
	transition: 0.6s;
}


