@charset "UTF-8";
/*
Theme Name: Kyokyo HIL'S 同窓会
Theme URI: https://example.com
Author: 落合純香
Author URI: https://example.com
Description: 京都教育大学・家政科 KYOKYO HIL'S 同窓会のオリジナルテーマ
Version: 1.0
*/

/*-------------------------------------------
Common
-------------------------------------------*/
html {
    font-size: 100%;
}
body {
    background-color: #FFF3F7;
    color: #3B3B3B;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 1.6px;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
li {
    list-style: none;
}
a {
    color: #3B3B3B;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}

.wrapper-1200 {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.wrapper {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}
.wrapper-1200 {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.wrapper {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}

h2 {
    font-family: "Noto Serif JP";
    font-size: 1.75rem; /* 28px → 1.75rem */
    font-weight: 300;
    line-height: 3;
    letter-spacing: 2.8px;
    position: relative;
    padding-top: 80px;
    margin-bottom: 40px;
}
h2::after {
    content: "";
    position: absolute;
    background-color:#FFC7EF;
    height: 1px;
    bottom: 3px;
    left: 0;
    right: 0;
}
.brSp {
    display: none;
}
body.single .navi {
    display: none;
}
body.single .link {
    display: none;
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.fontsize {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.fontsize .button {
    margin-left: 10px;
}
.fontsize .button .size-button {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 11px;
  text-align: center;

  &:hover,
  &.active {
    background-color: #C89ABB;
    color: #fff;
    }
}
.main {
    padding-top: 125px;
}
.main .title .inner::before {
    content: "";
    position: absolute;
    top: -85%;
    right: -35%;
    width: 450px;
    height: 400px;
    background: url(assets/img/sakura.png) no-repeat center top / cover;
    transform: translateX(-50%) rotate(0);
    z-index: 3;
}
.main .title {
    background-color: #fff;
    margin-bottom: 75px;
    position: relative;
    z-index: 2; 
}
.main .title .inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.main h1 {
    font-family: "Noto Serif JP";
    font-size: 1.5625rem; /* 25px → 1.5625rem */
    font-weight: 200;
    letter-spacing: 5px;
    padding: 40px;
    text-align: center;
}
.main span {
    font-family: "Cinzel Decorative";
    font-size: 1.875rem; /* 30px → 1.875rem */
    font-weight: 400;
    line-height: 3;
    letter-spacing: 10px;
}
/*-------------------------------------------
Header
-------------------------------------------*/
header {
    text-align: center;
}
.navi {
    margin-bottom: 30px;
}
.navi .menu {
    display: flex;
    align-items: center;
}
.navi .menu li {
    border-right: 1px solid #FFC7EF;
    padding: 15px 18px;
}
.navi .menu li:nth-of-type(1) {
    border-left: 1px solid #FFC7EF;
}
.link {
    color: #fff;
    padding: 15px 35px;
    border-radius: 9px;
    background: #C89ABB;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    letter-spacing: 3.2px;
}
/*-------------------------------------------
Section "news"
-------------------------------------------*/
#news .tab-contents .item dl {
    display: flex;
    margin-top: 25px;
}
#news .tab-contents .item dt {
    font-size: 0.8rem;
}
#news .tab-contents .item dd {
    margin-left: 10px;
}
#news .tab-contents .category {
    padding: 5px 8px;
    background-color: #D9D9D9;
    border-radius: 5px;
}
#news .list {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    display: inline-block;
    padding: 5px 12px;
    text-align: center;
    margin-top: 35px;
}
#news .list:hover {
    background-color: #C89ABB; 
    color: #fff;             
}
/*-------------------------------------------
Section "greeting"
-------------------------------------------*/
#greeting .content {
    background-color: #fff;
    padding: 60px 80px;
}
#greeting .content:first-of-type{
    margin-bottom: 55px;
}
#greeting .content h3 {
    font-family: "Noto Serif JP";
    font-size: 1.75rem; /* 28px → 1.75rem */
    font-weight: 300;
    line-height: 3.5;
    letter-spacing: 2.8px;
}
#greeting .content .inner {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 55px;
}
#greeting .content .inner .name {
    align-items: center;
    display: flex;
}
#greeting .content a {
    font-family: "Noto Serif JP";
    font-size: 1.25rem; /* 20px → 1.25rem */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 2px;
    display: block;
    margin-top: 55px;
    position: relative;
    display: inline-block;
    padding-left: 25px;
}
#greeting .content a::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #D9D9D9;
    top: 4px;
    left: 0;
    bottom: 0;
}
/*-------------------------------------------
Section "members"
-------------------------------------------*/
#members .table {
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    line-height: 3.5;
    letter-spacing: 1.6px;
    border-collapse: collapse;
}
#members .table th {
    background-color: #A89F9D;
    color: #fff;
    font-weight: 400;
    padding: 0 60px;
    border: solid 1px #A89F9D;
}
#members .table td {
    background-color: #fff;
    border: solid 1px #A89F9D;
}
/*-------------------------------------------
Section "about"
-------------------------------------------*/
#about .content {
    padding-bottom: 160px;
}
#about .content .inner,
#about .content p {
    align-items: center;
    margin-bottom: 35px;
}
#about .inner {
    display: flex;
    justify-content: space-between;
}
#about .inner img {
    width: 200px;
    height: 200px; 
    object-fit: cover;
}
#about .inner .text {
    margin-bottom: 0;
    margin-left: 10px;
}
/*-------------------------------------------
Section "activities"
-------------------------------------------*/
#activities {
    background-color: #fff;
}
#activities .content {
    border: 1px dashed #A89F9D;
    margin-bottom: 100px;
}
#activities .description {
    margin-bottom: 60px;
}
#activities .date {
    display: flex;
    position: relative; 
}
#activities .date p {
    margin-left: 95px;
}
#activities .circle {
    width: 132px;          
    height: 132px;
    background-color: #FFF3F7; 
    border-radius: 50%;    
    display: flex;         
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;               
    left: 10px;
    transform: translate(-50%, -50%); 
    margin: 10px;  
}
#activities .circle h3 {
    font-family: "Noto Serif JP";
    font-size: 1.5625rem; /* 25px → 1.5625rem */
    font-weight: 400;
    position: relative;
}
#activities h4 {
    font-size: 1.5rem; /* 24px → 1.5rem */
    font-weight: 400;
    line-height: 3.2;
    letter-spacing: 2.4px;
}
#activities .content .inner {
    padding-top: 75px;
    margin-bottom: 45px;
}
#activities .inner:nth-of-type(2) {
    padding-top: 90px;
    margin-bottom: 45px;
}
#activities .image {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;   
    margin-bottom: 13px;
}
#activities .image img {
    width: 100%;
    height: auto;
    max-width: 280px;
    max-height: 200px;
}
/* #activities .image .resize {
   max-width: 150px; 
} */
#activities .inner .list,
#activities h4 {
    padding-left: 100px;
}
#activities .inner .list div {
  display: flex;          
}
#activities .inner .list dt {
  min-width: 100px;     
}
#activities .inner .list dd {
  margin: 0;            
}
#activities .content .text {
    background-color: #FFF3F7;
    padding: 23px;
    margin: 0 10px 10px;
}
#activities .information h3 {
    font-family: "Noto Serif JP";
    font-size: 1.125rem; /* 18px → 1.125rem */
    font-weight: 400;
    letter-spacing: 1.8px;
    text-align: center;
    align-items: center;
    z-index: 1;   
}
#activities .information .frame {
    width: 200px; 
    height: 200px;
    background: url("assets/img/flower.png") no-repeat center/cover;
    overflow: hidden; 
    margin: 0 auto;
    margin-bottom: 35px;
    display: flex;
    align-items: center;    
    justify-content: center;  
    text-align: center;
}
#activities .information p {
    padding-bottom: 85px;
}
/*-------------------------------------------
Section "bylaws"
-------------------------------------------*/
#bylaws span {
    font-family: "Noto Serif JP";
    font-size: 1rem; /* 16px → 1rem */
    font-weight: 400;
    line-height: 3.5;
    letter-spacing: 1.6px;
}
#bylaws .table {
    border-collapse: collapse;
    font-size: 0.75rem; /* 12px → 0.75rem */
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 13px;
}
#bylaws .table th,
#bylaws .table td {
    font-weight: 400;
    text-align: left;
    border: 0.5px solid #A89F9D;
    padding: 0 5px;
}
#bylaws .content {
    margin-bottom: 80px;
}
#bylaws .content,
#bylaws .content h3,
#bylaws .content h4 {
    font-size: 1rem; /* 16px → 1rem */
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1.6px;
}
#bylaws .content .inner {
    margin-bottom: 18px;
}
#bylaws .content .inner li {
    list-style-type: decimal;
    margin-left: 25px;
}
#bylaws .content .inner .disc li {
    list-style-type: disc; 
    margin-left: 25px;
}
/*-------------------------------------------
Footer
-------------------------------------------*/
footer {
    background-color: #A89F9D;
    color: #fff;
    text-align: center;
    font-family: "Noto Serif JP";
    font-size: 0.75rem; /* 12px → 0.75rem */
    font-weight: 400;
    line-height: 3.5;
    letter-spacing: 1.2px;
    padding: 25px 0;
}

