@charset "utf-8";
/* #top-movie */
/*#top-movie {
	position: relative;
	width: 100%;
	height: 970px;
}*/
/*#top-movie .movie {
	position: absolute;	
	width: 1920px;
	height: 840px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}*/
#top-movie .cc {
	position: absolute;
	width: 1100px;
	height: 118px;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 8;
	text-align: center;
}
#top-movie .cc img {
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));	
}
#top-movie .bottom {
	position: absolute;
	width:100%;
	height: 350px;
	bottom: 0;
	left: 0;
	background: url(../img/alpha-bottom.png) no-repeat bottom center;
	background-size:cover;
	z-index: 3;
}
#top-movie{ position:relative;}

#top-movie video{width:100%; min-width:1600px;}

#top-movie .new {
	position: absolute;
	left: 50%;
	bottom: 68px;
	width: 580px;
	height: 112px;
	transform: translateX(-50%);
	z-index: 4;
}
#top-movie .new .left {
	float: left;
	width: 120px;
	height: 112px;	
	box-sizing: border-box;
    border-right: 1px dashed #a0a0a0;
}
#top-movie .new .left h2 {
	margin-top: 0;	
}
#top-movie .new .right {
	float: right;
	width: 460px;
	height: 112px;	
}
#top-movie .new .right dl {
	padding: 10px 10px 0 30px;	
	margin: 0;
}
#top-movie .new .right dl dt {
    float: left;
	width: 100px;
	clear:both;
	margin: 2px 15px 10px 0;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
}
#top-movie .new .right dl dd {
    float: left;
	width: 300px;
    overflow: hidden;
	margin: 0 0 10px 0;
}
#top-movie .new .right dl dd a {
	letter-spacing: 0.1em;
	font-size: 0.9rem;
	transition: all 0.5s ease;
}
#top-movie .new .right dl dd a:hover {
	color: #cc581d;
	transition: all 0.5s ease;
}
/* #top-intro */
#top-intro {
	width: 100%;
	margin: 0 auto;
	background: url(../img/bg-shadow01.png) no-repeat center top, url(../img/bg-01.png) no-repeat center top, url(../img/bg-02.png) no-repeat center bottom, url(../img/bg-forest01.jpg) ;
	padding: 150px 0 150px;
}
#top-intro .wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#top-intro .wrap .inner01 {
	clear: both;
	overflow: hidden;	
	margin-bottom: 70px;
}
#top-intro .inner01 .left {
	width: 630px;
	height: 500px;
	float: left;
}
#top-intro .inner01 .right {
	width: 420px;
	height: 500px;
	float: right;
	position: relative;
}
#top-intro .inner01 .right img {
	border-radius: 50%;
}
#top-intro .wrap .inner02 {
	clear: both;
	overflow: hidden;	
}
#top-intro .inner02 .left {
	width: 420px;
	height: 420px;
	float: left;
	position: relative;
}
#top-intro .inner02 .left img {
	border-radius: 50%;	
}
#top-intro .inner02 .right {
	width: 630px;
	height: 420px;
	float: right
}
#top-intro .wrap h2 {
	margin-top: 0;
	margin-bottom: 50px;
	text-align: center;
}
#top-intro .wrap p {
	font-size: 0.95rem;	
	margin-top: 0;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	line-height: 200%;
}
#top-intro .wrap p .big {
	font-size: 1.5rem;
	color: #cc581d;	
}
#top-intro .wrap img {
	vertical-align: bottom;	
}
#top-intro .wrap .bird01 {
	position: absolute;
	width: 289px;
	height: 185px;
	top: 0;
	left: -350px;
}
#top-intro .wrap .bird02 {
	position: absolute;
	width: 467px;
	height: 252px;
	bottom: -80px;
	right: -60px;
}
#top-intro .wrap .deco01 {
	position: absolute;
	width:188px;
	height:209px;	
	right: -50px;
	top: 250px;
	z-index: 4;
}
#top-intro .wrap .deco02 {
	position: absolute;
	width:188px;
	height:209px;	
	left: -50px;
	bottom: -40px;
	z-index: 4;
}
#top-intro figure.intro_sub_img {
    position: absolute;
    bottom: 0%;
    left: -38%;
    overflow: hidden;
}
#top-intro figure.intro_sub_img .top-intro_sub {
    width: 220px;
    height: 220px;
    object-fit: cover;
    overflow: hidden;
}
#top-intro figure.intro_sub_img .top-intro_sub img {
	border-radius: 50%;
}
#top-intro figure.intro_sub_img p {
	text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #3d322b;
    margin: 0;
    padding: 0;
}

