@charset "UTF-8";

/*----------------------------------------------------nakami(wrapper)all*/
*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
}
/*#e0dad0*/
body{
	background: linear-gradient(180deg, rgba(224,218,208,1) 0%, rgba(255,255,255,1) 60%);
}

html{
	font-family: Lato, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

h2,h3,h4{
	font-family: YuMin_36pKn-Medium, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}

#nakami{
	width: 100%;
	overflow: hidden;
	display: flex;
}

img{
border-style:none;
}
/*----------------------------------------------------contents_left*/
#contents_left{
    width: 16%;
    background: #301209;
    padding: 1% 0 10%;
    display: block;
    position: fixed;
    z-index: 1;
    top: -10px;
}

#logo_area {
    text-align: center;
    margin: 12px auto;
}

h1{
	color:#6a3906;
	background:#000;
	font-size: 1px;
	padding: 0 0 0 17%;
}

#logo_area img{
	padding:8px 0;
}

#recommend ul{
	margin:10px 0;
}

#recommend li{
	margin:10px 0;
}

#info dl{
	width:280px;
	padding:12px 0;
}

#info dt{
	float:left;
	padding:6px 0 6px 12px;
	background:url(../img/list_info.gif) no-repeat center left;
}

#info dd{
	border-bottom:dotted 1px #666666;
	padding:6px 0 6px 80px;
	margin-bottom:10px 0;
}

.global-nav-item{
	padding: 18px;
	overflow: hidden;
	text-align: center;
	letter-spacing: 0.1em;
}

.global-nav-item a{
	color: #fff;
	width: 100%;
	transition: all  0.5s ease;
}

.global-nav-item a:hover {
    color: #f1d184;
}

.reserve h3{
	color: #fff;
	font-size: 1.4em;
    letter-spacing: 0.04em;
	text-align: center;
	margin: 8% 0 2%;
}

.reserve h3:before,.reserve h3:after {
    margin: 0 14px 8px 14px;
    width: 12%;
    content: "";
    display: inline-block;
    height: 1px;
    background: #ffffff;
}

.reserve {
	background: #6a3906;
	padding: 2% 0;
}

.material-symbols-outlined {
    vertical-align: middle;
    padding: 0px 5px 0px 0px;
}
/*----------------------------------------------------contents_right*/
#contents_right{
	width: 84%;
	padding: 0 0 0 16%;
}

#contents_right h2, #contents_right h3 {
    color: #6A3906;
    font-size: 1.4em;
    letter-spacing: 0.04em;
    font-weight: bold;
	margin: 3% 0 4%;
}

#contents_right h2::before,#contents_right h3:before {
    margin: 0 8px 8px 0;
    width: 40px;
    content: "";
    display: inline-block;
    height: 1px;
    background: #6A3906;
}

#contents_right section{
	padding:1% 0 3% 4%;
	letter-spacing: 0.05em;
}

#contents_right section p,.access dl{
    color: #72685f;
}

.slider{
position: relative;
}

.slider li{
	width: 80%;
	height: 800px;
	color: #fff;
	font-family: YuMin_36pKn-Medium, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
}

.slider p{
	margin: 0 0 0 5%;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
	position: absolute;
	bottom: 45%;
}

.fixed_bg{
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
}

.slider .sliderbg01{
	background-image: url(../royaldusit/img/sliderbg01.jpg);
	background-position: right top;
}

.slider .sliderbg02{
	background-image: url(../royaldusit/img/sliderbg02.jpg);
	background-position: right bottom;
}

.slider .sliderbg03{
	background-image: url(../royaldusit/img/sliderbg03.jpg);
	background-position: left;
}

.slider .sliderbg04{
	background-image: url(../royaldusit/img/sliderbg04.jpg);
}

.slider li .slidertxt01a{
font-size: 40px;
font-weight: bold;
letter-spacing: 0.12em;
margin-bottom: 4%;
}

.about {
    background-image: url(../royaldusit/img/about_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
/*    background-color: rgb(255 255 255 /25%);*/
    background-blend-mode: lighten;
}

.about h4 {
    margin: 0 0 2.5em 0;
    letter-spacing: 0.2em;
}

.about p{
    line-height: 5em;
    margin: 0 0 4em 0;
    text-shadow: 1px 1px 1px #FFF;
}

.recommend{
	background: rgba(224,218,208,1);
}

.recommend p.recommend_txt {
    line-height: 5em;
}

.recommend_list li h4 {
    font-size: 2.4em;
    position: absolute;
    letter-spacing: 0.1em;
    font-weight: lighter;
    z-index:2;
}

.recommend_list li{
	position: relative;
	overflow: hidden;
	margin: 60px 0;
}

.recommend_list li img{
	display: block;
	width: 40%;
}

.recommend_list li p {
    position: absolute;
	line-height: 5em;
	width: 60%;
    background: #fff;
    padding: 2%;
}

.recommend_list li a {
    width: 14em;
    background-color: #e67d01;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
	margin: 0 0 0 2em;
}

.recommend_list li.recommend_list01 p {
    left: 24.5em;
    bottom: 24px;
    font-weight: lighter;
    /* margin: 3%; */
}

.recommend_list li.recommend_list01 img{
	float: left;
}

.recommend_list li.recommend_list01 h4 {
    left: 10em;
    top: 16px;
}

.recommend_list li.recommend_list01 p {
    left: 24.5em;
    bottom: 0;
}

.recommend_list li.recommend_list02 img{
	float: right;
}

.recommend_list li.recommend_list02 h4 {
    left: 1.5em;
    top: 6px;
}

.recommend_list li.recommend_list02 p {
    left: 4em;
    bottom: 0;
}

.access {
overflow: hidden;
clear: both;
}


.access iframe{
    float: left;
}

.access dl{
    overflow: hidden;
    margin: 0 0 0 52%;
}

.access dt{
    font-weight: bold;
    float: left;
    width: 70px;
    height: 60px;
    margin: 0 3em 0 0;
}

.access dd{
    padding: 0 0 20px;
}
/*----------------------------------------------------pagetop*/
#pagetop {
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 50px;
    opacity: 0.9;
    right: 10px;
    z-index: 10;
}

#pagetop a {
    width: 100%;
    height: auto;
    float: left;
    background: #555555;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}

/*----------------------------------------------------footer*/

#footer{
	background: #301209;
    overflow: hidden;
    clear: both;
}

.footer_navi {
	margin: 60px 0px;
}

.footer_navi li {
    float: left;
    padding: 40px 0px;
    width: 20%;
    text-align: center;
}

.footer_navi li a{
	color: #fff;
}

.footer_navi .footer_navi_fin{
	border:none;
}

.copy{
	color:#666666;
	float:right;
	clear: both;
}

