﻿@charset "utf-8";
/* CSS Document */

/* ===================================================================
//layout.css上書き
=================================================================== */
/*------------------------
#pankuzuWrap
------------------------*/
#pankuzuWrap,
#contentsArea #pankuzu {
    background-color: #111;
}
#contentsArea #pankuzu span, #contentsArea #pankuzu a,
#contentsArea #pankuzu #pankuzuTop a {
    color: #fff;
}

/*------------------------
#pageTtlWrap 
------------------------*/
#pageTtlWrap {
	background: url(../../images/guide/photo07.jpg) no-repeat right #111;
    background-size: cover;
    border: none;
    position: relative;
	height: 298px;
	background-position: 50% 68%;
}
#pageTtlWrap h2{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
	color: #fff;
	font-size: 80px;
	line-height: 1;
	z-index: 1;
}
#pageTtlWrap h2 .ja{
	margin-top: 15px;
	display: block;
	font-size: 16px;
}
#pageTtlWrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
@media only screen and (max-width: 767px) {
	#pageTtlWrap {
		height: 280px;
	}
	#pageTtlWrap h2{
		font-size: 60px;
	}
}


/* ===================================================================
//pageCommon
=================================================================== */
#guide{
	
}
#guide #contentsArea {
	font-family:'EB Garamond',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","メイリオ","Meiryo","ＭＳ Ｐゴシック","sans-serif";
    background: #111;
	margin-bottom: 0;
    /*padding-bottom: 30px;*/
}
#guide #contentsArea .back_g{
	background: #252420;
}
#guide #contentsArea section{
	position: relative;
}

#guide #contentsArea img{
    width: auto;
    max-width: 100%;
}
.sectionWrap{
	max-width: 1170px;
    margin: 0 auto;
    padding: 150px 0 100px;
    position: relative;
}
.sectionWrapFull{
    padding: 150px 0 100px;
    position: relative;
}
.innerWrap +  .innerWrap{
	margin-top: 100px;
}
.innerWrap1170{
	max-width: 1170px;
    margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
	.sectionWrap{
		padding-left: 4%;
		padding-right: 4%;
	}
	.innerWrap1170 {
		padding-left: 4%;
		padding-right: 4%;
	}
}
@media only screen and (max-width: 767px) {
	.sectionWrap{
		padding-left: 0%;
		padding-right: 0%;
		padding: 100px 0;
	}
	.sectionWrapFull {
		padding: 100px 0;
	}
	.frontArea .sectionWrap,
	.gymArea .sectionWrap,
	.studioArea .sectionWrap{
		padding-left: 4%;
		padding-right: 4%;
	}
	.innerWrap + .innerWrap {
		margin-top: 60px;
	}
}

.sectionTitle{
	margin-bottom: 30px;
	text-align: center;
}
.sectionTitle h3{
	font-size: 22px;
	color: #d9cba5;
}

.itemList ul{
	display: flex;
	flex-wrap: wrap;
    margin: 0 -15px;	
	justify-content: center;
}
.itemList ul li{
    margin: 0 15px;	
}
.itemList ul.col2 li {
    width: calc(100% / 2 - 30px);
}
.itemList ul.col3 li {
    width: calc(100% / 3 - 30px);
}
.itemList ul.col4 li {
    width: calc(100% / 4 - 30px);
}
.itemList ul.col4 li:nth-of-type(n+5) {
	margin-top: 40px;
}
.txtBox + .itemList {
    width: 100%;
    margin: 60px auto 0;
}
.twoColumn{
	display: flex;
	margin: 0 -15px;
}
.twoColumn > div{
	width: calc(50% - 30px);
    margin: 0 15px;
}
@media only screen and (max-width: 767px) {
.itemList.hotyogaBox ul{
	display: block;
    margin: 0;	
}
.itemList.hotyogaBox ul.col2 li {
    width: 100%;
    margin:0;
}
.hotyogaBox .txtBox h4 {
	margin-top:20px;
}

	.twoColumn {
		display: block;
	}
	.twoColumn > div{
		width: 90%;
		margin: 0 auto 30px;
	}
}
@media only screen and (max-width: 991px) {
	.txtBox + .itemList {
		margin: 60px auto 0;
	}
}


