@charset "UTF-8";
/* CSS Document */
/*==================================================
basic
===================================*/
#header {
	display: block;
	height: 100vh;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.navilogo {
	width: 30%;
}
.cnt1 {
    width: 70%;
    display: block;
    text-align: center;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.769em;
}
.cnt2 {
    width: 100%;
	height: auto;
    display: block;
	margin-top: 60px;
	text-align: center;
	background-image: url(../images/bg_pattern1.png);
    background-repeat: repeat-x;
	background-size: cover;
}
.cnt2 img {
	width: 60%;
}
.cnt3 {
    width: 70%;
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
	font-size: 1.3125em;
	font-weight: 500;
	line-height: 1.769em;
}
.cnt4 {
    width: 70%;
    display: block;
    text-align: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
	font-size: 0.9375em;
	font-weight: 400;
	line-height: 1.769em;
}
#footer {
	text-align: center;
	margin-top: 40px;
	padding-top: 0px;
	padding-bottom: 60px;
	color: #fff;
	background-color:#000;
}
.footerlogo {
	width: 15%;
}
/*---------------------------------------
 headerslider
 ---------------------------------------*/
.slider {
	width: 100%;
	max-width: 100%;
    height: 100%;
	margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	text-align: center;
	display: block;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}
.slider .slides {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slider .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.slider .slides li img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
}
.slider .slides li.active {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.slider .crop li img {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.slider .pager {
	height: 40px;
	text-align: center;
	display: none;
}
/*==================================================
予約ボタン
===================================*/
.rsvBtn {
    width: 16%;
    display: block;
    text-align: center;
    font-size: 1.3125em;
    font-weight: 500;
    color: #000;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(255,255,255,1.00);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    border: thin solid #000000;
}
.rsvBtn a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.rsvBtn a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.5;
    background-color: rgba(187,117,101,1.00);
    ;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}  
/*==================================================
elements
===================================*/
h2 {
	color: #BB7565;
	font-size: 0.8125em;
	font-weight: 400;
	line-height: 1.769em;
}
.txt15 {
	font-size: 0.9375em;
	font-weight: 400;
	line-height: 1.769em;
}
.txt18 {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.769em;
}
.txt21 {
	font-size: 1.3125em;
	font-weight: 500;
	line-height: 1.769em;
}
.txt28 {
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.769em;
}
.notice {
    display: block;
    width: 20%;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.769em;
    color: #fff;
    text-align: center;
    background-color: #000;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}
address {
    color: #fff;
    text-align: center;
    font-size: x-small;
    text-decoration: none;
    font-style: normal;
}

.center {
	text-align: center;
}

.mgt30 {
	margin-top: 30px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt80 {
	margin-top: 80px;
}
.now {
    text-decoration: underline;
    color: #FFFFFF;
}

/*==================================================
slider2
===================================*/
.slider2 {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width: 94%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
}

.slider2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:10px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:4px;/*ドットボタンのサイズ*/
    height:4px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}