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

/* =========================
	body
========================= */

body {
	background: url(../img/all/bg-washi01.jpg);
	font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	line-height: 2em;
	color: #000;
}

p {
	margin: 0;
	color: ;
}

img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	border: none;
}

a:link,
a:visited {
	font-weight: bold;
	color: ;
	text-decoration: underline;
	word-break: break-all;
}

a:focus {
	outline: none;
}

table {
	width: 90%;
	margin: 10px 0;
	border-collapse: collapse;
	word-break: break-all;
	border: 1px solid #999;
}

th,td{
	padding: 0 15px;
}

th {
	background: #4f7fbd;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}

td {
	background: rgba(255,255,255, 0.75);
	word-break: break-all;
	text-align: left;
}

ul {
	list-style-type: none;
	padding: 0;
}
ul:after {
	display: block;
	content: "";
	clear: both;
}

table, tbody, tr, th, td { display: block; max-width: 100%; margin: 0 auto; text-align: center; }



/* PageTop */
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.pagetop a {
    display: block;
    background: url(../img/all/pagetop.png) no-repeat;
	background-size: cover;
    width: 50px;
	height: 50px;
	opacity: 0.9;
	transition: all 0.5s ease;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.pagetop a img {
	vertical-align: bottom;	
}
.pagetop a:hover {
    width: 50px;
	height: 50px;
    background: url(../img/all/pagetop-hover.png) no-repeat;
	transition: all 0.5s ease;
}



/* =========================
	logo
========================= */

.header_inner {
	position: relative;
	margin:  0 auto;
	/*text-align: center;*/
	background: url(../img/all/header-bg.png) repeat-x center top / auto 150%;
	z-index: 100;
}

h1 {
	background: ;
	text-align: center;
	margin: 0 auto;
	padding: 10px 10%;
	line-height: 0;
}
h1 img {
	width: 70%;
	max-width: 144px;
}

/* =========================
	slider・title
========================= */

.slider_box, .title_box {
	position: relative;
	/*max-width: 700px;*/
	max-width: 100%;
    width: 100%;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
}
.slider_box > h2, .title_box > h2 {
    position: absolute;
    width: inherit;
    top: 25%;
    margin: 0 auto;
    z-index: 10;
}

@media screen and (max-width: 900px) {
.slider_box > h2 img, .title_box > h2 img { max-width: 70%; }
}
@media screen and (max-width: 480px) {
.slider_box > h2 img, .title_box > h2 img { max-width: 60%; }
}


.price_header .title_box .cover {
	background: url(../img/price/price.jpg) no-repeat bottom center / cover;
}
.rental_header .title_box .cover {
	background: url(../img/rental/rental.jpg) no-repeat bottom center / cover;
}
.camp_header .title_box .cover {
	background: url(../img/camp/camp.jpg) no-repeat bottom center / cover;
}

.slider_box > .bottom, .title_box > .bottom  {
	position: absolute;
	bottom: -3%;
	left: 0;
	background: url(../img/all/sub-alpha-bottom.png) no-repeat center bottom / 100% auto;
	width: 100%;
	height: 300px;
	z-index: 10;
}

/* =========================
	g_menu
========================= */

.g_menu {
	min-height: 1em;
	line-height: 1em;
	margin: 0;
	padding-top: 0px;
	background: ;
	text-align: center;
	/*border-top: solid 1px #999;*/
}

.g_menu a {
	display: inline-block;
	width: 50%;
	max-width: 350px;
}

.g_menu img {
	max-width: 180px;
}


/* =========================
	menu
========================= */

.menu {
	margin: 0 ;
	padding-top: 3px;
	padding-bottom: 3px;
	background: rgba(0,0,0,.8);
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
}

.menu ul {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.menu ul li {
	background: ;
	border-bottom: ;
	line-height: 0;
	list-style: none;
	text-align: center;
}
.menu ul li:hover{
    cursor: pointer;
}
.menu ul li:last-child {
	background: none;
}

.menu ul li a {
	display: block;
	padding: 6px 10px;
	/*background: url(../img/menu/arrow.png) no-repeat 95% 50%;*/
	background-size: auto 14px;
	text-decoration: none;
}
.menu ul li a:hover {
	background-color: #000;
}

/***** ドロップダウン メニュー *********/

.menu > ul > li > ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu > ul > li.parent > ul{
    display: none;
}
.menu > ul > li.active {
    background-color: #212121;
}
.menu > ul > li.active > ul {
	z-index: 10;
	margin: 0 auto 0;
	height: auto;
    display: block;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.menu > ul > li > ul > li {
	overflow: hidden;
	height: 0;
}
.menu > ul > li.active > ul li {
	overflow: visible;
    width: 100%;
	height: 75px;
    filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.menu > ul > li.active > ul li:first-child {
	border-top: 0;
}
.menu > ul > li > ul > li a {
	background: #212121;
	display: block;
	transition: all 0.5s ease;
    padding: 20px 10px;
}
.menu > ul > li > ul > li a:hover {
	transition: all 0.5s ease;
	background-color: #000;
}


/* =========================
	footer_menu
========================= */

.footer_menu {
	margin: 0 auto;
	padding: 1px 5% 50px;
	background: url(../img/all/bg-shadow.png) no-repeat center top / 100% auto, url(../img/all/top-bn-bg.jpg) no-repeat center bottom / cover;
	text-align: center;
}

.footer_menu ul {
	margin-top: 30px;
}
.footer_menu ul img {
	margin-top: 0;
}

.footer_menu img {
	margin-top: 30px;
}


/* =========================
	f_menu
========================= */

.f_menu {
	margin: 0;
	background: ;
	border-bottom: ;
}

.f_menu:after {
	content: "";
	display: block;
	clear: both;
}

.f_menu img {
	max-width: 160px;
}

.f_menu ul {
	max-width: 700px;
	margin: 0 auto;
	padding: 0;
}

.f_menu li {
	float: left;
	width: 50%;
	padding: 5px 0;
	line-height: 0;
	text-align: center;
	list-style: none;
}


/* =========================
	footer
========================= */

.footer {
	margin: 0;
	background: url(../img/all/bg-footer.jpg) no-repeat center top / auto 110%;
}

.footer_inner {
	background: ;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0 20px;
}

.footer_inner img {
	width: 80%;
	max-width: 167px;
}

.footer_inner p {
	font-size: 13px;
	margin: 10px 0;
	color: #fff;
	text-align: center;
}

.footer_inner span {
	display: inline-block;
	margin-right: 5px;
}

.copyright {
	padding: 10px 10px;
	background: ;
	margin: 0;
	font-size: 11px;
	text-align: center;
	border-top: ;
}

.copyright p {
	margin: 0;
	color: #fff;
}


/* =========================
	Contents
========================= */

.contents {
	width: 100%;
    display: table;
	margin: 0 auto;
}
.sub_con700 {
	max-width: 700px;
}

.contents > div{
	width:94%;
	margin: 0 auto;
}
.contents > ul{
	margin: 0 auto;
}

.contents p {
	padding: 2% 0;
}

.link a {
    display: block;
	width: 60%;
	max-width: 200px;
	margin: 30px auto;
	padding: 15px 20px;
	background: #4a7bbd;
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.link2 {
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}

.text_contents {
	max-width: 540px;
	margin: 0 auto;
	padding: 1px 15px 15px;
}

.lightbox:after {
	content: "";
	display: block;
	clear: both;
}

.lightbox_info {
	margin: -15px 0 -5px;
	font-size: 13px;
	text-align: center;
}

.inline_block span {
	display: inline-block;
}


/* =========================
	page
========================= */
h3.title {
	background: ;
	margin: ;
	padding: ;
	font-size: 1.6em;
	font-weight: bold;
	color: ;
	border-bottom: 1px solid #2b6abd;
}
h3.title_text {
	background: ;
	margin: ;
	padding-bottom: 15px;
	font-size: 1.6em;
	font-weight: bold;
	color: #2b6abd;
	text-align: ;
	border-bottom: 1px solid #2b6abd;
}
h4.title_text {
	background: ;
	margin: 25px 0 30px 0;
	padding: ;
	font-size: 1.4em;
	font-weight: bold;
	color: #2b6abd;
	text-align: ;
}
h5.title_text {
	font-size: 20px;
	font-weight: bold;
	color: #1B2833;
    margin: 30px 0 15px 0;
}
 .sub_box {
 	margin: 10px auto 20px;
 	padding: 20px 0 10px;
 }

.img2 {
	display: table;
	margin: 0 auto;
}
.img2 li {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.img2 li:nth-of-type(2n+1) {
	margin-left: 0;
}

.img2_1 {
    display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    width: 94%!important;
}
.img2_1 li {
	width: 50%;
}
 ul.img2_1 li:nth-child(1){
     padding:0 4px 0 0;
}
 ul.img2_1 li:nth-child(2){
     padding: 0 0 0 4px;
}

.img3 {
	display: table;
	margin: 0 auto;
}
.img3 li {
	float: left;
    width: 85px;
    padding-top: 5px;
}

.img4 {
	display: table;
	margin: 0 auto;
}
.img4 li {
	float: left;
	width: 25%;
}
.img4 li:nth-of-type(4n+1) {
	margin-left: 0;
}
#facilities .img5 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
}

 #facilities .img5 > div{
    width: 20%;
    padding: 10px;
}
 #facilities .img5 > div > div{
    position: relative;
    overflow: hidden
}

.img6 {
	display: table;
	margin: 0 auto;
}
.img6 li {
    float: left;
    width: 50px;
    padding: 2px;
}

ul.img7{ 
    display: flex;
    display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    width: 434px!important;
    margin: 0 auto;
}
ul.img7 li { width: 33.33%;}
ul.img7 li:nth-child(1) { padding-right: 4px;}
ul.img7 li:nth-child(2) { padding-right: 2px; padding-left: 2px;}
ul.img7 li:nth-child(3) { padding-left: 4px;}


.red {
	color: #EA7146;
}




/*------------------ background ------------------*/

 .bg_a1 {
 	background:
        url(../img/all/bg-crystal06.png) no-repeat top left /25% auto,
        url(../img/all/bg-crystal05.png) no-repeat right bottom 15% / 25% auto;
 	padding: 30px 0 60px;
 }
 .bg_a2 {
 	background:
        url(../img/all/bg-shadow.png) no-repeat top center / 100% auto,
        url(../img/all/bg-crystal06.png) no-repeat left -4% bottom 11% /25% auto,
        url(../img/all/bg-crystal05.png) no-repeat right -4% top 15% / 25% auto;
 	padding: 30px 0 60px;
 }
 .bg_a3{
 	background:
        url(../img/all/bg-shadow.png) no-repeat top center / 100% auto,
        url(../img/all/bg-crystal05.png) no-repeat right top 5% / 30% auto,
        url(../img/all/bg-crystal06.png) no-repeat top 30% left 10% / 25% auto,
        url(../img/all/bg-crystal05.png) no-repeat right bottom 30% / 30% auto;
 	padding: 30px 0 60px;
 }
 .bg_a4 {
 	background:
        url(../img/all/bg-shadow.png) no-repeat top center / 100% auto,
        url(../img/all/bg-crystal06.png) no-repeat top 0.5% left / 25% auto,
        url(../img/all/bg-crystal05.png) no-repeat right top 31% / 25% auto,
        url(../img/all/bg-crystal06.png) no-repeat left top 50% / 20% auto,
        url(../img/all/bg-crystal05.png) no-repeat right bottom 31.3% / 25% auto,
        url(../img/all/bg-crystal06.png) no-repeat left bottom -0.1% / 25% auto;
 	padding: 30px 0 60px;
 }

@media screen and (max-width: 960px) {
    .bg_a1{
        background-position: top left -8%, right -8% bottom 15%;
        background-size: 35% auto, 35% auto;
    }
    .bg_a2{
        background-position: top center, left -4% top 9% ,right -5% bottom -2%;
        background-size: 100% auto, 25% auto, 30% auto;
    }
    .bg_a3{
        background-position: top center, right top, left 10% , right bottom;
        background-size: 100% auto, 35% auto, 35% auto, 35% auto;
    }
    .bg_a4{
        background-position: top center, top 0.5% left -8%, right -8% top 26%, left -4% top 56%, right -8% bottom 16% , left -4% bottom -0.1%;
        background-size: 100% auto, 35% auto, 35% auto, 30% auto, 35% auto, 30% auto;
    }
}

@media screen and (max-width: 480px) {
    .bg_a1{
        background-position: top left -8%, right -8% bottom 12%;
        background-size: 45% auto, 45% auto;
    }
    .bg_a2{
        background-position: top center, left -8% top 9% ,right -4% bottom -1%;
        background-size: 100% auto, 45% auto, 45% auto;
    }
    .bg_a3{
        background-position: top center, right top, left 10% , right bottom;
        background-size: 100% auto, 45% auto, 45% auto, 45% auto;
    }
    .bg_a4{
        background-position: top center, top 0.5% left, right top 31%, left top 50%, right bottom 31.3% , left bottom -0.1% ;
        background-size: 100% auto, 45% auto, 45% auto, 45% auto, 45% auto, 45% auto;
    }
}

 .bg_b1 {
	background:
        url(../img/all/bg-shadow.png) no-repeat top center / 100% auto,
        url(../img/all/bg-crystal03.png) no-repeat top 0% left -2% / 35% auto,
        url(../img/all/bg-crystal04.png) no-repeat right -4% bottom 48% / 30% auto,
        url(../img/all/bg-crystal07.png) no-repeat bottom left -2% / 30% auto,
        url(../img/all/bg-snow03.jpg) repeat-y center center / 130% auto;
 	padding: 30px 0 60px;
    margin: 0 auto;
 }
@media screen and (max-width: 960px) {
     .bg_b1 {
         background-position: top center, top 0% left -2%, right -4% bottom 48%, bottom left -2%, center center;
         background-size: 100% auto, 30% auto, 25% auto, 25% auto, 130% auto;
    }
}
@media screen and (max-width: 480px) {
     .bg_b1 {
        background-position: top center, top 0% left -6%, right -9% bottom 50%, bottom -0.3% left -25%, center center;
        background-size: 100% auto, 40% auto, 45% auto, 40% auto, 110% auto;
    }
}

.bg_c1 {
	background:
        url(../img/all/bg-shadow.png) no-repeat top center / 100% auto,
        url(../img/all/bg-crystal01.png) no-repeat top 2% right / 20% auto,
        url(../img/all/bg-crystal02.png) no-repeat left bottom 27% / 18% auto,
        url(../img/all/bg-snow01.jpg) no-repeat bottom center / 137%;
 	padding: 10px 0 40px;
}

.bg_c2 {
	background:
        url(../img/all/bg-crystal01.png) no-repeat top 2% right / 20% auto,
        url(../img/all/bg-crystal02.png) no-repeat left bottom 27% / 18% auto,
        url(../img/all/bg-snow01.jpg) no-repeat bottom center / 137%;
 	padding: 10px 0 40px;
}
@media screen and (max-width: 960px) {
    .bg_c1{
        background-position: top center, top 5% right -2%, left -2% bottom 18%, center bottom;
        background-size: 100% auto, 25% auto, 25% auto, 140%;
    }
    .bg_c2{
        background-position: top 5% right -2%, left -2% bottom 18%, center bottom;
        background-size: 100% auto, 25% auto, 25% auto, 140%;
    }
}
@media screen and (max-width: 480px) {
    .bg_c1{
        background-position: top center, top 10% right -4%, left -2% bottom 18%, center bottom;
        background-size: 100% auto, 35% auto, 35% auto, 370%;
    }
    .bg_c2{
        background-position: top 10% right -4%, left -2% bottom 18%, center bottom;
        background-size: 100% auto, 35% auto, 35% auto, 370%;
    }
}

.bg_d1 {
    background: url(../img/all/bg-shadow.png) no-repeat top center / 100% auto;
 	padding: 30px 0;
}




/*------------------ index ------------------*/
.header {
	margin: 0 auto;
}


#index .card .text_contents {
	background: #fff;
	padding-top: 20px;
}
#index .card .text_contents dl dt {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #e3d4c3;
}
#index .card .text_contents dl dd ul li {
	background : url(../img/index/top-info-li.png) no-repeat left 80%;
	width: 50%;
	padding-left: 20px;
	box-sizing: border-box;
	margin-left: 0;
}
		
/*------------------ facilities ------------------*/

 .light {
 	display: table;
 	margin: 0 auto;
}
 .light li {
 	position: relative;
}
 .light li .caption {
 	position: absolute;
 	width: 100%;
 	height: auto;
 	left: 0;
 	bottom: 15px;
 	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(229,229,229,0) 100%);
 	font-size: 1.2em;
 	padding: 10px 0 10px 10px;
}

  table caption {
 	margin-bottom: 10px;
 	font-size: 1.2em;
 	text-align:left;
}

  dl.fac_room {
 	background: url(../img/all/bg-washi02.jpg);
    max-width: 340px;
 	margin: 0 auto;
 	padding: 15px;
 	border-radius: 10px;
 }

 dl.fac_room dt > .ph img {
 	border-radius: 30px;
 }


 .fac_info {
    width: 80%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
}

 .fac_info > div{
    width: 20%;
    padding: 10px;
}
 .fac_info > div > div{
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 960px) {
     .fac_info > div{width: 20%;}
}
@media screen and (max-width: 480px) {
     .fac_info > div:nth-child(1),
     .fac_info > div:nth-child(2),
     .fac_info > div:nth-child(3){
         width: 33.33333%; padding: 5px; margin: 0 auto;
    }

     .fac_info > div:nth-child(4),
     .fac_info > div:nth-child(5){
         width: 33.33333%; padding: 5px; margin: 0 auto;
    }
}

