@charset "utf-8";

/*--------------------------------------------------------------
	COMMON
--------------------------------------------------------------*/
html{
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
	background-color: #ece9e5;
	font-size: 1.6rem;
	line-height: 1.8;
  	color: #534741;
}
.wrapper {
	width:960px;
	display:block;
	margin:0 auto;
}
.block {
	margin: 60px 0;
}
main {
}

@media screen and (max-width: 767px) {
	.wrapper {
	width:90%;
	}
	.block {
		margin: 50px 0;
	}
}



ul {
	list-style: none;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition : 1s;
}
a{
	transition : 1s;
	text-decoration: none;
}
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}

.pc {display: block;}
.sp {display: none;}

@media screen and (max-width: 767px) {
	.pc {display: none;}
	.sp {display: block;}

}
.border{
	position: relative;
}

.border:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: solid 1px #6d0b7a;
	animation: border_anim 3s infinite linear forwards;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.mb60 {
	margin-bottom:60px;
}
.nobd {
	border:none !important;
}

/*--------------------------------------------------------------
	BTN
--------------------------------------------------------------*/

.btn {
  font-size: 1.7rem;
  border:1px solid #534741;
  padding:5px 30px;
  border-radius: 30px;
  text-align: center;
}
.btn a {
	color:#534741;
}

/*--------------------------------------------------------------
	scroll-nav
--------------------------------------------------------------*/


header.scroll-nav {
  background-color: #f2f2f2;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:130px;
  z-index: 10;
	  margin:0 !important;
	  padding:0 !important;
}

/*--------------------------------------------------------------
	ytPlayer
--------------------------------------------------------------*/

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: calc(100% - 70px);
  height: 100vh;
  border:none;
  background:#ece9e5;;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: -1;
  border:none;
}
/*.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 4px 4px;
  z-index: 2;
}*/
#movie h1 img{
	display:block;
	width:350px;
	height:auto;
	z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
#movie h1 {
	margin:0;
	padding:0;
}
@media screen and (max-width: 767px) {
#movie {display:none;}
}
/*--------------------------------------------------------------
	SLIDE
--------------------------------------------------------------*/
#slide {display:none;}

@media screen and (max-width: 767px) {
	#slide {display:block;
	margin:0;
	padding:0;
	}
	#slide .slide-wrap {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	  height: 100vh;
	  border:none;
	  background:#ece9e5;
	}
	#slide .slide-wrap h1 img{
	display:block;
	width:250px;
	height:auto;
	z-index: 1;
  	position: absolute;
  	top: 40%;
  	left: 50%;
 	 transform: translateY(-50%) translateX(-50%);
 	 -webkit- transform: translateY(-50%) translateX(-50%);
 	 margin: auto;
	}
	#slide h1 {
		margin:0 !important;
		padding:0;
	}
	.bx-wrapper {
		border:none !important;
		box-shadow: none !important;
		margin-bottom:0 !important;
		height: 100vh;
		background: none !important;
	}
	.bx-wrapper li {
	height: 100vh;
 	 background: center/cover no-repeat;
	}
}
/*--------------------------------------------------------------
	HEADER
--------------------------------------------------------------*/
#main {
  margin-top: 130px;
}
/*#navi {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 130px;
  width: 100%;
}*/

/* PC menu */
/*#naviSP .menu-left {
  position: absolute;
  left:0;
  top:0;
  line-height: 60px;
  max-width:150px;
}
#naviSP .menu-left img {
  vertical-align: middle;
  margin: 10px 0 0 20px;
  width:130px;
  height:111px;
}
#naviSP .menu {
  position: absolute;
  right:0;
  top:0;
  margin: 80px 20px 0 0;
  min-width:810px;
}
#naviSP .menu-parent {
  float: left;
  margin-right: 30px;
  line-height: 40px;
  font-size: 1.7rem;
  white-space: nowrap;
  text-transform: uppercase;
  color:#6d0b7a;
}
#naviSP .menu-parent a {
	color:#6d0b7a;
	text-decoration: none;
}
#naviSP .menu-parent .pd {
  display: none;
}
#naviSP .menu-parent:last-child {
  margin-right: 0px;
}
#naviSP .menu-parent {
  position: relative;
}
#naviSP .menu-parent .menu-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0 0 0 -40px;
  width: auto;
  box-sizing: border-box;
  padding: 0px 20px;
}*/
/* MENU CHILDREN */
/*#naviSP .menu-child li {
  font-size: 1.5rem;
  background: #fff;
  padding: 0 10px;
  margin-bottom:1px;
  border-bottom: 1px solid #DDD;
}
#naviSP .menu-child li:last-child {
  border: none;
}
#naviSP .menu-child li i {
  margin-right: 3px;
}*/

