@charset "utf-8";


/*------------------------------------------------
   バレエスタジオ紹介
------------------------------------------------*/

/* 特色 */

#about02 {
}

#about02 .featureBlock {
  width: 100%;
	background: var(--bg1-color);
	padding: 40px 20px;
}

#about02 .featureBox {
	padding: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
	position: relative;
}

#about02 .featureBox:last-child {
	margin-bottom: 0;
}

#about02 .featureBox .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--main1-color);
	text-align: center;
	margin-bottom: 20px;
}

#about02 .featureBox .title span {
	display: block;
	color: var(--main2-color);
	font-size: 2.0em;
}

#about02 .featureBox .desc {
  font-size: 1.4rem;
  line-height: 1.7;
}

#about02 .featureBox .desc span {
	font-size: 1.2em;
	font-weight: bold;
	color: #e64d97;
	margin: 0 0.2em;
}

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

  #about02 .featureBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px;
  }
	
	#about02 .featureBox {
		width: 32%;
		margin-bottom: 0;
	}	
	
  #about02 .featureBox .title {
    font-size: 2.0rem;
  }

  #about02 .featureBox .desc {
    font-size: 1.6rem;
  }

}

/* ごあいさつ */

#about01 {
}

#about01 .messageBlock {
  width: 100%;
}

#about01 .textBlock {
}

#about01 .textBlock .desc {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 20px;
}

#about01 .textBlock .sign {
	font-size: 1.5rem;
  text-align: right;
	margin-top: 40px;
}

#about01 .pic {
  width: 80%;
	margin: 0 auto 20px;
  border-radius: 10px;
  overflow: hidden;
}

#about01 .pic img {
  width: 100%;
  height: auto;
}

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

  #about01 .messageBlock {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #about01 .textBlock {
    width: 540px;
  }

  #about01 .textBlock .desc {
    font-size: 1.6rem;
  }

  #about01 .textBlock .sign {
    font-size: 2.0rem;
  }

  #about01 .pic {
    width: 330px;
    margin: 0;
  }
	
}

/* 仲間とともに感動を */

#about04 {
}

#about04 .desc {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 20px;
}

.policyImgBlock {
  display: flex;
  flex-wrap: wrap;
}

.policyImg {
  width: 50%;
  padding: 1px;
}

.policyImg img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

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

  #about04 .desc {
    font-size: 1.6rem;
  }

  .policyImgBlock {
    flex-wrap: nowrap;
  }

  .policyImg {
    width: 25%;
  }
	
}

/* 講師・顧問 */

#about06 {
}

.instructorBlock {
  width: 100%;
}

.instructorSubBlock {
  margin-bottom: 40px;
}

.instructorSubBlock:last-child {
  margin-bottom: 0;
}

.instructorBox {
  width: 100%;
  background: var(--bg3-color);
  padding: 20px;
  margin-bottom: 20px;
}

.instructorBox:last-child {
	margin-bottom: 0;
}

.instructorBox .name {
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: solid 2px var(--main2-color);
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
}

.instructorBox .name span {
  display: block;
	font-size: 0.8em;
}

.instructorBox .desc {
	font-size: 1.3rem;
  line-height: 1.7;
  text-align: justify;
}

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

  .instructorBlock {
    width: 600px;
    margin: 0 auto;
  }

  .instructorBox {
    display: flex;
    justify-content: space-between;
  }

  .instructorBox .name {
    width: 220px;
    font-size: 1.6rem;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .instructorBox .desc {
    width: 360px;
    font-size: 1.4rem;
    border-left: solid 2px var(--main2-color);
    padding-left: 20px;
  }

}

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

	
}

/* あゆみ */

#about03 .tab-menu {
  display: table;
  list-style-type: none;
  width: 100%;
  text-align: center;
}

#about03 .tab-menu * {
  transition: all 0.5s;
}

#about03 .tab-menu li {
  cursor: pointer;
  display: table-cell;
  padding: 10px 0;
  width: 33.333%;
  font-size: 1.2rem;
  letter-spacing: 0.4em;
  background: var(--bg3-color);
  border: 1px solid var(--line-color);
  border-left: 1px solid transparent;
  border-bottom: 2px solid var(--main2-color);
}

#about03 .tab-menu li:first-of-type {
  border-left: 1px solid var(--line-color);
}

#about03 .tab-menu .active {
  cursor: default;
  border-bottom: 2px solid transparent;
  border-top: 4px solid var(--main2-color);
  background: #fff;
}

