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

/*
* COMMON
******************************************************/
body {
	color: #333;
	letter-spacing: .4px;
	font-size: 17px;
	line-height: 1.9;
	font-family: "Hiragino Kaku Gothic ProN",YuGothic,'Yu Gothic',Meiryo,sans-serif;
	overflow-wrap: break-word;
	word-break: normal;
}
a {
	color: #333333;
	text-decoration: none;
}
/* a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
} */
.img-responsive {
	width: 100%;
}
/* PC-SP */
.ge_pcOnly {
}
.ge_spOnly {
	display:none;
}
@media(max-width:640px) {
	.ge_pcOnly {
		display:none;
	}
	.ge_spOnly {
		display:block;
	}
}

/*
* HEADER
******************************************************/
.global-header{
}
.global-header-massage__wrapper {
	width:100%;
	background:#B28247;
	color:#fff400;
}
.global-header-massage {
	max-width: 1000px;
	width:100%;
	margin:auto;
	text-align:center;
}
.global-nav_wrapper {
	width: 100%;
	background: #f1f8ff;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.global-header_content {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	position: relative;
}
.global-header-logo_wrapper {
	max-width:1000px;
	width:100%;
	margin:auto;
	padding-top: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.global-header-logo {
	max-width: 532px;
}
.global-header-button {
	max-width:312px;
}
.global-header-text-sp {
	width: auto;
	padding: 0 8px;
	margin-top: -15px;
}
.global-header-text-sp img {
	width:50%;
}
.global-header-button-sp_wrapper {
	/*display:block;*/
	width: auto;
	padding: 0 8px;
}
.global-header-button-sp {
	display: table-cell;
	width:50%;
}
.global-header-button-sp img {
	width: 100%;
}
.global-menu_wrapper {
	padding: 15px 0;
}
.global-menu {
	max-width: 1000px;
	margin: auto;
	overflow: hidden;
}
.global-menu_wrapper ul {
	display: flex;
	justify-content: center;
}
.global-menu li {
	max-width: 135px;
	text-align: center;
	font-weight: normal;
	font-size:90%;
	max-height: 68px;
}
.global-menu li:not(:last-child) {
	margin-right: 8px;
}
.global-menu li:last-child {
}
.global-menu li a,
.global-menu li a:visited {
	background: #Fdd354;
	border:1px solid #Fdd354;
	color: #fff;
	display: block;
	height: 66px;
}
.global-menu li a:after,
.global-menu li a:hover,
.global-menu li a:active,
.global-menu li a:focus,
.currentPage {
	text-decoration: none;
	background: #fff;
	border:1px solid #Fdd354;
	color: #Fdd354;
	display: block;
	height: 66px;
}
#menu-text {
	font-size:50%;
	margin-top:8px;
}
.nav-selected {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	position: relative;
	transition: .24s all ease;
	color: #fff;
}
.menu-selected {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
	position: relative;
	transition: .24s all ease;
	color: #fff;
}
/* SP */
.global-menu_wrapper ul.global-menu-sp {
	display: block;
	margin:5px;
}
.global-menu_wrapper ul.global-menu-sp li {
	padding: 5px;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media(max-width:640px) {
	.global-header-massage__wrapper {
		font-size:11px;
	}
	.global-header-massage {
		max-width: 1000px;
		width:100%;
		margin:auto;
		text-align:center;
	}
	.global-header-logo_wrapper {
		width:auto;
		padding: 8px;
	}
	.global-menu_wrapper {
		padding:0;
	}
	.global-header-logo 	{
		width: 230px;
		padding:0;
	}
	.global-header-logo img {
		width: 100%;
	}
}
/*
* MAIN CONTENT
******************************************************/
.main-content__wrapper {
	width:100%;
	margin:auto;
	padding-bottom: 30px;
	background: url('../img/common/bg-content.png')no-repeat;
	background-size: contain;
}

.main-content-slider{
	text-align:center;
	font-size: 1rem;
	max-width:1000px;
	width:100%;
	margin:auto;
	padding-bottom: 10px;
}
.main-content-image {
	max-width: 1000px;
	width:100%;
	margin:auto;
}

.main-content-subtile{
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	padding:50px 0;
	text-align:center;
	font-size:1rem;
}
.main-content-fullsize-bg {
	width:100%;
	/*background:#f6f6f6;*/
}
.main-content-pagesize{
	max-width: 1000px;
	margin:auto;
	/*padding: 15px 0;*/
	/*margin-top:15px;*/
}


@media(max-width:640px) {
	.main-content-pagesize{
		width: auto;
		margin:15px 15px 30px 15px;
	}
}

/*
* TITLE
******************************************************/
.common-title {
	margin:auto;
	text-align: left;
	background: #fdd354;
	line-height: 1;
	max-height: 56px;
	min-height: 32px;
}
.common-title > h2 {
	line-height: 50px;
	padding: 0 10px;
	color: #fff;
	font-size: 30px;
	overflow: visible;
	line-height: 1;
}
.sub-title {
	margin: 30px 0;
	border: 5px solid #Fdd354;
}
.sub-title h3 {
	font-size: 150%;
	text-align: center;
}
.sub-title-pink {
	margin: 30px 0;
	border: 5px solid #Fdd354;
	color:#fff;
	background:#Fdd354;
}
.sub-title-pink h3 {
	font-size: 150%;
	text-align: center;
}
@media(max-width:640px) {
	.common-title img {
		max-width: 150px;
		width:100%;
	}
	.sub-title {
		margin-top: 30px;
		margin-bottom: 0px;
		border: 5px solid #Fdd354;
	}
	.sub-title h3 {
		font-size: 100%;
		text-align: center;
	}
}

/*
* STAFF
******************************************************/
.banner-panel__wrapper {
}
.banner-panel__wrapper ul {
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}
.staff-content {
	border: 1px solid #B28247;
	padding: 15px;
	max-width: 970px;
	background:#fff;
}
.banner-panel-sp {
	padding:15px;
}
@media(max-width:640px) {
	.banner-panel__wrapper ul {
		display: block;
	}
	.staff-content {
		border: none;
		padding: 15px;
		max-width: 970px;
		background: #fff;
		margin: -15px;
	}
}


/*
* STAFF
******************************************************/
.staff-list__wrapper {
  width:auto;
  overflow:hidden;
  clear:both;
	margin-top: 20px;
}
.staff-list__container {
  width: 25%;
  float: left;
	height: 500px;
	/*padding-top: 30px;*/
}
.staff-list__container-timetable {
	height: 520px;
	padding-top: 30px;
}
.staff-list {
  margin-bottom: 12px;
  width: 100%;
  max-width: 235px;
}
.staff-list-image {
  /*position: relative;*/
}
/*
.staff-list-image::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: url("../img/staff/flame.png") no-repeat;
    background-size: auto auto;
    background-size: cover;
}
*/
.staff-list-image figure {
  margin: 0;
}
.staff-list-tumbnail {
  z-index: 1;
}
.staff-list-tumbnail img {
  width:100%;
  vertical-align: bottom;
}
.staff-list-detail {
  overflow: hidden;
  z-index: 1;
  position: relative;
	background: #Fdd354;
	color:#FFF;
	padding-bottom: 10px;
}
.staff-list-description {
	padding: 5px 10px 0 10px;
  font-size: 120%;
}
.staff-date {
	font-size:75%;
}
.staff-age {
	font-size: 75%;
}
.staff-list-pulishdate {
	padding: 5px 10px 0 10px;
  font-size:85%;
  color:#BE9A90;
}
.staff-icon__wrapper {
	padding: 0 5px;
  font-size: 90%;
	margin-top: 10px;
	display: flex;
	width:auto;
}
.staff-icon__wrapper div {
	display: inline-block;
	width: 38%;
	margin-left:10px;
	text-align: center;
}
.staff-icon01 {
	display: inline-block;
	font-size: 80%;
	color: #ffffff;
	letter-spacing: 1.4px;
	background: #Ee9e06;
	border:1px solid #fff;
	padding: 2px 5px;
	font-weight:bold;
}
.staff-icon02 {
	display: inline-block;
	font-size: 80%;
	color: #Fdd354;
	letter-spacing: 1.4px;
	background: #fff;
	border:1px solid #Fdd354;
	padding: 2px 5px;
	font-weight:bold;
	border: 1px solid #fff;
}
span.staff-icon01 {
	display: inline-block;
	font-size: 80%;
	color: #ffffff;
	letter-spacing: 1.4px;
	background: #Ee9e06;
	border:1px solid #Fdd354;
	padding: 2px 5px;
	font-weight:bold;
}
span.staff-icon02 {
	display: inline-block;
	font-size: 80%;
	color: #Fdd354;
	letter-spacing: 1.4px;
	background: #fff;
	border:1px solid #Fdd354;
	padding: 2px 5px;
	font-weight:bold;
}
.staff-detail {
	padding: 0 10px;
	/*font-size: 80%;*/
	line-height: 1.8;
}
@media(max-width:640px) {
	.staff-list__wrapper {
	  margin-right:-15px;
	}
  .staff-list__container {
		width: 46%;
		margin-bottom: 0;
		padding-top: 15px;
		padding-right: 4%;
		min-height: 300px;
		height: 100%;
  }
  .staff-list {
		margin: 0;
		max-width: initial;
	}
  .staff-list-tumbnail {
    max-width: initial;
    vertical-align: top;
    height: auto;
  }
	.staff-icon__wrapper {
		padding: 0 3px 0 0 ;
	  font-size: 70%;
	}
	.staff-icon__wrapper div {
		display: inline-block;
		width: 50%;
		margin-left:3px;
		text-align: center;
		font-size: 70%;
	}
	.staff-date {
		font-size:80%;
	}
	.staff-age {
		display: block;
	}
  .staff-list-detail {
    line-height: 1.5;
  }
	.staff-list-description {
		padding: 5px 3px 0 3px;
	  font-size: 75%;
	}
	.staff-icon01,
	.staff-icon02 {
		letter-spacing: 0px;
	}
	.staff-detail-page {
		/*padding: 0 10px;*/
		font-size: 95%;
	}
	.staff-detail {
		padding: 0 3px;
		font-size: 55%;
		line-height: 1.0;
	}
}

/*
* STAFF
******************************************************/
.search-button__wrapper {
	margin:30px 15px;
}
.search-button__wrapper ul {
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}
.search-button__wrapper li:not(:last-child){
	margin-right:15px;
}
.search-button {
	text-align: center;
  transition: opacity 0.3s;
}
.search-button:hover {
	opacity: 0.7;
}
.search-button a {
	position: relative;
  display: block;
  padding: 3px 30px;
  color: #fff;
  font-size: 85%;
  background: #333;
  border-radius: 4px;
  box-sizing: border-box;
  backface-visibility: hidden;
}
.search-button a:before,
.search-button a:after {
	position: absolute;
  top: 50%;
  content: "";
  margin: -7px 0 0;
}
.search-button a:before {
  right: 10px;
  border-top: 7px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 7px solid transparent;
}
.search-button a:after {
  right: 13px;
  border-top: 7px solid transparent;
  border-left: 7px solid #333;
  border-bottom: 7px solid transparent;
}
.search-button-date {
	font-size: 100%;
}
@media(max-width:640px) {
.search-button__wrapper ul {
	display:block;
	}
	.search-button__wrapper li{
		padding:10px 0;
	}
	.search-button__wrapper li:not(:last-child){
		margin-right:0px;
	}
}

/*
* STAFF DETAIL
******************************************************/
.staff-detail-content__wrapper {
	border: 1px solid #B28247;
	padding: 15px;
	max-width: 970px;
	background: #fff;
}
.staff-detail__wrapper {
}
.staff-detail-staff-icon {
	margin-bottom: 20px;
	margin-top: 20px;
}

.staff-detail__container {
}
.staff-detail {
}
.staff-detail-title {
	font-size: 100%;
	color: #ffffff;
	background: #f96482;
	border: 1px solid #Fdd354;
	padding: 2px 5px;
	letter-spacing: 1.4px;
}
.staff-detail-weekly-title {
	font-size: 100%;
	color: #ffffff;
	background: url('../img/staff/bg-ttl-staff-weekly.png');
	border: 1px solid #Fdd354;
	padding: 2px 5px;
	letter-spacing: 1.4px;
}
.staff-detail-weekly-title img {
	padding-top: 10px;
}
.staff-detail-weekly-content {
	width:105px;
	font-size:90%;
}
.staff-detail__content-outer {
	display: table;
	width:100%;
}
.staff-detail__content-inner {
	display: table-cell;
	width:50%;
	vertical-align: top;
}
.staff-detail__content {
	/*padding:0 15px 15px 15px;*/
}
@media(max-width:640px) {
	.staff-detail__content-outer {
		display:block;
	}
	.staff-detail__content-inner {
		display: block;
		width:100%;
	}
	.staff-detail-weekly-title img {
		padding-top: 0px;
	}
	.staff-detail-weekly-content {
		width:auto;
		font-size:100%;
	}
}

/* slider */
.staff-detail-slider {
  width: 100%;
  margin: auto;
  max-width: 460px;
	margin-left: -10px;
}
.mb60{
  margin-bottom: 60px;
}
.swiper-container{
  text-align: center;
}
.swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.prettyprint{
  border: none;
  background: #fafafa;
  color: #697d86;
}
#thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
  }
  #thumbs .swiper-slide {
      width: 20%;
      height: 100%;
      opacity: 0.2;
      cursor: pointer;
  }
  #thumbs .swiper-slide-active {
      opacity: 1;
  }
