
.contents01.profileCONTENTS  h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem, 3.2vw, 3.6rem);
	font-weight: 400;
	border-bottom: 2px solid #333;
	padding-bottom:2px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}
.contents01.profileCONTENTS  h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.2rem, 1.6vw, 1.8rem);
	margin-left: 15px;
	font-weight: 400;
	
}

/* ----　プロフィールTOP　----- */
.profiletopBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.profiletopL {
	width: 35%;
}

.profiletopR {
	width: 60%;
}


/* ----　スライドのためのcss　----- */

.slider-profile img {
	width: 100%;
	height: auto;
}


.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
 
}

.prev-arrow {
	top:20% !important;
  left: -25px;
	width: 20px;
	z-index: 1 !important
}
.next-arrow {
	top:20% !important;
  right: -25px;
	width: 20px;
}
.slide-arrow img{
  width: 100% !important;
	height: auto;
}

/* ----　女の子情報　----- */

.schedule-status {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin-bottom: 15px;
}

.schedule-status .profTODAY {
	background: #fff;
	border: 3px solid #5dc3be;
	color:#5dc3be;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 49%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
}
.profiletopR .type {
	display: flex;
	    justify-content: flex-start;
	margin-bottom: 10px;
}
.profiletopR .type div {
	border: 1px solid #737373;
	color:#737373;
	font-size: 1.4rem;
	width: 24%;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	margin-right: 10px;
}
.profiletopR .type div.newface {
	border: 1px solid #51b1a7;
	color:#fff;
	background: #51b1a7;
}
.profiletopR .type div.taiken {
	border: 1px solid #ef7eb3;
	color:#fff;
	background: #ef7eb3;
}

.profiletopR .type div.item-yoyaku {
	border: 1px solid #383838;
	color:#fff;
	background: #383838;
		font-size: 85%;
}

.profiletopR .type div.item-rare {
	background:#0087F7;
	border: 1px solid #0087F7;	
	color:#fff;
	font-size: 85%;	
}
.profiletopR .type div.item-osusume {
		border: 1px solid #FF0119;
	background:#FF0119;
	color:#fff;
	font-size: 85%;
}	

.profiletopR .type div.item-douga {
		border: 1px solid #8a2be2;
	background:#8a2be2;
	color:#fff;
	font-size: 85%;
}	

.profiletopR .catch {
	color:#e35f9d;
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	font-weight: bold;
	border-bottom: 3px dotted #e35f9d;
	padding-bottom: 6px;
	margin-bottom: 20px;
}

table#personal {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

table#personal th {
    padding: 8px;
    background: #666666;
    font-weight: bold;
    text-align: left;
	color:#fff;
	border: 1px solid #fff;
	width: 40%
}
table#personal td {
    padding: 10px;
    text-align: left;
	background: #f6f6f6;
	border: 1px solid #fff;
}

.profiletopR h4 {
	font-size: clamp(1.6rem, 1.7vw, 2rem);
	color:#737373;
	border-bottom: 2px solid #e35f9d;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.profileCONTENTS h3 {
	font-size: clamp(1.6rem, 1.7vw, 2rem);
	color:#737373;
	border-bottom: 2px solid #e35f9d;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

table.listsch {
    border: 1px #fff solid;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

table.listsch th {
    padding: 10px;
    border: #fff solid;
    border-width: 0 0 1px 1px;
    background: #737373;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
	color:#fff;
}
table.listsch td {
    padding: 5px;
    border: 1px #fff solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	background: #fff;
	background: #f6f5f5;
}

/* ----　可能プレイ / オプション　----- */


.kihon{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.kihon li {
	background-image: linear-gradient(180deg, #fff8fc, #fbd7ea);
	border: 1px solid #fbd7ea;
	width: 24.5%;
	text-align: center;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	margin-bottom: 5px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}


.freeitem {
	display: flex;
	flex-wrap: wrap;
}
.freeitem li {
	width: 32.3%;
	background-image: linear-gradient(180deg, #fff8fc, #fbd7ea);
	border: 1px solid #fbd7ea;
	text-align: center;
	font-size: clamp(1.2rem, 1.3vw, 1.4rem);
	margin: 0 0.5% 5px;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}


.kihon li.off,
.freeitem li.off {
	
	color:#c3c2c4;
}


/* ----　プロフィール動画　----- */

.prof_video {
	margin: 20px 0 0;
/*	text-align: center;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.prof_video video {
	max-width: 100%
}


.prof_video li {
	padding: 5px;
	width: 50%;
}



/* ----　プロフィール写メ日記　----- */


#profile-blog .shameBOX li h3 {
	font-size: 1.6rem;
	background: none;
	border-left: 0px;
	padding: 0;
	margin: 0;
}

/* ----　プロフィール口コミ　----- */

.reviewBOX {
	display: flex;
	justify-content: space-between;
}
.reviewBOXlist {
	width: 60%;
}
.reviewBOXform {
	width: 38%;
}

#profile-review .reviewPOST {
	background: #5dc3be;
	background-size: cover;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 0px;
}

.reviewTITLE {
	color:#fff;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#profile-review .reviewPOST .logo {
	max-width: 250px;
	margin: auto;
	margin-top: -30px;
	margin-bottom: 20px;
}



#profile-review .reviewPOST .inner {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

#profile-review #reviewform {
	border-top: none;
	width: 100%;
	font-size: 1.6rem;
	line-height: 180%;
	margin-bottom: 20px;	
	border-bottom: 1px solid #d1d0d0;
}



#profile-review dl#reviewform dt,dl#reviewform dd {
	padding: 10px 10px 0px 10px;
}

#profile-review dl#reviewform dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
}

#profile-review  dl#reviewform dd {
	border-top: 0px;
	margin-left:auto;
}


