@charset "utf-8";

.colList li {
	float: left;
	padding: 25px;
}

figure {
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 280px;
	background: #fff;
}
figure img {
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
}
figcaption {
	position: absolute;
	bottom: 0;
	right: -400px;
	z-index: 2;
	width: 400px;
	height: 280px;
	background-position: right;
	-webkit-transition: .3s;
	transition: .3s;
}
figure:hover img {
	-webkit-transform: translateX(-120px);
	transform: translateX(-120px);
}
figure:hover figcaption {
	right: 0;
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
}
.list001 {
	background-image:url(../img/top/col001.jpg);	
	}
.list002 {
	background-image:url(../img/top/col002.jpg);	
	}
.list003 {
	background-image:url(../img/top/col003.jpg);	
	}
.list004 {
	background-image:url(../img/top/col004.jpg);	
	}
.list005 {
	background-image:url(../img/top/col005.jpg);	
	}
.list006 {
	background-image:url(../img/top/col006.jpg);	
	}
.list007 {
	background-image:url(../img/top/col007.jpg);	
	}
.list008 {
	background-image:url(../img/top/col008.jpg);	
	}
.list009 {
	background-image:url(../img/top/col009.jpg);	
	}
.list010 {
	background-image:url(../img/top/col010.jpg);	
	}
.list011 {
	background-image:url(../img/top/col011.jpg);	
	}
.list012 {
	background-image:url(../img/top/col012.jpg);	
	}
.colList li p {
	letter-spacing: 10px;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;
	padding-top: 5px;
}
.colName {
	letter-spacing: 5px;	
	}
.wanobiimage01 {
	margin: 20px auto 0;
}

.listBox {
	margin: 0 auto 50px;
	padding: 0 20px 20px;
	}
