@charset "utf-8";

#profile {
  padding: 0;
  border-bottom: 1px solid #fff;
}
#profile .titlebox {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
}
#profile .titlebox > * {
  padding: 0;
}
#profile .titlebox .catchword {
  color: #000;
  margin-top: .5em;
}
#profile.new .titlebox h2 {
}
#profile.new .titlebox h2::before {
  content: "NEW";
  background: #D4145A;
  color: #fff;
  border-radius: 5px;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  padding: .4em .5em;
  vertical-align: middle;
  margin-right: .5em;
}
#profile .photobox .photo {
  float: left;
}
#profile .photobox .btnbox .btn {
  font-weight: bold;
}
#profile .photobox .btnbox .btn.favorite {
  width: 100%;
  height: auto;
  padding: 0;
}
#profile .photobox .btnbox .btn.favorite .favorite_btn {
  position: static;
  background-position: 1.2em center;
  background-size: 26px 26px;
  border-radius: 1.55em;
  line-height: 1.55;
}
#profile .photobox .btnbox .btn.favorite .favorite_btn.active {
  background-image: url("../images/star_selected.png");
  background-repeat: no-repeat;
}
#profile .photobox .btnbox .btn.favorite .favorite_btn .add {
  display: inline;
}
#profile .photobox .btnbox .btn.favorite .favorite_btn .remove {
  display: none;
}
#profile .photobox .btnbox .btn.favorite .favorite_btn.active .add {
  display: none;
}
#profile .photobox .btnbox .btn.favorite .favorite_btn.active .remove {
  display: inline;
}
#profile .bg_gray section {
  background: #fff;
}
#profile .bg_gray section > div .leadcopy {
  margin-bottom: .2em;
  line-height: 1.6;
}
#profile .bg_gray section .title02 {
  margin-bottom: 0;
  position: relative;
}
#profile .bg_gray section .title02 .icon.img.point_ok {
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
}
#profile .tag_list h5 + ul {
  margin-top: 0;
}
#profile .btn_box.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px #999;
  z-index: 200;
  transform: translateZ(1px);
}
#profile .btn_box.fixed .l_row_sp {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#profile .btn_box.fixed .l_row_sp > * {
  vertical-align: middle;
}
#profile .btn_box.fixed .btn.request {
  color: #EA6000;
}
#profile .btn_box.fixed .btn.profile {
  color: #EA6000;
}
#profile .btn_box.fixed .btn.reserve {
  color: #00A07D;
}
#profile .btn_box.fixed .btn.contact {
  color: #3572B7;
}
#profile .btn_box.fixed .btn.online,
#profile .btn_box.fixed .btn.tel,
#profile .btn_box.fixed .btn.double{
  color: #9AC044;
}
#profile .btn_box.fixed .btn.request::before,
#profile .btn_box.fixed .btn.reserve::before,
#profile .btn_box.fixed .btn.contact::before,
#profile .btn_box.fixed .btn.online::before,
#profile .btn_box.fixed .btn.tel::before,
#profile .btn_box.fixed .btn.double::before,
#profile .btn_box.fixed .btn.profile::before{
  content: "";
  display: inline-block;
  vertical-align: -.6em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  margin-right: .5em;
}
#profile .btn_box.fixed .btn.tel::before,
#profile .btn_box.fixed .btn.double::before{
  content: "";
  display: inline-block;
  vertical-align: -.6em;
  background-repeat: no-repeat;
  background-position: 0 45%;
  background-size: 100% auto;
  margin-right: .5em;
}
#profile .btn_box.fixed .btn.request::before,
#profile .btn_box.fixed .btn.profile::before {
  background-image: url("../images/icon_request_o.svg");
}
#profile .btn_box.fixed .btn.reserve::before {
  background-image: url("../images/icon_reserve_g.svg");
}
#profile .btn_box.fixed .btn.contact::before {
  background-image: url("../images/icon_contact_b.svg");
}
#profile .btn_box.fixed .btn.online::before {
  background-image: url("../images/icon_online_g.svg");
}
#profile .btn_box.fixed .btn.tel::before {
  background-image: url("../images/icon_tel.svg");
}
#profile .btn_box.fixed .btn.double::before {
  background-image: url("../images/icon_telonline.svg");
}
#profile .btn_box.fixed > .caution {
  background: #666;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
}
#profile .btn_box.fixed > .caution.new_user {
  padding: .5em 0;
}
#profile .btn_box.fixed > .caution.all_user {
  padding: 1em 0;
}
#profile .btn_box.fixed > .caution.all_user + .l_row_sp {
  display: none;
}
#profile .border_box + .border_box {
  margin-top: 1em;
}
#profile .border_box h4 {
  position: relative;
}
#profile .border_box h4 .icon {
  position: absolute;
  top: 0;
  left: 0;
}
#profile .yoyakubox table {
  border-collapse: collapse;
  width: 100%;
}
#profile .yoyakubox table caption {
  font-size: 90%;
  font-weight: bold;
  color: #00A07D;
  border: 1px solid #00A07D;
  border-radius: 5px;
  padding: .2em .5em;
  margin-bottom: 1em;
}
#profile .yoyakubox table tr > * {
  text-align: center;
}
#profile .yoyakubox table thead tr > * {
  font-size: 90%;
  font-weight: normal;
  background: #F7F7F7;
  line-height: 1.2;
  padding: .3em;
}
#profile .yoyakubox table tbody th {
  line-height: 1.2;
}
#profile .yoyakubox table tbody th > span {
  display: inline-block;
}
#profile .yoyakubox table tbody td {
  padding: 0;
  line-height: 2.5;
}
#profile .yoyakubox table tbody td a {
  display: block;
  text-decoration: none;
  background: #00A07D;
  color: #fff;
}
#profile .l_row > .othericons > .icon.img {
  margin-bottom: .3em;
}
#profile .detail_list span.payment {
  margin: .15em .5em .15em 0;
}
#profile .detail_list a {
	display: inline-block;
	margin-right: 1em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#profile .onlineBtn {
	width: 1020px;
	margin: 15px 0 15px 100px ;
	text-align: left;
	position: relative;
}
#profile .onlineBtn a {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #0071BC;
	border: 1px solid #0071BC;
  border-radius: 1.4em;
  line-height: 1.4;
  padding: .5em 1.5em;
  transition: .5s;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
}
#profile .onlineBtn .offbtn {
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #0071BC;
	border: 1px solid #0071BC;
  border-radius: 1.4em;
  line-height: 1.4;
  padding: .4em 1.5em;
  transition: .5s;
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	opacity: 0.4;
}
#profile .onlineBtn a img,
#profile .onlineBtn .offbtn img{
	width: 30px;
	height: auto;
	vertical-align: middle;
	margin-right: 8px;
}
#profile #online.onlineBtn > a:first-of-type {
	padding: .4em 1.5em;
}
#profile .onlineBtn span.chuui {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
}
/*-----------------------------------------------
  Responsive Style for Smartphone
-----------------------------------------------*/
@media screen and (max-width: 768px) {
  header.clone-nav > .container {
    display: none;
  }
  #profile .titlebox {
    padding: 1.5em 0 1em;
  }
  #profile .titlebox .kana {
    font-size: 1.0rem;
  }
  #profile .titlebox .catchword {
    font-size: 1.6rem;
  }
  #profile.new .titlebox h2::before {
    font-size: 1.3rem;
  }
  #profile .photobox .iconbox {
    float: right;
    width: calc(96% - 140px);
  }
  #profile .photobox .iconbox > * + * {
    margin-top: .5em;
  }
  /*
  #profile .photobox .iconbox br.sp:nth-of-type(2) {
    display: none;
  }
  */
  #profile .photobox .btnbox {
    clear: both;
    text-align: center;
    padding-top: 3em;
  }
  #profile .photobox .btnbox .btn {
    padding: .6em 1.5em;
  }
  #profile .photobox .btnbox .btn + .btn {
    margin-left: .2em;
  }
  #profile .photobox .btnbox .btn.favorite {
    width: auto;
    margin-top: 10px;
  }
  #profile .photobox .btnbox .btn.favorite .favorite_btn {
    display: inline-block;
    width: auto;
    padding: .6em 1.5em .6em 3.5em;
  }
  #profile .photobox .btnbox.noreview .btn.favorite {
    margin-top: 10px;
  }
  #profile .bg_gray {
    margin-top: 20px;
  }
  #profile .pagetop {
    bottom: 70px;
  }
  #profile .bg_gray section .title02 .icon.img.point_ok {
    font-size: 1.4rem;
  }
  #profile .bg_gray section:nth-child(n+2) > div .leadcopy {
    font-size: 100%;
  }
  #profile .btn_box.fixed {
    padding: 0;
  }
  #profile .btn_box.fixed .btn {
    border: none;
    padding: 1em .5em 1em 0;
		text-align: center;
  }
  #profile .btn_box.fixed .btn.request::before,
  #profile .btn_box.fixed .btn.reserve::before,
  #profile .btn_box.fixed .btn.contact::before,
	#profile .btn_box.fixed .btn.online::before {
    width: 30px;
    height: 30px;
    margin: 0 auto;
		display: block;
  }
  #profile .btn_box.fixed .btn.profile::before {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
	#profile .btn_box.fixed .btn.tel::before{
    width: 25px;
    height: 30px;
    margin: 0 auto;
		display: block;
		background-position: 0 center;
  }
	#profile .btn_box.fixed .btn.double::before{
    width: 40px;
    height: 30px;
    margin: 0 auto;
		display: block;
		background-position: 0 center;
  }
  #profile .border_box h4 {
    padding: 2px 0 0 40px;
  }
  #profile .yoyakubox table thead {
    display: none;
  }
  #profile .yoyakubox table tbody tr {
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #C8C9CA;
  }
  #profile .yoyakubox table tbody tr > th {
    flex-basis: 100%;
    text-align: left;
    padding: 0 0 .5em 0;
    counter-reset: time;
  }
  #profile .yoyakubox table tbody tr + tr {
    margin-top: 1.5em;
  }
  #profile .yoyakubox table tbody tr > td {
    flex-basis: 12.5%;
    border-left: 1px solid #C8C9CA;
    border-top: 1px solid #C8C9CA;
  }
  #profile .yoyakubox table tbody tr > td:nth-child(8n+1) {
    border-right: 1px solid #C8C9CA;
  }
  #profile .yoyakubox table tbody tr > th + td::before {
    counter-increment: time 0;
  }
  #profile .yoyakubox table tbody tr > td::before {
    content: counter(time)"時";
    counter-increment: time;
    display: block;
    font-size: 90%;
    background: #F7F7F7;
  }
  #profile section > .trigger + div {
    margin-top: 0;
  }
  #profile section > .trigger.active + div {
    margin-top: 1em;
  }
  #profile .l_row > .sns,
  #profile .l_row > .othericons {
    margin-top: 1em;
  }
  footer {
    padding-bottom: 100px;
  }
  #profile .detail_list span:not([class]) {
    display: inline;
  }
  #profile .tel_list + .detail_list {
    margin-top: 1em;
  }
  #profile .detail_list span.stit + br {
    display: block;
    margin-top: .15em;
  }
	#profile #telbox.detail_list {
		padding: 0.5em 0 4px;
	}
  #profile .detail_list a {
		padding-top: 7px;
		color: #31aae1;
		border-bottom: 1px dashed #31aae1;
		line-height: 1;
}
	#profile .onlineBtn {
	width: 100%;
	margin: 15px auto;
	text-align: center;
	position: relative;
}
	#profile .onlineBtn.telonline {
		margin-top: 30px;
	}
}


