/*rktn*/

body #htlContents,
#htlMainContent,
div#RthCustomize {
    margin: 0 0;
}

#RthCustomizeW * {
    box-sizing: border-box;
}

div#RthCustomize,
#htlMainContent {
    width: auto;
    float: none;
}

#RthCustomizeW a,
#RthCustomizeW a:link,
#RthCustomizeW a,
#RthCustomizeW a:visited {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

#RthCustomizeW {
    width: 950px;
    overflow: hidden;
}

#RthCustomizeW a:hover {
    text-decoration: none;
}

#htlSide-A {
    top: 980px;
    padding-top: 0;
    left: 50%;
    margin-left: -600px;
    position: absolute;
}

#RthCustomizeW .bns a,
#RthCustomizeW .bns a:link,
#RthCustomizeW .bns a,
#RthCustomizeW .bns a:visited {
    color: #b22222;
    text-decoration: none;
}

div#RthCustomizeW {
    width: 100%;
    background: url(../images/bg_black.jpg);
}

/*common*/

html,
body {
    width: 100%;
}

body {
    color: #261F1A;
    margin: 0 auto;
    font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho";
    /*font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    min-width: 100%;
}

.index__text{
    color: #414141;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page__text{
    color: #414141;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.p15 {
    padding: 0 15px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.mb05em {
    margin-bottom: 0.5em !important;
}

.mb1em {
    margin-bottom: 1em !important;
}

.mb2em {
    margin-bottom: 2em !important;
}

.mb3em {
    margin-bottom: 3em !important;
}

.mb4em {
    margin-bottom: 4em !important;
}

.pb05em {
    padding-bottom: 0.5em !important;
}

.mr0 {
    margin-right: 0 !important;
}

li {
    list-style: none;
}

p {
    text-align: justify;
    -ms-text-justify: auto;
    text-justify: auto;
    text-justify: inter-ideograph;
}

.c_red {
    color: #b70000;
}
.fw_bold {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

.noborder {
    border: none !important;
}

.nomargin {
    margin: 0 0 !important;
}

.ta_r {
    text-align: right;
}

.ta_c {
    text-align: center;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.ls-1 {
    letter-spacing: -1px;
}

.ls-2 {
    letter-spacing: -2px;
}

.ls-3 {
    letter-spacing: -3px;
}

.ls-4 {
    letter-spacing: -4px;
}

a,
.wrap a:link,
.wrap a,
.wrap a:visited {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:active,
a:hover,
a:hover img {
    opacity: 0.7;
}

.for_sp {
    display: none !important;
}

.wrap {
    position: relative;
}

.cflex {
	display: flex;
}

.anchor {
	padding-top: 100px;
    margin-top: -100px;
}

/*mainw*/

.mainw {
	width: 950px;
	left: 50%;
	margin-left: -360px;
	position: relative;
}

/*#gnav*/

#gnav {
    position: relative;
    width: 1200px;
    margin: 50px auto 0;
    justify-content: space-between;
}

#gnav h3 {
    width: 230px;
    text-align: center;
    /*visibility: hidden;*/
}

#gnav .box_nav {
    width: 890px;
    display: flex;
    flex-direction: row-reverse;
}

#gnav .gnav {
    /*width: 890px;*/
    margin: 0 0 0 16px;
    /*padding-right: 20px;*/
    box-sizing: border-box;
}

#gnav .gnav li a {
    width: auto;
    padding-top: 0;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#gnav .gnav ul {
	justify-content: flex-end;
    flex-direction: row-reverse;
}

/*fnav*/

#fnav {
    height: 90px;
    width: 100%;
    position: fixed;
    top: -100px;
    background: #fff;
    /*border-bottom: 1px solid #D6D6D6;*/
    z-index: 5000;
    transition: 0.3s;
    left: 0;
    justify-content: space-between;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#fnav.show {
    top: 0;
}

#fnav #fnav_in {
	width: 1200px;
	margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

#fnav h3 {
    width: 180px;
    text-align: center;
    /*visibility: hidden;*/
}

#fnav .box_nav {
    width: 890px;
}

#fnav .mainw {
    position: relative;
}

#fnav .box_nav .gnav ul {
    /*justify-content: flex-end;*/
    justify-content: space-between;
    /*padding-right: 90px;*/
    align-items: center;
}

#fnav .gnav li a {
    padding: 0 5px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.gnav li a {
    display: block;
    font-size: 16px;
    color: #231913;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    /*width: 100px;*/
    padding: 7px 5px 0;
}
.gnav li a.cbtn2 {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    width: 200px;
    height: 60px;
    line-height: 3.75;
    justify-content: center;
    align-items: center;
    padding: 0;
}

