
.profileCONTENTS h1 {
	background-image: linear-gradient(90deg, rgba(20, 36, 77, 1), rgba(73, 22, 84, 1));
	color:#fff;
	box-sizing: border-box;
	max-width: 1140px;
	margin: auto;
	font-size: 2.8rem !important;
	padding: 10px;
	margin-top: 15px;
}

.profileCONTENTS h1 span {
	font-size: 2.4rem;
	margin-left: 20px;
	color:#fff !important;
}



/* ----　口コミメニュー　----- */
.rev_title {
	color:#fd6387;
	font-size: 16px;
}
.rev_waku {
	max-height: 520px;
overflow-y:scroll;
}


.rev_title i {
	color:#fd6387;
	font-size: 16px;
}
.rev_com {
	font-size: 80%;
	border-bottom: 1px dotted #bfbfbf;
	margin-bottom: 10px;
	padding-bottom: 5px;
	line-height: 170%;
}
/* ----　プロフィールメニュー　----- */

.tab{
  display: flex;
  flex-wrap: wrap;   
	
}
.tab li {
    width: 16.0%;
    background: #ddd;
    color: #fff;
    font-weight: bold;
    align-items: center;
    display: grid;
    text-align: center;    margin-right: 5px;
}
.tab li a{
    display: block;

    margin: 0 2px;
    padding: 10px 20px;
	    color: #fff;
    background: linear-gradient(180deg, rgba(138, 27, 168, 0.8) 50%, rgba(75, 22, 89, 0.8) 50%);

  
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
 background: linear-gradient(180deg, rgba(138, 27, 168, 1)50%, rgba(75, 22, 89, 1)50%);
}


/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  padding:25px;
	box-sizing: border-box;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
   
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ----　//プロフィールメニュー　----- */


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

.profiletopL {
	width: 35%;
}

.profiletopR {
	width: 60%;
}

.phbg {
	background: url("../../image/profile/phbg.jpg")no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 15px 10px;
	box-sizing: border-box;
}


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

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


.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px !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: 100%;
	margin-bottom: 15px;
}
.schedule-status .profSOKUHIME {
	border: 3px solid #e4007f;
	background: #e4007f;
	color:#fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 49%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
}
.schedule-status .profTODAY {
	background: #fff;
	border: 3px solid #af48b8;
	color:#af48b8;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 49%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
}

.girlsLIST .listitem figure .sokuhime {
	position: absolute;
	background: #fff;
	border: 3px solid #fff;
	background: #e4007f;
	color:#fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 90%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
	bottom:10px;
	z-index:1;
	right: 0;
  left: 0;
  margin: 0 auto;
}

.girlsLIST .listitem figure .sokuhime i {
	margin-right: 10px;
}

.girlsLIST .listitem figure .sokuhime.nexttime {
	background: #00a0e9;
}
.girlsLIST .listitem figure .sokuhime.endtime {
	background: #221815;
}
.schedule-status .profSOKUHIME.nexttime {
	background: #00a0e9;	border: 3px solid #fff;
}
.schedule-status .profSOKUHIME.endtime {
	background: #221815;	border: 3px solid #fff;
}
/* ----　女の子情報即ヒメここまで　----- */

.profiletopR .type {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}
.profiletopR .type div {
	border: 1px solid #af48b8;
	color:#af48b8;
	font-size: 1.4rem;
	width: 48.5%;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
}

.profiletopR .catch {
	color:#e4007f;
	font-size: 2.6rem;
	font-weight: bold;
	border-bottom: 3px dotted #e4007f;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.personal {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.personal li {
	width: 49%;
	display: flex;
	margin-bottom: 5px;
	
}
.personal li .qes {
width: 40%;
    background: #4b1659;
    /* text-align: center; */
    color: #fff;
    font-size: 1.3rem;
    padding: 0px 0px;
    display: grid;
    place-items: center;
}
.personal li .ans {
	width: 50%;
	text-align: left;
	font-size: 1.4rem;
	padding: 10px;
	box-sizing: border-box;
}

.profiletopR h4 {
	font-size: 2rem;
	color:#5a2aa2;
	border-bottom: 2px solid #5a2aa2;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.profileCONTENTS h3 {
	background-image: linear-gradient(90deg, rgba(209, 155, 216, 1), rgba(213, 179, 220, 1));
	box-sizing: border-box;
	font-size: 2rem;
	padding: 10px 15px;
	margin-top: 10px;
	border-left: 10px solid #5a2aa2;
	box-sizing: border-box;
	margin-bottom: 20px;
}



