@charset "UTF-8";
/* CSS Document */
.br_sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.br_sp {
		display: block;
	}
	.br_pc {
		display: none;
	}
}
/* othermenu共通　breakfast.php, lunch.php, dinner.php */
.other {
	padding-right: 5%;
	padding-left: 5%;
}
.menu_other {
	display: flex;
	padding-right: 5%;
	padding-left: 5%;
}
.menu_other > li {
	width: 50%;
}
.menu_other_attention {
	margin-right: 5%;
}
@media screen and (max-width: 768px) {
	.menu_other {
		flex-direction: column;
	}
	.menu_other > li {
		width: 100%;
	}
	.menu_other_attention {
		margin-right: 0;
	}
}
/* lunch.php */
.lunch .lunchblock_text {
	padding-right: 10%;
}
.lunchblock_text_note {
	font-size: 12px;
	color: #3A3A3A;
}
/* dinner.php */
@media screen and (max-width: 768px) {
	.lunchblock_text_note {
		font-size: 3vw;
	}
	.lunch .event_block02 {
		margin-top: 10vw;
	}
}
/* dinner.php */
.menu_list.three {
	display: flex;
}
/* single.php */
.ani_event img {
	width: auto; /* wp対策 */
	height: auto; /* wp対策 */
}
.single .event_block02 {
	width: 90%;
}
/* event */
.news_image {
	display: block;
	margin: auto;
}
.sp .news_image {
	width: 100%;
}
.ani_event img {
	width: 100%; /* 20190919追記 */
}
/* 20191128お知らせテーブルレイアウト */
.ani_event .tx-left {
	text-align: left;
}
.ani_event .bold {
	font-weight: bold;
}
.ani_event .priceblock {
	width: 600px;
	margin: 10px auto 80px;
}
.ani_event .priceblock-sp {
	display: none;
}
.ani_event .pricelist {
	width: 600px;
	border-collapse: collapse;
	border: solid 2px;
}
.ani_event .pricelist th {
	width: 200px;
	border: solid 1px;
	font-weight: normal;
	height: 48px;
}
.ani_event .pricelist td {
	border: solid 1px;
	text-align: center;
	height: 48px;
}
.ani_event .news-block {
	width: 90%;
	max-width: 600px;
	margin: 60px auto 100px;
}
.ani_event .news-block p {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.ani_event .priceblock {
		display: none;
	}
	.ani_event .priceblock-sp {
		width: 100%;
		margin: 20px auto 30px;
		display: block;
		max-width: 520px;
	}
	.ani_event .pricelist-sp {
		width: 100%;
		border-collapse: collapse;
	}
	.ani_event .pricelist-sp:last-of-type {
		margin-top: 20px;
	}
	.ani_event .pricelist-sp_head {
		background-color: #104a623b;
	}
	.ani_event .pricelist-sp th {
		width: 50% !important;
		border: solid 1px;
		font-weight: normal;
		text-align: left;
		display: table-cell;
		padding: 0 5px;
		height: min(9.8vw, 58px);
	}
	.ani_event .pricelist-sp td {
		width: 50% !important;
		border: solid 1px;
		text-align: center;
		display: table-cell;
	}
	.ani_event .news-block {
		width: 100%;
		margin-top: 40px;
		margin-bottom: 40px;
	}
}
/* 20200525 お知らせ */
.news202005_block {
	width: 100%;
	max-width: 650px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f3f6f7;
	font-size: 14px;
}
.news202005_block dl {
	display: flex;
	margin-bottom: 1em;
}
.news202005_block dt {
	width: 133px;
}
.news202005_note p {
	font-size: 12px;
	margin-bottom: 0.5em;
}
.news202005_note_list {
	text-indent: -1em;
}
.news202005_note_list li {
	font-size: 12px;
	padding-left: 1.5em;
}
.news202005_note_list li::before {
	content: "・";
}
@media screen and (max-width: 768px) {
	.news202005_block {
		width: auto;
		margin-top: 15px;
		margin-bottom: 15px;
		padding: 10px;
		font-size: 3.4vw;
	}
	.news202005_block dl {
		flex-direction: column;
	}
	.news202005_block dt {
		width: 100%;
	}
	.news202005_block dd {
		width: 100%;
	}
	.news202005_note p {
		font-size: 3vw;
	}
	.news202005_note_list li {
		font-size: 3vw;
		padding-left: 1em;
	}
}
/* 20200604 抹茶フェアお知らせ */
.newsimg_sp {
	display: none;
}
.news_float_left {
	width: calc(100% - 340px);
	float: left;
}
.news_float_left p {
	margin-bottom: 4em;
}
.news_float_right {
	width: 300px;
	float: right;
	margin-top: 25px;
}
.news_float_right p {
	margin-top: 0;
}
.news_logo_box {
	width: 78%;
	margin: 0 auto;
}
.news_logo_box img {
	width: 200px;
	height: auto;
	float: left;
}
.news_text {
	margin-left: 230px;
}
@media screen and (max-width: 768px) {
	.newsimg_sp {
		display: block;
	}
	.newsimg_pc {
		display: none;
	}
	.news_float_left {
		width: auto;
		float: none;
	}
	.news_float_left p {
		margin-bottom: 2em;
	}
	.news_logo_box {
		width: auto;
	}
	.news_logo_box img {
		float: none;
		margin: 0 auto 15px;
		width: 90%;
		max-width: 320px;
	}
	.news_text {
		margin-left: 0;
	}
}
/* 2020.07.28 海老フェア */
/*breakfast.php*/
.event_block01.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.event_block01.flex .event_block01_l .inner {
	position: static;
}
.event_block01 .summerspecial {
	width: 320px;
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: 0.5em 0.75em;
	color: #104a62;
	border: 2px solid #104a62;
}
.event_block01 .summerspecial .block_head {
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 95%;
	padding-left: 0.5em;
	color: #f00;
}
.event_block01 .summerspecial .title {
	margin-top: 0;
	margin-left: 0;
	color: #104a62;
	font-weight: bold;
}
.event_block01 .summerspecial .note {
	margin-left: 0.5em;
	font-size: 12px;
	font-weight: normal;
}
.event_block01 .summerspecial dl {
	margin-left: 1em;
}
.event_block01_note.l-layout_pc {
	display: block;
	margin-left: 4.25%;
}
/*.event_block01_note.l-layout {
  display: none;
}*/	
@media screen and (max-width: 768px) {
	.event_block01.flex {
		flex-direction: column;
	}
	/* .event_block01_note.l-layout {
    display: block;
  }
  .event_block01_note.l-layout_pc {
    display: none;
  }*/
	.event_block01 .summerspecial {
		width: 90%;
	}
	.event_block01 .summerspecial .note {
		display: block;
		font-size: 3vw;
	}
}
/* 2020.07.29 オマール海老バナー,2020.11.20お正月バナー*/
.breakfast-banner {
	width: 100%;
	max-width: 560px;
	margin: 60px auto 0;
	transition: 0.3s;
	text-decoration: none;
}
.breakfast-banner.sp {
	display: none;
}
.breakfast-banner a {
	text-decoration: none;
}
.breakfast-banner_text {
	margin-top: 0.5em;
	display: block;
	color: #104a62;
}
.breakfast-banner_text i {
	margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
	.breakfast-banner.pc {
		display: none;
	}
	.breakfast-banner.sp {
		display: block;
		margin-top: 30px;
	}
	.breakfast-banner_text {
		font-size: 3.4vw;
	}
}
/* 2020.08.06 オマール海老バナー下ボタン*/
.pc .breakfast-banner_container {}
.breakfast-banner_btn {
	background: #fff;
	padding: 4px 4px;
	box-sizing: border-box;
}
.sp .breakfast-banner_btn {
	width: auto;
}
.breakfast-banner_btn a {
	/*border: dashed 2px #fff;*/
	width: auto;
	text-align: center;
	font-weight: bold;
	/*padding: 10px 0;*/
	color: #e80000;
	display: block;
}
.breakfast-banner_btn a span {
	color: #000;
}
.breakfast-banner_btn a i {
	margin-left: 0.5em;
}
/* 20210812 GOTHIC SWEETS COLLECTION 2021 */
/* 20210812 eventコンテンツの画像幅を無理に広げる */
.l_img {
	width:800px;
	margin-left:-100px;
	}