#fnav_in .gnav a.btn_plan , #gnav .gnav a.btn_plan {
    width: 180px;
    height: 40px;
    background: #805c40;
    padding: 10px 20px 0;
    /*margin-left: 30px;*/
    border:1px solid #805c40;
    color: #FFFFFF;
}

.gnav a:hover.btn_plan img {
    opacity: 1;
}

/*subnav*/

#gnav .subnav ul {
	justify-content: flex-end;
	/*align-items: center;*/
}

#gnav .subnav ul li {
    vertical-align: top;
}

#gnav .subnav ul li:first-child {
    /*margin-right: 20px;*/
}

#gnav .subnav ul li:last-child {
    /*margin-left: 93px;*/
    /*margin-left: auto;*/
    /*visibility: hidden;*/
}
#gnav .subnav ul li a {
    padding-right: 16px;
    padding-left: 16px;
}


.subnav li {
    display: inline-block;
}

#fnav .subnav {
	text-align: right;
}

#fnav .subnav ul {
    width: 805px;
    margin: 10px 0 0 auto;
    justify-content: flex-end;
    padding-right: 109px;
    box-sizing: border-box;
}

#fnav .subnav li {
    margin-right: 15px;
}

#fnav .subnav li:last-child {
    margin-right: 0;
}

/*bn_coupon*/

.bn_coupon {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 5000;
}

/*pagetop*/

#RthCustomizeW .bn_coupon a.pagetop {
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    background: url("../images/pagetop.png") center 15px no-repeat #1E1B18;
    border: 1px solid #1E1B18;
    line-height: 72px;
    font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho";
}

#RthCustomizeW .bn_coupon a.pagetop:hover {
    /*background: url("../images/pagetop_on.png") center 12px no-repeat #fff;*/
    background: url("../images/pagetop.png") center 12px no-repeat #fff;
    border: 1px solid #1E1B18;
    color: #1E1B18;
    opacity: 1;
}

.memo { width: 1200px; margin: 0 auto; padding: 10px 0; text-align: left; font-weight: bold; line-height: 1.2 }

#mv { 
    width: 100%; 
    height: 500px; 
    overflow: hidden; 
    text-align: center; 
    position: relative; 
}
#mv h2 { 
    position: absolute; 
    top:50%; 
    left: 50%; 
    text-align: center; 
    overflow: hidden; 
    text-indent: -100000px;
}

/*slide_wrp_i*/

.slide_wrp_i {
    max-width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
    height: 700px;
    background: #000000;
}

.slide_wrp_i .mainw {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -550px;
    z-index: 202;
}

.slide_wrp_i ul.m_btn {
    position: absolute;
    bottom: 20px;
    right: 50%;
    margin-right: -675px;
}

.slide_wrp_i ul.m_btn li:last-child a.cbtn {
    color: #FFFFFF;
    border-color: #FFFFFF;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
}

.slide_wrp_i ul.m_btn li:last-child a:hover.cbtn {
    color: #FFFFFF !important;
    background: url("../images/icon_arrow.png") right 10px center no-repeat;
}

.slide_wrp_i .bx-wrapper {
    margin: 0 auto;
    height: 700px;
}

.slide_wrp_i .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
    height: 100% !important;
}

.slide_wrp_i:before,
.slide_wrp_i:after {
    background: none;
}

.slide_wrp_i .slide_i {
    width: 100%;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
}

.slide_wrp_i .slide_i li {
    width: 100% !important;
    height: 100%;
}

.slide_wrp_i .slide_i li:first-child {
	background: url(../images/index/mv01.jpg) center center no-repeat;
    background-size: cover;
}

.slide_wrp_i .slide_i li:nth-child(2) {
	background: url(../images/index/mv02.jpg) center center no-repeat;
    background-size: cover;
}

.slide_wrp_i .slide_i li:nth-child(3) {
	background: url(../images/index/mv03.jpg) center center no-repeat;
    background-size: cover;
}
.slide_wrp_i .slide_i li:nth-child(4) {
    background: url(../images/index/mv04.jpg) center center no-repeat;
    background-size: cover;
}

