@charset "UTF-8";

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

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

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

h2,h3{
	font-family: YuMin_36pKn-Medium, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
    color: #6A3906;
    font-size: 1.4em;
    letter-spacing: 0.04em;
    font-weight: bold;
	margin: 3% 0 4%;
}

h4{
	font-family: YuMin_36pKn-Medium, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", sans-serif;
    font-weight: bold;
    margin: 6% 0;
    letter-spacing: 0.25em;
}

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

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

#contents_left {
    background: #301209;
}

#logo_area img{
	padding:2% 46% 0;
    width: 50px;
}

img{
border-style:none;
}

section{
    padding: 10% 0;
    letter-spacing: 0.15em;
    line-height: 2em;
}

section p,section dl,section h4{
    padding: 0 4%;
}

.footer_navi{
    padding: 5% 0 5% 2%;
}

/*-------------------------grobalnavi //knooto.info/example/jquery/global-nav.html*/
/** メニューを中央に配置するためのインナー */
    .section-inner {
        width: 980px;
        max-width: 100%;
        margin: auto;
    }

    /** グローバルナビリスト (1階層目) */
    .global-nav-item {
        margin: 10% 0px;
    }

    .global-nav-item-list {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 100%;
        margin: auto;
        overflow: auto;
        z-index: 100;
        background: rgba(255, 255, 255, 0.95);
        transition: 0.2s all;
        pointer-events: none;
    }
    .global-nav.open .global-nav-item-list {
        left: 0;
        pointer-events: all;
    }
    /** グローバルナビ項目 (1階層目, 2階層目) のリンク */
    .global-nav-item a {
        display: block;
        text-align: center;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        padding: 15px 30px;
        font-size: 18px;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        color: #4f4f4f;
        text-decoration: none;
        transition: 0.2s all;
    }
 
    .global-nav-sub-item a {
        padding-left: 45px;
    }
    /** グローバルナビリスト (2階層目) */
    .global-nav-sub-item-list:not(.open),
    .global-nav-sub-item-list:not(.open) * {
        overflow: hidden;
        opacity: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border-top-width: 0;
        border-bottom-width: 0;
        color: transparent;
        line-height: 0;
        transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
    }
    .global-nav-sub-item-list.open,
    .global-nav-sub-item-list.open * {
        transition: 0.2s margin, 0.2s padding, 0.2s border-width, 0.2s line-height, 0.2s opacity;
    }
  
    /** トグルボタン */
    .global-nav-button {
        box-sizing: border-box;
        position: absolute;
        top: 12px;
        right: 18px;
        width: 45px;
        height: 45px;
        border-radius: 4px;
        background: #30120a;
        z-index: 101;
        cursor: pointer;
    }
    .global-nav-button-icon {
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        width: calc(100% - 18px);
        height: 2px;
        margin-left: 9px;
        background: white;
        z-index: 100;
    }
    .global-nav-button-icon::before {
        position: relative;
        top: -8px;
        display: block;
        content: "";
        height: 2px;
        background: white;
        transition: 0.1s all;
    }
    .global-nav-button-icon::after {
        position: relative;
        top: 6px;
        display: block;
        content: "";
        height: 2px;
        background: white;
        transition: 0.1s all;
    }
    .global-nav-button.open .global-nav-button-icon {
        background: transparent;
    }
    .global-nav-button.open .global-nav-button-icon::before {
        top: -6px;
        transform: translateY(6px) rotate(45deg);
    }
    .global-nav-button.open .global-nav-button-icon::after {
        top: 3px;
        transform: translateY(-5px) rotate(-45deg);
    }
  
    .material-symbols-outlined {
        vertical-align: middle;
        padding: 0px 5px 0px 0px;
    }

































/*----------------------------------------------------メニューをページ下部に固定 //fugaeco.com/sp-fixed-under-menu/*/
#sp-fixed-menu{
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
}

#sp-fixed-menu h3{
    display: none;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
}

#sp-fixed-menu li{
    justify-content: center;
    align-items: center;
    width: 50%;
    padding:0;
    margin:0;
    font-size: 14px;
    border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
    background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
    background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
    color: #fff;
    text-align: center;
    display:block;
    width: 100%;
    padding:20px;
}
/*----------------------------------------------------slider*/
.slider{
    position: relative;
}

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

.slider p{
    margin: 0 4%;
    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: 1.5em;
    font-weight: bold;
    letter-spacing: 0.12em;
    top: 40%;
}

.slider li .slidertxt01b {
    bottom: 5%;
}
/*----------------------------------------------------about*/

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

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

.recommend img {
    width: 100%;
}


/*----------------------------------------------------access*/
.access {
overflow: hidden;
clear: both;
}

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

.access dd{
    padding: 0 0 20px;
}
/*----------------------------------------------------pagetop*/
#pagetop {
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 70px;
    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;
    padding: 0 0 16%;
}

.footer_navi li{
	margin: 4% 0;
}

.footer_navi li a{
	color: #fff;
}

.copy{
	color:#666666;
	float:right;
    font-size: 0.8em;
	clear: both;
}

