@charset "utf-8";

/* 株式会社Hokuhoku css */


body {
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","meiryo",sans-serif,"icons";
    background-image: url(img/body_bg.jpeg);
    background-size: cover;
  }
  
  html {
    font-size: 62.5%;
  }

  /* wrapper
---------------------------------------- */

.wrapper {
    width: 1280px;
    margin: 0 auto;
    background-color: white;
}

  /* Top
----------------------------------------  */

.top {
    height: 780px;
}


  /* header
---------------------------------------- */

header {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 20px; 
   
}

header h1 {
    margin: 0; 
}

header nav {
    width: 400px;
}

/* ハンバーガーメニューのアイコンスタイル */
.hamburger-menu {
    margin-top: 6px;
    display: none; 
    font-size: 50px;
    cursor: pointer; 
}


header nav {
    width: calc(100% - 100px);
}

header nav ul {
    list-style: none; 
    padding: 0;
    margin: 0; 
    display: flex;
    justify-content: flex-end; 
    line-height: 20px;
    padding-top: 40px;
    padding-right: 25px;
    text-align: right;

}

header nav ul li {
    display: inline-block;
    margin-left: 25px;
}



  /* catch-copy
---------------------------------------- */
.top {
    background-image: url(img/1280780.png);
}

.top_image {
 margin-top: 20px;
 height: 640px;
}

.catch-copy {
    height: 620px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1280px;
   
}


/* キャッチコピーと画像の配置 */
.catch-copy {
    width: 1280px;
    height: 700px;
}

.catch-copy-white {
    margin-top: 450px;
    width: 500px;
}
  
.catch-copy-white span {
    color: #dd7a39;
    font-weight: bold;
  }
  
  .catch-copy-white p{
    height: 60px;
    width: 380px;
    display: block;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    color: black;
    background-color: #fff;
    line-height: 4.1;
    padding: 0 30px;
    margin-bottom: 20px;
  }
  




/* ---------------------------------------- */

/* アイテムリスト */

.item-list {
    text-align: center; 
    margin-bottom: 50px;
}

.item-list section {
    margin-bottom: 30px;
}

.item-all {
    width: 1030px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; 
    margin-bottom: 30px;
}

.item-info h3 {
    color: black;
}

.item-info a {
    text-decoration: none;
}

/* ---------------------------------------- */

/* ニューススライドショー */

.news-slideshow {
    margin-bottom: 50px;
}

.slide-pack section {
    text-align: center;
    margin-bottom: 30px;
}


.slide-container {
    width: 1280px; 
    overflow: hidden;
    margin: 0 auto; 
}

.slide-img {
    display: flex; 
    white-space: nowrap;
}


.event-info a,
.event-info a:visited { 
    color: black;
    text-decoration: none; 
}

.event-info h3 {
    color: black; 
}
/* ---------------------------------------- */


/* ニュース */

.news-top {
    margin-bottom: 50px;
}

.news {
    margin-bottom: 30px;
}


.heading {
    text-align: center;
}

.heading h2 {
    margin-bottom: 30px;
}

.event-info h3 {
    text-align: center;
}

.news ul {
    width: 75%;
    margin: 0 auto;
  }


.news-list .item a{
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    text-decoration: none;
    color: #4e4e4e;
    border-bottom: 1.5px dotted #c1c1c1;
    padding: 20px 20px;
  }

  .news-list .item:first-child a{
    border-top: 1.5px dotted #c1c1c1;
  }

  .news-list .item .date{
    margin: 0;
    min-width: 140px;
    font-size: 16px;
    color: #4e4e4e;
    padding: 0 20px 0 0;
  }

  .news-list .item .category{
    margin: 0;
    min-width: 140px;
    padding: 0 20px 0 0;
  }

  .news-list .item .category span{
    background: #FDA344;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
  }

  .news-list .item .title{
    margin: 0;
    width: 100%;
  }

  .news-list .item a:hover .title{
    color: #3A8D92;
  } 

/* ---------------------------------------- */

/* レシピ */

.recipe {
    
    background-color: whitesmoke;
}

.recipe section h2 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
}

.recipe-box {
    display: flex; 
    width: 1280px;
    justify-content: center;
}

.white-line {
    justify-content: space-evenly;
    width: 220px;
    height: 200px;
    display: inline-block; 
    vertical-align: top; 
    margin: 0 auto; 
}

.recipe-info, .item-info {
    text-align: center;
}

.recipe-info {
    margin-bottom: 30px;
}

.recipe-info h3 {
    margin-top: 0px;
}

.item-info p {
    margin-bottom: 20px;
   
}

.item-info img {
    margin-bottom: 40px;
 
}

.recipe-info a,
.recipe-info a:visited { 
    color: black; 
    text-decoration: none; 
}

.recipe-info h3 {
    color: black; 
}

/* ---------------------------------------- */


/* コンテンツリスト */

.contents-list {
    background-color: whitesmoke;
    height: 680px;
   
}

.content-head h2 {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}


.content {
    display: flex; 
    justify-content: space-between; 
}

.content-block {
    width: 100%; 
    display: flex; 
    justify-content: space-between; 
}

.content-block section {
    flex: 1; 
    text-align: center; 
    margin-bottom: 80px;
}


.content-block section img {
    display: block; 
    margin: 0 auto; 
    margin-bottom: 30px;
    border-radius: 200px;
    border: 1px solid;
}

.cta-button {
    margin-bottom: 60px;
}


.cta-button p {
    text-align: center;
}

.cta-button a,
.cta-button a:visited { 
    color: black; 
    text-decoration: none; 
}

.cta-button p {
    color: black; 
}

/* ---------------------------------------- */

/* フッター */
.corporateFooter {
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px;
}

.corporateFooter_nav {
    margin-bottom: 15px;
}

.corporateFooter_menu {
    margin-bottom: 70px;
}

.corporateFooter_menu ul{
    display: flex;
}

.cpFooterServicesList {
    display: flex;
}

.corporateFooter_links {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eada9a;
   padding-top: 15px;
   
}

.corporateFooter_data {
    display: flex;
    justify-content: space-between;
}

.cpFooterNavList li, .cpFooterNavListis-sub li, .cpFooterSubNavList li {
    margin-right: 30px;
}

.cpFooterShopsList li,.cpFooterServicesList_item {
    margin-right: 30px;
}


.corporateFooter a,
.corporateFooter a:visited { 
    color: black; 
    text-decoration: none; 
}

.corporateFooter {
    color: black; 
}


/* ---------------------------------------- */


/* ---------------------------------------- */
/* max-width: 1024px */
/* ---------------------------------------- */

/* アイテムリスト */

@media screen and (max-width: 1024px) {
    .item-all {
        flex-wrap: wrap; 
        justify-content: center; 
    }

    .item-img {
        width: calc(50% - 15px); 
        margin-bottom: 30px; 

    }
}



/* ---------------------------------------- */
/* max-width: 430px */
/* ---------------------------------------- */

/* キャッチコピーの変更*/



/* ハンバーガーメニュー */

@media screen and (max-width: 430px) {
    header nav {
        display: none; 
    }

    .hamburger-menu {
        display: block; 
        margin-right: 20px; 
    }

    .item-img {
        width: calc(50% - 15px); 
        margin-bottom: 30px; 
    }
}


/* アイテムリスト */

@media screen and (max-width: 430px) {
    .item-all {
        flex-wrap: wrap; 
        justify-content: center; 
    }

    .item-img {
        width: calc(50% - 15px); 
        margin-bottom: 30px; 

    }
}