table.listsch {
    border: 1px #8d858e solid;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
}

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


.profile-recommendlist 


.recommendTITLE {
	text-align: center;
	font-size: 4.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	
}
.recommendTITLE span{
	color:#af48b8;
}
.recommendTITLESUB {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.recommendLIST {
	
}


.recommendLIST  .listitem {
	width: 24% !important;
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0 5px 15px 5px;
	margin-bottom: 15px;
}
.recommendLIST  .listitem h3 {
	background: none;
	border-left: 0px;
	font-size: 1.8rem;
	text-align: center;
	padding: 0;
	margin: 0;
}

.recommendLIST  .listitem2 {
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0 5px 15px 5px;
	margin-bottom: 15px;
}
.recommendLIST  .listitem2 h3 {
	background: none;
	border-left: 0px;
	font-size: 1.8rem;
	text-align: center;
	padding: 0;
	margin: 0;
}
/* ----　プロフィール動画　----- */


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

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


#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: url("../../image/gravure/phbg.jpg");
	background-size: cover;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 0px;
	
}
#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: #af48b8;
    border: 1px solid #af48b8;
    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) {
	

.profileCONTENTS h1 {
	background-image: linear-gradient(90deg, rgba(20, 36, 77, 1), rgba(73, 22, 84, 1));
	color:#fff;
	box-sizing: border-box;
	max-width: 1140px;
	margin: auto;
	font-size: 2rem !important;
	padding: 10px;
	margin-top: 15px;
}

.profileCONTENTS h1 span {
	font-size: 1.4rem;
	margin-left: 0px;
	color:#fff !important;
	display: block;
}

/* ----　プロフィールメニュー　----- */

.tab{
  display: flex;
  flex-wrap: wrap;
}
.tab li {
	width: 31.5%;
	margin-bottom: 5px;        font-size: 1.2rem;
/* background: linear-gradient(180deg, rgba(138, 27, 168, 1)50%, rgba(75, 22, 89, 1)50%);	*/
}
.fontx {
font-size: 80%;
}
.tab li a {
        /* display: block; */
        /* background: #ddd; */
        /* margin: 0 2px; */
        padding: 8px 10px;
        /* color: #fff; */
        /* font-weight: bold; */

        /* text-align: center; */
    }
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
 background: linear-gradient(180deg, rgba(138, 27, 168, 1)50%, rgba(75, 22, 89, 1)50%);
}


/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  padding:10px 0px;
	box-sizing: border-box;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
   
}
/* ----　//プロフィールメニュー　----- */


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

.profiletopL {
	width: 100%;
}

.profiletopR {
	width: 100%;
}

.phbg {
	background: url("../../image/profile/phbg.jpg")no-repeat;
	background-size: cover;
	background-position: center top;
	padding: 15px 10px;
	box-sizing: border-box;
}


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

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


.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 50px !important;
}

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


/* ----　女の子情報即ヒメ　----- *

.schedule-status {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto 15px;
}
.schedule-status .profSOKUHIME {
	border: 3px solid #e4007f;
	background: #e4007f;
	color:#fff;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.schedule-status .profTODAY {
	background: #fff;
	border: 3px solid #af48b8;
	color:#af48b8;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	border-radius: 40px;
	line-height: 1.4;
	box-sizing: border-box;
	font-size: 1.4rem;
}
/* ----　女の子情報即ヒメここまで　----- */	
	
.profiletopR .type {
	display: table;
	justify-content: center;
	width: 90%;
	margin: 0 auto 15px;
}
.profiletopR .type div {
	border: 1px solid #af48b8;
	color:#af48b8;
	font-size: 1.1rem;
	width: 48.5% !important;
	padding: 2px;
	box-sizing: border-box;
	border-radius: 2px;
	text-align: center;
	margin: 0 2px;
	display: inline-block;
}

