@charset 'utf-8';
/* CSS Document */
#textareaslide{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }
	
.textareaslide{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }

#textarea{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }
	
#textarea p{
	font-size:16px !important;
	line-height:160%;
	margin-bottom:4%;
	color:#444;
    }
	
#textarea p.ilst{
	font-size:14px;
	line-height:150%;
	margin-bottom:0;
	color:#555;
    }
	
.textarea{
	width:600px;
    margin-left:auto;
    margin-right:auto;
    }

.top a
{
	float:right;
	margin-right:5%;
	font-size:10px;
	color:#444;
	text-decoration:underline;
}

#kaihou_container{
		width:94%;
    margin-left:auto;
    margin-right:auto;
}
  

/*赤オレンジ*/
.midashi1 {
	position: relative;
	padding-bottom: 0.8em;
	background-color:#fdf3db;
	font-size:1.6rem;
	line-height:150%;
	color: #F33;
	font-weight:normal;
	text-align:center;
}

/*赤オレンジ*/
.midashi2 {
	position: relative;
	padding-bottom: 0.8em;
	background-color:FFF;
	font-size:1.6rem;
	line-height:150%;
	color: #F33;
	font-weight:normal;
	text-align:center;
}


.strongtext{
	font-weight:bold;
	color: #6C9;
	/*background-color:#C6EAF2;*/
}



.illust{
	margin-bottom:3%;
}


.photo-show { 
 height: 700px; /*表示したい大きさ*/
    margin: 30px auto; /*縦余白は任意*/
    position: relative;
    width: 600px; /*表示したい大きさ、height と合わせる*/
}

/*各画像のアニメーションの合計秒数*/
.photo-show img { 
    animation: show 16s infinite;
    -webkit-animation: show 16s infinite;
    height: auto;
    max-width: 100%;
    opacity: 0;
    position: absolute; /*画像を全て重ねる*/
}

/*アニメーション*/

@keyframes show {
    0% {opacity:0}
    10% {opacity:1}
    20% {opacity:1}
    40% {opacity:0}
 }

@-webkit-keyframes show {
    0% {opacity:0}
    10% {opacity:1}
    20% {opacity:1}
    40% {opacity:0}
}

/*各画像のアニメーションの開始時間をずらす*/

/*1枚目*/
.photo-show img:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
/*2枚目*/
.photo-show img:nth-of-type(2) {
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
}
/*3枚目*/
.photo-show img:nth-of-type(3) {
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
}
/*4枚目*/
.photo-show img:nth-of-type(4) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
}
/*5枚目*/

/*.photo-show img:nth-of-type(5) {
    animation-delay: 16s;
    -webkit-animation-delay: 16s
}
/*6枚目*/

/*.photo-show img:nth-of-type(6) {
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
}
/*7枚目*/

/*.photo-show img:nth-of-type(7) {
    animation-delay: 24s;
    -webkit-animation-delay: 24s;
} 
/*8枚目*/

/*.photo-show img:nth-of-type(8) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
}


/*波アニメーション*/

/**{
    padding: 0;
    margin: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
*/

#canvas-container {
    background-size: cover;
}
canvas {
    width: 100%;
    height: 10%;
    vertical-align: top;
}


#canvas-bg-orange{
	background-color:#fdf3db;
}


@media only screen and (max-width: 959px) {

#canvas-container {
    padding-top: 100px;
}
canvas {
    height: 150px;
}
}

/*フェードイン＋上方向*/

.effect {
	overflow: hidden;
}
.effect div {
	transition: 1s;
}
.ef-fade02 {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
}
.fade02 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
