@charset "utf-8";
/* CSS Document */

.fontMincho{
    font-family: 'Noto Serif JP', serif;
}

.fontEigo{
    font-family: 'Playball', cursive;
}

.fontEigo2{
    font-family: 'Dancing Script', cursive;
}

.dialogBlackBG{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
}

.dialogwhiteBG{
	width: 90%;
	height: 95%;
	background-color: #FFF;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.relative-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

.dialogContentswrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	height: 90%;
}
.dialogtitle{
	width: 100%;
	height: 40px;
	border-bottom-style: solid;
	border-bottom-width: thin;
    border-bottom-color: #C5C5C7;
    position: relative;
}
.dialogtitle img{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.dialogContents{
	width: 100%;
	height: 85%;
    overflow: scroll;
    
    transform: translateZ(0);
    
}


.dialogContents > div{
    width: 100%;
	height: 85%;
    /*position: relative;*/
}

.dialogbtnarea{
	width: 100%;
	height: 80px;
	border-top-style: solid;
	border-top-width: thin;
    border-top-color: #C5C5C7;
}
.btnwrapper{
	position: relative;
}
.btnwrapper > div{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,10%);
	display: flex;

}
.btnwrapper > div > button{
	margin: 5px;
	width: 80px;
	height: 40px;
}

.menu-position{
	position: fixed;
	top:0;
	left: 0;
	z-index: 1000;
	width: 100%;
}

#menubarpos{
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    /*background-color:#9E9E9E;*/
    /*background-color: rgba(255,255,255,0.3);*/
    height: 50px;
    z-index: 100;
    display: flex;
}


#barpos{
    position: absolute;
    top: 50%;
    left : 0%;
    transform: translate(0,-50%);
}
#menu{
    /*color: #BDBDBD;*/
    color: #000;
}
.spmenuContent_big{
    width: 45%; 
    height: 100px; 
    background-color:#BDBDBD;
    border-radius: 3px;
    color: #FFF;
    position: relative;
}
/*
.spmenuContent_big:active{
    background-color:#EEEEEE;
    -webkit-transition: all .3s;
    transition: all .3s;
}
*/
.spmenuContent_big i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.spmenuContent_big  a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
}
.spmenuContent_big p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    margin: 0;
    font-family: 'Playball', cursive;
    font-size: 1.5rem;
}
.spmenuContent_big a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    margin: 0;
    font-family: 'Playball', cursive;
    font-size: 1.5rem;
}
.spmenuContent_small{
    width: 100%; 
    height: 45px; 
    background-color: #BDBDBD; 
    border-radius: 3px;
    margin: 0 auto;
    padding: 3px;
    color: #FFF;
    position: relative;
}
.spmenuContent_small i{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
}
/*
.spmenuContent_small:active{
    background-color:#EEEEEE;
    -webkit-transition: all .3s;
    transition: all .3s;
}
*/
.spmenuContent_small p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    margin: 0;
    font-family: 'Playball', cursive;
}

.section{
    text-align:center;
    overflow: hidden;
}

#myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: black; 
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index:3;
}

#titleposition{
    position: absolute;
    z-index: 4;
    width: 40%;
    height: 40%;
    left: 50%;
    top: 32vh;
    transform: translate(-50%,-50%);
}


video::-webkit-media-controls {
  display:none !important;
}


#topsaisinwrapper{
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    z-index: 5;
}

#topsaisin{
    width: 80%;
    height: 110px;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    
}
.box-title {
    color: #FFF;
    font-family: 'M PLUS 1p', sans-serif;   
    font-size: 0.9rem;
}

.borderbottom{
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
    border-bottom-color: #C5C5C7;
    
}


.iconStyle{
    margin-right: 20px; 
    color: #BDBDBD;
}

.iconStyle:hover{
    /*color: #424242;*/
    color: #FFF;
    transition-duration:1s;
}

.iconStylefooter{
    
    color: #BDBDBD;
}

.iconStylefooter:hover{
    /*color: #424242;*/
    color: #FFF;
    transition-duration:1s;
}

table {
		width: 100%;
	}
	table th {
		text-align: center;
		color: #FFF;
	}
	table th,
	table td {
		border: 1px solid #FFF;
		margin-bottom: 5px;
		vertical-align: top;
        cursor: pointer;
	}
    
    .yearMonth{
        color: #FFF;
        margin-bottom: 0;
        margin-top: 8px;
    }
	.day{
		color: #FFF;
		padding: 0;
        margin: 0;
        cursor: pointer;
        font-size: 1.0rem;
	}
	
	.yotei{
        color: #FFF;
		text-align: left;
		font-size: 0.9rem;
        /*margin-top: 3px;*/
		margin-left: 2px;
        height: 45px;
        width: 100%;
        overflow-y: hidden;
	}
	
	.weekcolor{
		background-color: #212121;
	}
    #youbi{
        height: 30px;
    }
    #youbi th{
        vertical-align: middle;
        width: 14%;
    }
    
    #leftarrow{
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-right: 20px solid #FFF;
        border-bottom: 20px solid transparent;
        border-left: 20px solid transparent;
        margin-right: 30px;
    }
    
    #rightarrow{
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #FFF;
        margin-left: 30px;
    }

    #syousaiTitle{
        margin: 15px;
        font-size: 1.3rem;
        font: bold;
    }
    #syousainaiyou{
        font-size: 1.1rem;
    }


a.cp_btn {
	display: block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #EC407A;
	border: 2px solid #EC407A;
	border-radius: 3px;
	transition: .4s;
}
a.cp_btn:hover {
	background: #EC407A;
	color: #fff;
}


.close-container{
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.leftright{
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 10px;
  background-color: #F4A259;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 4px;
  width: 40px;
  position: absolute;
  margin-top: 10px;
  background-color: #F4A259;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.close{
  margin: 5px 0 0 40px;
  position: absolute;
}

.close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: #F25C66;
}
.close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: #F25C66;
}




.dialogwhiteBG2{
	width: 90%;
	height: 90%;
	background-color: #FFF;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.dialogContents2{
	width: 100%;
	height: 85%;
}



.closepoint{
	position: absolute;
	top: 10px;
	right: 10px;
}

.gifwrapper{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.gifplayarea{
	
}

.contentRow{
    display: flex;
    margin-top: 15px;
}

#yoteiheader > div{
    
    font-size: 1.2rem;
}


.kouzabox{
    width: 200px;
    height: 60px;
    background-color: #BDBDBD;
    margin: 5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    
}
.kouzabox a{
    text-decoration: none;
    color: #FFF;
}
.kouzabox:hover{
    background-color: rgb(204, 202, 202);
    transition-duration:1s;
}



/*-サブページ紅茶教室などの体験レッスンなどのボックス----------*/

.submenulinkbox{
    width: 200px;
    height: 50px;
    background-color: #BDBDBD;
    position: relative;
}

.submenulinkbox > a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.btn-circle-fishy {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 140px;
  height: 140px;
  line-height: 140px;
  border-radius: 50%;
  text-align: center;
  /*overflow: hidden;*/
  background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
  /*transition: .4s;*/
}
/*
.btn-circle-fishy:hover {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
*/