/*------------------ cuisine ------------------*/

 .ryo01 .img2_1 {
	max-width: 434px;
	margin: 0 auto;
}
 .ryo01 .img2_1 li:nth-of-type(1) ,
 .ryo01 .img2_1 li:nth-of-type(2) ,
 .ryo01 .img2_1 li:nth-of-type(4) {
	margin-left: 0;
}

 .ryo02 .img3 {
	max-width: 434px;
	margin: 0 auto;
}

 .ryo03 {
 	padding: 30px 0;
}


/*------------------ price ------------------*/

 table.type1 td {
	text-align: center;
}

 .ryokin02 .map {
 	border: 1px solid #000;
 	width: 95%;
    height: 303px;
    margin: 0 auto;
}

/*------------------ rental ------------------*/

#rental .btn a {
	display: inline-block;
	background: url(../img/all/bg-bt.png) no-repeat left center, #2b6abd;
	padding: 10px 10px 10px 35px;
	color: #fff;
	text-decoration: none;
}

#rental .detail .float_left {
	width: 70px;
	height: 48px;
	font-size: 16px;
	padding-top: 24px;
	text-align: center;
	color: #2b6abd;
}


#rental .detail .car {
	width: 70px;
	height: 48px;
	background: url(../img/all/bg-car.png) no-repeat top center;
	font-size: 16px;
	padding-top: 24px;
	text-align: center;
	color: #2b6abd;
    float: left;
}

