/*
Theme Name:monne
Author:shoko arai
Description:monneのコーポレートサイト
Version:1.0
*/

/* Base
   ========================================================================== */
   
@charset "utf-8";

body {
    font-family: 'EB Garamond', serif, 'Noto Serif JP', serif;
    background-color: #f7f5ef;
    font-size: 15px;
    line-height: 1.5;
    color: #333333;
    margin:0;
}

.center {
    text-align: center;
}

.content{
  width: 1000px;
  margin: 0 auto;
}

.blog article .content,.single article .content {
    width: 750px;
}


a {
    color: #333333;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #c3ae56; 
}

h1 {
    font-size: 25px;
}


/* header
   ========================================================================== */
/* チェックボックスを非表示にする */


.header {
    background-color: #687b6f;
    color: #f1f0eb;
    padding-bottom: 20px;
}

.header a {
    color: #f7f5ef;
}

.sp_menu_logo {
    display: none;
}



.drawer_hidden {
    display: none;
}   

.nav {
    width: 100%;
    text-align: center;
    margin:0 auto;
    font-size: 14px;
    letter-spacing: 0.1em;
}


nav .nav_list {
    display: flex;
    justify-content: space-between; 
    margin: auto;
    padding: 0;
}

nav .nav_list li {
    width:100px;
    height: 20px;
    list-style: none;
    border-bottom: 2px solid rgba(0,0,0,0);
}

nav .nav_list li:hover {
  border-bottom: 2px solid #c3ae56;
  width: 100px;
}

nav .nav_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

nav .nav_list li a:hover {
    color: #f7f5ef;     
    text-decoration: none;
}

#logo {
    position: relative;
}

#logo_mini {
	text-align: center;
}

#logo_mini img {
    width: 240px;
    height: auto;
    margin: 13px 0px 10px 0px;
}

/* footer
   ========================================================================== */

.site-footer{
    background: #f7f5ef;
    display: flex;
    padding: 60px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
}
.site-logo img{
    height: 20px;
    width: auto;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #333;
    text-decoration: none;
}


/*固定部分*/
#sp-fixed-menu{
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
 }
 
 /*メニューを横並びにする*/
 #sp-fixed-menu ul{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
    width: 100%;
    background: #687b6f;
 }
 
 #sp-fixed-menu li{
    justify-content: center;
    align-items: center;
    width: 30%;
    padding:0;
    margin:0;
    font-size: 14px;
 }

#sp-fixed-menu .ft_logo img {
    height:50px;
}
 
 /*左側メニューを緑色に*/
 #sp-fixed-menu li:first-child{
    background: none;
    text-align: center;
    margin-bottom: 0;
 }

 
 
 /*左側メニューをオレンジ色に*/
 #sp-fixed-menu li{
    background: #f7f5ef;
    margin: 10px;
 }
 
 /*ボタンを調整*/
 #sp-fixed-menu li a{
    color: #687b6f;
    text-align: center;
    display:block;
    width: 100%;
    margin-left: 0px;
    padding:15px 0px 15px 0;
 }


/*ページ下部分*/

footer {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
    background-color: #687b6f;
    color: #f7f5ef; 

}

.footer_content {
    margin-bottom: 80px;
}



.sns_btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.sns_btn img {
    width: 25px;
    height: auto;
    margin:0px;
}

#copyright {
    text-align: center;
    margin: 0px auto;
    font-size: 8px;
}

nav .footer_nav_list {
    display: flex;
    justify-content: space-between; 
    margin: 10px;
    padding: 0;
}

nav .footer_nav_list li {
    width:100px;
    height: 20px;
    list-style: none;
    border-bottom: 2px solid rgba(0,0,0,0);
}

nav .footer_nav_list li:hover {
  border-bottom: 2px solid #c3ae56;
  width: 100px;
}

nav .footer_nav_list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #f7f5ef; 
}

