@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFF8E9;
  padding-bottom: 90px;
  width: calc(100% - 270px);
  margin-left: 270px;
  }
@media screen and (max-width: 1024px) {
  .main {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    padding-bottom: 65px;
    width: 100%;
    margin-left: 0px;
  }
}
.mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
 
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 660px;
}
 
#top-video {
  display: block;
  width: 177.27vh; 
    height: 56.41vw; 
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
    min-width: 100%;
}
 
.mv-bg {
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 660px;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#333 20%, transparent 21%), radial-gradient(#333 20%, transparent 21%);
	background-size: 4px 4px;
  z-index: 2;
}
 
.mv-txt {
  position: absolute;
  top: 75.5%;
  left: 3.4%;
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF8E9;
  line-height: 4.5rem;
  text-shadow: 0px 2px 4px rgba(51, 51, 51, 0.78);
  /* レイヤー背景の上に乗せる */
  z-index: 3;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .mv-wrap {
  /* 背景画像の高さ */
  height: 400px;
}
 
top-video {

  /* 背景画像の高さ */
  height: 400px;
}
 
.mv-bg {
	height: 400px;
}
  .mv-txt {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
}



.main-lead {
  width: 100%;
  background-color: #205E91;
  padding: 80px 0 ;
  margin: 0 auto;
  position: relative;
}
.main-lead__container1 {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}
.main-lead__container1 P {
  width: 50%;
  padding: 0 32px 0 40px;
  color: #FFF8E9;
  font-size: 2.0rem;
  line-height: 5.0rem;
}
.main-lead__image {
  width: 50%;
  height: 329px;
  
}
.main-lead__image img {
  width: 100%;
}
.main-lead__container2 {
  display: flex;
  flex-flow: row-reverse;
   max-width: 1170px;
  margin: 0 auto;
}
.main-lead__container2 p {
  width: 50%;
  padding: 40px 40px 0 42px;
  color: #FFF8E9;
  font-size: 2.0rem;
  line-height: 5.0rem;
}
.grace-note__logo {
  position: absolute;
  top: 47%;
  left: 35%;
    
}
@media screen and (max-width: 1310px) {
  .grace-note__logo {
  position: absolute;
  top: 3%;
  left: 35%;
}
  .main-lead__container2 p {
    padding: 0 40px 0 42px;
  }
  }
@media screen and (max-width: 1267px) {
  .main-lead__container1 {
  display: block;
}
.main-lead__container1 P {
  width: 100%;
  padding: 0 32px 0 40px;
  margin-bottom: 20px;
}
.main-lead__image {
  width: 100%;
  height: auto;
  
}
.main-lead__container2 {
  display: block;
}
.main-lead__container2 p {
  width: 100%;
  padding: 40px 40px 0 42px;
  margin-bottom: 20px;
  
}
  .grace-note__logo {
  position: absolute;
  top: 46%;
  left: 35%;
}
}
@media screen and (max-width: 480px) {
 .main-lead {
  max-width: 375px;
  padding: 24px 0;
} 
  .main-lead__container1 {
  display: block;
}
  .main-lead__container1 P {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 20px 24px;
}
.main-lead__image {
  width: 100%;
  height: 250px;
}
  .main-lead__image img {
    display: block;
  }
  .main-lead__container2 {
  display: block;
}
.main-lead__container2 p {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 20px 24px;
}
.grace-note__logo {
  display: none;  
}
}
.section-member {
  max-width: 1170px;
  padding: 60px 72px 50px ;
  margin: 0 auto;
}
.toggle {
  display: none;
}
.Label {
  display: none;
} 
.section-member h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: center;
  margin-bottom: 75px;
}
.section-member ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
}
.section-member ul li {
  width: 210px;
  height: auto;
  margin-right: 63px;
  margin-bottom: 40px;
  
  }