@media(max-width:640px) {
  .staff-detail-slider {
    max-width:320px;
		margin-left: 0px;
  }
}
/* profile */
.staff-profile {
	margin-bottom:20px;
}
.staff-profile ul {
	padding:0px;
}
.staff-profile li {
	padding-bottom: 15px;
}
.item01 {
	color: #ffffff;
	background: #fdd354;
	border:1px solid #Fdd354;
	padding: 2px 5px;
	letter-spacing: 1.4px;
	font-weight: bold;
	width: 150px;
	display: table-cell;
	line-height: 1.0em;
}
.item02 {
	display: table-cell;
	padding-left: 30px;
	line-height: 1.0em;
}
@media(max-width:640px) {
	.item01 {
    padding: 5px;
    letter-spacing: 1.2px;
    width: 90px;
    font-size:85%;
	}
	.item02 {
		padding-left: 10px;
		font-size:85%;
	}
}

/* message */
.staff-message {
	margin-bottom:20px;
}
.staff-message p {
	padding: 5px 15px;
}

/* play */
.staff-play {
	margin-bottom:20px;
}
.staff-play table {
	font-size:85%;
	width:100%;
}
.staff-play th {
	font-weight:normal;
	text-align:left;
	width:40%;
}
.staff-play td {
	font-weight: bold;
	text-align:center;
	width:10%;
}
/*
.staff-play ul {
	width:100%;
	margin-top: 15px;
	font-size: 70%;
}
.staff-play li {
	display: inline-table;
}
.staff-play li:nth-child(odd) {
  font-weight:normal;
	padding: 5px 0px;
	color:#333;
	text-align: left;
	vertical-align: bottom;
	width: 120px;
}
.staff-play li:nth-child(even) {
  padding: 5px 0px;
	vertical-align: bottom;
	width: 30px;
	font-weight: bold;
}
*/
.textC30D23 {
	color:#Fdd354;
}
@media(max-width:640px) {
	.staff-play table {
		font-size:55%;
		width:100%;
	}
	.staff-play th {
		font-weight:normal;
		text-align:left;
		width:40%;
	}
	.staff-play td {
		font-weight: bold;
		text-align:center;
		width:10%;
	}
	/*
	.staff-play ul {
		font-size:59%;
	}
	.staff-play li:nth-child(odd) {
	  font-weight:normal;
		padding: 0px;
		color:#333;
		text-align: left;
		vertical-align: bottom;
		width: 90px;
	}
	.staff-play li:nth-child(even) {
	  padding: 0px;
		vertical-align: bottom;
		width: 24px;
	}
	.staff-play span {
		display: block;
	}
	.staff-play span.textC30D23 {
		color:#Fdd354;
		display: inline;
	}
	*/
}
/* time table */
.staff-time-table__wrapper {
	margin-top: 30px;
}
.staff-time-table {
	margin-bottom: 40px;
	margin-top: 30px;
}
.staff-time-table ul {
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
}
.staff-time-table li.table-title {
	border:none;
	line-height: 1;
	padding:0;
}
.staff-time-table li.table-list {
	min-width:100px;
}
.staff-time-table li {
	border:1px solid #Fdd354;
	line-height: 1;
}
.staff-time-table li.button-selected {
	border:1px solid #Fdd354;
	background:#Fdd354;
	line-height: 1;
}
.staff-time-table li.button-selected a {
	color:#FFF;
}
.staff-time-table li span {
	display: block;
	text-align: center;
	line-height:0.8em;
}
.time-table-weekly li {
}
.time-table-weekly-works li {
	/*padding: 8px 20px;*/
	line-height: 0.5;
}
.time-table-weekly li a {
	display: block;
	padding: 15px 30px;
}
.staff-list-worktime__wrapper {
	border: 1px solid #Fdd354;
}
.staff-list-worktime {
	color:#Fdd354;
	padding: 5px 10px;
}
.worktime-title {
	background:#Fdd354;
	color:#FFF;
	margin-right: 10px;
}
.list-today {
	background:#Fdd354;
	color:#fff;
	border-bottom:1px solid #Fdd354;
	/*padding: 5px;*/
	padding: 5px 12px;
	font-size: 80%;
}
.list-day {
	background:#fdd354;
	border-bottom:1px solid #Fdd354;
	padding:0 5px;
}
.list-time {
	padding: 8px 5px;
}
.staff-time-table select {
	width:100%;
}
.staff-time-table button {
	margin:30px 0;
	background:#Fdd354;
	padding:10px;
	max-width: 320px;
	width:100%;
	border-style: none;
	border-radius: 3px;
	color:#fff;
}
@media(max-width:640px) {
	.staff-time-table {
		margin-bottom: 0px;
	}
	.staff-time-table ul {
		display: block;
	}
	.staff-time-table li {
		font-size: 120%;
		border:none;
		padding: 15px;
	}
	.staff-time-table li:not(:last-child){
		border-top:1px solid #Fdd354;
		border-left:1px solid #Fdd354;
		border-right:1px solid #Fdd354;
	}
	.staff-time-table li:last-child{
		border-top:1px solid #Fdd354;
		border-left:1px solid #Fdd354;
		border-right:1px solid #Fdd354;
		border-bottom:1px solid #Fdd354;
	}
	.staff-time-table li span {
		display: table-cell;
		line-height:1.0em;
		text-align: left;
	}
	.staff-list-worktime {
		color:#Fdd354;
		font-size: 70%;
		padding: 3px;
	}
	.worktime-title {
    margin-right: 3px;
}
	.staff-time-table li span.list-today {
		background:#fff;
		color:#333;
		padding:0px;
		width: 100px;
		border-bottom:none;
		font-size: 80%;
	}
	.list-day {
		background:#fff;
		padding:0 0 0 15px;
		width: 80px;
		text-align: left;
		border-bottom:none;
	}
	.staff-time-table li span.list-time {
		padding:0 5px;
		font-size: 80%;
		text-align: center;
		width: 100px;
	}
}

