@charset "utf-8";
body {
	background: #000012;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cb-slideshow, .cb-slideshow:after {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100dvh;
}
.cb-slideshow li span {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: none;
	color: transparent;
	        animation: imageAnimation 30s linear infinite 0s;

	-webkit-animation: imageAnimation 30s linear infinite 0s;
	   -moz-animation: imageAnimation 30s linear infinite 0s;
	    -ms-animation: imageAnimation 30s linear infinite 0s;
	     -o-animation: imageAnimation 30s linear infinite 0s;
}
.cb-slideshow li div {
	opacity: 0;
	position: absolute;
	top: 25%;
	left: -20%;
	z-index: 1000;
	width: 100%;
	color: #fff;
	text-align: center;
	        animation: titleAnimation 30s linear infinite 0s;

	-webkit-animation: titleAnimation 30s linear infinite 0s;
	   -moz-animation: titleAnimation 30s linear infinite 0s;
	    -ms-animation: titleAnimation 30s linear infinite 0s;
	     -o-animation: titleAnimation 30s linear infinite 0s;
}
.cb-slideshow li div h3 {
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .55);
}
.cb-slideshow li:nth-child(1) span {
	background-image: url(../img/top_img01.jpg);
}
.cb-slideshow li:nth-child(2) span {
	background-image: url(../img/top_img02.jpg);
	        animation-delay: 6s;

	-webkit-animation-delay: 6s;
	   -moz-animation-delay: 6s;
	    -ms-animation-delay: 6s;
	     -o-animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
	background-image: url(../img/top_img03.jpg);
	        animation-delay: 12s;

	-webkit-animation-delay: 12s;
	   -moz-animation-delay: 12s;
	    -ms-animation-delay: 12s;
	     -o-animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
	background-image: url(../img/top_img04.jpg);
	        animation-delay: 18s;

	-webkit-animation-delay: 18s;
	   -moz-animation-delay: 18s;
	    -ms-animation-delay: 18s;
	     -o-animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
	background-image: url(../img/top_img05.jpg);
	        animation-delay: 24s;

	-webkit-animation-delay: 24s;
	   -moz-animation-delay: 24s;
	    -ms-animation-delay: 24s;
	     -o-animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) span {
	background-image: url(../img/top_img06.jpg);
	        animation-delay: 30s;

	-webkit-animation-delay: 30s;
	   -moz-animation-delay: 30s;
	    -ms-animation-delay: 30s;
	     -o-animation-delay: 30s;
}

.cb-slideshow li:nth-child(2) div {
	        animation-delay: 6s;

	-webkit-animation-delay: 6s;
	   -moz-animation-delay: 6s;
	    -ms-animation-delay: 6s;
	     -o-animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) div {
	        animation-delay: 12s;

	-webkit-animation-delay: 12s;
	   -moz-animation-delay: 12s;
	    -ms-animation-delay: 12s;
	     -o-animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) div {
	        animation-delay: 18s;

	-webkit-animation-delay: 18s;
	   -moz-animation-delay: 18s;
	    -ms-animation-delay: 18s;
	     -o-animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) div {
	        animation-delay: 24s;

	-webkit-animation-delay: 24s;
	   -moz-animation-delay: 24s;
	    -ms-animation-delay: 24s;
	     -o-animation-delay: 24s;
}
.cb-slideshow li:nth-child(6) div {
	        animation-delay: 30s;

	-webkit-animation-delay: 30s;
	   -moz-animation-delay: 30s;
	    -ms-animation-delay: 30s;
	     -o-animation-delay: 30s;
}
@keyframes imageAnimation {
	0% {
		opacity: 0;
		        animation-timing-function: ease-in;

		-webkit-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;
		        animation-timing-function: ease-out;

		-webkit-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;

		-webkit-animation-timing-function: ease-in;
	}
	8% {
		opacity: 1;

		-webkit-animation-timing-function: ease-out;
	}
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes titleAnimation {
	0% {
		opacity: 0;
		transform: translateY(-200px);
	}
	8% {
		opacity: 1;
		transform: translateY(0px);
	}
	17% {
		opacity: 1;
		transform: translateY(0px);
	}
	19% {
		opacity: 0;
		transform: translateY(200px);
	}
	25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes titleAnimation {
	0% {
		opacity: 0;

		-webkit-transform: translateY(-200px);
	}
	8% {
		opacity: 1;

		-webkit-transform: translateY(0px);
	}
	17% {
		opacity: 1;

		-webkit-transform: translateY(0px);
	}
	19% {
		opacity: 0;

		-webkit-transform: translateY(200px);
	}
	25% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}
/*--------- header部分 -----------------------------------------------*/
.head_logo {
	float: left;
	width: 200px;
	text-align: center;
}
h3 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
	text-align: center;
}
.head_right {
	float: right;
	width: 250px;
	margin-right: 15px;
	text-align: center;
}
.text01 {
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
}
.text02 {
	width: 230px;
	height: 25px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	color: #64c4db;
	font-size: 11px;
	line-height: 25px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro", serif;
	text-align: center;
}
.text03 {
	color: #5e5e5e;
	font-size: 10px;
	line-height: 13px;
}
.text04 {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro", serif;
	text-align: center;
}

.foot_text {
	height: 14px;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 6px;
	background-color: #192683;
	color: #ffc447;
	font-size: 11px;
	line-height: 14px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro", serif;
	letter-spacing: 1px;
	text-align: right;
}
.foot_text a:link, .foot_text a:visited {
	color: rgba(255, 196, 71, 1);
	text-decoration: none;
}
.foot_text a:hover, .foot_text a:active {
	color: #fff;
	text-decoration: none;
}
/*--------- nav部分 -----------------------------------------------*/
footer {
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: all .5s ease-in 0s;
}
footer:hover {
	bottom: 0;
}
.foot_box {
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #192683;
}
.foot_logo {
	margin-left: 30px;
}
.foot_logo img {
	vertical-align: top;
}
#foot_navigation {
	width: 950px;
	margin-left: 30px;
	padding-top: 40px;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
}
#foot_navigation:after {
	position: relative;
	height: 13px;
	border-right: 1px solid #fff;
	content: "";
}
.foot-menu {
	float: left;
	width: 950px;
}

