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

@font-face{
font-family:'Hannari';
src:url('../font/Hannari.otf')format('opentype');
}



h1{
	position:absolute;
	top:130px;
	left:25%;
	margin-left:-50px;
}

h2,h3,h4{
	font-weight:100;	
}

h2{
	font-size:2rem;
	margin:0 0 0 1rem;
}

h3{
	font-size:1.5rem;
	margin:0 0 0 0.5rem;
}

h3 span{
	font-size:1rem;
}

h4{
	font-size:1.2rem;
}

h4 span{
	font-size:1rem;
	margin: 3rem 0 0 0;
}

.wrap{
	width:1000px;
	margin:0 auto;
	position: relative;
}

section.kv{
	background-image:url(../img/kv01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	height: 900px;
}

.hello{
	width:50%;
	position:absolute;
	bottom:0;
	left:0;
	height:420px;
}

.hello p{
	margin:1rem 0 0 0;
}


.kv_wrap{
	width:1000px;
	margin:0 auto;
	position: relative;
	height: 870px;
}

.kv_wave{
	width: 6rem;
    position: absolute;
    bottom: -22px;
    left: 45%;
}

.info_wave{
    width: 6rem;
    position: absolute;
    top: 350px;
    right: -20px;
}

.menu_wave{
    width: 6rem;
    position: absolute;
    bottom: 60px;
    right: -20px;
}

.access_wave{
    width: 6rem;
    position: absolute;
    top: 250px;
    left: -20px;
}

.kv_box{
	background:white;
	padding: 2rem 2rem 0 2rem;
}

.box{
	background:white;
	padding:2rem;
	position:relative;
}

.info_box{
	background:white;
	padding: 2rem;
	position:relative;
}

.menu_box{
	padding:2rem 2rem 2rem 0;
	position:relative;	
}

/**information**/

section.information{
	background-image:url(../img/bg_wave.gif);
	background-repeat: repeat;
	background-position: 50% 0;
	overflow:hidden;
}

.info{
	float:left;
	width:30%;
	height: 428px;
	background:white;
}

.info p{
	margin: 2rem 2rem;
}

.info h3{
    position: absolute;
    bottom: 140px;
    right: 45px;
    font-size: 1rem;
}
	
.season {
	padding: 2rem 0 2rem 2rem;
    width: 70%;
    float: right;
    overflow: hidden;
}

.season p.text{
	margin: 0 2rem 0 3rem;
	max-height: 18rem;
}

.season p.day{
    position: absolute;
    bottom:0;
    left: 305px;
}

ul.slide li{
	position:relative;
}

ul.slide li img{
	width: 300px;
}

/**menu**/

section.menu{
	background-image:url(../img/bg_kanoko.gif);
	background-repeat: repeat;
	background-position: 50% 0;
	overflow: hidden;		
}

section.menu .right{
	width:20%;
	float:right;
	min-height: 712px;
}

section.menu .right h2{
	position: absolute;
    top: 60px;
    right: 30px;	
}

section.menu .right p{
	line-height: 2;
    position: absolute;
    bottom: 50px;
    left: 30px;
}

section.menu .left{
	width:80%;
	float:left;
}

section.menu .item{
	border:1px solid #ccc;
	padding:2rem;
	float:right;
	width:38%;
	min-height: 19.75rem;
    display: block;
    margin: 0 0 1rem 0;
	background:white;	
}

section.menu .item:first-child{
	width:60%;
	float:left;
	
}

section.menu .item:last-child{
	width:100%;
	margin-bottom:0;
}

section.menu ul.big{
	width: 8rem;
    margin: 0 0.5rem;	
}

section.menu ul.big li{
    font-size: 1rem;
    line-height: 2;
    margin: 1rem 0 0 0;
}

section.menu p.small{
    line-height: 1.2;
    position: absolute;
    top: 7rem;
    right: 17rem;
}

section.menu .item ul li img{
	width:250px;
}

section.menu .course{
	display: block;
    overflow: hidden;
    width: 25%;
    float: right;
	margin: 1rem 1rem 0 0;
}

section.menu .course:first-child{
	margin:0 1rem 0 0;
}

section.menu .course ul{
	margin: 1rem 0.5rem;
	border-top:1px solid #ccc;
}

section.menu ul li p.price{
	position:absolute;
	right: 4rem;
}


/* access*/
section.access{
	background-image:url(../img/bg_weed.gif);
	background-repeat: repeat;
	background-position: 50% 0;
	overflow:hidden;
}

section.access .left{
	width:33%;
	float:left;
	background:white;
	position: relative;
}

section.access .left h2{
	float:left;
	margin:2rem 1.5rem 5rem 2rem;
}

section.access .left ul{
	margin:2rem 2rem 2rem 0;
}

section.access .left ul li{
	font-size:0.8rem;
	margin: 0 0 0.5rem;
}

section.access .left ul li.big{
	font-size:1.2rem;
}

section.access .left ul li.reserve{
	font-size:1rem;
}

section.access .left ul li span{
	color:#FF0000;
	font-weight:600;
}

section.access .right{
	float:right;
	width:67%;
}

section.access .left,section.access .right{
	display:inline-block;
	height: 34rem;
}

/* Slider */
.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;
}
.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;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./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;
    bottom: -40px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    background: #043e68;	
	
}
.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: 15px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -50px;
    background: #002e4f;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '◀︎';
}
[dir='rtl'] .slick-prev:before
{
    content: '▶︎';
}