/*-----------------------------------------------
  Responsive Style for Tablet & PC
-----------------------------------------------*/
@media print, screen and (min-width: 769px) {
  #profile .titlebox {
    padding: 3em 0 1em;
  }
  #profile .titlebox .kana {
    font-size: 1.2rem;
  }
  #profile .titlebox .catchword {
    font-size: 2.0rem;
  }
  #profile.new .titlebox h2::before {
    font-size: 1.6rem;
  }
  #profile .photobox .iconbox {
    float: left;
    width: calc(100% - 400px);
    padding: 2em 0 0 3%;
  }
  #profile .photobox .iconbox > * + * {
    margin-top: 1em;
  }
  #profile .photobox .btnbox {
    float: right;
    width: 230px;
    padding-top: 1em;
  }
  #profile .photobox .btnbox.noreview {
    padding-top: 2em;
  }
  #profile .photobox .btnbox .btn {
    display: block;
    text-align: center;
    padding: .5em 1.5em;
  }
  #profile .photobox .btnbox .btn + .btn {
    margin-top: .5em;
  }
  #profile .photobox .btnbox .btn.favorite .favorite_btn {
    padding: .5em 1.5em .5em 3em;
  }
  #profile .photobox .btnbox .btn.favorite .favorite_btn:hover {
    background-image: url("../images/star.png");
    background-repeat: no-repeat;
  }
  #profile .photobox .btnbox .btn.favorite .favorite_btn.active:hover {
    background-image: url("../images/star_selected.png");
    background-repeat: no-repeat;
  }
  #profile .bg_gray {
    margin-top: 20px;
  }
  #profile .pagetop {
    bottom: 140px;
  }
  #profile .bg_gray section .title02 .icon.img.point_ok {
    font-size: 1.6rem;
  }
  #profile .btn_box.fixed {
    padding: 20px 0;
  }
  #profile .btn_box.fixed .btn {
    padding: .3em 3em .3em 2.2em;
    font-size: 1.8rem;
  }
  #profile .btn_box.fixed .btn.request,
  #profile .btn_box.fixed .btn.profile {
    border-color: #EA6000;
  }
  #profile .btn_box.fixed .btn.reserve {
    border-color: #00A07D;
  }
  #profile .btn_box.fixed .btn.contact {
    border-color: #3572B7;
  }
	  #profile .btn_box.fixed .btn.online,
	#profile .btn_box.fixed .btn.tel,
	#profile .btn_box.fixed .btn.double {
    border-color: #9AC044;
  }
  #profile .btn_box.fixed .btn.request:hover,
  #profile .btn_box.fixed .btn.profile:hover {
    background: #FDEFE5;
  }
  #profile .btn_box.fixed .btn.reserve:hover {
    background: #E7F5F0;
  }
  #profile .btn_box.fixed .btn.contact:hover {
    background: #EAF1F8;
  }
	#profile .btn_box.fixed .btn.online:hover,
	#profile .btn_box.fixed .btn.tel:hover,
	#profile .btn_box.fixed .btn.double:hover{
    background:#EEF4E0;
  }
  #profile .btn_box.fixed .btn.request::before,
  #profile .btn_box.fixed .btn.reserve::before,
  #profile .btn_box.fixed .btn.contact::before,
	#profile .btn_box.fixed .btn.online::before,
  #profile .btn_box.fixed .btn.profile::before{
    width: 32px;
    height: 32px;
  }
	#profile .btn_box.fixed .btn.tel::before{
    width: 25px;
    height: 32px;
  }
		#profile .btn_box.fixed .btn.double::before{
    width: 40px;
    height: 32px;
  }
  #profile .btn_box.fixed .l_row_sp > * {
    display: inline-block;
  }
  #profile .btn_box.fixed .l_row_sp > * + * {
    margin-left: .5em;
  }
  #profile .btn_box.fixed > .caution {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  #profile .btn_box.fixed > .caution.all_user {
    margin-bottom: -20px;
  }
  #profile .border_box h4 {
    padding: 5px 0 0 50px;
  }
  #profile .yoyakubox > p:first-child {
    padding: 0 24em 0 0;
  }
  #profile .yoyakubox table {
    margin-top: 1em;
  }
  #profile .yoyakubox table caption {
    width: 23em;
    position: absolute;
    right: 0;
    top: 0;
  }
  #profile .yoyakubox table tr > * {
    border: 1px solid #C8C9CA;
  }
  #profile .yoyakubox table tbody tr:nth-child(even) {
    background: #F7F7F7;
  }
  #profile .yoyakubox table tbody td {
    line-height: 3;
  }
  #profile .yoyakubox table tbody td a:hover {
    opacity: .7;
  }
  #profile .l_row > .sns {
    padding-top: 1em;
    width: 40%;
  }
  #profile .l_row > .othericons {
    padding-top: 1em;
    width: 60%;
    text-align: right;
  }
  #profile .l_row > .othericons > .icon.img {
    margin-left: .2em;
  }
  footer {
    padding-bottom: 140px;
  }
  #profile .tel_list + .detail_list {
    margin-top: 2em;
  }  
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
		font-size: 110%;
  }
  #profile .onlineBtn a:hover {
	color: #fff;
	background: #309AE1;
	border: 1px solid #0071BC;
}
	#profile .onlineBtn a.off:hover img {
		opacity: 1;
	}
	.standby {
	display: block;
}
.standby .icon::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.standby .icon.call::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 30px;
  vertical-align: middle;
  margin-right: .5em;
  background-repeat: no-repeat;
  background-position: 0 40%;
  background-size: 100% auto;
}
.standby .icon {
	display: inline-block;
	width: auto;
  animation: flash 2s linear infinite;
  padding: .4em 1em .3em .7em;
	min-height: auto;
}
.standby .icon.chat,
.standby .icon.online,
	.standby .icon.call,
	.standby .icon.double{
padding: .4em 1em .3em .7em;
}
.standby .icon.phone::before {
  background-image: url("../images/icon_phone_w.svg");
	margin-bottom: 0;
}
.standby .icon + .icon {
	margin-left: 0;
} 
.standby._next .icon {
  animation: none;
}
.standby._next .icon {
  position: relative;
  line-height: 1.4;
  text-align: center;
  padding: .7em .5em .7em 3em;
}
}

