@charset "utf-8";
* {
	margin: 0;padding: 0;
	box-sizing:border-box;
}
html,body {
	margin: 0;padding: 0;
}
body {
	background-color: #fff;
	display: block;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	min-height: auto;
	text-align: center;
	font-family: "M PLUS Rounded 1c",sans-serif;
	color: rgba(0,0,0,0.8);	
}
.c-standby {
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;left:0;
    z-index: 99999;
    background: #fff;
    color: #000;
}
.c-standby span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
h1,h2,h3,h4,h5,p,li{
	transform: rotateZ(0.03deg);
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:link {
  color: #3498db;
  text-decoration: none;
}
/* すでに訪れたリンク */
a:visited {
  color: #9d4dff;
}
a :hover{
	opacity: 0.8;
}
img{
	width:100%;
	height: auto;
	display: block;
	margin: 0 auto;
	vertical-align: bottom;
}
ul li{
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
	color: rgba(0,0,0,0.7);
	word-break: break-all;
	overflow-wrap: break-word;
}
p{
	color: rgba(0,0,0,0.7);
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	padding:0;	
}
.countainer_wrapper{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto;
	background-image: url("../images/bg.webp");
	background-size: 100% auto;
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}
main{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	box-shadow: 2px 2px 20px 10px rgba(255, 0, 255, 0.1);
	background-color: rgba(255,255,255,0.5);
}
/*header*/
header{
	background: linear-gradient(30deg,#fdbfdf,#c4aaec);
	padding:6px 0;
}
header p{	
	color: #FFF;
	font-weight: 700;
	font-size: 16px;
	filter: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
section{
	display: block;
	position: relative;
	padding: 40px 0;
}
.bg_sp{display: none;}
#topkv,#navi{padding: 0;}
/*NAV_PC*/
.pc_nav{
	width: 100%;
	display: flex;	
	justify-content: space-between;
	border-top: 1px solid #FFF;
	background: linear-gradient(0deg,#fdbfdf,#c4aaec);
}
.pc_nav a{
	width: 25%;
	display: block;	
	color: #FFF;
	text-align: center;		
}
.pc_nav a:hover{
	opacity: 0.8;
	background-color: rgba(255,255,255,0.1);
}
.pc_nav a p{	
	font-size: 20px;
	padding:8px 0;
	border-right: 1px solid #FFF;
	color: #FFF;
	font-weight: 700;
	text-align: center;	
	text-shadow: none;
}
/*冒頭*/
.h1_div{
	filter: drop-shadow(1px 1px 8px rgba(255,255,255,1));
}
h1{
	margin: 0px auto;
	margin-bottom: 30px;
	/*text-shadow: 1px 1px 2px #FFF;*/
	font-weight: 900;
	line-height: 1.3em;
	font-size: 42px;
	/* 1. 背景にグラデーションを指定 */
	background: linear-gradient(to right, #ff9fc1,#bd91ff);
	/* 2. 背景を文字の形に切り抜く */
	-webkit-background-clip: text;
	background-clip: text;
	/* 3. 文字自体の色を透明にする（背景を透かすため） */
	color: transparent;
}
.h1_bs11_p{
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}
.h1_sub_span{
	font-size: 32px;
}
.h1_p1,.h1_p2{
	font-family: "M PLUS Rounded 1c",sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: rgba(0,0,0,0.8);
	text-shadow: 0px 0px 4px #FFF;
}
.h1_p2{
	width: 100%;
	text-align: center;
	margin: 1em auto;
}
.kagikakko_span{
	display: inline-block;
	text-indent: -0.5em;
	vertical-align: bottom;
}
.h2_div{
	background: linear-gradient(180deg,#fdbfdf,#c4aaec);
	padding: 2px 0; 
	margin-bottom: 20px;
}

h2{
	font-weight: 900;
	color: #FFF;
	font-size: 34px;
	letter-spacing: 0.5px;
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
}
/*インフォ*/
.info_main_div{
	width: 90%;
	max-width: 560px;
	margin: 0 auto;
}
.info_p1{
	font-size: 24px;
	font-weight: 700;
	padding-top: 14px;	
	border-bottom: 2px solid #ccc;
}
.info_p2{
	font-size: 20px;
	padding-top: 6px;
}
.info_cafe{
	font-size: 24px;
}
.info_p3{
	font-size: 15px;
	line-height: 2em;
	margin-top: 4px;
	
}
.info_btn_a{
	display: inline;
	text-decoration: none;
}
.info_btn_a p{
	margin: 8px auto;
	display: inline-block;
	padding: 4px 1.5em;
	font-weight: 700;
	border-radius: 100px;
	background-color: #FFF;
	border:2px solid #c4aaec;
	color: #c4aaec;
	width: fit-content;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.info_btn_eeo_a{
	display: inline;
	text-decoration: none;	
}
.info_btn_eeo_a p{
	margin: 8px auto;
	margin-top: 0;
	display: inline-block;
	padding: 6px;
	font-size: 24px;
	font-weight: 900;
	border-radius: 100px;
	background-color: #fac217;
	color: #FFF;
	width: 90%;
	max-width: 360px;
	border:3px solid #FFF;
	box-shadow: 0 0 4px rgba(0,0,0,0.4);
	text-shadow: 0 0 4px rgba(0,0,0,0.2);
}
/*MAP*/
.map_title_p{
	font-size: 24px;
	font-weight: 900;
}
.map_iframe{
	text-align: center;
	margin: 8px auto;
	width: 100%;
	max-width: 760px;
	border:2px solid #c4aaec;
	border-radius: 10px;
	overflow: hidden;
}
.map_iframe iframe{
	width: 100%;
	height: 400px;
}
.map_flexbtn_div{
	display: flex;
	justify-content: center;
}
.map_flexbtn_a{
	margin-left: 6px;
	margin-right: 6px;
}
.map_flexbtn_a p{
	font-size: 14px;
	font-weight: 700;
	width: 180px;
}
/*animation*/
.ani_btn90{
	animation: btanime 3.5s infinite;
}
@keyframes btanime {
  0%{transform:scale(0.90);}
  50% {transform:scale(1.00);}
  100% {transform:scale(0.90);}
}
.ani_btn90:hover{
	animation: none;
}
/*入場制限*/
.in_limit_img{
	width: 90%;
	max-width: 922px;
	border: 1px solid #ffb7e5;
	margin: 0 auto;
}
.limit_div{
	margin: 10px auto;
	padding: 20px 0;
}
.limit_b{
	font-size: 28px;
	font-weight: 700;
	margin: 0em auto;
	margin-bottom: 1em;
}
.limit_p{
	font-size: 14px;
	margin-top: 1em;
}
.limit_btn_a {
    color: #FFF;
    text-align: center;
}
.limit_btn_a p {
    line-height: 1em;
    padding: 18px 0em;
    color: #FFF;
    background: #c4aaec;
    border-radius: 100px;
    margin: 18px auto;
    margin-top: 10px;
    text-align: center;
    font-weight: 900;
    width: 80%;
    max-width: 600px;
    font-size: 24px;   
    box-shadow: 0 0 4px rgba(0,0,0,0.2); 
}
.limit_btn_a img {
	display: inline;
    width: 24px;
    margin-left: 5px;
    height: auto;
    vertical-align: -2px;
}
.limit_p1 {
    font-size: 16px;
    width: fit-content;
    margin: 2px auto;
    font-weight: 500;
    text-align: left;
}
.limit_ul {
    margin: 8px auto;
    margin-top: 16px;
    width: 90%;
    max-width: 100%;

}
.limit_ul li{
	font-size: 14px;
	text-align: left;
}
.limit_btn_end{
	background: #999 !important;
}
.u-red{
	color: red;
}
/*イベント*/
#event{
	padding-bottom: 0;
}
.ev_div{
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
	background-color: #FFF;
	margin: 14px auto;
	margin-bottom: 24px;
	padding:20px 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.ev_flex_div,.ev_flex_div_re{
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	border:1px solid #FFF;
	width: 100%;	
	background-color: #FFF;	
}
.ev_flex_div_re{
	padding-left: 20px;
}
.ev_koimg_div,.ev_komoji_div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.ev_komoji_div{
	margin-left: 18px;
	margin-right: 18px;
}
.ev_b{
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
}
.ev_p{
	font-size: 20px;
	font-weight: 500;
	text-align: left;
}
.ev_ul{
	width: 100%;
	margin-top: 6px;
}
.ev_ul li{
	font-size: 16px;
	font-weight: 400;
}
.ev_sp_marginL, .ev_sp_marginR{
	width: 300px;
	height: auto;
	margin:0 20px;
}
/*GOODS*/
.goods_top_p{
	font-size: 20px;
	font-weight: 700;
}
.goods_in_div{
	margin: 0 auto;
	width: 90%;
	max-width: 960px;
}
.goods_in_div img{
	border:1px solid #ccc;
	margin: 16px auto;
}
/*ＰＯＰ文字*/
.pop_top_p,.menu_top_p{
	margin: 6px auto;
	font-weight: 700;
	font-size: 20px;
}
/*予約*/
.yoyaku_end_p{
	font-size: 16px;
	color: #333;
}
.yoyaku_mini_p{
	font-size: 12px;
	margin: 4px auto;
	color: #333;
}
/*メニュー*/
.tyui_ul{
	width: fit-content;
	max-width: 90%;
	margin: 0 auto;
}
.tyui_ul li{
	font-size: 14px;
}
/*注意事項*/
.att_ul{
	width: 680px;
	max-width: 90%;
	margin: 1em auto;
}
.att_ul li{
	font-size: 16px;
	padding-bottom: 4px;
}
.att_toi_dl{
	margin: 32px auto;
}
.att_toi_dl dt p{
	font-size: 16px;
	font-weight: 700;
}
.att_toi_dl dd p{
	font-size: 16px;
	font-weight: 500;
}
.att_x_div{
	margin: 0 auto;
	text-align: center;
	display: block;
	max-width: 300px;
	width: 90%;
}
.att_x_a{
	text-decoration: none;
	display: inline;
}
.att_x_a p{
	background: #000;
	text-align: center;	
	font-weight: 700;
	color: #FFF;
	padding: 8px 0;
	margin: 8px auto;
	display: inline-block;
	width: 80%;
	max-width: 256px;
	height: auto;
}
.att_x_p{
	padding-left: 0.5em;
	font-size: 15.5px;
	font-weight: 600;
	margin: 4px auto;
}
.att_mudan_p{
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 3em auto;
}
.att_totop_a img{
	width: 100%;
	max-width: 50px;
	height: auto;
	border:1px solid #c7abe9;
}
/**/

/*fooer*/
footer{
	border-top: 1px solid #999;
	padding:6px 0;
}
footer p{
	width: 100%;
	max-width: 1600px;
	font-size: 12px;
	margin: 0 auto;
}
footer p span{
	white-space: nowrap;
}
/*u-*/
.u-center{text-align: center !important;}
@media screen and (min-height: 1000px) {
.countainer_wrapper{
	background-size: cover;
	background-position: center;
}
}
