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

/* mv
---------------------------------------------------------------------- */
#mainvisual {
	width: 100%;
	height: 646px;
	overflow: hidden;
	position: relative;
}

#mainvisual .mvslide {
	width: 100%;
	height: 100%;
	z-index: 9995;
}

#mainvisual .mvslide figure img {
	width: 100%;
	height: 646px;
	display: block;
	object-fit: cover;
}

#mainvisual h2.copy {
	width: 50%;
	top: 40px;
	right: 40px;
	position: absolute;
	filter: drop-shadow(0 0 40px #000);
}

#mainvisual .hotelname {
	top: 30px;
	left: 30px;
	position: absolute;
	z-index: 9998;
}

#mainvisual .triangle {
	/* top: -54px; */
	top: 0;
	left: 0;
	position: absolute;
	z-index: 9997;
	width: 0;
	height: 0;
	border-style: solid;
	border-bottom: 700px solid #ffffff;
	border-right: 400px solid transparent;
}

#mainvisual .bestrate {
	bottom: 15px;
	right: 20px;
	width: 130px;
	height: 130px;
	position: absolute;
	z-index: 9998;
}

/* inner
  ---------------------------------------------------------------------- */
.index {
	text-align: center;
}

/* news */
.index .newsTop {
	bottom: 0;
	width: 100%;
	position: absolute;
	z-index: 9997;
}

