main .title_area {
	background: url('./../images/title_bg_items.jpg') no-repeat center center;
	background-size: cover;
}

main .title_area h1 {
	font-size:11vw;
}

main .title_area h1 span {
	font-size:2.0rem;
}

#main_contents {
	display: block;
	overflow: hidden;
}

#main_contents p.lead {
	width:90%;
	max-width:960px;
	line-height: 1.8;
	font-size:1.1em;
	margin: 0 auto 1em;
}

.item_inner {
    padding: 22vw 0 7vw;
    width: 100%;
    height:auto;
    background: #FFF;
    box-sizing: border-box;
    z-index:2;
    position: relative;
}

#cuisine .item_inner {
	padding-top:16vw;
}

.item_wrapper {
	background-image: url('./../images/items/parallax_bg1.jpg');
    background-size:100%;
    padding-bottom:30vw;
    display: block;
    overflow: hidden;
    background-position-y: bottom;
	background-position-x: center;
}

.item_wrapper#dress {
    background-image: url('./../images/items/parallax_bg2.jpg');
    background-size:120%;
}

.item_wrapper#beauty {
    background-image: url('./../images/items/parallax_bg3.jpg');
}

.item_wrapper#decoration {
    background-image: url('./../images/items/parallax_bg4.jpg');
    background-size: 120%;
}

.item_wrapper#bouquet {
    background-image: url('./../images/items/parallax_bg5.jpg');
}

.item_wrapper#photo {
    background-image: url('./../images/items/parallax_bg6.jpg');
}

.item_wrapper#paper_item {
    background-image: url('./../images/items/parallax_bg7.jpg');
}

.item_wrapper#movie {
    background-image: url('./../images/items/parallax_bg8.jpg');
}

.item_wrapper#goods {
    background-image: url('./../images/items/parallax_bg9.jpg');
    background-size:120%;
}

.item_wrapper#direction {
    background-image: url('./../images/items/parallax_bg10.jpg');
}

main .container {
	width:100%;
}

.item_inner .container {
	position: relative;
}

.num {
	width:90%;
	position: absolute;
	top:-16vw;
	left:5%;
	z-index:9999;
}

.num img {
	width:40%;
}

.slick {
	width:100%;
	z-index: -1;
	letter-spacing: 0;
	font-size: 0;
	position: relative;
}

.slick-dots {
	text-align: center;
	margin-top:20px;
}

.slick-dots li {
	display: inline-block;
	overflow: hidden;
}

.slick-dots li button {
	display: block;
	padding-top:8px;
	width:8px;
	height:8px;
	background:#BBB;
	border-radius: 100%;
	margin:0 8px;
}

.slick-dots li.slick-active button {
	background: #000;
}

.item_inner .text_area {
	width:90%;
	margin:0 auto;
}

.item_inner .text_area h2 {
	font-size:2.4em;
	line-height:2.0;
	margin:1em 0 0.5em;
}

.item_inner .text_area h2 span {
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-size:0.4em;
	color:#999;
}

.item_inner .text_area p {
	line-height: 2.0;
}

#main_contents .cta_area { 
    padding: 3em 0 0;
    height:auto;
}

#main_contents .cta_btn_wrap {
	background: #FFF;
    position: relative;
    text-align: center;
    max-width: 980px;
    margin:3em auto 2em;
    padding-bottom:1.5em;
    width:90%;
}

#main_contents .cta_btn_wrap > img {
	margin-top: -24px;
    width: 240px;
    margin-bottom: 12px;
}

#main_contents .cta_btn_wrap .btn_reserve a {
	display: inline-block;
	background:#DA5766;
	padding:0.6em 1em;
	box-sizing: border-box;
	width:90%;
	max-width:560px;
	color:#FFF;
	font-weight:bold;
	font-size:1.2em;
	transition-duration: 0.4s;
}

#main_contents .cta_btn_wrap .btn_reserve a:hover {
	text-decoration: none;
}

#main_contents .cta_btn_wrap p.note {
	color:#DA5766;
	margin-top:1em;
}

.item_inner iframe {
	width:100vw;
	height:62.5vw;
}

