/*
Theme Name:美熟
*/
@charset "UTF-8";

body {
    width: 100%;
    font-family: 'Lato', 'Noto Serif JP','MS PGothic', sans-serif!important;
}
.row{
	--bs-gutter-x: 0;
}
.main {
    display: block;
    max-width: 600px;
    margin: 0 auto;
}
.sale{
	color:red;
}
.mainView{
    margin-bottom:10px;
}
.header {
    position: sticky;
    top: 0;
    background: #ebebe8;
    border-bottom: solid 2px #DC143C;
    width: 100%;
    z-index: 1000;
}
ul{
    list-style:none;
}
.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.content{
    margin-bottom:20px;
}
.top_slider{
	display:flex;
	text-align:center;
}
.section_title {
    padding-bottom: 0;
    position: relative;
    text-align: center;
}
.section_top {
    letter-spacing: 3px;
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: bold;
	background: linear-gradient(180deg, #f36969 35%, #ff92fe 80%, #ffabab 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}
.section_subtitle:after {
    background: #bbb;
    width: 80%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
}
.section_subtitle {
    position:relative;
    color: #333;
    text-align:center;
	padding-bottom:5px;
}
.section_subtitle p{
	margin-bottom:0px;
}
.bnr{
    width: 95%;
    margin: 0 auto;
	text-align:center;
}
.guidance{
    width: 90%;
    padding: 0px;
    border: none;
    max-width: 100%;
    min-width: 180px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    margin: 1em auto;
    padding: 1em;
    background-color: #F5E2DB;
}
.guidance_title {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    color: #DC143C;
    border-bottom: 1px solid #DC143C;
    padding: 0 0 7px;
}
.guidance_text{
    padding: 10px 0;
    font-size:18px;
}
.guidance_data{
    width:100%;
    text-align:center;
}
.info {
    font-size: 16px;
    width: 90%;
    padding: 0px;
    border: none;
    max-width: 100%;
    min-width: 180px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    margin: 1em auto;
    background-color: #fefefe;
}
.info_title {
	margin:0;
	text-align:center;
    font-size: 18px;
    font-weight: bold;
    color: #fefefe;
	background:#DC143C;
    padding: 7px 0;
}
.info_title_day{
    width:30%;
    right:10px;
}
.info_toptext{
	background:#eee;
	padding:7px;
	font-weight:bolder;
}
.info_text{
    padding: 10px;
    font-size:14px;
}
.schedule{
    display:flex;
    width:95%;
    flex-wrap:wrap;
    margin:0 auto;
    justify-content:space-between;
}
.girls{
    width:45%;
    margin:10px 5px;
}
.girls_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.girls_info {
    background-color: #fefefe;
    position: relative;
    padding: 15px 10px;
    text-align:center;
}
.girls_name{
	color:#DC143C;
    font-size:16px;
}
.girls_text {
    color: #333;
	margin-bottom:0;
}
.girls_btn {
    display: inline-block;
    padding: 5px 15px;
    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: #DC143C;
    color: #F5E2DB;
    font-weight: bold;
    text-decoration: none;
}
    .girls_btn:hover {
        background: #F172A3;
    }
.girls_schedule{
    width:100%;
    text-align:center;
}
.schedule_btn {
    display: inline-block;
    padding: 5px 15px;
    margin: 15px auto;
    width: 70%;
    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: #DC143C;
    color: #fefefe;
    font-weight: bold;
    text-decoration: none;
}
    .schedule_btn:hover {
        opacity:0.8;
    }
.shop_schedule{
    text-align:center;
}
.shop_btn {
    display: inline-block;
    padding: 5px 15px;
    margin: 15px 5px;
    width: 30%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 2px 2px 0 rgb(0 0 0 / 24%);
	background: #DC143C;
	color: #fefefe;
	font-weight:bold;
    text-decoration: none;
	border-radius:10px;
}
.shop_title{
	background: linear-gradient(180deg, #f36969 35%, #ff92fe 80%, #ffabab 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
    letter-spacing: 3px;
	text-align:center;
    font-size: 26px;
    margin-bottom: 0px;
    font-weight: bold;
}
    .shop_btn:hover {
		opacity:0.8;
    }
.shop_b{
	background: linear-gradient(300deg, #FFC0CB 0%, #F08080 50%, #FFB6C1 100%);
}
.shop_c{
	background: linear-gradient(300deg, #CBC0FF 0%, #8080F0 50%, #C1B6FF 100%);
}
.alert-normal{
	display:none;
}
.alert-normal{
	display:none;
}
.breadcrumbs{
  padding:5px 0;
	margin-bottom:10px;
  background: #F6ECED;
}
.breadcrumbs a{
	color:#333;
}
.breadcrumbs_list {
  max-width: 960px;
  display: flex;
  list-style: none;
  margin: 0 auto;
}
.breadcrumbs_list li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px;
}
.breadcrumbs_list li:last-child::after{
  display: none;
}
.breadcrumbs_list .fa-solid{
  font-size: 14px;
}
.recruit {
    width: 95%;
    margin: 0 auto;
}
.recruit_join{
	padding:10px 15px;
	margin:0;
}
.recruit_features{
	font-size:20px;
	padding-bottom:20px;
	margin:10px;
	border-bottom:1px solid #333;
}
.recruit_terms{
	text-align:left;
	padding:5px;
}
.recruit_terms li{
	display:flex;
	font-size:14px;
	padding:5px;
	border-bottom:1px solid #333;
}
.recruit_terms li i{
	width:20px;
	font-size:16px;
	padding-top:10px;
}
.recruit_terms li p{
	margin-bottom:0;
}
.footer {
    margin:0 auto;
}
.copyright {
    padding:10px;
    text-align:center;
    font-family: Helvetica;
    font-size: 70%;
    margin:0 0 60px;
}
.site_name {
    color: #DC143C;
}
.footer_nav {
    display: flex;
    position: fixed;
    width: 100%;
    padding: 0;
    top: auto;
    bottom: 0;
	align-items:center;
    left: 0;
    box-sizing: border-box;
    background: #E8CCC1;
    margin-bottom: 0;
    box-shadow: 0 -8px 3px -3px rgb(0 0 0 / 10%);
    z-index: 1000;
}
.footer_item {
	display:flex;
	align-items:center;
	justify-content:center;
    position:relative;
	height:50px;
    padding: 10px;
    z-index:100;
	margin:3px;
	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:#06c755;
}
.line a{
	color:#eee;
}
.line i {
    font-size: 24px;
    line-height: .05em;
    vertical-align: -0.17em;
    padding-right: 10px;
}
.call a{
	color:#fefefe;
}
.call i {
    font-size: 16px;
    line-height: .05em;
    padding-right: 5px;
}
.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){
	background: #DC143C;
 }
.footer_item:last-child{
    padding:0px;
}
    
    .drawer_hidden {
        display: none;
    }
.drawer_open {
    display: flex;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1000; 
    cursor: pointer;
}
    .drawer_open span,
    .drawer_open span:before,
    .drawer_open span:after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #F5E2DB;
        transition: 0.5s;
        position: absolute;
    }
        .drawer_open span:before {
            bottom: 8px;
        }
        .drawer_open span:after {
            top: 8px;
        }
#drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
}
    #drawer_input:checked ~ .drawer_open span::before {
        bottom: 0;
        transform: rotate(45deg);
        background:#333;
    }

    #drawer_input:checked ~ .drawer_open span::after {
        top: 0;
        transform: rotate(-45deg);
        background: #333;
    }