/*-----------------------------------------------
推奨ブラウザ
-----------------------------------------------*/
#profile .onlineBtn a.chromeBtn {
	display: inline-block;
	background:none; /* IE */
  color: #000;
	text-decoration: underline;
  border-radius: 0;
  line-height: 1;
  padding: .4em 1em .2em;
  vertical-align: middle;
	font-size: 1.6rem;
	font-weight: normal;
	border: none;
}

#profile .onlineBtn a.chromeBtn img {
	width: 20px;
	height: auto;
	padding-bottom: 5px;
	vertical-align: middle;
}
#profile .onlineBtn .chrome {
	position: absolute;
	z-index: 30;
	top: 55px;
	left: calc(50% - 90px );
	display: block;
	width: 450px;
	padding: 15px;
	border: 1px solid #5958AA;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
#profile .onlineBtn .chrome:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
	z-index: 20;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #5958AA;
}
#profile .onlineBtn .chrome .chromebox {
	width:93%;
	background-color: #dedede;
	color: #000;
	margin: 0 0 10px;
	padding: 6px 0 3px;
	border-radius: 10px;
	text-align: center;
}
#profile .onlineBtn .chrome .chromebox img {
	width: 40px;
	height: auto;
	margin-left: 1.5em;
}
#profile .onlineBtn .chrome a {
	text-align: center;
	display: inline-block;
	width: auto;
	margin: 15px 0 0;
	padding: 0;
	background: none;
	border-radius: 0;
	border: none;
}
#profile .onlineBtn .chrome a img {
	width: auto;
	height: 60px;
	margin: 0;
	padding: 0;
}
#profile .onlineBtn .chrome a:first-of-type {
	margin: 15px 20px 0 0;
}
#profile .onlineBtn .chrome a:last-of-type {
	display: block;
	width: 380px;
	margin: 15px 0 0;
	height: auto;
	padding: 10px 0;
	background-color: #000;
	border-radius: 10px;
}
#profile .onlineBtn .chrome .close {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#profile .onlineBtn .chrome .close::before {
  content: "";
  position: absolute;
  top: 44px;
  right: 10px;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#profile .onlineBtn .chrome .close::after {
  content: "";
  position: absolute;
  top: 44px;
  right: 10px;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