#about03 .tab-menu :not(.active):hover {
  background: var(--main2-color);
  color: #FFF;
}

#about03 .tab-content div {
  padding: 20px 10px;
}

#about03 .tab-content div:nth-child(n+2) {
  display: none;
}

#about03 .tab-content .historyTbl {
	width: 100%;
}

#about03 .tab-content .historyTbl tr th,
#about03 .tab-content .historyTbl tr td {
	padding: 0.2em 0.4em;
  font-size: 1.3rem;
	font-weight: normal;
	display: block;
	text-align: left;
}

#about03 .tab-content .historyTbl tr th {
	white-space: nowrap;
	background: var(--bg3-color);
  font-weight: 500;
}

#about03 .tab-content .historyTbl tr td {
}

#about03 .tab-content .historyTbl tr th .year {
	display: inline-block;
	width: 4em;
	text-align: right;
}

#about03 .tab-content .historyTbl tr th .month {
	display: inline-block;
	width: 2.4em;
	text-align: right;
}

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

  #about03 .tab-menu li {
    font-size: 1.6rem;
  }

  #about03 .tab-content div {
    padding: 20px;
  }

  #about03 .tab-content .historyTbl tr th,
  #about03 .tab-content .historyTbl tr td {
    display: table-cell;
    font-size: 1.4rem;
    padding: 0.5em 2em;
  }

  #about03 .tab-content .historyTbl tr th {
    width: 140px;
    border-right: 2px solid var(--line-color);
    background: none;
    font-weight: normal;
  }

  #about03 .tab-content .historyTbl tr td {
    text-align: left;
  }

}

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


}


/* アクセス */

#about05 .accessBlock {
}

#about05 .accessBox {
  width: 100%;
  margin-bottom: 40px;
}

#about05 .accessBox .accessInfo {
  width: 100%;
}

#about05 .accessBox .accessInfo .name {
  font-size: 1.8rem;
	font-weight: 500;
	color: var(--main2-color);
}

#about05 .accessBox .accessInfo .adrs {
  font-size: 1.4rem;
}

#about05 .accessBox .accessInfo .tel {	
  margin-bottom: 10px;
}

#about05 .accessBox .accessInfo .tel a {	
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
	font-size: 2.4rem;
	color: crimson;
}

#about05 .accessBox .accessInfo .tel a span {
  margin-left: 1.0em;
}

#about05 .accessBox .accessInfo .tel a:hover {
  text-decoration: none;
}

#about05 .accessBox .accessInfo .transport {
	padding-left: 50px;
  margin-bottom: 0.6em;
	position: relative;
  font-size: 1.4rem;
	line-height: 1.3;
}

#about05 .accessBox .accessInfo .transport::before {
  position: absolute;
  top: 0;
  left: 0;
	font-family: FontAwesome;
  font-size: 2.8rem;
	color: var(--sub-color);
	display: inline-block;
	width: 40px;
	text-align: center;
}

#about05 .accessBox .accessInfo .transport.train::before {
  content: '\f238';
}

#about05 .accessBox .accessInfo .transport.bus::before {
  content: '\f207';
}

#about05 .accessBox .accessInfo .transport.car::before {
  content: '\f1b9';
}

#about05 .accessBox .accessInfo .transport .title {
  font-size: 1.4rem;
  font-weight: bold;
}

#about05 .accessBox .accessGmap {
  position: relative;
  width: 100%;
  height: 200px;
  background: #eee;
  border: 1px solid #e1deda;
  border-radius: 10px;
  overflow: hidden;
	margin-bottom: 20px;
}

#about05 .accessBox .accessGmap:last-child {
	margin-bottom: 0;
}

#about05 .accessBox .accessGmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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

  #about05 .accessBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #about05 .accessBox .accessInfo {
    width: 44%;
  }

  #about05 .accessBox .accessInfo .name {
    font-size: 2.0rem;
  }

  #about05 .accessBox .accessInfo .adrs {
    font-size: 1.5rem;
  }

  #about05 .accessBox .accessInfo .tel a {	
    font-size: 2.8rem;
  }

  #about05 .accessBox .accessInfo .transport {
    font-size: 1.4rem;
  }

  #about05 .accessBox .accessInfo .transport .title {
    font-size: 1.5rem;
  }

  #about05 .accessBox .accessGmap {
    width: 54%;
    height: 300px;
    margin-bottom: 0;
  }
  
}