.listBox .listImg {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.listBox .listImg li {
	width: calc(25% - 10px);
	margin-bottom: 25px;
}
.listBox .listImg li img {
	width: 100%;
}
.listBox p {
	color: #000;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;
	padding-top: 50px;
	}
.txtPadr {
	padding-right: 150px;
}
.txtPadl {
	padding-left: 100px;
}
.listCap {
	text-align: left !important;
	width: 94%;
	padding: 10px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
}
.listCap li {
	list-style-type: decimal;
	margin-left: 20px;
}

.listCap p {
		padding-top: 0 !important;
		}

.productList {
	margin: 40px auto 0;
}
.productList li {
	display: inline-block;
	padding: 5px;
}
.productList li a:hover img {
	opacity: 0.5;
	transition-duration: 1s;
	transition-timing-function: ease;
}
.productList li img {
	width: 230px;
}
.slideBox {
	width: 960px;
	height: 440px;
	}
.photographername {
	text-align: right !important;
}
.slideBox_sp {
	display: none;
	}

/*展示イベント一覧ページ*/

.eventlist{
	font-family:  'Libre Baskerville', serif;
	font-size: 13px;
	color: #000;
}

.eventlist li{
	text-align: center;
	border-bottom: 0.5px solid #ccc;
}
.eventlist li:first-of-type{
	border-top: 0.5px solid #ccc;
}

.eventlist dl{
	padding: 13px ;
	margin: 10px 0;
	color: #000000;
	display: flex;
	justify-content: space-between;
	text-align: center;
	
	
	
}

.eventlist dl:hover{
	background-color: #DCDCDC;
	transition: all 0.3s;
	

}

.eventlist dt{
	text-align: left;
}

.eventlist dd{
	text-align: right;
	
}

/*展示イベント詳細ページ*/
.btn {
	margin-bottom: 80px;
}
.btn a {
	font-family: 'Libre Baskerville', serif;
	font-size: min(4vw,20px);
	font-weight: bold;
	letter-spacing: 0.025em;
	padding: 10px 2em;
	margin: 0 auto;
	color: #FFF;
	background-color: #d56d51;
	border-radius: 25px;
}
.btn a:hover {
	background: linear-gradient(to right, #cb5130 0%,#d4512c 53%,#d4512c 100%);
	transition: all .3s;
}
.gaiyoulist{
	text-align: left;
	font-family: 'Libre Baskerville', serif;
}
.listBox h3.title{
	padding-top: 30px;
	text-align: left;
	font-family: 'Libre Baskerville', serif;
	font-size: 1.2em;
	font-weight: bold;
}
.gaiyoulist th{
	width: 70px;
}
.gaiyoulist td{
	text-align: left;
}
.workshop{
	text-align: left;
	font-family: 'Libre Baskerville', serif;
}
.workshop p{
	padding-top: 0;
}
.workshop h3{
	padding-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
.formArea .formBox h2 {
	padding-bottom: 20px;
	font-family: 'Libre Baskerville', serif;
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
}
.formArea .formBox h2:before {
	content: "reservation";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Libre Baskerville', serif;
	font-size: .6em;
	color: #999;
}
.form_txt {
	padding: 30px 5vw;
}
.form_txt p {
	color: #000;
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: 'Libre Baskerville', serif;
	line-height: 200%;
	padding-top: 50px;
}
.form_txt .requiredCaution {
	color: red;
	text-align: right;
}
.form_txt .requiredCaution span {
	font-weight: bold;
	line-height: 200%;
}
.thanksTxt {
	padding: 80px 0;
	line-height: 2;
}
/*プライバシーポリシー*/
.privacyBox {
	width: 90%;
	max-width: 800px;
	height: 300px;
	overflow: auto;
	margin: 0px auto 70px;
	padding-top: 15px;
	border: 1px solid #D0D0D0;
	background-color: #fff;
}
.privacyBox h2 {
	padding-left: 2em;
	font-weight: bold;
}
.privacyBox .ttl {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.privacyText {
	margin-top: 30px;
	padding: 0px 30px;
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	text-align: left;
}
.privacyList {
	height: auto;
	width: 100%;
	margin-top: 60px;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
}
.privacyList dt {
	padding: 0px 30px;
	font-weight: bold;
	color: #666;
}
.privacyList dd {
	color: #666666;
	padding: 0px 30px 30px 60px;
}
dl.privacyList dd.ga a{
    color: #000000;
    text-decoration: underline;
}
dl.privacyList dd.ga a:hover{
    background-color: #ddd;
}
#reservation {
	padding-top: 100px;
	margin-top: -100px;
}
@media (max-width: 736px) {

.wanobiimage01 img {
	width: 100%;
}
.listBox .listImg li {
	width: calc(50% - 10px);
}

.colList li {
	float: none;
}
figure {
	width: 100%;
	height: auto;
}
figure img {
	width: 100%;
}
figcaption {
	display: none;
}
figure:hover img {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.txtPadr {
	padding-right: 10px;
}
.txtPadl {
	padding-left: 10px;
}
.slideBox {
	display: none;
	}
.slideBox_sp {
	display: block;
	width: 320px;
	height: 160px;
	}
.slideBox_sp img{
	width: 320px;
	}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  height: auto !important;
}

.eventlist dl{
	display: block;
	justify-content: space-between;
}
	
.eventlist dt{
	margin-bottom: 20px
	
}
.form_txt p {
	padding-top: 0px;
}

/*プライバシーポリシー*/
.privacyBox {
	width: 90%;
	max-width: 800px;
	height: 300px;
	overflow: auto;
	margin: 0px auto 70px;
	padding-top: 15px;
	border: 1px solid #D0D0D0;
	background-color: #fff;
}
.privacyBox .ttl {
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.privacyText {
	margin-top: 30px;
	padding: 0px 30px;
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	text-align: left;
}
.privacyList {
	height: auto;
	width: 100%;
	margin-top: 60px;
	font-size: 13px;
	line-height: 25px;
	text-align: left;
}
.privacyList dt {
	padding: 0px 30px;
	font-weight: bold;
	color: #666;
}
.privacyList dd {
	color: #666666;
	padding: 0px 30px 30px 60px;
}
dl.privacyList dd.ga a{
    color: #000000;
    text-decoration: underline;
}
dl.privacyList dd.ga a:hover{
    background-color: #ddd;
}
}