#profile .onlineBtn .chrome.hidden,
#profile .onlineBtn.telonline .chrome.hidden{
	display: none;
}
@media print, screen and (min-width: 767px) {
#profile .onlineBtn.telonline .chrome {
	left: auto;
	right: 110px;
}
#profile #online.onlineBtn .chrome {
	left: auto;
	right: 200px;
}
}
@media screen and (max-width: 768px) {
	#profile .onlineBtn a.chromeBtn{
		margin-top: 15px;
	}
	#profile .onlineBtn a,
	#profile .onlineBtn .offbtn {
	display: block;
	padding: 12px 0 8px;
	font-size: 1.6rem;
}
#profile .onlineBtn img {
	width: 30px;
	 height: 30px;
}
	#profile .onlineBtn .chrome {
	position: absolute;
	z-index: 20;
	top: 155px;
	left: -5%;
	width: 110%;
	padding: 15px;
	text-align: left;
}
	#profile #tel.onlineBtn .chrome {
	position: absolute;
	z-index: 20;
	top: 155px;
	left: -5%;
	width: 110%;
	padding: 15px;
	text-align: left;
}
#profile .onlineBtn .chrome:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
	z-index: 20;
  margin-left: -12px;
}
#profile .onlineBtn .chrome a {
	text-align: center;
	margin: 15px auto 0;
	padding: 0;
}
	#profile .onlineBtn .chrome a:last-of-type {
	display: block;
	width: 100%;
		max-width: 290px;
	margin: 15px 0 0;
	padding: 10px 0;
	background-color: #000;
	border-radius: 10px;
}
	#profile .onlineBtn .chrome a img {
		width: auto;
		height: 45px;
	}
	#profile .onlineBtn .chrome .close::before {
  content: "";
  position: absolute;
  top: 40px;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#profile .onlineBtn .chrome .close::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
}
/*-----------------------------------------------
マイクテスト
-----------------------------------------------*/
#profile .onlineBtn .checkArea {
	max-width: 1080px;
	margin: 0 auto 0;
	padding: 0;
	border:none;
  border-radius: 5px;
	background-color: #fff;
}
#profile .onlineBtn .checkArea button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	border: 1px solid #5958AA;
	background-color: #5958AA;
	border-radius: 1.4em;
	outline: none;
	margin: 20px auto;
	padding: 8px 30px;
	width: 252px;
	color: #fff;
	font-family: inherit;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
	transition-duration: 0.3s;
}
#profile .onlineBtn a.voiceBtn,
#profile .onlineBtn a.videoBtn {
	display: inline-block;
	background:none; /* IE */
  color: #000;
	text-decoration: underline;
  border-radius: 0;
  line-height: 1;
  padding: .4em 1em .2em;
  vertical-align: middle;
	font-size: 1.6rem;
	font-weight: normal;
	border: none;
}