#rental .ski_box { width: 560px; margin: 0 auto 100px; }

.ski_box {
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
}
.ski_box .title_text{
    margin-bottom: 5px;
    line-height: 26px;
}
.ski_box > div{
    width: 50%;
    padding: 10px;
}
@media screen and (max-width: 480px) {
    .ski_box > div{width: 100%;}
}

.ski_box > div .detail {
    width: 250px; margin: 0 auto;
}
.ski_box > div .detail .btn {
	background: url(../img/all/bg-bt.png) no-repeat left center, #2b6abd;
}
.ski_box > div .btn2 a {
    display: inline-block;
    margin-left: 20px;
    width: 150px;
    height: 48px;
    background-color: #2b6abd;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}
.ski_box > div .btn2 a span {
    vertical-align: -8px;
}
.ski_box > div .car {
	width: 70px;
	height: 48px;
	background: url(../img/all/bg-car.png) no-repeat top center;
	font-size: 16px;
	padding-top: 24px;
	text-align: center;
	color: #2b6abd;
    float: left;
}
.ski_box > div table td {
	text-align: center;
    background: #ffffff;
    opacity: 0.8;
    padding: 5px 20px;
}

@media screen and (max-width: 960px) {
    .ski_box > div table td {
        padding: 5px 16px;
    }
}
@media screen and (max-width: 480px) {
    .ski_box > div table td {
        padding: 5px 10px;
    }
}


@media screen and (min-width: 0px) and (max-width: 480px) {   
    #rental .ren02 .ski_box { width: 300px; margin: 0 auto; }
    #rental .ren02 .sub_box, .sub_box2 { max-width: 250px; float: none; padding: 20px 15px; margin: 10px auto; display: inline-block; }
    #rental .ren02 .sub_box, .sub_box2:after { display: block; clear: both; }
}


#rental table td {
	text-align: center;
}