.slick-next
{
    left: -9px;
    background: #002e4f;
}

[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;
}

@media screen and (max-width: 1000px) {
	
	body{
	font-size:1.5rem;

	}
	
	h2{
    font-size: 4rem;
    margin: 0 0 0 1rem;
	}
	
	h1 {
    position: absolute;
    top: 25vh;
    left: 50%;
    margin-left: -50px;
	}
	
	.wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
	}	
	
	section.kv {
    background-image: url(../img/kv01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    height: 100vh;
	}
	
	.kv_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100vh;
	}
	
	.hello {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50vh;
	}

	.hello p {
    margin: 3rem 0 0 0;
    line-height: 3.6;
	}
	
	/* wave */
	
	.kv_wave {
    width: 8rem;
    position: absolute;
    bottom: 4rem;
    right: 42%;
    left: inherit;
	}
	
	.info_wave {
    width: 8rem;
    position: absolute;
    right: 29%;
    left: inherit;
    top: 40rem;
	}	
	
	/* information */
	
	.season p.text {
    margin: 1rem 4rem 0 3rem;
    max-height: 30rem;
	}
	
	.info {
    float: none;
    width: 100%;
    height: 50vh;
    background: white;
	}
	
	.info h2{
	position:absolute;
	right:30%;
	top:6rem;
	}
	
	.info h3{
    position: absolute;
    bottom: 12rem;
    right: 33%;
    font-size: 2rem;
	}
	
	.info p {
    margin: 0;
	font-size:1.5rem;
	position: absolute;
    left: 25%;
	top: 10rem;
	}
	
	.season {
    padding: 1rem;
    width: 100%;
    float: none;
    overflow: hidden;
	}
	
	ul.slide li img {
    width: 50%;
	}
	
	.season p.day {
    position: absolute;
    bottom: 0;
    left: inherit;
    right: 380px;
	}
	
	.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -80px;
    display: block;
    width: 120px;
    height: 120px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	z-index: 99999;
	}
	
	.slick-next {
    left: 120px;
    background: #002e4f;
	}
	
	.slick-prev {
    left: 0px;
    background: #002e4f;
	}
	
	.slick-prev:before, .slick-next:before {
    font-size: 30px;
	}
	
	/* menu */
	
	
	.menu_wave {
    width: 8rem;
    position: absolute;
    bottom: 6rem;
    right: 29%;
	}
	
	section.menu .right h2 {
    position: absolute;
    top: 60px;
    right: 30%;
	}
	
	section.menu .right p {
    line-height: 2;
    position: absolute;
    bottom: 6rem;
    left: 25%;
	}	
	
	section.menu .right {
    width: 100%;
    float: none;
	}
	
	section.menu .left {
    width: 100%;
    float: none;
	}
	
	section.menu .item h3{
		margin:0;
	}
	
	section.menu .item{
	border:1px solid #ccc;
	padding:2rem;
	width:28%;
    display: block;
    margin: 0 0 1rem 0;
	background:white;
	overflow: hidden;
	}

	section.menu .item:first-child{
	width:70%;

	}

	section.menu .item:last-child{
	width:100%;
	margin-bottom:0;
	}
	
	section.menu .item ul.big li{
	font-size: 1.5rem;
	float:left;
	margin:0 0 1.3rem 0;
	}
	
	section.menu ul.big {
    font-size: 2rem;
    line-height: 1.5;
    margin: 1rem 0 0 1rem;
	width: 3rem;
	}
	
	section.menu p.small {
    line-height: 1.2;
    margin: 1rem 0 0 0;
	position: absolute;
    top: 7rem;
    right: 12rem;
	font-size:0.8rem;
	}	
	
	section.menu ul li p.price {
    position: absolute;
    right: 6rem;
    top: 0;
	font-size: 1.2rem;
	}	
	
	section.menu .item ul li img {
    width: 70%;
	}
	
	ul.slide li {
	}
	
	h3 {
    font-size: 3rem;
    margin: 0 0 3rem 0.5rem;
	}
	
	.menu_box {
    padding: 1rem 1rem 2rem 1rem;
    position: relative;
    overflow: hidden;
	}
	
	h4{
	font-size:2.5rem;
	}

	h4 span{
	font-size:1.5rem;
	margin: 3rem 0 0 0;
	}
	
	section.menu .course {
    width: 42%;
	}
	
	section.menu .course:last-child {
    margin:0 6rem 0 0;
	}
	
	section.access .left, section.access .right {
    display:inherit;
    height: 34rem;
	}
	
	section.access .left {
    width: 100%;
    float:none;
    background: white;
    position: relative;
	}
	
	section.access .right {
    float: none;
    width: 100%;
	}
	
	section.access .left ul {
    font-size: 2.4rem;
	padding:2rem 0 0 0;
	}
	
	section.access .left ul li {
    font-size: 1.6rem;
    margin: 0 0 0.5rem;
	}
	
	section.access .left ul li.big {
    font-size: 2rem;
	}
	
	section.access .left .yakko{
	width: 28rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
	}
	
	.access_wave {
    width: 8rem;
    position: absolute;
    top: inherit;
    right: 2rem;
    left: inherit;
    bottom: 2rem;
}
	
}
