/*
Theme Name:ラクスル
*/
@charset "UTF-8";

body {
    width: 100%;
	background:#333;
	font-family: 'Lato', 'Noto Serif JP','MS PGothic', sans-serif!important;
}
.main {
    display: block;
	background:#fff;
	color:#333;
	margin: 0 auto;
    padding-bottom: 20px;
	min-height:85vh;
}
.flex{
	display:flex;
	flex-wrap: wrap;
}
.mainView{
	max-width:1120px;
	margin:0 auto 10px;
}
.mainView p{
	text-align:right;
}
.mainViewCont img{
	width:100%;
}
.header {
  position: static;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
.header-nav{
	display:flex;
	flex-wrap: wrap;
    justify-content: space-evenly;
	padding-left: 0;
}
.header-nav_item{
	width:50%;
	text-align:center;
	margin-bottom:10px;
}
.header-nav_link{
	text-decoration:underline;
	font-weight:bold;
	color:#0563a6;
}
.top{
  padding-top: 50px;
}
.container, .container-fluid {
  box-sizing: border-box;
  width: 100%;
  transition: width .3s ease-in-out;
  height: 100%;
}
.logo {
  font-size: 24px;
  line-height: 1;
	text-align:center;
  padding: 10px;
}
.logo a{
	color:#333;
}
.logo-navigation {
  height: 100%;
}
.logo img {
  max-height: 100%;
  width: auto;
}
.logo span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
  padding-left: 12px;
  transition: color .3s ease-in-out;
}
.menu-list{
  display: none;
}
ul{
    list-style:none;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.content{
	max-width: 1120px;
	margin:0 auto;
	padding: 20px;
}
.content_subtitle {
    display: flex;
    align-items: center;
	justify-content: center;
	position: relative;
	margin:30px auto;
	padding:10px;
	color: #fefefe;
	border-radius:10px;
	background-color: #1a6879;
}
.ranking-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.ranking-table-scroll {
  width: 100%;
  overflow-x: auto;
  position: relative;
}

.ranking-table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px; /* スマホでもスクロール可能に */
  text-align: center;
	font-weight:bold;
}

.ranking-table th,
.ranking-table td {
  border: 1px solid #ccc;
  padding: 10px;
  white-space: nowrap;
}

.ranking-table thead th {
  font-weight: bold;
  top: 0;
  z-index: 2;
}

.sticky-col {
  position: sticky;
	left: 0; 
	color:#fefefe;
  background-color: #1a6879;
  z-index: 3;
}
.highlight-col{
	background-color:lightyellow;
}
.sticky-header{
	position: sticky;
	top: 0; 
	z-index: 3;
}
/* スクロールバーを常に表示したい場合（ただし空白発生）↓ */
// .ranking-table-scroll {
//   overflow-x: scroll;
// }

/* ボタン */
.detail-btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #3498db;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
}
.detail-btn:hover {
  background-color: #2980b9;
}
body {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.6;
}

.clinic-card {
  border-radius: 12px;
  margin: 0 auto 40px;
  max-width: 900px;
	text-align:center;
	
}