.CCredit {
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
}

.CCredit > div{
    width: 20%;
    padding: 10px;
}
.CCredit > div > div{
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 960px) {
    .CCredit > div{width: 25%;}
}
@media screen and (max-width: 480px) {
    .CCredit > div{width: 33.33333%;}
}


/*------------------ camp ------------------*/


#camp .cam01 {
	background: url(../img/all/bg-leaf01.png) no-repeat left top / 50% auto, url(../img/all/bg-leaf02.png) no-repeat right 85% / 50% auto;
}

#camp .cam02 {
	background: url(../img/all/bg-leaf01.png) no-repeat left top / 50% auto, url(../img/all/bg-leaf02.png) no-repeat right bottom / 50% auto;
}
#camp .cam02 .img3 {
	max-width: 434px;
	margin: 0 auto;
}

#camp .cam03 {
	background: url(../img/all/bg-shadow.png) no-repeat top center / 100% auto, url(../img/all/bg-green.jpg) center center;
	padding:  30px 2%;
}

#camp .cam04 {
	background: url(../img/all/bg-shadow.png) no-repeat top center / 100% auto, url(../img/all/bg-leaf01.png) no-repeat left top / 50% auto, url(../img/all/bg-leaf02.png) no-repeat right 80% / 50% auto;
	padding:  30px 2%;
}

 #camp .light {
 	display: table;
 	margin: 0 auto;
}
 #camp .light li {
 	position: relative;
    float: left;
    width: 260px;
    margin: 10px 5px 0 60px;
}
 #camp .light li .caption {
 	position: absolute;
 	width: 100%;
 	height: auto;
 	left: 0;
 	bottom: 15px;
 	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(229,229,229,0) 100%);
 	font-size: 1.2em;
 	padding: 10px 0 10px 5px;
}