/* 20200819 お知らせ */
.red_campaign {
	background: rgba(0, 0, 0, 0.08);
	padding: 10px;
}
.ani_event p.red_campaign_inner {
	display: block;
	border: solid 1px rgba(255, 0, 4, 1.00);
	padding: 1.5em;
	margin-top: 0;
}
.web_reservation {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.web_reservation span {
	color: #FF0000;
}
/* footer.php SNS */
.sns {
	text-align: center;
	margin-top: 40px;
}
.sns li {
	display: inline-block;
	width: 60px;
	margin: 0 40px;
	vertical-align: middle;
}
.sns li:first-child {
	width: 55px;
}
/* 20200911 DRINKレイアウト変更 */
.event_block01.flex#drink {
	align-items: flex-start;
}
h5.drinkHead {
	font-size: 17px;
	text-decoration: underline;
	margin-bottom: 0.5em;
}
.menu__flame {
	border: 1px solid #000;
	padding: 0.7em 1.5em;
	font-size: 14px;
	margin: 20px 0 50px 10%;
}
.event_block01 .event_block01_l p.menu__flame--note {
	margin-left: 0;
}
.menu__flame ul.freedrink {
	display: flex;
	flex-wrap: wrap;
}
.menu__flame ul.freedrink li {
	flex-basis: 50%;
}
.menuContainer {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 30px;
	padding: 0 5%;
}
.menuContainer__column {
	flex-basis: calc(100%/3 - 7%);
}
.menuContainer__column--type {
	width: 100%;
}
.menuContainer__column--type h5.drinkHead {
	color: #26799C;
}
.menuContainer h6 {
	margin-bottom: 0.5em;
}
.menuContainer ul {
	margin-bottom: 20px;
}
.menuContainer ul li {
	margin-bottom: 8px;
	position: relative;
	text-indent: -30px;
	margin-left: 30px;
	width: 100%;
}
.menuContainer ul li .menu__en {
	font-size: 13px;
}
.menuContainer ul li .menu__price {
	bottom: 0;
	text-align: right;
	position: absolute;
	right: 0;
}
.menuContainer ul.wide li .menu__en {
	position: absolute;
	left: 40em;
}
.menuContainer ul.wide li .menu__price {
	right: auto;
	left: 58em;
}
.menuContainer__bg {
	width: 80%;
	margin: 10px auto 0;
	text-align: center;
	padding: 1.5em;
	background-color: #EBF6FB;
}
.menuContainer__bg2 {
	background-color: #EAF0F9;
}
.menuContainer__bg .menu__price {
	font-weight: bold;
	margin-bottom: 0.4em;
}
.menuContainer__bg .menu__note {
	margin-top: 1.5em;
	font-size: 12px;
}
.wineBuffet_menu {
	text-align: left;
	padding: 0 40px;
	line-height: 1.7;
}
.menuContainer ul.wineBuffet_menu li {
	text-indent: -6em;
	margin-left: 6em;
}
@media screen and (max-width: 768px) {
	/* 20200911 DRINKレイアウト変更 SP */
	#drink .event_block01_l {
		width: 100%;
	}
	#drink .event_block01_l .inner {
		width: 90%;
		padding-left: 5%;
	}
	h5.drinkHead {
		font-size: 4vw;
	}
	.menu__flame {
		padding: 0.7em 1.5em;
		font-size: 3.4vw;
		margin: 5vw auto 0;
	}
	.event_block01 .event_block01_l p.menu__flame--note {
		font-size: 3vw;
	}
	.menuContainer {
		display: block;
		font-size: 3.4vw;
		margin: 6vw auto 0;
		padding: 0;
		width: 90%;
	}
	.menuContainer ul {
		margin-bottom: 6vw;
	}
	.menuContainer ul li {
		text-indent: -7vw;
		margin-left: 7vw;
		width: auto;
	}
	.menuContainer ul li .menu__en {
		font-size: 3.2vw;
	}
	.menuContainer ul li .menu__price {
		right: 7vw;
	}
	.menuContainer ul.wide li .menu__en {
		position: relative;
		left: 0;
	}
	.menuContainer ul.wide li .menu__price {
		right: 7vw;
		left: auto;
	}
	.menuContainer ul li .menu__price--sp {
		text-align: right;
		position: absolute;
		top: 0;
		right: 7vw;
	}
	.menuContainer__bg {
		padding: 1em 1em;
		width: auto;
	}
	.menuContainer__bg p {
		font-size: 3.4vw;
	}
	.menuContainer__bg .menu__note {
		font-size: 3vw;
	}
	.wineBuffet_menu {
		padding: 0 0px;
	}
	.menuContainer ul.wineBuffet_menu li {
		text-indent: -1em;
		margin-left: 1em;
	}
}
/*2020.12/7-12/18 朝食お知らせ*/
.breakfast_info {
	font-weight: bold;
}
.event_block01 .event_block01_l .breakfast_info p {
	color: #F30000;
	margin-top: 20px;
	margin-bottom: 0.8em;
}
.breakfast_info dl {
	color: #F30000;
	margin-left: 10%;
	font-size: 14px;
	display: flex;
}
.breakfast_info dt {
	width: 100px;
}
.breakfast_info div {
	margin-top: 0.8em;
	margin-left: calc(10% + 1em);
	color: #F30000;
	text-indent: -1em;
}
@media screen and (max-width: 768px) {
	.breakfast_info dl {
		margin-left: 0;
		font-size: 3.4vw;
	}
	.breakfast_info dt {
		width: 30%;
	}
	.breakfast_info div {
		margin-left: 1em;
		font-size: 3vw;
	}
}
/*2021.03.04 Pink Dress*/
p.pdc_h4 {
	text-align: center;
	font-size: 22px;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.pdc_section {
	display: flex;
    justify-content: center;
	padding-left: 5%;
	margin-bottom: 30px;
}
.pdc_section .pdc_section_logo {
	width: 36%;
}
.pdc_section .pdc_section_text {
	padding: 0 5%;
}
.pdc_section .pdc_section_text .pdc_text01 {
	font-size: 18px;
	margin-left: -0.5em;
	font-weight: bold;
}
.pdc_section .pdc_section_text .pdc_text02 {
	font-size: 18px;
}
.pdc_section .res_btn {
	margin-top: 0;
}
@media screen and (max-width:768px) {
	p.pdc_h4 {
		font-size: min(4.4vw, 180%);
		margin-top: 1em;
		margin-bottom: 0.5em;
	}
	.pdc_section {
		display: block;
		padding-left: 0;
		margin-bottom: 30px;
	}
	.pdc_section .pdc_section_logo {
		width: auto;
		max-width: 300px;
		margin: 0 auto;
		padding: 0 30px;
	}
	.pdc_section .pdc_section_text {
		text-align: center;
	}
	.pdc_section .pdc_section_text .pdc_text01 {
		font-size: min(3.7vw, 140%);
	}
	.pdc_section .pdc_section_text .pdc_text02 {
		font-size: min(3.7vw, 140%);
	}
	.pdc_section .pdc_section_text .pdc_text03 {
		font-size: min(3.4vw, 120%);
	}
	.pdc_section .res_btn {
		margin-top: 2vw;
	}
}
/* 20210424 dinnerに特別価格を表記 */
.event_block01 .event_block01_l .priceblock {
	/*position: relative;*/
	top: -1.75em;
}
.event_block01 .event_block01_l .priceblock dl {
	align-items: flex-end;
	flex-wrap: wrap;
}
.event_block01 .event_block01_l .priceblock dt {
	width: 160px;
}
.event_block01 .event_block01_l .priceblock dd:first-of-type {
	width: 70px;
}
@media screen and (max-width:768px) {
	.event_block01 .event_block01_l .priceblock {
		top: 0;
	}
	.event_block01 .event_block01_l .priceblock dt {
		width: 40%;
	}
	.event_block01 .event_block01_l .priceblock dd:first-of-type {
		width: auto;
	}
	.event_block01 .event_block01_l .priceblock dd:nth-of-type(2) {
		margin-left: 40%;
		margin-bottom: 1em;
	}
}
/* 20210424 lunch dinnerにイベントのバナーを設置 */
.event_block01_r_link {
	width: 80%;
	margin: 40px 20% 0 0;
}
.event_block01_r_link a {
	display: block;
}
@media screen and (max-width:768px) {
	.event_block01_r_link {
		margin: 30px auto 0;
	}
}
/* 20220805 NEWSページの下部に「終了しました」項目追加; */
.info_end {
	color: #104A62;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.info_end span {
	background: #fff;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.info_end:before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 2px);
	width: 100%;
	height: 5px;
    border-top: solid 1px #104A62;
	border-bottom: solid 1px #104A62;
	z-index: 0;
}
@media screen and (max-width:768px) {
	.info_end {
		font-size: 20px;
	}
}

/*------------ 3SUP_MHM-3324 MV動画掲載 -------------*/
/*202405 メインビジュアル動画*/
.movie-frame iframe, .movie-frame video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mvMovie {
  height: 100vh;
	opacity: 0;
  position: fixed;
	transition: opacity 0.3s ease-out;
  width: 100vw;
	z-index: 1;
}
#mvMovie.active {
	opacity: 1;
}
#mvMovie:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  opacity: .2;
  z-index: 1;
  pointer-events: none;
}
#movieStartBtnWrap {
	bottom: 0;
	height: 126px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 126px;
	z-index: 10;
	opacity: 0;
}
#movieStartBtnWrap.active {
	opacity: 1;
	transition: opacity 0.3s ease-out;
}
#movieStartBtn {
	display: block;
  margin-top: 10px;
  width: 126px;
  height: 126px;
  position: relative;
  transition: opacity 0.3s;
}
#movieStartBtn:before {
  animation: 12s linear infinite rotation;
  background: url(../images/top/circle-playmovie.svg) left top / 100% 100% no-repeat;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