nav .footer_nav_list li a:hover {
    color: #f7f5ef;     
    text-decoration: none;
}








/* page
   ========================================================================== */

.each {
    text-align: center;
    padding: 5px 0px 5px 0px;
    margin: 10px 0;
}

.top_title h1 {
    text-align: center;
    padding: 0;
    margin-top: 0px;
    letter-spacing: 0.15em;
}


/* Newsアーカイブ
   ========================================================================== */

/**
 * Page Navi
 */

 .page-navi{
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    margin-bottom: 150px;
   }

   .news_index {
    width: 1000px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 0px auto;
    margin-bottom: 80px;
}

   





/* カタログカイブについて
   ========================================================================== */

/**
 *  カタログ一覧ページ
 */
 
.top_title h1 {
    text-align: center;
    padding: 0;
    margin: 0px;
    letter-spacing: 0.2em;
}

.index:first-child{
    width:800px;
    margin: 40px 0px 0px 0px;
} 
 
.index {
    width:1000px;
    margin: 50px 0px 0px 0px;
}


.index_box img {
        width: 210px;
        height: 210px;
    }


.blog_cat {
    font-size: 12px;
}

.blog_title {
    font-size:18px;
    letter-spacing: 0.05em;
}

#blog_search {
    width: 900px;
    text-align: left;
    margin: 20px 15px 20px 15px;
}

.blog_archive {
    width: 1000px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin: 0px auto;
    margin-bottom: 50px;
}

.index_archive {
    margin: 30px 18px;
}

.index_archive .blog_title h4 {
    margin-top: 10px;
    margin-bottom: 3px;
}

.index_archive .blog_date {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
}



/**
* ブログ
*/

.blog_list {
    width:1000px;
    height: auto;
    display: flex;
    flex-wrap:wrap;
	text-align: center;
	margin: 0 auto;
	padding-left: 0px
}

.blog_list li {
	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
	padding: 15px 5px;
	box-sizing:border-box;
	list-style: none;
}

.blog_list li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	width: 250px;
    height: auto;
}

#blog .btn .side-btn {
    text-align: right;
    padding: 30px 0px;
}

.blog_archive .blog_left {
    margin-top : 20px;
}

.blog_archive .blog-wrap {
    font-size: 12px;
}


.date {
    font-size: 12px;
 }

.blog-title-article {
  margin: 80px 0px 0px 5px;
  font-size:25px;
}

.blog-body {
    margin-bottom:80px;
}


/* トップページについて
   ========================================================================== */

#monne h2 {
    text-align: center;
    margin:40px 0;
}

#monne {
    text-align: center;
}

#monne p {
    display: inline-block;
    text-align: left;
}



button {
    display: inline-block;
    flex-direction:row;
    background: #687b6f;
    border:1px solid;
    color:  #f7f5ef;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    max-width: 100%;
    padding: 12px 20px;
    text-align: center;
    width: 150px;
    border-radius:6px;
    cursor:pointer;
    margin:40px 30px;
}

.btn {
    text-align:center;
    margin:auto;
}

.btn a {
    color:#f7f5ef;
}

hr {
    border: 1px solid;/*線の種類の指定*/
    border-color: #c3ae56; /*線の色の指定*/
    width: 60%;
    margin-top:20px;
}

/**
* カタログスライダー
*/

#slider {
    padding-bottom: 40px;
}

#slider h2 {
    text-align: center;
    margin:40px 0;
}

.product_list {
    width:1000px;
    height: auto;
    display: flex;
    flex-wrap:wrap;
	text-align: center;
	margin: 0 auto;
	padding-left: 0px;
}

#product .btn .side-btn {
    text-align: right;
    padding: 30px 0px;
}

.product_list_smp {
    display: none;
}

.product_list_ipad {
    display: none;
}


.more_btn {
    text-align: right;
}

.more_btn a {
    color:#f7f5ef;
}

/**
* news
*/
 