.nav_content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 99;
    background: rgba(255,255,255,.9);
    transition: .5s;
    text-align: center;
}
.nav_list {
    padding:0px;
    list-style: none;
}
.nav_item {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #DC143C;
}
.nav_item:hover{
    background:#ddd;
}
.nav_link {
    color: #DC143C;
    text-decoration: none;
}
.nav_under{
    color:#333;
}
.nav_tel{
    color:#333;
    text-decoration:none;
}
.header-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    border-top: 2px solid #DC143C;
    border-bottom: 2px solid #DC143C;
    padding:0;
    margin: -10px 0 0;
}
.header-nav_item {
    position:relative;
    width: calc(100% / 3);
    text-align: center;
    padding:10px 0;
}
    .header-nav_item:hover {
        background: #DC143C;
    }
.header-nav_link{
    background: linear-gradient(180deg, #f36969 35%, #ff92fe 80%, #ffabab 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
	font-weight:bold;
}
.header-nav_link:hover{
    color: #fefefe;
}
#drawer_input:checked ~ .nav_content {
    top: 40%;
}
.pagetop {
	width:60px;
	margin:auto;
}
    .pagetop a {
        display: block;
        font-size: 0;
        text-align: center;
        background: #DC143C;
    }

        .pagetop a i {
            font-size: 20px;
            color: #fefefe;
        }
