@charset "UTF-8";
/*共通部分*/
html {
    font-size: 100%;
    scroll-padding-top: 1.5rem;
}
body {
    font-family: "Noto Sans Japanese", "Noto Sans", "Kosugi Maru", sans-serif; line-height:1.7; color:black;
    background-color: #fffcfe;
    color: #432;
}

ul,ol {
    padding-left: 1rem;
}
.main-menu {
    padding-left: 0;
}

.link a {
    color: #3a3298;
}
a:hover {
    color: skyblue;
    transition: 0.1s;
}

img{ 
    max-width: 100%;
}

.page-header h1 {
    margin: 1.5rem;
    text-align: left;
}

.logo img {
    display: flex;
    width: auto;
    height: 2rem;
}


.indent {
    text-indent: 1rem;
}

/*メニューバー*/
.main-menu {
    list-style: none;
    display: flex;
    height: 4rem;
}

.main-menu li {
    display: flex;
    width: 100%;
}

.main-menu li+li {
    border-left: 1px solid #d2a0af;
}

.main-menu a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    background: #f0cfd9;
    color: #432;
    text-decoration: none;
}

.main-menu a:hover {
    color: #9f6d7c;
}

.topimage {
    height: 350px;
    background-image: url(../images/topimage2.jpg);
    background-size: cover;
    background-position: center;
}

.toptext {
    height: 350px;
    font-size: 20px;
    color: #fff;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #432;
    text-shadow: 2px 2px 3px #432;
    paint-order: stroke;
    padding: 2rem;
    background-color: rgba(248, 223, 232, 0.35);
}

section {
    max-width: 736px;
    padding: 0 1.5rem;
    margin: 4rem auto 3rem;
}

h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h2 {
    margin-bottom: 1rem;
}


/*ページごとの設定*/
.results {
    line-height: 2.5rem;
}

.voice h2{
    text-indent: 1.5rem;
}

.voices p{
    padding: 1rem;
    margin: 1rem;
    background-color: #fde6ed;
    border-radius: 10px;
}

iframe {
    margin: 1.5rem auto 0;
}

.access img {
    width: 50%;
}

/*フッター*/

.copyright {
    width: 100%;
    background-color: #f0cfd9;
    text-align: center;
    padding: 2rem 0;
    margin-top: 6rem;
    color: #432;
}
