body {
                padding-top: 50px;
                padding-bottom: 20px;

            }

.nav-tabs {
	font-size: 1.4em;
	letter-spacing: 0.25em;
}

.nav-tabs li {
	font-family:'Montserrat', 'Noto Sans JP',  sans-serif;
	letter-spacing: 0.2em;
}

			.swiper-slide img{
	width: 100%;
}

.hide_h1 {
	text-indent: -9999px;
	line-height:-1em;
	font-size:0em;
	visibility: hidden;
}

h2.title1 {
	font-family: 'Montserrat', 'Noto Sans JP',  sans-serif ;
	text-align: center;
	margin-top: 100px;
	padding-bottom: 22px;
	margin-left: 0;
	font: normal normal 300 20px/24px Montserrat;
    letter-spacing: 0.8px;
    color: #353535;
}

h2.title1 span.sub_title1 {
    font: normal normal normal 36px/54px Noto Sans JP;
    letter-spacing: 2.88px;
    color: #353535;
}

@media(max-width:995px){
    h2.title1 {
    	font: normal normal 300 18px/22px Montserrat;
        letter-spacing: 0.72px;
        color: #353535;
        margin-top: 100px;
    }

    h2.title1 span.sub_title1 {
        font: normal normal normal 26px/38px Noto Sans JP;
        letter-spacing: 2.08px;
        color: #353535;
    }
}

.title1Wrap {
	font-family: 'Montserrat', 'Noto Sans JP',  sans-serif ;
	text-align: center;
	margin-top: 100px;
	padding-bottom: 22px;
	margin-left: 0;
	font: normal normal 300 20px/24px Montserrat;
    letter-spacing: 0.8px;
    color: #353535;
}

.title1Wrap .sub_title1 {
    font: normal normal normal 36px/54px Noto Sans JP;
    letter-spacing: 2.88px;
    color: #353535;
		margin-top: 0;
}

@media(max-width:995px){
    .title1Wrap {
    	font: normal normal 300 18px/22px Montserrat;
        letter-spacing: 0.72px;
        color: #353535;
        margin-top: 100px;
    }

    .title1Wrap .sub_title1 {
        font: normal normal normal 26px/38px Noto Sans JP;
        letter-spacing: 2.08px;
        color: #353535;
				margin-top: 0;
    }
}

h5 {
	font-weight: bold;
}

.tab_container input:checked + .tab_item {
	border: 1px solid #ccc;
	border-bottom: none;
    color: #000;
}

.tab_container input:checked + .tab_item#tab1_label {
	border-left: none;
}

.tab_container input:checked + .tab_item#tab2_label {
	border-right: none;
}

#salonlink .col-xs-12{
    padding: 0px 1rem 36px;
    display: inline-block;
    float: none;
    width: 24.5%;
    vertical-align: top;
}
#salonlink .salon_list_item img {
	width: 100%;
	height: 133px;
    object-fit: cover;
}

#salonlink .tab_radio{
    margin-bottom: 40px;
}

.salonlist img {
	width: 100%;
}

.salonlist .tab_container .salonlistTitle {
	text-align: left;
	display: block;
	font-family: 'Montserrat', "Hiragino Kaku Gothic ProN", 'HiraKakuProN-W3', sans-serif;
	padding-bottom: 0px;
    margin-left: 0;
    font: normal normal normal 14px/15px Noto Sans JP;
    margin-top: 16px;
    letter-spacing: 0.7px;
    color: #353535;
}

.salonlist .tab_container .salonlistTitle div{
	display: table;
	margin-top: 12px;
}

.salonlist .tab_container .salonlistTitle span{
    margin-right: 12px;
    border-radius: 0.4rem;
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	font: normal normal normal 12px/19px Montserrat;
    letter-spacing: 0.6px;
    color: #FFFFFF;
    padding: 4px 6px;
}

.salonlist .salonlistTitle span.ico_nail {
	background: #ff8299;
	padding: 4px 7px;
}
.salonlist .salonlistTitle span.ico_eye {
	background: #cc6666;
	padding: 4px 9.5px;
}
.salonlist .salonlistTitle span.ico_college {
	background: #66cc66;
}
.salonlist .salonlistTitle span:last-child{
    margin-right: 0;

}

.salonlist .salon_item {
font: normal normal normal 14px/28px Noto Sans JP;
letter-spacing: 0.7px;
color: #353535;
}

.salonlist .salon_item .salon_item_left {
display: inline-block;
}

.salonlist .salon_item .salon_item_right {
display: inline-block;
}

.salonlist a.res_btn {
	background: #353535 0% 0% no-repeat padding-box;
	width: 116px;
	height: 40px;
	font: normal normal normal 14px/21px Noto Sans JP;
	letter-spacing: 0.7px;
	color: #FFFFFF;
	border-radius: 0;
	transition: all 0.5s ease-out;
}

.salonlist a.res_btn:hover {
	background: #353535 0% 0% no-repeat padding-box;
	width: 116px;
	height: 40px;
	font: normal normal normal 14px/21px Noto Sans JP;
	letter-spacing: 0.7px;
	color: #FFFFFF;
	border-radius: 0;
	opacity: 0.5;
}