.clinic-title {
  font-size: 1.5em;
  margin-bottom: 10px;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.clinic-title img{
	max-width:150px;
}
.clinic-image .sample{
	max-width:70%;
}
.clinic-title a{
	font-size: 2em;
    color: #333;
	font-weight:bold;
}
h3{
	font-weight: bold;
    font-size: 2em;
	margin-bottom:15px;
}
.clinic-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}
.clinic-image .small{
	margin-bottom:20px;
}
.clinic-info-table {
	max-width: 560px;
  border-collapse: collapse;
  margin: 0 auto 15px;
	font-size:1em;
	font-weight:bold;
}
.clinic-info-table th,
.clinic-info-table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.clinic-info-table th {
  background: #1a6879;
	color:#fefefe;
  width: 35%;
}
.point{
	color:#f00000;
	font-size:1.125rem;
	font-weight:bold;
	background:linear-gradient(transparent 50%, #E6FF99 50%);
}
.clinic-link {
  text-align: center;
  margin: 15px 0;
}
.clinic-about{
	margin:10px auto;
	padding: 20px;
	background:#c8dde2;
}
.about-text{
	background:#fefefe;
	text-align:left;
	padding:20px;
}
.visit-btn {
  display: inline-block;
    padding: 5px 15px;
    margin: 15px auto;
    width: 80%;
    border-radius: 0.3rem;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
    background: #3498db;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.visit-btn:hover {
  background-color: #2980b9;
}

.clinic-points h3 {
  margin-bottom: 8px;
}
.clinic-points ul {
  list-style: disc;
  padding: 20px;
	margin:0 auto;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
	text-align: left;
}
.clinic-points ul li{
	border-bottom:1px solid #eee;
	margin-bottom:5px;
}
.review-slider {
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}
.review-head{
	display:flex;
	justify-content: center;
    align-items: center;
}
.stars span{
	color:#fbb03b;
}
.review-card{
	background-color:rgba(199, 221, 236, 0.3);
	padding:10px;
}
.review-head img{
	max-width:30%;
}
.review-info{
	background:#fefefe;
	padding:10px;
	text-align:left;
}
.review-slide {
  display: none;
}

.review-slide.active {
  display: block;
}

.review-arrow {
  position: absolute;
  top:150px;
	transform: translateY(-50%);
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.prev-slide {
  left: 10px; /* 必要に応じて調整 */
}

.next-slide {
  right: 10px; /* 必要に応じて調整 */
}
.subtitle{
	color:#333;
	font-size: 36px;
	text-align:center;
	font-weight:bold;
	padding: 10px;
	z-index: 3;
}
.recruit{
	width: 95%;
    margin: 0 auto;
}
.table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd; 
}
.th-img img{
	max-width:150px;
}
.table-flex {
  display: flex;
}
.table-title {
  background: #f2f2f2;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.table-head {
  display: flex;
  align-items: center;
	justify-content: center;
	background:#CAE5CD;
	color:#333;
	font-size:18px;
  text-align: center;
  width: 20%;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	padding:5px 0px;
}
.table-text {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 80%;
	color:#333;
	padding:5px;
}
.content_item {
	background: #559955;
	position: relative;
    display: flex;
    width: 80%;
    border: 1px solid #559955;
	margin: 30px auto;
    min-height: 60px;
    align-items: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}
.content_item a{
	color: #fff;
	font-weight:bold;
	margin:0 auto;
}
.arrow {
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    transform: rotate(45deg);
}
.content_item:hover {
	opacity:0.8;
	color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.role{
	display:flex;
	margin: 20px auto;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.role_sub{
	width:100%;
	margin-bottom:10px;
	color:#0563a6;
	font-weight:bold;
}
	h4{
		position:relative;
		margin:10px;
	}
	.custom-underline {
   position: relative;
  display: inline-block;
  font-weight: bold;
  z-index: 1;
}

.custom-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 文字にどれだけかぶせるか */
  width: 100%;
  height: 0.5em; /* 線の太さ（高さ） */
  background-color: #ffddbc; /* 線の色 */
  z-index: -1; /* 背面に配置 */
}
	h5{
		width:100%;
		text-align:center;
	}
	.role_sub:before{
	content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgba(5, 99, 166, 1), rgba(8, 149, 249, 0.2));
	bottom: 0;
    left: 0;
    position: absolute;
	}
.role_text{
	background:#D4EAF6;
	padding:30px;
	width:100%;
}
.service{
	width:45%;
}
.price{
	display:flex;
	width:45%;
	margin:20px 0;
	border: 1px solid #0563a6;
}
.role_price{
	background:#D4EAF6;
	padding:30px;
	width:100%;
}
.role_price p{
	margin:10px 0;
}
.role_text h4{
	
}
.role_text p{
	margin:10px 0;
}
.role_imgs{
	width:100%;
	height:100%;
	object-fit: cover;
}
.flow{
	display:flex;
	justify-content:space-between;
}
.flow-item{
	position:relative;
	width:23%;
}
.flow-step{
	text-align:center;
	font-weight:bold;
	letter-spacing: 2px;
}
.flow-step span{
	padding-left: 5px;
	color:#A3D8F6;
}
.flow-box{
	border: 1px solid #333;
	margin:5px;
	padding:15px;
	height:200px;
}
.flow-title{
	font-weight:bold;
}
.flow-item:not(:last-child)::before{
	position: absolute;
    content: "";
    display: block;
    border-top: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #A3D8F6;
    border-left: solid 10px #A3D8F6;
    top: 50%;
    right: -25px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.form_item{
	display:flex;
	margin:20px 0;
	flex-wrap:wrap;
}
.form_link {
	background: #595;
	position: relative;
    display: flex;
	width:30%;
	border:1px solid #595;
    margin: 10px auto;
    min-height: 60px;
    align-items: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
	z-index:2;
}
.form_link a{
	color: #fff;
	font-weight:bold;
	margin:0 auto;
	z-index:3;
}
.form_link:hover {
	opacity:0.8;
	color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.line{
	background: #06c755;
}
.insta{
	background: #de82a7;
	border: 1px solid #f8eaff;
	padding: 10px;
	min-height: 20px;
}
.insta:hover{
	background: #e68acf;
	opacity:0.8;
}
.instalogo img{
	height:60px;
}
.instalogo span{
	color:#fff;
	font-size:14px;
}
.call i{
	font-size: 24px;
    line-height: .05em;
    vertical-align: -4px;
	padding-right: 10px;
}
.line i{
	font-size: 36px;
    line-height: .05em;
    vertical-align: -0.25em;
	padding-right: 10px;
}
.mail i{
	font-size: 24px;
    line-height: .05em;
    vertical-align: -4px;
	padding-right: 10px;
}
.footer {
	width: 100%;
	background:#333;
    color: #fff;
    margin:0 auto;
}
.copyright {
    padding:10px;
    text-align:center;
    font-family: Helvetica;
    font-size: 70%;
}
.site_name {
    color: #A3D8F6;
}
.pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
	z-index:20;
}
.pagetop a {
	display: block;
    font-size: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #A3D8F6;
	line-height: 50px;
}
.pagetop a i {
	font-size: 20px;
	color: #fff;
    line-height: 50px;
}
.footer_nav {
    position: fixed;
    width: 100%;
    padding: 0;
    top: auto;
    bottom: 0;
	align-items:center;
    left: 0;
    box-sizing: border-box;
    background: #333;
    margin-bottom: 0;
    box-shadow: 0 -8px 3px -3px rgb(0 0 0 / 10%);
    z-index: 1000;
}
.footer_time p{
	padding:5px;
	font-weight:bold;
	color:#fefefe;
	text-align:center;
	margin:0;
	border-bottom:2px solid #af9d4e;
}
.footer_flex{
	display:flex;
}
.footer_item {
	display:flex;
	align-items:center;
	justify-content:center;
    position:relative;
	height:50px;
    padding: 10px;
    z-index:100;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
}
.footer_item:hover{
	opacity:0.8;
}
.line{
	background:#7CC3E9;
}
.line a{
	color:#eee;
}
.line i {
    font-size: 24px;
    line-height: .05em;
    vertical-align: -0.17em;
}
.call{
	background:#7CC3E9;
}
.call a{
	color:#fefefe;
}
.call i {
    font-size: 16px;
    line-height: .05em;
}
.ftrcl{
	background:#8f6446;
}
.ftrcl a{
	color:#fefefe;
}
.footer_img{
	max-height:40px;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
}
.footer_item:not(:last-child){
	font-size:15px;
	font-weight:bold;
    width:50%;
    text-align: center;
}
.footer_item:not(:first-child){
	
 }
.footer_item:last-child{
	background:#33f;
    padding:0px;
}
a{
	text-decoration:none;
}
.br-sp{
	display:none;
}
.sp{
	display:none;
}
.complete{
	font-size:14px;
}
.diagonal_line{
	position: relative;
    margin-right: 10px;
}
.diagonal_line::after {
    content: '';
    transform: rotate(7deg);
    width: 100%;
    border-top: 2px solid #f00;
    position: absolute;
    top: 50%;
    left: 0;
}
/*------------------------------

　モバイルのCSS

------------------------------*/
@media screen and (max-width: 767px) {
	.br-sp{
		display:block;
	}
	.clinic-title img {
		max-width:90px;
	}
	.clinic-title a {
		font-size:1.3rem;
	}
	.clinic-info-table {
		font-size:0.85rem;
	}
	h3 {
		font-size:1.3rem;
	}
	.review-arrow{
		top:100px;
	}
	.clinic-image .sample{
	max-width:100%;
}
}
/*------------------------------

アコーディオンのCSS

------------------------------*/
.accordion {
  max-width: 90%;
	margin:0 auto;
}

/* アコーディオン */
.accordion__item {
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
}

/* アコーディオンのタイトル */
.accordion__title {
  position: relative;
	padding:10px;
  font-weight: bold;
  cursor: pointer;
}

/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #A3D8F6;
  width: 20px;
  height: 4px;
  transition: all 0.3s;
}

.accordion__title::after {
  transform: rotate(90deg);
}
/* アコーディオンのコンテンツ */
.accordion__content {
 padding: 10px;
	margin:0;
  display: none;
  cursor: pointer;
	position: relative;
}

.accordion__content.is-open {
  display: block;
}

/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}