#news h2{
    color: #ebe9e1;
    text-align: center;
    margin:40px 0;
}

#news .bk3 {
    background-color: #687b6f;
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 0 40px 0;
}

.news-list {
    color: #ebe9e1;
    list-style: none;
    margin: 10;
    padding-left: 40px;
}

.news-list li {
    margin-bottom: 15px;
}

.news-list li .date {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.news-list li a {
    color: #f7f5ef;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
    font-size:20px;
}

.news_index {
    margin-top: 90px;
}

.news-list li a:hover {
    color: #c3ae56;
}


/**
* トプページメイン
*/




#main_visual {
    background-color: #687b6f;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 0px;
}

/* 横並び */

#main_visual .flex {
    display: flex; /*横並び*/
}

#main_visual .flex .image {
    width: 70%; /*画像サイズ指定*/
    margin: 0;
    padding: 0px;
    overflow: hidden;
    position: relative;
}


  
#main_visual .flex .right {
    width: 100%;
    height:auto;
    margin-left: 0;
    margin: 0 auto;
    background-color: #f7f5ef;
    padding: 30px;
    padding-top:100px;
    margin-left:-300px;
    padding-left: 25%;
}

#main_visual .flex .text {
    margin: 0 auto;
    padding: 30px 0 50px 0;
}
  





#main_visual img{
    width: 70%;
    height: auto;
    padding:90px 0 60px 50px;
}



#main_visual button {
    display: inline-block;
    flex-direction:row;
    background: #f7f5ef;
    border:1px solid;
    color:  #687b6f;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    max-width: 100%;
    padding: 12px 20px;
    text-align: center;
    width: 150px;
    border-radius:6px;
    cursor:pointer;
    margin:0px 40px 50px 0px;
}

#main_visual .top_btn {
    padding-left: 0;
    
}

#main_visual .btn a {
    color:#687b6f;
}








/**
* 404
*/
.ep {
    text-align: center;
    margin:60px 0;
}







