@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFFFFF
;}
#main{
	margin-top: 90px;
}

.container_main {
  display: flex;
  flex-wrap: wrap;
justify-content: space-between;
width:80%;
 list-style: none;
	margin:auto;
}

.lightbox_main{
	display: block;
	width:100%;
	margin: 10px auto;
	background-color: #EEEEEE;
}

.column--r p{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color:#4A4A4A;
	letter-spacing :1.5px;
	line-height: 1.3;
	 display: inline-block;
text-align: left;
	margin-bottom: 20px;}


h1{
	font-size: 1.3em;
	color:#4A4A4A;
	letter-spacing :8px;
	line-height:3em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

p.caption{
	margin-bottom: 10px;
	line-height: 2;
	 text-indent: 1rem;
}

p.right {
display: flex;
	margin-bottom: 20px;
justify-content: flex-end;}

.container_main .column--l {
  width: 40%;
	margin: 0 3% ;
}
.container_main .column--l img{
 max-height:600px;
	
}

.container_main .column--r{
	 width: 40%;
	margin: 2% 6% 2% 2% ;
margin-top: auto;
	
}

.container_main li img{
	 position:relative;
    box-shadow:none;
    transition:box-shadow 0.3s, transform 0.3s;
		-webkit-clip-path:inset(20px);
  clip-path:inset(20px);
	max-width: 100%;
width: auto; /* これないと縦横比崩れる*/
 height: auto;
}

.container_main li img:before {
        position:absolute;
        top:0;
        left:0;
        display:block;
        width:100%;
        height:100%;
        content:"";
        box-shadow:inset 0 2px 5px rgba(0, 0, 0, 0.3);
        transition:box-shadow 0.3s;
    }

.container_main li img:hover {
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.3);
    transform:scale(1.02);
}

.container_main li img:hover::before {
        box-shadow:none;
    }


li img{
	border-radius:3px;
 transition:box-shadow 0.3s, transform 0.3s;
	
}

li img:hover{
 box-shadow:0 6px 14px rgba(0, 0, 0, 0.24);
    transform:translate(0, -4px);
	 transform:scale(1.03);
}



/*lightboxレスポンシブル*/

.lightbox {
  width: 100%;
  height: auto;
}
.lightbox:not(:last-child) {
  margin-bottom: 100px;
}
.lightbox .container02 {
  width: 100%;
  height: auto;
	background-color: #EEEEEE;
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
.lightbox .container02 ul {

  width: 80%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  border-radius:2px;
  list-style: none;
}
.lightbox .container02 ul:after {
  content: "";
  width: 230px;
}
.lightbox .container02 ul li {
  margin:15px auto;
  width: 230px;
  height: auto;
  border-radius: 2px;
  border: solid 2px #FFFFFF ;
  box-sizing: border-box;
}
.lightbox .container02 ul li a {
  width: 100%;
  height: auto;
  display: block;
}
.lightbox .container02 ul li a:hover {
  opacity: 0.7;
}
.lightbox .container02 ul li a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/*パンくずリスト*/
.breadcrumb {
  margin: 10px 20px;
  padding: 0;
  list-style: none;
	
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;

}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 ;
  color: #007376;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
letter-spacing :0px;
  color: #007376;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

/*↑パンくずリスト*/

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
 
 
}
 
 
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
  p {
  font-size: 13px;
  }
 .container_main .column--l{
  width: 50%;
	margin: 3% ;
}

.container_main .column--r{
	 width: 40%;
	margin: 2%  ;
margin-top: auto;
	
}

}


/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) { 
  p {
  font-size: 1.1em;
  }
 .container_main  .column--l {
    width: 90%;
	margin:0;
	  justify-content: center;
  }
 .container_main  .column--r {
    width: 90%;
	 margin:0;
	  justify-content: center;
  }
	.container02 li{
		width: 90%;
		border-radius:2px;
		margin:5% 0;
	}
	.container03 li{
		width: 90%;
		border-radius:2px;
		margin:5% 0;
	}

}



/* 〜479px：SP縦
------------------------------ */
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	 p {
  font-size: 1.1em;
  }
	

p.caption{
	
	margin-bottom: 10px;
	line-height: 2;
	 text-indent: 0rem;
}	
.container_main  .column--l {
    width: 90%;
	margin:0;
	 justify-content: center;
  }
 .container_main  .column--r {
    width: 90%;
	 margin:0;
	  justify-content: center;
  }
	
  .lightbox {
    width: 100%;
    height: auto;
  }
  .lightbox:not(:last-child) {
    margin-bottom: 100px;
  }
  .lightbox .container02 {
    width: 100%;
    height: auto;
  }
  .lightbox .container02 ul {
    padding: 15px 15px 0px 15px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #eee;
    box-sizing: border-box;
    border-radius: 2px;
	  
  }
  .lightbox .container02 ul:after {
    content: "";
    width: 47.5%;
  }
  .lightbox .container02 ul li {
    margin-bottom: 15px;
    width: 47.5%;
    height: auto;
    border-radius: 5px;
    border: solid 3px #fff;
    box-sizing: border-box;
  }
  .lightbox .container02 ul li a {
    width: 100%;
    height: auto;
    display: block;
  }
  .lightbox .container02 ul li a:hover {
    opacity: 0.7;
  }
  .lightbox .container02 ul li a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
}

	