#camp .f16 { 
    font-size: 16px; 
    text-shadow: rgba(255,255,255,0.4) 2px 2px 4px, rgba(255,255,255,0.4) -2px 2px 4px, rgba(255,255,255,0.4) 2px -2px 4px, rgba(255,255,255,0.4) -2px -2px 4px;}

#camp .btn a {
	display: block;
    width: 70%;
    max-width: 280px;
    margin: 30px auto;
    padding: 15px 20px;
	background-color: #ea7146;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#camp .btn2 a {
	display: block;
    width: 70%;
    max-width: 280px;
    margin: 30px auto;
    padding: 15px 20px;
	background-color: #4f7fbd;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

/*------------------ movie ------------------*/

.movie_contents {
	width: 96%;
	max-width: 700px;
	margin: 30px auto 0;
	padding-bottom: 1px;
}

.movie_contents p,
.movie_contents h2 {
	margin-top: 0;
	text-align: center;
	color: ;
}

.movie_contents span {
	display: inline-block;
}

.movie_contents strong {
	display: inline-block;
	margin: 0 10px;
}

.movie {
	padding: 0;
}

.movie_box {
	margin: 10px 0 30px;
}
 
 #movie_top .header_inner {
 	padding-top: 0;
 } 



/*------------------ Multilingual ------------------*/