.salonlist a.res_btn:after {
	content: '';
	display: inline-block;
	width: 1.5rem;
	height: .6rem;
	background-image: url(<?php echo get_template_directory_uri(); ?>/img/arrow_white.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}

@media (max-width: 992px) {

	#salonlink h2.title1 {
		margin-top: 0px;
	}

	#salonlink .tab_container {
		width: calc(100% - 60px);
	}

	.tab_item {
		font-size: 14px;
	}
	.tab_item:hover {

	}

	input[name="tab_item"] {

	}
	.tab_content {

	}

	#salonlink .tab_radio {
		width: 100%;
		margin-top: 24px;
		margin-bottom: 20px;
	}

	.tab_radio.tab1_radio {

	}

	.tab_radio.tab2_radio {

	}

	.tab_radio .tab_radio_item {
		width: calc(50% - 10px);
	}

	.tab_radio .tab_radio_item:nth-child(odd) {
		margin-left: 0px;
	}

	.tab_radio .tab_radio_item:nth-child(2n) {
		margin-right: 0px;
	}

	.tab_radio .tab_radio_item input {

	}

	.tab_radio .tab_radio_item label {

	}

	.tab_radio .tab_radio_item label:hover {

	}

	#tab1:checked ~ #tab1_content,
	#tab2:checked ~ #tab2_content {

	}

	.tab_container input:checked + .tab_item {

	}

	#salonlink .col-xs-12{
		padding: 12px 12px;
		width: 49.5%;
    	box-sizing: border-box;
	}
	#salonlink .salon_list_item img {
		width: 100%;
		height: 21.6vw;
	}

	.salonlist .tab_container .salonlistTitle {
		display: block;
		font: normal normal normal 14px/19px Noto Sans JP;
		letter-spacing: 0.7px;
        color: #353535;
        margin-top: 10px;
	}

	.salonlist .tab_container .salonlistTitle div{
		margin-top: 6px;
	}

	.salonlist .tab_container .salonlistTitle span{
		padding: 2px 4px;
		margin-right: 8px;
	}

	.salonlist .salonlistTitle span.ico_nail {
		padding: 2px 5px;
	}
	.salonlist .salonlistTitle span.ico_eye {
		padding: 2px 8px;
	}
	.salonlist .salonlistTitle span.ico_college {

	}
	.salonlist .salonlistTitle span:last-child{

	}

	.salonlist .salon_item {
		font: normal normal normal 14px/18px Noto Sans JP;
		letter-spacing: 0.7px;
		color: #353535;
		margin-left: 125px;
		margin-top: 4px;
	}

	.salonlist .salon_item .salon_item_left {
		display: inline-block;
		width: 80px;
		vertical-align: top;
	}

	.salonlist .salon_item .salon_item_right {
		display: inline-block;
		width: calc(100% - 80px);
		vertical-align: top;
	}

	.salonlist .web_res {
		float: none;
		margin-top: 24px;
		width: 100%;
	}

	.salonlist a.res_btn {

	}

	.salonlist a.res_btn:hover {

	}

	.salonlist a.res_btn:after {

	}
}
/* ランキング */
.p-top-ranking{
	margin-top: 65px;
}
.p-top-ranking-content{
	padding-inline: 5%;
}
.p-top-ranking-item {
	width: calc(100% / 4);   
	margin: 0 10px; /* スライド間の余白もここで調整 */
	/* border-radius: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	background: #fff; */
  }
  .p-top-ranking-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .slick-dots{
	text-align: left;
	@media (max-width: 768px) {
		text-align: center;
	}
  }
  .slick-prev {
    left: 0;
    bottom: 0;
	transform: rotateY(-180deg);
	}
	.slick-next{
		right: 0;
		bottom: 0;

	}
  .slick-next, .slick-arrow{
	position: relative;
	width: 55px;
	height: 55px;
	order: 1;
	color: #353535;
	border: solid 1px #707070;
	border-radius: 50%;
	transition: .3s;
	cursor: pointer;
	display: flex;
	align-items: center;
	
  }
  .slick-next {
	transform: none;
  }
.p-top-ranking-slide .slick-arrow::after {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.p-top-ranking-btn{
	padding: 4px;
    width: 50%;
    text-align: center;
    /* border: solid 1px var(--fast-red); */
    /* border-radius: 5px; */
    background-color: #1F4E79;
    color: #fff;
    transition: .3s;
    /* font-size: clamp(12px, 1.4vw, 14px); */
	display: block;
	line-height: 2em;
	font-weight: 200;
}
[class*="p-top-ranking0"]{
	position: relative;
}
[class*="p-top-ranking0"]::before {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 1;
    /* font-size: clamp(16px, 2vw, 20px); */
    font-weight: 600;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.p-top-ranking01::before {
    content: "1";
    background-color: rgba(226, 172, 46, 1);
    box-shadow: 0 0 0 5px rgba(226, 172, 46, .5);
}
.p-top-ranking02::before {
    content: "2";
    background-color: rgba(172, 172, 172, 1);
    box-shadow: 0 0 0 5px rgba(172, 172, 172, .5);
}
.p-top-ranking03::before {
    content: "3";
    background-color: rgba(194, 132, 104, 1);
    box-shadow: 0 0 0 5px rgba(194, 132, 104, .5);
}
.p-top-ranking_link{
	padding-top: 2rem;
}
.p-top-ranking-slide.slick-initialized {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 10px;
}
.p-top-ranking-slide .slick-dots {
    margin-block: auto;
    display: contents;
    gap: clamp(10px, 1.5vw, 15px);
    padding-left: clamp(5px, 1vw, 10px);
    order: 1;
    color: transparent;
    font-size: 0;
    line-height: 0;
	/* text-align: center; */
}

img.scaled-image {
    margin: 0!important;
}