#movieStartBtn .iconMovie {
  height: auto;
  width: 100%;
}
#movieStartBtn:hover {
  opacity: 0.8;;
}
/* モーダル動画 */
#modal-movie * {
  box-sizing: border-box;
}
#modal-movie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
	padding: 60px 55px 25px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1;
}
#modal-movie.is-active {
  opacity: 1;
  pointer-events: auto;
	z-index: 101;
}
#modal-movie .modal__overlay {
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#modal-movie .modal-panel {
  align-items: center;
  display: flex;
  height: fit-content;
  justify-content: center;
  position: relative;
  width: fit-content;
}
#modal-movie video {
  aspect-ratio: 16 / 9;
  left: 0;
  max-width: 100%;
  max-height: calc(100vh - 85px);
  margin: 0 auto;
  object-fit: contain;
  top: 0;
}
.modal__close-btn {
  position: absolute;
  top: -45px;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  cursor: pointer;
  z-index: 10;
  text-indent: -9999em;
  outline: none;
  border: 0;
}
.modal__close-btn span {
  width: 100%;
  height: 2px;
  left: 50%;
  top: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
}
.modal__close-btn span::before, 
.modal__close-btn span::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.modal__close-btn span::before {
  transform: rotate(135deg);
}
.modal__close-btn span::after {
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .pc-video {
    display: none;
  }
	#modal-movie {
		padding: 50px 15px 15px;
	}
  #modal-movie video {
    aspect-ratio: 9 / 16;
		height: calc(90vh - 65px);
	}
}
@media (min-width: 768px) {
  .sp-video {
    display: none;
  }
}