@charset "utf-8";

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    line-height: 60px;
    background: #FFCCFF;
    display: inline-block;
    vertical-align: middle;
}

header.logo{
    padding: 0 20px;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2em;
}

header ul{
    padding: 0 30px;
}

header li{
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
    letter-spacing: 1em;
}

header li a{
    color: #000;
}

header li a:hover{
    text-decoration: underline;
}

body{
    background-color: lightpink;
    font-size:large;
    margin-left: 15px;
}

h1{
    font-size:56px;
    font-family: 'Amatic SC' , cursive;
    text-align: center;
    color: #FFFF99;
    border-bottom-style: solid;
    border-bottom-color: #FFCC66;
    border-bottom-width: 10px;
}

h2{
    font-family: 'Amatic SC' , cursive;
    text-align: center;
    color: #FF6633;
}

h3 {
    position: relative;
    padding: 0.5em;
    background: #ccffff;
    color: #ff3366;
}
  
h3::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
}

.flex1{
    display: flex;
    padding: 10px;
}
.flex1 .fltext1{
    margin-right: 20px;
    padding: 10px;
}

img.SS1{
    width: 480px;
    height: 270px;
}

.flex2{
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

img.SS2{
    width: 576px;
    height: 324px;
}

.flexmessage{
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

img.SS4{
    width: 576px;
    height: 324px;
}

.is-style-letter {
    position: relative;
    max-width: 520px;
    margin: 0 auto 2em;
    padding: 1.5em;
    border: 10px solid transparent;
    border-radius: 4px;
    background: linear-gradient(#f9f9f9, #f9f9f9), repeating-linear-gradient(-45deg,#b9cce5, #b9cce5 3.25%,#fff 3.25%,#fff 4.25%,#f1c3c1 4.25%, #f1c3c1 7.5%,#fff 7.5%,#fff 8.5%);
    background-clip: padding-box, border-box;
    background-origin: border-box;
}
.is-style-letter *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
img.SS6{
    width: 864px;
    height: 486px;
    padding: 5px;
    border: 9px solid lightskyblue;
}