body{
    margin: 0px;
    background-color: blanchedalmond;
}
.header{
    width: 100%;
    height: auto;
    background-color: #FFAA00;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
    position: relative;
}
.Logo{
    height: 80px;
    position: absolute;
    left: 50px;
    top: 2px;
}
.contents{
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #FFFFFF;
    border: 2px solid #AAAAAA;
    
}
.title_img{
    width: 100%;
    height: 300px;
    padding-bottom: 15px;
    background-image: url(yuukyou.jpeg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.mokuzi li{
    margin-bottom: 10px;
}
.mokuzi a{
    text-decoration: none;
    color: #000000;
    transition: text-shadow 0.3s ease, transform 0.3s ease;
}
.mokuzi a:hover {
    text-shadow:
    0 0 5px rgba(0, 0, 0, 0.6),
    0 0 10px rgba(0, 0, 0, 0.4),
    0 0 15px rgba(0, 0, 0, 0.2);
    transform: scale(1.03);
}
.mokuzi_title{
    background-color: #444444;
    border: 2px solid #AAAAAA;
    border-radius: 10px;
    height: 50px;
    color: #FFFFFF;
    position: relative;
    padding: 0 0px;
}
.mokuzi_title span{
    position: absolute;
    top: 6px;
    left: 20px;
    color: #FFFFFF;
}
.gaiyou_list{
    margin: 0 auto;
    list-style: none;
    padding: 0;
    width: fit-content;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    border-collapse: collapse;
    margin-bottom: 60px;
}
.gaiyou_list li{
    display: flex;
}
.gaiyou_list li:last-child{
    border-bottom: none;
}
.gaiyou_list li .gaiyou_list_title{
    width: 180px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    font-weight: bold;
    background-color: #F8F8F8;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gaiyou_list li .gaiyou_list_content{
    padding: 10px;
    box-sizing: border-box;
    flex: 1;
    border: 1px solid #CCCCCC;
}
.aomozi_title{
    border-left: 4px solid #4444FF;
    border-bottom: 1px solid #4444FF;
    padding-left: 10px;
}
.basyo_text{
    text-align: center;
    border-bottom: 1px solid #FF7700;
}
.map_img{
    background-image: url(yuukyoumap.jpeg);
    width: 100%;
    height: 374px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 60px;
}
.basyo_img{
    background-image: url(yuukyoubasyo.jpeg);
    width: 100%;
    height: 374px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 60px;
}
.menu_img{
    background-image: url(menu.png);
    width: 100%;
    height: 374px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.kagi_aomozi_title{
    border-left: 4px solid #4444FF;
    border-bottom: 1px solid #4444FF;
    padding-left: 10px;
    margin-top: 60px;
}
.suikei_img{
    background-image: url(suikei.png);
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bosu_jouhou_wrapper{
    margin: 20px auto;
    font-family: sans-serif;
    font-size: 16px;
}
.bosu_jouhou{
    display: flex;
    border: 2px solid #CCCCCC;
}
.bosu_jouhou .bosu{
    width: 90px;
    background-color: #F8F8F8;
    border-right: 2px solid #CCCCCC;
    padding: 8px;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bosu_jouhou .jouhou{
    flex: 1;
    padding: 8px;
}
.bosu_jouhou .jouhou .red{
    color: red;
    font-weight: bold;
}
.ryuuzou_img{
    background-image: url(ryuuzou.png);
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.debaisu_img{
    background-image: url(debaisu.png);
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.party-container {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    margin-top: 70px;
    margin-bottom: 70px;
}
.rating {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.rating span {
    color: gold;
}
.divider {
    border-top: 2px solid #CCCCCC;
    margin: 10px 0;
}
.character-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin: 10px 0;
}
.character + .character {
    border-left: none;
}
.character {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #CCCCCC;
    padding: 10px;
    width: 100px;
}
.character img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.character-name {
    margin-top: 5px;
    font-size: 0.9em;
}
.description {
    margin-top: 10px;
    padding-bottom: 30px;
    font-size: 0.9em;
    line-height: 1.4;
    height: 100px;
}
.arrow{
    font-size: 1.5em;
    margin: 0 10px;
    cursor: pointer;
}
.left-arrow:hover {
    color: #555;
}