/*-------------------------------------------
スマートフォン
-------------------------------------------*/
@media screen and (max-width: 665px) {
/*-------------------------------------------
Common
-------------------------------------------*/
.wrapper {
    padding: 0 16px;
}
h2 {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px;
}
.brSp {
    display: inline-block;
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.main {
    padding-top: 170px;
}
.main h1 {
    font-size: 1.3rem;
    padding: 23px;
}
.main .title .inner {
    justify-content: center;
    margin-top: 90px;
}
.main .title .inner::before {
    top: -95%;
    right: -71%;
    width: 450px;
    height: 305px;
}
.main span {
    font-size: 1.7rem;
    padding-left: 5px;
}
/*-------------------------------------------
Header
-------------------------------------------*/
    .navi .menu {
        display: block;
    }
    .navi .menu li {
        padding: 15px 0;
    }
    .navi .menu li,
    .navi .menu li:nth-of-type(1) {
        border: none;
    }
    .link {
        padding: 15px 25px;
    }
/*-------------------------------------------
Section "news"
-------------------------------------------*/
    #news .tab-contents {
        padding: 0 16px;
    }
    #news .tab-contents .item dl {
        display: block;
    }
    #news .tab-contents .item dd {
        margin-left: 0;
        margin-top: 5px;
    }
    #news .list {
        display: block;    
        margin: 35px auto 0;
        text-align: center;
        width: fit-content;
    }