*, *:before, *:after {
	box-sizing: border-box;
}

#Multilingual{ margin: 0; padding: 0;}

#Multilingual .vector2 { margin: -1px -4px 0 8px;}
#Multilingual .vector3 { margin: -9px -30px 0 20px;}
#Multilingual .vector4 { margin: -9px -20px 0 15px;}



/* =========================
	multi_menu
========================= */
.multi_menu{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
    justify-content: center;
	text-align: center;
    line-height: 22px;
}
.multi_menu a{
    color: #ffffff;
    text-decoration: none;
    position: relative;
    top: 13px;
}
.multi_menu a br{
	    display: none;
}
.multi_menu > div{
	width: 48%;
    height: 65px;
	padding: 10px;
    margin: 1%;
    font-size: 18px;
    background: #2b6abd;
    border-radius: 16px;
}

.multi_menu #ml_facilities, .multi_menu #ml_cuisine,
.multi_menu #ml_price, .multi_menu #ml_rental{
    margin: -20px;
    padding: 20px;
}

@media screen and (max-width: 960px) {
	.multi_menu > div{
		width: 38%;
        margin: 1%;
        font-size: 15px;
	}
    .multi_menu a.PR_t{
        top: 2px;
    }
    .multi_menu a br{
	    display: block;
    }
}
@media screen and (max-width: 480px) {
	.multi_menu > div{
		width: 48%;
        margin: 1%;
	}
    .multi_menu a br{
	    display: block;
    }
}

