@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	基本
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
	color: #313131;
	font-size: 16px;
  	line-height:160%;
}
.wrapper{
    width: 100%;
    height: 100%;
	min-height: 100vh;
    position: relative;
	overflow: hidden;
    padding-top: 80px;
}
.lr_wrapper{padding-top: 0;}
.gry_text{color: #858585;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	header
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1000;
	justify-content: center;
	align-items: center;
	padding: 20px;
	transition-duration: .3s;
    background: #fff;
    box-shadow: 0 6px 6px rgb(88 88 88 / 10%)
}
.logo{
	font-size: 250%;
    color: #1ea3cc;
	display: inline-block;
    width: auto;
}
.logout_btn{
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 125%;
    padding: 10px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

@media print, screen and (max-width: 999px){
	.logout_btn {
    font-size: 113%;
    padding: 8px 15px;
}
}
@media print, screen and (max-width: 750px) {
.header{
	justify-content: flex-start;
    padding: 20px 10px;
	}
.logo{font-size: 200%;}
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　contents
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.contents{
	padding-bottom: 70px;
	justify-content: center;
	align-items: center;
    min-height: calc(100vh - 80px);
}
.contents_inner{
	width: 90%;
	max-width: 1300px;
	margin: 80px auto 100px;
}
.mini_title{
    color: #1ea3cc;
    background: #fff4d5;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 20px;
    margin-bottom: 5px;
}
.h2{
    color: #1ea3cc;
    font-size: 200%;
    margin-bottom: 50px;
    line-height: 1.6;
}
.h2_cherry{padding-top: 105px;}
.h2_cherry::before{
	content: "";
	position: absolute;
    top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 105px;
    height: 87px;
	background: url("../img/cherry.png")no-repeat;
	background-size: contain;
	background-position: center;
}
.lr_contents{
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 700px;
}
.f_con{
	width: calc(100%/2);
	min-height: 100vh;
	position: relative;
}
.bk_blue_gr{background: linear-gradient(300deg, #76FFFA,#1EA3CC);}
.register_contents{
	background: linear-gradient(0deg, #76FFFA,#1EA3CC);
	overflow: hidden;
}
.rg_log_box{
	width: 90%;
	max-width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	margin: auto;
	z-index: 2;
}
.rg_btn{
	background: #fff;
    color: #1ea3cc;
}
.rg_btn.sp750{
    border: solid 1px #1ea3cc;
    margin: 20px auto 0; 
}

.pc750{display: block;}
.sp750{display: none;}

.login_logo{
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 50px;
    line-height: 100%;
	text-shadow: 0px 0px 10px rgba(30, 163, 204, 1);
}
.login_contents{
	justify-content: center;
	align-items: center;
	padding-bottom: 68px;
	z-index: 3;
}

.login_list{
	width: 90%;
	margin: 0 auto 50px;
}
.cherry{
    width: 100%;
	display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
@media print, screen and (max-width: 999px) {
.h2 {font-size: 170%;
    margin-bottom: 30px;
	}
.h2_cherry {padding-top: 70px;}
.h2_cherry::before {
    width: 75px;
    height: 60px;
}
.contents_inner {
	width: 95%;
	margin: 50px auto 100px;
	}
.cherry{width: 120%;}
}
@media print, screen and (max-width: 750px){
	.f_con{
	width: 100%;
	min-height: inherit;
}
.login_logo {font-size: 10vw;}

.register_contents{
	background: linear-gradient(0deg, #fff,#76FFFA 20%,#1EA3CC);
	overflow:inherit;
	}
.sp750{display: block;}
.pc750{display: none;}	
}
@media print, screen and (max-width: 550px){
	.contents_inner { width: 96%;}
}
/*----------------------------------------------------------------------------------------------------------------------------------
　 ログイン/新規
----------------------------------------------------------------------------------------------------------------------------------*/
.form_box{
	width: 90%;
	max-width: 400px;
	margin:0 auto 50px;
	
}
.login_list li{ margin-bottom: 25px;}
.form_text{margin-bottom: 40px;}
.mail_name {
    background: #fff4d5;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 10px;
    color: #1ea3cc;
}
.mail_name:empty{display: none;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　footer
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer{
	width: 95%;
	margin: 0 auto;
    padding: 20px 0;
	border-top: solid 2px #1ea3cc;
	color: #1ea3cc;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
@media print, screen and (max-width: 750px) {
.footer{font-size: 88%;}
}
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　page_top
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.page_top{
  position: fixed;
  right: 20px;
    bottom: 10px;
  z-index: 1000;
}
.page_top a {
font-size: 200%;
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    border: solid 2px #1ea3cc;
    text-decoration: none;
    color: #1ea3cc;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
	transition: all .3s;
}
.page_top a::before{
font-family: "Font Awesome 5 Free";
  content: '\f102';
  font-weight: 900;
}
@media print, screen and (min-width: 1281px) {
.page_top a:hover{background: rgba(255,219,75,1);}
}
@media print, screen and (max-width: 750px){

.page_top a {
    font-size: 175%;
    padding: 0px 18px;
    width: 55px;
	height: 55px;
	}
.page_top {right: 5px;}
}






/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	　イベント作成　管理画面
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.btn_box{
	justify-content: flex-start;
	margin-bottom: 10px;
}

.bk_blue {background: #1ea3cc;}
.bk_orange {background: #f46b47;}
.bk_yellow{background: #f1c226;}
.bk_green{background:  #73dc6d;}
.bk_purple{background: #b98de9;}



/*イベントメニュー*/
.event_list{
    padding: 20px;
    background: #f8f8f8;
	border-radius: 20px;
}
.event_item{
    width: 100%;
    padding: 15px 40px 15px 20px;
    border-radius: 5px;
    margin-top: 30px;
    justify-content: space-between;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    transition: all .3s;
	background: #fff;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.event_item:hover{background: #fff4d5;}
.event_item::after{
	position: absolute;
    right: 0;
    top: 0%;
    padding: 0 15px;
    height: 100%;
    background: #fff;
    color: #1ea3cc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    transition: all .3s;
	border-left: solid 2px #f8f8f8;
}

.event_item:hover::after{
	background: #1ea3cc;
    color: #fff;
}
.event_item:nth-child(1){margin-top: 0px;}
.event_btn_box{
    width: 100%;
    justify-content: flex-end;
}
.event_icon_list li {
    display: inline-block;
    border-radius: 3px;
}
.event_icon_list li:first-child{
	margin-right: 10px;
    padding: 5px 10px;
}
.event_status{
	background: #1ea3cc;
	color: #fff;
}
.event_status.on{ background: #f1c226;}
.event_status.off{
    color: #585858;
    background: #dcdcdc;
}

.event_img {
    width: 145px;
    background: #ccc;
    border-radius: 5px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.event_text_box {
    width: calc(100% - 145px);
    padding: 0 30px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}

.blur .img_bk {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
    z-index: 1;
}
.blur::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    z-index: 2;
}
.img_box {
    position: relative;
    display: inline-block;
    z-index: 3;
    
}
.event_item .img_box img{transition: all .3s;}
.event_item:hover .img_box img{transform: scale(1.1);}

.event_icon_list {margin-bottom: 10px;}

.event_text, .event_title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.event_title {
    -webkit-line-clamp: 1;
    font-size: 113%;
    margin-bottom: 10px;
    line-height: 150%;
    transition: all .3s;
    color: #000;
}
.event_item:hover .event_title{ color:#1ea3cc; }
.event_text {
    -webkit-line-clamp: 2;
    font-size: 100%;
    margin-bottom: 15px;
}

.event_btn_box i{
    border-right: solid 1px #fff;
    padding: 0 10px 0 5px;
	margin-right: 10px;
}
@media print, screen and (max-width: 999px){
.event_list {padding: 15px;}
.event_item {
	padding: 10px 30px 10px 10px;
	margin-top: 15px;
}
.event_item::after {padding: 0px 10px;}
.event_img {width: 120px;}
.event_text_box {
    width: calc(100% - 135px);
    padding: 0 20px 0 0;
}
.event_icon_list {margin-bottom: 8px;}
.event_icon_list li:first-child{
	margin-right: 5px;
	padding: 0px 5px;
	}
	
.event_status {font-size: 88%;}
.event_title {
    font-size: 100%;
    margin-bottom: 5px;
}
.event_text {
	font-size: 88%;
    margin-bottom: 5px;
}
}
@media print, screen and (max-width: 750px){
.event_img {width: 100px;}
.event_text_box {width: calc(100% - 115px);}
.event_text { -webkit-line-clamp: 1;}
}
@media print, screen and (max-width: 550px){
	.event_list {
    padding: 10px;
    border-radius: 10px;
}
	.event_icon_list li:first-child{padding: 0px 3px;}
	.event_item {padding: 8px 20px 8px 8px;}
	.event_item::after {
    padding: 0px 5px;
    font-size: 88%;
}
	
	.event_img { width: 60px;}
	.event_text_box {
    width: calc(100% - 70px);
    padding: 0 8px 0 0;
}
	
	.event_icon_list{font-size: 88%;}
	.event_status {font-size: 11px;}
	.event_title {
    font-size: 88%;
    margin-bottom: 0px;
}
}