/*
* READ MORE
******************************************************/
.blog-read-more {
	text-align: center;
  transition: opacity 0.3s;
}
.blog-read-more:hover {
	opacity: 0.7;
}
.blog-read-more a {
	position: relative;
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 70%;
  background: #Fdd354;
  border-radius: 4px;
  box-sizing: border-box;
  backface-visibility: hidden;
	max-width: 110px;
}


/*
* PAGE TOP
******************************************************/
.sns-button {
	bottom: 138px;
	right: -10px;
	position: fixed;
	opacity: 1;
	z-index: 9999;
}
.phone-button {
	bottom: 84px;
	right: -10px;
	position: fixed;
	opacity: 1;
	z-index: 9999;
}
.pagetop-button {
	bottom: 30px;
	right: -10px;
	position: fixed;
	opacity: 1;
	z-index: 9999;
}
.sns-button img,
.phone-button img,
.pagetop-button img {
	width:100%;
	opacity: 0.8;
}
@media(max-width:640px) {
	.sns-button {
		bottom: 138px;
		right: -40px;
		position: fixed;
		opacity: 1;
		z-index: 9999;
	}
	.phone-button {
		bottom: 84px;
		right: -40px;
		position: fixed;
		opacity: 1;
		z-index: 9999;
	}
	.pagetop-button {
		bottom: 30px;
		right: -40px;
		position: fixed;
		opacity: 1;
		z-index: 9999;
	}
	.sns-button img,
	.phone-button img,
	.pagetop-button img {
		width:60%;
		opacity: 0.8;
	}
}