#profile-review  .input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	font-size: 1.6rem;
	box-sizing: border-box;
}

#profile-review  .input_type02 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	font-size: 1.6rem;
	box-sizing: border-box;
}


#profile-review  select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../../image/common/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 24px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
	padding: 10px;
	font-size: 1.6rem;
	min-width: 190px;
	text-align: center !important;
	border-radius: 3px;
	margin-left: 0px;
	margin-top: 5px;
}

#profile-review  input.previous[type="button"],
#profile-review  input[type="submit"] {
	width: 80%;
margin:0 0 0 0px;
    color: #fff;
	display: block;
    padding: 15px 0px;
    text-align: center;
	background-color: #e8a02d;
    border: 1px solid #e8a02d;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
box-sizing: border-box;
	font-size: 1.6rem;
	margin-bottom: 15px;
}




.alartBUTTON a {
    background: #00afcc ;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    width: 100%;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.alartBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.alartBUTTON i {
   position: absolute;
	color:#ffff00;
	left: 15px;
}

.alartBUTTON a:hover:after {
  right: 1.4rem;
}

/* ----　web予約アコーディオン　----- */

.accordion02 {
margin-bottom:30px;	
}

.accordion02 ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion02 li {
	position:relative;
	list-style:none;
}
.accordion02 > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 13px 15px;
	position: relative;
	background: #50a749;
	color:#fff;
	font-size: 1.8rem;
	box-sizing: border-box;
	 border-radius: 4px;
	text-align: center;
	font-weight: bold;
}
.accordion02 > ul > li > a i {
	position: absolute;
	left: 15px;
	top:16px;
	color:#ffff00;
}

.accordion02 > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion02 > ul > li > div {
	display: none;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid  #5a2aa2;
	border-radius: 10px;
	margin: 10px 0;
}

.accordion02 li .accordion_icon,
.accordion02 li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion02 li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:27px;
	right:15px;
}
.accordion02 li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 1px;
    background-color: #fff;
}
.accordion02 li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion02 li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion02 li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion02 li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordion02 h4 {
	font-size: 1.8rem !important;
	background: #5a2aa2;
	color:#fff;
	padding: 5px 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.webyoyakuBLOCK {
	margin-bottom: 20px;
}

.webyoyaku {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #cbc8cb;
	padding-bottom:10px;
	margin-bottom: 5px;
}
.webyoyaku .item {
	width: 30%;
	font-size: 1.5rem;
	display: grid;
  place-items: center;
	
}
.webyoyaku li span {
	color:#e4007f;
}

.resvBUTTON {
    background: #af48b8 ;
     width: 100%;
	border-radius: 3px;
}
.resvBUTTON a {
    border-radius: 4px;
    width: 100%;
    padding: 5px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	text-align: center;
	display: block;
}


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

.contents01.profileCONTENTS  h2 {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2.2rem, 3.2vw, 3.6rem);
	font-weight: 400;
	border-bottom: 2px solid #333;
	padding-bottom:2px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}
.contents01.profileCONTENTS  h2 span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	margin-left: 15px;
	font-weight: 400;
	
}

