@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #a3cbe9;
	display: block;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	min-height: auto;
	text-align: center;
	font-family: "Noto Sans JP", 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(0deg);
}

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;
}

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 {
	position: relative;
	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 {
	display: block;
	position: relative;
	width: 100%;
}
.header nav{
	position: absolute;
	top: 0;
	left: 0;
	display:flex;
	justify-content:flex-end;
	align-items: center;
	width: 100%;	
}
/*NAVI*/
.header_nav_div{
	max-width: 1024px;
	width: 100%;
	height: 48px;
	position: fixed;
	inset: 0;
	margin: 0 auto;
	display: flex;	
	justify-content: space-between;
	z-index: 99;
	background: linear-gradient(0deg,#fdbfdf,#c4aaec);
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.header_space_div{
	width: 48px;
}
.header_navin_div{
	width: 195px;
	display: block;	
	text-align: center;	
}
.header_navin_div a{	
	width: 100%;
	height: 100%;
	display: block;	
	color: #FFF;
	text-align: center;		
	border-right: 1px solid #FFF;
}
.header_nav_div a:hover{
	opacity: 0.8;	
}
.header_nav_div a p{	
	font-size: 20px;
	padding:8px 0;	
	color: #FFF;
	font-weight: 700;
	text-align: center;	
	text-shadow: none;
}
/*SECTION*/
section {
	display: block;
	position: relative;	
	padding: 40px 0;
	padding-top: 50px;
}

.bg_sp {
	display: none;
}
/*TOP画像*/
#kvtop{
background-color: #a4cbea;
}
.first_section {
	padding: 0;
	padding-top: 48px;	
}
h1 {
	margin: 0px auto;
	padding-right: 1em;
	margin-bottom: 40px;
	/*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 span{
	font-weight: 800;
}

.h1_p_div{
	width: fit-content;
	max-width: 96%;
	margin: 16px auto;
	margin-bottom: 48px;
}

.h1_p{	
	margin-left:1em;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 700;
	text-align: left;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0px 0px 4px #FFF;
}
.h1_pls05{
text-indent: -0.5em;
}
.h1_top_mrgin{
margin-top: 12px;
}
.kagikakko_span {
	display: inline-block;
	text-indent: -0.5em;
	vertical-align: bottom;
}
/*NEWS*/
.news_h2{
	color: rgba(0, 0, 0, 0.6);
	font-weight: 700;
	font-size: 20px;
	background:linear-gradient(to right, #ff9fc1, #bd91ff);color: #FFF;
	width: 100%;
	margin: 0 auto;
}
.news_div {
	margin: 0 auto;
	width: fit-content;
	max-width: 90%;
	background-color: rgba(255,255,255,0.8);
	border-radius: 4px;
	border: 1px solid #bd91ff;
}
.news_div dl{
	text-shadow: none;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 12px 15px;
}
.news_div dl a{
	text-decoration: underline;
}
.news_div dl dt{
	text-align: center;
	padding-right: 16px;
}
.news_div dl dd{
	text-align: left;
}
.news_hr{
	width: 96%;
	margin:0 auto;
	border-bottom: 1px solid #bd91ff;
}

.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_side_div{
	margin: 0 auto;
	width: 90%;
	max-width: 720px;
}
.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: 16px;
	display: inline-block;
	padding: 6px;
	font-size: 24px;
	font-weight: 900;
	border-radius: 100px;
	background-color: #fdd000;
	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.1);
}
.info_mini_span1{
	font-size: 16px;
}
.info_mini_span2{
	font-size: 22px;
}
.ec_before_p{font-size: 14px;}
/*MAP*/
.map_title_p {
	font-size: 24px;
	font-weight: 900;
	padding-bottom: 8px;
}

.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 {
	margin-top: 8px;
	display: flex;
	justify-content: center;
}

.map_flexbtn_a {
	margin-left: 8px;
	margin-right: 8px;
}

.map_flexbtn_a p {
	font-size: 14px;
	font-weight: 700;
	width: 170px;
}

/*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;
}

/*ＰＯＰ文字*/
.pop_top_p,
.menu_top_p {
	margin: 6px auto;
	font-weight: 700;
	font-size: 20px;
}

/*注意事項*/
.att_div{
	margin: 0 auto;
	width: 90%;
	max-width: 700px;
}
.att_b{
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-weight: 700;
}
.att_div ul li{
	font-size: 15px;
	text-align: left;
	word-break: break-all;
	overflow-wrap: break-word;
	padding-bottom: 4px;
}
.att_whitemat_div{
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	padding: 28px 0;
	margin: 30px auto;
}
.att_toi_dl {
	margin: 32px auto;
	margin-top: 0;
}

.att_toi_dl dt p {
	font-size: 16px;
	font-weight: 700;
	margin: 0.5em auto;
}

.att_toi_dl dd p {
	font-size: 16px;
	font-weight: 500;
	padding:0;
}

.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-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}

.att_totop_a img {
	width: 100%;
	max-width: 50px;
	height: auto;
	border: 1px solid #c7abe9;
}

.att_notower_p{
	color: red;
	font-size: 15px;
	margin-top: 16px;
}
/*fooer*/
footer {
	border-top: 1px solid #ccc;
	padding: 6px 0;
	margin-top: 28px;
}

footer p {
	width: 100%;
	max-width: 1600px;
	font-size: 12px;
	margin: 0 auto;
}

footer p span {
	white-space: nowrap;
}

/*---アニメ動作---*/
.ani_btn95{
	animation: btanime 3.5s infinite;
}
@keyframes btanime {
  0%{transform:scale(0.95);}
  50% {transform:scale(1.00);}
  100% {transform:scale(0.95);}
}
.ani_btn95:hover{
	animation:none;
}
/*u-*/
.gray_hr{
	border-bottom: 1px solid #ccc;
	margin:1em auto;
}
.u-center {
	text-align: center !important;
}
.u-red {
	color: red;
}
.u-ls05{
	text-indent: -0.5em;
}
.u-ls0{
	text-indent: 0em;
}
.u-mt24{
	margin-top: 24px;
}
.u-mt40{
    margin-top: 40px;
}
@media screen and (min-height: 1000px) {
	.countainer_wrapper {
		background-size: cover;
		background-position: center;
	}
}