header input {
  display: none;
}


  .menu-parent .pd {
    display: inline-block;
    width: 100%;
  }
  .menu {
    display: none;
  }
 .menu-parent {
  font-size: 2.0rem;
  line-height: 60px;
}
  .menu-parent a {
  	color:#dfdad2;
	text-decoration: none;
  font-size: 2.0rem;
  }
  .menu-child li{
  line-height: 40px;
  margin-left:30px;
}
.menu-child li a{
  font-size: 1.7rem;
}

  .menu-parent:first-child {
  }
  .menu-parent i {
    padding: 0px 6px;
  }
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    top:0;
    right:0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    width: 50%;
    background: #534741;
    z-index: 2;
    color:#dfdad2;
  }

  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1.0;
  }
  #menu-navibtn:checked ~ * .menu
  {
  	display: block;
  	opacity: 1;
  	margin:0;
  	width:100%;
  	min-width:100%;
  	padding:50px 0 0 200px;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: 0;
    overflow-y: hidden;
    visibility: hidden;
  }
  .menu-parent .menu-child {
    position: relative;
    padding:0;
    opacity: 1;
    top: 0;
    margin-left: auto;
    left: auto;
    width: auto;
  }
  .menu-parent > label:hover {
    cursor: pointer;
    cursor: hand;
  }
  #navi input[type="checkbox"]:checked ~ .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }
  .angletoggle:before {
    /*content: "\f107";*/
    content: "\f078";
    font-size: 1.2rem;
    vertical-align: bottom;
    color:#dfdad2;
  }
  #navi input[type="checkbox"]:checked ~ * .angletoggle:before {
    content: "\f077";
    color:#dfdad2;
  }
  #navi input{
  -webkit-appearance: none;
  }
.menu .langue {
	border: 1px solid #fff;
	padding: 3px 20px;
	margin: 50px 0 0 0;
	font-size: 1.8rem;
	width:-moz-fit-content; /* Firefox */
	width:fit-content; /* other browsers */
}
.menu .langue a {
	color:#fff;
}

/* SP MENU */
  #navi #navibtn {
    display: block;
    position: fixed;
    top: 10px;
    right: 5px;
  }
  #navibtn span {
    display: block;
    width: 53px;
    height: 50px;
    /*background-color: #333;*/
    text-align: center;
  }
  #navibtn span span {
    display: block;
    /*overflow: hidden;*/
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before{
    position: absolute;
    right:5px;
    content:"";
    width: 50px;
    height: 1px;
    background-color: #534741;
  }
  #navibtn span span::after {
    position: absolute;
    right:5px;
    content:"";
    width: 40px;
    height: 1px;
    background-color: #534741;
  }
  #navibtn span span::before {
    /*top:10px;*/
    top:30px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    /*top:23px;*/
    top:43px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #dfdad2;
  }
  #navibtn span::after {
    bottom:10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span span::after {
    /*bottom:23px;*/
    bottom:43px;
    width: 50px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background-color: #dfdad2;
  }
  #navibtn span span::after {
    /*top:23px;*/
    top:43px;
  }

@media screen and (max-width: 767px) {
  #menu-navibtn:checked ~ #navi {
    width: 100%;
  }
  #menu-navibtn:checked ~ * .menu
  {
  	padding:50px 0 0 20%;
  }
  /*.home #navibtn span span {
    color:#fff;
  }
  .home #navibtn span span::before{
    background-color: #fff;
  }
  .home #navibtn span span::after {
    background-color: #fff;
  }*/
}

header .menu-left .logo img {
	width: 240px;
	height:auto;
}
header .menu-left {
	padding: 10px 15px;
}
.home header .menu-left {
	display: none;
}
@media screen and (max-width: 767px) {
header .menu-left .logo img {
	width: 40%;
	height:auto;
}
}

/*--------------------------------------------------------------
	SCROLL
--------------------------------------------------------------*/