/* ----　プロフィールTOP　----- */
.profiletopBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}

.profiletopL {
	width: auto;
}

.profiletopR {
	width: auto;
}


/* ----　スライドのためのcss　----- */


.slider-profile img {
	width: 100%;
	height: auto;
}


.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
 display: none !important;
}

.prev-arrow {
  left: -25px;
	width: 20px;
	z-index: 1 !important
}
.next-arrow {
  right: -25px;
	width: 20px;
}
.slide-arrow img{
  width: 100% !important;
	height: auto;
}


/* ----　女の子情報　----- */

.schedule-status {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin-bottom: 15px;
}

.schedule-status .profTODAY {
	background: #fff;
	border: 3px solid #5dc3be;
	color:#5dc3be;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 49%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
}
.profiletopR .type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0px;
}
.profiletopR .type div {
	font-size: 1.4rem;
	width: 49%;
	padding: 2px;
	margin: 0;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	margin-bottom: 7px;
}
.profiletopR .type div.newface {
	color:#fff;
}
.profiletopR .type div.taiken {
	color:#fff;
}

.profiletopR .type div.item-douga {
	color:#fff;
}	

.profiletopR .catch {
	color:#e35f9d;
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	font-weight: bold;
	border-bottom: 3px dotted #e35f9d;
	padding-bottom: 6px;
	margin-bottom: 20px;
}

table#personal {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
	box-sizing: border-box;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}

table#personal th {
    padding: 8px;
    background: #666666;
    font-weight: bold;
    text-align: left;
	color:#fff;
	border: 1px solid #fff;
	width: 40%
}
table#personal td {
    padding: 10px;
    text-align: left;
	background: #f6f6f6;
	border: 1px solid #fff;
}

.profiletopR h4 {
	font-size: clamp(1.6rem, 1.7vw, 2rem);
	color:#737373;
	border-bottom: 2px solid #e35f9d;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.profileCONTENTS h3 {
	font-size: clamp(1.6rem, 1.7vw, 2rem);
	color:#737373;
	border-bottom: 2px solid #e35f9d;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

table.listsch {
    border: 1px #fff solid;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

table.listsch th {
	
    padding: 10px;
    border: #fff solid;
    border-width: 0 0 1px 1px;
    background: #737373;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
	color:#fff;
}
table.listsch td {
    padding: 5px;
    border: 1px #fff solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	background: #fff;
	background: #f6f5f5;
}

/* ----　可能プレイ / オプション　----- */


.kihon{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.kihon li {
	background-image: linear-gradient(180deg, #fff8fc, #fbd7ea);
	border: 1px solid #fbd7ea;
	width: 49%;
	text-align: center;
	font-size: clamp(1.2rem, 1.4vw, 1.6rem);
	margin-bottom: 5px;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
}


.freeitem {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.freeitem li {
	width: 49%;
	background-image: linear-gradient(180deg, #fff8fc, #fbd7ea);
	border: 1px solid #fbd7ea;
	text-align: center;
	font-size: clamp(1rem, 1.3vw, 1.4rem);
	margin: 0 0 5px;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}


.kihon li.off,
.freeitem li.off {
	
	color:#c3c2c4;
}


/* ----　プロフィール動画　----- */

.prof_video {
	margin: 20px 0 0;
/*	text-align: center;*/
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.prof_video video {
	max-width: 100%
}


.prof_video li {
	padding: 5px;
	width: 50%;
}



/* ----　プロフィール写メ日記　----- */


#profile-blog .shameBOX li h3 {
	font-size: 1.6rem;
	background: none;
	border-left: 0px;
	padding: 0;
	margin: 0;
}

/* ----　プロフィール口コミ　----- */

.reviewBOX {
	display: flex;
	justify-content: space-between;
}
.reviewBOXlist {
	width: 60%;
}
.reviewBOXform {
	width: 38%;
}

#profile-review .reviewPOST {
	background: #5dc3be;
	background-size: cover;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 0px;
}

.reviewTITLE {
	color:#fff;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#profile-review .reviewPOST .logo {
	max-width: 250px;
	margin: auto;
	margin-top: -30px;
	margin-bottom: 20px;
}



#profile-review .reviewPOST .inner {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

#profile-review #reviewform {
	border-top: none;
	width: 100%;
	font-size: 1.6rem;
	line-height: 180%;
	margin-bottom: 20px;	
	border-bottom: 1px solid #d1d0d0;
}



#profile-review dl#reviewform dt,dl#reviewform dd {
	padding: 10px 10px 0px 10px;
}

#profile-review dl#reviewform dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
}

#profile-review  dl#reviewform dd {
	border-top: 0px;
	margin-left:auto;
}


#profile-review  .input_type01 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	font-size: 1.6rem;
	box-sizing: border-box;
}