.slide_wrp_i .slide_i li:first-child img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -399px;
}
.slide_wrp_i .slide_i li:nth-child(2) img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -95px;
    margin-left: -399px;
}
.slide_wrp_i .slide_i li:nth-child(3) img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -399px;
}
.slide_wrp_i .slide_i li:nth-child(4) img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -64px;
    margin-left: -399px;
}
    /*.slide_wrp_i .bx-controls { width: 1200px; position: absolute; top: 50%; left: 50%; margin-left: -600px;
        margin-top: -25px; height: 50px; }*/

    .slide_wrp_i .bx-controls { 
        width: 1200px; 
        position: absolute; 
        bottom: 30px; 
        right: 50%; 
        margin-right: -600px;
        z-index: 60;
    }
    .slide_wrp_i .bx-wrapper .bx-pager { 
        text-align: right; 
        padding-top: 0; 
        bottom: 3px; 
        display: flex;
        /*justify-content: center; */
        justify-content: flex-end; 
        align-items:center; 
        z-index: 60;
        position: relative;
    }
    .slide_wrp_i .bx-wrapper .bx-pager .bx-pager-item { width: 35px; margin: 0 5px; }
    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a { 
        background: #FFFFFF; 
        text-align: center;
        width: 35px; 
        height: 3px; 
        /*border-radius: 50%; */
        margin: 0 auto; 
        /*border: 1px solid #FFFFFF;*/
    }
    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a:hover, 
    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a.active { 
        background: #9F8050; 
        width: 35px; 
        height: 3px;
        /*border-radius: 50%; */
    }
    /*.slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a { background: transparent; border: 1px solid #FFFFFF; }
    .slide_wrp_i .bx-wrapper .bx-pager.bx-default-pager a:hover, .slide_wrp_i  .bx-wrapper .bx-pager.bx-default-pager a.active {
        background-color: #FFFFFF; }*/

    .slide_wrp_i  .bx-wrapper .bx-controls-direction a {
        width: 34px;
        height: 69px;
        margin-top: -34px;
    }

    .slide_wrp_i .bx-wrapper .bx-prev {
        background:url(../images/contrlos_prev.png) center center no-repeat;
    }
    .slide_wrp_i .bx-wrapper .bx-next {
        background:url(../images/contrlos_next.png) center center no-repeat;
    }
    .slide_wrp_i .bx-wrapper .bx-prev:hover {
        background:url(../images/contrlos_prev.png) center center no-repeat;
    }
    .slide_wrp_i .bx-wrapper .bx-next:hover {
        background:url(../images/contrlos_next.png) center center no-repeat;
    }

.slide_wrp_i #cc {
	position: absolute;
    top: 50%;
    margin-top: -139px;
    left: 50%;
    margin-left: -660px;
    z-index: 4000;
}

#att {
    width: 730px;
    border: solid 1px #8d6b26;
    padding: 25px 0 20px 0;
    margin: 0 auto 40px auto;
    background-color: #ffffff;
}

#att p {
    text-align: center;
    font-size: 13pt;
    line-height: 1.7;
}

/*bns*/

#bnr {
    position: relative;
    z-index: 10;
}

.bns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*width: 1100px;*/
/*    margin-left: auto;
    margin-right: auto;*/
/*    margin-top: 60px;
    margin-bottom: 60px;*/
}
.bns .rtban_box {
    margin-bottom: 10px;
    width: 470px;
}

.bns .rtban_box img {
    width: 100%;
}

/*menu*/
#menu {
    height: 280px;
    justify-content: space-between;
    margin-bottom: 70px;
}

#menu li {
    text-align: center;
/*    width: 315px;
    height: 220px;*/
    width: 280px;
    height: 280px;
    border-radius: 50%;
}

#menu li a {
    display: block;
/*    width: 100%;
    height: 100%;*/
    width: 279px;
    height: 279px;
    margin: auto;
    transition: 2s;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

#menu li a:hover,
#menu li a:hover img {
    opacity: 1;
}

#menu li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
}

#menu li a img {
    position: relative;
    z-index: 15;
}

#menu li a img.cc {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 20;
}
#menu li:nth-child(2) a img.cc {
    top: 55px;
    left: 20px;
}
#menu li:last-child a img.cc {
    left: 0;
}
#menu li a img.menu_ttl {
    position: absolute;
    left: 0;
    top: 0;
}

#menu li a:hover::after {
    transform: scale(1.1);
}
#menu li a .arrow {
    position: absolute;
    bottom: 20px;
    right: 134px;
    z-index: 30;
}

#menu li a:hover .arrow {
    bottom: 15px;
}

#menu li:first-child {
}


#menu li:first-child a::after {
    background: url("../images/menu01.png") center center no-repeat;
}

#menu li:nth-child(2) {
    bottom: 0;
    left: 0;
}

#menu li:nth-child(2) a {
    padding-top: -10px;
}

#menu li:nth-child(2) a::after {
    background: url("../images/menu02.png") center center no-repeat;
}

#menu li:last-child {
    bottom: 0;
    right: 0;
}

#menu li:last-child a {
    padding-top: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#menu li:last-child a::after {
    background: url("../images/menu03.png") center center no-repeat;
}


/*.bg_section {
    width: 100%;
    height: 389px;
    background:url(../images/bg_section.jpg) center top no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}*/