/* タブレッドビュー
   ========================================================================== */
   
   @media screen and (max-width: 1100px) {
    
    /**
     * Base
     */
    
    .content{
        width: 85%;
        margin: 0 auto;
    }
    
    /**
     * header
     */
     
     
    .header {
        justify-content: center;
        align-items: center;
        background: #687b6f;
        position: relative;
        background-color: #687b6f;
        margin-top: 0;
        padding-bottom: 0;
    }

    .nav {
        margin: 0;
    }

    /* ここから下がハンバーガーメニューに関するCSS */
    nav .nav_list li {
    width: 300px;
    height: 40px;
    list-style: none;
    font-size: 1.2rem;
    justify-content: center;
 
    }
    
    nav .nav_list li.sp_menu_logo {
        display: block;
        height: 160px;
        margin-bottom: 20px;
        pointer-events: none;
    }
    

    nav .nav_list li:first-child:hover {
        border-bottom: none;
    }
    
    .sp_menu_logo img {
        height: 80%;
        object-fit: contain;
    }
    
    /* チェックボックスを非表示にする */
    .drawer_hidden {
        display: none;
    }
    
    /* ハンバーガーアイコンの設置スペース */
    .drawer_open {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: 100;/* 重なり順を一番上にする */
        cursor: pointer;
        margin: 0px 10px;
    }
    
    /* ハンバーガーメニューのアイコン */
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #f1f0eb;
        transition: 0.5s;
        position: absolute;
    }
    
    /* 三本線の一番上の棒の位置調整 */
    .drawer_open span:before {
        bottom: 8px;
    }
    
    /* 三本線の一番下の棒の位置調整 */
    .drawer_open span:after {
        top: 8px;
    }
    
    /* アイコンがクリックされたら真ん中の線を透明にする */
    #drawer_input:checked ~ .drawer_open span {
        background: rgba(255, 255, 255, 0);
    }
    
    /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
    #drawer_input:checked ~ .drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    
    #drawer_input:checked ~ .drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
    }
      
    /* メニューのデザイン*/
    .header .nav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        bottom: 100%;
        left: 0%; /* メニューを画面の外に飛ばす */
        z-index: 99;
        background: #687b6f;
        transition: .5s;
        text-align: center;
    }
    
    .header .nav_content a {
        margin:10px auto;
        color: #f7f5ef;
        text-decoration: none;
        outline: none;
    }
    
    nav .nav_list li a:hover {
        cursor: pointer;
    	transform: scale(1.2);
        color: #f7f5ef;     
        text-decoration: none;
    }

    nav .nav_list {
        margin: 100px auto;
        flex-direction: column;
    }
    
    /* メニュー黒ポチを消す */
    nav .nav_list ul {
        display:flex;
        list-style:none;
        margin: 0px auto;
    }
    
    nav .nav_list li {
        justify-content: center;
        margin: 0 auto;
    }
    
    
    /* アイコンがクリックされたらメニューを表示 */
    #drawer_input:checked ~ .nav_content {
        bottom: 0;/* メニューを画面に入れる */
      
    }
    
    .nav_toppage {
        margin: 0 auto;
    }
    
    #logo {
        position: relative;
    }

    #logo_mini img {
        width: 240px;
        height: auto;
        margin: 10px 0px 5px 0px;
    }

    /* blogとnewsについて
   ========================================================================== */

    .blog_list {
        width: 95%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        margin: 0 auto;
        padding-left: 0px;
    }

    .date {
        font-size: 12px;
     }
    
    .blog-title-article {
      margin: 20px 0px 0px 5px;
      font-size:20px;
    }
    
    .blog-header {
      padding: 0px 0px 0px 5px;
      color: #888;
      font-size: 13px;
    }
    
    .blog-body {
      padding: 20px 5px;
    }

    /* カタログカイブについて
   ========================================================================== */

    /**
    *  カタログ一覧ページ
    */


    .top_title h1 {
        text-align: center;
        padding: 0;
        margin: 0px;
        letter-spacing: 0.2em;
    }

    #blog_search {
        text-align: left;
        margin: 30px 0 0 30px;
    }

    .index:first-child{
        width:85%;
        margin: 10px 0px 0px 0px;
    } 
    
    .index {
        width: 85%;
        margin: 50px 0px 0px 0px;
    }


    .index_box img {
            width: 140px;
            height: 140px;
        }


    .blog_archive {
        width: 85%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        margin-right: 10px;
    }

    .blog_cat {
        font-size: 12px;
    }

    .blog_title {
        font-size:12px;
        letter-spacing: 0.05em;
    }

    #blog_search {
        width: 900px;
        text-align: left;
        margin: 0px 0px 20px 15px;
    }

    .blog_archive {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
        margin: 0px auto;
        margin-bottom: 30px;
    }

    .index_archive {
        margin: 10px 15px;
    }

    .index_archive .blog_title h4 {
        margin-top: 2px;
        margin-bottom: 0px;
    }

    .index_archive .blog_date {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 8px;
    }

    /**
     * Page Navi
     */
    
     .page-navi{
        display: flex;
        justify-content: space-between;
        margin: 10px 0 20px 0;
       }
       
      .page-navi a {
          font-size: 15px;
        }

      /**
    * ページタイトル
    */
    
    
    .each {
        text-align: center;
        background-image: url("images/footer_back.jpg");
        padding: 5px 0px 5px 0px;
        margin:0;
        font-size: 12px;
    }
    
    .top_title h1 {
        text-align: center;
        padding: 0;
        margin: 0px;
        letter-spacing: 0.15em;
    }
    
    /**
    * お知らせ一覧
    */
    
    
    .blog-title-index {
        width:85%;
        height: auto;
        font-size: 18px;
        margin-bottom: 0px;
        letter-spacing: 0.1em;
    }


    .news_index {
        width: 85%;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: left;
        margin: 0px auto;
        margin-bottom: 80px;
    }

    #index {
        margin :0;
    }
    

    /**
    * お知らせ個別ページ
    */

    .blog article .content,.single article .content {
        width: 85%;
    }
    
    #news_page .page-navi{
        display: flex;
        justify-content: space-between;
        margin: 0px auto;
    }


    /**
    * フッター
    */

    .footer_content {
        margin-bottom: 65px;
    }

    .footer_nav a {
        font-size:5px;
    }

    /**
    * トップページ
    */

    button {
        padding: 12px 20px;
        width: 110px;
        margin:40px 15px;
    }
    

     /**
    * カタログ
    */
    
    #slider {
        padding-bottom: 40px;
        text-align: center;
    }

    .product_list {
        display: none;
    }
    
    .product_list_smp {
        display: none;
    }
    
    .product_list_ipad {
        width:100%;
        height: auto;
        display: flex;
        flex-wrap:wrap;
    	text-align: center;
    	margin: 0 auto;
    	padding-left: 0px;
    }

    .more_btn {
        text-align: right;
    }
    
    .more_btn a {
        color:#f7f5ef;
    }
    


    
    
    hr {
        border: 1px solid;/*線の種類の指定*/
        border-color: #c3ae56; /*線の色の指定*/
        width: 60%;
        margin-top:20px;
    }
    

    /**
    * トプページメイン
    */

    #main_visual {
        background-color: #687b6f;
        background-image: none;
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0;
        padding: 10px 0px 50px 0;
    }

    /* 横並び */

    #main_visual .flex {
        flex-direction: column; /*縦並び*/
    }

    #main_visual .flex .image {
        width: 70%; /*画像サイズ指定*/
        height:auto;
        margin: 0 auto;
        padding: 0;
        overflow: hidden;
        position: relative;
        margin-bottom:  -80px;
        text-align: center;
    }

    #main_visual .flex .right {
        width: 80%;
        height:auto;
        margin-left: 0;
        margin: 0 auto;
        background-color: #f7f5ef;
        padding: 30px;
        padding-top:100px;
    }

    #main_visual .flex .text {
        margin: 0 auto;
        padding: 30px 0 50px;
        text-align: center;
    }
    
    /* 画像を天地中央表示 */
    

    #main_visual img{
        width: 70%;
        height: auto;
        padding: 0;
    }



    #main_visual button {
        display: inline-block;
        flex-direction:row;
        background: #f7f5ef;
        border:1px solid;
        color:  #687b6f;
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        max-width: 100%;
        padding: 12px 5px;
        text-align: center;
        width: 120px;
        border-radius:6px;
        cursor:pointer;
        margin:0px 30px 0px 0px;
    }

    #main_visual .top_btn {
        text-align:center;
        margin: 0 auto;
    }

    #main_visual .btn a {
        color:#687b6f;
    }

        
    
        
        


    
}




    

    /* スマホビュー
   ========================================================================== */
   
