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


/* : common
----------------------------------------------- */

#header #nav>.inner {
	justify-content: center;

}

#header #nav>.inner #nav_open {
	/* position:absolute;
	left:14.28571vw;
	top:20px; */
	margin-right: auto;
}

#header #nav>.inner .onlinestore {
	/* position:absolute;
	right:14.28571vw;
	top:30px; */
	font-size: 14px;
	margin-left: 25px;
}

#header #nav>.inner .onlinestore a {
	display: flex;
	align-items: center;
}

@media screen and (min-width:750px) and (max-width:1024px) {
	#header #nav>.inner .onlinestore {
		margin-left: 20px;

	}
}


@media screen and (max-width: 750px) {

	#header #nav>.inner #nav_open {
		left: 20px;
	}

	#header #nav>.inner .onlinestore {
		right: 20px;
		top: 20px;
		font-size: 12px;
	}

}

#header #nav>.inner h1 {
	position: absolute;
}

#header #nav>.inner h1 span {
	display: inline !important;
}




@media print,
screen and (min-width: 751px) {


	#wrapper #header #nav_wrap {}

	#wrapper #header.nav_on #nav_wrap {}

	#wrapper #header #nav_wrap .nav_inner {
		width: 1px;
		overflow: hidden;
	}

	#wrapper #header.nav_on #nav_wrap .nav_inner {
		width: 71.42857vw;
		overflow: auto;
	}


}


@media screen and (max-width: 750px) {

	/*
#header #nav > .inner{
	background:#fff;
}
.home-p #header #nav > .inner{
	background: none;
}
*/

}


/* : home
----------------------------------------------- */

@media screen and (max-width: 750px) {

	/*
#wrapper #contents .nav_list{
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
*/

}

/* : biography
----------------------------------------------- */


.profile-p #sec1 {}

.profile-p #sec1 .name {
	text-align: right;
	color: #fff;
	margin-top: 10px;
}

@media screen and (max-width: 750px) {

	.profile-p #sec1 .name {
		font-size: 14px;
		color: rgb(60, 60, 60);

	}

}

@media screen and (min-width: 751px) {

	.profile-p #sec1 .name {}

}



/* : form
----------------------------------------------- */

.en-p .contact-list__title.required::after {
	content: "REQUIRED";
}


/* : media
----------------------------------------------- */


.media_list li {
	overflow: hidden;
}

.media_list .img {
	display: block;
	width: 100%;
	padding-top: 66.2%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 1s;
	margin-bottom: 10px;
	overflow: hidden;
}

@media screen and (min-width: 751px) {

	.media_list a:hover .img {
		transform: scale(1.1);
	}
}




/* : works
----------------------------------------------- */

#contents .works_list li .img {
	width: 100%;
	padding-top: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 1s;

}


@media screen and (min-width: 751px) {

	#contents .works_list li a:hover .img {
		transform: scale(1.1);
	}
}



/*
===== entry =====
*/

#contents .detail .item_wrap {
	-webkit-align-items: flex-start;
	align-items: flex-start;


}

.works_detail .body p {
	margin-bottom: 1em;
}


#contents .detail .item_wrap .body img{
	width:auto!important;
}




/* : news
----------------------------------------------- */


.news-article {
	text-align: left;
}


/* : cart
----------------------------------------------- */


@media only screen and (max-width: 750px) {

#contents .cart_wrap .cart_table,
#contents .cart_wrap .cart_table tbody{
	display:block;
}

#contents .cart_wrap .cart_table tr{
	width:100%;
}

#contents .cart_wrap td .form-check{
	width:50%;
	padding-left:20px;
}


}



/*
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
*/

.alert p{
	margin-bottom:1em;
}

@media only screen and (max-width: 750px) {

.alert {
font-size: 3.33333vw;
}

.alert h3,
.alert button{
font-size: 5.33333vw;
}


}


.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}


.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}



.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  z-index:3000;
}

@media print, screen and (min-width: 751px) {

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}


}

@media only screen and (max-width: 750px) {

}




.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}


.modal-content {
  pointer-events: auto;
}


.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}


/*
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 1;
}

*/

.modal-open .modal:before{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  content:"";
  opacity:0.5;

}



#payment-form button{
color: #fff;
background-color: #007bff;
border-color: #007bff;
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem;
text-align:center;
width:100%;
font-size:20px;
margin-bottom:10px;
}


#card-element{
	background:#fff;
	margin-bottom:20px;
padding: 1.5rem !important;
border:1px solid #666;

}


.d-none{
	display:none!important;
}





/* : gallery
----------------------------------------------- */

.gallery-p{
	
}

.gallery-p #contents{
	background:url(../images/gallery/slider/2409/exhibition-img.jpg) center top no-repeat;
	background-size:cover;
}

.gallery-p #contents .gallery {
  max-width:1000px;
  margin:0 auto;
  padding:0 85px;
}

@media only screen and (max-width: 768px) {

.gallery-p #contents{
	background-image:url(../images/gallery/slider/2409/exhibition-img-sp.jpg);
}
.gallery-p #contents .gallery{
  padding: 0 50px;
}

}



.gallery-p #contents .gallery-message__body p {
  text-align:left;
  margin-bottom:1em;
}

.gallery-p #contents .gallery-message__body p:last-child{
  text-align: right;
}


@media print, screen and (min-width: 769px) {

.gallery-p #contents .gallery-message__body p {

  font-size:18px;
  margin-bottom:32px;
 
}

.gallery-p #contents .gallery-message__body p:last-child{
  text-align: right;
  margin-top: 40px;
  margin-bottom: 0;
}

}

@media print, screen and (min-width: 1400px) {

.gallery-p.en-p #contents .gallery-message__body p {

  font-size:20px;
 
}

}



.gallery-p #contents .gallery-message__body .head{
	text-align:center;
	display:block;
  margin-bottom: 72px;
}


.gallery-p .carousel-section{
/*
	margin-top:50px;
*/	
}





/* : 404
----------------------------------------------- */

.s404{
	padding:110px 0;
}

.s404 .top{
	margin-bottom:55px;
	font-weight:bold;
}

.s404 h2{
	font-size:64px;
	line-height:1;
	margin-bottom:20px;
	text-align:center;
}
.s404 h3{
	font-size:24px;
	line-height:1;
	text-align:center;
}

.s404 p{
	font-size:16px;
	margin-bottom:30px;
	text-align:center;
}


@media only screen and (max-width: 768px) {

.s404{
	padding:50px 15px;
}
.s404 h2{
	font-size:44px;
}
.s404 h3{
	font-size:16px;
}

.s404 p{
	font-size:14px;
}



}




.s404 .button{
	text-align:center;
}

.s404 .button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  line-height:50px;
  margin: 0 auto;
  background-color: black;
  color: white;
  outline: none;
  font-size: 18px;
  padding-left:15px;
}
.s404 .button a::after {
  content: '';
  position: absolute;
  top: 50%;
  left:10px;
  transform: translateY(-50%) scale(-1,1);
  z-index: 1;
  background: url("../images/common/arrow.svg") no-repeat center center/contain;
  width: 8px;
  height: 16px;

}











