@charset "utf-8";
/* CSS Document */

.toph {
    width: 100%;
    padding-top: 45.19vw;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 60px;
}
/* index */
#indexbox>.flexbox {
    justify-content: space-between;
}
#indexbox .flexbox {
    flex-wrap: wrap;
    gap: 30px;
}
.leftcolumn {
    width: 80%;
}
.rightbanner {
    width: calc(20% - 30px);
}
.rightbanner .banner li {
    margin-bottom: 5px;
}
.rightbanner .banner li:nth-child(1),
.rightbanner .banner li:nth-child(2) {
    border: 1px solid #dfdfdf;
}
.themebox {
    width: 100%;
}
.themebox {
    justify-content: space-between;
    gap: 10px;
}
.themebox section {
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
.columnhalf .rm_program {
    width: 65%;
}
.info {
    width: 60%;
}
.columnhalf .fb {
    width: 30%;
}
.columnhalf .fb .fb-page {
    width: 100%;
    max-width: 500px;
    display: block;
}
.programbox {
    align-items: center;
}
.columnhalf .rm_program .yearP {
    font-size: 24px;
    margin-bottom: 10px;
}
.columnhalf .rm_program .calendar {
    width: 100%;
}
.columnhalf .rm_program .calendar div {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff8d9;
}
.columnhalf .rm_program .calendar p:first-child {
    width: 10em;
    font-weight: bold;
}
.columnhalf .rm_program .calendar div span {
    display: block;
}
.themebox .rc_slogan {
    width: calc(60% - 60px);
    gap: 10px;
    justify-content: space-between;
    flex-direction: row;
}
.rc_slogan .leftpic {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
.rc_slogan .rotarytheme {
    width: 74%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.rc_slogan .rotarytheme p {
    text-align: left;
}
.ri_sns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap:10px;
    margin-bottom: 30px;
}
.ri_sns li {
    width: 23px;
}
.shuhoulink a {
    display: inline-block;
    background-color: #17458f;
    padding: 20px 40px;
    color: #fff;
}
.sp_event {
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 30px;
    background-color: #fffae6;
}

/* policy */
.slogan {
    margin-top: 30px;
}
.slogan div {
    margin-bottom: 30px;
}
.slogan a {
    width: 50%;
    display: inline-block;
}
.policy .pic>div {
    width: calc(100% / 3);
}
.policy .pic .name {
    padding: 10px;
}
.rotary_policy div.flexbox{
    flex-wrap: wrap;
    justify-content: flex-start;
    gap:30px;
    align-items: center;
    margin-bottom: 60px;
}
.rotary_policy2023 p {
    font-size: 2.0rem;
    font-weight: bold;
}
.flag {
    width: 20%;
    display: block;
    margin: 0 auto;
}
/* about */
.overview ul li {
    display: flex;
    padding: 10px;
}
.overview ul li span:first-child {
    width: 10em;
    font-weight: bold;
    align-self: center;
}
.SistersClub li {
    display: table;
    padding-bottom: 30px;
}
.SistersClub li span {
    display: table-cell;
    vertical-align:middle;
}
.SistersClub li span:first-child {
    padding-right: 30px;
    font-weight: bold;
}
.SistersClub li a {
    display: inline-block;
    line-height: 1;
    margin-right: 20px;
}
.SistersClub img {
    width: 30px;
}
.sanyaku {
    width: 50%;
    margin-bottom: 60px;
}
.sanyaku li {
    width: calc(100% / 3);
}
.membersli {
    margin-bottom: 60px;
}
.membersli li {
    display: flex;
    gap:30px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fffae6;
}
.membersli li p:first-child {
    width: 10em;
    font-weight: bold;
}
.komeyama img {
    width: 25%;
}

/* shuho */
.shuho table {
    width: 100%;
    margin: 0 auto 50px;
}
.shuho table .month {
    height: 90px;
    background-color: #ffd100;
    text-align: center;
    color: #333;
}
.shuho table .weekly {
    height: 90px;
    vertical-align: middle;
}
.shuho table .weekly th {
    text-align: center;
}
.shuho table .weekly:nth-child(even) {
    background-color: #ffefaa;
}
.shuho table td {
    width: 14%;
    height: 90px;
}
.shuho table td a {
    width: 100%;
    height: 90px;
    display: block;
    padding-top: 20px;
    padding-left: 1em;
}
.shuho table td a:hover {
    background-color: #e04403;
    transition: 0.3s;
    text-decoration: underline;
    color: #fff;
}
.shuho table td a img {
    width: 18px;
}
.shuho .red {
    padding-left: 1em;
}
.backnumber ul li {
    width: 20%;
    text-indent: 20px;
    padding-top: 0;
    padding-bottom: 0;

}
.backnumber ul li a {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.3s;
}
.backnumber ul li a:hover {
    text-decoration: underline;
    background-color: #ffd100;
    color: #fff;
}
.backnumber ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
/* link */
.link_list ul {
    display: flex;
    flex-wrap: wrap;
}
.link_list ul li {
    width: 30%;
    padding: 20px 0;
}

.link_list ul li a:hover {
    transition: 0.5s;
}