@media screen and (max-width: 620px) {
        /**
         * Base
         */
        
         .content{
            width: 85%;
            margin: 0 auto;
        }
        
        /**
         * header
         */
         

        /* ハンバーガーアイコンの設置スペース */
        .drawer_open {
            top: 40px;
            right: 30px;
        }
    
        #logo_mini img {
            width: 50%;
            height: auto;
            margin: 12px 0px 5px 0px;
        }

            /*固定部分*/

        #sp-fixed-menu .ft_logo img {
            height:30px;
        }
        
        /*メニュー*/
        #sp-fixed-menu li{
            background: #f7f5ef;
            margin: 10px;
        }
        
        /*ボタンを調整*/
        #sp-fixed-menu li a{
            color: #687b6f;
            text-align: center;
            display:block;
            width: 100%;
            margin-left: 0px;
            padding:5px 0px 5px 0;
        }
        
         /* blogとnewsについて
   ========================================================================== */

        /**
        * ブログ
        */
        
        #blog {
            padding-top:0px;
        }
        
        .blog_list {
            width: 90%;
            height: auto;
            display: flex;
            flex-wrap:wrap;
        	text-align: center;
        	margin: 0 auto;
        	padding-left: 0px
        }
        
        .blog_list li {
        	width: calc(100%/3);/*←画像を横に3つ並べる場合*/
        	padding: 5px 5px;
        	box-sizing:border-box;
        	list-style: none;
        	text-align: center;
        }
        
        .blog_list li img {
        	max-width:100%; /*画像のはみだしを防ぐ*/
        	width: 250px;
            height: auto;
        }
        
        #blog .btn .side-btn {
            text-align: right;
            padding: 30px 0px;
        }
        
        #blog .btn .side-btn a img {
            width: 140px;
            height: auto;
            margin: 0;
        }

        .date {
            font-size: 12px;
         }
        
        .blog-title-article {
          margin: 20px 0px 0px 5px;
          font-size:20px;
        }
        
        .blog-header {
          padding: 0px 0px 0px 5px;
          color: #888;
          font-size: 13px;
        }
        
        .blog-body {
          padding: 20px 5px;
        }


        
        /* カタログカイブについて
   ========================================================================== */

        /**
        *  カタログ一覧ページ
        */
    

        .top_title h1 {
            text-align: center;
            padding: 0;
            margin: 0px;
            letter-spacing: 0.2em;
        }

        #blog_search {
            text-align: left;
            margin: 30px 0 0 30px;
        }

        .index:first-child{
            width:85%;
            margin: 10px 0px 0px 0px;
        } 
        
        .index {
            width: 85%;
            margin: 50px 0px 0px 0px;
        }


        .index_box img {
                width: 142px;
                height: 142px;
            }


        .blog_archive {
            width: 85%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            text-align: left;
            margin-right: 10px;
        }

        .blog_cat {
            font-size: 12px;
        }

        .blog_title {
            font-size:14px;
            letter-spacing: 0.05em;
        }

        #blog_search {
            width: 900px;
            text-align: left;
            margin: 0px 15px 20px 80px;
        }

        .blog_archive {
            width: 100%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            text-align: left;
            margin: 0px auto;
            margin-bottom: 30px;
        }

        .index_archive {
            margin: 8px 8px;
        }

        .index_archive .blog_title h4 {
            margin-top: 2px;
            margin-bottom: 0px;
        }

        .index_archive .blog_date {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 10px;
        }
    
        /**
        * お知らせ個別ページ
        */
    
        .blog article .content,.single article .content {
            width: 85%;
        }
        
        #news_page .page-navi{
            display: flex;
            justify-content: space-between;
            margin: 0px auto;
        }

        /**
        * お知らせ一覧
        */
        
        
        .blog-title-index {
            width:85%;
            height: auto;
            font-size: 18px;
            margin-bottom: 0px;
            letter-spacing: 0.1em;
        }


        .news_index {
            width: 85%;
            height: auto;
            flex-direction: column;
            flex-wrap: wrap;
            text-align: left;
            margin: 0px auto;
            margin-bottom: 40px;
        }

        #index {
            margin: 0px;
        }

            


        /**
         * Page Navi
         */
        
         .page-navi{
            display: flex;
            justify-content: space-between;
            margin: 0 0 30px 0;
           }
           
          .page-navi a {
              font-size: 12px;
          }
    
        
    
        
        
        /**
        * 急ぎ変更分
        */
        .blog_list {
            width: 95%;
            height: auto;
            display: flex;
            flex-wrap: wrap;
            text-align: center;
            margin: 0 auto;
            padding-left: 0px;
        }


        /*ページ下部分*/

        footer {
            width: 100%;
            height: auto;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 10px 0;
            background-color: #687b6f;
            color: #f7f5ef; 

        }

        .footer_content {
            margin-bottom: 50px;
        }



        .sns_btn {
            text-align: center;
            margin-top: 15px;
            margin-bottom: 5px;
        }

        .sns_btn img {
            width: 25px;
            height: auto;
            margin:0px;
        }

        #copyright {
            text-align: center;
            margin: 0px auto;
            font-size: 8px;
        }

        nav .footer_nav_list {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 10px;
            padding: 0;
        }

        nav .footer_nav_list li {
            height: 20px;
            list-style: none;
            border-bottom: 2px solid rgba(0,0,0,0);
            text-align: center;
        }

        nav .footer_nav_list li:hover {
        border-bottom: 2px solid #c3ae56;
        width: 100px;
        }

        nav .footer_nav_list li a {
            color: #f7f5ef; 
        }

        nav .footer_nav_list li a:hover {
            color: #f7f5ef;     
            text-decoration: none;
        }

        .footer_nav a {
            font-size: 14px;
            color: #f7f5ef;
        }

        /**
        * トップページ
        */

        button {
            display:block;
            padding: 12px 20px;
            width: 150px;
            margin:20px auto;
        }

        hr {
            margin-top:50px;
        }

         /**
        * カタログ
        */
        
        #slider {
            padding-bottom: 40px;
            text-align: center;
        }

        .product_list {
            display: none;
        }
        
        .product_list_smp {
            width:100%;
            height: auto;
            display: flex;
            flex-wrap:wrap;
            text-align: center;
            margin: 0 auto;
            padding-left: 0px;
        }
        
        .product_list_ipad {
            display: none;
        }   
        
        /**
        * news
        */
    
        .news-list {
            color: #ebe9e1;
            list-style: none;
            padding-left: 20px;
            margin-bottom:50px;
        }

        .news-list li {
            margin-bottom: 15px;
        }

        .news-list li .date {
            font-size: 12px;
            display: inline-block;
            margin-top: 0px;
        }

        .news-list li a {
            color: #f7f5ef;
            width: 100%;
            margin-top: 10px;
            display: inline-block;
            vertical-align: top;
            font-size:16px;
        }

        .news_index {
            margin-top: 90px;
        }




        /**
        * トプページメイン
        */

        #main_visual {
            background-color: #687b6f;
            background-image: none;
            width: 100%;
            height: auto;
            background-position: center;
            background-repeat: no-repeat;
            margin: 0;
            padding: 10px 0px 40px 0;
        }

        /* 横並び */

        #main_visual .flex {
            flex-direction: column; /*縦並び*/
        }

        #main_visual .flex .image {
            width: 80%; /*画像サイズ指定*/
            height:auto;
            margin: 0 auto;
            padding: 0;
            overflow: hidden;
            position: relative;
            margin-bottom:  -80px;
            text-align: center;
        }

        #main_visual .flex .right {
            width: 75%;
            height:auto;
            margin-left: 0;
            margin: 0 auto;
            background-color: #f7f5ef;
            padding: 30px;
            padding-top:100px;
            display:inline-flex;
            flex-direction: column;
            align-items: center;
        }

        #main_visual .flex .text {
            margin: 0 auto;
            padding: 15px 0 30px;
            text-align: center;
        }
        
        /* 画像を天地中央表示 */
        

        #main_visual img{
            width: 80%;
            height: auto;
            padding: 0;
        }



        #main_visual button {
            display: block;
            flex-direction: row;
            background: #f7f5ef;
            border:1px solid;
            color:  #687b6f;
            display: inline-block;
            font-size: 15px;
            font-weight: bold;
            max-width: 100%;
            padding: 12px 0px;
            text-align: center;
            width: 140px;
            border-radius:6px;
            cursor:pointer;
            margin:10px 10px 0px 0px;
        }

        #main_visual .top_btn {
            margin: 0 auto;
            display:inline-flex;
            flex-direction: column;
        }

        #main_visual .btn a {
            color:#687b6f;
            text-align: center;
        }





            

        

    }
            
        
        