.index .newsTop .inner {
	top: 0;
	/* width: 100%;
	margin: 0 0 0 80px; */
	width: 65%;
	margin: 0 0 0 150px;
	max-width: 700px;
	padding: 30px 30px 30px 10px;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.index .newsTop .inner .news_ttl {
	width: 155px;
	color: #000;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.25;
	border-right: 1px solid #ccc;
	font-family: 'Josefin Sans', sans-serif;
}

.index .newsTop .inner .news_ttl span {
	display: block;
	color: #B94047;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.index .newsTop .inner div.news_list {
	flex: 1;
	max-width: 850px;
	position: relative;
}

.index .newsTop .inner div.news_list ul {
	margin: 20px 0 0 80px;
}

.index .newsTop .inner div.news_list ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.index .newsTop .inner div.news_list ul li time {
	margin-right: 10px;
}

.index .newsTop .inner div.news_list ul li p {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.index .newsTop .inner div.news_list .more {
	top: 6px;
	right: 0;
	position: absolute;
}

.index .newsTop .inner div.news_list .more a {
	width: 60px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	border-radius: 30px;
	background: #B94047 url(../images/arw.svg) center /16px no-repeat;
	background-size: 25px 7px;
}

/* access */
.index .accessTop {
	width: 100%;
	position: relative;
	z-index: 998;
}

.index .accessTop::after {
	content: "";
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	position: absolute;
	border-style: solid;
	border-width: 0 0 1480px 780px;
	border-color: transparent transparent #EFEFEF transparent;
	z-index: 999;
}

.index .accessTop .inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 9990;
}

.index .accessTop .inner figure.root {
	width: 100%;
	margin-top: -50px;
	margin: 0 auto;
}

.index .accessTop .inner ul {
	width: 90%;
	max-width: 1450px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index .accessTop .inner .namba,
.index .accessTop .inner .usj {
	width: 49%;
	position: relative;
	aspect-ratio: 4 / 3;
}

.index .accessTop .inner .namba figure,
.index .accessTop .inner .usj figure {
	max-width: 720px;
	max-height: 405px;
}

.index .accessTop .inner .usj figure {
	bottom: 0;
	z-index: 998;
	position: absolute;
}

.index .accessTop .inner .namba a,
.index .accessTop .inner .usj a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin: 0 auto;
	padding: 15px 60px 0 0;
	text-align: right;
	font-family: 'Josefin Sans', sans-serif;
}

.index .accessTop .inner .namba .more {
	bottom: 0;
	right: 0;
	position: absolute;
}

.index .accessTop .inner .name {
	position: absolute;
	font-size: 25px;
	font-weight: bold;
	background: #fff;
	padding: 14px 36px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.index .accessTop .inner .namba .name {
	top: 0;
	right: 0;
}

.index .accessTop .inner .usj .name {
	bottom: 0;
	right: 0;
	z-index: 999;
}

.index .accessTop .inner .namba a::after,
.index .accessTop .inner .usj a::after {
	content: "";
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	border-radius: 30px;
	background: #B94047 url(../images/arw.svg) center /16px no-repeat;
	background-size: 25px 7px;
}

.index .accessTop .inner .namba h4 {
	bottom: 5px;
	left: 135px;
	position: absolute;
}

.index .accessTop .inner .namba dl {
	bottom: 0;
	left: 0;
	position: absolute;
}

.index .accessTop .inner .usj h4 {
	top: 1px;
	left: 135px;
	position: absolute;
}

.index .accessTop .inner .usj dl {
	top: -20px;
	left: 0;
	z-index: 999;
	position: absolute;
}

.index .accessTop .inner h4 {
	font-size: 31px;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.index .accessTop .inner h4 span {
	display: block;
	color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: 'Josefin Sans', sans-serif;
}

.index .accessTop .inner dl {
	width: 120px;
	height: 120px;
	background: #000;
	padding: 14px 0;
}

.index .accessTop .inner dl dt {
	margin: 0 auto;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.index .accessTop .inner dl dd {
	margin: -33px auto 0;
	color: #B94047;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.index .accessTop .inner dl dd span {
	font-size: 60px;
}

.index .accessTop .inner .deco {
	top: 380px;
	right: -100px;
	position: absolute;
}

/* breakfast */
.index .breakfast {
	width: 100%;
	left: 0;
	position: relative;
	z-index: 999;
}

.index .breakfast .inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	max-width: 1480px;
}

.index .breakfast .inner h3 {
	top: -80px;
	left: 60px;
	position: absolute;
	z-index: 9995;
}

.index .breakfast .inner .deco {
	color: #B94047;
	top: 110px;
	right: -150px;
	position: absolute;
}

.index .breakfast .inner figure {
	width: 90%;
	max-width: 1380px;
	text-align: left;
}

.index .breakfast .inner .description {
	bottom: 0;
    left: 40px;
    position: absolute;
    width: 440px;
    height: 200px;
    background: #fff;
    padding: 30px;
}

/* bed */
.index .bed {
	width: 100%;
	right: 0;
	position: relative;
}

.index .bed .inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	max-width: 1480px;
}

.index .bed .inner h3 {
	top: -80px;
	right: 50px;
	position: absolute;
	z-index: 9995;
}

.index .bed .inner h3.subttl .txt {
	text-align: right;
	margin: 40px 30px 0 0;
}

.index .bed .inner .deco {
	color: #B94047;
	top: 160px;
	left: 60px;
	position: absolute;
}

.index .bed .inner figure {
	float: right;
	width: 90%;
	max-width: 1380px;
}

.index .bed .inner .description {
	bottom: 0;
	right: 40px;
	position: absolute;
	width: 440px;
	height: 200px;
	background: #fff;
	padding: 20px;
}

.index .breakfast .inner .description a,
.index .bed .inner .description a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin: 30px auto 0;
	padding: 10px 80px 0 0;
	text-align: right;
	font-family: 'Josefin Sans', sans-serif;
}

.index .breakfast .inner .description a::after,
.index .bed .inner .description a::after {
	content: "";
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	border-radius: 30px;
	background: #B94047 url(../images/arw.svg) center /16px no-repeat;
	background-size: 25px 7px;
}

/* plan */
.index .plan {
	width: 100%;
	padding: 0 3%;
	background: linear-gradient(0deg, #B94047 0%, #B94047 60%, #ffffff 60%, #ffffff 100%);
}

.index .plan .inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.index .plan .inner ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}

.index .plan .inner ul li {
	width: 32%;
	position: relative;
	background: #ffffff;
	padding-bottom: 40px;
}

.index .plan .inner ul li p {
	padding: 40px;
}

.index .plan .inner ul li p.txt_more {
	bottom: 20px;
	right: 40px;
	position: absolute;
	width: 120px;
	font-weight: bold;
	padding: 2px 10px;
	text-align: center;
	border-radius: 30px;
	border: 1px solid #ccc;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.index .plan .inner ul li p.txt_more i {
	font-size: 6px;
	margin-left: 10px;
	font-style: normal;
	vertical-align: middle;
}

#RthCustomizeW .index .plan .inner div.more a {
	width: 400px;
	color: #ffffff;
	display: block;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin: 50px auto 70px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.index .plan .inner div.more a::after {
	content: "";
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	border-radius: 30px;
	background: #ffffff url(../images/arw_r.svg) center /16px no-repeat;
	background-size: 25px 7px;
}


/* 2025-04-04追記楽天CP  */
/* bnr
------------------------------------------------------------------------------------ */
#bnr {
    margin-top: 30px;
}
#bnr .bns .rtban_box {
    margin: 0 auto;
/*  width: 600px;*/
    width: 730px;
}
#RthCustomizeW .bns a, #RthCustomizeW .bns a:link, #RthCustomizeW .bns a, #RthCustomizeW .bns a:visited {
    color: #b22222;
    text-decoration: none;
}
#bnr .bns .rtban_box {
    margin-bottom: 20px;
}
#bnr .bns .rtban_box img {
    width: 100%;
}