@charset 'utf-8';
/* CSS Document */
.pinktitle{
	color:#FFFFFF !important;
	padding:3% 3% 3% 4%;
	background-color: #FF80C0;
	border-radius:5px;
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	margin-top:2% !important;
	margin-bottom:1% !important;
}

#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;
	line-height:160%;
	margin-bottom:4%;
	color:#444 !important;
    }
	
#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;
}

.strongtext{
	font-weight:bold;
	color:#eb5781;
}

.h2strongtext{
	font-weight:bold;
	color:#eb5781;
	font-size:14px !important;
}

.illust{
	margin-bottom:3%;
}


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

/*各画像のアニメーションの合計秒数*/
.photo-show img { 
    animation: show 15s infinite;
    -webkit-animation: show 15s 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: 3s;
    -webkit-animation-delay: 3s;
}
/*3枚目*/
.photo-show img:nth-of-type(3) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
}
/*4枚目*/
.photo-show img:nth-of-type(4) {
    animation-delay: 9s;
    -webkit-animation-delay: 9s;
}
/*5枚目*/

.photo-show img:nth-of-type(5) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s
}
/*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;
}

/*マウスが画像に重なった際、動きを止めて四角くする*/

/*.photo-show img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

.photo-show:hover img {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    border-radius: 0;
}*/



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

/**{
    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-blue{
	padding:40px 0 20px 0;
	background-color:#fdf5e3;
}

#canvas-bg-h2{
	margin:10px 0 0 0;
	padding:10px 10px 5px 10px;
	font-size:1.2em;
	background-color:#fdf5e3;
	text-align:left !important;
}

#canvas-bg-white{
	padding:40px 0 20px 0;
	background-color:#FFF;
}


/*リボン見出し*/

.midashiribbon {
    display: inline-block;
	width:90%;
    font-size: 22px;
    line-height: 35px;
    color: #FFF;
	text-shadow: 1px 1px 1px rgba(143,69,40,1);
    margin: 30px 0 0 0;
	text-align:center;
	font-weight:normal;
    outline: none;
    padding: 14px 30px;
    position: relative;
    text-transform: uppercase;

}


.midashiribbon, .midashiribbon:before {
    /*Some cool multi-background - we will use a combination of 4 backgrounds to create a cool effect*/
    background-image:
        /*2 grey borders*/
        linear-gradient(
            transparent 8%,
            rgba(255,255,255,1) 8%,
            rgba(255,255,255,1) 9%,
            transparent 9%,
            transparent 90%,
            rgba(255,255,255,1) 90%,
            rgba(255,255,255,1) 91%,
            transparent 91%
        ),
        /*white gloss gradient*/
        linear-gradient(
            rgba(255,23,112,0.9),
            rgba(255,23,112,0.7)
        ),
        /*white base*/
        linear-gradient(white, white);
    background-size:
        cover, /*borders*/
        cover, /*white gloss*/
        4px 4px, /*thin stripes*/
        cover; /*base white*/
}