.item_inner .sub_mov {
	padding:1em 1.5vw;
	display: block;
	overflow: hidden;
}

.item_inner .sub_mov iframe {
	width: 45.5vw;
	height: 28.3vw;
	float:left;
	margin:0 1.5vw;
}

.item_inner .text_area {
	clear:both;
}


@media screen and (min-width: 520px) {

main .title_area h1 {
	font-size:4.0em;
}

.num img {
	width:186px;
}

.num {
	top:-80px;
}

}


@media screen and (min-width: 768px) {

#main_contents p.lead {
	text-align: center;
	font-size:1.2em;
}

.parallax.bg {
    height: 400px;
}

.item_wrapper {
	padding-bottom:25vw;
}

.item_wrapper#dress {
    background-image: url('./../images/items/parallax_bg2.jpg');
    background-size:100%;
}

.item_wrapper#decoration {
    background-image: url('./../images/items/parallax_bg4.jpg');
    background-size:100%;
}

.item_wrapper#goods {
    background-image: url('./../images/items/parallax_bg9.jpg');
    background-size:100%;
    clear: both;
}

#cuisine .item_inner,
.item_inner {
	padding: 18vw 0;
	height: 75vw;
}

#movie .item_inner {
	height:50vw;
}

.num img {
	width:240px;
}

.num {
	top:-100px;
}

.even .num {
	text-align: right;
}

.slider_box {
	float:left;
	width:60%;
}

.even .slider_box {
	float:right;
}

.slick {
	max-width: 720px;
}

.item_inner iframe {
	width:100%;
	height:37.5vw;
}

.item_inner .sub_mov iframe {
	width:100%;
	height:18vw;
	margin:0;
	float:none;
}

.item_inner .sub_mov {
	padding:0;
	margin-top:20px;
	font-size:0;
}

.item_inner .sub_mov li {
	width:48%;
	margin:0;
	display: inline-block;
	vertical-align: top;
}

.item_inner .sub_mov li:nth-of-type(1) {
	margin-right:2%;
}

.item_inner .sub_mov li:nth-of-type(2) {
	margin-left:2%;
}

.item_inner .text_area {
	background:rgba(255,255,255,0.7);
	width:60%;
	position: absolute;
	top:1em;
	right:0;
	padding:0 4em 4em 4em;
	box-sizing: border-box;
}

.item_inner.even .text_area {
	left:0;
	right:auto;
}

.item_inner .text_area h2 {
	text-align: right;
}

.item_inner.even .text_area h2 {
	text-align: left;
}

.item_inner .text_area p {
	font-size:1.3rem;
}

#main_contents .cta_btn_wrap {
	margin:3em auto 5em;
}

#main_contents .cta_btn_wrap > img {
	width:290px;
}

#main_contents .cta_btn_wrap .btn_reserve a {
    font-size: 1.6em;
}

#main_contents .cta_btn_wrap .btn_reserve a:hover {
	opacity: 0.6;
}


}


@media screen and (min-width: 1000px) {

.num {
	width:960px;
	top:-100px;
	left:50%;
	margin-left:-480px;
}

.num img {
	width:240px;
}

.item_inner .text_area {
	top:4em;
	width:460px;
	right:50%;
	margin-right:-460px;
}

.item_inner.even .text_area {
	width:460px;
	right:50%;
	margin-right:0;
}

.item_wrapper {
	padding-bottom:400px;
}


}


@media screen and (min-width: 1200px) {

#cuisine .item_inner,
.item_inner {
	padding:130px 0 0;
	height: 780px;
}

#movie .item_inner {
	height: 600px;
}

#main_contents .cta_area {
	padding: 40px 0 0;
	height: 260px;
}

.item_inner iframe {
	width:720px;
	height:450px;
}

.item_inner .sub_mov iframe {
	width:350px;
	height:218px;
}

.item_inner .sub_mov {
	margin-top:16px;
}

.item_inner .sub_mov li:nth-of-type(1) {
	width:350px;
	margin:0 10px 0 0;
}

.item_inner .sub_mov li:nth-of-type(2) {
	width:350px;
	margin:0 0 0 10px;
}

}