a#scroll {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #534741;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
a#scroll::after{
	content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #534741;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

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

	a#scroll {
	  color: #ece9e5;
	}
	a#scroll::after{
	  background: #ece9e5;
	}

}
/*--------------------------------------------------------------
	INDEX
--------------------------------------------------------------*/

/* INDEX01 */

#index01 .bloc-img {
	width:35%;
	height:auto;
}
#index01 .bloc-img img {
	width:90%;
	height:auto;
}
#index01 .block{
	display:flex;
}

#index01 .bloc-txt {
	width:65%;
}
#index01 .bloc-txt p {
	width:100%;
}
#index01 .bloc-txt p span{
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {

	#index01 .bloc-img {
		width:70%;
		margin: 40px 30% 10px 0;
	}
	#index01 .bloc-img img {
	width:100%;
	height:auto;
	}
	#index01 .bloc-txt {
		width:100%;
	}
	#index01 .bloc-txt:first-child {
		border-bottom:1px solid #534741;
		padding-bottom: 30px;
		margin-bottom:40px;
	}
	#index01 .block{
	display:block;
	}
}

/* INDEX-INTRO */

#intro .wrapper {
	width:1200px !important;
	overflow: hidden;
}
#intro .box{
	position: relative;
    width: 100%;
    height: 485px;
}
#intro .box02{
	position: relative;
    width: 100%;
    height: 350px;
}
#intro #introimg01 {
	width:600px;
	height:auto;
	position:absolute;
	top:0;
	left:0;
}
#intro #introtxt01{
	width:400px;
	position:absolute;
	top:0;
	left:640px;
}
#intro #introimg02 {
	width:600px;
	position:absolute;
	top:-200px;
	right:0;
}
#intro #introtxt02{
	width:400px;
	position:absolute;
	top:40px;
	right:640px;
}

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

	#intro .wrapper {
		width:100% !important;
	}
	#intro .box,
	#intro .box02
	{
		position: static;
		width: 100%;
		height: auto;
	}
	#intro #introimg01,
	#intro #introimg02 {
		width: 100%;
		height:auto;
		position:static;
	}
	#intro #introimg01 img,
	#intro #introimg02 img
	 {
		width: 100%;
		height: auto;
	}
	#intro #introtxt01,
	#intro #introtxt02{
		width: 100%;
		position:static;
		padding:20px 5%;
	}
}

/* INDEX-NEWS */

#index-news {
	margin-bottom:100px;
}
#index-news .ttl{
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	margin-bottom:20px;
}
#index-news ul {
	display: flex;
	margin:0;
	padding:0;
	overflow: hidden;
}
#index-news ul li {
	width:450px;
	flex-wrap: wrap;
	margin:0 20px 0 0;
}
#index-news ul li a {
	color:#534741;
}
#index-news ul li p {
	width:250px;
	float:right;
}
#index-news ul li .img {
	float:left;
	width:170px;
	height:auto;
}
#index-news ul li .img img {
	width:100%;
	height:auto;
}
#index-news ul li p span {
	display:block;
	font-size: 1.3rem;
}
#index-news .btn {
	width:200px;
	margin:50px auto 0 auto;
}
@media screen and (max-width: 767px) {
	#index-news ul {
		display: block;
	}
	#index-news ul li {
		width:100%;
		height:auto;
		margin:0 0 40px 0;
		flex-wrap: nowrap;
		display:block;
	}
	#index-news ul li p {
		width:80%;
		float:none;
		margin:0 auto 10px auto;
	}
	#index-news ul li .img {
		float:none;
		width:80%;
		height:auto;
		display:block;
		margin:0 auto 10px auto;
	}
	#index-news ul li p span {
		display:block;
		font-size: 1.4rem;
	}
	#index-news .btn {
		margin:30px auto 0 auto;
	}

}