#profile .onlineBtn a.voiceBtn img,
#profile .onlineBtn a.videoBtn img{
	width: 20px;
	height: auto;
	padding-bottom: 5px;
	vertical-align: middle;
}
#profile .onlineBtn .voiceTest,
#profile .onlineBtn .videoTest {
	position: absolute;
	z-index: 30;
	top: 55px;
	left: calc(50% - 150px );
	display: block;
	width: 450px;
	padding: 15px;
	border: 1px solid #5958AA;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
#profile .onlineBtn .voiceTest:before,
#profile .onlineBtn .videoTest:before{
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
	z-index: 20;
  margin-left: -12px;
  border: 12px solid transparent;
  border-bottom: 12px solid #5958AA;
}
#profile .onlineBtn .voiceTest .chromebox {
	width:93%;
	background-color: #dedede;
	color: #000;
	margin: 0 0 10px;
	padding: 6px 0 3px;
	border-radius: 10px;
	text-align: center;
}
#profile .onlineBtn .voiceTest .chromebox img {
	width: 40px;
	height: auto;
	margin-left: 1.5em;
}
#profile .onlineBtn .voiceTest a {
	text-align: center;
	display: inline-block;
	width: auto;
	margin: 15px 0 0;
	padding: 0;
	background: none;
	border-radius: 0;
	border: none;
}
#profile .onlineBtn .voiceTest a img {
	width: auto;
	height: 60px;
	margin: 0;
	padding: 0;
}
#profile .onlineBtn .voiceTest a:first-of-type {
	margin: 15px 20px 0 0;
}
#profile .onlineBtn .voiceTest a:last-of-type {
	display: block;
	width: 380px;
	margin: 15px 0 0;
	height: auto;
	padding: 10px 0;
	background-color: #000;
	border-radius: 10px;
}
#profile .onlineBtn .voiceTest .close,
profile .onlineBtn .videoTest .close{
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#profile .onlineBtn .voiceTest .close::before{
  content: "";
  position: absolute;
  top: 44px;
  right: 10px;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

#profile .onlineBtn .videoTest .close::before{
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#profile .onlineBtn .voiceTest .close::after{
  content: "";
  position: absolute;
  top: 44px;
  right: 10px;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
#profile .onlineBtn .videoTest .close::after{
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 24px;
  height: 2px;
  background-color: #000;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
#profile .onlineBtn .voiceTest.hidden,
#profile .onlineBtn .videoTest.hidden{
	display: none;
}
#profile #online .checkArea #pre-local-player {
  width: 100%;
  height: 200px;
	background-color: #ccc;
}
#profile .onlineBtn .checkArea p {
	font-size: 14px;
	padding: 0 2em 0 1em;
	line-height: 1.4;
}
#profile .onlineBtn .checkArea .midashi{
	margin-top: 30px;
}
#profile .onlineBtn .checkArea p.annai {
	font-size: 14px;
	padding: 5px 0;
	line-height: 1.4;
	color: #5958AA;
	text-align: left;
}
.annai2 {
	font-size: 14px;
	margin-top: 10px;
}
@media print, screen and (min-width: 767px) {
#profile .onlineBtn .voiceTest {
	left: 22%;
}
#profile .onlineBtn .videoTest {
	left: 12%;
}
}
@media screen and (max-width: 768px) {
	#profile .onlineBtn a.voiceBtn,
	#profile .onlineBtn a.videoBtn{
		margin-top: 15px;
	}
	#profile .onlineBtn .voiceTest,
	#profile .onlineBtn .videoTest{
	position: absolute;
	z-index: 20;
	top: 105px;
	left: -5%;
	width: 110%;
	padding: 15px;
	text-align: left;
}
#profile .onlineBtn .voiceTest:before,
	#profile .onlineBtn .videoTest:before{
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
	z-index: 20;
  margin-left: -12px;
}
#profile .onlineBtn .voiceTest a {
	text-align: center;
	margin: 15px auto 0;
	padding: 0;
}
	#profile .onlineBtn .voiceTest a:last-of-type {
	display: block;
	width: 100%;
		max-width: 290px;
	margin: 15px 0 0;
	padding: 10px 0;
	background-color: #000;
	border-radius: 10px;
}
	#profile .onlineBtn .voiceTest a img {
		width: auto;
		height: 45px;
	}
	#profile .onlineBtn .voiceTest .close::before{
  content: "";
  position: absolute;
  top: 40px;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#profile .onlineBtn .videoTest .close::before{
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
#profile .onlineBtn .voiceTest .close::after{
  content: "";
  position: absolute;
  top: 40px;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