.pickupTxt {
    margin-top: 60px;
    background: rgba(0, 0, 0, .5);
    padding: 4% 8%;
    border-width: 0 1px;
}
.pickupTitle{
    display: block;
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);	
}
.pickupTitle h4{
    color: #d9cba5;
    font-size: 22px;
}
.pickupTitle .ja{
    display: block;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .8);	
}




@media only screen and (max-width: 767px) {
	.pickupTxt {
		margin-top: 40px;
		background: rgba(0, 0, 0, .5);
		padding: 4% 0;
		border-width: 0;
	}
	/**********
	//slick
	**********/
	.slick-prev,
	.slick-next{
		width: 45px;
		height: 45px;
		position: absolute;
		top: 100px;
		left: 38px;
		background: rgba(0,0,0,.6);
		cursor: pointer;
		z-index: 100;
	}
	.slick-prev::before,
	.slick-next::before{
		content: "";
		width: 15px;
		height: 15px;
		position: absolute;
		top: 15px;
		left: 18px;
		border-top: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		z-index: 1;
		cursor: pointer;
	}
	.slick-next{
		left: auto;
		right: 38px;
	}
	.slick-next::before{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: auto;
		right: 18px;
	}
	.itemList ul.col4 li {
		width: calc(100% / 2 - 30px);
	}
	.itemList ul.col4 li:nth-of-type(n+5) {
		margin-top: 0;
	}
	.txtBox + .itemList{
		width: 100%;
	}
}


/*.twoColumn{
	display: flex;
    align-items: center;
}
.twoColumn > .imgBox{
	width: 60%;
    margin-right: 5%;
}
.twoColumn > .txtBox{
	width: 35%;
	padding: 0 30px;
}
.twoColumn.rivers > .imgBox{
	margin: 0 0 0 2.5%;
}
.twoColumn.rivers > .txtBox{
	width: 32.5%;
	margin: 0 0 0 2.5%;
}
@media only screen and (max-width: 767px) {
	.twoColumn {
		display: block;
	}
	.twoColumn > .imgBox,
	.twoColumn.rivers > .imgBox{
		width: 90%;
		margin: 0 auto 30px;
	}
	.twoColumn > .txtBox,
	.twoColumn.rivers > .txtBox{
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
}*/


.txtBox h4{
	font-size: 16px;
	font-weight: bold;
	color: #d9cba5;
}
.txtBox p{
	color: #e5e5e5;
}
.txtBox h4 + p,
.txtBox p + p{
	margin-top: 20px;
}
figure + .txtBox,
.imgBox + .txtBox,
figure + .innerWrap1170{
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.txtBox h4 + p,
	.txtBox p + p {
		margin-top: 5px;
	}
}


.arrow {
  width: 1px;
    height: 100px;
    margin: auto;
    background-color: rgba(217, 203, 165, .2);;
    position: absolute;
    overflow: hidden;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #d9cba5;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  opacity: 0;
  }
}


/* ===================================================================
//studioArea
=================================================================== */
.studioArea{
	background: url(../../images/guide/renew/studio_bg.jpg) no-repeat;
	background-size: cover;
}
.innerWrap + .innerWrap{
	margin-top: 60px;
}

.studioArea .hotyogaBox{
	margin: 60px auto;
    padding: 4% 0;
}

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}

/* ===================================================================
//artArea
=================================================================== */
.artArea .profile > .imgBox{
	width: calc(30% - 30px);
}
.artArea .profile > .txtBox{
	width: calc(70% - 30px);
	margin-top: 0;
}
.artArea .sectionContents > .txtBox{
	margin-top: 30px;
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
	.artArea .sectionContents > .txtBox{
		padding: 0 15px;
	}
	.artArea .profile > .txtBox {
		width: calc(80% - 30px);
	}
	.artArea .profile > .imgBox {
		width: calc(60% - 30px);
	}
}


.adjust_img li img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: top;
}

.refa_link {
  color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: 6px;
  transition: .2s;
}

.refa_link:hover {
  opacity: .6;
}