/*--------------------------------------------------------------
	CENTER BLOC
--------------------------------------------------------------*/
#center-bloc {
	margin-bottom:80px;
}
#center-bloc .wrapper{
	width:1200px !important;
	height:520px;
	overflow: hidden;
	position:relative;
}
#center-bloc #centerimg {
	position:absolute;
	width:600px;
	height:520px;
	top:0;
	left:0;
}
#center-bloc #centerimg img {
	width:100%;
	height:auto;
}
#center-bloc #centertxt {
	position:absolute;
	width:400px;
	height:auto;
	top:0;
	left:640px;
}
#center-bloc .btn {
	width:250px;
	margin:60px auto 0 auto;
}


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

	#center-bloc .wrapper{
		width:100% !important;
		height:auto;
		position:static;
	}
	#center-bloc #centerimg {
		position:static;
		width:100%
		height:auto;
	}
	#center-bloc #centerimg img {
		width:100%;
		height:auto;
	}
	#center-bloc #centertxt {
		position:static;
		width:100%;
		height:auto;
		padding: 20px 5%
	}
	#center-bloc .btn {
		margin:50px auto 0 auto;
	}

}


/*--------------------------------------------------------------
	GALLERY
--------------------------------------------------------------*/
#gallery-bloc .ttl{
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	margin-bottom:20px;
}
#gallery-bloc .btn {
	width:200px;
	margin:50px auto 0 auto;
}
#gallery-bloc #sbi_images{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#gallery-bloc .img-bloc img {
	width:234px;
	height:auto;
	margin-bottom:8px;
}
#gallery-bloc a.sbi_photo {
	background-image: none!important;
	padding-bottom:0!important;
}
#gallery-bloc .img-bloc .sbi-screenreader,
#gallery-bloc .img-bloc .sbi_lightbox_carousel_icon
{
	display: none;
}

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

	#gallery-bloc #sbi_images{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#gallery-bloc .sbi_item {
		width:49%;
		height:auto;
		margin-bottom:1%;
	}
#gallery-bloc .img-bloc img {
	width:100%;
	height:auto;
}


}
/*--------------------------------------------------------------
	FOOTER
--------------------------------------------------------------*/

footer {
	background: #e1ddd7;
	padding: 15px 0 0 0;
}
footer .wrapper {
	overflow: hidden;
}
footer .logo {
	width:160px;
	height:auto;
	display:block;
	float:left;	
	margin-right:160px;
}
footer .logo img {
	width:100%;
	height:auto;
}
footer .fmenu {
	float:right;
	width:640px;
	display: flex;
	flex-wrap: wrap;
	}
footer .fmenu ul {
	width:200px;
	padding-top:10px;
}
footer .fmenu ul li {
	text-transform: uppercase;
	line-height: 2.0;
}
footer .fmenu ul li a {
	color:#534741;
}
footer .fmenu ul.sns {
	width:130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:0 0 20px 0;
}
footer .fmenu ul.sns li {
	width:30px;
	height:30px;
}
footer .fmenu ul.sns li img {
	width:100%;
	height:100%;
}
footer p {
	color:#534741;
	font-size: 1.1rem;
	text-align: center;
	clear:both;
}

footer .langue {
	border: 1px solid #534741;
	padding: 4px 10px 0 10px;
	margin: 5px 0 0 70px;
	font-size: 1.4rem;
	width:100px;
	text-align: center;
	line-height: 1.0;
	height:25px;
}
footer .langue a {
	color:#534741;
}


@media screen and (max-width: 767px) {
	footer .logo {
		width:160px;
		height:auto;
		display:block;
		float:none;	
		margin: 0 auto;
	}
	footer .fmenu {
		float:none;
		width:100%;
		display: block;
		flex-wrap: nowrap;
		}
	footer .fmenu ul{
		display:none;
		}
footer .fmenu ul.sns {
	width:130px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:20px 0;
	margin:0 auto;
}
footer .langue {
	margin: 10px auto 20px auto;
}
}

/*--------------------------------------------------------------
	COMMON
--------------------------------------------------------------*/