#profile .onlineBtn .videoTest .close::after{
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
	#profile #online .checkArea #pre-local-player {
  width: 100%;
  height: 150px;
	background-color: #ccc;
}
#profile .onlineBtn .checkArea p {
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
	padding-left: 0;
}
}
/*　どんな人ページ */
.btnArea .btn {
  padding: .5em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  margin: 40px auto;
}
.btnArea .btn img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
.faqBox {
  margin-top: 80px;
}
.faqBox h3 {
  text-align: center;
  font-size: 2.5rem;
}
.faqBox h3 img {
  width: 50px;
  height: auto;
  margin-right: 10px;
  vertical-align: middle;
}
.faqBox section {
  border: 1px solid #99C6E4;
  border-radius: 10px;
  position: relative;
}
.faqBox section h4 {
  text-align: center;
  font-size: 2.0rem;
  padding: 15px 0;
  margin: 0;
  background-color: #99C6E4;
  border-radius: 9px 9px 0 0;
}
.faqBox section:nth-child(odd)  {
  border-color: #5958AA;
}
.faqBox section:nth-child(odd) h4 {
  background-color: #5958AA;
  color: #fff;
}
.faqBox section dl {
  padding: 30px 20px;
  margin-top: 0;
}
.faqBox section dl + dl {
  margin-top: 0;
  border-top: 1px dashed #99C6E4;
}
.faqBox section:nth-child(odd) dl + dl {
  border-color: #5958AA;
}
.faqBox section dl dt {
  background: url(../images/faq_iconQ.svg) no-repeat left 5px;
  background-size: 25px auto;
  padding: 5px 5px 10px 35px;
  font-weight: bold;
}
.faqBox section dl dd {
  background: url(../images/faq_iconA.svg) no-repeat left 5px;
  background-size: 25px auto;
  padding: 5px 5px 5px 35px;
}
.faqBox section#faq01::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: 20px;
  background: url(../images/faq_img01.svg) no-repeat 0 0;
  background-size: 100% auto;

}
.faqBox section#faq02::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  right: 20px;
  background: url(../images/faq_img02.svg) no-repeat 0 0;
  background-size: 100% auto;

}
.faqBox section#faq03::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: 20px;
  background: url(../images/faq_img03.svg) no-repeat 0 0;
  background-size: 100% auto;

}
.faqBox section#faq04::before {
  content: "";
  width: 100px;
  height: 120px;
  position: absolute;
  top: -15px;
  right: 20px;
  background: url(../images/faq_img04.svg) no-repeat 0 0;
  background-size: 100% auto;

}
.faqBox section#faq05::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  left: 20px;
  background: url(../images/faq_img05.svg) no-repeat 0 0;
  background-size: 100% auto;

}

