body{
	background-color: #f6f0ee;
}
.header {
  position: relative;
  padding: 20px;
}

.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #806960;
  transition: all .4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}
.hamburger__line:nth-of-type(2) {
  top: 23px;
}
.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #f6f0ee;
  box-shadow: 2px 0 4px rgba(0,0,0,.1);
  transform: translateX(-100%);
  transition: transform .4s;
  z-index: 90;
  opacity: .9;
}

.nav.active {
  transform: translateX(0);
}

.nav li a{
    display: block;
    padding: 14px;
    width: 100%;
    border-bottom: 1px solid rgba(160,140,133,0.34);
	color: #3c1101;
}

.r-head{
	background-color: #3c1101;
	padding: 4% 0 2%;
}
.r-logo{
	width: 6%;
	margin: auto;
}
.youtu {
  width: 100%;
  aspect-ratio: 16/9;   /* 枠の縦横比を維持（任意、レスポンシブ対応） */
  overflow: hidden;
  position: relative;
}

.r-t2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	padding: 12% 0 4%;
}

.r-wrap{
	padding: 8% 6% 2%;
	overflow: hidden;
}

.youtu video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scaleY(1.25); /* 縦を25%拡大＝上下をカット */
  object-position: center;
}

.r-fl{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.r-bo1-1{
	width: 60%;
}
.r-bo1-2{
	width: 36%;
}

.r-f1{
    margin: 0 0 2%;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.4;
	text-align: center;
	font-weight: normal;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
}
.r-f2{
    font-size: clamp(1.1rem, 1.5vw, 1.5rem);
    line-height: 1.4;
	text-align: center;
	font-weight: normal;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
}
.r-f3{
	margin-bottom: 2%;
	font-family: "EB Garamond", serif;
    font-size: clamp(3.8rem, 5vw, 5.6rem);
	color: #3c1101;
	font-weight: normal;
	letter-spacing: .6rem;
}
.r-f3 span{
	display: block;
	width: 100%;
    font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 4%;
}
.r-f6{
    font-size: 1.2rem;
	color: #3c1101;
	font-weight: normal;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	margin-bottom: 20px;
}
.r-f4{
    margin: 0 0 8%;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.4;
	font-weight: normal;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
}
.r-fb span{
    font-size: 1.6rem;
	line-height: 1;
}
.r-more a{
    margin: 8% 0 0;
	padding: 10px 50px 10px 0;
	color: #3c1101;
	background-image: url("../img/r-ya.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px;
	display: inline-block;
}
.r-bo1{
	margin-bottom: 12%;
}
.r-eve{
	background-color: #c7d6d2;
	padding: 4% 6%;
}
.r-eve .r-f3{
	text-align: center;
}
.list3-li {
    width: 30%;
    margin-right: 5%;
}
.r-eve .r-more{
	text-align: center;
}
.r-eve .r-more a{
    margin: 0 auto 0;
}
.r-sns{
	padding: 6% 0;
}
.r-sns li{
	width: 9%;;
}
.r-sns ul{
	width: 30%;
	margin: auto;
}

.r-foot{
	background-color: #3c1101;
	color: #fff;
	padding: 12% 6%;
}
.r-foot a{
	color: #fff;
}
.r-foot1{
	width: 7%;
}
.r-foot2{
	width: 22%;
	text-align: center;
}
.r-foot3{
	width: 60%;
	text-align: left;
}
.r-foot3-1{
	border-bottom: 1px solid rgba(255,255,255,0.33);
	padding-bottom: 10px;
	margin-bottom: 10px;
	justify-content: flex-start;
}
.r-foot3-1 a{
	display: inline-block;
	padding: 5px 30px 5px 0;
	font-size: 1rem;
}
.r-foot3-2{
	justify-content: flex-start;
}
.r-foot3-2 a{
	padding-right: 20px;
	font-size: .8rem;
}
.r-poli{
	font-size: .8rem;
	opacity: .4;
	text-align: right;
}

.r-foot .r-sns{
	padding: 6% 0 0;
}
.r-foot .r-sns li{
	width: 16%;;
}
.r-foot .r-sns ul{
	width: 20%;
	margin: 0 auto 0 0;;
}
.r-headtop{
	background-image: url("../img/r-head1.jpg");
	background-size: cover;
	color: #fff;
    font-size: clamp(2.2rem, 3.4vw, 3.6rem);
    line-height: 1.4;
	font-weight: normal;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	text-align: right;
	padding: 6% 10%;
	margin-bottom: 6%;
}
.r-headtop2{
	background-image: url("../img/r-head2.jpg");
}
.r-headtop3{
	background-image: url("../img/r-head10.jpg");
}
.r-headtop4{
	background-image: url("../img/r-head4.jpg");
}
.r-headtop5{
	background-image: url("../img/r-head5.jpg");
}
.r-headtop6{
	background-image: url("../img/r-head6.jpg");
}
.r-headtop7{
	background-image: url("../img/r-head7.jpg");
}
.r-headtop8{
	background-image: url("../img/r-head8.jpg");
}
.r-headtop9{
	background-image: url("../img/r-head9.jpg");
}
.r-headtop10{
	background-image: url("../img/r-head11.jpg");
}
.r-ce{
	text-align: center;
}
.r-back{
	background-color: #e3d8d2;
	padding-top: 8%;
	margin-bottom: 8%;
}
.r-jo{
	mix-blend-mode: multiply;
}
.linkbo a{
        color: #FFFFFF;
        padding: 20px 20px;
        display: block;
        background-color: #3C1101;
        font-size: 130%;
	font-weight: bolder;
        cursor: pointer;
        width: 60%;
	margin: 30px auto;
}

@media all and (min-width:640px) {
	.brr{
		display: none;
	}
}

@media all and (max-width:640px) {
.r-bo1-1{
	margin-top: 10px;
	width: 100%;
}
.r-bo1-2{
	width: 100%;
}
.r-f1{
    margin: 0 0 2%;
    font-size: 1.6rem;
}
.r-f2{
    font-size: 1rem;
}
.r-f3{
    font-size: 2.7rem;
	letter-spacing: .2rem;
}
.r-f4 {
    font-size: 1.6rem;
}
.r-logo{
	width: 14%;
}
.r-foot1{
	width: 12%;
	text-align: center;
	margin: 0 auto 20px;
}
.r-foot2{
	width: 100%;
	margin-bottom: 40px;
}
.r-foot3{
	width: 100%;
}
.r-foot .r-sns ul{
	width: 50%;
	margin: 0 auto 20px;
}
.r-sns ul {
    width: 60%;
}
.r-sns li {
    width: 18%;
}
.list3-li {
    width: 100%;
    margin-right: 0;
	margin-bottom: 14%;
}
.hamburger {
  top: 10px;
  right: 10px;
}
.r-foot3-1{
	width: 100%;
	justify-content: space-between;
}
.r-foot3-1 li{
	width: 48%;
	margin-bottom: 10px;
}
.r-foot3-1 a{
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.23);
}
.r-headtop{
    font-size: 1.8rem;
	padding: 8% 10%;
	margin-bottom: 10%;
}
.flr{
	flex-direction:column-reverse
}
#stay-roomlist li {
        margin-bottom: 10%;
        width: 100%;
        float: none;
        margin-right: 0;
}
	.stay-dinner-txt{
		text-align: left
	}
.r-f3 span{
    font-size: 1rem;
}
.r-fb span{
    font-size: 1.2rem;
}
.linkbo a{
        width: 90%;
	font-size: 100%;
}
}