/* #royal */
#royal {
    width: 100%;
    padding: 95px 0 120px;
    background: url("../images/bg_rhombus.png") center top ;
    text-align: center;
    margin-bottom: 95px;
}

/* #easy */
#easy {
    width: 100%;
    position: relative;
    margin-bottom: 120px;
}
#easy .cflex{
    position: relative;
    z-index: 30;
}
#easy .txtwrap {
    width: calc( 50% - 10px);
    padding-right: 100px;
    /*padding-top: 250px;*/
    text-align: right;
    box-sizing: border-box;
}
#easy .imgwrap {
    width: calc( 50% + 10px);
    height: 626px;
    position: relative;
    background: url("../images/bg_easy.jpg") center center no-repeat;
    background-size: cover;
}
#easy .imgwrap .ttl {
    position: absolute;
    left: 0;
    top: 0;
}
#easy .subimg {
    width: calc( 50% + 110px);
    padding: 45px 170px 45px 0;
    background-color: #F7F8F8;
    position: relative;
    z-index: 20;
    text-align: right;
    /*margin-top: -90px;*/
    margin-top: -310px;
    box-sizing: border-box;
}

/* #only */
#only {
    width: 100%;
    position: relative;
    margin-bottom: 120px;
}
#only .cflex{
    position: relative;
    z-index: 30;
    flex-direction: row-reverse;
}
#only .txtwrap {
    width: calc( 50% - 10px);
    padding-left: 50px;
    /*padding-top: 250px;*/
    text-align: left;
    box-sizing: border-box;
}
#only .imgwrap {
    width: calc( 50% + 10px);
    height: 626px;
    position: relative;
    background: url("../images/bg_only.jpg") center center no-repeat;
    background-size: cover;
}
#only .imgwrap .ttl {
    position: absolute;
    right: 0;
    top: 0;
}
#only .subimg {
    width: calc( 50% + 110px);
    padding: 45px 0 45px 170px;
    background-color: #F7F8F8;
    position: relative;
    z-index: 20;
    text-align: left;
    /*margin-top: -90px;*/
    margin-top: -262px;
    box-sizing: border-box;
    margin-left: auto;
}
#only .subimg02 {
    width: calc( 50% + 10px);
    position: relative;
    z-index: 40;
    text-align: right;
    /*margin-top: -390px;*/
    /*margin-top: -216px;*/
    margin-top: -522px;
    box-sizing: border-box;
}

/* #tasty */
#tasty {
    width: 100%;
    position: relative;
    margin-bottom: 120px;
}
#tasty .cflex{
    position: relative;
    z-index: 30;
}
#tasty .txtwrap {
    width: calc( 50% - 10px);
    padding-right: 100px;
    /*padding-top: 250px;*/
    text-align: right;
    box-sizing: border-box;
}
#tasty .imgwrap {
    width: calc( 50% + 10px);
    height: 626px;
    position: relative;
    background: url("../images/bg_tasty.jpg") center center no-repeat;
    background-size: cover;
}
#tasty .imgwrap .ttl {
    position: absolute;
    left: 0;
    top: 0;
}
#tasty .subimg {
    width: calc( 50% + 110px);
    padding: 45px 170px 45px 0;
    background-color: #F7F8F8;
    position: relative;
    z-index: 20;
    text-align: right;
    /*margin-top: -90px;*/
    margin-top: -308px;
    box-sizing: border-box;
}

/* #enjoy */
#enjoy {
    width: 100%;
    position: relative;
    margin-bottom: 120px;
}
#enjoy .cflex{
    position: relative;
    z-index: 30;
    flex-direction: row-reverse;
}
#enjoy .txtwrap {
    width: calc( 50% - 10px);
    padding-left: 50px;
    /*padding-top: 250px;*/
    text-align: left;
    box-sizing: border-box;
}
#enjoy .imgwrap {
    width: calc( 50% + 10px);
    height: 626px;
    position: relative;
    background: url("../images/bg_enjoy.jpg") center center no-repeat;
    background-size: cover;
}
#enjoy .imgwrap .ttl {
    position: absolute;
    right: 0;
    top: 0;
}
#enjoy .subimg {
    width: calc( 50% + 110px);
    padding: 45px 0 45px 170px;
    background-color: #F7F8F8;
    position: relative;
    z-index: 20;
    text-align: left;
    margin-top: -310px;
    box-sizing: border-box;
    margin-left: auto;
}


section .ttl {
    position: relative;
}

section .ttl h4 {
    position: absolute;
    top: -35px;
    right: 95px;
}