#profile-review  .input_type02 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	font-size: 1.6rem;
	box-sizing: border-box;
}


#profile-review  select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../../image/common/select-arrow.png");
    background-repeat: no-repeat;
    background-size: 24px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
	padding: 10px;
	font-size: 1.6rem;
	min-width: 190px;
	text-align: center !important;
	border-radius: 3px;
	margin-left: 0px;
	margin-top: 5px;
}

#profile-review  input.previous[type="button"],
#profile-review  input[type="submit"] {
	width: 80%;
margin:0 0 0 0px;
    color: #fff;
	display: block;
    padding: 15px 0px;
    text-align: center;
	background-color: #e8a02d;
    border: 1px solid #e8a02d;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
box-sizing: border-box;
	font-size: 1.6rem;
	margin-bottom: 15px;
}




.alartBUTTON a {
    background: #00afcc ;
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10px auto;
    width: 100%;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.alartBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.alartBUTTON i {
   position: absolute;
	color:#ffff00;
	left: 15px;
}

.alartBUTTON a:hover:after {
  right: 1.4rem;
}

/* ----　web予約アコーディオン　----- */

.accordion02 {
margin-bottom:30px;	
}

.accordion02 ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion02 li {
	position:relative;
	list-style:none;
}
.accordion02 > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 13px 15px;
	position: relative;
	background: #50a749;
	color:#fff;
	font-size: 1.8rem;
	box-sizing: border-box;
	 border-radius: 4px;
	text-align: center;
	font-weight: bold;
}
.accordion02 > ul > li > a i {
	position: absolute;
	left: 15px;
	top:16px;
	color:#ffff00;
}

.accordion02 > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
	
}
.accordion02 > ul > li > div {
	display: none;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid  #5a2aa2;
	border-radius: 10px;
	margin: 10px 0;
}

.accordion02 li .accordion_icon,
.accordion02 li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion02 li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:27px;
	right:15px;
}
.accordion02 li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 1px;
    background-color: #fff;
}
.accordion02 li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion02 li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion02 li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion02 li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.accordion02 h4 {
	font-size: 1.8rem !important;
	background: #5a2aa2;
	color:#fff;
	padding: 5px 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.webyoyakuBLOCK {
	margin-bottom: 20px;
}

.webyoyaku {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #cbc8cb;
	padding-bottom:10px;
	margin-bottom: 5px;
}
.webyoyaku .item {
	width: 30%;
	font-size: 1.5rem;
	display: grid;
  place-items: center;
	
}
.webyoyaku li span {
	color:#e4007f;
}

.resvBUTTON {
    background: #af48b8 ;
     width: 100%;
	border-radius: 3px;
}
.resvBUTTON a {
    border-radius: 4px;
    width: 100%;
    padding: 5px 15px;
    color: #fff;
    transition: 0.3s ease-in-out;
	box-sizing: border-box;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	text-align: center;
	display: block;
}


}



/* ----　プロフィール画像 サムネイルのためのCSS　----- */

.thumbnail {
	width: 100%;
	margin-top: 2px;
}
.thumbnail img {
	width: 100%;
	height: auto;
}
.thumnail {
  transform: unset !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between;
  flex-wap: wrap;
}
.thumbnail .slick-track {
  transform: unset !important;
	 display: block!important;
    float: none !important;
	width: 100% !important;
}
.thumbnail .thumbnail-img {
    width: 18% !important;
	opacity: 0.5;
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}


@media screen and (max-width: 834px) {
.thumbnail {
	width: 100%;
	margin-top: 2px;
}
.thumbnail img {
	width: 100%;
	height: auto;
}
.thumnail {
  transform: unset !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center;
  flex-wap: wrap;
}
.thumbnail .slick-track {
  transform: unset !important;
	 display: block!important;
    float: none !important;
	width: 100% !important;
}
.thumbnail .thumbnail-img {
    width: 19.7% !important;
	opacity: 0.5;
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}
	
}

.phbg {
	margin-bottom: 20px;
}
