
body {
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-color: #fef;
    color: #0B132D;
    margin: auto;
    padding-bottom: 30px;
    text-align: center;
}
h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    font-family: 'Uncial Antiqua', cursive;
    color: antiquewhite;
    margin: 0px auto 20px;
    height: 150px;
    font-size: 50px;
    background-size: cover;
    background-image: url("./img/tarot_table3.jpg");
} 
h2 {
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px orange;
    border-bottom: solid 2px orange;
}
h2:before, h1:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
}
h2:before {
    left: 7px;
}
h2:after {
    right: 7px;
}
h3 {
    padding: 0.5em;/*文字周りの余白*/
    color: #494949;/*文字色*/
    background: #fcc;/*背景色*/
    border-left: solid 10px #f0c;/*左線（実線 太さ 色）*/
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}
h4{
	width: 50px;
	justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
	background: #fcc;/*背景色*/
}
button {
    display: hidden;
    width: 150px;
    height: 70px;
    margin: 30px auto;
    align-items: center;
    background-color: #0B132D;
    color: antiquewhite;
    border: 1 px solid;
    border-radius: 5px;
    font-size: 20px;
}

.slideshow{
	margin:0 auto;
}
.slick-list {
	overflow: visible !important;
}
.slideshow .slick-slide {
	opacity: 0.5;
	transition: 0.5s;
}
.slideshow .slick-current {
	opacity: 1;
}

