@charset "utf-8";

h1{
    color: #5900ff;
    font-size: 32;
}
    
h2 {
    color: #fffb00;
    background-color:#c70202;
    font-size: 24;
}

h3 {
    color: #da1717;
    font-size: 24;
}

/*
h2 + h3{
    margin-top: -10px;
} */

h4{
    color: #1900ff;
    font-size: 20;
}

h5{
    color: #000000;
}

strong {
    color: #000000;
}

a:link{
    color: #072bf7;
}

div{
    margin: 20px;
}

p{
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: left;
    font-size: 18px;
}

.hm-Content_Button{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.1;
    background-color: #4ff109;
    border: 1px solid #1b5901;
    margin: 0 auto;
    padding: 2rem 0;
    text-align: center;
    border-radius: 0.2rem;
}

.home-image {
    background-image: url('image/松江城001.jpg');
    background-size: 100%;
    width: 100%;
}

.title-logo {
    background-image: url('titlelogo/.jpg');
    background-size: 100%;
    width: 100%;
}

.default {
    border: 10px solid #ffd6d6;
    background: #fff0f0;
    padding: 1em;
    width: 100%;
}

.content {
    display: flexbox;
    background-color: rgba(255, 255, 255, 0.9);
}

/*.content2 {
    display: flexbox;
    background: #ffffff;
    opacity: 1;
}*/

.object-fit img {
    max-width: 75%;
    height: auto;
    display: block;
    color: #fff;
}

#nav {
    list-style: none;
    overflow: hidden;
    text-align: center;
}

#nav li {
    width: fit-content;
    margin: auto;
    background-color: #5e40ce;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-top: 2px;
    margin-right: 2px;
}

/*
    width: 20%;
    text-align: center;
    background-color: #5e40ce;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 2px;
    margin-right: 2px;
*/

#nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: 20px;
}

strike{
 text-decoration: line-through;
 color: #505050;
}