@charset "UTF-8";

/* lifestyles
-------------------------------------------------------------- */

#lifestyles{
	width:100%;
	background: url("../images/lifestyles/lifestyles_bg01.jpg") top center no-repeat;
}
#lifestyles .inner{
	width: 1126px;
	height: 480px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#lifestyles .inner h1{
	color: #fff;
	font-size: 5.5rem;
	line-height: 1.1;
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	/*animation: fadeIn 3s ease-in-out both;*/
}
#lifestyles .txt{
	width: 100%;
	padding: 60px 0 120px;
	position: relative;
	/*animation: fadeIn 3s ease-in-out both;*/
	overflow: hidden;
}
#lifestyles .txt p{
	width: 700px;
	margin: 0 auto;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.67;
	text-align: center;
}
#lifestyles .pic{
	position: absolute;
	top: 0;
	right: -35px;
}

@media only screen and (max-width: 767px) {
	#lifestyles{
		background-image: url("../images/lifestyles/lifestyle_bg01_sp.jpg");
		background-size: auto 300px;
	}
	#lifestyles .inner{
		width: 100%;
		height: 250px;
	}
	#lifestyles .inner h1{
		font-size: 2.6rem;
		line-height: 1.15;
		text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	}
	#lifestyles .txt{
		margin-top: -30px;
		padding: 90px 0 0;
	}
	#lifestyles .txt p{
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		font-size: 1.4rem;
		line-height: 1.57;
		text-align: left;
	}
	#lifestyles .pic{
		right: -10px;
		text-align: right;
	}
	#lifestyles .pic img{
		width: 40%;
		height: auto;
	}
}


/* scene
-------------------------------------------------------------- */

#scene{
	padding: 65px 0 0;
}
#scene .wrap{
	width: 1060px;
	margin: 0 auto;
	padding: 140px 0 0;
	position: relative;
}
#scene .carousel{
	width:1060px;
	margin: 0 auto 80px;
}
#scene .carousel .round{
	box-sizing: border-box;
	width: 510px;
	height: 510px;
	background: #fcf6e8;
	border-radius: 50%;
	padding: 80px;
}
#scene .carousel .round .ttl{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#scene .carousel .round h2{
	font-size: 2.4rem;
	padding-left: 20px;
}
#scene .carousel .round h2 span{
	display: block;
	font-size: 3rem;
	font-weight: 700;
	padding: 10px 0 0;
}
#scene .carousel .round p{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6;
}
#scene .carousel_thumb{
	width: 1060px;
	position: absolute;
	top:0;
	left: 0;
}
#scene .carousel_thumb .slick-track {
transform:unset !important;
}
#scene .carousel_thumb li{
	box-sizing: border-box;
	width:300px;
	height: 100px;
	padding: 10px;
	background: #eee;
	border-radius: 15px;
	margin-right: 20px;
	cursor: pointer;
	opacity: 0.5;
	display: flex;
	align-items: center;
}
#scene .carousel_thumb li:nth-last-of-type(1){
	margin-right: 0;
}
#scene .carousel_thumb li:hover{
	opacity: 1;
	background: #fcf6e8;
}
#scene .carousel_thumb li > p{
	font-size: 1.8rem;
	padding: 0 0 0 13px;
}
#scene .carousel_thumb li > p span{
	display: block;
	font-weight: 700;
	padding: 8px 0 0;
}
#scene .carousel_thumb .slick-slide.slick-current{
	opacity: 1;
	background: #fcf6e8;
}


@media only screen and (max-width: 767px) {
	#scene .wrap{
		width: 100%;
		padding: 0;
	}
	#scene .carousel{
		width:85%;
		margin-bottom: 20px;
	}
	#scene .carousel .round{
		box-sizing: border-box;
		width:90%;
		height: 200px;
		background: #fcf6e8;
		border-radius: 15px;
		padding: 10px;
		margin: -20px 0 0 10%;
	}
	#scene .carousel .round .ttl{
		margin-bottom: 10px;
	}
	#scene .carousel .round .ttl img{
		width:50px;
		height: 50px;
	}
	#scene .carousel .round h2{
		font-size: 1.6rem;
	}
	#scene .carousel .round h2 span{
		font-size: 2.0rem;
		padding: 5px 0 0;
	}
	#scene .carousel .round p{
		font-size: 1.3rem;
		line-height: 1.35;
	}
	#scene .carousel_thumb{
		width:85%;
		margin: 0 auto 50px;
		position: relative;
		right: 0;
		bottom: 0;
	}
	#scene .carousel_thumb li{
		width:48% !important;
		height: 80px;
		padding: 5px;
		border-radius: 10px;
		margin:0 4% 8px 0;
	}
	#scene .carousel_thumb li:nth-of-type(even){
		margin-right: 0;
	}
	#scene .carousel_thumb li > img{
		width:40px;
		height: auto;
	}
	#scene .carousel_thumb li > p{
	font-size: 1.2rem;
	padding: 0 0 0 5px;
	}
	#scene .carousel_thumb li > p span{
		font-size: 1.4rem;
		padding: 3px 0 0;
	}
}

/* ===== morning, afternoon, lunch, dinner ===== */

.morning,
.afternoon,
.lunch,
.dinner{
	width: 1060px;
	height: 510px !important;
	position: relative;
}
.morning .round,
.afternoon .round{
	position: absolute;
	top:0;
	right: 0;
}
.lunch .pic,
.dinner .pic{
	margin-left: 460px;
}
.lunch .round,
.dinner .round{
	position: absolute;
	top:0;
	left: 0;
}
#scene .carousel .lunch .round .ttl{
	margin-bottom: 20px;
}
.lunch .round p{
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.morning,
	.afternoon,
	.lunch,
	.dinner{
		width: 100%;
		height: auto !important;
	}
	.morning .pic,
	.afternoon .pic,
	.lunch .pic,
	.dinner .pic{
		width: 90%;
		height: auto;
		margin-left: 0;
	}
	.morning .round,
	.afternoon .round,
	.lunch .round,
	.dinner .round{
		position :relative;
		top:0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	#scene .carousel .lunch .round .ttl{
		margin-bottom: 5px;
	}
	.lunch .round p{
		font-size: 1.4rem;
	}
}


/* slick-theme.css
-------------------------------------------------------------- */

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('"../images/common/ajax-loader.gif"') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* slick.css
-------------------------------------------------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