main .ttl{
	text-align: center;
	margin:40px 0 20px 0;
	font-size: 2.8rem;
	font-weight: normal;
}
main .lang {
	text-align: center;
}
main .lang a {
	text-align: center;
	color:#534741;
	border: 1px solid #534741;
	padding; 10px 20px;
	font-size: 1.3rem;
	display:inline-block;
	padding: 0 20px;
	margin: 0 2px;
}
/*--------------------------------------------------------------
	ABOUT
--------------------------------------------------------------*/
#about .block+#EN {
	border-top: 1px solid #534741;
	padding-top: 60px;
}
#about .img_box_fr,
#about .img_box_en {
	text-align: center;
}
#about .img_box_fr img{
	width:600px;
	height:auto;
	margin-top:30px;
}
#about .img_box_en img{
	width:400px;
	height:auto;
	margin-top:30px;
}
#about .img_box_fr p,
#about .img_box_en p{
	text-align: center;
}
#about .point .ttl {
	font-size: 2.2rem;
}
#about .point ul {
	display:flex;
	flex-wrap:wrap;
}
#about .point ul li {
	width:480px;
	height:auto;
	padding:20px;
	font-size:1.6rem;
}
#about .point ul li:nth-child(odd){
	border-top: 1px solid #534741;
	border-left: 1px solid #534741;
	border-right: 1px solid #534741;
}
#about .point ul li:nth-child(even){
	border-top: 1px solid #534741;
	border-right: 1px solid #534741;
}
#about .point ul li:nth-child(3),
#about .point ul li:nth-child(4){
	border-bottom: 1px solid #534741;
}
#about .point ul li:last-child{
	border-bottom: 1px solid #534741;
	border-left: 1px solid #534741;
	border-right: 1px solid #534741;
	border-top: none;
}
#about .txt {
	text-align: center;
}

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

	#about .img_box_fr,
	#about .img_box_en {
		text-align: left;
	}
	#about .img_box_fr img{
		width:100%;
		height:auto;
		margin-top:30px;
	}
	#about .img_box_en img{
		width:80%;
		height:auto;
		margin:30px auto 0;
		display:block;
	}
	#about .img_box_fr p,
	#about .img_box_en p{
		text-align: left;
	}
	#about .img_box_fr p br,
	#about .img_box_en p br{
		display:none;
	}
	#about .point ul {
		display:flex;
		flex-wrap:wrap;
	}
	#about .point ul li {
		width:100%;
		height:auto;
		padding:20px;
		font-size:1.6rem;
	}
	#about .point ul li:nth-child(odd){
		border-top: 1px solid #534741;
		border-left: 1px solid #534741;
		border-right: 1px solid #534741;
	}
	#about .point ul li:nth-child(even){
		border-top: 1px solid #534741;
		border-left: 1px solid #534741;
		border-right: 1px solid #534741;
	}
	#about .point ul li:nth-child(3),
	#about .point ul li:nth-child(4){
		border-top: 1px solid #534741;
		border-left: 1px solid #534741;
		border-right: 1px solid #534741;
		border-bottom:none;
	}
	#about .point ul li:last-child{
		border: 1px solid #534741;
	}
	#about .txt {
		text-align: left;
	}
	#about .txt p br {
		display:none;
	}
}

/*--------------------------------------------------------------
	LESSON
--------------------------------------------------------------*/
#lesson .block+#EN {
	border-top: 1px solid #534741;
	padding-top: 60px;
}
#lesson .img_box {
	display: flex;
}
#lesson .img_box img {
	width:480px;
	height:auto;
}
#lesson .img_box p.left {
	width:440px;
	margin-right:40px;
}
#lesson .img_box p.right {
	width:440px;
	margin:30px 0 0 40px;
}
#lesson .point .ttl {
	font-size: 2.2rem;
}
#lesson .point ul li {
	background: #fff;
	padding:10px 20px;
	margin-bottom:10px;
}
#lesson .point ul li span{
	font-size: 1.8rem;
}
#lesson .point ul li a {
	color:#534741;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	#lesson .img_box {
		display: block;
	}
	#lesson .img_box img {
		width:100%;
		height:auto;
	}
	#lesson .img_box p.left {
		width:100%;
		margin:0 0 40px 0;
	}
	#lesson .img_box p.right {
		width:100%;
		margin:40px 0;
	}
}

/*--------------------------------------------------------------
	NEWS
--------------------------------------------------------------*/
#news .block{
	overflow: hidden;
}
#news .side {
	float:right;
	width:25%;
}
#news #news-cont {
	float:left;
	width:70%;
}
#news .side h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom:20px;
}
#news .side ul li {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-bottom:15px;
}
#news .side ul li a {
	color:#534741;
}
#news .side ul li a:hover {
}
#news .side ul li span{
	font-size: 1.3rem;
	color:#7b8474;
	display:block;
}
#news .side ul li:last-child{
	margin-bottom:20px;
}