.foot-menu ul li {
	display: inline;
	position: relative;
	z-index: 3;
	float: left;
}
.foot_menu01 {
	display: inline;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -155px;
	z-index: 0;
	width: 230px;
	margin: 0;
	padding: 0;
	color: #fff;
	transition: all .2s ease-in-out;
}
.foot_menu02 {
	display: inline;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -124px;
	z-index: 0;
	width: 210px;
	margin: 0;
	padding: 0;
	color: #fff;
	transition: all .2s ease-in-out;
}
.foot_menu03 {
	display: inline;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -124px;
	z-index: 0;
	width: 220px;
	margin: 0;
	padding: 0;
	color: #fff;
	transition: all .2s ease-in-out;
}
.foot_menu04 {
	display: inline;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -92px;
	z-index: 0;
	width: 150px;
	margin: 0;
	padding: 0;
	color: #fff;
	transition: all .2s ease-in-out;
}
.foot-menu ul li:hover > ul {
	display: block;
	visibility: visible;
	opacity: 1;
	left: 0;
	transition: all .6s ease-in-out .5s;
}
.foot-menu ul li:hover > ul:hover {
	opacity: 1;
}
.foot-menu ul li > a, .foot-menu ul li > ._a {
	display: block;
	padding: 0 15px;
	overflow: hidden;
	text-decoration: none;
	/*border-radius:3px;*/
}
* html .foot-menu ul li a {
	display: inline-block;
}
.foot-menu ul li ul li a {
	margin: 0;
	transition: all .2s ease-in-out;
}
.foot-menu ul li ul li {
	width: 100%;
	border-bottom: solid 1px #ececec;
	transition: all .2s ease-in-out;
}
.foot-menu ul ul {
	z-index: 101;
	background-color: rgba(255, 255, 255, .7);
} /*hoverの時*/
.foot-menu ul ul li a, .foot-menu ul ul li a:link, .foot-menu ul ul li a:visited {
	z-index: 1000;
	height: 30px;
	margin-right: 0 !important;
	margin-left: 0 !important;
	color: #000;
	text-align: left;
	text-transform: capitalize;
} /*hoverの時*/
.foot-menu ul ul li:hover > a {
	padding-left: 15px;
	text-decoration: none !important;
	cursor: pointer;
} /*hoverの時のアニメーション*/
.orange ul ul li:hover > a {
	text-decoration: none !important;
}
.orange ul li a, .orange ul li ._a {
	color: #fff;
	text-align: center;
}
.foot_list_item a, .foot_list_item ._a {
	opacity: 1;
	transition: all .5s ease-in-out 0s;
}
.foot_list_item a:hover, .foot_list_item ._a:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, .7);
	color: #000 !important;
}
.orange .foot_list_item:after {
	position: absolute;
	top: 8px;
	height: 13px;
	border-right: 1px solid #fff;
	content: "";
}
.text_eng {
	color: #5c5c5c;
	font-size: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro", serif;
}