/*-------------------------------------------
Section "greeting"
-------------------------------------------*/
    #greeting .content {
        padding: 60px 10px;
    }
    #greeting .content h3 {
        font-size: 1.5rem;
        line-height: 2;
    }
    #greeting .content .inner {
        display: grid;
        margin-bottom: 40px;
    }
    #greeting .content .inner img {
        margin: 0 auto;
    }
    #greeting .content a {
        font-size: 1rem;
        line-height: 1.6;
    }
    #greeting .content a::before {
        border-width: 8px 0 8px 11px;
        top: -50px;
        left: 8px;
        margin: auto;
    }
/*-------------------------------------------
Section "members"
-------------------------------------------*/
    #members .table {
        line-height: 3;
        width: 100%; 
    }
    #members .table th {
        padding: 0;
    }
/*-------------------------------------------
Section "about"
-------------------------------------------*/
    #about .content {
        padding-bottom: 55px;
    }
    #about .content .inner,
    #about .content p {
        margin-bottom: 0;
    }
    #about .inner {
        display: grid;
    }
    #about .inner img {
        margin: 0 auto;
    }
    #about .inner .text {
        margin-left: 0;
    }
/*-------------------------------------------
Section "activities"
-------------------------------------------*/
    #activities .content .inner {
        padding-top: 40px;
        margin-bottom: 20px;
    }
    #activities .date p {
        font-size: 0.8rem;
        margin-left: 120px;
    }
    #activities .circle {
        width: 100px;          
        height: 100px;
        left: 8%;
    }
    #activities .circle h3 {
        font-size: 1.3rem;
    }
    #activities .inner .list,
    #activities h4 {
        padding: 0 16px;
    }
    #activities h4 {
        font-size: 1.2rem;
    }
    #activities .inner .list div {
        display: block;          
    }
    #activities .content .text {
        padding: 16px;
    }
/*-------------------------------------------
Section "bylaws"
-------------------------------------------*/
    #bylaws span {
        font-size: 0.8rem;
        line-height: 3;
        display: block;
    }
/*-------------------------------------------
Footer
-------------------------------------------*/
}