/*
* FOOTER
******************************************************/
.global-footer__wrapper {
	width:100%;
	overflow:hidden;
	padding-top:20px;
	background:#000000;
}
.global-footer__container {
	max-width:1000px;
	margin:auto;
}
.footer-navi__wrapper {
	display: -ms-flexbox;
	display: flex;
}
.footer-navi {
	width: 100%;
	padding: 15px 0;
	text-align: center;
}
.footer-navi li {
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
	line-height: 1;
}
.footer-navi li:not(:last-child){
	/*border-right:1px solid #999;*/
}
.footer-navi li a {
	color: #fff;
	display: block;
}
.footer-navi li a:hover {
  color: #efefef;
	text-decoration:;
}
/* copyright */
.global-footer-copyright__wrapper {
	padding: 15px 0;
	text-align:left;
}
.global-footer-copyright {
	color: #fff;
	letter-spacing: 0.2px;
	font-size: 80%;
	margin-top:15px;
	text-align:center;
}
@media(max-width:640px) {
	.global-footer__wrapper {
	    width: 100%;
	    padding-top: 15px;
	}
	.global-footer__container {
		margin:15px;
	}
	.footer-navi__wrapper {
		display: block;
	}
	.footer-navi li {
	  display: block;
	  padding: 0;
	  font-size: 100%;
		line-height: 2;
	}
	.footer-navi li:not(:last-child){
		border-right: none;
	}
}