.section-member ul li:nth-child(3) {
  margin-right: 0px;
}
.section-member__picture {
  width: 210px;
  height: 210px;
  margin-bottom: 10px;
}
.section-member__picture img {
  width: 100%;
}
.section-member__name {
  margin-bottom: 10px;
} 
.section-member ul li:last-child {
  position: relative;
}
.section-member__support {
  position: absolute;
  top: 174px;
  left: 23%;
  color: #FFF8E9;
  font-size: 1.4rem;
}
@media screen and (max-width: 690px) {
  .section-member {
  max-width: 375px;
  padding: 30px 24px;
}
  .section-member h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 35px;
}
  .section-member ul li {
  margin-right: 0px;
}
  .toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 0.5em;
	display: block;
	color: #fff;
	background:#D7B883;
  text-align: center;
  font-family: Shippori Mincho;
  font-weight: 700;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(360deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(180deg) !important;
}
  }
.section-performance {
  max-width: 1170px;
  margin: 0 auto 100px;
  }

.section-performance__image {
  width: 100%;
  height: 580px;
  background-image: url("images/DSC02944.JPG");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  
  position: relative;
}

.section-performance__filter {
  padding: 45px 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.30);
}
.section-performance__image-massage h3 {
  color: #FFF8E9;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: center;
}
.section-performance__image-massage p {
  color: #FFF8E9;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-performance__Record {
  display: flex;
  list-style: none;
  color: #FFF8E9;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-performance__Record_body1 {
  max-width: 552px;
}
.section-performance__Record_body2 {
  padding-left: 0px
}
.section-performance__Record ul {
  list-style: none;
}
@media screen and (max-width: 1206px) {
  .section-performance__filter {
  padding: 45px 40px;
}
  .section-performance__image-massage h3 {
  font-size: 2.0rem;
  line-height: 3.5rem;
}
.section-performance__image-massage p {
  font-size: 1.4rem;
}
  .section-performance__Record ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 680px) {
  .section-performance {
  max-width: 680px;
  margin: 0 auto 45px;
  }
  .section-performance__image {
  width: 100%;
  height: 543px;
  background-size: cover;
  background-position: 57% center;
}

.section-performance__filter {
  padding: 0px 24px;
}
.section-performance__image-massage h3 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  text-align: center;
}
  .section-performance__image-massage p {
  font-size: 1.3rem;
  margin-bottom: 0;
  text-align: center;
}
  
.section-performance__Record_body1 {
  width: 100%;
}
.section-performance__Record_body2 {
  width: 100%;
}
  .section-performance__Record ul {
    font-size: 1.3rem;
 } 
  .section-performance__Record ul li {
    line-height: 1.9rem;
  }
}
.section-gallery {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-gallery h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: center;
  margin-bottom: 80px;
}
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto 30px;
}

.slider img {
    width:30vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 3px solid #666;/*矢印の色*/
    border-right: 3px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}



.section-gallery__video-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 47px;
}
.section-gallery__video-body {
    width: 47%;
  }
  .section-gallery__video-body video {
    width: 100%;
  }

.section-gallery__text {
  font-size: 2.0rem;
  margin-bottom: 40px;
}
.section-gallery-botton {
  width: 261px;
  height: 45px;
  padding: 8px 50px;
  border-radius: 6px;
  background: #52080D;
  display: inline-block;
}
.section-gallery-botton p {
  color: #FFF8E9;
  text-align: center;
}
.section-gallery-botton a {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .section-gallery {
  width: 375px;
  padding: 0;
}
  .section-gallery h3 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 35px;
}
  .slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
}
  .section-gallery__video-area {
  width: 375px;
  margin-bottom: 0;
}
  .section-gallery__video-body {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-gallery__video-body video {
    display: block;
    width: 100%;
  }
  .section-gallery__text {
  font-size: 1.6rem;
  padding: 0 24px;
  margin-bottom: 35px;
}
  .section-gallery-botton {
  width: 149px;
  height: 28px;
  padding: 2px 18px;
  margin-left: 24px;
  font-size: 1.4rem;
}

}