/* #top-menu */
#top-menu {
	width: 100%;
	margin: 0 auto;	
}
#top-menu ul {
	margin: 0;
	padding: 0;	
}
#top-menu li.box {
	float: left;
	width: calc(100%/ 3);
	height: 360px;
    overflow: hidden;
	background: #000;
}
#top-menu .box a {
	width: 100%;
	height: 360px;
	display: block;
	text-align: center;
	position: relative;
}
#top-menu .box a img {
	position: absolute;
	right: 0;
	bottom: 0;
    width: 760px;
    height: auto;
	object-fit: cover; 
    transition: 2s;
}
#top-menu .box a img:hover {
    transform: scale(1.1);
	opacity: 0.4;
}
#top-menu .box .title {
	pointer-events: none;
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	text-shadow: #372d27 1px 1px 2px, #372d27 -1px 1px 2px, #372d27 1px -1px 2px, #372d27 -1px -1px 2px;
	position: absolute;	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
#top-menu .box .title .sub {
	font-size: 1rem;	
	display: block;
	color: #fff;
	margin-bottom: 5px;
}
/* #top-point */
#top-point {
	padding: 100px 0 50px;
	background: url(../img/bg-hall01.jpg) no-repeat center center;
}
#top-point .wrap01,
#top-point .wrap02,
#top-point .wrap03 {
	width: 620px;
	margin: 0 auto 50px;
	position: relative;
}
#top-point h2 {
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;	
}
#top-point dl {
	background: rgba(255,255,255,0.7);
	border: 1px dashed #a0a0a0;
	padding: 30px;	
	width: 620px;
	margin: 0 auto;
	box-sizing: border-box;
}
#top-point dt {
	text-align: center;	
	margin-bottom: 10px;
}
#top-point dd {
	letter-spacing: 0.2em;
	line-height: 200%;
	font-size: 0.95rem;	
}
.deco-ballon01 {
	position: absolute;
	width: 240px;
	height: 460px;
	top: -100px;
	left: -400px;
	z-index: 2;
}
.deco-ballon02 {
	position: absolute;
	width: 240px;
	height: 460px;
	top: 250px;
	right: -400px;
	z-index: 2;
}
.fuwafuwa01 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-name: fuwafuwa01;
}
@keyframes fuwafuwa01 {
    0% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0, -15px);
    }
}
.fuwafuwa02 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-name: fuwafuwa02;
}
@keyframes fuwafuwa02 {
    0% {
        transform: translate(0px, 0);
    }
    100% {
        transform: translate(15px, 0);
    }
}
/* #top-plan */
#top-plan {
	padding: 150px 0 100px;
	background: url(../img/bg-shadow01.png) no-repeat center top, url(../img/bg-03.png) no-repeat center top, url(../img/bg-forest01.jpg) ;
}
#top-plan .wrap {
	width: 1100px;
	margin: 0 auto;	
}
#top-plan h2 {
	margin-top: 0;
	text-align: center;
	margin-bottom: 50px;	
}
#top-plan .column {
	background: rgba(255,255,255,0.5);
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #99856c;
}
#top-plan .column p {
	font-size: 0.9rem;	
	margin: 0;
}
/* top-search */
#top-search {
	background: url(../img/bg-brown.jpg);
	padding-top: 30px;
	padding-bottom: 32px;
}
#top-search .wrap {
	width: 1100px;
	height: 60px;
	margin: 0 auto;	
	position: relative;
}
#top-search .wrap h2 {
	margin: 0;	
}
#top-search .wrap h2 img {
	vertical-align: middle;
	border-right: 1px dashed rgba(255,255,255,0.4);
}
#top-search .wrap .left {
	position: absolute;
	width: 300px;
	height: 60px;
	left: 0;
	top: 0;	
}
#top-search .wrap .right {
	position: absolute;
	width: 800px;
	height: 60px;	
	right: 0;
	top: 0;
}
.plan_form{
	width: 800px;
	color:#FFF;
}
.plan_form p{
	margin:0;
	padding:0;
}
.plan_form img{
	vertical-align: middle;
	margin-right:10px;
}
.plan_form .check_in{
	width:238px;
	float:left;
	margin-right: 22px;
}
.plan_form .guests{
	width:220px;
	float:left;
	margin-bottom:8px;
	margin-right:12px;
}
.plan_form .type{
	width:224px;
	float:left;
}
.plan_form .price{
	width:340px;
	float:left;
}
.plan_form .search_btn{
	width: 117px;
	height: 24px;
	float:left;
}
.plan_form .search_btn input[type="image"] {
	transition: all 0.5s ease;
}
.plan_form .search_btn input:hover[type="image"] {
	transition: all 0.5s ease;
	transform: translateY(5px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.hasDatepicker,
select {
	font-size: 14px;	
}
.plan_form .check_in .text_r,
.plan_form .price p {
	color: #fff;
	font-size: 14px;
}
/* top-links */
#top-links {
	padding: 100px 0 70px;	
	background: url(../img/bg-shadow01.png) no-repeat center top, url(../img/bg-wood.jpg);
}
#top-links .wrap01,
#top-links .wrap02 {
	width: 960px;
	height: 198px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}