#news #news-cont .news-post {
	overflow: hidden;
	margin-bottom:30px;
}
#news #news-cont .postImg {
	width: 180px;
	float:left;
}
#news #news-cont .postBloc{
	margin-bottom:30px;
	width: 492px;
	float:right;
}
#news #news-cont .noThumb{
	margin-bottom:30px;
	width: 100% !important;
	float:none;
}
#news #news-cont .postImg img {
	width:150px;
	height:auto;
}

#news #news-cont .postBloc h3.news-post-title a{
	color:#534741;
	font-size: 1.8rem;
	display:block;
}
#news #news-cont .postBloc h3.news-single-title a{
	color:#534741;
	font-size: 1.8rem;
	line-height: 1.5;
	display:block;
}
#news #news-cont .postBloc h3.news-single-title {
	border-bottom: 1px solid #7b8474;
	padding-bottom:10px;
	margin-bottom:15px;
}
#news #news-cont .postBloc .news-post-meta{
	font-size: 1.4rem;
	color:#7b8474;
	display:block;
}
#news #news-cont .postBloc .news-post-txt p{
	margin-bottom:0;
}
#news #news-cont .postBloc .entry img {
	max-width:100%;
	height:auto;
}
#news #news-cont .postBloc .news-post-txt p a.more{
	color:#7b8474;
	font-size: 1.4rem;
	display:block;
	text-align: right;
}
#news #news-cont .postBloc .entry{
	margin-bottom:50px;
}
#news #news-cont .postBloc .entry a {
	color:#7b8474;
}

/* NAVI */

.wp_pagenavi .prev a,
.wp_pagenavi .next a{
	color:#534741;
	font-size: 1.4rem;
}
.wp_pagenavi .next {
text-align: right;
}
.wp-pagenavi a{
	color:#7b8474;
	padding:0 10px;
}
	
#news .goList {
	border:1px solid #7b8474;
	padding:5px 10px;
	display: block;
	margin:40px auto 0 auto;
	width:25%;
	text-align: center;
}
#news .goList a {
	color:#7b8474;
}
#news .archiveTtl {
	color:#7b8474;
	font-weight: 700;
	padding-bottom: 5px;
	margin-bottom:30px;
	border-bottom:1px solid #7b8474;
}
@media screen and (max-width: 767px) {

#news .side {
	float:none;
	width:100%;
	border-top:1px solid #7b8474;
	padding-top: 30px;
}
#news #news-cont {
	float:none;
	width:100%;
	margin-bottom:40px;
}
#news #news-cont .postImg {
	width:100%;
	float:none;
	margin-bottom:15px;
}
#news #news-cont .postImg img {
	width:100%;
	height:auto;
}

#news #news-cont .postBloc{
	margin-bottom:30px;
	width:100%;
	float:none;
}

}

/*--------------------------------------------------------------
	ARTISTS
--------------------------------------------------------------*/

#artists .block ul{
	width:80%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
#artists .block ul li{
	width:40%;
	margin:0;
}
#artists .block ul li:first-child{
	/*margin-right:20%;*/
}
#artists .block ul li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
#artists .block ul li a {
	color:#534741;
	font-size: 2.0rem;
}
#artists .block ul li a span{
	color:#534741;
	font-size: 1.5rem;
	display: block;
}

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

	#artists .block ul{
		width:100%;
		margin:0;
		display: block;
		flex-wrap: nowrap;
	}
	#artists .block ul li{
		width:80%;
		margin:0 auto 50px auto;
	}
	#artists .block ul li:first-child{
		margin:0 auto 50px auto;
	}
}

/* PROFIL */