section .ttl p {
    color: #961c12;
    text-align: center;
    margin: 40px 0;
    color: #961c12;
    font-size: 18px;
    line-height: 34px;
}

section .it {
    margin-bottom: 50px;
}

section .it p {
    font-size: 14px;
    line-height: 21px;
    width: 750px;
    margin-top: 13px;
    padding-left: 45px;
}

section .it p.txt_r {
    margin-left: 195px;
    padding-left: 0;
}

ul.clist {
    margin-left: 45px;
    margin-bottom: 30px;
}

ul.clist li {
    width: 271px;
    height: 230px;
    float: left;
    margin-right: 20px;
}

ul.clist li p {
    margin-top: 10px;
    font-size: 16px;
}

/*cbtn*/

#RthCustomizeW  a.detail{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 60px;
    color: #414141;
    background: #fff;
    border: 1px solid #414141;
    border-radius: 30px;
    max-width: 875px;
    font-size: 18px;
    position: relative;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#RthCustomizeW  a.detail::after{
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-top: 1px solid #261F1A;
    border-left: 1px solid #261F1A;
    transform: translateY(-50%) rotate(135deg);
    pointer-events: none;
    transition: 0.3s;
}
#RthCustomizeW  a.detail:hover{
    color: #fff;
    background-color: #414141;
}
#RthCustomizeW  a.detail:hover::after{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    right: 35px;
}

.cbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 60px;
    text-align: center;
    color: #FFFFFF !important;
    background: url("../images/icon_arrow_right_white.png") right 15px center no-repeat #CDC480;
    border: 1px solid #AB814C;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.cbtn:hover {
    background: url("../images/icon_arrow_right_white.png") right 10px center no-repeat #414141;
    opacity: 0.8;
    /*border: 1px solid #563f18;*/
    color: #FFFFFF !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a.cbtn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 60px;
    text-align: center;
    color: #ffffff !important;
    background: url("../images/icon_arrow_right_white.png") right 15px center no-repeat #1E1B18;
    border: 1px solid #1E1B18;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a.cbtn2:hover {
    background: url("../images/icon_arrow_right_white.png") right 10px center no-repeat #AB814C;
    opacity: 1;
    border: 1px solid #AB814C;
    color: #FFFFFF !important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*voice*/

.voice {
    background: rgba(200,186,177,.3);
    padding: 60px 0;
    position: relative;
    /*border: 1px solid #80A550;*/
    /*border-radius: 20px;*/
    margin-top: 50px;
}

.voice .img {
    position: absolute;
    top: 0;
    left: 0;
}

.voice h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #231815;
    /*font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Noto Sans JP', sans-serif, メイリオ, Meiryo, 'ＭＳ Ｐゴシック';*/
    font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho";

}

.voice h4 span {
    font-size: 14px;
    color: #006562;
    font-weight: normal;
}

.voice ul {
    width: 800px;
    margin: 0 auto;
    justify-content: space-between;
}

.voice ul li {
    width: 226px;
    display: flex;
    flex-direction: column;
}

.voice ul li img {
    margin-bottom: 15px;
}

.voice ul li.line {
    width: 1px;
    /*background: #dbc495;*/
    border-right: 1px dashed #808080;
    display: block;
}

.voice ul li p {
    margin-bottom: 30px;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Noto Sans JP', sans-serif, メイリオ, Meiryo, 'ＭＳ Ｐゴシック';
}
.voice ul li .star {
    color: #006562;
    margin-bottom: 10px;
}

/*.voice ul li a.cbtn {
    margin-top: auto;
    width: 100%;
    background-color: #563f18;
    border:1px solid #563f18;
 }*/
/*.voice ul li a.cbtn:hover {
    color: #563f18;
    background-color: #FFFFFF;
}*/
.voice ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: 100%;
    height: 35px;
    border:1px solid #006562;
    border-radius: 10px;
    background: url(../images/icon_arrow.png) center right 15px no-repeat #006562;
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Noto Sans JP', sans-serif, メイリオ, Meiryo, 'ＭＳ Ｐゴシック';
 }
.voice ul li a:hover {
    color: #006562 !important;
    background: url(../images/icon_arrow_on.png) center right 10px no-repeat #FFFFFF;
}





/*rooms*/
#rooms_type{
    padding: 40px 0;
}
#rooms_type .mainw{
    width: 1036px;
}
#RthCustomizeW  .detail{
    margin: -80px auto 0;
    position: relative;
}
#rooms_type .thmenu {
    height: 50px;
    /*margin-top: 150px;*/
}

#rooms_type .thmenu ul {
    /*overflow: hidden;*/
    justify-content: space-between;
    /*border-top: #BFB4AE 1px solid;*/
    border-bottom: #BFB4AE 1px solid;
}