#top-links .box {
	float: left;
	width: 168px;
	height: 168px;
	margin-right: 30px;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));	
}
#top-links .box:nth-of-type(5) {
	margin-right: 0;		
}
#top-links .box a {
	display: block;
	transition: all 0.5s ease;	
}
#top-links .box a img {
	vertical-align: bottom;
	border-radius: 10px;
}
#top-links .box a:hover {
	transition: all 0.5s ease;
	opacity: 0.8;
}
#top-links .deco-skii {
	position: absolute;
	width: 298px;
	height: 300px;
	left: -350px;
	top: -50px;
	z-index: 2;
}
#top-links .deco-camera {
	position: absolute;
	width: 289px;
	height: 269px;
	right: -300px;
	top: 150px;
	z-index: 2;
}
/* top-form */
#top-form {
	padding: 100px 0;
	background: url(../img/bg-shadow01.png) no-repeat top center, url(../img/bg-forest02.jpg) ;
}
#top-form h2 {
	margin-top: 0;
	text-align: center;
	margin-bottom: 50px;
}
#top-form .tel {
	text-align: center;	
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #fff;
	letter-spacing: 0.1em;
}
#top-form .wrap {
	width: 1100px;
	margin: 0 auto;	
}
#top-form .form-bg {
	background: url(../img/bg-wood.jpg);
	width: 960px;	
	margin: 0 auto;
	padding: 50px 0;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));	
}
#top-form ul {
	list-style-type: none;
	padding: 0 50px 0;
	margin-bottom: 50px;
}
#top-form ul li {
	margin-bottom: 30px;
	font-size: 0.95rem;
	background: url(../img/top-form-li.png) no-repeat left top;
	padding-left: 25px;
	letter-spacing: 0.1em;
}
#top-form ul li a,
#top-form p a {
	font-size: 0.95rem;
	color: #cc581d;
	transition: all 0.5s ease;
}
#top-form ul li a:hover,
#top-form p a:hover {
	transition: all 0.5s ease;
	color: #c7900c;		
}
#top-form form {
	margin-bottom: 30px;	
}
#top-form form p {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0 !important;
}

#top-form fieldset {
	border: none;
	margin-bottom: 10px;	
}
#top-form label {	
	font-size: 0.95rem;
	display: inline-block;
	letter-spacing: 0.1em;
}
#top-form label span {
	display: inline-block;
	background: #cc2e1d;
	color: #fff;
	padding: 2px 2px 1px 2px;
	font-size: 0.7rem;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 3px;
}
#top-form label.title {
	width: 250px;
	text-align: right;
	padding-right: 20px;	
}
#top-form label.title::before {
	content: "【";	
}
#top-form label.title::after {
	content: "】";	
}

#top-form button,
#top-form input,
#top-form textarea {
	font-size: 0.85rem;
}
#top-form textarea {
	width: 600px;
	height: 150px;
    vertical-align: top;
}
#top-form input[type="text"],
#top-form input[type="tel"],
#top-form input[type="email"] {
	width: 250px;	
}
#top-form input[type="submit"] {
	padding: 20px 40px;
	background: #cc581d;
	color: #fff;
	border: 0;
	margin-left: 250px;
	letter-spacing: 0.2em;
	transition: all 0.5s ease;
	font-size: 0.95rem;
}
#top-form input:hover[type="submit"] {
	background: #cc2e1d;
	transition: all 0.5s ease;
	transform: translateY(5px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#top-form .privacy {
	border-top: 1px dashed #fff;
	width: 960px;
	box-sizing: border-box;
	padding: 30px 95px 0 264px;
}
#top-form .privacy h3 {
	margin-bottom: 10px;
	background: url(../img/top-form-privacy.png) no-repeat center left;
	padding-left: 25px;	
	color: #372D27;
}
#top-form .privacy p,
#top-form .privacy p a {
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	line-height: 180%;
}

/* rss_content
----------------------------------------------------------- */
#plan_rss {
    padding-bottom: 2em;
}
#plan_rss .mini {
    display: flex;
    justify-content: center;
}

#plan_rss .minileft {
    width: auto;
    display: inline-block;
}
#plan_rss .minileft img {
    width: 160px;
    height: 160px;
    object-fit: cover; /* この一行を追加するだけ！ */
}

#plan_rss .miniright{
    width: auto;
    display: inline-block;
    padding: 0 0 0 1em;
}

#plan_rss .miniright h4{
    display: block;
    margin: 0.6em 0 0 0;
    font-weight: bold;
}

#plan_rss .miniright p{
    margin: 0.6em 0;
}