@media print, screen and (max-width: 768px) {
#profile .photobox.faqStyle .btnbox {
    clear:right;
    float: right;
    width: calc(96% - 140px);
    text-align: left;
    padding-top: 1.5em;
  }
#profile .photobox.faqStyle .btnbox .btn {
  min-width: 190px;
  text-align: center;
}
#profile .photobox.faqStyle .btnbox a + a {
  margin-top: 15px;
}
.btnArea .btn {
  padding: .5em 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  margin: 40px auto;
}
.faqBox {
  margin-top: 40px;
}
.faqBox h3 {
  text-align: center;
  font-size: 2.0rem;
}
.faqBox section h4 {
  font-size: 1.7rem;
}
.faqBox section dl {
  padding: 20px;
  font-size: 1.6rem;
}
.faqBox section#faq01::before {
  content: "";
  width: 70px;
  height: 80px;
  position: absolute;
  top: -10px;
  left: 0;
  background: url(../images/faq_img01.svg) no-repeat 0 0;
  background-size: 100% auto;

}
.faqBox section#faq01 h4 {
  padding-left: 30px;
}
.faqBox section#faq02::before {
  content: "";
  width: 80px;
  height: 100px;
  position: absolute;
  top: -10px;
  right: 0;
  background: url(../images/faq_img02.svg) no-repeat 0 0;
  background-size: 100% auto;

}
.faqBox section#faq03::before {
  content: "";
  width: 70px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: 0;
  background: url(../images/faq_img03.svg) no-repeat 0 0;
  background-size: 100% auto;

}
.faqBox section#faq04::before {
  content: "";
  width: 70px;
  height: 120px;
  position: absolute;
  top: -10px;
  right: 10px;
  background: url(../images/faq_img04.svg) no-repeat 0 0;
  background-size: 100% auto;

}
.faqBox section#faq05::before {
  content: "";
  width: 70px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/faq_img05.svg) no-repeat 0 0;
  background-size: 100% auto;

}
.faqBox section#faq05 h4 {
  padding-left: 30px;
}
}
/* どんな人スライド*/
@media print, screen and (min-width: 767px) {
  .photo ul.slider {
    margin: 40px 0 0;
  display: flex;
  justify-content: center;
}
.photo ul.slider li {
  max-width: 210px;
  position: relative;
}
.photo ul.slider li img {
  max-height: 140px;
  margin: auto;
 
}
.photo ul.slider li + li {
  margin-left: 5px;
}
.photo ul.slider li:hover {
  cursor: zoom-in;
  opacity: 0.6;
}
.photo ul.slider li:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 2%;
  right: 2%;
  width: 30px;
  height: 30px;
  background: url(../../common/images/icon_search2.svg) no-repeat center center;
  background-size: 100% auto;
}
 .photo p {
  display: none;
 }
}