#rooms_type .thmenu li {
    width: calc( 100% /3 );
    height: 50px;
    position: relative;
    font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho";
}
#rooms_type .thmenu li:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    border-left: 1px solid #BFB4AE;
    position: absolute;
    right: 0;
    top: 15px;
}
#rooms_type .thmenu li:last-child:after {
    width: 0;
    height: 0;
}

#rooms_type .thmenu li a:link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    color: #FFFFFF !important;
    text-align: center;
    line-height: 1.2;
}
#rooms_type .thmenu li a:link span {
    color: #201108;
}
#rooms_type .thmenu li a:after {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    background: url(../images/icon_arrow_bottom_muji.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -11px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#rooms_type .thmenu li a:hover:after , #rooms_type .thmenu li a.active:after {
    content: "";
    display: block;
    width: 13px;
    height: 11px;
    background: url(../images/icon_arrow_bottom.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -11px;
}
#rooms_type .thmenu li:last-child a:link {
    margin-right: 0;
    border-right: none;
}

#rooms_type .thmenu li a:hover,
#rooms_type .thmenu li a.active {
    opacity: 1;
    border-bottom: 2px solid #7B2121;
}

#rooms_type .thmenu li a:hover span ,
#rooms_type .thmenu li a.active span {
    color: #7B2121;
}

#rooms_type .thmenu li a:hover img {
    opacity: 1;
}

#rooms_type #rwrap {
    margin-top: 30px;
    overflow: hidden;
    max-height: 3231px;
}

/*#rooms_type #rwrap #r1 , #rooms_type #rwrap #r2 {
    height: 570px;
}
#rooms_type #rwrap #r3 {
    height: 1640px;
}*/

#rooms_type .amenity {
    /*border-top: 1px solid #c6ac87;*/
}

/*facilities*/

#facilities {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 150px;
    position: relative;
    /*background: url(../images/bg04.png) top 50px left no-repeat , url(../images/bg04.png) right top 500px no-repeat ; */
}

#facilities .faclist {
    width: 860px;
    height: 620px;
    margin: 0 auto;
    position: relative;
}

#facilities .faclist li {
    position: absolute;
}

#facilities .faclist li img {
    margin-bottom: 5px;
}

#facilities .faclist li:nth-child(1) {
    width: 580px;
    top: 0;
    left: 0;
}

#facilities .faclist li:nth-child(2) {
    width: 271px;
    top: 416px;
    left: 0;
}

#facilities .faclist li:nth-child(3) {
    width: 271px;
    top: 416px;
    left: 294px;
}

#facilities .faclist li:nth-child(4) {
    width: 250px;
    top: 0;
    right: 0;
}

#facilities .faclist li:nth-child(5) {
    width: 250px;
    top: 210px;
    right: 0;
}

#facilities .faclist li:nth-child(6) {
    width: 271px;
    top: 416px;
    right: 0;
}

#facilities .obj01 {
    position: absolute;
    top: 440px;
    left: 50%;
    margin-left: -860px;
    z-index: 20;
}

/*sightseeing*/

section#sightseeing {
    padding-top: 110px;
    margin-top: -110px;
    padding-bottom: 85px;
    position: relative;
}

/*access*/

section#access {
    padding-top: 110px;
    margin-top: -110px;
    padding-bottom: 100px;
    position: relative;
}

#access .obj01 {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -800px;
}
#access .obj02 {
    position: absolute;
    bottom: -60px;
    right: 50%;
    margin-right: -820px;
    z-index: -10;
}


#access h4.acttl {
    text-align: center;
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 24px;
    background: url("../images/icon_ttl.png") center bottom no-repeat;
    margin-bottom: 20px;
}

#access .acroot {
    text-align: center;
    margin-bottom: 90px;
}

#access .acroot2 {
    margin-bottom: 30px;
}

#access .bus {
    width: 780px;
    margin: auto;
    background-color: #E7E0D0;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

#access .bus::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    background: url("../images/bg_triangle.png") center center no-repeat;
    top: -24px;
    right: 105px;
}

#access .bus .busimg {
    float: left;
    margin-right: 20px;
}

#access .bus .bustxt {
    float: left;
}

#access .bus .bustxt h5 {
    font-size: 20px;
    font-weight: normal;
    color: #607E60;
    margin-bottom: 15px;
}

#access .bus .bustxt p {
    font-size: 14px;
}

#access .bus .bustxt p.bustel {
    background: url("../images/icon_tel.png") left center no-repeat;
    padding-left: 20px;
    font-size: 20px;
    line-height: 36px;
}

/*rplan*/
#rplan {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 85px;
}

#rplan .plan_wrap {
    margin: 0 auto 40px;
}

