@charset "UTF-8";

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

/* header */
header {
    display: flex;
    width: 100%;
    height: 8vw;
    align-items: baseline;
    background-color: rgba(246, 241, 101, 0.826);  
}
h1 {
    width: 18%;
    margin-top: 1%;   
    margin-left: 5%;

}
h1 img {
    width: 100%;
    vertical-align: bottom;
}

/* nav */
nav {
    width: 55%; 
    margin-right: 3%;
    margin-left: auto;
}
nav ul {
    display: flex;
    margin-left: auto;
    list-style-type: none;
}
nav ul li {
    width: 20%;
    margin-left: 2%;
    margin-right: 2%;
    margin-left: auto;
}
nav ul li a {
    display: block;
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5em;
    color: #877F6C;
    font-size: 1.5vw;
    font-weight: 500;
    overflow: hidden;
    transition: 1s;
}
nav ul li a:hover {

    color: yellowgreen;
    background-color: whitesmoke;
    border-radius: 5%;
    transition: 1s;
}
nav ul li:hover a {
    transform: scale(1.1,1.1);
}
/* nav 終了*/
/* header終了 */


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

.title {
    width: 25%;
}
.title img {
    width: 100%;
}


/* 代表　お言葉 */
.section1 {
    width: 100%;
    padding-top: 8%;
    padding-bottom: 8%;
    
}
.section1 div {
    width: 25%;
    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.7;
    font-size: 1.5vw;
    font-weight: 400;
    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: 40%;
   margin-left: auto;
   margin-right: auto; 
}
.section2 img {
    width: 100%;
    vertical-align: bottom;
}
/* 区切り用画像(IROHA PUBLISHING）終了 */

/* 新着アイテム(section301)tablet用コピペ */
.section301 {
    display: none;
}
.section401 {
    display: none;
}
/* 新着アイテム(section301)tablet用コピペ 終了 */


/* 新着アイテム(section3) */
.section3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 2%;
    background-color: #D7C4BB;
    
}
.item-box1 {
    width: 23%;
    margin-left: auto;  
    margin-right: auto;
    margin-bottom: 3%;
}
.item-box1 img {
    width: 100%;
    transition: 1s;
}
.item-box1:hover img {
   transform: scale(1.1,1.1);
   transition: 1s;
   border-radius: 3%;
   background-color: rgba(245, 245, 245, 0.5);
}
.item-box2 {
    display: flex;   
}
/* 新着アイテム(section3) 終了 */


/*/////// figureとfigcaption(section３と４) まとめて////////*/
figure {
    width: 25%;  
    margin-left: 5%;
    margin-right: 5%;
    transition: 0.5s;
    overflow: hidden; 
    border-radius: 3%;
    box-shadow: 5px 5px 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 img {
    display: block;
    width: 100%;
}
figure a {
    display: block;
    text-decoration: none;   
}

figcaption {
    text-align: center;
    font-size: 1.3vw;
    padding: 3%;
    color: #373C38;    
}
/*/////// figureとfigcaption(section３と４) まとめて　終了////////*/


/* tablet用コピペ(section401) */
.section401 {
    display: none;
}
/* tablet用コピペ(section401) 終了 */


/* ニュース(section4) */
.section4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7%;
    padding-top: 3%;
    padding-bottom: 3%;
    border-radius: 2%;
    background-color: #D7C4BB;
}
.news-box1 {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
}
.news-box1 img{
    width: 100%;
    transition: 1s;  
}
.news-box1:hover img{
    transform: scale(1.1,1.1);
    transition: 1s;
    border-radius: 3%;
    background-color: rgba(245, 245, 245, 0.5);
}
.news-box2 {
    display: flex;
}
/* ニュース(section4) 終了 */

/* おしらせ(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: 25%;
    margin-left: auto;  
    margin-right: auto;
    margin-bottom: 3%;
}
.section5 div img {
    width: 100%;
    transition: 1s;
}
.section5 div:hover img {
    transform: scale(1.1,1.1);
    transition: 1s;
    border-radius: 3%;
    background-color: rgba(245, 245, 245, 0.5);
} 
.section5 ul {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
}
.section5 ul li {
    padding: 2%;
    border-bottom: 1px solid goldenrod;  
    color: #373C38;
}
.section5 ul li time {
    font-size: 1vw;
    color: #373C38;
}
.section5 ul li a {
    display: block;
    text-decoration: none;
    font-size: 1.3vw;
    color: #373C38;
    transition: 0.5s;
}
.section5 ul li a:hover {
    color: whitesmoke;
    transition: 0.5s;
}
/* おしらせ(section5) 終了 */

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

.top a {
    display: block;
    width: 10%;
    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: 11%;
    transition: 1s;
    color: yellowgreen;
    background-color: rgba(246, 241, 101, 0.826);
}
/* TOPへ戻るボタン 終了 */
/* main 終了 */


/* footer */

footer {  
    background-color: rgba(246, 241, 101, 0.826);
}

footer ul li {
    list-style-type: none; 
    font-size: 1.1vw;      
}
footer ul li a {
    display: block;
    text-decoration: none;  
    color: #373C38;
    transition: 0.5s; 
}
footer ul li a:hover {
    color: whitesmoke;
    transition: 0.5s;
}
.footer1 {
    display: flex;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.footer-box {
    width: 20%;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;

}
.footer-box h4 {
    padding: 2%; 
}
.footer-box h4 a {
    display: block;
    width: 50%;
    text-align: center;
    text-decoration: none;
    border-radius: 3%;
    color: #373C38;
    font-size: 1.4vw;
    transition: 1s;
}
.footer-box h4 a:hover {
    color: yellowgreen;
    border-radius: 5%;
    transition: 1s;
}
.footer2 {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #373C38;    
}

.footer-box501 {
    display: none;
}
.footer-box5 {
    display: flex;
    width: 70%;
    margin-left: 5%;
}
.footer-box5 div {
    width: 5%;
    margin-top: 0.5%;
}
.footer-box5 div img {
    width: 100%;
}
.footer-box5 p {
    width: 20%;
    margin-top: 1.5%;
    margin-left: 1%;
    font-size: 1.5vw;
    font-weight: 500;
    color: #373C38;
    transition: 1s;
}
.footer-box5 p:hover {
    color: yellowgreen;
    transition: 1s;
}
.footer-box5 address {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    font-size: 1.1vw;
    font-style: normal;
}

.footer-box6 {
    display: flex;
    width: 20%;
    margin-right: 5%;

}
.footer-box6 i {
    margin-left: auto;
    margin-top: 5%;
    text-indent: 1.7vw;
   
}
.footer-box6 a {
    display: block;
    width: 100%;
    color: #877F6C;
    font-size: 2vw;
    transition: 0.5s;
}
.footer-box6 a:hover {
    color: yellowgreen;
    transition: 0.5s;
}

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