/*--------- news部分 -----------------------------------------------*/
.news {
	position: absolute;
	top: 0;
	right: 0;
	width: 270px;
	margin-top: 185px;
	margin-right: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: rgba(255, 255, 255, .52);
}
.news_title {
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 17px;
	line-height: 17px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro", serif;
	letter-spacing: 1px;
	text-align: center;
}
.news .to_list {
	position: relative;
	top: 18px;
	color: #000;
	font-size: 11px;
	line-height: 11px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro", serif;
	text-decoration: none;
	text-align: right;
}
.news .to_list a:link, .news .to_list a:visited {
	color: #000;
	text-decoration: none;
}
.news .to_list a:hover, .news .to_list a:active {
	color: #5e5e5e;
	text-decoration: none;
}
/*--------- ご予約ボタン部分 -----------------------------------------------*/
.reservation {
	position: absolute;
	top: 120px;
	right: 25px;
	width: 145px;
	height: 48px;
}
/*--------- ご予約ボタン部分 -----------------------------------------------*/
.reservation2 {
	position: absolute;
	top: 120px;
	right: 180px;
	width: 145px;
	height: 48px;
}
.over div {
	transition: all .3s linear 0s;
}
div.overfront {
	position: absolute;
	z-index: 1;
}
div.overback {
	position: absolute;
	z-index: 0;
}
.over:hover div.overfront {
	        opacity: 0;

	-webkit-opacity: 0;
	   -moz-opacity: 0;
	     -o-opacity: 0;
}

/*--------- メルマガ部分 -----------------------------------------------*/
.mailmaga {
	position: absolute;
	top: 323px;
	right: 25px;
	width: 300px;
}
.mail_title img {
	vertical-align: bottom;
}
.mail_box01 {
	position: relative;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
	background-color: rgba(255, 255, 255, .52);
}


.mail_box02_left {
	float: left;
	width: 180px;
}
.mail_box02_right {
	float: right;
	width: 90px;
	text-align: center;
}
.mail_text01 {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
.mail_text02 {
	padding-bottom: 2px;
	color: #000;
	font-size: 13px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
}

.mail_text03 {
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
.mail_text04 {
	padding-top: 5px;
	color: #000;
	font-size: 12px;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
}
.mail_text04 a:visited, .mail_text04 a:link {
	color: #000;
	text-decoration: none;
}
.mail_text04 a:hover, .mail_text04 a:active {
	color: #636363;
	text-decoration: none;
}
.mail_text05 {
	font-weight: bold;
	font-size: 16px;
}
.mail_text06 {
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #d80003;
	background-color: rgba(255, 255, 255, .74);
	color: rgba(216, 0, 3, 1);
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
form, input, textarea {
	margin: 0; /* マージンをリセット */
	color: #000;
	font-size: 13px;
}
input[type="text"] {
	width: 180px;
	height: 20px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 0;
	background-color: #000;
	color: #fff;
}
input[type="submit"] {
	width: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 0;
	background-image: linear-gradient(
	180deg,
	rgba(255, 255, 255, .14) 53.37%,
	rgba(255, 255, 255, 0) 53.37%
	);
	background-color: #000;
	color: #fff;
	border-spacing: 0 0;
}
.mail_submit {
	width: 65px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	transition: all 0s linear 0s;
}
.mail_submit:hover {
	        opacity: .8;

	-webkit-opacity: .8;
}

/*--------- ご予約ボタン部分 -----------------------------------------------*/
.price_box {
	position: absolute;
	right: -105px;
	bottom: -120px;
	width: 265px;
	height: 109px;
	/*background-image: linear-gradient(
	315deg,
	rgba(255, 255, 255, 0) 25%,
	rgba(255, 255, 255, .2) 25%,
	rgba(255, 255, 255, .2) 50%,
	rgba(255, 255, 255, 0) 50%,
	rgba(255, 255, 255, 0) 75%,
	rgba(255, 255, 255, .2) 75%
	);*/
}

.stop_mailmaga {
	margin-bottom: 30px;
	font-family: "Roboto","Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.stop_mailmaga.top {
	margin-bottom: 0;
}
.stop_mailmaga ._1 {
	color: #d80003;
	font-size: 15px;
	line-height: 1.5em;
}
.stop_mailmaga.top ._1 {
	color: #d80003;
	font-size: 12px;
	line-height: 1.4em;
}
.stop_mailmaga ._2 {
	margin-top: 30px;
	text-align: center;
}
.stop_mailmaga.top ._2 {
	margin-top: 15px;
}
.stop_mailmaga ._2 a {
	padding: 11px 20px 10px;
	background-color: #d80003;
	color: #fff;
}
.stop_mailmaga.top ._2 a {
	padding: 6px 12px 5px;
}