@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: whitesmoke;
}

/* header */
header { 
    width: 100%; 
    background-color: rgba(246, 241, 101, 0.826);  
}
h1 {
    width: 30%;   
    margin-left: 5%;
    padding-top: 5%;
}
h1 img {
    width: 100%;
}

/* nav */
nav {
    width: 100%;
}
nav ul {
    width: 100%;  
    list-style-type: none;
}
nav ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    
}
nav ul li a {
    display: block;
    line-height: 2;
    border: 1px double rgba(245, 245, 245, 0.5);
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5em;
    color: #373C38;
    overflow: hidden;
    font-weight: 500;
    font-size: 3vw;
    
    transition: 1s;
}
nav ul li a:hover {
    color: yellowgreen;
    background-color: whitesmoke;
    transform: scale(1.3,1.3);
    transition: 1s;
}
/* nav */
/* header */


/* main */
main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vw;
    background-image: url(../images/imgi_51_main_img_sp.png);
    background-size: cover;  
    background-attachment: fixed;
}

.title {
    width: 45%;
}
.title img {
    width: 100%;
}
/* 代表　お言葉 */
.section1 {
    width: 100%;
    padding-top: 8%;
    padding-bottom: 8%;
}
.section1 div {
    width: 45%;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 3%;
}
.section1 img {
    width: 100%;
    vertical-align: bottom;
    transition: 1s;
}
.section1:hover img {
    transform: scale(1.1,1.1);
    transition: 1s;
}
.section1 p {
    text-align: center;
    line-height: 2;
    font-size: 2.5vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #373C38;
}
/* 代表　お言葉 */


/* 区切り用画像(IROHA PUBLISHING） */
.section2 {
    width: 100%;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/imgi_52_top_column_bg.png);
    background-size: cover;
}
.section2 div {
   width: 45%;
   margin-left: auto;
   margin-right: auto; 
}
.section2 img {
    width: 100%;
    vertical-align: bottom;
}
/* 区切り用画像(IROHA PUBLISHING） */


/* style.css用 */
.section3 {
    display: none;
}
/* style.css用 */


/* item(section3) */
.section301 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    padding-top: 3%;
    padding-bottom: 2%;
    border-radius: 2%;
    background-color: #D7C4BB;
}
.item-box1 {
    width: 40%;
    margin-left: auto;  
    margin-right: auto;
    margin-bottom: 3%;
}
.item-box1 img {
    width: 100%;
    vertical-align: bottom;
    transition: 1s;
}
.item-box1:hover img {
    transform: scale(1.1,1.1);
    transition: 1s;
    border-radius: 3%;
}
.item-box2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
/* item(section3) */

/* style.css用コピペ(section4) */
.section4 {
    display: none;
}
/* style.css用コピペ(section4) 終了 */

/* news(section4) */
.section401 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    margin-bottom: 3%;
    padding-top: 3%;
    padding-bottom: 2%;
    border-radius: 3%;
    background-color: #D7C4BB;
}
.news-box1 {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
}
.news-box1 img{
    width: 100%;
    vertical-align: bottom;
    transition: 1s;
}
.news-box1:hover img {
    transform: scale(1.1,1.1);
    transition: 1s;
    border-radius: 3%;
}
.news-box2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


/*/////// figureとfigcaption(section３と４) まとめて////////*/
.figure {
    display: flex;
    width: 96%;     
    margin-left: auto;
    margin-right: auto; 
    margin-top: 2%;
    margin-bottom: 3%;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 3%; 
    box-shadow: 4px 4px 2px 2px #B4A582;
    background-color: white;    
}
.figure:hover {
    transform: scale(1.05,1.05);
    transition: 0.5s;
    box-shadow: 0px 0px 0px 0px #B4A582;
}
.figure div {
    width: 31%;
    padding: 2%;
}
.figure a img {
    display: block;
    width: 100%;
    border-radius: 5%;
}
.figure a {
    display: block;  
}
figcaption {
    margin: 2%;
    width: 61%;
    margin-left: auto;
    margin-right: 2%;
    text-decoration: none; 
    font-size: 1.8vw;
    color: #373C38;
}
figcaption p {
    margin-bottom: 3%;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 2vw;
    background-color: mediumaquamarine;
}
/*/////// figureとfigcaption(section３と４) まとめて　終了////////*/



/* おしらせ(section5) */
.section5 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 2%;
    background-color: #D7C4BB;
}
.section5 div {
    width: 40%;
    margin-left: auto;  
    margin-right: auto;
    margin-bottom: 3%;
}
.section5 div img {
    width: 100%;
    vertical-align: bottom;
    transition: 1s;
}
.section5 div:hover img {
    transform: scale(1.1,1.1);
    transition: 1s;
    border-radius: 3%;
}
.section5 ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
}
.section5 ul li {
    padding: 2%;
    border-bottom: 1px solid goldenrod;
    font-size: 2.4vw;
    color: #373C38;
}
.section5 ul li time {
    font-size: 1.5vw;
    color: #373C38;
}
.section5 ul li a {
    display: block;
    text-decoration: none;
    color: #373C38;
    transition: 0.5s;
}
.section5 ul li a:hover {
    color: whitesmoke;
    transition: 0.5s;
}


/* top 戻るボタン */
.section6 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    margin-bottom: 1.5%;  
    letter-spacing: 0.1em;
    font-size: 1.3vw;
}

.top a {
    display: block;
    width: 16%;
    margin-left: auto;
    margin-right: 2%;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    border-radius: 5%;
    color: #373C38;
    background-color: yellowgreen;
    transition: 1s;    
}
.top a:hover {
    width: 17%;
    transition: 1s;
    color: yellowgreen;
    background-color: rgba(246, 241, 101, 0.826);
}
/* top 戻るボタン終了  */


/* footer */
footer {
    padding-top: 3%;
    background-color: rgba(246, 241, 101, 0.826);
}
.footer1 {
    display: none;
}
.footer2 {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #373C38;    
}

.footer-box5 {
    display: none;
}
.footer-box501 {
    display: flex;
    width: 100%;
    align-items: center;
    margin-left: 5%;
}
.logo {
    width: 15%;
    margin-top: 5%;
    
}
.logo img {
    width: 100%;
    vertical-align: bottom;

}
.footer-box501 p {
    width: 20%;
    margin-top: 1%;
    margin-left: 2%;
    margin-bottom: 2%;
    font-size: 2.5vw;
    font-weight: 600;
    color: #373C38;
    transition: 1s;
}
.footer-box501 p:hover {
    color: yellowgreen;
    transition: 1s;
}
.address {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 2.1vw;
}
address {
    font-style: normal;
}
.footer-box6 {
    display: flex;
    width: 18%;
    align-items: center;
    margin-right: 5%;
}
.footer-box6 i {
    margin-left: auto;
    margin-top: 5%;
    text-indent: 1.7vw;
    font-size: 3vw;
}
.footer-box6 a {
    display: block;
    width: 100%;
    color: #877F6C;
}
.footer-box6 a:hover {
    color: yellowgreen;
    transition: 0.5s;
}

.copy {
    margin-top: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    font-size: 2vw;
    background-color: #877F6C;
    color: whitesmoke;
    transition: 0.5s;
}
.copy:hover {
    color: yellowgreen;
    transition: 0.5s;
}