@media print, screen and (max-width: 768px) {
.photo .container {
  width: 90%;
}
.photo p {
  text-align: center;
}
.photo ul.slider {
  margin: 40px 0;
}
.photo ul.slider li img {
  max-height: 59.9vw;
  margin: auto;
}
.slick-dots li button:before{
    font-size: 50px;
}
.slick-next {
    padding: 4.5px;
    background:#666;
    border-radius: 50%;
    width: 30px;
    height: 30px;

}
.slick-prev {
    padding: 4.5px  4.5px  4.5px  3px;
    background:#666;
    border-radius: 50%;
    width: 30px;
    height: 30px;

}
.slick-next{
    right: -12px;
}
.slick-prev {
  left: -12px;
  z-index: 1;
}
.slick-next::before {
  content: "▶︎";
}
.slick-prev::before {
  content: "◀︎";
}
.slick-prev:before,
.slick-next:before
{
  opacity: 1;
  font-size: 15px;
    color:#fff;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background:#666;
}
}
#profile .photobox .f_box {
  position: relative;
  padding-bottom: 10px;
}
#profile .photobox .f_box .aboutBtn {
  position: absolute;
  top: 175px;
  left: calc(85px - 3.5em);
}
.iconbtn {
  text-align: right;
}

@media print, screen and (max-width: 768px) {
  #profile .photobox .f_box .aboutBtn {
  position: absolute;
  top: 145px;
  left: calc(60px - 2.5em);
}
}
/* 未登録表示*/
.isBlank {
  width: 92%;
  max-width: 1080px;
  margin: 0 auto;
  color: #999;
  padding: 15px 0;
  text-align: center;
  border: 2px dashed #ccc;
}
.isBlank p{
  font-weight: bold;
  padding-bottom: 30px;
}
.isBlank img {
  width: 100px;
  height: auto;
}
/* 拡大表示調整*/
#zoom-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 150ms ease;
}
#zoom-close {
  position: static;
  top: 12px;
  right: 12px;
  background: transparent;
  border: 0;
  color: #9b9b9b;
  font-size: 32px;
  line-height: 1;
  padding: 4px 8px;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}
#zoom-overlay img {
  width: 90vw;
  height: 90vh;
  max-height: 100%;
  object-fit: contain;
}
#zoom-close span {
  font-size: 22px; 
}
@media print, screen and (max-width: 768px) {
  #zoom-overlay img {
  width: 90vw;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
}