@charset "utf-8";

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
}

       .mheader {
            background-image: url("../images/monet.jpg");
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            /* display: none; */
        }

        p.kaiki2 {
            position: absolute;
            top: 30%;
            left: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
            text-align: center;
            font-size: 1.3em;
            color: #ffe682;
            border: solid 1px;
            padding: 13px 50px;
            line-height: 1.8em;
            font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
        }

/* div .container .monet-picsp {
    display: flex;
    flex-direction: column;
    align-items: center; /* 水平方向の中央揃え 
 justify-content: center; /* 垂直方向の中央揃え（必要に応じて）
 text-align: center; /* テキストの中央揃え 
} */



        div .container {
            display: flex;
                flex-direction: column;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            gap: 40px;
            /* 行・列の間隔  */
            margin:20px 0;
        }

                .monet-pics{
            display: flex;
                flex-direction: column;
            flex-wrap: wrap;
            justify-content: center;
            align-items: flex-start;
            gap: 40px;
            /* 行・列の間隔  */
            margin:20px 0;
        }

        .pic_frame {
            display: flex;
                        justify-content: center;
            flex-direction: column;
            align-items: center;
            margin: 0 20px;
        }

      .pic_frame .shadow  {
        border: solid thin rgba(0,0,0,0.1); 
        }

        /* monet */
.monet　p {
  color: #000;
  line-height: 1.5;
 }

.monetgreenbg{
        max-width: 800px; 
  background: #f5f3ee;
  padding: 20px 25px 25px;
  height: auto;
  /* vertical-align: center; /* 上下中央に寄せる */  */
 }

 p.monet .textgbg{
  color: #4653a2;
  font-weight: bold;
  line-height: 1.5;
 }

 p.seibimonet{
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            text-align: center;
  line-height: 1.6;
 }

 .container_monet{
  max-width: 1000px;
  margin: 30px auto 0;
  justify-content: space-evenly;
}

 hr.monet {
  max-width: 1080px;
  margin: 30px auto 0;
}

        hr.seibi {
    max-width: 1080px;
    margin: 50px auto;
}

	.br-sp  {
		display: none;  /* PCでは非表示 */
	}

    	.br-pc  {
		display: block;  /* PCでは表示 */
	}

        @media screen and (max-width: 768px) {
            .mheader {
                background-image: url("../images/monetsp.jpg");
                background-size: contain;
                background-repeat: no-repeat;
                /* display: none; */
            }

            
            /* .section01 .slider div {
                height: 40vh;
            } */

            p.kaiki2 {
                width: 80%;
                /* padding-top: 100px; */
                margin-top: 0;
                position: relative;
                padding: 5px;
            }




      div.container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap:0;
        } 


      /* .pic_frame {
            margin-top: 30px 0 10px;
        } */

        hr.seibi {
  max-width: 1080px; 
    margin: 50px auto;
}
}

        @media screen and (max-width: 480px) {
      div.container  .archive-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            gap:0;
        } 

                .archive-wrap {
                margin: 0 15px;
            } 

                    hr.seibi {
    margin: 50px auto;
}

.monetgreenbg{
margin-top: 15px;
 }

 p.seibimonet{
    margin: 0 auto;
    text-align: left;
 }

    
    	.br-sp {
    display: block; /* スマホでは表示 */
	}

        	.br-pc  {
		display: none;  /* PCでは非表示 */
	}

    }