#profile h3 {
	text-align: center;
	font-weight: 400;
	line-height: 1.6;
	font-size: 1.6rem;
}
#profile #profile-intro .box,
#profile #profile-bio .box {
	display:flex;
	flex-wrap: wrap;
}
#profile #profile-intro .box .bloc-img{
	width:40%;
}
#profile #profile-intro .box .bloc-img img{
	width:100%;
	height:auto;
}
#profile #profile-intro .box p{
	width:55%;
	margin-left:5%;
}
#profile #profile-bio .box .bloc-txt-left {
	width:45%;
	margin: 0 10% 0 0;
}
#profile #profile-bio .box .bloc-txt-right {
	width:45%;
	margin: 0 0 0 0;
}
#profile #profile-bio .box .bloc-txt-left h4,
#profile #profile-bio .box .bloc-txt-right h4{
	font-weight: 700;
	border-bottom:1px solid #534741;
	font-size: 1.8rem;
	line-height: 2.4;
	display:block;
}
#profile #profile-bio .box .bloc-txt-left table,
#profile #profile-bio .box .bloc-txt-right table{
	width:100%;
}
#profile #profile-bio .box .bloc-txt-left table th,
#profile #profile-bio .box .bloc-txt-right table th{
	width:15%;
	line-height: 1.6;
	color:#bc102c;
	font-weight: 400;
	padding-right:3%;
	border-bottom:1px solid #afadac;
	padding: 1rem 0;
	vertical-align: top;
}
#profile #profile-bio .box .bloc-txt-left table td,
#profile #profile-bio .box .bloc-txt-right table td{
	line-height: 1.6;
	border-bottom:1px solid #afadac;
	padding: 1rem 0;
	vertical-align: top;
}
#profile ul.sns {
	width: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 20px 0;
	margin:20px auto 0 auto;
}
#profile ul.sns li {
	width:30px;
	height:30px;
}
#profile ul.sns li img{
	width:100%;
	height:auto;
}

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

	#profile #profile-intro .box,
	#profile #profile-bio .box {
		display:block;
		flex-wrap: nowrap;
	}
	#profile #profile-intro .box .bloc-img{
		width:80%;
		margin:0 auto 40px auto;
	}
	#profile #profile-intro .box p{
		width:100%;
		margin:0;
	}
	#profile #profile-bio .box .bloc-txt-left {
		width:100%;
		margin: 0;
	}
	#profile #profile-bio .box .bloc-txt-right {
		width:100%;
		margin: 0;
	}
#profile #profile-bio .box .bloc-txt-left table,
#profile #profile-bio .box .bloc-txt-right table{
	margin-bottom:30px;
}


}

/*--------------------------------------------------------------
	CONTACT
--------------------------------------------------------------*/

#contact table {
	width:60%;
	margin:0 auto;
	border-collapse: separate;
	border-spacing: 0px 10px;
}
#contact table th{
	width:15%;
	margin:20px 20px 0 0;
	vertical-align: top;
	font-weight: 400;
}
#contact table td input{
	width:100%;
}
#contact table td textarea{
	border:none;
	width:100%;
}
#contact .btn-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width:60%;
	margin:0 auto;
}
#contact .btn{
	margin:30px auto 0 auto;
	background: #534741 !important;
	color:#fff;
	border:none;
}
#contact p.policy a {
	color:#534741;
}
#contact p.policy {
	text-align: center;
	border:1px solid #534741;
	padding: 3px 0;
	display:block;
	width:15%;
	margin:50px auto 0 auto;
	font-size: 1.4rem;
}

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

#contact table {
	width:100%;
	margin:0 auto;
}
#contact p.policy {
	width:50%;
}

}

/*--------------------------------------------------------------
	GALLERY
--------------------------------------------------------------*/
#gallery .gttl{
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	margin-bottom:20px;
	text-align: center;
}
#gallery .btn {
	width:200px;
	margin:50px auto 0 auto;
}
#gallery .img_box #sbi_images{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#gallery .img_box img {
	width:234px;
	height:auto;
	margin-bottom:8px;
}
#gallery a.sbi_photo {
	background-image: none!important;
	padding-bottom:0!important;
}
#gallery .img_box .sbi-screenreader,
#gallery .img_box .sbi_lightbox_carousel_icon
{
	display: none;
}

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

	#gallery #sbi_images{
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#gallery .sbi_item {
		width:49%;
		height:auto;
		margin-bottom:1%;
	}
	#gallery .img_box img {
		width:100%;
		height:auto;
	}

}

/* COVER */

#gallery .block ul{
	width:80%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#gallery .block ul li{
	width:40%;
	margin:0 auto;
	margin:0;
	margin-right:20%;
}
#gallery .block ul li:last-child{
	margin-right:0;
}
#gallery .block ul li img{
	width:100%;
	height:auto;
	margin-bottom:10px;
}
#gallery .block ul li a {
	color:#534741;
	font-size: 2.0rem;
}

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

	#gallery .block ul{
		width:100%;
		margin:0;
		display: block;
		flex-wrap: nowrap;
	}
	#gallery .block ul li{
		width:80%;
		margin:0 auto 50px auto;
	}
	#gallery .block ul li:first-child{
		margin:0 auto 50px auto;
	}
}