.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
width:90%;
margin: 0 auto;
font-family: “遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
}

.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin: 0 0 1.75em;
}

.cf7-q {
width: 30%;
margin: 0 0 0 10px;
}

.cf7-a {
width: 60%;
}

/*　見出し　*/
.form-heading{
display:none;
width: 100%;
background-color: #ad8d47;
border-radius: 2px;
color: #ffffff;
font-weight: bold;
padding: 1em .8em;
margin: 0 0 2em;
}

.form-heading p {
margin: 0;
}

/* 各項目共通 */
#cf7-area label{
font-weight:bold;
}
#cf7-area input[type="text"],#cf7-area input[type="email"],#cf7-area input[type="tel"],#cf7-area input[type="date"],#cf7-area textarea {
background: #F0F8FF;
width:100%;
margin-left:10px;
}

#cf7-area input[type="text"]:focus,#cf7-area input[type="email"]:focus,#cf7-area input[type="tel"]:focus,#cf7-area input[type="date"]:focus,#cf7-area textarea:focus {
background: #fff;
outline: 0;
}

#cf7-area input[type="checkbox"], #cf7-area input[type="radio"]{
appearance: auto;
}

#cf7-area .wpcf7-list-item {
display: block;
}

#cf7-area textarea{
height:200px;
padding: 0.625em 0.4375em;
}