.system{
	padding:20px;
}
.system_title{
	padding: 0 0 10px 0;
	font-weight:bold;
    border-bottom: 1px solid #DC143C;
    text-align: center;
    color: #DC143C;
}
.system_top{
    width:100%;
    text-align:center;
}
.system_text{
    padding:10px;
    border-bottom: 1px solid #DC143C;
	text-align:center;
}
.system_toptext{
	border-bottom: 1px solid #DC143C;
}
.system_comment{
    font-size:small;
	padding:10px;
}
.system_plus {
    font-size: small;
    background: #DC143C;
    color: #F5E2DB;
}
.system_option{
    border-top:1px solid #ccc;
}
.system_attention{
    padding-left:1.2rem;
    list-style:disc;
}
.system_attention li{
    padding:3px 0;
}
.map{
    text-align:center;
}
.recuit{
	font-size: 16px;
    width: 90%;
    padding: 0px;
    border: none;
    max-width: 100%;
    min-width: 180px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin: 1em auto;
}
.recruit_toptext{
	padding:10px 15px;
	font-weight:bold;
	border-bottom:1px solid #DC143C;
}
.recruit_text{
	font-size:14px;
    padding:10px 15px;
}
.form_item{
	margin:20px 0;
	padding-bottom: 20px;
}
.form_link {
	background: #DC143C;
	position: relative;
    display: flex;
	width:80%;
	border:1px solid #DC143C;
    margin: 10px auto;
    min-height: 60px;
    align-items: center;
	border-radius:50px;
    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 {
	background: #887849;
	border: 1px solid #887849;
	color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.bl_tabContainer + * {
    margin-top: 30px;
}

.bl_tabList {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .bl_tabList::-webkit-scrollbar {
        display: none;
    }

    .bl_tabList li {
        margin-right: 5px;
    }

        .bl_tabList li:last-of-type {
            margin-right: 0;
        }

        .bl_tabList li a {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #DC143C;
            padding: 10px 20px;
            transition: 0.3s;
            color: #F5E2DB;
            text-decoration: none;
        }

            .bl_tabList li a.active {
                background-color: #F5E2DB;
                cursor: text;
                color: #DC143C;
            }

.dl_tabItem {
    display: none;
}

.dl_tabItem.active {
    display: block;
}


.ly_inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

    .ly_inner h2 {
        font-size: 150%;
        font-weight: bold;
        margin-bottom: 30px;
    }
.attmgr_guide_weekly:not(:first-child){
	display:none;
}
.md_textblock > * + * {
    margin-top: 10px;
}


@media screen and (min-width: 768px) {
    .hp_displaySP {
        display: none !important;
    }

    .bl_tabList li a:not(.active):hover {
        background-color: #F5E2DB;
    }
}

@media screen and (max-width: 767px) {
    .hp_displayPC {
        display: none !important;
    }
	.main_slider{
         height:200px;
	}
}
.cast{
	width:90%;
	margin:0 auto;
}
.cast_img{
	position:relative;
	text-align:center;
}
.cast_title{
	background:#DC143C;
	color:#fefefe;
	margin:0 0 10px;
	padding:10px;
	outline-offset:2px;
	outline: 2px solid #333;
	text-align:center;
}
.cast_top{
	font-size:24px;
	font-weight:bold;
}
.cast_staff{
	background:#EEFCFA;
	padding:10px;
}
.cast_comment{
    font-size:small;
    margin:5px;
}
.swiper{
    width:85%;
    margin-bottom:10px;
}
.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 #DC143C;
    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 #DC143C;
    border-top: 20px solid transparent;
}
.swiper-button-next:after {
    border-bottom: 20px solid transparent;
    border-left: 30px solid #DC143C;
    border-top: 20px solid transparent;
}

ul.staff_block{
	display:flex!important;
	justify-content:space-between;
	width: 95%;
	flex-wrap:wrap;
    margin: 0 auto!important;
}
ul.staff_block li{
	width:45%!important;
	padding:0!important;
	margin:5px!important;
	background: #fefefe;
}
ul.staff_block:before, ul.staff_block:after {
	content:none!important;
}
ul.staff_block li img{
	box-shadow: none;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.weekday > ul.staff_block{
	display:none!important;
}
.name{
	font-size: 16px;
    margin: 10px;
}
.attendance{
    color: #898989;
}
a{
	text-decoration:none;
}
table.attmgr_guide_weekly {
	display:flex;
	overflow-x: scroll;
}
table.attmgr_guide_weekly::-webkit-scrollbar{
  display: none;
}
table.attmgr_guide_weekly td{
    justify-content: center;
    align-items: center;
    background-color: #DC143C;
    padding: 10px 20px;
    transition: 0.3s;
}
table.attmgr_guide_weekly td a{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    transition: 0.3s;
    color: #F5E2DB;
    text-decoration: none;
}
table.attmgr_guide_weekly td.current{
	background-color: #F5E2DB;
}
table.attmgr_guide_weekly td.current a{
	color: #DC143C;
}
table.attmgr_guide_weekly .date{
	display:inline!important;
	font-size:1rem!important;
}
table.attmgr_guide_weekly .dow{
	display:inline!important;
	font-size:0.8rem!important;
}
form#attmgr_admin_scheduler table.attmgr_admin_scheduler td.portrait img{
	height: 50px;
}
.avatar {
    width: 200px; 
    height: 200px; 
}

@media screen and (max-width: 767px) {
	.main_slider{
		height:250px;
	}
	.swiper-button-next, .swiper-button-prev {
    	top: 40%;
	}
}
.alert{
	margin: auto;
}
.box {
	opacity: 0;
	transition:.5s;
  position: relative; 
  top: 50px;          
}

.active {
  opacity: 1;         
  top: 0;             
}
.diagonal_line {
    position: relative;
    margin-right: 10px;
}
.diagonal_line::after {
    content: '';
    transform: rotate(7deg);
    width: 100%;
    border-top: 3px solid #fb2;
    position: absolute;
    top: 50%;
    left: 0;
}