/* ochaOC2023 css by ochadai-koho */
/* 広報で独立したWebページを作成しています。フレームワークUIkitをBASEに利用、プラスあしらいを追加しています*/
/*========= particle js を描画するエリア設定 ===============*/

html,body{
	height: 100%;/*高さを100%にして描画エリアをとる*/
}

#particles-js{ 
	position:fixed;/*描画固定*/
	z-index:-1;/*描画を一番下に*/
	width: 100%;
	height: 100%;
	background-color:#ffffff;/*背景色*/
}

#wrapper{
	position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
	z-index: 2!important;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
	width:100%;
	height: 100%;
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ========================================================================
   Component: Base 
 ========================================================================== */
.uk-section-default {
	background-color: transparent;
}

.uk-section-primary,
.uk-background-primary {
background: linear-gradient(135deg, #009efd,  #2af598);
   background: -webkit-linear-gradient(-45deg, #009efd,  #2af598);
   background: -moz-linear-gradient(-45deg, #009efd,  #2af598);
   animation-name: gradation;
   animation-duration: 5.0s;
   animation-iteration-count: infinite;
   animation-direction: alternate;
   animation-timing-function: ease-in-out;
}
@keyframes gradation{
   0%{
       background-position: 0% 0%;
   }
   100%{
       background-position: 100% 100%;
   }
}
/*-- section ---*/

.uk-section-secondary {
  background-image: url("/web_oc/2023/images/bg_ocha00.png")!important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover!important;
  position: relative;
}
/*-- button ---*/

.uk-button-primary {
    background: -webkit-linear-gradient(-45deg, #009efd,  #2af598);
    background: -moz-linear-gradient(-45deg, #009efd,  #2af598);
	background: linear-gradient(135deg, #009efd,  #2af598);
	/*text-align: left;*/
	/*コレ*/border-radius: 100px;
    display: block;
    width: 100%;/**/
    padding: 5px 15px;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    text-align: center!important;
}
.uk-button-primary a {
	color:#fff!important;
}

.uk-button-primary:hover {
	opacity: 0.8;
}

.uk-button-secondary{
	background: rgba(64, 198, 255,1.00);
	margin:3px!important;
	width:90%!important;
}

.uk-button-secondary:hover{
	background: rgba(117, 214, 255,1.00);
}

.uk-button-secondary a {
	color: #666!important;
}

.uk-button-danger {
	width:100%;
	background-color: #0349d8;
	border-radius: 100px;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
    text-align: center!important;
}

.uk-button-danger:hover {
	background-color: #17a5ff!important;
	}
.uk-button-danger a {
	color:#fff!important;
}

.uk-card  {
	font-size: 0.85em;
}
a:hover {
	text-decoration: none;
}
.uk-card-default,
.uk-card-small {
	border:1px solid #D8D8D8;
	background: #ffffff;
}

.uk-card-primary{
	border-radius: 30px;
	background:  #0004C9;
}
.uk-card-secondary{
	border-radius: 30px;
	background: #940324;
}

h3.uk-card-title {
	font-size: 1.5em;
	font-weight: bold;
	color: #0D0D0D!important;
}

.uk-label {
	background-color: #990026!important;
	color: #fff!important;
}

.uk-offcanvas-bar {
	background: #001845;
	opacity: 0.95;
}

.uk-offcanvas-bar a{
	color: #ffffff;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uk-light {
	color: aliceblue;
}



/* flud-area -------------------- */

.fluid-area{
    position: relative;
    /*height: 95vh;*/
	height: 95vh;
    display: flex;
    align-items: center;
}

.fluid-lead{
    padding: 0 0 0 7vw;
}

.fluid-lead h2{
	font-family: futura-pt, sans-serif;
    font-size: 4vw;
	font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1.1;
    margin: 0 0 30px 10px;
    opacity: 1;
}

body.appear .fluid-lead h2{
    opacity:1;   
}

.fluid-lead p{
    font-size: 1.1rem;
    line-height: 2;
    margin:0 0 0 30px;
}

.fluid-block{
    position: absolute;
    z-index: -1;
    top:10%;
    right:10px;
    width:45vw;
    height: 65vh;
    animation-delay: 0.5s;
}


@media screen and (max-width:960px) {
.fluid-lead h2{
    font-size: 2.5rem;
    letter-spacing: 0.15em;
    }
.fluid-block{
    width:60vw;
    height: 60vh;
}
}

@media screen and (max-width:768px) {
 .fluid-block{
    width:65vw;
     height:55vh;
}  
.fluid-lead h2{
    font-size: 1.8rem;
    }
    .fluid-lead{
        padding: 0;
    }
.fluid-lead p{
    margin: 10px;
}

}

@media screen and (max-width:550px) {
.fluid-area{
    position: relative;
    height: 55vh;
    display: flex;
    align-items: center;
}
.fluid-block{
     width:300px;
     height:300px;
}     

.fluid-lead p{
    font-size: 1rem;
    }    
}

@media screen and (max-width:360px) {
 .fluid-area{
    position: relative;
    height: 45vh;
    display: flex;
    align-items: center;
}
	
	.fluid-block{
     width:240px;
     height:240px;
}    
.fluid-lead h2{
	margin-left:30px;
	}

}

/*流体設定*/
.fluid {
  width:100%;/*横幅*/
  height: 100%;/*縦幅*/
  background: linear-gradient(45deg,rgba(74,198,186,1),rgba(14,141,152,1));/*背景色（グラデーション）*/ 
  position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 2;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  animation: fluidrotate 30s ease 0s infinite;/*アニメーションの設定*/
}

@keyframes fluidrotate {  
	  
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
	  
}


/*========= ランダムに出現するテキスト ===============*/
.randomAnime {
  visibility: hidden;
}

/*========= label ================================*/
.uk-label {
	background-color: crimson;
	top:0px;
	right:0px;
	padding:5px;
}



/*========= midashi ================================*/

.catch {
	font-family: futura-pt, sans-serif;
	font-size: 3.5em;
	font-weight: 300;
}


.sub-catch {
	font-family: futura-pt, sans-serif;
	font-size: 2.8em;
	font-weight: 600;
}

.date {
	color: #24cca6!important;
	font-weight: bold;
	font-size:1.25em;
	}

/*========= サイド固定サブメニュー ===============*/

/* サイドメニュー右側に固定する */
.side-menu {
  position: fixed;
  top: 20vh;
	right:0;
	z-index:5;
  font-size:0!important; /* 親要素でフォントサイズを０にする */
}

.side-menu li a{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size:1rem; /*  フォントサイズ0になっているので指定する */
  /* 以下、装飾 */
	padding:20px 24px;
    color:#9F886E;
	background-color: rgba(255,255,255,0.8);

}