.cf7-accept-check{
text-align: center;
margin: 50px auto;
}

.cf7-button{
	display:flex;
	justify-content:space-evenly;
}
.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}

#cf7-area input[type="submit"]
{
width: 100%;
background-color: #A3D8F6;
color: #ffffff;
border: 1px solid #A3D8F6;
margin: 10px auto;
min-height: 60px;
font-weight:bold;
box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type="submit"]:hover
{
opacity:0.8;
box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

#cf7-area input[type="button"]
{
width: 100%;
background:#eee;
color: #000;
border: 2px solid #eee;
border-radius: 5px;
margin: 10px auto;
min-height: 60px;
font-weight:bold;
box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type="button"]:hover
{
border: 2px solid #A3D8F6;
color:#595;
box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
color: #cc0000;
font-weight: bold;
margin-left: 10px;
}
/*　必須ラベル　*/
.cf7-req{
font-size:.8em;
padding: 4px 6px;
background: #eb2a2a;
color: #ffffff;
margin-left: 10px;
display:inline-block;
}

.thanks{
	width:90%;
	margin:0 auto;
}
.thanks h3{
	margin-bottom:30px;
}
.thanks p{
	line-height:30px;
}
@media screen and (max-width:768px){
.cf7-item {
display: block;
}

#cf7-area label{
display: block;
margin-bottom: 10px;
}

.cf7-q {
width: 100%;
margin: 0;
}

.cf7-a {
width: 100%;
}

#cf7-area input[type="text"], #cf7-area input[type="email"], #cf7-area input[type="tel"],#cf7-area input[type="date"], #cf7-area textarea{
margin-left: 0;
}

.cf7-submit{
width: 90%;
}
}
.cf7-recaptche {
	font-size:small;
	text-align:center;
}
.cf7-recaptche a{
	color:#A3D8F6;
}
.grecaptcha-badge { 
	visibility: hidden;
}
.swiper{
    width:85%;
    margin-bottom:20px;
}
.swiper-wrappe {
    display:inline-block;
}
.swiper_thumbnail .swiper-slide {
    cursor: pointer;
}
.main_slider{
    height:400px;
}
.sub_slider{
    height:100px;
}
.swiper_thumbnail .swiper-slide-thumb-active {
    outline: 2px solid #5140B4;
    outline-offset: -2px;
}

.swiper_thumbnail img {
    vertical-align: bottom;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}
.swiper-button-prev:after {
    border-bottom: 20px solid transparent;
    border-right: 30px solid #5140B4;
    border-top: 20px solid transparent;
}
.swiper-button-next:after {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #5140B4;
    border-top: 20px solid transparent;
}