.profiletopR .catch {
	color:#e4007f;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 3px dotted #e4007f;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.personal {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.personal li {
	width: auto;
	display: flex;
	margin-bottom: 5px;
	
}
.personal li .qes {
	width: 49%;
	background: #4b1659;
	text-align: center;
	color:#fff;
	font-size: 1.3rem;
	padding: 2px 10px;
	box-sizing: border-box;
	border-radius: 3px;
	display: grid;
  place-items: center;
}
.personal li .ans {
	width: 50%;
	text-align: left;
	font-size: 1.6rem;
	padding: 2px 10px;
	display: flex;
  align-items: center;

}

.profiletopR h4 {
        font-size: 2.3rem;
        color: #5a2aa2;
        border-bottom: 2px solid #5a2aa2;
        padding-bottom: 5px;
        margin-bottom: 6px;
        margin-top: 10px;
}
.profileCONTENTS h3 {
	background-image: linear-gradient(90deg, rgba(209, 155, 216, 1), rgba(213, 179, 220, 1));
	box-sizing: border-box;
	font-size: 1.6rem;
	padding: 7px 15px;
	margin-top: 10px;
	border-left: 10px solid #5a2aa2;
	box-sizing: border-box;
	margin-bottom: 15px;
}




table.listsch {
    border: 1px #8d858e solid;
    border-collapse: collapse;
    border-spacing: 0;
	width: 100%;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
 width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

table.listsch th {
    padding: 10px;
    border: #8d858e solid;
    border-width: 0 0 1px 1px;
    background: #703076;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
	color:#fff;
}
table.listsch td {
    padding: 5px;
    border: 1px #8d858e solid;
    border-width: 0 0 1px 1px;
    text-align: center;
	background: #fff;
}
	
.tb-scroll {
		overflow-x: scroll;
}

.profile-recommendlist {
		margin-top: 40px;
	}


.recommendTITLE {
	text-align: center;
	font-size: 3rem !important;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	
}
.recommendTITLE span{
	color:#af48b8;
}
.recommendTITLESUB {
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.4rem;
}

.recommendLIST {
	
}


.recommendLIST  .listitem {
	width: 48% !important;
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0 5px 15px 5px;
	margin-bottom: 15px;
}
.recommendLIST  .listitem h3 {
	background: none;
	border-left: 0px;
	font-size: 1.3rem;
	text-align: center;
	padding: 0;
	margin: 0;
}

.recommendLIST  .listitem2 {
	width: 48% !important;
	background: #fff;
	text-align: center;
	overflow: hidden;
	margin: 0 5px 15px 5px;
	margin-bottom: 15px;
}
.recommendLIST  .listitem2 h3 {
	background: none;
	border-left: 0px;
	font-size: 1.3rem;
	text-align: center;
	padding: 0;
	margin: 0;
}
/* ----　プロフィール動画　----- */


#profile-mov .moviebox li h3 {
	font-size: 1.4rem;
	background: none;
	border-left: 0px;
	padding: 0;
	margin: 0;
}

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


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

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

.reviewBOX {
	display: flex;
	flex-direction: column-reverse;
	justify-content: space-between;
}
.reviewBOXlist {
	width: auto;
}
.reviewBOXform {
	width: auto;
	margin-bottom: 15px;
}

#profile-review .reviewPOST {
	background: url("../../image/gravure/phbg.jpg");
	background-size: cover;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 6px;
	margin-bottom: 0px;
	
}
#profile-review .reviewPOST .logo {
	max-width: 60%;
	margin: auto;
	margin-top: -20px;
	margin-bottom: 10px;
}

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

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



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

#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.4rem;
	box-sizing: border-box;
}

#profile-review  .input_type02 {
	background: #f3f3f3;
	border: 1px solid #e0dfdf;
	padding:10px;
	width: 100%;
	font-size: 1.4rem;
	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.4rem;
	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: 10px 0px;
    text-align: center;
	background-color: #af48b8;
    border: 1px solid #af48b8;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
box-sizing: border-box;
	font-size: 1.4rem;
	margin-bottom: 10px;
}


.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.4rem;
	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: 12px 15px;
	position: relative;
	background: #50a749;
	color:#fff;
	font-size: 1.4rem;
	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: 30px;
	height: 30px;
	top:23px;
	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.4rem !important;
	background: #5a2aa2;
	color:#fff;
	padding: 5px 15px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.webyoyakuBLOCK {
	margin-bottom: 15px;
}

.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.3rem;
	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.2rem;
	font-weight: bold;
	position: relative;
	text-align: center;
	display: block;
}

	
}