#rplan .plan_wrap h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: "Sawarabi Mincho";
    font-weight: normal;
}

#rplan ul {
	justify-content: space-between;
}

#rplan ul li {
    width: 300px;
    min-height: 265px;
    position: relative;
    background: url(../images/bg_voice.jpg);
}

#rplan ul li  p.planName {
    margin-top: 15px;
    padding: 0 1em;
    color: #FFFFFF;
}

#rplan ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;

}

#rplan ul li:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*#rplan .bnlist {
    width: 660px;
    margin: 0 auto;
}

#rplan .bnlist li {
    float: left;
    margin-right: 18px;
}

#rplan .bnlist li:last-child {
    margin-right: 0;
}*/

/*footer*/

#totop {
    padding: 5px 0;
    width: 100%;
    background: ;
    text-align: right;
}

footer {
    padding: 0 0 90px;
    /*background:#3E3A39;*/
    /*background-size: cover;*/
    border-top: 1px solid rgba(255,255,255,.2);
    position: relative;
    z-index: 50;
}

footer .footerwrap {
    /*border-top: solid 1px #BEB3AD;*/
    padding-top: 90px;
}

footer .footerwrap .foot_logo_add {
    display: flex;
    position: relative;
    /*justify-content: center;*/
    /*align-items: center;*/
    /*margin-bottom: 90px;*/
}

footer .footerwrap .foot_logo_add .foot_logo {
    /*width: 280px;*/
/*    float: left;
    margin-left: 140px;
    margin-right: 65px;
    margin-top: 0;*/
    /*text-align: center;*/
    margin-right: 25px;
}

footer .footerwrap .foot_logo_add .foot_add {
    /*float: left;*/
    margin-left: 25px;
}

.foot_add address {
    font-style: normal;
}