/* =========================
	add
========================= */

/*------------------ float ------------------*/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both;
}

.float_clear:after {
	content: "";
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.img_left {
	width: 49%;
	float: left;
	margin: 1% 0;
	line-height: 0;
	text-align: left;
}

.img_right {
	width: 49%;
	float: right;
	margin: 1% 0;
	line-height: 0;
	text-align: right;
}

/*------------------ margin ------------------*/

.m_auto { margin: 0 auto;}

.m0 {
	margin: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}


/*------------------ line_height ------------------*/

.line_height {
	line-height: 0;
	text-align: center;
}

.large {
	font-size: 1.2em;
}
.small {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}


/*------------------ 矢印 ------------------*/

.vector { margin: -8px 0; }
.vector2 { margin: 0 4px; float: left;}
.vector3 { margin: -9px -30px 0 15px; float: left;}


/*------------------ 小見出し ------------------*/

.tf18{ font-size: 18px; font-weight: bolder; }
.tf20{ font-size: 20px; font-weight: bolder; }


/*------------------ スマホ・タブレット切り替え(追記)------------------*/

/*SP 480px以下*/
@media screen and (min-width: 0px) and (max-width: 480px) {
    .contents br{display:none;}
    .contents a .sp_br{ display:block; }
    .contents p .sp_br{ display:block; }
    .contents span .sp_br{ display:block; }
    .contents h2 .sp_br{ display:block; }
    .contents h3 .sp_br{ display:block; }
    .contents h4 .sp_br{ display:block; }
    .contents h5 .sp_br{ display:block; }
    .contents ul li .sp_br{ display:block; }
    .contents table .sp_br{ display:block; }
    .contents .text_contents .sp_br{ display:block; }
    .contents .text_contents2 .sp_br{ display:block; }
    .contents  .cont02 ul.list li.sp_br{ display:block; }
    .contents .sp_center{text-align: center;}

    .img3 li { float: left; width: 104px; padding-top: 5px; }

     #facilities .img5 > div:nth-child(1),
     #facilities .img5 > div:nth-child(2),
     #facilities .img5 > div:nth-child(3){
         width: 33.33333%; padding: 5px; margin: 0 auto;
    }

     #facilities .img5 > div:nth-child(4),
     #facilities .img5 > div:nth-child(5){
         width: 33.33333%; padding: 5px; margin: 0 auto;
    }

    .img6 li { float: left; width: 80px; padding: 2px 5px 0 5px; }

    ul.img7 { width: 96%!important;}
    ul.img7 li { width: 33.33%;}
    ul.img7 li:nth-child(1) { padding-right: 4px;}
    ul.img7 li:nth-child(2) { padding-right: 2px; padding-left: 2px;}
    ul.img7 li:nth-child(3) { padding-left: 4px;}

     #camp .light li { position: relative; margin:0 50px; }
}
/*end480*/

/*PC 481px以上*/
@media screen and (min-width: 481px){
    .contents a .sp_br{ display:none; }
    .contents p .sp_br{ display:none; }
    .contents span .sp_br{ display:none; }
    .contents h2 .sp_br{ display:none; }
    .contents h3 .sp_br{ display:none; }
    .contents h4 .sp_br{ display:none; }
    .contents h5 .sp_br{ display:none; }
    .contents h6 .sp_br{ display:none; }
    .contents ul li .sp_br{ display:none; }
    .contents table .sp_br{ display:none; }
    .contents .text_contents .sp_br{ display:none; }
    .contents .text_contents2 .sp_br{ display:none; }
    .contents  .cont02 ul.list li.sp_br{ display:none; }
    .contents .sp_center{text-align: left;}

    .img2 { width: 545px; display: table; margin: 0 auto;}
    .tb_b { width: 85%;}
    #facilities .img5 > div{width: 20%;}
    
 }
/*end481*/