.foot_add address p {
    line-height: 1.8;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.foot_add address p:last-child {
    margin-bottom: 20px;    
}


footer .footerwrap .foot_conqr {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

footer .footerwrap .foot_conqr li {
    /*float: left;*/
    margin-right: 11px;
    height: 60px;
}

/* フッターのプランボタンが"cbtn"に合致しない時使用下記をするここから */
footer .footerwrap .foot_conqr li:nth-child(1) a {
    /*display: block;*/
    width: 250px;
 /*   height: 60px;
    line-height: 60px;
    color: #ffffff !important;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho";
    background: url("../images/icon_arrow.png") right 15px center no-repeat #76705C;
    border-radius: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
*/   
}
footer .footerwrap .foot_conqr li:nth-child(1) a:hover { 
    opacity: 1;
    /*background: url("../images/icon_arrow.png") right 10px center no-repeat #76705C;*/
    /*opacity: 0.6;*/
}
/* フッターのプランボタンが"cbtn"に合致しない時使用下記をするここまで */

footer .footerwrap .foot_conqr li:last-child {
    margin-right: 0;
}
footer .footerwrap .foot_conqr li:last-child img {
    width: 250px;
}
.bnr_yukaen {
    position: absolute;
    right: 0;
    top: 0;
}

.copy { 
    text-align: center; 
}
.mblrauto {
    margin-left: auto;
    margin-right: auto;
}




@-moz-keyframes imgfade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes imgfade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes imgfade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes imgfade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.information-bnr {
    width: 950px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.information-bnr img {
    border: 1px solid #dcdcdc;
}
.information-bnr a {
    width: 460px;
    display: inline-block;
    box-sizing: border-box;
}
.information-bnr a:hover {
    opacity: .8;
    transition: all .3s ease;
}

/* -----------------------------------------------------
#rsv
----------------------------------------------------- */
.rsvwap {
    position: relative;
    z-index: 100;
    /*background: url(../images/bg.jpg);*/
    padding: 35px 0;
   }
#rsv {
    height: 120px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#rsv form{
    /*display: flex;*/
    height: 100%;
}
#rsv form .inputfield{
    display: flex;
    height: 100%;
    background: #FFFFFF;
    border:1px solid #C1B660;
    font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho"
}
#rsv form .inputfield h3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 100%;
    border-right: 1px solid #E6DFD5;
}



        .rsvwap a {
                color: #fff;
        }
        .rsvwap input[type="text"] {
                height: 50px;
                width: 100%;
                text-align: center;
                vertical-align: middle;
                font-size: 18px;
                color:#000000;
                background-color: transparent;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                -o-box-shadow: none;
                -ms-box-shadow: none;
                box-shadow: none;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -o-border-radius: 0;
                -ms-border-radius: 0;
                border-radius: 0;
                border: 0;
                -webkit-appearance: none;
                font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho"
        }
        .rsvwap input.date {
                /*width: 330px;*/
                display: flex;
                box-sizing: border-box;
                height: 100%;
                font-size: 16px;
                padding-top: 25px;
        }
        .rsvwap input.num {
                width: 35px;
        }
        .rsvwap h2 {
                display: inline-block;
                width: 80px;
                margin: 16px 35px 10px 20px;
                float:left;
        }
        .rsvwap ul.date_wrap {
                width: 320px;
                display: flex;
        }
        
        .rsvwap li {
                position: relative;
                /*display: inline-block;*/
                letter-spacing: normal;
        }
        .rsvwap li span {
                font-size: 17px;
                line-height: 30px;
        }
        
        .rsvwap ul.number{
            display: flex;
            height: 100%;
            }
        
        .rsvwap ul.number li p {
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255,255,255,.8);
            color:#000000;
            font-size: 16px;
            /*padding-top: 15px;*/
            height: 100%;
        }
        .rsvwap li.room,.rsvwap li.person {
                display: flex;
                align-items: center;
                position: relative;
        }
        /*.rsvwap li.room:after ,*/ .rsvwap li.person:after {
            content: "";
            display: block;
            width: 1px;
            height: 60px;
            background-color: #E6DFD5;
            position: absolute;
            top: 30px;
            right: 0;
        }
        .rsvwap li.room>span,.rsvwap li.person>span {
            position: absolute;
            top: 32px;
            left: 20px;
        }
        
        .rsvwap li.room p ,.rsvwap li.person p {
            padding-right: 0.8em;
            padding-left: 0.8em;
        }
        
        .rsvwap li.room select, .rsvwap li.person select{
            width: 120px;
            padding-left: 1.5em;
            display: block;
            height: 100%;
            background: url(../images/icon_arrow_down.png) center right 20px no-repeat rgba(255,255,255,.8);
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            box-sizing: border-box;
            border:none;
            /*border-left: 1px solid #007121;*/
            /*border-right: 1px solid #007121;*/
            font-size: 16px;
            padding-top: 25px;
            font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho"
            }
        .room::before ,
        .person::before {
            content: "";
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            border-top: 1px solid #CDB347;
            border-left: 1px solid #CDB347;
            transform: translateY(-50%) rotate(-135deg);
            font-size: 20px;
            pointer-events: none;
        }
        .rsvwap .button {
            align-items: center;
            margin-left: 23px;
        }
        .rsvwap .button li:first-child { margin-right: 10px; }
        .rsvwap .button input {
                border: none;
                width: 200px;
                cursor: pointer;
        }
        .rsvwap .button a {
            width: 200px;
/*                display: inline-block;
                padding-left: 20px;
                font-size: 11px;
                line-height: 13px;
                background: url(../images/search_cancel_arrow.png) no-repeat left center;*/
        }
        .rsvwap_bottom {
                border-top: none;
                background: url(../images/search_bg2.png);
                border-bottom: #fd8023 1px solid;
        }
        .checkin , .checkout {
            /*background-color: rgba(255,255,255,.8);*/
            position: relative;
            width: 50%;
            box-sizing: border-box;
        }
        .checkin {
            /*border-right: 1px solid #007121;*/
        }
        .checkin:after , .checkout:after {
            content: "";
            display: block;
            width: 1px;
            height: 60px;
            background-color: #E6DFD5;
            position: absolute;
            top: 30px;
            right: 0;
        }

        .checkin span , .checkout span {
            position: absolute;
            top: 32px;
            left: 50%;
            width: 100%;
            transform: translateX(-50%);
            text-align: center;
        }
        #rsv input[type="submit"] { /*border:1px solid #007121;*/ font-size: 16px; font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho";}
        #rsv input[type="submit"]:hover { opacity: 1; } 


/* #charm */
        #charm {
            position: relative;
            /*background: url(../images/bg.jpg);*/
            padding: 71px 0;
        }
        #charm .mainw {
            justify-content: center;
            flex-direction: row-reverse;
            position: relative;
        }
        #charm .mainw img.img {
            position: relative;
            z-index: 10;
        }
        #charm .mainw a {
            position: relative;
            z-index: 10;
        }


        #gnav {
            position: absolute; z-index: 500; top: 0;
            left: 50%;
            margin-left: -600px;
       }
       .bg_bg {
        background: url(../images/bg.jpg); 
       }
       #index_charm {
        position: relative;
        overflow: hidden;
       }
        #index_charm .obj01 {
            position: absolute;
            left: -90px;
            top: -170px;
            z-index: 2;
        }
        #index_charm .obj02 {
            position: absolute;
            right: -180px;
            bottom: -170px;
            z-index: 2;
        }

    #htlSide-A {
    top: 1100px;
}